  :root{
    --cream:#F4EFE5;
    --cream-deep:#EAE1CF;
    --ink:#221D18;
    --ink-soft:#3A332B;
    --bronze:#A9793F;
    --bronze-light:#C39A5E;
    --terracotta:#A3573F;
    --taupe:#8A7B68;
    --line: rgba(34,29,24,0.14);
    --white:#FBF9F5;
  }

  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--cream);
    color:var(--ink);
    font-family:'Manrope',sans-serif;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{display:block;max-width:100%;height:auto;}
  a{color:inherit;text-decoration:none;}
  ul{list-style:none;}

  .eyebrow{
    font-family:'Jost',sans-serif;
    font-weight:500;
    letter-spacing:.32em;
    text-transform:uppercase;
    font-size:.72rem;
    color:var(--bronze);
    display:inline-flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:26px;
  }
  .eyebrow::after{
    content:"";
    display:block;
    width:34px;
    height:2px;
    background:var(--bronze);
  }

  h1,h2,h3{
    font-family:'Fraunces',serif;
    font-weight:400;
    line-height:1.05;
    color:var(--ink);
  }
  .sub-italic{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-weight:400;
    color:var(--taupe);
  }
  p{
    line-height:1.75;
    color:var(--ink-soft);
    font-weight:400;
  }

  .container{
    max-width:1240px;
    margin:0 auto;
    padding:0 48px;
  }

  /* ===== NAV ===== */
  header{
    position:fixed;
    top:0;left:0;right:0;
    z-index:1000;
    padding:26px 0;
    transition:all .4s ease;
    background:transparent;
  }
  header.scrolled{
    background:rgba(244,239,229,.92);
    backdrop-filter:blur(10px);
    padding:14px 0;
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1240px;
    margin:0 auto;
    padding:0 48px;
  }
  .logo img{
    height:38px;
    width:auto;
    transition:filter .4s ease;
  }
  header:not(.scrolled) .logo img{
    filter:brightness(0) invert(1);
  }
  nav ul{
    display:flex;
    gap:38px;
  }
  nav a{
    font-family:'Jost',sans-serif;
    font-size:.82rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:500;
    position:relative;
    padding-bottom:6px;
    color:var(--white);
    transition:color .4s ease;
  }
  header.scrolled nav a{ color:var(--ink); }
  nav a::after{
    content:"";
    position:absolute;
    left:0;bottom:0;
    width:0;height:1.5px;
    background:var(--bronze);
    transition:width .3s ease;
  }
  nav a.active::after, nav a:hover::after{ width:100%; }
  nav a.active{ color:var(--bronze) !important; }

  .burger{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
    z-index:1100;
    background:none;border:none;
  }
  .burger span{
    width:26px;height:1.5px;
    background:var(--white);
    transition:.3s;
  }
  header.scrolled .burger span{ background:var(--ink); }
  .burger.open span{ background:var(--ink); }

  /* ===== ROOM RAIL (signature scrollspy element) ===== */
  .room-rail{
    position:fixed;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    z-index:900;
    display:flex;
    flex-direction:column;
    gap:16px;
    align-items:center;
  }
  .room-rail a{
    width:8px;height:8px;
    border-radius:50%;
    border:1px solid var(--bronze);
    background:transparent;
    transition:all .3s ease;
    position:relative;
  }
  .room-rail a.active{
    background:var(--bronze);
    transform:scale(1.3);
  }
  .room-rail a span{
    position:absolute;
    right:20px;top:50%;
    transform:translateY(-50%);
    white-space:nowrap;
    font-family:'Jost',sans-serif;
    font-size:.68rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--ink);
    background:var(--white);
    padding:4px 10px;
    border-radius:2px;
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
  }
  .room-rail a:hover span{ opacity:1; }
  @media (max-width:900px){ .room-rail{display:none;} }

  /* ===== FIXED WHATSAPP BUTTON ===== */
  .whatsapp-float{
    position:fixed;
    right:18px;
    top:calc(50% + 112px);
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.22);
    z-index:901;
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .whatsapp-float:hover{
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 14px 34px rgba(0,0,0,.28);
  }
  .whatsapp-float svg{ width:25px; height:25px; fill:currentColor; }

  /* ===== HERO ===== */
  .hero{
    position:relative;
    height:100vh;
    min-height:640px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
  }
  .hero-slider{ position:absolute; inset:0; width:100%; height:100%; }
  .hero-slide{
    position:absolute; inset:0;
    width:100%; height:100%;
    opacity:0;
    transition:opacity 1.4s ease;
  }
  .hero-slide.active{ opacity:1; }
  .hero-slide img{
    width:100%;height:100%;
    object-fit:cover;
    object-position:center 35%;
  }
  .hero-arrow{
    position:absolute;
    z-index:3;
    top:50%;
    transform:translateY(-50%);
    width:46px;height:46px;
    border-radius:50%;
    border:1px solid rgba(251,249,245,.5);
    background:rgba(20,16,12,.25);
    color:var(--white);
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    transition:all .3s ease;
    font-family:'Jost',sans-serif;
    font-size:1.1rem;
  }
  .hero-arrow:hover{ background:rgba(20,16,12,.5); border-color:var(--white); }
  .hero-arrow.prev{ left:28px; }
  .hero-arrow.next{ right:28px; }
  @media (max-width:700px){
    .hero-arrow{ display:none; }
  }
  .hero-overlay{
    position:absolute;inset:0;
    background:linear-gradient(180deg, rgba(20,16,12,.35) 0%, rgba(20,16,12,.15) 40%, rgba(20,16,12,.78) 100%);
  }
  .hero-content{
    position:relative;
    z-index:2;
    padding:0 48px 100px;
    max-width:1240px;
    margin:0 auto;
    width:100%;
    color:var(--white);
  }
  .hero-content .eyebrow{ color:var(--bronze-light); }
  .hero-content .eyebrow::after{ background:var(--bronze-light); }
  .hero-content h1{
    font-size:clamp(2.6rem, 5.4vw, 5rem);
    color:var(--white);
    max-width:820px;
    margin-bottom:22px;
  }
  .hero-content .lede{
    font-size:1.1rem;
    color:rgba(251,249,245,.86);
    max-width:480px;
    margin-bottom:40px;
    line-height:1.7;
  }
  .hero-ctas{ display:flex; gap:18px; flex-wrap:wrap; }
  .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 30px;
    font-family:'Jost',sans-serif;
    font-size:.78rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    font-weight:500;
    border:1px solid var(--bronze-light);
    transition:all .35s ease;
    cursor:pointer;
  }
  .btn-solid{
    background:var(--bronze);
    color:var(--white);
    border-color:var(--bronze);
  }
  .btn-solid:hover{ background:transparent; color:var(--ink); }

  .btn-solid1:hover{ background:transparent; color:var(--white); }

  .btn-solid1{
    background:var(--bronze);
    color:var(--white);
    border-color:var(--bronze);
  }
  .btn-outline{
    color:var(--white);
    border-color:rgba(251,249,245,.5);
  }
  .btn-outline:hover{ border-color:var(--white); background:rgba(255,255,255,.08); }

  /* ===== INTRO STRIP ===== */
  .intro-strip{
    background:var(--ink);
    color:var(--white);
    padding:64px 0;
  }
  .intro-strip .container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:32px;
  }
  .intro-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    max-width:280px;
  }
  .intro-item .mark{
    width:6px;height:6px;
    border-radius:50%;
    background:var(--bronze-light);
    margin-top:9px;
    flex-shrink:0;
  }
  .intro-item p{
    color:rgba(251,249,245,.82);
    font-family:'Jost',sans-serif;
    font-weight:300;
    font-size:.95rem;
    letter-spacing:.02em;
    line-height:1.6;
  }

  /* ===== SECTION SPREADS ===== */
  section.spread{
    padding:150px 0;
    position:relative;
  }
  section.spread.alt{ background:var(--cream-deep); }

  .spread-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
  }
  .spread-grid.reverse .text-col{ order:2; }
  .spread-grid.reverse .media-col{ order:1; }

  .text-col h2{
    font-size:clamp(2.4rem,4vw,3.6rem);
    margin-bottom:10px;
  }
  .text-col .sub-italic{
    display:block;
    font-size:1.3rem;
    margin-bottom:28px;
  }
  .text-col p{ max-width:460px; margin-bottom:18px; }
  .text-col p:last-of-type{ margin-bottom:0; }

  .media-col{ position:relative; }
  .media-col .img-frame{
    width:100%;
    height:560px;
  }
  .media-col.short .img-frame{ height:420px; }
  .media-col img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .media-col.fit-contain img{
    object-fit:contain;
    background:var(--cream-deep);
  }
  section.spread:not(.alt) .media-col.fit-contain img{ background:var(--cream); }
  .media-col.fit-contain .img-frame:hover img{ transform:none; }

  /* ===== CLICKABLE IMAGE FRAMES (hover zoom + expand affordance) ===== */
  .img-frame{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    display:block;
  }
  .img-frame img{ transition:transform .6s ease; }
  .img-frame:hover img{ transform:scale(1.06); }
  .img-frame::after{
    content:"";
    position:absolute; inset:0;
    background:rgba(20,16,12,0);
    transition:background .4s ease;
    pointer-events:none;
    z-index:1;
  }
  .img-frame:hover::after{ background:rgba(20,16,12,.14); }
  .img-frame::before{
    content:"";
    position:absolute; top:50%; left:50%;
    width:46px;height:46px;
    transform:translate(-50%,-50%) scale(.6);
    border-radius:50%;
    border:1px solid rgba(251,249,245,.85);
    background-color:rgba(20,16,12,.32);
    background-image:
      linear-gradient(rgba(251,249,245,.92), rgba(251,249,245,.92)),
      linear-gradient(rgba(251,249,245,.92), rgba(251,249,245,.92));
    background-repeat:no-repeat;
    background-position:center;
    background-size:16px 1.4px, 1.4px 16px;
    opacity:0;
    transition:all .35s ease;
    pointer-events:none;
    z-index:2;
  }
  .img-frame:hover::before{ opacity:1; transform:translate(-50%,-50%) scale(1); }

  /* gallery grids */
  .gallery{
    display:grid;
    gap:20px;
    margin-top:70px;
  }
  /* tall image left, two stacked images right — explicit placement, no reliance on grid auto-flow */
  .gallery-split{
    grid-template-columns:1.2fr 1fr;
    grid-template-rows:280px 280px;
  }
  .gallery-split .img-frame{ width:100%; height:100%; }
  .gallery-split img{ width:100%; height:100%; object-fit:cover; display:block; }
  .gallery-split .g-tall{ grid-column:1; grid-row:1 / 3; }
  .gallery-split .img-frame:nth-child(2){ grid-column:2; grid-row:1; }
  .gallery-split .img-frame:nth-child(3){ grid-column:2; grid-row:2; }

  /* simple two-up gallery, single row */
  .gallery-duo{ grid-template-columns:1fr 1fr; }
  .gallery-duo .img-frame{ width:100%; height:420px; }
  .gallery-duo img{ width:100%; height:100%; object-fit:cover; display:block; }

  .gallery-4{ grid-template-columns:repeat(3,1fr); grid-template-rows:320px 260px; }
  .gallery-4 .img-frame{ width:100%; height:100%; }
  .gallery-4 img{ width:100%; height:100%; object-fit:cover; display:block; }
  .gallery-4 .g-wide{ grid-column:1 / 4; }

  /* "view all" badge on the 3rd visible gallery tile */
  .gallery-more{
    position:absolute; inset:0;
    z-index:3;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:rgba(20,16,12,.5);
    color:var(--white);
    pointer-events:none;
  }
  .gallery-more strong{
    font-family:'Fraunces',serif;
    font-weight:400;
    font-size:2rem;
    line-height:1;
  }
  .gallery-more em{
    font-style:normal;
    font-family:'Jost',sans-serif;
    font-size:.68rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-top:8px;
    opacity:.9;
  }
  /* extra images kept in the DOM (for the lightbox group) but not shown in the 3-up grid */
  .gallery-hidden{ display:none; }

  .frame-cap{
    font-family:'Jost',sans-serif;
    font-size:.68rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--taupe);
    margin-top:14px;
  }

  /* stat chip on media */
  .media-tag{
    position:absolute;
    bottom:-28px; left:-28px;
    background:var(--white);
    padding:22px 28px;
    box-shadow:0 20px 44px rgba(34,29,24,.14);
    max-width:230px;
  }
  .media-tag .tag-title{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-size:1.15rem;
    margin-bottom:6px;
  }
  .media-tag p{ font-size:.85rem; line-height:1.55; }

  @media (max-width:1000px){
    .media-tag{ position:static; margin-top:20px; box-shadow:none; padding:0; }
  }

  /* secondary sub-block inside doors section */
  .sub-block{
    margin-top:140px;
    padding-top:140px;
    border-top:1px solid var(--line);
  }

  /* ===== ABOUT STATEMENT (brand intro) ===== */
  .about-statement{
    padding:130px 0 10px;
  }
  .about-statement .eyebrow{ margin-bottom:30px; }
  .about-statement h2{
    font-size:clamp(2.2rem,3.6vw,3.2rem);
    max-width:820px;
    margin-bottom:34px;
  }
  .about-statement p{
    max-width:760px;
    font-size:1.05rem;
    margin-bottom:20px;
  }
  .about-categories{
    display:flex;
    flex-wrap:wrap;
    gap:14px 12px;
    margin-top:40px;
  }
  .about-categories span{
    font-family:'Jost',sans-serif;
    font-size:.74rem;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:var(--ink-soft);
    border:1px solid var(--line);
    padding:10px 18px;
    border-radius:999px;
  }

  /* ===== FEATURE PILLARS (about) ===== */
  .pillars{
    margin-top:20px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
  }
  .pillar-num{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-size:1rem;
    color:var(--bronze);
    margin-bottom:16px;
    display:block;
  }
  .pillar h3{
    font-size:1.3rem;
    font-weight:400;
    margin-bottom:12px;
  }
  .pillar p{ font-size:.92rem; }

  /* ===== SECTION CONTACT CTA ===== */
  .section-cta{
    margin-top:30px;
    display:inline-flex;
  }
  .section-cta.btn{
    color:var(--ink);
    border-color:var(--bronze);
    background:transparent;
  }
  .section-cta.btn:hover{
    color:var(--white);
    background:var(--bronze);
    border-color:var(--bronze);
  }
  .directions-btn{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-top:18px;
    padding:11px 18px;
    border:1px solid var(--bronze-light);
    color:var(--white);
    font-family:'Jost',sans-serif;
    font-size:.72rem;
    font-weight:500;
    letter-spacing:.12em;
    text-transform:uppercase;
    transition:background .3s ease,color .3s ease,transform .3s ease;
  }
  .directions-btn:hover{
    background:var(--bronze-light);
    color:var(--ink)!important;
    transform:translateY(-2px);
  }
  .directions-btn svg{
    width:16px;
    height:16px;
    fill:currentColor;
  }

  /* ===== CONTACT ===== */
  #contact{
    background:var(--ink);
    color:var(--white);
    padding:150px 0 0;
  }
  #contact .eyebrow{ color:var(--bronze-light); }
  #contact .eyebrow::after{ background:var(--bronze-light); }
  #contact h2{ color:var(--white); font-size:clamp(2.4rem,4vw,3.6rem); max-width:640px; }
  .contact-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:90px;
    padding-bottom:56px;
    margin-top:60px;
  }
  .contact-details{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-top:20px;
  }
  .cd-block h4{
    font-family:'Jost',sans-serif;
    font-size:.72rem;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--bronze-light);
    margin-bottom:12px;
    font-weight:500;
  }
  .contact-form{
    margin-top:52px;
    display:grid;
    gap:20px;
  }
  .form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
  .contact-form label{
    display:block;
    font-family:'Jost',sans-serif;
    font-size:.68rem;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:rgba(251,249,245,.6);
    margin-bottom:8px;
  }
  .contact-form input,
  .contact-form textarea{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(251,249,245,.28);
    color:var(--white);
    font-family:'Manrope',sans-serif;
    font-size:.95rem;
    padding:10px 2px;
    transition:border-color .3s ease;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder{ color:rgba(251,249,245,.35); }
  .contact-form input:focus,
  .contact-form textarea:focus{
    outline:none;
    border-color:var(--bronze-light);
  }
  .contact-form textarea{ resize:vertical; min-height:90px; }
  .contact-form .btn-solid{
    justify-self:start;
    margin-top:6px;
    background:var(--bronze);
    border-color:var(--bronze);
  }
  .form-note{
    font-size:.8rem;
    color:rgba(251,249,245,.55);
    margin-top:4px;
  }
  .form-success{
    display:none;
    color:var(--bronze-light);
    font-family:'Jost',sans-serif;
    font-size:.82rem;
    letter-spacing:.04em;
    margin-top:6px;
  }
  @media (max-width:700px){
    .form-row{ grid-template-columns:1fr; }
  }

  /* ===== LIGHTBOX GALLERY ===== */
  .lightbox{
    position:fixed; inset:0;
    z-index:2000;
    background:rgba(17,14,11,.94);
    display:none;
    align-items:center;
    justify-content:center;
    padding:60px;
    opacity:0;
    transition:opacity .35s ease;
  }
  .lightbox.open{ display:flex; opacity:1; }
  .lightbox-frame{
    position:relative;
    max-width:min(1100px, 90vw);
    max-height:82vh;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .lightbox img{
    max-width:100%;
    max-height:82vh;
    width:auto;height:auto;
    object-fit:contain;
    box-shadow:0 30px 80px rgba(0,0,0,.5);
    opacity:0;
    transform:scale(.97);
    transition:opacity .3s ease, transform .3s ease;
  }
  .lightbox img.show{ opacity:1; transform:scale(1); }
  .lightbox-caption{
    position:absolute;
    left:0; right:0;
    bottom:-42px;
    text-align:center;
    font-family:'Jost',sans-serif;
    font-size:.78rem;
    letter-spacing:.06em;
    color:rgba(251,249,245,.7);
  }
  .lightbox-close{
    position:absolute;
    top:26px; right:32px;
    width:42px;height:42px;
    border-radius:50%;
    border:1px solid rgba(251,249,245,.4);
    background:transparent;
    color:var(--white);
    font-size:1.4rem;
    line-height:1;
    cursor:pointer;
    transition:all .3s ease;
    z-index:2001;
  }
  .lightbox-close:hover{ background:rgba(251,249,245,.12); border-color:var(--white); }
  .lightbox-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;height:50px;
    border-radius:50%;
    border:1px solid rgba(251,249,245,.4);
    background:rgba(20,16,12,.3);
    color:var(--white);
    display:flex;align-items:center;justify-content:center;
    font-family:'Jost',sans-serif;
    font-size:1.1rem;
    cursor:pointer;
    transition:all .3s ease;
    z-index:2001;
  }
  .lightbox-arrow:hover{ background:rgba(251,249,245,.15); border-color:var(--white); }
  .lightbox-arrow.prev{ left:24px; }
  .lightbox-arrow.next{ right:24px; }
  .lightbox-counter{
    position:absolute;
    top:32px; left:32px;
    font-family:'Jost',sans-serif;
    font-size:.72rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:rgba(251,249,245,.6);
    z-index:2001;
  }
  @media (max-width:700px){
    .lightbox{ padding:20px; }
    .lightbox-arrow{ width:40px; height:40px; }
    .lightbox-arrow.prev{ left:8px; }
    .lightbox-arrow.next{ right:8px; }
    .lightbox-close{ top:14px; right:14px; }
    .lightbox-counter{ top:18px; left:18px; }
  }

  .cd-block p, .cd-block a{
    font-size:1rem;
    color:rgba(251,249,245,.9);
    line-height:1.7;
  }
  .cd-block a:hover{ color:var(--bronze-light); }

  .social-row{
    display:flex;
    gap:16px;
    margin-top:8px;
  }
  .social-row span{
    width:38px;height:38px;
    border:1px solid rgba(251,249,245,.3);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .social-row svg{ width:16px;height:16px; stroke:var(--white); fill:none; }

  .contact-map img{
    width:100%;height:100%;
    object-fit:cover;
    min-height:420px;
  }

  /* ===== PARTNERS / BRAND SLIDER ===== */
  .partners-strip{
    background:var(--ink);
    padding:10px 0 48px;
    overflow:hidden;
  }
  .partners-label{
    display:block;
    font-family:'Jost',sans-serif;
    font-weight:500;
    letter-spacing:.28em;
    text-transform:uppercase;
    font-size:.68rem;
    color:rgba(251,249,245,.4);
    text-align:center;
    margin-bottom:26px;
  }
  .marquee{
    position:relative;
    width:100%;
    overflow:hidden;
    -webkit-mask-image:linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
  .marquee-track{
    display:flex;
    align-items:center;
    width:max-content;
    gap:64px;
    animation:marqueeScroll 32s linear infinite;
  }
  .marquee:hover .marquee-track{ animation-play-state:paused; }
  .partner-logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:110px;
    height:52px;
    flex-shrink:0;
  }
  .partner-logo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    filter:brightness(0) invert(1);
    opacity:.7;
    transition:opacity .35s ease;
  }
  .partner-logo:hover img{ opacity:1; }
  .partner-logo-color img{ filter:none; opacity:.9; }
  .partner-logo-color:hover img{ opacity:1; }
  @keyframes marqueeScroll{
    from{ transform:translateX(0); }
    to{ transform:translateX(-50%); }
  }
  @media(prefers-reduced-motion:reduce){
    .marquee-track{ animation:none; }
  }
  @media(max-width:700px){
    .partners-strip{ padding:24px 0 36px; }
    .partners-label{ margin-bottom:20px; font-size:.6rem; letter-spacing:.22em; }
    .marquee-track{ gap:40px; animation-duration:22s; }
    .partner-logo{ width:84px; height:40px; }
  }

  footer{
    border-top:1px solid rgba(251,249,245,.14);
    padding:34px 0;
  }
  .footer-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
  }
  .footer-inner img{ height:26px; filter:brightness(0) invert(1); opacity:.85;}
  .footer-inner p{
    font-family:'Jost',sans-serif;
    font-size:.75rem;
    letter-spacing:.06em;
    color:rgba(251,249,245,.55);
  }

  /* reveal animation — visible by default; only hidden pre-animation when JS confirms IntersectionObserver support */
  .reveal{ opacity:1; transform:none; }
  html.has-io .reveal{
    opacity:0;
    transform:translateY(36px);
    transition:opacity .9s ease, transform .9s ease;
  }
  html.has-io .reveal.in{ opacity:1; transform:translateY(0); }

  /* responsive */
  @media (max-width:900px){
    .container{ padding:0 26px; }
    .nav-inner{ padding:0 26px; }
    nav{
      position:fixed;
      inset:0;
      width:100%;
      height:100dvh;
      background:var(--cream);
      display:flex;
      align-items:center;
      justify-content:center;
      transform:translateY(-110%);
      visibility:hidden;
      opacity:0;
      pointer-events:none;
      overflow-y:auto;
      overscroll-behavior:contain;
      transition:transform .42s ease, opacity .25s ease, visibility 0s linear .42s;
      z-index:1050;
    }
    nav.open{
      transform:translateY(0);
      visibility:visible;
      opacity:1;
      pointer-events:auto;
      transition:transform .42s ease, opacity .25s ease;
    }
    body.menu-open{ overflow:hidden; touch-action:none; }
    nav ul{ flex-direction:column; text-align:center; gap:28px; }
    nav a{ color:var(--ink) !important; font-size:1.1rem; }
    .burger{ display:flex; }

    .spread-grid, .spread-grid.reverse{ grid-template-columns:1fr; gap:40px; }
    .spread-grid .text-col, .spread-grid.reverse .text-col{ order:1; }
    .spread-grid .media-col, .spread-grid.reverse .media-col{ order:2; }
    .media-col .img-frame{ height:380px; }
    .gallery-split{ grid-template-columns:1fr; grid-template-rows:none; }
    .gallery-split .img-frame, .gallery-split .g-tall{ grid-column:1; grid-row:auto; height:280px; }
    .gallery-duo{ grid-template-columns:1fr; }
    .gallery-duo .img-frame{ height:300px; }
    .gallery-4{ grid-template-columns:1fr 1fr; grid-template-rows:none; }
    .gallery-4 .img-frame{ height:220px; }
    .gallery-4 .g-wide{ grid-column:span 2; height:260px; }
    .pillars{ grid-template-columns:1fr; gap:36px; }
    .contact-grid{ grid-template-columns:1fr; gap:50px; }
    .contact-details{ grid-template-columns:1fr; }
    section.spread{ padding:100px 0; }
    .sub-block{ margin-top:90px; padding-top:90px; }
  }

  @media (max-width:700px){
    body{ overflow-x:hidden; }
    header{ padding:16px 0; }
    header.scrolled{ padding:11px 0; }
    .container, .nav-inner{ padding-left:18px; padding-right:18px; }
    .logo img{ height:31px; }
    .burger{ gap:5px; }
    .burger span{ width:24px; }

    nav ul{ gap:20px; padding:80px 22px 28px; max-height:100vh; overflow-y:auto; }
    nav a{ font-size:.95rem; }

    .hero{ height:auto; min-height:100svh; align-items:flex-end; }
    .hero-slide img{ object-position:center center; }
    .hero-content{ padding:130px 18px 52px; }
    .hero-content .eyebrow{ margin-bottom:18px; font-size:.62rem; letter-spacing:.2em; line-height:1.6; }
    .hero-content h1{ font-size:clamp(2.35rem, 12vw, 3.45rem); line-height:1.02; margin-bottom:18px; }
    .hero-content h1 br{ display:none; }
    .hero-content .lede{ font-size:.94rem; line-height:1.65; margin-bottom:26px; max-width:none; }
    .hero-ctas{ gap:11px; }
    .hero-ctas .btn{ width:100%; justify-content:center; padding:14px 18px; }

    .intro-strip{ padding:44px 0; }
    .intro-strip .container{ display:grid; gap:24px; }
    .intro-item{ max-width:none; }

    .about-statement{ padding:80px 0 0; }
    .about-statement h2{ font-size:2.15rem; }
    .about-statement p{ font-size:.96rem; }
    .about-categories{ gap:9px; margin-top:28px; }
    .about-categories span{ font-size:.65rem; padding:8px 12px; }

    section.spread{ padding:76px 0; }
    .spread-grid, .spread-grid.reverse{ gap:30px; }
    .text-col h2{ font-size:2.25rem; }
    .text-col .sub-italic{ font-size:1.08rem; }
    .text-col p{ font-size:.94rem; }
    .eyebrow{ margin-bottom:18px; font-size:.64rem; letter-spacing:.24em; }
    .media-col .img-frame, .media-col.short .img-frame{ height:300px; }
    .gallery{ margin-top:42px; gap:12px; }
    .gallery-split .img-frame, .gallery-split .g-tall, .gallery-duo .img-frame{ height:240px; }
    .gallery-more strong{ font-size:1.5rem; }
    .gallery-more em{ font-size:.62rem; }
    .gallery-4{ grid-template-columns:1fr; }
    .gallery-4 .img-frame, .gallery-4 .g-wide{ grid-column:1; height:240px; }
    .sub-block{ margin-top:68px; padding-top:68px; }
    .pillars{ margin-top:52px; }

    #contact{ padding-top:78px; }
    #contact h2{ font-size:2.25rem; }
    .contact-grid{ margin-top:38px; padding-bottom:58px; gap:38px; }
    .contact-form{ margin-top:38px; }
    .contact-map img{ min-height:280px; }
    .contact-form .btn-solid{ width:100%; justify-content:center; }
    .section-cta{ width:100%; justify-content:center; text-align:center; }
    .directions-btn{ width:100%; justify-content:center; }
    .footer-inner{ justify-content:center; text-align:center; }

    .whatsapp-float{
      top:auto;
      right:16px;
      bottom:18px;
      width:52px;
      height:52px;
    }
  }

  @media (max-width:380px){
    .hero-content h1{ font-size:2.2rem; }
    .hero-content{ padding-top:112px; }
    .text-col h2, #contact h2{ font-size:2rem; }
  }

  /* ===== PARTNER BRANDS (STATIC) ===== */
  .brand-showcase{ padding:0px 0 100px; background:var(--cream); }
  .brand-showcase-head{
    max-width:600px;
    margin:0 auto 52px;
    text-align:center;
  }
  .brand-showcase-head .eyebrow{ align-items:center; }
  .brand-showcase-head .eyebrow::after{ margin:0 auto; }
  .brand-showcase-head h2{ font-size:clamp(2.1rem,4vw,2.9rem); }
  .brand-grid{
    display:grid;
    grid-template-columns:repeat(8,1fr);
    background:var(--line);
  }
  .brand-tile{
    background:var(--cream);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:32px 18px;
    font-family:'Jost',sans-serif;
    font-weight:500;
    font-size:.95rem;
    letter-spacing:.02em;
    color:var(--ink-soft);
    transition:background .3s ease,color .3s ease;
  }
  .brand-tile:hover{ background:var(--white); color:var(--ink); }
  .brand-tile i{
    width:28px;
    height:28px;
    border:1px solid var(--bronze);
    border-radius:50%;
    font-style:normal;
    font-family:'Fraunces',serif;
    color:var(--bronze);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:.85rem;
    flex-shrink:0;
  }
  @media(max-width:1100px){
    .brand-grid{ grid-template-columns:repeat(5,1fr); }
  }
  @media(max-width:900px){
    .brand-grid{ grid-template-columns:repeat(4,1fr); }
  }
  @media(max-width:600px){
    .brand-showcase{ padding:70px 0 64px; }
    .brand-showcase-head{ margin-bottom:36px; }
    .brand-grid{ grid-template-columns:repeat(2,1fr); }
    .brand-tile{ padding:22px 10px; font-size:.83rem; gap:8px; }
    .brand-tile i{ width:24px; height:24px; font-size:.75rem; }
  }

  .scope-intro{padding:120px 0;background:var(--cream);}
  .scope-heading{max-width:820px;margin-bottom:48px;}
  .scope-heading h2{font-family:var(--serif);font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.04;margin:14px 0 24px;font-weight:400;}
  .scope-heading p{max-width:720px;line-height:1.8;color:var(--charcoal-soft);}
  .collection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:42px;}
  .collection-card{display:block;padding:28px 22px;min-height:230px;border:1px solid rgba(91,73,52,.2);background:rgba(255,255,255,.45);text-decoration:none;color:inherit;transition:transform .3s ease,background .3s ease,border-color .3s ease;}
  .collection-card:hover{transform:translateY(-6px);background:#fff;border-color:var(--bronze);}
  .collection-card span{font-size:.72rem;letter-spacing:.18em;color:var(--bronze);}
  .collection-card h3{font-family:var(--serif);font-size:1.45rem;font-weight:400;margin:28px 0 12px;}
  .collection-card p{font-size:.9rem;line-height:1.65;color:var(--charcoal-soft);}
  .process-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0 10px;}
  .process-grid>div{border-top:1px solid rgba(91,73,52,.28);padding:18px 8px 12px 0;}
  .process-grid strong{font-size:.7rem;letter-spacing:.16em;color:var(--bronze);}
  .process-grid h3{font-family:var(--serif);font-weight:400;margin:8px 0;font-size:1.25rem;}
  .process-grid p{font-size:.88rem;margin:0;line-height:1.55;}
  .location-card{display:grid;grid-template-columns:1.15fr .85fr;background:#fff;box-shadow:0 24px 70px rgba(44,37,30,.1);overflow:hidden;}
  .location-visual img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;}
  .location-content{padding:56px;display:flex;flex-direction:column;justify-content:center;}
  .location-content h3{font-family:var(--serif);font-size:2.5rem;font-weight:400;margin:14px 0 20px;}
  .location-content p{line-height:1.8;}
  .location-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}
  .location-actions .section-cta{margin:0;width:auto;}
  @media(max-width:1100px){.collection-grid{grid-template-columns:repeat(3,1fr);}}
  @media(max-width:760px){
    .scope-intro{padding:80px 0;}
    .collection-grid{grid-template-columns:1fr;gap:12px;}
    .collection-card{min-height:auto;padding:24px;}
    .collection-card h3{margin-top:16px;}
    .process-grid{grid-template-columns:1fr;}
    .location-card{grid-template-columns:1fr;}
    .location-visual img{min-height:260px;}
    .location-content{padding:32px 24px;}
    .location-actions{flex-direction:column;}
    .location-actions .btn,.location-actions .section-cta{width:100%;justify-content:center;text-align:center;}
  }

  /* ===== WHY CHOOSE US ===== */
  .why-choose{ padding:150px 0; position:relative; background:var(--cream); }

  .why-head{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:80px;
    align-items:center;
    margin-bottom:110px;
  }
  .why-head-text p{ max-width:460px; }
  .why-head-text .section-cta{ margin-top:32px; }
  .why-head-visual{ position:relative; }
  .why-head-visual .img-frame{ height:460px; }

  .strengths-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
    margin-bottom:110px;
  }
  .strength-card{
    background:var(--cream);
    padding:44px 38px;
    transition:background .35s ease;
  }
  .strength-card:hover{ background:var(--white); }
  .strength-icon{
    width:40px;
    height:40px;
    stroke:var(--bronze);
    stroke-width:1.4;
    stroke-linecap:round;
    stroke-linejoin:round;
    margin-bottom:26px;
    display:block;
  }
  .strength-card h3{
    font-family:'Fraunces',serif;
    font-size:1.2rem;
    font-weight:400;
    margin-bottom:12px;
  }
  .strength-card p{
    font-size:.92rem;
    line-height:1.7;
    margin:0;
    max-width:320px;
  }

  .process-flow{ text-align:center; }
  .process-heading{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-weight:400;
    font-size:1.6rem;
    color:var(--taupe);
    margin-bottom:56px;
  }
  .process-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    position:relative;
  }
  .process-steps::before{
    content:"";
    position:absolute;
    top:15px;
    left:calc(12.5% + 4px);
    right:calc(12.5% + 4px);
    height:1px;
    background:var(--line);
  }
  .process-step{
    position:relative;
    padding:0 24px;
    text-align:left;
  }
  .process-num{
    display:inline-block;
    position:relative;
    z-index:1;
    background:var(--cream);
    padding-right:14px;
    font-family:'Jost',sans-serif;
    font-size:.78rem;
    letter-spacing:.18em;
    color:var(--bronze);
  }
  .process-step h4{
    font-family:'Fraunces',serif;
    font-weight:400;
    font-size:1.18rem;
    margin:20px 0 10px;
    color:var(--ink);
  }
  .process-step p{
    font-size:.88rem;
    line-height:1.6;
    margin:0;
    max-width:230px;
  }

  @media(max-width:1100px){
    .why-head{ grid-template-columns:1fr; gap:48px; }
    .why-head-visual .img-frame{ height:380px; }
    .strengths-grid{ grid-template-columns:repeat(2,1fr); }
    .process-steps{ grid-template-columns:repeat(2,1fr); row-gap:44px; }
    .process-steps::before{ display:none; }
  }
  @media(max-width:760px){
    .why-choose{ padding:80px 0; }
    .why-head{ margin-bottom:64px; }
    .why-head-visual .img-frame{ height:300px; }
    .strengths-grid{ grid-template-columns:1fr; margin-bottom:64px; }
    .strength-card{ padding:34px 26px; }
    .process-heading{ margin-bottom:40px; font-size:1.35rem; }
    .process-steps{ grid-template-columns:1fr; row-gap:32px; }
    .process-step{ padding:0; }
    .process-num{ background:transparent; padding-right:0; }
  }
