
:root{
  --bg:#05060a;
  --surface:#0b0d12;
  --surface2:#11141b;
  --text:#f5f5f7;
  --muted:#a7a9b4;
  --line:rgba(255,255,255,.085);
  --accent:#9d8cff;
  --accent2:#6c4eff;
  --oak:#c89b67;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,ui-sans-serif,system-ui,sans-serif;
  line-height:1.55;-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
header{
  position:sticky;top:0;z-index:50;
  background:rgba(5,6,10,.76);
  backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--line)
}
nav{min-height:78px;display:flex;align-items:center;gap:26px}
.brand{margin-right:auto;display:flex;align-items:center}
.brand img{height:52px;width:auto}
.navlinks{display:flex;gap:24px;font-size:14px;color:#d8d8df}
.navlinks a:hover{color:white}
.pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.16);font-weight:650;font-size:14px}
.pill.light{background:#f5f5f7;color:#111216;border-color:#f5f5f7}
.hero{padding:94px 0 72px;position:relative;overflow:hidden}
.hero:before{
  content:"";position:absolute;inset:-160px -280px auto auto;width:850px;height:650px;
  background:radial-gradient(circle,rgba(101,73,255,.34),rgba(101,73,255,0) 64%);pointer-events:none
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.kicker{font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.18em;color:#c8c0ff}
h1{font-size:clamp(48px,7.6vw,92px);line-height:.94;letter-spacing:-.055em;margin:14px 0 24px;max-width:850px}
h2{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 18px}
h3{font-size:23px;line-height:1.15;letter-spacing:-.025em;margin:0 0 10px}
.lede{font-size:clamp(19px,2.2vw,24px);color:#b9bbc5;max-width:760px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#d2d3da;font-size:14px}
.trust span:before{content:"✓";margin-right:7px;color:#b8adff}
.media{
  position:relative;border-radius:30px;overflow:hidden;
  border:1px solid var(--line);background:#090a0e;
  box-shadow:0 40px 120px rgba(0,0,0,.44)
}
.media img{width:100%;aspect-ratio:16/11;object-fit:cover}
.media .caption{
  position:absolute;left:18px;right:18px;bottom:18px;
  padding:14px 16px;border-radius:16px;background:rgba(8,9,13,.62);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.12);font-size:13px;color:#dfdfe4
}
section{padding:82px 0;border-top:1px solid var(--line)}
.intro{font-size:18px;color:var(--muted);max-width:830px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.card{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  border:1px solid var(--line);border-radius:22px;padding:24px;min-height:210px
}
.card p{color:var(--muted);margin:0}
.card .arrow{display:inline-block;margin-top:20px;color:#d8d3ff}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}
.split.reverse{grid-template-columns:1.05fr .95fr}
.photo{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#090a0e}
.photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.fact{padding:18px;border:1px solid var(--line);border-radius:18px;background:#0b0d12}
.fact small{display:block;color:#9799a6;margin-bottom:4px}
.fact strong{font-size:18px}
.content p{color:#b8bac4}
.linkrow{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.textlink{font-weight:650;color:#d7d2ff}
.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
details{border:1px solid var(--line);border-radius:18px;background:#0b0d12;padding:18px 20px}
summary{cursor:pointer;font-weight:700}
details p{color:var(--muted);margin:12px 0 2px}
.cta{
  padding:38px;border-radius:30px;border:1px solid rgba(156,139,255,.28);
  background:linear-gradient(135deg,rgba(116,84,255,.18),rgba(255,255,255,.025));
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center
}
.cta h2{margin-top:0}
footer{padding:36px 0;color:#8e919d;font-size:13px}
.footergrid{display:flex;align-items:center;gap:18px}
.footergrid img{height:44px;width:auto}
.breadcrumb{font-size:13px;color:#8f919c;margin-bottom:24px}
.breadcrumb a{color:#c8c3e8}
.subhero{padding:74px 0 58px}
.subhero h1{font-size:clamp(44px,7vw,76px)}
.toc{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.toc a{padding:10px 13px;border:1px solid var(--line);border-radius:999px;color:#d2d3db;font-size:13px}
.article{max-width:860px}
.article h2{font-size:clamp(30px,4vw,46px);margin-top:52px}
.article h3{margin-top:30px}
.article p,.article li{color:#b9bbc4}
.article ul{padding-left:20px}
.note{padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#0b0d12;color:#bfc1c9}
@media(max-width:980px){
  .navlinks{display:none}
  .hero-grid,.split,.split.reverse,.cta{grid-template-columns:1fr}
  .grid4{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  nav{min-height:70px}
  .brand img{height:40px}
  .pill.headercta{display:none}
  .hero{padding-top:62px}
  .grid4,.faq,.facts{grid-template-columns:1fr}
  section{padding:64px 0}
}


/* V4 clean logo image adjustments */
.brand img{
  height: 50px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}
.logo-strip img{
  width: 220px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.footergrid img{
  height: 38px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}
@media(max-width:620px){
  .brand img{
    height: 36px;
    max-width: 190px;
  }
  .logo-strip img{
    width: 180px;
  }
  .footergrid img{
    height: 30px;
    max-width: 180px;
  }
}


/* V5 — About section */
.about-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(157,140,255,.11), transparent 34%),
    linear-gradient(180deg, #080a0f 0%, #06070b 100%);
}
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}
.about-visual{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid var(--line);
  min-height:620px;
  background:#0a0b0f;
  box-shadow:0 34px 90px rgba(0,0,0,.34);
}
.about-visual img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}
.about-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 55%, rgba(5,6,10,.5));
  pointer-events:none;
}
.about-badge{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:22px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(5,6,10,.7);
  backdrop-filter:blur(18px);
  color:#f5f5f7;
  font-size:13px;
}
.about-badge-mark{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  font-size:10px;
  letter-spacing:.08em;
}
.about-copy h2{
  max-width:680px;
}
.about-lead{
  font-size:21px;
  line-height:1.55;
  color:#d4d5dc;
  max-width:700px;
}
.about-copy > p:not(.about-lead){
  color:var(--muted);
  font-size:17px;
  max-width:700px;
}
.about-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 22px;
  margin:34px 0 30px;
}
.about-point{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:15px 0;
}
.about-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(157,140,255,.11);
  border:1px solid rgba(157,140,255,.24);
  color:#c8c0ff;
  font-size:16px;
}
.about-point strong{
  display:block;
  font-size:16px;
  margin-bottom:3px;
}
.about-point small{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
}
@media(max-width:980px){
  .about-grid{grid-template-columns:1fr;gap:42px}
  .about-visual,.about-visual img{min-height:520px}
}
@media(max-width:620px){
  .about-section{padding:64px 0}
  .about-visual,.about-visual img{min-height:380px}
  .about-points{grid-template-columns:1fr}
  .about-lead{font-size:18px}
}


/* V6 — real product/workshop image gallery */
.real-gallery{
  background:#07080c;
}
.gallery-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr;
  gap:16px;
  margin-top:34px;
}
.gallery-card{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#0b0d12;
  min-height:420px;
}
.gallery-card img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.gallery-card figcaption{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:10px 13px;
  border-radius:999px;
  font-size:13px;
  color:#f5f5f7;
  background:rgba(6,7,11,.72);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}
.gallery-wide{
  min-height:520px;
}
.gallery-wide img{
  min-height:520px;
}
@media(max-width:980px){
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-wide{grid-column:1 / -1}
}
@media(max-width:620px){
  .gallery-grid{grid-template-columns:1fr}
  .gallery-wide{grid-column:auto}
  .gallery-card,.gallery-card img,.gallery-wide,.gallery-wide img{min-height:340px}
}


/* V7 — refreshed inspirational hero */
.hero-collage{
  position:relative;
  min-height:620px;
  display:grid;
  grid-template-columns:1fr;
}
.hero-main-shot{
  margin:0;
  position:relative;
  height:100%;
  min-height:620px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--line);
  background:#0a0b0f;
  box-shadow:0 40px 120px rgba(0,0,0,.38);
}
.hero-main-shot img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}
.hero-main-shot:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,6,10,.04), rgba(5,6,10,.34));
}
.hero-main-shot figcaption{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  padding:12px 15px;
  border-radius:999px;
  font-size:13px;
  color:#f5f5f7;
  background:rgba(6,7,11,.72);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}
.hero-card{
  position:absolute;
  margin:0;
  width:240px;
  background:#0a0b0f;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.hero-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.hero-card figcaption{
  padding:12px 14px 14px;
  font-size:13px;
  color:#d9dae1;
}
.hero-card-top{
  right:-34px;
  top:38px;
}
.hero-card-bottom{
  left:-34px;
  bottom:36px;
}
.material-strip{
  padding-top:12px;
}
.material-strip-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:16px;
}
.material-card{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#0b0d12;
}
.material-card img{
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
}
.material-card.large img{
  min-height:340px;
}
.material-card figcaption{
  padding:14px 16px;
  font-size:14px;
  color:#d6d8df;
}
@media(max-width:1100px){
  .hero-card-top{right:10px}
  .hero-card-bottom{left:10px}
}
@media(max-width:980px){
  .hero-collage{
    min-height:auto;
    display:grid;
    gap:14px;
  }
  .hero-main-shot,
  .hero-main-shot img{
    min-height:420px;
  }
  .hero-card{
    position:relative;
    width:auto;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
  }
  .hero-card img{
    height:220px;
  }
  .material-strip-grid{
    grid-template-columns:1fr 1fr;
  }
  .material-card.large{
    grid-column:1 / -1;
  }
}
@media(max-width:620px){
  .hero-main-shot,
  .hero-main-shot img{
    min-height:340px;
  }
  .material-strip-grid{
    grid-template-columns:1fr;
  }
  .material-card.large{
    grid-column:auto;
  }
}


/* V8 — simplified Apple-style hero */
.hero-collage,
.hero-main-shot,
.hero-card,
.hero-card-top,
.hero-card-bottom{
  display:none !important;
}

.hero-visual-clean{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border-radius:32px;
  border:1px solid var(--line);
  background:#0a0b0f;
  box-shadow:0 40px 120px rgba(0,0,0,.34);
}
.hero-visual-clean img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}
.hero-visual-clean:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,6,10,0) 55%, rgba(5,6,10,.42) 100%);
  pointer-events:none;
}
.hero-visual-label{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:13px 16px;
  border-radius:16px;
  background:rgba(7,8,12,.7);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}
.hero-visual-label span{
  color:#aeb0ba;
  font-size:12px;
}
.hero-visual-label strong{
  color:#f5f5f7;
  font-size:14px;
  font-weight:650;
}
.material-strip-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
.material-strip-head p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.material-strip-grid{
  grid-template-columns:1.2fr .9fr .9fr;
}
.material-card{
  min-height:0;
}
.material-card img,
.material-card.large img{
  min-height:260px;
  height:260px;
}
@media(max-width:980px){
  .hero-visual-clean,
  .hero-visual-clean img{
    min-height:460px;
  }
  .material-strip-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:620px){
  .hero-visual-clean,
  .hero-visual-clean img{
    min-height:360px;
  }
  .material-card img,
  .material-card.large img{
    height:220px;
    min-height:220px;
  }
}


/* V10 materials & finishes */
.fact span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.finish-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.finish-row span{
  padding:11px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#0b0d12;
  color:#d8d9df;
  font-size:14px;
}


/* V11 — larger header logo */
.brand img{
  height: 74px !important;
  max-width: 360px !important;
  width: auto;
  object-fit: contain;
}

nav{
  min-height: 96px;
}

@media(max-width:980px){
  .brand img{
    height: 64px !important;
    max-width: 300px !important;
  }
  nav{
    min-height: 88px;
  }
}

@media(max-width:620px){
  .brand img{
    height: 52px !important;
    max-width: 240px !important;
  }
  nav{
    min-height: 78px;
  }
}


/* V14 — contact / lead generation */
.contact-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(157,140,255,.12), transparent 32%),
    linear-gradient(180deg,#07080c 0%,#05060a 100%);
}
.contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:64px;
  align-items:start;
}
.contact-copy{
  position:sticky;
  top:120px;
}
.contact-trust{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.contact-trust div{
  padding-top:18px;
  border-top:1px solid var(--line);
}
.contact-trust strong{
  display:block;
  color:#f5f5f7;
  margin-bottom:4px;
  font-size:16px;
}
.contact-trust span{
  color:var(--muted);
  font-size:14px;
}
.contact-card{
  padding:30px;
  border-radius:28px;
  border:1px solid var(--line);
  background:rgba(13,15,21,.92);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
#contact-form{
  display:grid;
  gap:18px;
}
#contact-form label{
  display:grid;
  gap:8px;
}
#contact-form label > span{
  color:#d9dae1;
  font-size:13px;
  font-weight:650;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
#contact-form input,
#contact-form select,
#contact-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:#080a0f;
  color:#f5f5f7;
  padding:14px 15px;
  font:inherit;
  outline:none;
}
#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus{
  border-color:rgba(157,140,255,.65);
  box-shadow:0 0 0 3px rgba(157,140,255,.10);
}
#contact-form textarea{
  resize:vertical;
  min-height:150px;
}
.contact-submit{
  cursor:pointer;
  border:0;
  justify-self:start;
}
.form-note{
  margin:0;
  color:#858894;
  font-size:12px;
}
.form-message{
  margin-bottom:20px;
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
}
.form-success{
  background:rgba(82,196,126,.10);
  border:1px solid rgba(82,196,126,.28);
  color:#c8f0d7;
}
.form-error{
  background:rgba(235,87,87,.09);
  border:1px solid rgba(235,87,87,.24);
  color:#f1c4c4;
}
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
@media(max-width:980px){
  .contact-grid{grid-template-columns:1fr;gap:36px}
  .contact-copy{position:static}
}
@media(max-width:620px){
  .contact-section{padding:64px 0}
  .contact-card{padding:22px}
  .form-row{grid-template-columns:1fr}
  .contact-submit{width:100%}
}

