:root{
    --ink:#201d19;
    --charcoal:#f5f1ea;
    --charcoal-2:#ebe4da;
    --stone:#7e705f;
    --stone-dim:#8f877d;
    --bone:#fffdf9;
    --bone-dim:#6e675f;
    --bronze:#9a6a3a;
    --bronze-bright:#b57b45;
    --hairline:rgba(32,29,25,0.12);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bone);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
  }
  img{display:block; width:100%; height:100%; object-fit:cover;}
  a{color:inherit; text-decoration:none;}
  .eyebrow{
    font-family:'Inter',sans-serif;
    font-size:11px;
    letter-spacing:0.22em;
    text-transform:uppercase;
    color:var(--bronze);
    font-weight:500;
  }
  h1,h2,h3{
    font-family:'Fraunces',serif;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-0.01em;
  }

  header{
    position:fixed; top:0; left:0; right:0; z-index:50;
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 5vw;
    background:rgba(255,253,249,.94);
    border-bottom:1px solid var(--hairline);
    box-shadow:0 8px 30px rgba(32,29,25,.05);
    backdrop-filter:blur(14px);
  }
  .brand img{ height:78px; width:auto; object-fit:contain; filter:none; }
  nav ul{list-style:none; display:flex; gap:40px;}
  nav a{
    font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
    color:var(--ink); font-weight:500; transition:color .25s ease;
  }
  nav a:hover{color:var(--bronze);}
  .nav-cta{
    border:1px solid var(--bronze); background:var(--bronze); color:#fffdf9;
    padding:10px 20px;
    font-size:11px; letter-spacing:0.14em; text-transform:uppercase;
    transition:all .25s ease;
  }
  .nav-cta:hover{border-color:var(--bronze-bright); background:var(--bronze-bright); color:#fffdf9;}

  .hero{
    position:relative; height:210vh; min-height:calc(1080px + 30vh);
    background:var(--bone);
  }
  .hero-sticky{position:sticky; top:0; height:100vh; min-height:640px; overflow:hidden; display:flex; align-items:flex-end;}
  .hero-img{position:absolute; inset:0; z-index:0;}
  .hero-img img{
    filter:grayscale(2%) brightness(1.02) contrast(1.06);
    transform:scale(1.08) translateX(-3.5%);
    transform-origin:center center;
  }
  .hero-img::after{
    content:'';
    position:absolute; inset:0;
    background:
      linear-gradient(90deg,rgba(18,17,16,.34) 0%,rgba(18,17,16,.17) 38%,transparent 68%),
      rgba(18,17,16,var(--hero-darkness,0));
  }
  .hero-content{ position:relative; z-index:2; padding:0 5vw 90px; max-width:900px; }
  .hero-scroll-ready .hero-content{
    transform:translate3d(0,var(--hero-copy-y,58vh),0);
    opacity:var(--hero-copy-opacity,0);
    will-change:transform,opacity;
  }
  .hero-scroll-ready .hero-content h1{color:#fffdf9; text-shadow:0 2px 24px rgba(18,17,16,.16);}
  .hero-scroll-ready .hero-content p{color:rgba(255,253,249,.84);}
  .hero-scroll-ready .hero-content .eyebrow{color:#e2b98f;}
  .hero-scroll-ready .hero-secondary{color:#fffdf9; border-color:rgba(255,255,255,.56); background:rgba(18,17,16,.08);}
  .hero-scroll-ready .hero-secondary:hover{color:#fffdf9; border-color:#fffdf9; background:rgba(18,17,16,.18);}
  .hero-content .eyebrow{margin-bottom:22px; display:block; color:var(--bronze);}
  .hero-content h1{ font-size:clamp(38px, 5.6vw, 76px); color:var(--ink); margin-bottom:26px; }
  .hero-content h1 em{ font-style:italic; color:var(--bronze); }
  .hero-scroll-ready .hero-content h1 .hero-accent{
    display:inline-block;
    color:#e3b45b;
    background:linear-gradient(110deg,#c88a35 0%,#f0c76e 45%,#d49b42 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size:1.08em; font-weight:500; letter-spacing:-.025em;
    text-shadow:0 3px 12px rgba(0,0,0,.18);
  }
  .hero-content p{
    font-size:16px; line-height:1.65; color:var(--bone-dim);
    max-width:480px; margin-bottom:38px;
  }
  .hero-actions{display:flex; gap:18px; flex-wrap:wrap;}
  .btn-primary{
    background:var(--bronze); color:var(--ink);
    padding:16px 30px; font-size:12px; letter-spacing:0.14em;
    text-transform:uppercase; font-weight:500;
    transition:background .25s ease;
  }
  .btn-primary:hover{background:var(--bronze-bright);}
  .btn-secondary{
    border:1px solid rgba(32,29,25,0.22); color:var(--ink);
    padding:16px 30px; font-size:12px; letter-spacing:0.14em;
    text-transform:uppercase; transition:border-color .25s ease;
  }
  .btn-secondary:hover{border-color:var(--ink);}
  .hero-secondary{border-color:rgba(32,29,25,.28); color:var(--ink); background:rgba(255,253,249,.62);}
  .hero-secondary:hover{border-color:var(--ink); background:#fffdf9;}

  .hero-scroll{
    position:absolute; right:5vw; bottom:40px; z-index:2;
    display:flex; flex-direction:column; align-items:center; gap:10px;
  }
  .hero-scroll .line{width:1px; height:50px; background:linear-gradient(var(--bronze-bright), transparent);}
  .hero-scroll span{font-size:10px; letter-spacing:0.2em; color:var(--ink); writing-mode:vertical-rl;}

  .product-gateways{
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px; padding:80px 5vw; background:#fffdf9;
  }
  .product-gateway{
    position:relative; min-height:clamp(620px,62vw,780px);
    overflow:hidden; background:#fff; color:var(--ink);
    border:1px solid var(--hairline); box-shadow:0 18px 50px rgba(32,29,25,.07);
  }
  .product-gateway-media{
    position:absolute; inset:0 0 34% 0;
    overflow:hidden;
  }
  .product-gateway-media > img{
    transition:transform .9s cubic-bezier(.2,.7,.2,1), filter .6s ease;
    filter:grayscale(4%) brightness(.98) contrast(1.02);
  }
  .product-gateway:nth-child(1) .product-gateway-media > img{
    object-position:center center;
    transform:scale(1);
    transform-origin:center center;
  }
  .product-gateway:nth-child(2) .product-gateway-media > img{object-position:center bottom;}
  .product-gateway:hover .product-gateway-media > img{transform:scale(1.025); filter:grayscale(0%) brightness(1.03) contrast(1.02);}
  .product-gateway:nth-child(1):hover .product-gateway-media > img{transform:scale(1.015);}
  .product-gateway-shade{
    position:absolute; inset:0;
    display:none;
  }
  .product-gateway-content{position:absolute; left:clamp(26px,3vw,48px); right:clamp(26px,3vw,48px); bottom:clamp(28px,3vw,46px); z-index:2;}
  .product-gateway-content .eyebrow{display:block; margin-bottom:12px; color:var(--bronze);}
  .product-gateway-content h2{font-size:clamp(30px,3.2vw,46px); margin-bottom:12px; color:var(--ink);}
  .product-gateway-content p{max-width:470px; color:var(--bone-dim); font-size:14px; line-height:1.65;}
  .gateway-link{display:inline-flex; gap:14px; margin-top:20px; padding-bottom:7px; border-bottom:1px solid var(--bronze); color:var(--ink); font-size:11px; letter-spacing:.16em; text-transform:uppercase;}

  section{padding:80px 5vw;}
  .section-head{
    display:flex; justify-content:space-between; align-items:flex-end;
    margin-bottom:60px; gap:40px; flex-wrap:wrap;
  }
  .section-head h2{font-size:clamp(30px,3.4vw,46px); color:var(--ink); max-width:560px;}
  .section-head p{color:var(--bone-dim); font-size:14px; line-height:1.7; max-width:340px;}

  .elements{background:#f4efe7;}
  .element-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:2px; background:var(--hairline); }
  .element-card{ position:relative; aspect-ratio:3/4; overflow:hidden; background:#eee6db; cursor:pointer; }
  .element-card img{
    transition:transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
    filter:grayscale(1%) brightness(0.94);
  }
  .element-card:hover img{transform:scale(1.08); filter:grayscale(0%) brightness(1.02);}
  .element-card::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(180deg, transparent 52%, rgba(18,17,16,0.84) 100%);
  }
  .element-label{ position:absolute; left:22px; right:22px; bottom:22px; z-index:2; }
  .element-label .eyebrow{color:var(--bronze-bright); margin-bottom:6px; font-size:10px;}
  .element-label h3{font-size:19px; color:var(--bone); font-weight:400;}

  .profiles{background:var(--bone);}
  .profile-list{ display:flex; flex-direction:column; }
  .profile-row{
    display:grid; grid-template-columns:100px 1fr 180px 40px;
    align-items:center; gap:30px; padding:28px 0;
    border-top:1px solid var(--hairline); transition:background .25s ease;
  }
  .profile-list .profile-row:last-child{border-bottom:1px solid var(--hairline);}
  .profile-row:hover{background:rgba(239,233,223,0.03);}
  .profile-num{font-family:'Fraunces',serif; font-style:italic; color:var(--stone-dim); font-size:14px;}
  .profile-info h3{font-size:22px; color:var(--ink); font-weight:400; margin-bottom:6px;}
  .profile-info p{font-size:13px; color:var(--bone-dim); max-width:480px; line-height:1.6;}
  .profile-spec{font-size:12px; color:var(--bone-dim); letter-spacing:0.03em; text-align:right;}
  .profile-arrow{color:var(--bronze-bright); font-size:18px; text-align:right;}

  .feature-split{ display:grid; grid-template-columns:1fr 1fr; gap:0; padding:0; }
  .feature-img{min-height:720px; position:relative;}
  .feature-img img{filter:grayscale(8%) brightness(0.88);}
  .feature-text{
    padding:80px 6vw; display:flex; flex-direction:column; justify-content:center;
    background:#eee6db;
  }
  .feature-text .eyebrow{margin-bottom:18px;}
  .feature-text h2{font-size:clamp(28px,3vw,42px); color:var(--ink); margin-bottom:22px;}
  .feature-text p{color:var(--bone-dim); font-size:15px; line-height:1.75; margin-bottom:32px; max-width:440px;}
  .feature-tech-specs{
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
    list-style:none; width:100%; margin-bottom:28px; border-top:1px solid var(--hairline);
  }
  .feature-tech-specs li{
    position:relative; padding:15px 18px 15px 20px; border-bottom:1px solid var(--hairline);
    color:var(--bone-dim); font-size:12px; line-height:1.5;
  }
  .feature-tech-specs li:nth-child(odd){border-right:1px solid var(--hairline);}
  .feature-tech-specs li::before{
    content:''; position:absolute; left:0; top:21px; width:5px; height:5px;
    border:1px solid var(--bronze); border-radius:50%;
  }
  .feature-list{list-style:none; margin-bottom:36px;}
  .feature-list li{
    display:flex; align-items:center; gap:14px; padding:14px 0;
    border-top:1px solid var(--hairline); font-size:14px; color:var(--bone-dim);
  }
  .feature-list li:last-child{border-bottom:1px solid var(--hairline);}
  .feature-list li::before{
    content:''; width:6px; height:6px; background:var(--bronze-bright);
    border-radius:50%; flex-shrink:0;
  }
  .feature-availability{width:100%; margin-bottom:30px;}

  .gfrc-section{background:#25231f; color:var(--bone); padding:80px 6vw;}
  .gfrc-intro{
    display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
    align-items:start; gap:6vw; margin-bottom:58px;
  }
  .gfrc-intro .eyebrow{display:block; margin-bottom:18px; color:var(--bronze-bright);}
  .gfrc-intro h2{font-size:clamp(36px,3.8vw,58px); line-height:1.04; max-width:620px;}
  .gfrc-copy{max-width:820px;}
  .gfrc-copy > p{font-size:18px; line-height:1.7; color:rgba(255,253,249,.72); margin-bottom:26px;}
  .gfrc-list{list-style:none; border-top:1px solid rgba(239,233,223,.18);}
  .gfrc-list li{
    position:relative; padding:13px 0 13px 22px; border-bottom:1px solid rgba(239,233,223,.18);
    font-size:15px; line-height:1.5; color:rgba(255,253,249,.72);
  }
  .gfrc-list li::before{
    content:''; position:absolute; left:0; top:20px; width:6px; height:6px;
    border-radius:50%; background:var(--bronze-bright);
  }
  .gfrc-copy .gfrc-lead-time{
    margin:24px 0 0; padding:18px 20px; border-left:2px solid var(--bronze-bright);
    background:rgba(239,233,223,.06); font-size:14px; line-height:1.65;
  }
  .gfrc-lead-time strong{color:var(--bone); font-weight:500;}
  .gfrc-gallery{
    display:grid; grid-template-columns:.85fr 1.15fr;
    grid-template-rows:clamp(460px,38vw,760px); gap:10px;
  }
  .gfrc-gallery figure{overflow:hidden; background:#171612;}
  .gfrc-gallery img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.88) contrast(1.02);}
  .gfrc-gallery-facade{background:#d8d0c3;}
  .gfrc-gallery-facade img{object-fit:contain; object-position:center;}
  .gfrc-gallery-balustrade img{object-position:68% 52%; transform:scale(1.12);}

  .process{
    position:relative; overflow:hidden; background:#faf7f1;
    padding-top:80px; padding-bottom:80px;
  }
  .process::after{
    content:''; position:absolute; top:34px; right:3.5vw; width:120px; height:120px;
    opacity:.18; pointer-events:none;
    background:
      linear-gradient(90deg, transparent 49.5%, var(--bronze) 50%, transparent 50.5%),
      linear-gradient(transparent 49.5%, var(--bronze) 50%, transparent 50.5%);
  }
  .process-head{
    display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
    gap:8vw; align-items:end; margin-bottom:76px;
  }
  .process-head .eyebrow{display:block; margin-bottom:18px;}
  .process-head h2{
    color:var(--ink); font-size:clamp(42px,5vw,76px); line-height:.98;
    letter-spacing:-.035em; max-width:760px;
  }
  .process-head > p{
    border-left:1px solid var(--hairline); padding:6px 0 6px 34px;
    color:var(--bone-dim); font-size:15px; line-height:1.75; max-width:430px;
  }
  .process-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr));}
  .process-step{position:relative; min-width:0; padding:0 46px 24px;}
  .process-step:nth-child(odd){padding-left:0;}
  .process-step:nth-child(even){padding-right:0; border-left:1px solid var(--hairline);}
  .process-step:nth-child(n+3){padding-top:64px; border-top:1px solid var(--hairline);}
  .process-number{
    position:relative; display:flex; align-items:center; color:var(--bronze);
    font-family:'Fraunces',serif; font-size:42px; font-weight:300; line-height:1;
    margin-bottom:25px;
  }
  .process-number::after{
    content:''; height:1px; flex:1; margin-left:15px;
    background:linear-gradient(90deg,rgba(154,106,58,.52),rgba(154,106,58,.08));
  }
  .process-number span::after{
    content:''; position:absolute; width:5px; height:5px; margin:18px 0 0 11px;
    border:1px solid var(--bronze); border-radius:50%; background:#faf7f1;
  }
  .process-visual{height:340px; display:flex; align-items:center; margin-bottom:30px;}
  .process-visual svg{
    width:100%; height:100%; fill:none; stroke:#766d62; stroke-width:1.15;
    stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke;
  }
  .process-visual .process-accent{stroke:var(--bronze-bright);}
  .process-visual .process-accent-fill{fill:var(--bronze-bright); stroke:var(--bronze-bright);}
  .process-visual .process-accent-invert{stroke:#faf7f1; stroke-width:1.5;}
  .process-visual .process-dots{fill:var(--bronze); stroke:none; opacity:.72;}
  .process-photo{overflow:hidden; background:#e9e2d8;}
  .process-photo img{width:100%; height:100%; display:block; object-fit:cover; object-position:center 62%;}
  .process-blueprint{background:#123f65;}
  .process-blueprint img{
    object-position:center 52%;
  }
  .process-delivery img{object-position:center 62%;}
  .process-video{overflow:hidden; background:#e9e2d8;}
  .site-scan-video{width:100%; height:100%; display:block; object-fit:cover;}
  .process-step h3{font-size:clamp(26px,2.4vw,36px); font-weight:400; color:var(--ink); margin-bottom:14px;}
  .process-step > p{font-size:14px; line-height:1.75; color:var(--bone-dim); max-width:520px;}
  .process-link{
    display:inline-flex; align-items:center; gap:18px; margin-top:58px; padding-bottom:8px;
    border-bottom:1px solid var(--bronze); color:var(--ink); font-size:11px;
    letter-spacing:.16em; text-transform:uppercase;
  }
  .process-link span{font-size:17px; color:var(--bronze); transition:transform .2s ease;}
  .process-link:hover span{transform:translateX(4px);}

  #stone{background:#f4efe7; padding:80px 5vw;}
  .stone-showcase{display:grid; grid-template-columns:1.25fr .75fr; gap:24px; align-items:stretch;}
  .stone-showcase-media{min-height:560px; overflow:hidden;}
  .stone-showcase-media img{width:100%; height:100%; display:block; object-fit:cover; object-position:center;}
  .stone-showcase-copy{background:#fffdf9; padding:48px; display:flex; flex-direction:column; justify-content:center; min-width:0;}
  .cta-band{ position:relative; padding:80px 5vw; text-align:center; overflow:hidden; background:#e5ddcf; color:var(--ink); }
  .cta-inner{position:relative; z-index:2; max-width:1100px; margin:0 auto;}
  .cta-inner .eyebrow{justify-content:center; display:block; margin-bottom:20px; color:var(--bronze-bright);}
  .cta-inner h2{font-size:clamp(30px,4vw,52px); color:var(--ink); margin-bottom:20px;}
  @media (min-width:901px){.cta-inner h2{white-space:nowrap;}}
  .cta-inner p{color:var(--bone-dim); font-size:15px; margin-bottom:40px; line-height:1.7;}
  .cta-options{display:flex; flex-direction:column; gap:14px; max-width:1020px; margin:0 auto; text-align:left;}
  .waitlist-form,.whatsapp-button{border:1px solid rgba(32,29,25,.18); background:rgba(255,253,249,.62); padding:24px;}
  .waitlist-form{position:relative; display:flex; flex-direction:column; gap:18px;}
  .cta-option-label{display:block; color:var(--bone-dim); font-size:9px; letter-spacing:.18em; text-transform:uppercase;}
  .form-honeypot{position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap;}
  .inquiry-fields{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 14px;}
  .form-field{display:flex; flex-direction:column; gap:7px;}
  .form-field-wide{grid-column:1 / -1;}
  .form-field label{color:var(--ink); font-size:10px; font-weight:500; letter-spacing:.08em; text-transform:uppercase;}
  .form-field label .optional{color:var(--stone-dim); font-size:8px; font-weight:400; letter-spacing:.08em; margin-left:5px;}
  .waitlist-form input,.waitlist-form select,.waitlist-form textarea{
    width:100%; min-width:0; border:1px solid rgba(32,29,25,.2); padding:14px 16px;
    color:var(--ink); background:#fffdf9; font-family:'Inter',sans-serif; font-size:14px;
  }
  .waitlist-form select{appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--stone) 50%),linear-gradient(135deg,var(--stone) 50%,transparent 50%); background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%; background-size:5px 5px,5px 5px; background-repeat:no-repeat; padding-right:38px;}
  .waitlist-form textarea{resize:vertical; min-height:112px; line-height:1.55;}
  .waitlist-form input:focus,.waitlist-form select:focus,.waitlist-form textarea:focus{outline:2px solid rgba(181,123,69,.22); outline-offset:1px; border-color:var(--bronze-bright);}
  .form-submit-row{display:flex; align-items:center; gap:18px; flex-wrap:wrap;}
  .waitlist-form .btn-primary{border:0; padding:14px 22px; cursor:pointer; white-space:nowrap;}
  .waitlist-form .btn-primary:disabled{cursor:wait; opacity:.68;}
  .form-status{font-size:12px; line-height:1.5; color:var(--bone-dim); flex:1; min-width:220px;}
  .form-status.is-success{color:#496a51;}
  .form-status.is-error{color:#8b3f36;}
  .form-status a{text-decoration:underline; text-underline-offset:3px;}
  .whatsapp-button{
    display:flex; align-items:center; justify-content:space-between; gap:36px; color:var(--ink);
    border-color:rgba(37,211,102,.52); background:rgba(255,253,249,.82);
    transition:background .2s ease,border-color .2s ease,transform .2s ease;
  }
  .whatsapp-intro{display:flex; flex-direction:column; gap:7px;}
  .whatsapp-intro strong{font-family:'Fraunces',serif; font-size:clamp(22px,2.2vw,30px); font-weight:400; line-height:1.15;}
  .whatsapp-intro small{color:var(--bone-dim); font-size:12px; line-height:1.5;}
  .whatsapp-button-copy{display:flex; align-items:center; justify-content:center; gap:10px; min-width:218px; padding:16px 20px; background:#1f9f55; color:#fff; font-size:11px; letter-spacing:.13em; text-transform:uppercase;}
  .whatsapp-button-copy > span{font-size:17px; transition:transform .2s ease;}
  .whatsapp-button:hover{background:#fffdf9; border-color:#1f9f55; transform:translateY(-2px);}
  .whatsapp-button:hover .whatsapp-button-copy > span{transform:translateX(4px);}
  .whatsapp-icon{width:19px; height:19px; color:#fff; flex:0 0 auto;}
  .waitlist-note{font-size:11px; color:var(--bone-dim); margin-top:16px; letter-spacing:0.02em;}

  footer{ padding:70px 5vw 40px; border-top:1px solid var(--hairline); background:#f8f5ef; }
  .footer-top{
    display:flex; justify-content:space-between; align-items:flex-start;
    margin-bottom:60px; gap:40px; flex-wrap:wrap;
  }
  .footer-brand img{ height:87px; width:auto; object-fit:contain; filter:none; margin-bottom:16px; }
  .footer-top p{font-size:13px; color:var(--bone-dim); max-width:280px; line-height:1.7;}
  .footer-cols{display:flex; gap:80px; flex-wrap:wrap;}
  .footer-col .eyebrow{margin-bottom:18px; display:block;}
  .footer-col ul{list-style:none;}
  .footer-col li{margin-bottom:12px;}
  .footer-col a{font-size:13px; color:var(--bone-dim); transition:color .2s ease;}
  .footer-col a:hover{color:var(--bone);}
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top:30px; border-top:1px solid var(--hairline);
    font-size:11px; color:var(--bone-dim); letter-spacing:0.04em;
    flex-wrap:wrap; gap:12px;
  }

  @media (max-width:900px){
    .cta-options{max-width:680px;}
    nav ul{display:none;}
    .element-grid{grid-template-columns:repeat(2,1fr);}
    .feature-split{grid-template-columns:1fr;}
    .stone-showcase{grid-template-columns:1fr;}
    .stone-showcase-media{min-height:0; aspect-ratio:4 / 3;}
    .stone-showcase-copy{padding:40px;}
    .feature-img{height:340px; min-height:340px;}
    .gfrc-intro{grid-template-columns:1fr; gap:32px;}
    .gfrc-gallery{grid-template-columns:.85fr 1.15fr; grid-template-rows:clamp(400px,52vw,600px);}
    .process-head{grid-template-columns:1fr; gap:28px; margin-bottom:58px;}
    .process-head > p{padding-left:24px;}
    .process-grid{grid-template-columns:repeat(2,minmax(0,1fr)); row-gap:0;}
    .process-step{padding:0 28px;}
    .process-step:nth-child(odd){padding-left:0; border-left:0;}
    .process-step:nth-child(even){padding-right:0;}
    .process-step:nth-child(n+3){padding-top:52px;}
    .process-visual{height:240px;}
    .profile-row{grid-template-columns:60px 1fr; }
    .product-gateways{grid-template-columns:1fr;}
    .product-gateway{min-height:620px;}
    .profile-spec, .profile-arrow{display:none;}
    section{padding:72px 6vw;}
    .product-gateways{padding:72px 6vw;}
    .feature-text{padding-top:72px; padding-bottom:72px;}
    .gfrc-section,.process,#stone,.cta-band{padding-top:72px; padding-bottom:72px;}
  }
  @media (max-width:560px){
    .inquiry-fields{grid-template-columns:1fr;}
    .form-field-wide{grid-column:auto;}
    .waitlist-form,.whatsapp-button{min-height:auto; padding:20px;}
    .whatsapp-button{align-items:stretch; flex-direction:column; gap:18px;}
    .whatsapp-button-copy{width:100%; min-width:0;}
    .element-grid{grid-template-columns:1fr;}
    .feature-tech-specs{grid-template-columns:1fr;}
    .feature-tech-specs li:nth-child(odd){border-right:0;}
    .stone-showcase{gap:0;}
    .stone-showcase-media{aspect-ratio:auto; min-height:0; overflow:visible;}
    .stone-showcase-media img{height:auto; object-fit:contain;}
    .stone-showcase-copy{padding:34px 24px;}
    .stone-showcase-copy h3{font-size:30px !important;}
    section{padding-top:64px; padding-bottom:64px;}
    .product-gateways,.feature-text,.gfrc-section,.process,#stone,.cta-band{padding-top:64px; padding-bottom:64px;}
    .gfrc-gallery{display:flex; flex-direction:column;}
    .gfrc-gallery figure{width:100%;}
    .gfrc-gallery-main{height:min(125vw,720px);}
    .gfrc-gallery-main img{transform:none; object-position:center;}
    .gfrc-gallery-balustrade{height:min(70vw,520px);}
    .process::after{width:74px; height:74px;}
    .process-head h2{font-size:42px;}
    .process-head > p{border-left:0; border-top:1px solid var(--hairline); padding:22px 0 0;}
    .process-grid{grid-template-columns:1fr; row-gap:0;}
    .process-step,.process-step:nth-child(odd),.process-step:nth-child(even){
      padding:36px 0 42px; border-left:0; border-top:1px solid var(--hairline);
    }
    .process-number{margin-bottom:18px;}
    .process-visual{height:155px; max-width:330px;}
    .process-step > p{max-width:360px;}
    .process-link{margin-top:32px;}
    header{padding:18px 6vw;}
    .brand img{height:63px;}
    .product-gateway{min-height:600px;}
    .product-gateway-media{inset:0 0 40% 0;}
    .hero-img img{transform:scale(1.04) translateX(-1.5%);}
    .nav-cta{display:none;}
  }

  @media (prefers-reduced-motion:reduce){
    *{transition:none !important; scroll-behavior:auto !important;}
    .hero{height:100vh; min-height:640px;}
    .hero-sticky{position:relative;}
    .hero-content{transform:none !important; opacity:1 !important;}
    .hero-scroll-ready .hero-content h1{color:var(--ink); text-shadow:none;}
    .hero-scroll-ready .hero-content p{color:var(--bone-dim);}
    .hero-scroll-ready .hero-content .eyebrow{color:var(--bronze);}
  }
