:root {
    --gold: #E5A93C;
    --gold-dark: #C88E28;
    --gold-light: #FFF8EB;
    --ink: #121316;
    --dark-bg: #0F1012;
    --card-bg: #181A1F;
    --soft: #F6F7F9;
    --border-color: #E2E5E9;
    --border-dark: #2A2D34;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Montserrat', system-ui, -apple-system, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--ink);
    font-size: 14px;
    line-height: 1.6;
    background-color: #FFFFFF;
    letter-spacing: 0.01em;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-scroll {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}

button, input, select {
    font-family: var(--font-sans);
    box-sizing: border-box;
}

button {
    cursor: pointer;
    border: 0;
}

.wrap {
    width: min(1180px, calc(100% - 32px));
    margin: auto;
}

/* 1. SINGLE UNIFIED STICKY HEADER */
.header-sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(18, 19, 22, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid var(--border-dark);
}

.unified-header-bar {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.brand i {
    width: 42px;
    height: 42px;
    border: 2px solid var(--gold);
    background: linear-gradient(135deg, #1f2228, #111215);
    color: var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(229, 169, 60, 0.25);
}

.brand b {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #FFFFFF;
}

.brand small {
    color: var(--gold);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    margin-top: 2px;
}

.unified-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.unified-nav a {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CCCCCC;
    transition: color 0.2s ease;
}

.unified-nav a:hover {
    color: var(--gold);
}

.header-right-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.phone small, .phone b {
    display: block;
}

.phone small {
    color: #999999;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-align: right;
}

.phone b {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.phone b:hover {
    color: var(--gold);
}

.header-cta-btn {
    background: var(--gold);
    color: #121316;
    padding: 10px 18px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 14px rgba(229, 169, 60, 0.3);
}

.header-cta-btn:hover {
    background: var(--gold-dark);
    transform: translateY(-1px);
}

.menub {
    display: none;
    background: none;
    font-size: 24px;
    color: #FFFFFF;
}

/* TYPOGRAPHY */
h1, h2, h3, .brand b, .facts b, .aboutpic aside b {
    font-family: var(--font-serif);
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: break-word;
}

h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

h2 {
    font-size: clamp(26px, 3.5vw, 38px);
    line-height: 1.2;
    margin: 12px 0 32px;
    letter-spacing: 0.02em;
    color: var(--ink);
    word-break: break-word;
    overflow-wrap: break-word;
}

h3 {
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--ink);
    word-break: break-word;
}

.head label, label, .tag-label {
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 6px;
    max-width: 100%;
}

/* HERO BANNER */
.hero {
    max-width: 1440px;
    min-height: 520px;
    height: auto;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: var(--dark-bg);
}

.hero > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.65) contrast(1.1);
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 16, 18, 0.95) 0%, rgba(15, 16, 18, 0.85) 45%, transparent 100%);
}

.heroCopy {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: max(calc((100% - 1140px)/2 + 40px), 5%);
    color: #FFFFFF;
    max-width: 540px;
    padding-right: 20px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 169, 60, 0.15);
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    border-radius: 2px;
}

.heroCopy > i {
    display: block;
    width: 3px;
    height: 24px;
    background: var(--gold);
    margin-bottom: 14px;
}

.hero p {
    color: #DDDDDD;
    line-height: 1.6;
    margin-bottom: 28px;
    font-size: 13.5px;
    letter-spacing: 0.3px;
}

.hero button, .section button, .contact form button, .modal form button, .button-link {
    background: var(--gold);
    color: #121316;
    height: 50px;
    padding: 0 28px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(229, 169, 60, 0.3);
    border-radius: 2px;
    box-sizing: border-box;
}

.hero button:hover, .section button:hover, .contact form button:hover, .modal form button:hover, .button-link:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}

.button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dots {
    color: var(--gold);
    margin-top: 30px;
    letter-spacing: 4px;
}

/* SECTIONS */
.section {
    padding: 80px 0;
    position: relative;
}

.head {
    text-align: center;
}

/* CATEGORIES GRID */
.cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cats a {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.cats a:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 8px 24px rgba(229, 169, 60, 0.15);
}

.cats img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cats a:hover img {
    transform: scale(1.05);
}

.cats b {
    display: block;
    padding: 16px;
    text-transform: uppercase;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--ink);
    background: #FFFFFF;
    text-align: center;
}

.cats-more-grid {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    animation: fadeIn 0.4s ease;
}

.cats-more-grid.active {
    display: grid;
}

.more {
    display: block;
    text-align: center;
    color: var(--gold-dark);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 36px;
    cursor: pointer;
    border-bottom: 1px solid rgba(229, 169, 60, 0.4);
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    transition: color 0.2s ease;
}

.more:hover {
    color: var(--gold);
}

/* ABOUT SECTION */
.about, .faq {
    background: var(--soft);
}

.aboutgrid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.aboutgrid > div:first-child > p, .faqgrid > div > p {
    color: #555555;
    line-height: 1.75;
    font-size: 13.5px;
}

