
:root{
  --bg:#f8f7f4;
  --surface:#ffffff;
  --surface-alt:#f1eee8;
  --text:#1f1d1a;
  --muted:#6d665c;
  --line:#ddd4c7;
  --accent:#b08a5a;
  --accent-dark:#8d6b42;
  --shadow:0 16px 40px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.6 Inter,Arial,sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;display:block;border-radius:20px}
a{color:inherit;text-decoration:none}
.brand img {max-width:450px; width:100%; border-radius:0}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:#000;backdrop-filter:blur(12px);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}
.brand{font-size:1.4rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.site-nav{display:flex;gap:36px;align-items:center}
.site-nav a{color:#eee; font-size:18px;}
.site-nav a:hover{color:#999}
.nav-toggle{display:none;background:none;border:1px solid var(--line);padding:10px 14px;border-radius:999px:color:#fff}
.hero {background-size:cover !important; background-attachment:fixed !important;  background-position: center !important;}
.hero,.page-hero{padding:72px 0}
.hero-grid {color:#fff}
/*.hero-grid,*/.product-grid,.split{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.eyebrow{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dark);font-weight:700}
h1,h2,h3,h4{line-height:1.15;margin:0 0 14px}
h1{font-size:clamp(2.4rem,5vw,4.8rem)}
.product-hero h1 {font-size:clamp(1.4rem,5vw,2.8rem)}
h1{font-size:clamp(2.4rem,5vw,4.8rem)}
h2{font-size:clamp(1.8rem,3vw,2.8rem); text-align:center;}
h3{font-size:1.25rem}
.lead{font-size:1.15rem;max-width:56ch}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--text);color:#fff;font-weight:700;border:1px solid var(--text)}
.button:hover{opacity:.92}
.button--ghost{background:transparent;color:#b08a5a;border-color:#b08a5a}
.hero .button--ghost {color:#fff; border-color: #fff}
.hero-media img,.feature img,.collection-card img,.trim-item img{aspect-ratio:4/3;object-fit:cover;background:#e9e3d7}
.section{padding:68px 0}
.section.inner-page {padding-top:0;}
.section--alt{background:var(--surface-alt)}
.three-up,.card-grid,.press-grid,.trim-grid,.resource-list{display:grid;gap:24px}
.three-up{grid-template-columns:repeat(3,1fr)}
.card-grid{grid-template-columns:repeat(3,1fr)}
.press-grid{grid-template-columns:repeat(2,1fr)}
.resource-list{grid-template-columns:repeat(2,1fr)}
.feature,.collection-card,.press-item,.resource-card,.specs-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.feature,.press-item,.resource-card,.specs-card{padding:24px}
.collection-card{display:flex;flex-direction:column}
.collection-card__body{padding:22px;display:flex;flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start}
.center{text-align:center;margin-top:26px}
.prose{max-width:72ch}
.prose ul{padding-left:18px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;padding:56px 0}
.site-footer{margin-top:60px;border-top:1px solid var(--line);background:#000; color:#eee}
.site-footer h3,.site-footer h4{margin-bottom:10px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin:8px 0}
.contact-form{background:var(--surface);padding:24px;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
label{display:block;font-weight:600;margin-bottom:16px}
input,textarea{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:16px;padding:14px;font:inherit;background:#fff}
.small,.date{color:var(--muted);font-size:.95rem}
.contact-list{display:grid;gap:14px;margin-top:24px}
.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.swatch-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none;margin:20px 0 0}
.swatch-list li{padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line)}
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.spec-grid div{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--bg)}
dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:6px}
dd{margin:0;font-weight:700}
.trim-item{background:var(--surface);padding:14px;border:1px solid var(--line);border-radius:22px;text-align:center}
.trim-grid{grid-template-columns:repeat(5,1fr)}
.resource-card{display:block}
  .gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:zoom-in}
  .gallery-item img.zoomable{display:block;width:100%;border-radius:0;transition:transform .25s}
  .gallery-item::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .25s;pointer-events:none}
  .gallery-item::before{content:"";position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") center/40px no-repeat;opacity:0;transition:opacity .25s;pointer-events:none}
  .gallery-item:hover::after{background:rgba(0,0,0,.45)}
  .gallery-item:hover::before{opacity:1;z-index:2}
  .gallery-item:hover img.zoomable{transform:scale(1.04)}
  #zoom-overlay{display:none}
  #zoom-overlay.is-open{display:flex}
  #zoom-close{position:absolute;top:20px;right:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;width:44px;height:44px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
@media (max-width:640px){
  #zoom-overlay.is-open{flex-direction:column;gap:20px;justify-content:center;align-items:center}
  #zoom-close{position:static}
}
@media (max-width: 960px){
  .hero-grid,.product-grid,.split,.footer-grid,.three-up,.card-grid,.press-grid,.resource-list,.spec-grid,.trim-grid{grid-template-columns:1fr 1fr}
  .site-nav{display:none;position:absolute;top:72px;left:20px;right:20px;background:linear-gradient(rgba(0,0,0,.90), rgba(0,0,0,.90));padding:18px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .site-nav.is-open{display:flex}
  .nav-toggle{display:inline-flex}
}
@media (max-width: 640px){
  .hero-grid,.product-grid,.split,.footer-grid,.three-up,.card-grid,.press-grid,.resource-list,.spec-grid,.trim-grid,.product-gallery{grid-template-columns:1fr}
  .container{width:min(100% - 24px,1180px)}
  .hero,.page-hero,.section{padding:48px 0}
}
