
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream: #F5F0E8;
    --warm-white: #FAF8F4;
    --charcoal: #1C1917;
    --dark-brown: #2D2420;
    --gold: #C9A84C;
    --gold-light: #E8D5A3;
    --terracotta: #B85C38;
    --sage: #7A8B6E;
    --muted: #8A8076;
    --border: #DDD5C8;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'DM Sans', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-body);
    background: var(--warm-white);
    color: var(--charcoal);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.25rem 4rem;
    background: rgba(250,248,244,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s;
  }
  .nav-logo {
  width: 12%;
  height: auto;
}
.footer-brand .nav-logo {
    width:50%;
}

@media only screen and (max-width: 767px) {
  .nav-logo {
    width: 40%;
  }
  .footer-brand .nav-logo{
    width:90%;
  }
}
  .nav-logo {
    font-family: var(--font-display);
    font-size: 1.5rem; font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--charcoal);
    text-decoration: none;
  }
  .nav-logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-size: 0.82rem; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--charcoal); }
  .nav-cta {
    font-size: 0.78rem; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--charcoal);
    border: 1px solid var(--charcoal);
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s;
  }
  .nav-cta:hover { background: var(--charcoal); color: var(--warm-white); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 80px;
  }
  .hero-left {
    padding: 6rem 4rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    background: var(--warm-white);
    position: relative;
  }
  .hero-eyebrow {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 0.75rem;
  }
  .hero-eyebrow::before {
    content: ''; display: block; width: 32px; height: 1px; background: var(--gold);
  }
  .hero-h1 {
    font-family: var(--font-display);
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 300; line-height: 1.05;
    color: var(--charcoal);
    margin-bottom: 2rem;
  }
  .hero-h1 em { font-style: italic; color: var(--terracotta); }
  .hero-desc {
    font-size: 0.95rem; line-height: 1.8; color: var(--muted);
    max-width: 400px; margin-bottom: 3rem;
  }
  .hero-actions { display: flex; gap: 1.25rem; align-items: center; }
  .btn-primary {
    background: var(--charcoal); color: var(--warm-white);
    padding: 1rem 2.5rem; font-size: 0.8rem;
    font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
    text-decoration: none; transition: all 0.3s;
    border: 1px solid var(--charcoal);
  }
  .btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }
  .btn-ghost {
    color: var(--charcoal); font-size: 0.8rem; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    text-decoration: none; display: flex; align-items: center; gap: 0.5rem;
    transition: gap 0.2s;
  }
  .btn-ghost:hover { gap: 0.85rem; }
  .btn-ghost::after { content: '→'; }

  .hero-stats {
    display: flex; gap: 2.5rem; margin-top: 4rem;
    padding-top: 2.5rem; border-top: 1px solid var(--border);
  }
  .stat-val {
    font-family: var(--font-display); font-size: 2.2rem; font-weight: 300;
    color: var(--charcoal); line-height: 1;
  }
  .stat-val span { color: var(--gold); }
  .stat-label { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; margin-top: 0.3rem; }

  .hero-right {
    position: relative; overflow: hidden;
    background: var(--cream);
  }
  .hero-img-grid {
    height: 100%; display: grid;
    grid-template-rows: 60% 40%;
    grid-template-columns: 60% 40%;
    gap: 3px;
  }
  .hero-img-main {
    grid-row: 1 / 3; grid-column: 1;
    background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=900&q=80') center/cover no-repeat;
    position: relative; overflow: hidden;
  }
  .hero-img-a {
    background: url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=600&q=80') center/cover no-repeat;
    position: relative;
  }
  .hero-img-b {
    background: url('https://media.istockphoto.com/id/1028429904/photo/smiling-family-on-sofa-stock-image.jpg?s=612x612&w=0&k=20&c=PFdl0OIBOuBtLEi7QmzRZuMacVkfH0nsJpbBudothyE=') center/cover no-repeat;
    position: relative;
  }
  .hero-img-main::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(28,25,23,0.45) 0%, transparent 60%);
  }
  .hero-img-main::after {
    content: 'Living Space';
    position: absolute; bottom: 1.5rem; left: 1.5rem;
    font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em;
    text-transform: uppercase; color: rgba(255,255,255,0.75);
  }
  .room-tag {
    position: absolute; bottom: 1rem; left: 1rem;
    font-size: 0.65rem; font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase; color: rgba(255,255,255,0.55);
  }
  .hero-badge {
    position: absolute; top: 2.5rem; right: 2.5rem;
    background: var(--charcoal); color: var(--gold);
    padding: 1rem; width: 90px; height: 90px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    border-radius: 50%;
    font-family: var(--font-display); text-align: center;
    animation: slowSpin 20s linear infinite;
  }
  @keyframes slowSpin { to { transform: rotate(360deg); } }
  .hero-badge-inner { font-size: 1rem; font-weight: 600; line-height: 1; }
  .hero-badge-sub { font-size: 0.55rem; letter-spacing: 0.1em; opacity: 0.7; margin-top: 0.2rem; }

  /* ── MARQUEE ── */
  .marquee-wrap {
    background: var(--charcoal); color: var(--gold-light);
    padding: 1rem 0; overflow: hidden;
  }
  .marquee-track {
    display: flex; gap: 3rem;
    animation: marquee 25s linear infinite;
    width: max-content;
  }
  @keyframes marquee { to { transform: translateX(-50%); } }
  .marquee-item {
    font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; white-space: nowrap;
    display: flex; align-items: center; gap: 1rem;
  }
  .marquee-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

  /* ── SERVICES ── */
  .services {
    padding: 7rem 4rem;
    background: var(--warm-white);
  }
  .section-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 4rem;
  }
  .section-eyebrow {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.75rem;
  }
  .section-eyebrow::before {
    content: ''; display: block; width: 28px; height: 1px; background: var(--gold);
  }
  .section-title {
    font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 300; line-height: 1.1; color: var(--charcoal);
  }
  .section-title em { font-style: italic; color: var(--terracotta); }
  .section-link {
    font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); text-decoration: none;
    display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s;
  }
  .section-link:hover { color: var(--charcoal); }
  .section-link::after { content: '→'; }

  .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  }
  .service-card {
    background: var(--cream); padding: 3rem 2.5rem;
    border: 1px solid transparent;
    transition: all 0.4s; cursor: pointer; position: relative; overflow: hidden;
  }
  .service-card::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--gold);
    transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
  }
  .service-card:hover { background: var(--charcoal); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover .service-num,
  .service-card:hover .service-name,
  .service-card:hover .service-desc,
  .service-card:hover .service-cta { color: var(--warm-white); }
  .service-card:hover .service-icon { border-color: rgba(255,255,255,0.2); }
  .service-num {
    font-family: var(--font-display); font-size: 0.85rem; color: var(--gold);
    margin-bottom: 1.5rem; display: block;
  }
  .service-icon {
    width: 48px; height: 48px; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 2rem; transition: border-color 0.4s;
    font-size: 1.3rem;
  }
  .service-name {
    font-family: var(--font-display); font-size: 1.6rem; font-weight: 400;
    color: var(--charcoal); margin-bottom: 1rem; line-height: 1.2;
    transition: color 0.4s;
  }
  .service-desc {
    font-size: 0.85rem; line-height: 1.75; color: var(--muted);
    transition: color 0.4s; margin-bottom: 1.5rem;
  }
  .service-cta {
    font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--gold); font-weight: 500; transition: color 0.4s;
    display: flex; align-items: center; gap: 0.4rem;
  }
  .service-cta::after { content: '→'; }

  /* ── ABOUT SPLIT ── */
  .about {
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--charcoal);
    min-height: 70vh;
  }
  .about-visual {
    position: relative; overflow: hidden;
    background: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?w=900&q=80') center/cover no-repeat;
    display: flex; align-items: center; justify-content: center;
  }
  .about-visual::before {
    content: '';
    position: absolute; inset: 0;
    background: rgba(28,25,23,0.55);
  }
  .about-visual-text {
    position: relative; z-index: 2;
    font-family: var(--font-display); font-size: 8rem;
    font-weight: 300; color: rgba(255,255,255,0.06);
    line-height: 1; text-align: center;
    pointer-events: none;
  }
  .about-year-badge {
    position: absolute; bottom: 3rem; right: 3rem; z-index: 3;
    border: 1px solid rgba(201,168,76,0.3); padding: 1.5rem;
    text-align: center;
  }
  .about-year {
    font-family: var(--font-display); font-size: 2.5rem; font-weight: 300;
    color: var(--gold); line-height: 1;
  }
  .about-year-label { font-size: 0.65rem; letter-spacing: 0.15em; color: var(--muted); margin-top: 0.25rem; }

  .about-content {
    padding: 5rem 5rem; display: flex; flex-direction: column; justify-content: center;
  }
  .about-content .section-eyebrow { margin-bottom: 1.25rem; }
  .about-content .section-title { color: var(--warm-white); margin-bottom: 2rem; }
  .about-body {
    font-size: 0.95rem; line-height: 1.85; color: rgba(250,248,244,0.55);
    margin-bottom: 2.5rem;
  }
  .about-features {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .about-feat {
    display: flex; gap: 0.75rem; align-items: flex-start;
  }
  .about-feat-dot {
    width: 6px; height: 6px; background: var(--gold); border-radius: 50%;
    margin-top: 0.35rem; flex-shrink: 0;
  }
  .about-feat-text { font-size: 0.82rem; color: rgba(250,248,244,0.65); line-height: 1.5; }
  .btn-outline-light {
    display: inline-flex; align-items: center; gap: 0.75rem;
    border: 1px solid rgba(201,168,76,0.4); color: var(--gold);
    padding: 0.9rem 2rem; font-size: 0.78rem;
    letter-spacing: 0.12em; text-transform: uppercase;
    text-decoration: none; transition: all 0.3s; width: fit-content;
  }
  .btn-outline-light:hover { background: var(--gold); color: var(--charcoal); }
  .btn-outline-light::after { content: '→'; }

  /* ── PORTFOLIO ── */
  .portfolio {
    padding: 7rem 4rem;
    background: var(--cream);
  }
  .portfolio .section-header { margin-bottom: 3rem; }
  .portfolio-filter {
    display: flex; gap: 0.5rem; margin-bottom: 3rem;
  }
  .filter-btn {
    font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.5rem 1.25rem; border: 1px solid var(--border);
    background: transparent; cursor: pointer; transition: all 0.25s;
    color: var(--muted); font-family: var(--font-body);
  }
  .filter-btn.active, .filter-btn:hover {
    background: var(--charcoal); color: var(--warm-white); border-color: var(--charcoal);
  }
  .portfolio-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3px;
  }
  .proj-card {
    position: relative; overflow: hidden; cursor: pointer;
    background: var(--charcoal);
    aspect-ratio: unset;
  }
  .proj-card:nth-child(1) { grid-row: 1 / 3; height: 600px; }
  .proj-card:nth-child(2), .proj-card:nth-child(3),
  .proj-card:nth-child(4), .proj-card:nth-child(5) { height: 295px; }
  .proj-bg {
    position: absolute; inset: 0;
    transition: transform 0.6s ease;
  }
  .proj-card:hover .proj-bg { transform: scale(1.05); }
  .proj-bg-1 { background: url('https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?w=900&q=80') center/cover no-repeat; }
  .proj-bg-2 { background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=700&q=80') center/cover no-repeat; }
  .proj-bg-3 { background: url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?w=700&q=80') center/cover no-repeat; }
  .proj-bg-4 { background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=700&q=80') center/cover no-repeat; }
  .proj-bg-5 { background: url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=700&q=80') center/cover no-repeat; }
  .proj-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    opacity: 0; transition: opacity 0.4s;
    display: flex; align-items: flex-end; padding: 2rem;
  }
  .proj-card:hover .proj-overlay { opacity: 1; }
  .proj-info { color: white; }
  .proj-cat {
    font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.5rem; display: block;
  }
  .proj-name {
    font-family: var(--font-display); font-size: 1.4rem; font-weight: 300;
    line-height: 1.2; margin-bottom: 0.5rem;
  }
  .proj-loc { font-size: 0.75rem; color: rgba(255,255,255,0.6); }
  .proj-label {
    position: absolute; bottom: 1.5rem; left: 1.5rem;
    font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: rgba(255,255,255,0.4);
  }

  /* ── PROCESS ── */
  .process {
    padding: 7rem 4rem;
    background: var(--warm-white);
  }
  .process-steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; margin-top: 4rem;
    border: 1px solid var(--border);
  }
  .step {
    padding: 2.5rem 2rem;
    border-right: 1px solid var(--border);
    position: relative; transition: background 0.3s;
  }
  .step:last-child { border-right: none; }
  .step:hover { background: var(--cream); }
  .step-num {
    font-family: var(--font-display); font-size: 3.5rem; font-weight: 300;
    color: var(--border); line-height: 1; margin-bottom: 1.5rem;
  }
  .step-name {
    font-family: var(--font-display); font-size: 1.25rem; font-weight: 400;
    color: var(--charcoal); margin-bottom: 0.75rem;
  }
  .step-desc { font-size: 0.82rem; line-height: 1.7; color: var(--muted); }
  .step-connector {
    position: absolute; top: 50%; right: -1px;
    width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
    transform: translateY(-50%) translateX(50%);
  }
  .step:last-child .step-connector { display: none; }

  /* ── TESTIMONIALS ── */
  .testimonials {
    padding: 7rem 4rem;
    background: var(--charcoal);
  }
  .testimonials .section-eyebrow { margin-bottom: 1rem; }
  .testimonials .section-title { color: var(--warm-white); margin-bottom: 4rem; }
  .testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  }
  .testi-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 2.5rem;
    transition: background 0.3s;
  }
  .testi-card:hover { background: rgba(255,255,255,0.07); }
  .testi-quote {
    font-family: var(--font-display); font-size: 3rem; color: var(--gold);
    line-height: 1; margin-bottom: 1rem; opacity: 0.6;
  }
  .testi-text {
    font-size: 0.9rem; line-height: 1.8;
    color: rgba(250,248,244,0.65); margin-bottom: 2rem;
    font-style: italic; font-family: var(--font-display); font-size: 1.05rem;
  }
  .testi-author { display: flex; align-items: center; gap: 1rem; }
  .testi-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 1rem; font-weight: 400;
    flex-shrink: 0;
  }
  .testi-avatar-1 { background: rgba(201,168,76,0.25); color: var(--gold); }
  .testi-avatar-2 { background: rgba(184,92,56,0.25); color: #E08060; }
  .testi-avatar-3 { background: rgba(122,139,110,0.25); color: #A0B594; }
  .testi-name { font-size: 0.85rem; font-weight: 500; color: var(--warm-white); }
  .testi-role { font-size: 0.72rem; color: var(--muted); margin-top: 0.15rem; }
  .testi-stars {
    color: var(--gold); font-size: 0.65rem; letter-spacing: 0.2em;
    margin-bottom: 0.5rem; display: block;
  }

  /* ── CTA BANNER ── */
  .cta-banner {
    padding: 6rem 4rem;
    background: var(--cream);
    display: flex; align-items: center; justify-content: space-between;
    gap: 3rem;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .cta-text .section-eyebrow { margin-bottom: 1rem; }
  .cta-title {
    font-family: var(--font-display); font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 300; line-height: 1.1; color: var(--charcoal);
  }
  .cta-title em { font-style: italic; color: var(--terracotta); }
  .cta-actions { display: flex; flex-direction: column; gap: 1rem; flex-shrink: 0; }
  .cta-form { display: flex; gap: 0; }
  .cta-input {
    padding: 1rem 1.5rem; border: 1px solid var(--border); border-right: none;
    background: var(--warm-white); font-family: var(--font-body); font-size: 0.85rem;
    color: var(--charcoal); outline: none; width: 260px;
  }
  .cta-input::placeholder { color: var(--muted); }
  .cta-submit {
    background: var(--charcoal); color: var(--warm-white);
    border: 1px solid var(--charcoal); padding: 1rem 1.75rem;
    font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
    font-family: var(--font-body); cursor: pointer; font-weight: 500;
    transition: all 0.3s;
  }
  .cta-submit:hover { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }
  .cta-note { font-size: 0.72rem; color: var(--muted); }

  /* ── CLIENTS ── */
  .clients {
    padding: 4rem; background: var(--warm-white);
    border-bottom: 1px solid var(--border);
  }
  .clients-label {
    font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--muted); text-align: center; margin-bottom: 2.5rem;
  }
  .clients-logos {
    display: flex; justify-content: center; align-items: center; gap: 4rem; flex-wrap: wrap;
  }
  .client-logo {
    font-family: var(--font-display); font-size: 1.1rem; color: var(--border);
    font-weight: 400; letter-spacing: 0.08em; transition: color 0.3s;
    cursor: default;
  }
  .client-logo:hover { color: var(--muted); }

  /* ── FOOTER ── */
  footer {
    background: var(--dark-brown); color: rgba(250,248,244,0.5);
    padding: 5rem 4rem 2.5rem;
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem;
    margin-bottom: 4rem;
  }
  .footer-brand .nav-logo { display: block; margin-bottom: 1rem; color: var(--warm-white); }
  .footer-brand p { font-size: 0.82rem; line-height: 1.75; max-width: 260px; margin-bottom: 1.5rem; }
  .footer-social { display: flex; gap: 1rem; }
  .social-link {
    width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    color: rgba(250,248,244,0.5); text-decoration: none; font-size: 0.7rem;
    font-weight: 500; letter-spacing: 0.05em; transition: all 0.25s;
  }
  .social-link:hover { border-color: var(--gold); color: var(--gold); }
  .footer-col h4 {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--warm-white); margin-bottom: 1.5rem;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer-links a {
    font-size: 0.82rem; color: rgba(250,248,244,0.45); text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--warm-white); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2rem;
    display: flex; justify-content: space-between; align-items: center;
  }
  .footer-copy { font-size: 0.75rem; }
  .footer-legal { display: flex; gap: 2rem; }
  .footer-legal a { font-size: 0.75rem; color: rgba(250,248,244,0.3); text-decoration: none; }
  .footer-legal a:hover { color: rgba(250,248,244,0.7); }

  /* Scroll animations */
  .fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
  .fade-up.visible { opacity: 1; transform: none; }

  @media (max-width: 1024px) {
    nav { padding: 1rem 2rem; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero-left { padding: 5rem 2rem 3rem; }
    .about { grid-template-columns: 1fr; }
    .about-visual { min-height: 300px; }
    .services { padding: 4rem 2rem; }
    .services-grid { grid-template-columns: 1fr; }
    .portfolio { padding: 4rem 2rem; }
    .portfolio-grid { grid-template-columns: 1fr 1fr; }
    .proj-card:nth-child(1) { grid-row: auto; grid-column: 1 / 3; height: 350px; }
    .process { padding: 4rem 2rem; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .testimonials { padding: 4rem 2rem; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cta-banner { flex-direction: column; padding: 4rem 2rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .clients { padding: 3rem 2rem; }
    .clients-logos { gap: 2rem; }
  }