.facts {
    display: flex;
    gap: 40px;
    margin: 32px 0;
    flex-wrap: wrap;
}

.facts span {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #444444;
    font-size: 11px;
    line-height: 1.4;
}

.facts b {
    font-size: 38px;
    line-height: 1;
    color: var(--gold-dark);
}

.aboutpic {
    width: 320px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
}

.aboutpic img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border-radius: 2px;
}

.aboutpic aside {
    position: absolute;
    left: -30px;
    bottom: -20px;
    background: #FFFFFF;
    padding: 20px 24px;
    font: 13px var(--font-sans);
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border-left: 4px solid var(--gold);
}

.aboutpic aside b {
    display: block;
    color: var(--gold-dark);
    font-size: 42px;
    line-height: 1;
    margin-bottom: 2px;
}

/* INTERIOR CATALOG SHOWCASE */
.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 32px 0 24px;
    flex-wrap: wrap;
}

.tabs button {
    background: none;
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.tabs button.active {
    border-color: var(--gold);
    color: var(--ink);
}

.project {
    max-width: 1100px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    padding: 36px;
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.project-photo-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project-main-img-box {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #0F1012;
}

.project-main-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-thumbs-bar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.project-thumb-item {
    width: 72px;
    height: 52px;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.project-thumb-item.active, .project-thumb-item:hover {
    opacity: 1;
    border-color: var(--gold);
}

.project-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project h3 {
    font-size: 26px;
    margin: 6px 0 12px;
}

.minitabs {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 8px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.minitab-btn {
    background: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #888888;
    padding: 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.minitab-btn.active {
    color: var(--gold-dark);
    border-color: var(--gold);
}

.project p {
    line-height: 1.7;
    color: #555555;
    margin: 16px 0 22px;
    font-size: 13px;
    word-break: break-word;
}

.arrows {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 6px;
}

.arrows button {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: var(--ink);
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.arrows button:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
}

.project-price-tag {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--gold-dark);
    margin-bottom: 14px;
}

/* PROCESS WORKFLOW */
.process, .contact {
    background: var(--dark-bg);
    color: #FFFFFF;
}

.process h2 {
    color: #FFFFFF;
}

.process .head label {
    color: var(--gold);
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--border-dark);
    margin-top: 40px;
}

.steps div {
    min-height: 150px;
    padding: 28px 16px;
    border-right: 1px solid var(--border-dark);
}

.steps div:first-child {
    border-left: 1px solid var(--border-dark);
}

.steps b, .steps span {
    display: block;
}

.steps b {
    color: var(--gold);
    font: 32px var(--font-serif);
    margin-bottom: 14px;
}

.steps span {
    font-size: 12px;
    line-height: 1.5;
    color: #CCCCCC;
}

.notes {
    text-align: center;
    color: #AAAAAA;
    margin-top: 36px;
    font-size: 12px;
    letter-spacing: 1px;
}

/* PORTFOLIO CLIENT INTERIORS */
.portfolio-grid-expand {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.portfolio-card-item {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    background: #111111;
    border: 1px solid var(--border-color);
}

.portfolio-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-card-item:hover img {
    transform: scale(1.06);
}

.portfolio-card-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 40px 20px 18px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: #FFFFFF;
}

.portfolio-card-overlay b {
    display: block;
    font: 18px var(--font-serif);
    margin-bottom: 4px;
    word-break: break-word;
}

.portfolio-card-overlay small {
    display: block;
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
}

.portfolio-extra-grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    animation: fadeIn 0.4s ease;
}

.portfolio-extra-grid.active {
    display: grid;
}

/* OFFER */
.offer {
    background: #F4F5F7;
}

.offerbox {
    display: grid;
    grid-template-columns: 1fr 400px;
    background: linear-gradient(135deg, #181a1f, #0f1012);
    border: 1px solid var(--border-dark);
    color: #FFFFFF;
}

.offerbox > div {
    padding: 50px 55px;
}

.offerbox h2 {
    font-size: clamp(26px, 3.5vw, 38px);
    color: #FFFFFF;
    margin-bottom: 16px;
}

.offerbox p {
    line-height: 1.7;
    font-size: 13.5px;
    color: #CCCCCC;
    margin-bottom: 24px;
}

.offerbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark {
    background: var(--gold) !important;
    color: #121316 !important;
}

/* REVIEWS */
.reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.reviews article {
    padding: 28px;
    background: var(--soft);
    border: 1px solid var(--border-color);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews em {
    font-style: normal;
    color: var(--gold-dark);
    letter-spacing: 2px;
}

.reviews p {
    line-height: 1.75;
    color: #444444;
    font-size: 13px;
    margin: 14px 0;
    word-break: break-word;
}

.reviews b {
    display: block;
    font-size: 14px;
    color: var(--ink);
}

.reviews small {
    color: #888888;
    font-size: 10px;
}

/* FAQ OVERFLOW FIX */
.faqgrid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.faq-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.faqgrid button {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #FFFFFF;
    color: var(--ink);
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--gold);
    margin-bottom: 12px;
    text-align: left;
    font-weight: 700;
    font-size: 13.5px;
    box-sizing: border-box;
    overflow: hidden;
}

.faqgrid button span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}

.faqgrid button span b {
    font-weight: 700;
    font-size: 13.5px;
    line-height: 1.45;
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    letter-spacing: 0.3px;
}

.faqgrid button i {
    font-style: normal;
    color: var(--gold-dark);
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1;
}

.faqgrid button p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    color: #555555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    transition: all 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
}

.faqgrid button.open p {
    max-height: 200px;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #F0F0F0;
}

.contactgrid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
}

