@font-face{font-family:"Josefin Sans Fallback";src:local("Arial");ascent-override:95%;descent-override:25%;line-gap-override:0%;size-adjust:102%}
:root{
  --cc-brand:#4c8193;
  --cc-brand-hover:#477889;
  --cc-dark:#222;
  --cc-heading:#222;
  --cc-text:#363636;
  --cc-muted:#555;
  --cc-line:#e4ecef;
  --cc-soft:#f4f8f9;
  --cc-font:futura-pt,Helvetica,Arial,sans-serif;
  --cc-font-section:"Josefin Sans","Josefin Sans Fallback",futura-pt,Helvetica,Arial,sans-serif;
  --cc-font-display:"Anton",Impact,Haettenschweiler,sans-serif;
  --cc-sticky:calc(72px + env(safe-area-inset-top,0px));
}
*,*::before,*::after{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  max-width:100%;
  /* clip (not hidden/auto) avoids creating a scrollport that breaks position:fixed */
  overflow-x:clip;
  scrollbar-gutter:stable;
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;
  position:relative;
  font-family:var(--cc-font);
  font-weight:300;
  color:var(--cc-text);
  background:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  max-width:100%;
  overflow-x:clip;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--cc-brand);text-decoration:none}
a:hover{color:var(--cc-brand-hover)}
h1,h2,h3{font-family:var(--cc-font-section);font-weight:400;color:var(--cc-heading);line-height:1.2;text-transform:uppercase;margin:0 0 .75rem}
h1:after,h2:after{content:"";display:block;width:40px;height:1px;background:#222;margin-top:10px}
.wrap{width:100%;max-width:1120px;margin:0 auto;padding-left:clamp(1rem,3vw,1.5rem);padding-right:clamp(1rem,3vw,1.5rem)}
.wrap--wide{max-width:1390px}
.site-top{position:sticky;top:0;z-index:3000;background:#fff;padding-top:env(safe-area-inset-top,0px);border-bottom:1px solid var(--cc-line);isolation:isolate}
.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;position:relative;z-index:2}
.header a,.nav a,.menu-btn,.header__cta{position:relative;z-index:2;pointer-events:auto}
.header__logo img{height:42px;width:auto;filter:invert(1);-webkit-filter:invert(1)}
.nav{display:none;align-items:center;gap:clamp(.85rem,1.8vw,1.5rem)}
.nav a{color:var(--cc-dark);text-transform:uppercase;font-size:12px;letter-spacing:.08em;min-height:44px;display:inline-flex;align-items:center}
.nav a[aria-current="page"]{color:var(--cc-brand)}
.header__cta{display:none;background:var(--cc-brand);color:#fff!important;padding:12px 18px;text-transform:uppercase;font-size:12px;letter-spacing:.08em;min-height:44px;align-items:center}
.header__cta:hover{background:var(--cc-brand-hover);color:#fff!important}

/* Mobile menu — checkbox + sibling (~). Geen JS, geen :has nodig voor open */
.menu-toggle{
  position:absolute;
  left:0;top:0;
  width:1px;height:1px;
  margin:0;padding:0;
  opacity:0;
  pointer-events:none;
}
.menu-btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #ddd;background:#fff;padding:10px 14px;cursor:pointer;
  min-height:44px;min-width:44px;font:inherit;text-transform:uppercase;
  font-size:12px;letter-spacing:.06em;color:var(--cc-dark);user-select:none;
  position:relative;z-index:6;pointer-events:auto;
  box-sizing:border-box;
}
#cc-nav-toggle:checked ~ .mobile-nav{display:flex!important}
.site-top:has(#cc-nav-toggle:checked) .menu-btn{
  background:var(--cc-soft);border-color:var(--cc-brand);color:var(--cc-brand);
}
.mobile-nav{
  display:none;
  flex-direction:column;
  position:fixed;
  left:0;right:0;
  top:var(--cc-sticky);
  padding:.35rem clamp(1rem,3vw,1.5rem) 1rem;
  border-top:1px solid var(--cc-line);
  background:#fff;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
  z-index:5000;
  max-height:calc(100dvh - var(--cc-sticky));
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  pointer-events:auto;
}
.mobile-nav a{padding:14px 0;color:var(--cc-dark)!important;text-transform:uppercase;font-size:13px;letter-spacing:.06em;border-bottom:1px solid var(--cc-line);min-height:44px;display:flex;align-items:center;pointer-events:auto}
@media (min-width:1280px){
  .nav,.header__cta{display:inline-flex}
  .menu-btn,.menu-toggle{display:none!important}
  .mobile-nav,#cc-nav-toggle:checked ~ .mobile-nav{display:none!important}
}

/* Guard against imported Skinstorm CSS */
.site-top .nav,
.site-top .header__cta,
.site-top .menu-btn,
.site-top .mobile-nav,
.site-top .mobile-nav a{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.site-top #cc-nav-toggle:checked ~ .mobile-nav{display:flex!important}
@media (min-width:1280px){
  .site-top .nav,
  .site-top .header__cta{display:inline-flex!important}
  .site-top .menu-btn,
  .site-top .menu-toggle,
  .site-top .mobile-nav,
  .site-top #cc-nav-toggle:checked ~ .mobile-nav{display:none!important}
}
.site-top,.site-top .header,.site-top .wrap{overflow:visible}

.hero{
  position:relative;
  min-height:min(88vh,820px);
  min-height:min(88dvh,820px);
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  color:#fff;
  overflow:hidden;
  background:#2a4550;
}
.hero__media{position:absolute;inset:0;pointer-events:none}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(.85) brightness(.92)}
.hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,50,56,.35) 0%,rgba(18,34,40,.45) 40%,rgba(12,26,32,.88) 100%);pointer-events:none}
.hero__content{position:relative;z-index:2;padding:clamp(1.25rem,3.5vw,2rem) 0 calc(clamp(2rem,6vw,3.5rem) + env(safe-area-inset-bottom,0px));max-width:42rem}
.hero__content--brand{
  max-width:min(100%,52rem);
  width:100%;
  padding-top:clamp(1rem,2.5vw,1.5rem);
}
.hero__brand{margin:0 0 .75rem;font-family:var(--cc-font-section);font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45)}
.hero__brand:after{display:none}
.hero__lead{
  margin:0 0 1.25rem;
  margin-left:clamp(1.25rem,4vw,2.5rem);
  max-width:38ch;
  font-size:clamp(1rem,2.2vw,1.15rem);
  line-height:1.55;
  color:rgba(255,255,255,.9);
}
.hero__actions{
  display:flex;flex-wrap:wrap;gap:.75rem;position:relative;z-index:3;
  margin-left:clamp(1.25rem,4vw,2.5rem);
}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:48px;padding:12px 20px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border:1px solid transparent;cursor:pointer;font-family:inherit;position:relative;z-index:3;pointer-events:auto}
.btn--brand{background:var(--cc-brand);color:#fff!important}
.btn--brand:hover{background:var(--cc-brand-hover);color:#fff!important}
.btn--ghost{background:transparent;border-color:rgba(255,255,255,.7);color:#fff!important}
.btn--ghost:hover{border-color:#fff;color:#fff!important}
.btn--outline{background:#fff;border-color:var(--cc-brand);color:var(--cc-brand)!important}
.btn--outline:hover{background:var(--cc-soft)}

.section{padding:clamp(2.5rem,6vw,4.5rem) 0}
.section--soft{background:linear-gradient(180deg,var(--cc-soft),#fff 55%)}
/* Tighter story bands (over-ons e.d.) — minder lucht tussen section en wrap */
.section:has(.prose--story){
  padding-top:clamp(.85rem,2.2vw,1.35rem);
  padding-bottom:clamp(.85rem,2.2vw,1.35rem);
}
.section + .section:has(.prose--story){
  padding-top:clamp(.65rem,1.8vw,1.1rem);
}
/* Minder lucht tussen story-band en volgende sectie (bv. team) */
.section:has(.prose--story) + .section,
.section.section--soft + .section{
  padding-top:clamp(.75rem,2vw,1.25rem);
}
.section:has(.prose--story):has(+ .section),
.section.section--soft:has(+ .section){
  padding-bottom:clamp(.5rem,1.4vw,.85rem);
}

/* Full-bleed video strip (home, before Ons gamma) */
.video-band{
  position:relative;
  width:100%;
  max-width:100%;
  background:#1a2a30;
  overflow:hidden;
}
.video-band__frame{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#1a2a30;
}
.video-band__player{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  margin:0;
  object-fit:contain;
  object-position:center;
  vertical-align:top;
  cursor:pointer;
}
@media (orientation:landscape) and (max-height:520px){
  .video-band__player{
    max-height:min(88vh,560px);
    max-height:min(88dvh,560px);
    width:auto;
    max-width:100%;
    margin-inline:auto;
  }
}
.video-band__controls{
  position:absolute;
  right:max(12px,env(safe-area-inset-right));
  top:max(12px,env(safe-area-inset-top));
  z-index:3;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:.5rem;
  justify-content:flex-start;
  pointer-events:none;
}
.video-band__ctrl,
.video-band__sound{
  pointer-events:auto;
  min-height:44px;
  min-width:44px;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(18,34,40,.72);
  color:#fff;
  font:inherit;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}
.video-band__ctrl:hover,
.video-band__ctrl:focus-visible,
.video-band__sound:hover,
.video-band__sound:focus-visible{
  background:var(--cc-brand);
  border-color:var(--cc-brand);
  outline:none;
}
.video-band__sound[hidden]{display:none!important}
@media (prefers-reduced-motion:reduce){
  .video-band__player{/* still show first frame; autoplay may be blocked */}
}
.eyebrow{margin:0 0 .65rem;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--cc-brand)}
.lead{margin:0 0 1.5rem;max-width:52ch;color:var(--cc-muted);font-size:clamp(1rem,2vw,1.1rem)}
.section__head{max-width:42rem;margin-bottom:clamp(.35rem,1.2vw,.75rem)}
.section__head .lead:last-child{margin-bottom:0}
.split--copy-stack{
  align-items:center;
  gap:clamp(1.1rem,2.8vw,1.75rem);
}
.split--copy-stack .prose .lead{margin-bottom:1rem}
.split--copy-stack .prose h2{margin-bottom:.75rem}
.split--copy-stack .prose h2:after{margin-top:10px}
@media (min-width:900px){
  .split--copy-stack.split--reverse.split--media-sm{
    grid-template-columns:minmax(0,1fr) minmax(14rem,17rem);
    column-gap:clamp(1.5rem,3vw,2.25rem);
  }
  .split--copy-stack .split__media--sm.split__media--product{
    width:100%;
    max-width:17rem;
    max-height:none;
    aspect-ratio:4/5;
    margin:0;
    justify-self:end;
  }
  .split--copy-stack .split__media--product img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }
}
@media (max-width:899px){
  .split--copy-stack .split__media--sm.split__media--product{
    width:100%;
    max-width:min(100%,18rem);
    max-height:none;
    aspect-ratio:4/5;
    margin-inline:auto;
    order:2;
  }
  .split--copy-stack .prose{order:1}
}
.prose p{margin:0 0 1rem;color:var(--cc-muted);max-width:62ch}
.prose ul{margin:0 0 1rem;padding-left:1.2rem;color:var(--cc-muted);max-width:62ch}
.cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
}
.cta-row .btn{margin:0}
@media (max-width:599px){
  .cta-row{
    align-items:stretch;
  }
  .cta-row .btn{
    width:100%;
  }
}
.prose--story{max-width:62ch}
.prose--story .lead--close{
  margin:1.75rem 0 0;
  color:var(--cc-heading);
  font-size:clamp(1.05rem,2.2vw,1.2rem);
}
.team{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.5rem,4vw,2.25rem);
  margin-top:clamp(1.5rem,4vw,2.25rem);
}
@media (min-width:800px){
  .team{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
}
.team__person{
  min-width:0;
  padding-top:1rem;
  border-top:3px solid var(--cc-brand);
}
.team__name{
  margin:0 0 .35rem;
  font-size:clamp(1.05rem,2vw,1.2rem);
}
.team__name:after{margin-top:10px}
.team__role{
  margin:0 0 .85rem;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--cc-brand);
}
.team__person p{
  margin:0;
  color:var(--cc-muted);
  font-size:.95rem;
  line-height:1.6;
  max-width:none;
}

.split{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:center}
@media (min-width:900px){.split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}
@media (min-width:900px){.split--reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.split--reverse .split__media{order:2}}
.split__media{overflow:hidden;min-width:0;aspect-ratio:4/5;background:#eef3f5}
.split__media--wide{aspect-ratio:16/10}
.split__media--sm{
  max-width:min(100%,22rem);
  max-height:min(52vh,28rem);
  max-height:min(52dvh,28rem);
  margin-inline:auto;
  aspect-ratio:4/5;
}
.split__media--product{
  background:#fff;
}
.split__media--product img{
  object-fit:contain;
  object-position:center;
}
@media (min-width:900px){
  .split--media-sm{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
  .split--media-sm .split__media--sm{margin-inline:0;max-width:min(100%,20rem)}
  .split--reverse.split--media-sm{grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr)}
  .split--reverse.split--media-sm .split__media--sm{margin-inline:0 0 0 auto}
}
.split__media--contain{
  background:transparent;
  aspect-ratio:auto;
  max-height:none;
}
.split__media--contain img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
.split__media--logo{aspect-ratio:auto;background:#000;display:grid;place-items:center;padding:clamp(1.5rem,5vw,3rem)}
.split__media--logo img{width:100%;height:auto;max-width:28rem;object-fit:contain}
.split__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.hover-contained-zoom{overflow:hidden}
.hover-contained-zoom:hover img,.hover-contained-zoom:focus-within img{transform:scale(1.06)}

.cards{display:grid;grid-template-columns:1fr;gap:1rem}
@media (min-width:700px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
.card{border:1px solid var(--cc-line);background:#fff;min-width:0;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .35s ease,box-shadow .35s ease}
.card:hover,.card:focus-visible{border-color:var(--cc-brand);box-shadow:0 16px 40px rgba(76,129,147,.14);outline:none}
.card__media{aspect-ratio:4/3;overflow:hidden;background:#eef3f5}
.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.card:hover .card__media img,.card:focus-within .card__media img{transform:scale(1.05)}
.card__body{padding:clamp(1.15rem,3vw,1.5rem);display:flex;flex-direction:column;gap:.6rem;flex:1}
.card__meta{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-brand)}
.card__title{margin:0;font-size:1.15rem}
.card__title:after{display:none}
.card__text{margin:0;color:var(--cc-muted);flex:1}
.card__link{margin-top:.35rem;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-brand)}

.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.product{
  border:1px solid var(--cc-line);background:#fff;min-width:0;overflow:hidden;
  display:flex;flex-direction:column;
}
.product__hit{
  display:flex;flex-direction:column;width:100%;height:100%;
  margin:0;padding:0;border:0;background:transparent;color:inherit;
  font:inherit;text-align:left;cursor:pointer;
}
.product__hit:focus{outline:none}
.product__hit:focus-visible{outline:2px solid var(--cc-brand);outline-offset:-2px}
.product__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f7fafb;display:block}
.product__media img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8%;transition:transform .55s ease;background:#fff}
.product:hover .product__media img,.product:focus-within .product__media img{transform:scale(1.03)}
.product__body{padding:.9rem 1rem 1.1rem;display:block}
.product__title{margin:0;font-size:.95rem;text-transform:none;letter-spacing:0;font-family:var(--cc-font);font-weight:400;color:var(--cc-dark);display:block}
.product__title:after{display:none}
@media (prefers-reduced-motion:reduce){
  .product__media img{transition:none}
  .product:hover .product__media img{transform:none}
}

.product-dialog{
  border:0;padding:0;max-width:min(1040px,calc(100vw - 1.5rem));
  width:100%;background:transparent;color:inherit;
}
.product-dialog::backdrop{background:rgba(18,28,32,.62)}
.product-dialog__panel{
  position:relative;background:#fff;border:1px solid var(--cc-line);
  max-height:min(90vh,900px);max-height:min(90dvh,900px);overflow:auto;
}
.product-dialog__close{
  position:absolute;top:.5rem;right:.5rem;z-index:2;
  width:44px;height:44px;border:0;background:#fff;color:var(--cc-dark);
  font-size:1.75rem;line-height:1;cursor:pointer;
}
.product-dialog__close:hover{color:var(--cc-brand)}
.product-dialog__grid{display:grid;grid-template-columns:1fr;gap:0}
@media (min-width:860px){
  .product-dialog__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}
}
.product-dialog__media{background:#f7fafb;min-width:0;aspect-ratio:1}
@media (min-width:860px){.product-dialog__media{aspect-ratio:auto;min-height:100%}}
.product-dialog__media img{width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(1rem,3vw,2rem);background:#fff}
.product-dialog__content{padding:clamp(1.25rem,4vw,2rem);padding-top:clamp(2.5rem,5vw,2rem)}
.product-dialog__title{margin:0 0 1rem;font-size:clamp(1.15rem,2.4vw,1.45rem)}
.product-dialog__title:after{margin-top:10px}
.product-dialog__story{color:var(--cc-muted);max-width:58ch}
.product-dialog__story p{margin:0 0 .9rem}
.product-dialog__info{margin-top:1.35rem;padding-top:1.15rem;border-top:1px solid var(--cc-line)}
.product-dialog__info-title{
  margin:0 0 .75rem;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-brand)
}
.product-dialog__info-title:after{display:none}
.product-dialog__info-list{margin:0;padding-left:1.1rem;color:var(--cc-muted);max-width:58ch}
.product-dialog__info-list li{margin:0 0 .45rem}

.cta-band{background:var(--cc-soft);padding:clamp(2rem,5vw,3rem) 0;text-align:center}
.cta-band h2:after{margin-left:auto;margin-right:auto}
.cta-band .lead{margin-left:auto;margin-right:auto}

.footer{background:#fff;border-top:1px solid var(--cc-line);padding:clamp(2rem,5vw,3rem) 0 calc(1.5rem + env(safe-area-inset-bottom,0px))}
.footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.5rem;
  align-items:start;
}
@media (min-width:800px){
  .footer__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    column-gap:clamp(1.5rem,3vw,2.5rem);
    align-items:start;
  }
  /* Shared header band: logo | Ontdek | Contact+icons on ONE line */
  .footer__grid > div{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    min-width:0;
  }
  .footer__grid > div:first-child .footer__logo{
    display:block;
    height:28px;
    width:auto;
    margin:0;
    margin-bottom:.75rem;
  }
  .footer__grid > div:first-child{
    /* logo occupies same vertical band as h3 rows */
  }
  .footer__grid > div:first-child > .footer__logo{
    min-height:36px;
    height:auto;
    max-height:36px;
    width:auto;
    object-fit:contain;
    object-position:left center;
    margin:0 0 .75rem;
  }
  .footer__grid > div:first-child > p{
    margin:0 0 .45rem;
    line-height:1.4;
  }
  .footer__grid > div:first-child > p:last-child{margin-bottom:0}
}
.footer__logo{height:40px;width:auto;filter:invert(1);-webkit-filter:invert(1)}
@media (max-width:799px) and (orientation:portrait){
  .footer__logo{
    display:block;
    margin-inline:auto;
  }
}
.footer p{
  color:var(--cc-brand);
  font-size:.95rem;
  margin:0 0 .65rem;
  line-height:1.45;
}
.footer p:last-child{margin-bottom:0}
/* Brand teal on ALL viewports (phone → tablet → desktop → 4K) */
.footer a,
.footer__links a,
.footer__grid a{
  color:var(--cc-brand) !important;
  font-size:.95rem;
}
.footer a:hover,
.footer__links a:hover,
.footer__grid a:hover{
  color:var(--cc-brand-hover) !important;
}
.footer h3,
.footer__heading-row h3{
  font-family:var(--cc-font);
  font-weight:700;
  font-size:1rem;
}
/* Same title baseline: Ontdek h3 matches Contact+icons row height */
.footer__grid > div > h3{
  display:flex;
  align-items:center;
  min-height:36px;
  margin:0 0 .75rem;
  font-size:1rem;
  line-height:1.2;
}
.footer__heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin:0 0 .75rem;
  min-height:36px;
}
.footer__heading-row h3{
  margin:0 !important;
  font-size:1rem;
  font-family:var(--cc-font);
  font-weight:700;
  line-height:1.2;
  display:flex;
  align-items:center;
  min-height:36px;
}
.footer__heading-row .footer__social{flex-shrink:0}
.footer__heading-row .footer__social-link{
  width:36px;
  height:36px;
}
.footer__heading-row .footer__social-link svg{width:18px;height:18px}
.footer__links{
  display:grid;
  grid-template-rows:repeat(3,auto);
  grid-auto-flow:column;
  column-gap:1.5rem;
  row-gap:.45rem;
  margin:0;
}
.footer__links a{
  display:block;
  min-height:1.6rem;
  line-height:1.35;
}
.footer__copy{
  margin-top:2rem;
  padding-top:1rem;
  border-top:1px solid var(--cc-line);
  color:#888;
  font-size:13px;
  text-align:center;
  line-height:1.35;
}
.footer__crafted{
  margin:.2rem 0 0;
  color:var(--cc-brand,#4c8193);
  font-size:12px;
  letter-spacing:.04em;
  line-height:1.3;
}
.footer__social{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem;
  margin:0;
  padding:0;
}
.footer__social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:1px solid var(--cc-line);
  border-radius:50%;
  color:var(--cc-brand)!important;
  background:#fff;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.footer__social-link:hover{
  background:var(--cc-brand);
  border-color:var(--cc-brand);
  color:#fff!important;
}
.footer__social-link svg{display:block;width:20px;height:20px}
/* Contact: stack left, Privacy top-right (under social icons) */
.footer__contact-spread{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:repeat(3,auto);
  column-gap:1rem;
  row-gap:.45rem;
  margin:0;
  width:100%;
  align-items:start;
  justify-items:start;
}
.footer__contact-spread > a:nth-child(1){grid-column:1;grid-row:1}
.footer__contact-spread > a:nth-child(2){grid-column:1;grid-row:2}
.footer__contact-spread > a:nth-child(3){grid-column:1;grid-row:3}
.footer__contact-spread > a.footer__privacy-link,
.footer__contact-spread > .footer__privacy-link{
  grid-column:2;
  grid-row:1;
  justify-self:end;
  text-align:right;
}
.footer__contact-spread a{
  min-height:1.6rem;
  display:inline-flex;
  align-items:center;
  margin:0;
  line-height:1.35;
  white-space:nowrap;
}
.footer__privacy-link{
  text-decoration:underline;
  text-underline-offset:.15em;
}
.footer__privacy{
  margin:.55rem 0 0;
  font-size:.9rem;
}
.footer__privacy a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:.15em;
  min-height:44px;
  display:inline-flex;
  align-items:center;
}
.footer__privacy a:hover,
.footer__privacy-link:hover{color:var(--cc-brand)}
@media (max-width:799px){
  .footer__contact-spread{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:.45rem;
  }
  .footer__contact-spread > a.footer__privacy-link{
    justify-self:start;
    text-align:left;
    order:4;
  }
}

.page-hero{padding:clamp(2rem,5vw,3.25rem) 0 0;background:linear-gradient(180deg,var(--cc-soft),#fff)}
.page-hero .lead{margin-bottom:0}
.page-hero + .section{padding-top:clamp(1.5rem,3.5vw,2.25rem)}
.page-hero h1{font-size:clamp(1.85rem,4.5vw,2.75rem);margin-bottom:0}
.page-hero__bar{
  display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;
  gap:1rem 1.5rem;margin:0 0 .75rem;
}
.page-hero__bar h1:after{margin-top:10px}

/* Large video-masked title — Anton, optional two-line wordmark */
.title-outline{
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  margin:0 0 .85rem;
  padding:0 clamp(.5rem,1.5vw,1rem);
  overflow:hidden;
  text-align:center;
  font-family:var(--cc-font-display);
  font-weight:400;
  line-height:.9;
  --title-letter-stroke:rgba(34,34,34,.42);
  pointer-events:none;
}
.title-outline:after{display:none}
.title-outline__canvas{
  display:none;
  width:100%;
  height:auto;
  vertical-align:top;
  pointer-events:none;
}
.title-outline.is-video .title-outline__canvas{display:block}
/* Unmasked decoder — Safari only updates frames if video isn’t CSS-masked */
.title-outline__decoder{
  position:absolute;
  left:0;
  top:0;
  width:180px;
  height:100px;
  opacity:0.02;
  pointer-events:none;
  z-index:-1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}
.title-outline__decoder::-webkit-media-controls,
.title-outline__decoder::-webkit-media-controls-start-playback-button{
  display:none!important;
  -webkit-appearance:none!important;
  opacity:0!important;
}
.title-outline__stage{display:none!important}
.title-outline__text{
  display:block;
  width:100%;
  white-space:pre-line;
  font-family:var(--cc-font-display);
  font-size:clamp(2.4rem,11vw,9.5rem);
  letter-spacing:.02em;
  font-weight:400;
  line-height:.9;
  paint-order:stroke fill;
}
.title-outline.is-video .title-outline__text{
  position:absolute;
  inset:0;
  opacity:0!important;
  pointer-events:none;
}
/* Narrower title box so glyphs stay inside */
.title-outline--bleed{
  width:72%;
  max-width:72%;
  margin-left:auto;
  margin-right:auto;
  padding-left:clamp(.85rem,2.5vw,1.5rem);
  padding-right:clamp(.85rem,2.5vw,1.5rem);
  box-sizing:border-box;
  align-self:center;
  text-align:center;
}
.title-outline--brand{
  max-width:72%;
  width:72%;
  margin:0 auto .85rem;
}
.page-hero--outline{padding-bottom:.25rem;overflow-x:clip}
.page-hero--outline .title-outline{
  /* Anton caps crop at top with line-height:1 + overflow:hidden — give glyph room */
  padding-top:clamp(.55rem,1.8vw,1.15rem);
  margin-top:clamp(.35rem,1.2vw,.75rem);
  overflow:visible;
}
.page-hero--outline .lead{
  margin-top:.35rem;
  margin-bottom:0;
  max-width:48ch;
}
.page-hero--outline + .section{
  padding-top:clamp(.85rem,2.2vw,1.35rem);
}
.hero .title-outline{
  position:relative;
  z-index:2;
  margin-top:clamp(1rem,3vw,1.75rem);
  margin-bottom:1rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:clamp(.5rem,1.25vw,.85rem);
  padding-right:clamp(.5rem,1.25vw,.85rem);
  min-height:clamp(5.5rem,20vw,14rem);
  color:#fff;
  text-align:center;
  --title-letter-stroke:rgba(255,255,255,.55);
}
.hero .title-outline__text{font-size:clamp(2.8rem,12vw,12rem);text-align:center;line-height:.9}
.hero .title-outline__canvas{margin:0 auto;width:100%}
.title-outline--brand{
  max-width:72%;
  width:72%;
  margin:0 auto .85rem;
  min-height:clamp(5.5rem,20vw,14rem);
  text-align:center;
  --title-letter-stroke:rgba(34,34,34,.4);
}
.title-outline--brand .title-outline__text{
  font-size:clamp(2.8rem,12vw,12rem);
  text-align:center;
  line-height:.9;
}
.title-outline--brand .title-outline__canvas{margin:0 auto;width:100%}
@media (min-width:900px){
  .title-outline{min-height:clamp(7rem,22vw,16rem)}
  .title-outline__text{font-size:clamp(3.5rem,11vw,14rem)}
  .hero .title-outline{min-height:clamp(7rem,18vw,15rem)}
  .hero .title-outline__text{font-size:clamp(4rem,11vw,14rem)}
  .title-outline--brand{min-height:clamp(7rem,18vw,15rem)}
  .title-outline--brand .title-outline__text{font-size:clamp(4rem,11vw,14rem)}
}
@media (min-width:1400px){
  .title-outline__text,
  .hero .title-outline__text,
  .title-outline--brand .title-outline__text{font-size:clamp(5rem,10.5vw,16rem)}
}
@media (prefers-reduced-motion:reduce){
  .title-outline.is-static .title-outline__text{
    position:static;opacity:1;pointer-events:auto;
  }
}
.product-filter{display:flex;flex-direction:column;gap:.4rem;min-width:min(100%,220px)}
.product-filter__label{
  margin:0;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--cc-brand);
}
.product-filter__select{
  min-height:48px;padding:10px 14px;border:1px solid var(--cc-line);background:#fff;
  font:inherit;font-size:16px;color:var(--cc-dark);appearance:auto;-webkit-appearance:menulist;
  cursor:pointer;width:100%;max-width:280px;
}
.product-filter__select:focus-visible{outline:2px solid var(--cc-brand);outline-offset:2px}
.product.is-hidden{display:none}
.product-grid__empty{display:none;margin:1rem 0 0;color:var(--cc-muted)}
.product-grid.is-empty .product-grid__empty{display:block}
.u-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}
.note{margin:1rem 0 0;padding:1rem 1.15rem;border-left:3px solid var(--cc-brand);background:var(--cc-soft);color:var(--cc-muted)}

/* Skinstorm-style systems canvas: image on top, text directly under, multi-column */
.system-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(2.5rem,6vw,5rem) clamp(.65rem,1.5vw,1rem);
  align-items:stretch;
}
@media (min-width:700px){.system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1100px){.system-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,6vw,5rem) 1.25rem}}
.system{
  display:flex;flex-direction:column;
  background:#fff;min-width:0;border:0;
  height:100%;min-height:100%;
}
.system__media{
  display:block;width:100%;aspect-ratio:570/320;flex:0 0 auto;
  overflow:hidden;background:#eef3f5;margin:0 0 1.25rem;padding:0;
}
.system__media img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  display:block;transition:transform .55s ease;
}
.system:hover .system__media img,.system:focus-within .system__media img{transform:scale(1.03)}
.system__body{
  display:flex;flex-direction:column;flex:1 1 auto;
  padding:0 .15rem 0;min-width:0;min-height:0;
}
.system__copy{flex:0 1 auto}
.system__title{
  margin:0 0 .5rem;font-size:clamp(1.1rem,2vw,1.35rem);
  text-transform:uppercase;letter-spacing:.02em;
}
.system__title:after{margin-top:10px;margin-bottom:0}
.system__subtitle{
  margin:0 0 .75rem;font-size:.85rem;font-weight:500;
  letter-spacing:.04em;text-transform:uppercase;color:var(--cc-muted);
}
.system__copy p{
  margin:0 0 .65rem;color:var(--cc-text);font-size:.95rem;line-height:1.6;max-width:none;
}
.system__copy p:last-child{margin-bottom:0}
.system__actions{
  display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;
  margin-top:auto;padding-top:1.25rem;flex:0 0 auto;
}
@media (prefers-reduced-motion:reduce){
  .system__media img{transition:none}
  .system:hover .system__media img,.system:focus-within .system__media img{transform:none}
}
.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:clamp(1.25rem,3vw,2rem) 0 0}
@media (min-width:700px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1100px){.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.feature{min-width:0;padding:1.25rem 1.35rem;background:var(--cc-soft);border-top:3px solid var(--cc-brand)}
.feature h3{margin:0 0 .5rem;font-size:1rem}
.feature p{margin:0;color:var(--cc-muted);font-size:.95rem;max-width:none}
.checklist{list-style:none;margin:0 0 1rem;padding:0;max-width:62ch}
.prose ul.checklist{padding-left:0;list-style:none}
.checklist li{position:relative;padding:.4rem 0 .4rem 1.45rem;color:var(--cc-muted)}
.checklist li::before{content:"";position:absolute;left:0;top:.85em;width:.5rem;height:.5rem;border-radius:50%;background:var(--cc-brand)}
.contact-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem)}
@media (min-width:900px){.contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}}
.form{display:grid;gap:1rem;max-width:36rem}
.form label{display:grid;gap:.4rem;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--cc-muted)}
.form input,.form select,.form textarea{
  width:100%;border:1px solid #ddd;padding:12px 14px;font:inherit;font-size:16px;color:var(--cc-dark);background:#fff;min-height:48px
}
.form textarea{min-height:140px;resize:vertical}
.form__check{
  display:flex!important;
  align-items:flex-start;
  gap:.7rem;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:.92rem!important;
  line-height:1.45;
  color:var(--cc-text,#363636)!important;
  min-height:44px;
}
.form__check input[type="checkbox"]{
  width:1.15rem;height:1.15rem;min-height:0;margin:.15rem 0 0;flex:0 0 auto;accent-color:var(--cc-brand,#4c8193)
}
.form__privacy-note{
  margin:.25rem 0 1.25rem;font-size:.88rem;line-height:1.45;color:var(--cc-muted,#666);text-transform:none;letter-spacing:0
}
.form__fields{display:grid;gap:1rem}
.form__fields > .btn{margin-top:.35rem}
.form__success{display:none;padding:1.25rem;background:var(--cc-brand);color:#fff}
.form__error{display:none;padding:1.25rem;background:#8b2e2e;color:#fff;margin-bottom:1rem}
.form__error a{color:#fff;text-decoration:underline}
.form.is-success .form__success{display:block}
.form.is-success .form__fields{display:none}
.form.is-error .form__error{display:block}
.form__honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

.float-phone{
  position:fixed!important;
  right:max(16px,env(safe-area-inset-right,0px));
  bottom:max(20px,env(safe-area-inset-bottom,0px));
  left:auto;
  top:auto;
  z-index:1200;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:10px 16px 10px 12px;
  border-radius:999px;
  background:var(--cc-brand);
  color:#fff!important;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  transition:background-color .2s ease,box-shadow .2s ease;
  pointer-events:auto;
  will-change:auto;
  transform:translate3d(0,0,0);
}
.float-phone--follow{
  will-change:transform;
  transition:background-color .2s ease,box-shadow .2s ease;
}
.float-phone--video-playing{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
.float-phone:hover,.float-phone:focus-visible{
  background:var(--cc-brand-hover);
  color:#fff!important;
  box-shadow:0 12px 32px rgba(0,0,0,.22);
  outline:none;
}
.float-phone__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.16);flex-shrink:0;
}
.float-phone__label{display:flex;flex-direction:column;line-height:1.15;text-align:left}
.float-phone__eyebrow{font-size:11px;letter-spacing:.04em;text-transform:uppercase;opacity:.85}
.float-phone__number{font-size:14px;font-weight:600;white-space:nowrap}
@media (max-width:640px){
  .float-phone{right:max(12px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));padding:10px 14px 10px 10px;min-height:48px}
  .float-phone__number{font-size:13px}
}
@media (orientation:landscape) and (max-height:500px){
  .hero{min-height:100vh;min-height:100dvh}
  .hero__lead{max-width:48ch}
}
@media (prefers-reduced-motion:reduce){
  .card,.card__media img,.split__media img,.hover-contained-zoom img,.float-phone{transition:none}
  .card:hover .card__media img,.hover-contained-zoom:hover img{transform:none}
  .float-phone--follow{transform:none!important;will-change:auto}
}
@media print{.float-phone{display:none!important}}

h1.hero__brand{margin:0 0 .75rem;font-family:var(--cc-font-section);font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45)}
h1.hero__brand:after{display:none}

.wrap--narrow{max-width:42rem;margin-inline:auto}

/* —— FAQ page (softer layout) —— */
.page-faq{background:#f7fbfc}
.faq-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(2.25rem,6vw,4rem) 0 clamp(1.75rem,4vw,2.75rem);
  background:
    radial-gradient(ellipse 80% 70% at 12% 0%,rgba(76,129,147,.22),transparent 55%),
    radial-gradient(ellipse 60% 50% at 88% 20%,rgba(76,129,147,.12),transparent 50%),
    linear-gradient(180deg,#eef5f7 0%,#f7fbfc 70%,#fff 100%);
}
.faq-hero__glow{
  position:absolute;
  width:min(28rem,70vw);
  height:min(28rem,70vw);
  right:-8%;
  top:-20%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.7),transparent 68%);
  pointer-events:none;
  animation:faq-float 12s ease-in-out infinite alternate;
}
@keyframes faq-float{
  from{transform:translate(0,0) scale(1)}
  to{transform:translate(-6%,8%) scale(1.08)}
}
.faq-hero__inner{position:relative;z-index:1;max-width:40rem}
.faq-hero h1{
  font-size:clamp(2rem,5.5vw,3.15rem);
  letter-spacing:.02em;
  margin-bottom:.35rem;
}
.faq-hero h1:after{display:none}
.faq-hero__soft{
  display:inline-block;
  color:var(--cc-brand);
  font-weight:400;
}
.faq-hero .lead{
  max-width:38ch;
  margin-bottom:1.35rem;
  color:#4a5c64;
  font-size:clamp(1.05rem,2.2vw,1.2rem);
  line-height:1.55;
}
.faq-jump{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
}
.faq-jump__chip{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:.55rem 1.05rem;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(76,129,147,.28);
  color:var(--cc-dark)!important;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.faq-jump__chip:hover{
  background:#fff;
  border-color:var(--cc-brand);
  color:var(--cc-brand)!important;
  transform:translateY(-1px);
}
.faq-jump__chip--cta{
  background:var(--cc-brand);
  border-color:var(--cc-brand);
  color:#fff!important;
}
.faq-jump__chip--cta:hover{
  background:var(--cc-brand-hover);
  color:#fff!important;
}

.faq-section{padding-top:clamp(1.25rem,3vw,2rem);padding-bottom:clamp(2rem,5vw,3.5rem)}
.faq-layout{
  display:grid;
  gap:clamp(1.75rem,4vw,2.75rem);
  max-width:52rem;
}
@media (min-width:960px){
  .faq-layout{
    max-width:1120px;
    grid-template-columns:minmax(0,1.55fr) minmax(16rem,0.7fr);
    align-items:start;
  }
  .faq-group{grid-column:1}
  .faq-aside{grid-column:2;grid-row:1 / span 3;position:sticky;top:calc(var(--cc-sticky) + 1rem)}
}

.faq-group__head{margin-bottom:1rem}
.faq-group__label{
  margin:0 0 .35rem;
  font-family:var(--cc-font-section);
  font-size:clamp(1.15rem,2.6vw,1.45rem);
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--cc-heading);
}
.faq-group__blurb{
  margin:0;
  color:var(--cc-muted);
  font-size:.98rem;
}

.acc--faq{
  border:0;
  background:transparent;
  display:flex;
  flex-direction:column;
  gap:.65rem;
}
.acc--faq .acc__item{
  border:0;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 1px 0 rgba(34,34,34,.04),0 10px 28px rgba(76,129,147,.06);
  overflow:hidden;
  transition:box-shadow .3s ease,transform .3s ease;
}
.acc--faq .acc__item:hover{
  box-shadow:0 1px 0 rgba(34,34,34,.05),0 14px 34px rgba(76,129,147,.1);
}
.acc--faq .acc__item[open]{
  box-shadow:0 1px 0 rgba(34,34,34,.05),0 16px 36px rgba(76,129,147,.12);
  background:linear-gradient(165deg,#fff 40%,#f3f8fa 100%);
}
.acc--faq .acc__toggle{
  font-family:var(--cc-font);
  font-weight:400;
  font-size:clamp(1rem,2.1vw,1.08rem);
  letter-spacing:.01em;
  text-transform:none;
  color:var(--cc-heading);
  padding:1.05rem 1.2rem;
  gap:1.1rem;
  transition:color .2s ease;
}
.acc--faq .acc__toggle:hover{color:var(--cc-brand)}
.acc--faq .acc__item[open] .acc__toggle{color:var(--cc-brand)}
.acc--faq .acc__icon{
  width:1.35rem;
  height:1.35rem;
  border-radius:50%;
  background:var(--cc-soft);
  color:var(--cc-brand);
}
.acc--faq .acc__icon::before,
.acc--faq .acc__icon::after{
  background:currentColor;
}
.acc--faq .acc__icon::before{left:22%;right:22%;height:1.5px;margin-top:-.75px}
.acc--faq .acc__icon::after{top:22%;bottom:22%;width:1.5px;margin-left:-.75px}
.acc--faq .acc__panel{
  padding:0 1.2rem 1.2rem;
  color:var(--cc-muted);
  animation:faq-panel-in .28s ease;
}
@keyframes faq-panel-in{
  from{opacity:0;transform:translateY(-4px)}
  to{opacity:1;transform:none}
}
.acc--faq .acc__panel p{max-width:48ch;line-height:1.65}

.faq-aside__card{
  border-radius:1.25rem;
  padding:clamp(1.35rem,3vw,1.75rem);
  background:
    linear-gradient(155deg,rgba(255,255,255,.92),rgba(238,245,247,.95)),
    linear-gradient(180deg,var(--cc-brand),#3a6777);
  background-blend-mode:normal;
  border:1px solid rgba(76,129,147,.2);
  box-shadow:0 18px 40px rgba(42,69,80,.12);
}
.faq-aside__eyebrow{
  margin:0 0 .4rem;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--cc-brand);
}
.faq-aside__title{
  font-size:clamp(1.2rem,2.4vw,1.45rem);
  margin-bottom:.5rem;
}
.faq-aside__title:after{margin-top:8px;background:var(--cc-brand);width:2rem}
.faq-aside__text{
  margin:0 0 1.15rem;
  color:var(--cc-muted);
  font-size:.98rem;
  max-width:28ch;
}
.faq-aside__actions{
  display:flex;
  flex-direction:column;
  gap:.55rem;
}
.faq-aside__actions .btn{width:100%}

.faq-cta{
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%,rgba(76,129,147,.14),transparent 60%),
    var(--cc-soft);
}

@media (prefers-reduced-motion:reduce){
  .faq-hero__glow{animation:none}
  .faq-jump__chip{transition:none}
  .faq-jump__chip:hover{transform:none}
  .acc--faq .acc__item{transition:none}
  .acc--faq .acc__panel{animation:none}
}

/* Legacy narrow accordion (kept) */
.acc--narrow{
  border:1px solid var(--cc-brand);
  padding:0;
}
.acc__item{
  border-bottom:1px solid var(--cc-line);
}
.acc__item:last-child{border-bottom:0}
.acc__toggle{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  min-height:44px;
  padding:1rem 1.15rem;
  font-family:var(--cc-font-section);
  font-size:clamp(.95rem,2.2vw,1.05rem);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--cc-brand);
  line-height:1.35;
}
.acc__toggle::-webkit-details-marker{display:none}
.acc__icon{
  flex:0 0 auto;
  width:1.1rem;
  height:1.1rem;
  position:relative;
}
.acc__icon::before,
.acc__icon::after{
  content:"";
  position:absolute;
  background:currentColor;
  transition:transform .25s ease,opacity .2s ease;
}
.acc__icon::before{
  left:0;right:0;top:50%;height:2px;margin-top:-1px;
}
.acc__icon::after{
  top:0;bottom:0;left:50%;width:2px;margin-left:-1px;
}
.acc__item[open] .acc__icon::after{transform:scaleY(0);opacity:0}
.acc__panel{
  padding:0 1.15rem 1.25rem;
  color:var(--cc-text);
}
.acc__panel p{margin:0 0 .85rem}
.acc__panel p:last-child{margin-bottom:0}
.acc__panel .btn{margin-top:.35rem}
@media (prefers-reduced-motion:reduce){
  .acc__icon::before,.acc__icon::after{transition:none}
}

/* —— Responsive + Safari baseline —— */
html,body{
  width:100%;
  overflow-x:hidden;
  overflow-y:auto;
  height:auto;
  min-height:100%;
}
img,video,svg{max-width:100%;height:auto}
canvas{max-width:100%}
.section,.page-hero,.wrap,.hero,.split,.card,.product,.system{max-width:100%}
/* Phone portrait */
@media (max-width:430px) and (orientation:portrait){
  .hero{min-height:min(78vh,720px);min-height:min(78dvh,720px)}
  .hero__actions{flex-direction:column;align-items:stretch}
  .hero__actions .btn{width:100%}
}
/* Phone landscape — short viewport */
@media (orientation:landscape) and (max-height:500px){
  .site-top{position:sticky}
  .hero{min-height:100vh;min-height:100dvh}
  .hero .title-outline{min-height:clamp(3.5rem,28vh,8rem);margin-top:.5rem}
  .page-hero{padding-top:1.25rem}
}
/* Tablet portrait */
@media (min-width:768px) and (max-width:1023px) and (orientation:portrait){
  .split{gap:1.75rem}
}
/* Touch targets under desktop */
@media (max-width:1023px){
  .nav a,.menu-btn,.header__cta,.btn,.mobile-nav a,.product-filter__select,.form input,.form select,.form textarea,.form button{
    min-height:44px;
  }
  .form input,.form select,.form textarea{font-size:16px}
}
/* Safari: grid + aspect-ratio children */
.split > *,.card,.product,.system,.feature,.contact-grid > *{min-width:0}
@supports (-webkit-touch-callout:none){
  .hero{min-height:-webkit-fill-available}
}
/* Safe areas for sticky/fixed chrome */
.site-top{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}

/* —— Marble home hero (from hero.html) —— */
.hero--marble{
  position:relative;
  z-index:0;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-template-rows:minmax(0,1.15fr) auto auto minmax(0,1.35fr);
  align-items:center;
  justify-items:center;
  background:
    radial-gradient(120% 80% at 20% 10%, rgba(70,68,66,.35), transparent 55%),
    radial-gradient(90% 70% at 80% 60%, rgba(40,38,36,.5), transparent 50%),
    linear-gradient(160deg, #0a0a0a 0%, #050505 45%, #0c0b0b 100%);
  color:#e8e8e8;
  overflow:hidden;
  pointer-events:auto;
  min-height:min(88vh,820px);
  min-height:min(88dvh,820px);
}
/* In-flow height — spans full hero grid */
.hero-marble__frame{
  grid-column:1;
  grid-row:1 / -1;
  display:block;
  width:100%;
  height:min(88vh,820px);
  height:min(88dvh,820px);
  min-height:inherit;
  visibility:hidden;
  pointer-events:none;
  z-index:0;
}
.hero-marble__webgl{
  grid-column:1;
  grid-row:1 / -1;
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  display:block;
  z-index:0;
  pointer-events:none;
  background:transparent;
  justify-self:stretch;
  align-self:stretch;
}
/* Cursor / iframe preview: light mode for click-edit */
html.is-editor-preview .hero--marble,
html.is-editor-preview .hero-marble__frame{
  min-height:min(52vh,440px);
  height:min(52vh,440px);
  height:min(52dvh,440px);
}
html.is-editor-preview .hero-marble__webgl{display:none !important}
html.is-editor-preview .title-outline__canvas,
html.is-editor-preview .title-outline__decoder,
html.is-editor-preview .title-outline__source{display:none !important}
html.is-editor-preview .title-outline.is-video .title-outline__text,
html.is-editor-preview .title-outline__text{
  position:static !important;
  inset:auto !important;
  opacity:1 !important;
  color:#e8e8e8 !important;
  pointer-events:auto;
}
.site-main{
  position:relative;
  z-index:1;
  display:block;
  background:#fff;
}
.hero--marble + .section,
.site-main > .section:first-of-type{
  position:relative;
  z-index:1;
  background:#fff;
}
.hero-marble__grain{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:2;
  pointer-events:none;
  opacity:.12;
  mix-blend-mode:overlay;
}
.hero--marble .hero__title{
  grid-column:1;
  grid-row:2;
  position:relative;
  left:auto;
  top:auto;
  transform:none;
  z-index:3;
  margin:0 0 clamp(.55rem,1.6vh,1.1rem);
  width:max-content;
  max-width:min(96vw,52rem);
  white-space:nowrap;
  text-align:center;
  font-family:"Instrument Serif",Georgia,serif;
  font-weight:400;
  font-size:clamp(1.05rem,2.05vw,2.35rem);
  line-height:1.15;
  letter-spacing:.01em;
  color:#e8e8e8;
  pointer-events:auto;
}
.hero--marble .title-outline{
  grid-column:1;
  grid-row:3;
  position:relative;
  left:auto;
  top:auto;
  transform:none;
  z-index:3;
  display:block;
  width:90%;
  max-width:90%;
  margin:0;
  padding:clamp(.35rem,1.2vw,.85rem) clamp(.5rem,1.5vw,1rem) 0;
  overflow:visible;
  text-align:center;
  color:#e8e8e8;
  --title-letter-stroke:rgba(232,232,232,.42);
  --title-letter-pitch:.04em;
  --title-line-gap:.92;
  --title-pad-y:.24;
  pointer-events:none;
  min-height:clamp(8rem,28vh,14rem);
}
.hero--marble .title-outline__text{
  letter-spacing:.04em;
  line-height:.92;
  font-size:clamp(3.2rem,13vw,14rem);
}
.hero--marble .title-outline__canvas{
  margin:0 auto;
  width:100%;
}
@media (min-width:900px){
  .hero--marble .title-outline{min-height:clamp(8rem,22vw,17rem)}
  .hero--marble .title-outline__text{font-size:clamp(4.6rem,12.5vw,16rem)}
}
@media (min-width:1400px){
  .hero--marble .title-outline__text{font-size:clamp(5rem,10.5vw,16rem)}
}
/* Large / 4K Mac: keep subtitle clearly above mask */
@media (min-width:1600px){
  .hero--marble{
    grid-template-rows:minmax(0,1.25fr) auto auto minmax(0,1.45fr);
    min-height:min(88vh,920px);
    min-height:min(88dvh,920px);
  }
  .hero-marble__frame{
    height:min(88vh,920px);
    height:min(88dvh,920px);
  }
  .hero--marble .hero__title{
    margin-bottom:clamp(.85rem,2vh,1.5rem);
  }
}
@media (max-width:720px){
  .hero--marble .hero__title{
    max-width:96vw;
    font-size:clamp(.78rem,3.6vw,1.15rem);
  }
}
/* Phone portrait only (iPhone 13-class ~390–430 CSS px) */
@media (orientation:portrait) and (max-width:430px){
  .hero--marble{
    grid-template-rows:minmax(0,.28fr) auto auto minmax(0,.32fr);
    min-height:min(56vh,480px);
    min-height:min(56dvh,480px);
    height:min(56vh,480px);
    height:min(56dvh,480px);
    padding-top:env(safe-area-inset-top);
    padding-bottom:0;
  }
  .hero-marble__frame{
    height:min(56vh,480px);
    height:min(56dvh,480px);
    min-height:min(56vh,480px);
    min-height:min(56dvh,480px);
  }
  .hero--marble .hero__title{
    letter-spacing:.05em;
    margin:0 0 .35rem;
  }
  .hero--marble .title-outline{
    width:min(95vw,100%);
    max-width:95vw;
    margin-inline:auto;
    padding:0 max(.3rem,env(safe-area-inset-right)) 0 max(.3rem,env(safe-area-inset-left));
    --title-letter-pitch:.01em;
    --title-line-gap:.94;
    --title-fit:.97;
    --title-pad-y:.14;
    --title-mobile-scale:1.04;
    min-height:0;
    overflow:visible;
    transform:scaleY(1.25);
    transform-origin:center center;
    -webkit-transform:scaleY(1.25);
  }
  .hero--marble .title-outline__text{
    font-size:clamp(3.3rem,14vw,5.6rem);
    letter-spacing:.01em;
    line-height:.94;
  }
  @media (prefers-reduced-motion:reduce){
    .hero--marble .title-outline{
      transform:none;
      -webkit-transform:none;
    }
  }
}
@media (orientation:landscape) and (max-height:500px){
  .hero--marble .hero__title{font-size:clamp(.95rem,3vh,1.25rem); margin-bottom:.25rem; white-space:nowrap; max-width:min(96vw,42rem)}
  .hero--marble{
    grid-template-rows:minmax(0,.4fr) auto auto minmax(0,.55fr);
    min-height:100vh;
    min-height:100dvh;
  }
  .hero-marble__frame{
    height:100vh;
    height:100dvh;
  }
  .hero--marble .title-outline{
    min-height:0 !important;
    max-height:min(48vh,11rem);
    padding-top:0;
    padding-bottom:0;
    width:min(88vw,820px);
    max-width:88%;
    overflow:hidden;
  }
  .hero--marble .title-outline__text{
    font-size:clamp(1.8rem,12vh,3.8rem) !important;
    line-height:.88;
  }
  .hero--marble .title-outline__canvas{
    max-height:min(48vh,11rem);
    width:auto;
    max-width:100%;
    margin-inline:auto;
  }
}
@supports (-webkit-touch-callout:none){
  .hero--marble,
  .hero-marble__frame{
    height:min(88vh,820px);
    min-height:min(88vh,820px);
  }
  @media (orientation:portrait) and (max-width:430px){
    .hero--marble,
    .hero-marble__frame{
      height:min(56vh,480px);
      height:min(56dvh,480px);
      min-height:min(56vh,480px);
      min-height:min(56dvh,480px);
    }
  }
  html.is-editor-preview .hero--marble,
  html.is-editor-preview .hero-marble__frame{
    height:min(52vh,440px);
    min-height:min(52vh,440px);
  }
}

