
:root{
  color-scheme:dark light;
  --bg:#080a09;--surface:#0e1110;--surface-2:#151816;--surface-3:#1d211e;
  --paper:#f3efe8;--paper-2:#e9e2d8;--ink:#f4efe6;--ink-dark:#171814;
  --muted:#aaa69e;--muted-dark:#67645e;--gold:#c69b5d;--gold-2:#e0b878;
  --line:rgba(255,255,255,.13);--line-dark:rgba(20,21,18,.14);
  --header-glass:rgba(8,10,9,.76);--header-line:rgba(255,255,255,.13);
  --shadow:0 28px 76px rgba(0,0,0,.30);--shadow-soft:0 14px 38px rgba(0,0,0,.18);
  --max:1460px;--header-h:88px;
  
  
}
html[data-theme="light"]{
  --bg:#eee8df;--surface:#f8f4ed;--surface-2:#e4dbce;--surface-3:#d6cab9;
  --paper:#fbf8f2;--paper-2:#eee7dc;--ink:#191a17;--ink-dark:#171814;
  --muted:#65635d;--muted-dark:#67645e;--gold:#835a2f;--gold-2:#6f4928;
  --line:rgba(24,25,21,.14);--line-dark:rgba(20,21,18,.14);
  --header-glass:rgba(248,244,237,.80);--header-line:rgba(24,25,21,.14);
  --shadow:0 24px 66px rgba(63,48,31,.14);--shadow-soft:0 12px 34px rgba(63,48,31,.10)
;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 20px);background:var(--bg);font-synthesis:none;}
body{margin:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:background .24s,color .24s;}
body.menu-open,body.search-open{overflow:hidden;}
a{color:inherit;text-decoration:none;}button,input{font:inherit;color:inherit;}button{cursor:pointer;}img{display:block;width:100%;height:100%;object-fit:cover;}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px;}::selection{background:var(--gold);color:#111;}
.shell{width:min(var(--max),calc(100% - 96px));margin-inline:auto;}
.skip-link{position:fixed;z-index:500;left:14px;top:12px;transform:translateY(-160%);padding:12px 17px;background:var(--paper);color:var(--ink-dark);border-radius:2px;}.skip-link:focus{transform:none;}
.scroll-progress{position:fixed;z-index:500;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-2));transform:scaleX(0);transform-origin:left;pointer-events:none;will-change:transform;}
.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 17px;color:var(--gold);text-transform:uppercase;}.eyebrow:after{content:"";width:50px;height:1px;background:currentColor;}
.display,.hero h1,.dual-copy h2,.project-title,.cta-copy h2,.search-box input,.hero-stat b,.dual-facts b{font-family:var(--serif);font-weight:400;font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1;text-wrap:balance;}
.display{margin:0;}.copy{margin:0;color:var(--muted);}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 23px;border:1px solid var(--gold);background:transparent;color:inherit;text-transform:uppercase;transition:transform .2s,background .2s,border-color .2s,color .2s;}.btn:hover{background:var(--gold);border-color:var(--gold);color:#111;transform:translateY(-1px);}.btn.solid{background:var(--gold);color:#111;}.btn.solid:hover{background:var(--gold-2);border-color:var(--gold-2);}html[data-theme="light"] .btn.solid{color:#fff;}
.actions{display:flex;flex-wrap:wrap;gap:12px;}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--gold);text-transform:uppercase;}.text-link:hover{color:var(--gold-2);}
.reveal{opacity:1;transform:none;}