.contact h2 {
    font-size: clamp(26px, 3.5vw, 42px);
    color: #FFFFFF;
}

.contactgrid > div > p {
    color: #AAAAAA;
    line-height: 1.7;
}

.contactgrid > div > a {
    display: block;
    color: var(--gold);
    font: 30px var(--font-serif);
    margin: 24px 0 5px;
    word-break: break-word;
}

.contact form, .modal form {
    background: #181A1F;
    padding: 36px;
    display: grid;
    gap: 18px;
    color: #FFFFFF;
    border: 1px solid var(--gold);
    box-sizing: border-box;
    max-width: 100%;
}

.contact input, .modal input, .contact select, .modal select {
    border: 0;
    border-bottom: 1px solid #444444;
    background: transparent;
    color: #FFFFFF;
    padding: 12px 0;
    outline: none;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}

.contact input::placeholder, .modal input::placeholder {
    color: #888888;
}

.contact input:focus, .modal input:focus {
    border-color: var(--gold);
}

.contact form small, .modal form small {
    font-size: 9.5px;
    color: #888888;
    line-height: 1.4;
}

.thanks {
    text-align: center;
    padding: 30px 0;
    color: #FFFFFF;
}

.thanks b {
    font: 24px var(--font-serif);
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
}

footer {
    background: #0A0B0D;
    color: #888888;
    padding: 55px 0;
    font-size: 12px;
    border-top: 2px solid var(--gold);
}

.foot {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.foot > div:not(.brand) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot b {
    color: #FFFFFF;
}

/* FLOATING CTA BUTTON */
.floating-cta-camel {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background: var(--gold);
    color: #121316;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 24px;
    box-shadow: 0 10px 25px rgba(229, 169, 60, 0.4);
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.25s ease;
    border: none;
}

.floating-cta-camel:hover {
    background: var(--gold-dark);
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(229, 169, 60, 0.5);
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
}

.modal > div {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
}

.modal > section {
    position: relative;
    z-index: 1;
    background: #181A1F;
    color: #FFFFFF;
    border: 1px solid var(--gold);
    width: min(460px, calc(100% - 30px));
    padding: 36px;
    box-sizing: border-box;
}

.modal .close {
    position: absolute;
    right: 14px;
    top: 10px;
    background: none;
    color: #FFFFFF;
    font-size: 26px;
    height: auto;
    padding: 5px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE MOBILE & CUSTOM MODE BREAKPOINTS */
@media(max-width: 980px) {
    .unified-nav { display: none; }
    .unified-nav.show {
        display: flex;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        z-index: 999;
        background: #181A1F;
        padding: 24px;
        flex-direction: column;
        gap: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid var(--gold);
    }
    .menub { display: block; }
    .phone { display: none; }
    .header-cta-btn { display: none; }

    .aboutgrid, .faqgrid, .contactgrid, .project { grid-template-columns: 1fr; gap: 36px; }
    .steps { grid-template-columns: repeat(3, 1fr); }
    .offerbox { grid-template-columns: 1fr; }
    .cats, .cats-more-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .portfolio-grid-expand, .portfolio-extra-grid { grid-template-columns: 1fr; }
    .reviews { grid-template-columns: 1fr; }
    .foot { grid-template-columns: 1fr 1fr; }
    .aboutpic { margin-left: 0; width: 100%; }
    .aboutpic aside { left: 10px; bottom: 10px; }
}

@media(max-width: 600px) {
    .wrap { width: calc(100% - 24px); }
    h1 { font-size: 26px; }
    h2 { font-size: 24px; margin: 10px 0 24px; }
    h3 { font-size: 20px; }
    
    .section { padding: 50px 0; }
    .unified-header-bar { height: 64px; }
    .brand b { font-size: 15px; }
    .hero { min-height: 440px; }
    .heroCopy { left: 16px; right: 16px; top: 50%; transform: translateY(-50%); max-width: 100%; }

    .cats, .cats-more-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .cats b { padding: 12px 8px; font-size: 10.5px; }

    .project { padding: 20px; }
    .project-main-img-box { height: 220px; }
    .steps { grid-template-columns: 1fr 1fr; }

    .offerbox > div { padding: 32px 20px; }

    .contact form { padding: 24px 18px; }

    .foot { grid-template-columns: 1fr; text-align: center; gap: 24px; }
    .foot .brand { grid-column: 1/-1; justify-content: center; }

    .floating-cta-camel { bottom: 16px; right: 16px; font-size: 9.5px; padding: 12px 18px; }
}