/* V20 — premium mobile navigation, touch UX and motion */
header{
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease;
}
header.is-compact{
  background:rgba(5,6,10,.9);
  box-shadow:0 10px 34px rgba(0,0,0,.22);
}
header.is-compact nav{min-height:76px}
header.is-compact .brand img{height:58px !important}
nav{transition:min-height .28s ease}
.brand img{transition:height .28s ease,opacity .2s ease}

.menu-toggle{
  display:none;
  position:relative;
  width:48px;
  height:48px;
  flex:0 0 48px;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.menu-toggle span{
  position:absolute;
  left:14px;
  width:20px;
  height:1.5px;
  border-radius:99px;
  background:currentColor;
  transition:transform .28s ease,top .28s ease,opacity .2s ease;
}
.menu-toggle span:first-child{top:19px}
.menu-toggle span:last-child{top:27px}
.menu-toggle[aria-expanded="true"] span:first-child{top:23px;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{top:23px;transform:rotate(-45deg)}

.mobile-menu-backdrop{
  display:none;
  position:fixed;
  inset:0;
  z-index:80;
  background:rgba(0,0,0,.5);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.mobile-menu{
  display:none;
  position:fixed;
  top:0;
  right:0;
  z-index:90;
  width:min(430px,calc(100vw - 20px));
  height:100dvh;
  padding:112px 24px 28px;
  background:rgba(8,9,13,.97);
  border-left:1px solid var(--line);
  backdrop-filter:saturate(180%) blur(28px);
  transform:translateX(105%);
  transition:transform .34s cubic-bezier(.2,.8,.2,1);
  box-shadow:-30px 0 90px rgba(0,0,0,.4);
  overflow-y:auto;
}
.mobile-menu a{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:8px 3px;
  border-bottom:1px solid var(--line);
  font-size:clamp(22px,6vw,30px);
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:620;
}
.mobile-menu a:after{
  content:"→";
  margin-left:auto;
  padding-left:20px;
  color:#817aab;
  font-size:.75em;
  font-weight:400;
}
.mobile-menu .mobile-menu-cta{
  margin-top:24px;
  min-height:52px;
  justify-content:center;
  border:0;
  border-radius:999px;
  background:#f5f5f7;
  color:#111216;
  font-size:16px;
}
.mobile-menu .mobile-menu-cta:after{display:none}
body.menu-open{overflow:hidden}

.reveal-item{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .62s ease,transform .62s cubic-bezier(.2,.7,.2,1);
}
.reveal-item.is-visible{opacity:1;transform:none}

.pill,.card,.toc a,.finish-row span{
  -webkit-tap-highlight-color:transparent;
}
.card{
  transition:transform .28s ease,border-color .28s ease,background .28s ease;
}
@media(hover:hover){
  .card:hover{transform:translateY(-4px);border-color:rgba(157,140,255,.26)}
}

@media(max-width:980px){
  header{z-index:100}
  .menu-toggle{display:block;z-index:110}
  .mobile-menu,.mobile-menu-backdrop{display:block}
  .mobile-menu.is-open{transform:translateX(0)}
  .mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}
  .headercta{margin-left:auto}
  header.is-compact nav{min-height:72px}
  header.is-compact .brand img{height:50px !important}
}

@media(max-width:620px){
  .wrap{width:min(var(--max),calc(100% - 32px))}
  nav{min-height:78px;gap:12px}
  .brand{min-width:0}
  .brand img{height:48px !important;max-width:205px !important}
  header.is-compact nav{min-height:66px}
  header.is-compact .brand img{height:42px !important}
  .menu-toggle{width:46px;height:46px;flex-basis:46px}
  .menu-toggle span{left:13px}
  .mobile-menu{width:100%;padding:96px 22px 26px;border-left:0}
  .mobile-menu a{min-height:57px;font-size:27px}

  .hero{padding:48px 0 52px}
  .hero-grid{gap:34px}
  h1{font-size:clamp(48px,15vw,68px);line-height:.93;margin-top:12px}
  h2{font-size:clamp(34px,10vw,48px)}
  .lede{font-size:18px;line-height:1.55}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .pill{width:100%;min-height:50px}
  .trust{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}
  .hero-visual-clean,.hero-visual-clean img{min-height:0;height:auto;aspect-ratio:4/5}
  .hero-visual-label{left:14px;right:14px;bottom:14px}

  section{padding:60px 0}
  .intro{font-size:17px}
  .photo{border-radius:22px}
  .about-visual{border-radius:24px}
  .contact-card{border-radius:22px}

  /* Native horizontal touch carousels. Content stays in the DOM for SEO/accessibility. */
  .grid4,
  .material-strip-grid,
  .gallery-grid{
    display:flex;
    gap:14px;
    margin-left:-16px;
    margin-right:-16px;
    padding-left:16px;
    padding-right:16px;
    padding-bottom:10px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-left:16px;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .grid4::-webkit-scrollbar,
  .material-strip-grid::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar{display:none}

  .grid4 > .card{
    flex:0 0 min(84vw,330px);
    min-height:230px;
    scroll-snap-align:start;
  }
  .material-strip-grid > .material-card{
    flex:0 0 min(86vw,360px);
    scroll-snap-align:start;
  }
  .gallery-grid > .gallery-card,
  .gallery-grid > .gallery-wide{
    flex:0 0 min(86vw,360px);
    min-height:390px;
    scroll-snap-align:start;
  }
  .gallery-grid > .gallery-card img,
  .gallery-grid > .gallery-wide img{min-height:390px}

  .material-strip-head{margin-bottom:14px}
  .material-strip-head:after,
  .real-gallery .intro:after{
    content:"Swipe to explore →";
    display:block;
    margin-top:10px;
    color:#817aab;
    font-size:12px;
    letter-spacing:.02em;
  }

  .facts{gap:10px}
  .fact{padding:16px}
  details{padding:17px 18px}
  summary{min-height:28px}
  .footergrid{align-items:flex-start;flex-direction:column}
  .footergrid img{height:32px !important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}
  .reveal-item{opacity:1;transform:none}
}


/* V21 — hard desktop/mobile navigation split + SEO topic cards */
@media (min-width:981px){
  .mobile-menu,.mobile-menu-backdrop,.menu-toggle{display:none!important;}
}
.topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.topic-card{display:block;padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));transition:transform .25s ease,border-color .25s ease,background .25s ease}
.topic-card h3{margin:0 0 10px;font-size:24px}
.topic-card p{margin:0;color:var(--muted);line-height:1.6}
.topic-card .arrow{display:inline-block;margin-top:18px;color:#c9c2ff}
@media(hover:hover){.topic-card:hover{transform:translateY(-3px);border-color:rgba(157,140,255,.28)}}
@media(max-width:700px){.topic-grid{grid-template-columns:1fr}.topic-card{padding:22px}}