/* Transparent glass header. It overlays hero, then becomes theme-aware glass on scroll. */
.header{position:fixed;z-index:150;inset:0 0 auto;height:var(--header-h);color:#fff;border-bottom:1px solid transparent;transition:background .24s,border-color .24s,box-shadow .24s,backdrop-filter .24s,color .24s;}
.header.is-scrolled,body.menu-open .header{color:var(--ink);background:var(--header-glass);border-bottom-color:var(--header-line);box-shadow:0 10px 34px rgba(0,0,0,.10);}
.header-inner{height:100%;display:flex;align-items:center;}.brand{position:relative;z-index:154;display:flex;align-items:center;}.brand>img{width:160px;height:auto;max-height:54px;object-fit:contain;}
html[data-theme="light"] .header:not(.is-scrolled) .brand>img{filter:brightness(0) invert(1);}html[data-theme="light"] .header.is-scrolled .brand>img{filter:none;}
.nav{margin-left:auto;display:flex;align-items:center;gap:28px;}.nav>a,.nav-trigger{position:relative;display:inline-flex;align-items:center;min-height:48px;border:0;background:none;padding:0;color:inherit;text-transform:uppercase;}.nav>a:after,.nav-trigger:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--gold);transition:right .2s;}.nav>a:hover:after,.nav>a[aria-current="page"]:after,.nav-trigger:hover:after,.nav-trigger[aria-expanded="true"]:after{right:0;}
.nav-group{position:relative;}.nav-trigger{gap:7px;}.nav-trigger svg{width:10px;height:10px;transition:transform .2s;}.nav-trigger[aria-expanded="true"] svg{transform:rotate(180deg);}
.dropdown{position:absolute;top:calc(100% + 7px);left:-22px;width:300px;padding:12px;color:#fff;background:rgba(9,12,10,.88);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);backdrop-filter:blur(20px) saturate(1.15);-webkit-backdrop-filter:blur(20px) saturate(1.15);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;}.dropdown.mega{left:-175px;width:620px;grid-template-columns:1fr 1fr;}.dropdown.open{display:grid;transform:none;}.dropdown a{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:58px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px;}.dropdown a:hover{background:rgba(255,255,255,.07);color:var(--gold-2);}.dropdown b{font-weight:600;}.dropdown small{display:block;margin-top:4px;color:rgba(255,255,255,.58);}
.header.is-scrolled .dropdown{color:var(--ink);background:color-mix(in srgb,var(--surface) 88%,transparent);border-color:var(--line);}.header.is-scrolled .dropdown a{border-color:var(--line);}.header.is-scrolled .dropdown a:hover{background:var(--surface-2);color:var(--gold);}.header.is-scrolled .dropdown small{color:var(--muted);}
.header-tools{position:relative;z-index:154;display:flex;align-items:center;}.header .icon-btn{display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);background:rgba(5,7,6,.10);color:#fff;transition:.2s;}.header .icon-btn:hover{border-color:var(--gold);color:var(--gold);}.header .icon-btn svg{width:18px;height:18px;}.header .btn{color:#fff;border-color:rgba(198,155,93,.78);background:rgba(5,7,6,.12);}.header.is-scrolled .icon-btn{color:var(--ink);border-color:var(--line);background:color-mix(in srgb,var(--surface) 60%,transparent);}.header.is-scrolled .btn{color:var(--ink);background:transparent;}.theme-btn .moon{display:none;}html[data-theme="dark"] .theme-btn .sun{display:none;}html[data-theme="dark"] .theme-btn .moon{display:block;}.menu-btn{display:none;}.hamb{width:18px;height:12px;}.hamb:before,.hamb:after{width:100%;height:1px;background:currentColor;transition:.2s;}

/* Hero */
.hero{position:relative;padding-top:var(--header-h);overflow:hidden;background:#080a09;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);}.hero-media{position:absolute;}.hero-media:before{content:"";position:absolute;z-index:1;inset:0;}.hero-media img{object-position:center;transition:opacity .18s;}.hero-media img.is-changing{opacity:.26;}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,650px) 1fr;align-items:center;}.hero-copy{padding:55px 0 38px;max-width:650px;}.hero h1{margin:0;}.hero h1 em{display:block;color:var(--gold);}.hero .copy{margin:25px 0 31px;color:rgba(255,255,255,.80);}.hero .btn{color:#fff;}.hero .btn.solid{color:#111;}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:45px;border-top:1px solid rgba(255,255,255,.17);}.hero-stat{padding:18px 16px 0 0;border-right:1px solid rgba(255,255,255,.12);}.hero-stat:last-child{border:0;}.hero-stat b{display:block;color:var(--gold-2);letter-spacing:-.02em;}.hero-stat span{display:block;margin-top:5px;color:rgba(255,255,255,.60);font-weight:600;line-height:1.45;text-transform:uppercase;}
.hero-controls{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:5px;border:1px solid rgba(255,255,255,.14);background:rgba(5,6,5,.36);backdrop-filter:blur(12px);}.hero-controls>span{font-size:10px;color:rgba(255,255,255,.74);}.hero-line{width:54px;height:1px;background:rgba(255,255,255,.34);}.round{border:1px solid rgba(255,255,255,.34);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;}.round:hover{border-color:var(--gold);color:var(--gold);}

/* Collections */
.collections{background:var(--surface);border-bottom:1px solid var(--line);}html[data-theme="light"] .collections{background:#e7ded2;}html[data-theme="light"] .collections .eyebrow,html[data-theme="light"] .collections .text-link{color:#7e5d35;}.collections-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px;}.collections-head>div{max-width:950px;}.collection-grid{display:grid;grid-template-columns:repeat(6,1fr);}.collection-card{position:relative;min-height:382px;overflow:hidden;border:1px solid var(--line);background:#0b0d0c;box-shadow:var(--shadow-soft);isolation:isolate;}.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 27%,rgba(5,6,5,.94) 100%);}.collection-card img{transition:transform .45s;filter:saturate(.9) contrast(1.04);}.collection-card:hover img{transform:scale(1.04);}.collection-no{position:absolute;z-index:3;right:13px;top:13px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(5,6,5,.28);font-size:10px;font-weight:650;letter-spacing:.08em;}.collection-body{position:absolute;z-index:2;left:17px;right:17px;bottom:15px;color:#fff;}.collection-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:12px;border:1px solid rgba(198,155,93,.72);border-radius:50%;color:var(--gold);}.collection-body h3{margin:0;line-height:1.25;text-transform:uppercase;}.collection-action{display:flex;align-items:center;justify-content:space-between;margin-top:11px;color:var(--gold);font-weight:650;text-transform:uppercase;}.collection-action i{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(198,155,93,.54);border-radius:50%;font-style:normal;}.collection-card:hover .collection-action i{background:var(--gold);color:#111;}

/* Corporate pair */
.dual{display:grid;grid-template-columns:1fr 1fr;background:var(--surface-2);border-bottom:1px solid var(--line);}html[data-theme="light"] .dual{background:#ddd2c4;}html[data-theme="light"] .dual .eyebrow,html[data-theme="light"] .dual .dual-facts b{color:#775328;}html[data-theme="light"] .dual .copy,html[data-theme="light"] .dual .dual-facts small{color:#59564f;}.dual-card{display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;border-right:1px solid var(--line);}.dual-card.production{grid-template-columns:1.12fr .88fr;}.dual-card:last-child{border-right:0;}.dual-image{overflow:hidden;}.dual-image img{transition:transform .5s;}.dual-card:hover .dual-image img{transform:scale(1.025);}.dual-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:color-mix(in srgb,var(--surface) 35%,transparent);}.dual-copy h2{margin:0 0 24px;}.dual-copy .copy{max-width:490px;margin-bottom:25px;}.dual-facts{width:100%;display:grid;grid-template-columns:1fr 1fr;margin:1px 0 27px;border-block:1px solid var(--line);}.dual-facts>span{padding:14px 14px 14px 0;}.dual-facts>span+span{padding-left:18px;border-left:1px solid var(--line);}.dual-facts b{display:block;color:var(--gold);}.dual-facts small{display:block;margin-top:4px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.10em;text-transform:uppercase;}.dual.production .dual-copy{order:1;}.dual.production .dual-image{order:2;}

/* Projects */
.projects{background:var(--paper);color:var(--ink-dark);}html[data-theme="light"] .projects{background:#f5efe6;}.projects .eyebrow{color:#7e5d35;}.projects-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:34px;}.projects-head>div:first-child{max-width:900px;}.projects-lead{max-width:610px;margin:16px 0 0;color:#69655e;font-size:14.5px;line-height:1.75;}.projects-tools{display:flex;align-items:center;gap:18px;}.projects .text-link{color:#7e5d35;}.project-controls{display:none;align-items:center;gap:8px;}.project-controls>span{font-size:10px;color:#7e5d35;font-weight:700;letter-spacing:.08em;}.project-arrow{width:40px;height:40px;border:1px solid var(--line-dark);border-radius:50%;background:transparent;color:#3a352e;}.project-arrow:hover{background:#171814;color:#fff;}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);}.project-card{background:#fff;border:1px solid var(--line-dark);transition:transform .2s,box-shadow .2s;}.project-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(48,36,22,.13);}.project-media{position:relative;height:300px;overflow:hidden;}.project-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,6,5,.88));}.project-media>img{transition:transform .5s;}.project-card:hover .project-media>img{transform:scale(1.035);}.project-brandmark{position:absolute;z-index:3;left:18px;top:18px;max-width:120px;height:44px;}.project-brandmark img{width:auto;height:100%;max-width:120px;object-fit:contain;filter:brightness(0) invert(1);}.project-brandmark--text{display:grid;place-items:center;width:48px;border:1px solid rgba(255,255,255,.46);color:#fff;font-family:var(--serif);font-size:21px;}.project-title{position:absolute;z-index:3;color:#fff;}.project-no{position:absolute;z-index:3;right:16px;top:16px;color:rgba(255,255,255,.76);font-size:10px;letter-spacing:.11em;}.project-media .project-arrow{position:absolute;z-index:3;right:15px;bottom:15px;width:38px;height:38px;display:grid;place-items:center;border-color:rgba(255,255,255,.34);color:#fff;}.project-info{display:flex;justify-content:space-between;gap:12px;padding:17px 18px;color:#55524c;}.project-info b{color:#1c1d19;font-weight:620;}

/* Process */
.process{background:radial-gradient(circle at 15% 10%,rgba(198,155,93,.08),transparent 24%),linear-gradient(130deg,#080a09,#111411);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);}.process-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);align-items:end;gap:70px;}.process-head .eyebrow{grid-column:1/-1;margin-bottom:-22px;}.process-head .display{grid-column:1;font-size:clamp(48px,4.8vw,72px);}.process-lead{grid-column:2;margin:0 0 6px;max-width:520px;color:rgba(255,255,255,.66);}.process-scroll-hint{display:block;margin:-30px 0 38px;color:rgba(255,255,255,.52);font-size:10px;letter-spacing:.11em;text-transform:uppercase;}.steps{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0;}.steps:before{content:"";position:absolute;left:4%;right:4%;top:31px;height:1px;background:rgba(198,155,93,.28);}.step{position:relative;z-index:1;min-height:230px;padding:0 20px;border-right:1px solid rgba(255,255,255,.11);}.step:first-child{padding-left:0;}.step:last-child{border:0;padding-right:0;}.step-icon{width:62px;height:62px;display:grid;place-items:center;margin-bottom:22px;border:1px solid rgba(198,155,93,.52);border-radius:50%;background:#0d100e;color:var(--gold);}.step-icon svg{width:31px;height:31px;}.step-no{display:block;color:var(--gold);font-size:10px;font-weight:650;letter-spacing:.13em;}.step h3{margin:10px 0 9px;}.step p{max-width:190px;margin:0;color:rgba(255,255,255,.55);}

/* CTA */
.cta{background:#090b0a;color:#fff;}.cta-grid{display:grid;grid-template-columns:.95fr 1.45fr .9fr;min-height:390px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(100deg,rgba(255,255,255,.02),transparent);}.cta-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 42px;}.cta-copy h2{margin:0;}.cta-copy>p:not(.eyebrow):not(.cta-trust){margin:18px 0 24px;color:rgba(255,255,255,.65);font-size:14px;line-height:1.78;}.cta-trust{margin:20px 0 0;color:rgba(255,255,255,.48);font-weight:600;line-height:1.65;text-transform:uppercase;}.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;border-inline:1px solid rgba(255,255,255,.12);}.benefit{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px 16px 30px;border-right:1px solid rgba(255,255,255,.12);text-align:center;}.benefit:last-child{border:0;}.benefit-icon{width:50px;height:50px;display:grid;place-items:center;color:var(--gold);}.benefit-icon svg{width:36px;height:36px;}.benefit-no{position:absolute;left:16px;top:18px;color:var(--gold);font-size:10px;font-style:normal;font-weight:650;}.benefit b{display:block;margin-top:13px;font-size:13px;}.benefit small{display:block;margin-top:7px;color:rgba(255,255,255,.55);}.cta-media{position:relative;min-height:390px;overflow:hidden;}.cta-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,5,.17),transparent 45%);}.cta-media img{transition:transform .5s;}.cta-grid:hover .cta-media img{transform:scale(1.025);}

/* Footer */
.footer{background:#050706;color:#fff;border-top:1px solid rgba(198,155,93,.20);}.footer-grid{display:grid;}.footer-brand p{color:rgba(255,255,255,.60);}.footer-col h3{margin:0 0 17px;color:var(--gold);text-transform:uppercase;}.footer-col a,.footer-col span{display:block;color:rgba(255,255,255,.66);}.footer-col a{transition:color .18s,transform .18s;}.footer-col a:hover{color:var(--gold);transform:translateX(3px);}.footer-quote{align-items:center;justify-content:center;width:max-content;padding:0 16px;border:1px solid var(--gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;}.footer-quote:hover{background:var(--gold);}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.52);line-height:1.55;}.footer-bottom a:hover{color:var(--gold);}.back-top{position:fixed;z-index:110;right:22px;bottom:22px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;background:#090b0a;color:var(--gold);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s;}.back-top.visible{opacity:1;pointer-events:auto;transform:none;}.back-top:hover{background:var(--gold);color:#111;}

/* Search */
.search-panel{position:fixed;z-index:300;inset:0;display:none;align-items:center;justify-content:center;background:rgba(5,7,6,.93);backdrop-filter:blur(18px);}.search-panel.open{display:flex;}.search-box{position:relative;}.search-box label{display:block;margin-bottom:18px;color:var(--gold);letter-spacing:.15em;text-transform:uppercase;}.search-box input{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;outline:0;}.search-close{position:absolute;right:0;bottom:16px;min-width:44px;min-height:44px;border:0;background:none;color:#fff;font-size:28px;}

@media(max-width:1180px){
  .header-inner{gap:16px;}.menu-btn{display:grid;}.header-tools{margin-left:auto;}.header .header-tools>.btn{display:none;}
  .nav.open{position:fixed;z-index:151;inset:var(--header-h) 0 0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:24px;color:var(--ink);background:var(--bg);overflow:auto;}.nav.open>a,.nav.open .nav-trigger{text-align:left;}.nav.open .dropdown,.nav.open .dropdown.mega{display:none;color:var(--ink);}.nav.open .dropdown.open,.nav.open .dropdown.mega.open{display:grid;}.nav.open .dropdown small{color:var(--muted);}
  .hero-media{inset:0;}.hero-media:before{background:linear-gradient(90deg,rgba(8,10,9,.96),rgba(8,10,9,.57) 62%,rgba(8,10,9,.15)),linear-gradient(0deg,rgba(8,10,9,.52),transparent);}.hero-inner{grid-template-columns:1fr;}.hero-copy{max-width:650px;}.collection-grid{grid-template-columns:repeat(3,1fr);}
  .dual{grid-template-columns:1fr;}.dual-card,.dual-card.production{grid-template-columns:.92fr 1.08fr;border-right:0;border-bottom:1px solid var(--line);}.dual-card.production{grid-template-columns:1.08fr .92fr;}
  .project-grid{grid-template-columns:1fr 1fr;}.process-head{grid-template-columns:1fr;gap:22px;}.process-head .eyebrow,.process-head .display,.process-lead{grid-column:auto;margin:0;}.process-lead{max-width:650px;}.steps{grid-template-columns:repeat(3,1fr);gap:28px 0;}.steps:before{display:none;}.step:nth-child(3){border-right:0;}
  .cta-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);}.cta-media{display:none;}.benefit{min-height:340px;}.footer-col:last-child{grid-column:1/-1;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);}
}
@media(max-width:720px){
  :root{--header-h:70px;}.shell{width:calc(100% - 28px);}.section{padding:66px 0;}.header-inner{gap:10px;}.brand>img{width:124px;max-height:43px;}.header-tools{gap:6px;}.header-tools .icon-btn:first-child{display:none;}
  .hero{min-height:760px;}.hero-media:before{background:linear-gradient(180deg,rgba(8,10,9,.13) 0%,rgba(8,10,9,.55) 48%,rgba(8,10,9,.94) 100%),linear-gradient(90deg,rgba(8,10,9,.42),rgba(8,10,9,.04));}.hero-inner{min-height:calc(760px - var(--header-h));align-items:end;}.hero-copy{padding:100px 0 78px;}.hero .copy{margin:20px 0 24px;font-size:15px;line-height:1.74;}.hero-stats{grid-template-columns:1fr 1fr;}.hero-stat{padding:13px 9px 10px 0;}.hero-stat b{font-size:24px;}.hero-controls>span,.hero-line{display:none;}
  .collections-head{display:block;}.collections-head .display{font-size:43px;}.collections-head .text-link{margin-top:18px;}.collection-grid{grid-template-columns:1fr 1fr;gap:10px;}.collection-card{min-height:292px;}.collection-body{left:12px;right:12px;bottom:11px;}.collection-body h3{font-size:13.5px;}.collection-icon{width:37px;height:37px;margin-bottom:9px;}.collection-icon svg{width:20px;height:20px;}.collection-no{right:10px;top:10px;width:30px;height:30px;}
  .dual-card,.dual-card.production{display:flex;flex-direction:column;min-height:0;}.dual-image{min-height:320px;}.dual-copy{padding:39px 26px 43px;}.dual-copy .copy{font-size:14.5px;}.dual.production .dual-image{order:1;}.dual.production .dual-copy{order:2;}.dual-facts{margin-bottom:24px;}.dual-facts b{font-size:20px;}
  .projects-head{display:block;}.projects-head .display{font-size:43px;}.projects-tools{margin-top:20px;justify-content:space-between;}.project-controls{display:flex;}.project-grid{display:flex;scroll-snap-type:x mandatory;gap:13px;padding-bottom:12px;scrollbar-width:none;}.project-grid::-webkit-scrollbar{display:none;}.project-card{flex:0 0 86vw;scroll-snap-align:start;}.project-media{height:278px;}.project-info{font-size:12px;}
  .process-head{display:block;margin-bottom:32px;}.process-head .display{font-size:44px;}.process-lead{margin-top:17px;font-size:13.5px;}.process-scroll-hint{margin:-10px 0 25px;}.steps{display:grid;grid-template-columns:1fr 1fr;gap:11px;}.step,.step:first-child,.step:last-child,.step:nth-child(3){min-height:224px;padding:19px;border:1px solid rgba(255,255,255,.13);}.step-icon{width:51px;height:51px;margin-bottom:16px;}.step-icon svg{width:25px;height:25px;}.step p{font-size:12px;}.step-no{font-size:10px;}
  .cta{padding:58px 0;}.cta-grid{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%;min-width:0;}.cta-copy,.benefits,.cta-media{min-width:0;max-width:100%;}.cta-copy{padding:39px 26px;}.benefits{grid-template-columns:1fr 1fr;border-inline:0;border-top:1px solid rgba(255,255,255,.12);}.benefit{min-height:170px;padding:40px 12px 23px;}.benefit:nth-child(2){border-right:0;}.benefit:nth-child(-n/**/+2){border-bottom:1px solid rgba(255,255,255,.12);}.cta-media{display:block;min-height:285px;}
  .footer{padding-top:52px;}.footer-bottom{display:block;}.footer-bottom>span{display:block;margin-top:8px;}
}
@media(max-width:430px){.actions{flex-direction:column;}.btn{width:100%;}.nav.open .dropdown.mega{grid-template-columns:1fr;}.hero h1{font-size:50px;}.collection-card{min-height:282px;}.dual-facts{grid-template-columns:1fr;}.dual-facts>span+span{padding-left:0;border-left:0;border-top:1px solid var(--line);}.project-card{flex-basis:87vw;}.cta-copy h2{font-size:38px;}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}.collection-card img,.btn,.project-media>img,.dual-image img,.cta-media img{transition:none;}.scroll-progress{will-change:auto;}}


/* ===== V13.1 ACCESSIBLE GROWTH 2026 ===== */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}



.dialog-kicker{display:block;margin-bottom:10px;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;}
.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;}.dialog-head h2{margin:0;font-family:var(--serif);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.02;letter-spacing:-.025em;}.dialog-close{flex:0 0 auto;width:48px;height:48px;border:1px solid currentColor;border-radius:50%;background:transparent;font-size:28px;line-height:1;}.dialog-close:hover{color:var(--gold);border-color:var(--gold);}
.search-panel{padding:26px;}.search-dialog{width:min(900px,100%);max-height:min(760px,calc(100vh - 52px));overflow:auto;padding:40px;background:rgba(10,12,10,.95);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);backdrop-filter:blur(22px);}.search-box{width:100%;margin-top:34px;}.search-box input{font-size:26px;padding:15px 0;}.search-box label{font-size:11px;}.search-box p{margin:10px 0 0;color:rgba(255,255,255,.58);font-size:12px;}.search-results{display:grid;gap:8px;margin-top:28px;}.search-result{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;min-height:64px;padding:12px 15px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);color:#fff;}.search-result:hover,.search-result[aria-selected="true"]{border-color:var(--gold);background:rgba(198,155,93,.10);}.search-result b{display:block;font-size:14px;}.search-result small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:11px;}.search-result i{color:var(--gold);font-style:normal;}.search-empty{padding:22px;border:1px dashed rgba(255,255,255,.18);color:rgba(255,255,255,.65);font-size:13px;}.dialog-shortcuts{display:flex;flex-wrap:wrap;gap:16px;margin-top:22px;color:rgba(255,255,255,.52);font-size:11px;}.dialog-shortcuts span{display:flex;align-items:center;gap:5px;}kbd{min-width:24px;display:inline-grid;place-items:center;padding:3px 6px;border:1px solid currentColor;border-radius:4px;font:600 10px/1.2 var(--sans);}

.mobile-quickbar{display:none;}

@media(max-width:720px){.mobile-quickbar{position:fixed;z-index:140;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);min-height:58px;background:rgba(8,10,9,.92);border:1px solid rgba(255,255,255,.16);box-shadow:0 16px 42px rgba(0,0,0,.28);backdrop-filter:blur(18px);}html[data-theme="light"] .mobile-quickbar{background:rgba(248,244,237,.94);border-color:var(--line);}.mobile-quickbar a,.mobile-quickbar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:58px;border:0;border-right:1px solid rgba(255,255,255,.12);background:transparent;color:#fff;font-size:9px;font-weight:700;letter-spacing:.04em;}.mobile-quickbar>*:last-child{border:0;}html[data-theme="light"] .mobile-quickbar a,html[data-theme="light"] .mobile-quickbar button{color:var(--ink);border-color:var(--line);}.mobile-quickbar svg{width:20px;height:20px;stroke-width:1.6;}.back-top{bottom:82px;}.search-panel{padding:12px;}.search-dialog{padding:24px;max-height:calc(100vh - 24px);}.dialog-head h2{font-size:34px;}.search-box input{font-size:21px;}.dialog-shortcuts{display:none;}}


/* V13.1.1 audit corrections */

.footer-bottom a{padding-block:4px;}

.dropdown.open{visibility:visible;opacity:1;}

/* V13.1.2 visual interaction corrections */
.header .menu-btn{display:none;}
@media(max-width:1180px){.header .menu-btn{display:grid;}}


/* V13.1.3 mobile hero control placement */
@media(max-width:720px){.hero-controls{top:84px;right:14px;left:auto;bottom:auto;}}


/* ===== V13.2 Category Identity ===== */
.collection-icon{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(198,155,93,.12),rgba(198,155,93,.025));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
  transition:transform .28s var(--ease),background .28s,border-color .28s,color .28s;
}
.collection-icon svg{width:25px;height:25px;vector-effect:non-scaling-stroke;}
.collection-card:hover .collection-icon,
.collection-card:focus-visible .collection-icon{transform:translateY(-2px);border-color:var(--gold);background:rgba(198,155,93,.18);}
.collection-card--indoor .collection-icon{color:#e0b576;}
.collection-card--wood .collection-icon{color:#d8a46d;}
.collection-card--metal .collection-icon{color:#c8d0cc;}
.collection-card--bar .collection-icon{color:#d9b27c;}
.collection-card--table .collection-icon{color:#e3c28f;}
.collection-card--bank .collection-icon{color:#d8ba91;}
.mega-category-main{display:flex;align-items:center;gap:12px;min-width:0;}
.mega-copy{display:block;min-width:0;}
.mega-category-icon{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold);background:rgba(198,155,93,.07);}
.mega-category-icon svg{width:20px;height:20px;}
#collections-menu>a:hover .mega-category-icon,
#collections-menu>a:focus-visible .mega-category-icon{border-color:var(--gold);background:rgba(198,155,93,.15);}
html[data-theme="light"] .collection-card--metal .collection-icon{color:#d8e0dc;}
@media(max-width:780px){
  .collection-icon svg{width:22px;height:22px;}
  .mega-category-icon{width:34px;height:34px;flex-basis:34px;}
  .mega-category-icon svg{width:19px;height:19px;}
}


/* ===== V13.3 Extreme Lock-Candidate Corrections ===== */
:root{--ease:cubic-bezier(.2,.72,.18,1);}
html[data-theme="dark"]{color-scheme:dark;}
html[data-theme="light"]{color-scheme:light;}

/* Premium micro type remains visually restrained, but no real copy is microscopic. */
.eyebrow,.text-link,.nav>a,.nav-trigger,.btn,
.hero-stat span,.hero-controls>span,.collection-no,.collection-action,
.dual-facts small,.project-no,.project-controls>span,.process-scroll-hint,
.step-no,.cta-trust,.benefit-no,.footer-col h3,.footer-bottom,
.dialog-kicker,.search-box label,.search-result small,.dialog-shortcuts,
kbd,
.footer-col a,.footer-col span{font-size:13px;}



/* Serif glyphs were touching their line boxes at 320–768 px. */




.project-title{line-height:1.05;}

/* WCAG 2.2-comfortable targets without changing the visible composition. */
.skip-link,.brand,.round,.project-arrow,.back-top{min-width:44px;min-height:44px;}
.round{width:44px;height:44px;}
.project-arrow,.project-media .project-arrow{width:44px;height:44px;}

.text-link{min-height:44px;padding-block:10px;}
.footer-col a{display:flex;align-items:center;margin:0;}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px;padding-inline:4px;}


/* Local project imagery is always visible before official-image enhancement. */
.project-media{background:#171914;}
.project-media>img{opacity:1;}

/* Cleaner high-resolution image handoff; no flashing or empty state. */
.hero-media>img,.collection-card>img,.dual-image>img,.project-media>img,.cta-media>img{background-color:var(--surface-2);}
img.has-original{animation:gm-image-ready .22s ease-out both;}
@keyframes gm-image-ready{from{filter:saturate(.88);opacity:.92}to{filter:none;opacity:1}}

/* Focus is clear on complex cards and horizontal regions. */
.collection-card:focus-visible,.project-card:focus-visible,.project-grid:focus-visible{outline:2px solid var(--gold);outline-offset:4px;}
.project-grid:focus-visible{outline-offset:8px;}

@media(max-width:720px){
  .header .icon-btn{width:44px;height:44px;}
  .brand{min-height:44px;}
  .hero-stat span{font-size:12px;}
  .collection-action,.collection-no,.step-no{font-size:12px;}
  .project-controls .project-arrow{width:44px;height:44px;}
  
  
}

/* V13.3.1 final target and logo corrections */
.mobile-quickbar a,.mobile-quickbar button{font-size:12px;}
.footer-bottom a{min-width:44px;}
@media(min-width:721px) and (max-width:1280px){.header .icon-btn{width:46px;height:46px;}}
.project-brandmark img,.brand>img,.footer-brand img{background:transparent;}


/* ===== V13.4 Premium Typography + Authentic Logo ===== */



/* Authentic brand assets: never filter, stretch, redraw or place on a fake background. */
.brand{isolation:isolate;}












.footer-logo{display:inline-flex;align-items:center;}






/* Editorial headline system: fewer fonts, clearer roles, stronger rhythm. */
.display,.hero h1,.dual-copy h2,.cta-copy h2{
  font-family:var(--serif);font-weight:500;
  font-feature-settings:"kern" 1,"liga" 1,"ss01" 1;
  text-wrap:balance;
}
.hero h1{max-width:9.2ch;}



.search-box input{font-family:var(--sans);font-weight:500;letter-spacing:-.025em;}
.project-title,.hero-stat b,.dual-facts b{font-family:var(--sans);font-weight:600;letter-spacing:-.018em;}
.project-title{font-size:18px;}
.hero-stat b{font-size:28px;line-height:1;}

/* Modern interface typography. */


.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.17em;}
.copy{letter-spacing:-.012em;}
.text-link{font-size:11.5px;font-weight:700;letter-spacing:.08em;}
.collection-name{font-family:var(--sans);font-weight:600;line-height:1.25;letter-spacing:-.018em;}
.collection-action,.collection-no{font-size:11.5px;letter-spacing:.065em;}
.dual-copy .copy{font-size:15px;line-height:1.72;}

.step p,.benefit small{font-size:13.5px;line-height:1.62;}

.footer-col h3{font-weight:700;}




/* Header refinement: transparent over hero, restrained glass after scroll. */
.header{background:linear-gradient(180deg,rgba(5,7,6,.42),rgba(5,7,6,.07) 74%,transparent);}
.header.is-scrolled,body.menu-open .header{backdrop-filter:blur(16px) saturate(1.06);-webkit-backdrop-filter:blur(16px) saturate(1.06);}


@media(max-width:1180px){
  
  
}
@media(max-width:720px){
  
  .hero h1{letter-spacing:-.043em;}
  
  
  
  .copy{font-size:15.5px;}
  .collection-name{font-size:15px;}
  .project-title{font-size:17px;}
  .step h3{font-size:17px;}
  
}


/* ===== V13.4.1 Authentic Local Logo + Premium System Typography ===== */
:root{
  --serif:"Bodoni MT","GFS Didot","Bodoni 72",Didot,"EB Garamond","Palatino Linotype",Georgia,serif;
  
}
body{font-synthesis:none;}

/* Local, tightly cropped authentic mark. No fake SVG redraw, no network dependency. */






/* Premium hierarchy: clean Didot/Bodoni contrast with contemporary interface text. */
.display,.hero h1,.dual-copy h2,.cta-copy h2,.search-dialog h2{
  font-family:var(--serif);font-weight:400;font-style:normal;
  font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1;
}
.hero h1{font-size:clamp(74px,6.85vw,110px);line-height:.905;letter-spacing:-.048em;}
.display{font-size:clamp(50px,4.75vw,74px);line-height:.98;letter-spacing:-.041em;}
.dual-copy h2{font-size:clamp(39px,3.3vw,57px);line-height:1.015;letter-spacing:-.037em;}
.cta-copy h2{font-size:clamp(47px,4.55vw,72px);line-height:.99;letter-spacing:-.044em;}
.hero h1 em{font-style:italic;font-weight:400;}

/* No visible micro-text below 12 px. */


.collection-name{font-size:16.5px;}



/* Refined logo spacing without enlarging the header block. */



@media(max-width:1180px){
  .brand{min-width:128px;}
  
}
@media(max-width:720px){
  .brand{min-width:116px;}
  
  
  .hero h1{font-size:clamp(54px,14.6vw,68px);line-height:.92;}
  .display{font-size:clamp(43px,11.8vw,56px);}
  .dual-copy h2{font-size:clamp(37px,10.3vw,48px);}
  .cta-copy h2{font-size:clamp(41px,11.2vw,54px);}
}


/* ===== V13.4.2 Final Theme-Safe Logo Correction ===== */
/* Footer surface remains dark in both themes; its logo must always be white. */




/* ===== V13.5 Premium Sans + Compact Footer + Locked Logo ===== */
:root{
  --sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
body{font-family:var(--sans);font-size:16px;font-weight:430;letter-spacing:0;line-height:1.64;}
p,.copy,.dual-copy .copy,.process-lead,.footer-brand p,.project-info,.step p,.benefit small,.dropdown small{font-family:var(--sans);letter-spacing:0;}
.copy{font-size:16px;line-height:1.76;}
.hero .copy{font-size:17px;line-height:1.72;max-width:590px;}
.nav>a,.nav-trigger,.btn,.text-link,.collection-action,.eyebrow,.footer-col h3{font-family:var(--sans);}
.nav>a,.nav-trigger{font-size:11.5px;font-weight:650;letter-spacing:.09em;}
.btn{font-size:11.5px;font-weight:700;letter-spacing:.095em;}
.dropdown small{font-size:11.5px;line-height:1.45;}
.collection-body h3{font-family:var(--sans);font-size:15.5px;font-weight:680;letter-spacing:.02em;}
.collection-action{font-size:11px;letter-spacing:.09em;}
.project-title{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;}
.project-info{font-size:13px;line-height:1.55;}
.step h3{font-family:var(--sans);font-size:17px;font-weight:680;letter-spacing:-.015em;}
.step p{font-size:13px;line-height:1.58;}
.benefit b{font-family:var(--sans);font-weight:680;letter-spacing:-.01em;}
.benefit small{font-size:12.5px;line-height:1.5;}

/* Locked Gece logo form taken from the approved visual reference. */
.brand{min-width:146px;}











/* Hero image and text balance. */

.hero-media img{filter:saturate(.96) contrast(1.025) brightness(1.045);}
.hero-stat span{font-size:11px;letter-spacing:.085em;}

/* Compact footer: no project/place list. */
.footer{padding:42px 0 17px;}
.footer-grid{grid-template-columns:1.45fr 1fr .9fr 1.25fr;gap:34px;align-items:start;}
.footer-brand p{max-width:280px;margin:10px 0 0;font-size:13.5px;line-height:1.62;}
.footer-logo{min-height:54px;margin-bottom:8px;}
.footer-col h3{margin-bottom:11px;font-size:11px;letter-spacing:.12em;}
.footer-col a,.footer-col span{min-height:36px;margin:0;font-size:13.5px;line-height:1.45;}
.footer-quote{min-height:44px;}
.footer-bottom{margin-top:22px;padding-top:14px;font-size:11.5px;}

/* Small refinement layer discovered in deep audit. */
.header-inner{gap:30px;}
.header-tools{gap:7px;}

.projects-head .copy{max-width:560px;}
.process-lead{font-size:15px;line-height:1.72;}
.cta-trust{font-size:12px;letter-spacing:.07em;}

@media(max-width:1180px){
  .footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:30px;}
  .footer-brand{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;}
  .footer-brand p{margin:0;max-width:420px;}
}
@media(max-width:720px){
  
  .footer{padding:34px 0 14px;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px;}
  .footer-brand{grid-column:1/-1;}
  .footer-logo{margin-bottom:4px;}
  .footer-brand p{max-width:320px;margin:7px 0 0;font-size:13px;}
  .footer-col h3{margin-bottom:8px;}
  .footer-col a,.footer-col span{font-size:13.5px;}
  .footer-col:last-child{grid-column:1/-1;}
  .footer-bottom{padding-top:12px;font-size:11.5px;}
}
@media(max-width:430px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px 14px;}
  .footer-col a,.footer-col span{font-size:13px;}
}


/* V13.5.1 mobile footer accessibility and target refinements */
.header .icon-btn{width:44px;height:44px;}
.footer-col a{min-height:44px;}
.footer-col summary{list-style:none;color:var(--gold);font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;}
.footer-col summary::-webkit-details-marker{display:none;}
.footer-col summary:focus-visible{outline:2px solid var(--gold);outline-offset:4px;}
@media(min-width:721px){
  
  .footer-col:not([open]) > :not(summary){display:flex;}
  .footer-col:not([open]) > span{display:flex;}
}
@media(max-width:720px){
  .footer-grid{display:block;}
  .footer-brand{display:block;margin-bottom:18px;}
  .footer-accordion{border-top:1px solid rgba(255,255,255,.12);}
  .footer-accordion:last-of-type{border-bottom:1px solid rgba(255,255,255,.12);}
  .footer-col:last-child{padding-top:0;border-top:1px solid rgba(255,255,255,.12);}
  .footer-col summary{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 28px 0 0;font-size:12px;}
  .footer-col summary:after{content:"+";position:absolute;right:2px;font-size:20px;font-weight:400;color:rgba(255,255,255,.72);transition:transform .18s;}
  .footer-col[open] summary:after{content:"−";}
  .footer-col a,.footer-col span{min-height:44px;padding:0 4px;border-top:1px solid rgba(255,255,255,.07);}
  .footer-col[open]{padding-bottom:8px;}
  .footer-bottom{margin-top:16px;}
}

@media(min-width:721px){.footer-accordion[open] > :not(summary){display:flex;}}
@media(min-width:721px){
  .footer-col summary{display:block;margin:0 0 11px;cursor:default;pointer-events:none;}
}


/* ===== V13.5.1 Final deep-audit corrections ===== */
/* One adaptive header logo: official asset online, locked-reference fallback offline. */



/* Keep the compact four-column footer through laptop/tablet-landscape sizes. */
@media(min-width:901px) and (max-width:1180px){
  .footer-grid{grid-template-columns:1.28fr .92fr .82fr 1.18fr;gap:24px;}
  .footer-brand{grid-column:auto;display:block;}
  .footer-brand p{margin:9px 0 0;max-width:250px;}
  .footer-col a,.footer-col span{font-size:13px;}
}

/* Native accordions start on portrait-tablet/mobile, not only narrow phones. */
@media(max-width:900px){
  .footer{padding:32px 0 14px;}
  .footer-grid{display:block;}
  .footer-brand{display:block;margin-bottom:16px;}
  .footer-accordion{border-top:1px solid rgba(255,255,255,.12);}
  .footer-accordion:last-of-type{border-bottom:1px solid rgba(255,255,255,.12);}
  .footer-col:last-child{padding-top:0;border-top:1px solid rgba(255,255,255,.12);}
  .footer-col summary{position:relative;align-items:center;justify-content:space-between;min-height:52px;padding:0 28px 0 0;font-size:12px;cursor:pointer;pointer-events:auto;}
  .footer-col summary:after{content:"+";position:absolute;right:2px;font-size:20px;font-weight:400;color:rgba(255,255,255,.72);}
  .footer-col[open] summary:after{content:"−";}
  .footer-col a,.footer-col span{min-height:44px;padding:0 4px;border-top:1px solid rgba(255,255,255,.07);}
  .footer-col[open]{padding-bottom:8px;}
  .footer-bottom{margin-top:16px;}
}
@media(min-width:901px){
  .footer-col summary{margin:0 0 11px;cursor:default;pointer-events:none;}
  .footer-accordion[open] > :not(summary){display:flex;}
}

/* V13.5.1 tablet footer final correction: contact stays in the fourth column. */
@media(min-width:901px) and (max-width:1180px){
  .footer-col:last-child{grid-column:auto;padding-top:0;border-top:0;}
}


/* V13.5.1 theme-safe authentic logo presentation. */










/* V13.5.1 final accessibility, typography and glass-header corrections. */
.nav>a,.nav-trigger,.btn{font-size:12px;}
.dropdown small,.collection-action{font-size:12px;}
.footer-col summary,.footer-col h3{font-size:12px;}
@media(min-width:901px){
  .footer-col summary{display:none;}
  .footer-col h3{display:block;margin:0 0 11px;}
}
@media(max-width:900px){
  .footer-col summary{display:flex;}
  .footer-col h3{display:none;}
}
html[data-theme="dark"] .header.is-scrolled,
html[data-theme="dark"] body.menu-open .header{
  color:var(--ink);background:rgba(8,10,9,.82);border-bottom-color:rgba(255,255,255,.13);
  backdrop-filter:blur(18px) saturate(1.10);-webkit-backdrop-filter:blur(18px) saturate(1.10)
;}
html[data-theme="light"] .header.is-scrolled,
html[data-theme="light"] body.menu-open .header{
  color:var(--ink);background:rgba(248,244,237,.88);border-bottom-color:rgba(24,25,21,.14);
  box-shadow:0 10px 34px rgba(63,48,31,.11);
  backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08)
;}


/* ===== V13.5.2 Location Clean + Authentic Logo ===== */











.dual-facts b{font-family:var(--sans);font-size:19px;font-weight:650;letter-spacing:-.015em;}
.project-info span{color:#777168;font-weight:500;}
html[data-theme="light"] .header.is-scrolled{background:rgba(248,244,237,.90);}
@media(max-width:780px){
  
  
  .dual-facts b{font-size:18px;}
}



/* ===== V13.5.4 clean stable original brand asset ===== */









.project-title{left:20px;bottom:18px;max-width:calc(100% - 86px);text-shadow:0 2px 16px rgba(0,0,0,.65);}
.projects,.projects .shell{min-width:0;max-width:100%;overflow:hidden;}
.project-card,.project-media,.project-info{min-width:0;}
@media(min-width:1181px){.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:100%;min-width:0;overflow:visible;}.project-card{width:auto;max-width:100%;}}
@media(min-width:721px) and (max-width:1180px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;}}
@media(max-width:720px){.project-title{left:16px;bottom:16px;}.projects,.projects .shell{overflow:visible;}.project-grid{overflow-x:auto;}}


/* ===== V13.5.5 — mobile navigation, hero control and spacing correction ===== */
:root{--section-space:112px;}
.section{padding:var(--section-space) 0;}
.collections-head,.projects-head{margin-bottom:48px;}
.collection-grid{gap:20px;}
.dual-card{min-height:555px;}
.dual-image{min-height:555px;}
.dual-copy{padding:62px 52px;}
.project-grid{gap:20px;}
.process-head{margin-bottom:66px;}
.process{padding-block:112px;}
.cta{padding:88px 0;}
.footer{padding-top:42px;}

/* Preserve the image authority instead of burying the hero under a black field. */
.hero{min-height:820px;}
.hero-inner{min-height:calc(820px - var(--header-h));}
.hero-media{inset:0 0 0 27%;}
.hero-media:before{background:linear-gradient(90deg,#080a09 0%,rgba(8,10,9,.94) 13%,rgba(8,10,9,.62) 37%,rgba(8,10,9,.16) 69%,rgba(8,10,9,.04) 100%),linear-gradient(0deg,rgba(8,10,9,.28),transparent 64%);}
.hero-copy{padding-top:62px;padding-bottom:48px;}
.hero-controls{right:48px;bottom:34px;}

/* A real three-line menu symbol with a clear close state. */
.hamb,.hamb:before,.hamb:after{display:block;width:20px;height:1.5px;background:currentColor;border-radius:3px;transition:transform .22s,opacity .18s,top .22s,bottom .22s;}
.hamb{position:relative;}
.hamb:before,.hamb:after{content:"";position:absolute;left:0;}
.hamb:before{top:-6px;}.hamb:after{bottom:-6px;}
.menu-open .hamb{background:transparent;}
.menu-open .hamb:before{top:0;transform:rotate(45deg);}
.menu-open .hamb:after{bottom:0;transform:rotate(-45deg);}

.menu-backdrop{display:none;}

@media(max-width:1180px){
  :root{--section-space:86px;}
  .shell{width:min(var(--max),calc(100% - 48px));}
  .menu-backdrop{position:fixed;z-index:148;inset:var(--header-h) 0 0;display:block;border:0;background:rgba(1,3,2,.58);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s,visibility .22s;}
  body.menu-open .menu-backdrop{opacity:1;visibility:visible;pointer-events:auto;}
  .nav{
    position:fixed;top:var(--header-h);right:0;bottom:0;
    width:min(460px,100%);margin:0;
    display:flex;flex-direction:column;align-items:stretch;gap:0;
    color:var(--ink);
    border-left:1px solid var(--line);box-shadow:-26px 0 70px rgba(0,0,0,.28);
    overflow-y:auto;overscroll-behavior:contain;
    transform:translate3d(104%,0,0);opacity:0;visibility:hidden;pointer-events:none;
    transition:transform .28s cubic-bezier(.22,.8,.22,1),opacity .2s,visibility .28s;
  }
  .nav.open{transform:translate3d(0,0,0);opacity:1;visibility:visible;pointer-events:auto;}
  .nav.open>a,.nav.open .nav-trigger{flex:0 0 auto;width:100%;min-height:60px;padding:0 4px;border-bottom:1px solid var(--line);font-size:14px;letter-spacing:.075em;}
  .nav.open .nav-group{width:100%;}
  .nav.open .dropdown,.nav.open .dropdown.mega{position:static;width:100%;margin:0;padding:0 0 8px;background:transparent;border:0;box-shadow:none;backdrop-filter:none;opacity:1;visibility:visible;transform:none;}
  .nav.open .dropdown:not(.open){display:none;}
  .nav.open .dropdown.open{display:grid;}
  .nav.open .dropdown.mega{grid-template-columns:1fr 1fr;gap:2px 12px;}
  .nav.open .dropdown a{min-height:58px;padding:10px 6px;border-color:var(--line);font-size:13px;}
  .nav.open .dropdown small{font-size:12px;}
  .dual-copy{padding:48px 38px;}
}

@media(max-width:780px){
  :root{--section-space:78px;}
  .shell{width:calc(100% - 32px);}
  .hero{min-height:880px;padding-top:var(--header-h);}
  .hero-inner{min-height:calc(880px - var(--header-h));display:block;}
  .hero-media{inset:0;}
  .hero-media img{object-position:62% center;}
  .hero-media:before{background:linear-gradient(180deg,rgba(8,10,9,.10) 0%,rgba(8,10,9,.34) 30%,rgba(8,10,9,.82) 58%,#080a09 86%),linear-gradient(90deg,rgba(8,10,9,.22),rgba(8,10,9,.02));}
  .hero-copy{max-width:none;padding:230px 0 54px;}
  .hero h1{font-size:clamp(55px,15vw,70px);line-height:.92;}
  .hero .copy{max-width:36ch;margin:24px 0 28px;font-size:16px;line-height:1.72;}
  .hero-stats{gap:0;margin-top:36px;}
  .hero-stat{min-height:86px;padding:16px 12px 13px 0;}
  .hero-controls{position:static;inset:auto;width:max-content;margin:28px 0 0 auto;padding:6px;background:rgba(5,6,5,.54);}
  .hero-controls>span{display:inline;}
  .hero-line{display:block;width:34px;}
  .collections-head,.projects-head{display:block;margin-bottom:36px;}
  .collections-head .text-link,.projects-tools{margin-top:22px;}
  .collection-grid{gap:14px;}
  .dual-card,.dual-card.production{min-height:0;}
  .dual-image{min-height:360px;}
  .dual-copy{padding:38px 26px 42px;}
  .process{padding-block:82px;}
  .process-head{margin-bottom:46px;}
  .cta{padding:72px 0;}
  .footer{padding-top:34px;}
}

@media(max-width:520px){
  :root{--section-space:70px;}
  .shell{width:calc(100% - 28px);}
  .nav{width:100%;border-left:0;}
  .nav.open .dropdown.mega{grid-template-columns:1fr;}
  .hero{min-height:900px;}
  .hero-inner{min-height:calc(900px - var(--header-h));}
  .hero-copy{padding-top:210px;}
  .hero h1{font-size:clamp(52px,15.2vw,64px);}
  .hero-stats{grid-template-columns:1fr 1fr;}
  .hero-stat:nth-child(2){border-right:0;}
  .hero-stat:nth-child(-n/**/+2){border-bottom:1px solid rgba(255,255,255,.12);}
  .hero-controls{margin-top:24px;}
  .mobile-quickbar{left:10px;right:10px;}
  .collection-card{min-height:310px;}
  .project-card{flex-basis:88vw;}
}

/* V13.5.5.1 — prevent the glass header from becoming the drawer containing block. */
@media(max-width:1180px){
  body.menu-open .header{
    
    -webkit-backdrop-filter:none;
    box-shadow:0 1px 0 var(--line);
  }
  body.menu-open .nav{height:calc(100dvh - var(--header-h));max-height:calc(100dvh - var(--header-h));}
}


/* V13.5.5.2 — unclutter the first mobile viewport. */
@media(max-width:720px){
  body{padding-bottom:0;}
  .mobile-quickbar{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 20px));transition:opacity .22s,visibility .22s,transform .26s cubic-bezier(.22,.8,.22,1);}
  
  body.quickbar-visible .mobile-quickbar{opacity:1;visibility:visible;pointer-events:auto;transform:none;}
  body.menu-open .mobile-quickbar,body.search-open .mobile-quickbar{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 20px));}
  .hero-controls{margin:24px 0 0 auto;}
  .hero-stats{margin-top:28px;}
}


/* ===== Official wordmark authority — black/white originals only ===== */
.brand-wordmark{position:relative;display:inline-flex;align-items:center;width:154px;height:58px;overflow:visible;}
.brand-wordmark__image{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:left center;background:transparent;}
.brand-wordmark__image--white{display:block;}
.brand-wordmark__image--black{display:none;}
html[data-theme="light"] .header.is-scrolled .brand-wordmark__image--white{display:none;}
html[data-theme="light"] .header.is-scrolled .brand-wordmark__image--black{display:block;}
.footer-logo .brand-wordmark{width:150px;height:64px;}
.footer-logo .brand-wordmark__image--white{display:block;}
.footer-logo .brand-wordmark__image--black{display:none;}
@media(max-width:780px){.footer-logo .brand-wordmark{width:138px;height:58px;}}
@media(max-width:720px){.brand .brand-wordmark{width:126px;height:48px;}}

/* ===== V13.5.5 clean cascade authority — no forced priority ===== */
.footer .footer-accordion .footer-quote{display:inline-flex;margin-top:9px}
.footer .footer-accordion .footer-quote:hover{color:#111}
body .eyebrow,body .text-link,body .collection-no,body .project-no,body .hero-controls,body .hero-stat span,body .benefit-no,body .step-no,body .dialog-shortcuts,body .search-box label,body .project-controls>span,body .footer-bottom{font-size:12px}
@media(max-width:430px){
  .steps .step,.steps .step:first-child,.steps .step:last-child,.steps .step:nth-child(3){min-height:214px;padding:16px}
}
@media(max-width:1180px){
  .header .nav{z-index:152;left:auto;padding:28px 28px max(36px,env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 96%,transparent)}
  html[data-theme] body.menu-open .header{backdrop-filter:none;-webkit-backdrop-filter:none}
}
@media(max-width:520px){
  .header .nav{padding:20px 20px max(30px,env(safe-area-inset-bottom))}
}
@media(max-width:720px){
  body.quickbar-visible{padding-bottom:72px}
}

/* Phase 18: narrow text-spacing reflow without changing normal tablet/desktop geometry. */
@media(max-width:350px){
  .steps{grid-template-columns:minmax(0,.8573fr) minmax(0,1fr);}
  .step{min-width:0;}
  .adaptive-word{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:normal;vertical-align:baseline;}
}

/* Phase 19: no-JS mobile navigation fallback. */
.noscript-mobile-nav{display:none}
@media(max-width:1180px){
  .noscript-mobile-nav{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;padding:88px max(18px,env(safe-area-inset-left)) 18px;background:var(--surface,#0d0f0e);border-bottom:1px solid var(--line,rgba(255,255,255,.14));position:relative;z-index:20}
  .noscript-mobile-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid var(--line,rgba(255,255,255,.18));border-radius:999px;color:var(--text,#fff);text-decoration:none;font-size:14px;line-height:1.2}
  .noscript-mobile-nav a:focus-visible{outline:2px solid var(--accent,#c7a274);outline-offset:3px}
}

/* V5.8 robust back-to-top button */
.back-top{appearance:none;-webkit-appearance:none;padding:0;font:700 18px/1 Arial,sans-serif;cursor:pointer;touch-action:manipulation}.back-top:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
