@font-face {
  font-family: 'DM Sans';
  src: url('../../Fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../../Fonts/DM_Sans/static/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../../Fonts/Google_Sans_Flex/static/GoogleSansFlex_36pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../../Fonts/Google_Sans_Flex/static/GoogleSansFlex_36pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  font-size: 16px
}

:root {
  --white-100: #fff;
  --white-200: rgba(255, 255, 255, .26);
  --white-300: rgba(255, 255, 255, .28);
  --white-400: #ffffff;
  --white-500: rgb(255, 255, 255);
  --dimgray-100: #4e565a;
  --dimgray-200: #666;
  --dimgray-300: #55595c;
  --dimgray-400: #54595f;
  --dimgray-500: #656565;
  --dimgray-600: #666666;
  --dimgray-700: rgba(78, 86, 90, 0.5);
  --dimgray-800: rgba(78, 86, 90, 0.25);
  --dimgray-900: rgba(78, 86, 90, 0.35);
  --black-100: #212121;
  --black-200: #000;
  --black-300: rgba(0, 0, 0, .05);
  --black-400: rgba(0, 0, 0, .1019607843);
  --black-500: rgba(0, 0, 0, .3);
  --black-600: #1f2124;
  --black-700: #000000;
  --black-800: rgb(0, 0, 0);
  --black-900: rgba(0, 0, 0, .1);
  --black-1000: rgba(0, 0, 0, 0);
  --orange-100: #f7b704;
  --orange-200: #fcb900;
  --orange-300: rgb(252, 185, 0);
  --darkslategray-100: #3f3f3f;
  --darkslategray-200: #333;
  --darkslategray-300: #494c4f;
  --darkslategray-400: #3f444b;
  --darkslategray-500: #33373d;
  --darkslategray-600: #32373c;
  --gainsboro-100: #e5e5e5;
  --gainsboro-200: #e7e7e7;
  --gainsboro-300: #dbdbdb;
  --gainsboro-400: #d9d9d9;
  --lightgray-100: #ccc;
  --whitesmoke-100: #eee;
  --whitesmoke-200: #f1f1f1;
  --whitesmoke-300: rgb(238, 238, 238);
  --whitesmoke-400: #f5f5f5;
  --whitesmoke-500: #ebecec;
  --slategray-100: #69727d;
  --lightslategray-100: #88909b;
  --darkgray-100: #b3b3b3;
  --silver-100: #abb8c3;
  --silver-200: rgb(169, 184, 195);
  --goldenrod-100: #ebb92e;
  --darkkhaki-100: #d7b455;
  --brand-primary: #4e565a;
  --brand-primary-rgb: 78, 86, 90;
  --brand-primary-strong: #343c44;
  --brand-primary-soft: #55595c;
  --brand-accent: #f7b704;
  --brand-accent-rgb: 247, 183, 4;
  --brand-accent-strong: #fcb900;
  --brand-surface: #f3f3f3;
  --brand-sienna: #8d664b;
  --brand-silver: #b6b6b7;
  --brand-rose: #c7a090;
  --brand-tan: #9e7e53;
  --brand-gray: #747c7c;
  --brand-mist: #e1c4b9;
  --brand-slate: #707084;
  --primary: var(--brand-primary);
  --primary-strong: var(--brand-primary-strong);
  --primary-soft: var(--brand-primary-soft);
  --primary-muted: rgba(var(--brand-primary-rgb), .5);
  --accent: var(--brand-accent);
  --accent-strong: var(--brand-accent-strong);
  --accent-soft: rgba(var(--brand-accent-rgb), .18);
  --white: var(--white-400);
  --off: var(--brand-surface);
  --off-2: var(--gainsboro-200);
  --surface: rgba(255, 255, 255, .8);
  --surface-strong: rgba(255, 255, 255, .92);
  --ink: var(--black-100);
  --ink-soft: var(--brand-primary);
  --mid: var(--brand-gray);
  --rule: rgba(var(--brand-primary-rgb), .14);
  --copper: var(--accent);
  --shadow: 0 16px 48px rgba(var(--brand-primary-rgb), .12);
  --serif: 'Google Sans', sans-serif;
  --heading: 'Google Sans', sans-serif;
  --sans: 'DM Sans', sans-serif;
}

body {
  background:
    radial-gradient(circle at top left, rgba(var(--brand-accent-rgb), .18), transparent 26%),
    linear-gradient(180deg, var(--whitesmoke-500) 0%, var(--white-400) 30%, var(--white-400) 100%);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.wa-modal-open {
  overflow: hidden
}

img {
  max-width: 100%
}

a {
  color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--ink);
}

h1 {
  font-size: clamp(3.5rem, 7vw, 5.75rem);
  line-height: .95
}

h2 {
  font-size: clamp(2.45rem, 4.4vw, 3.6rem);
  line-height: 1.02
}

h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 1.08
}

h4 {
  font-size: 1.35rem;
  line-height: 1.18
}

h5 {
  font-size: 1.05rem;
  line-height: 1.3
}

h6 {
  font-size: .875rem;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Defensive rich-text styling for single article/blog layouts. */
body.single-post .site-main,
body.single-blog .site-main,
body.blog-single .site-main,
body.blog-detail .site-main,
body.page-blog .site-main,
body.page-blog-detail .site-main,
body.page-single-blog .site-main,
body.post-detail .site-main,
body.page-post-detail .site-main,
body.single-article .site-main,
body.article-detail .site-main {
  padding: clamp(112px, 14vw, 168px) 5% clamp(72px, 10vw, 120px);
}

.entry-header,
.post-header,
.article-header,
.blog-detail-header {
  width: min(100%, 820px);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: .95rem;
}

.entry-title,
.post-title,
.article-title,
.blog-detail-title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: .96;
  color: var(--primary-strong);
}

.entry-meta,
.post-meta,
.article-meta,
.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.15rem;
  font-family: var(--sans);
  font-size: .92rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .62);
}

.post-thumbnail,
.entry-thumbnail,
.article-featured-media,
.blog-detail-media,
.featured-image {
  width: min(100%, 960px);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 32px;
  background: rgba(var(--brand-primary-rgb), .06);
  box-shadow: var(--shadow);
}

.post-thumbnail img,
.entry-thumbnail img,
.article-featured-media img,
.blog-detail-media img,
.featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.entry-content,
.post-content,
.article-content,
.blog-detail-content,
.blog-single-content,
.wp-block-post-content {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
  color: rgba(var(--brand-primary-rgb), .9);
}

.entry-content > *,
.post-content > *,
.article-content > *,
.blog-detail-content > *,
.blog-single-content > *,
.wp-block-post-content > * {
  margin: 0;
}

.entry-content p,
.post-content p,
.article-content p,
.blog-detail-content p,
.blog-single-content p,
.wp-block-post-content p {
  font-family: var(--sans);
  font-size: 1.04rem;
  line-height: 1.85;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.post-content h2,
.post-content h3,
.post-content h4,
.article-content h2,
.article-content h3,
.article-content h4,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4 {
  margin-top: clamp(1.2rem, 2vw, 2rem);
  color: var(--primary-strong);
}

.entry-content ul,
.entry-content ol,
.post-content ul,
.post-content ol,
.article-content ul,
.article-content ol,
.blog-detail-content ul,
.blog-detail-content ol,
.blog-single-content ul,
.blog-single-content ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
  padding-left: 1.4rem;
  display: grid;
  gap: .7rem;
}

.entry-content li,
.post-content li,
.article-content li,
.blog-detail-content li,
.blog-single-content li,
.wp-block-post-content li {
  padding-left: .15rem;
}

.entry-content a,
.post-content a,
.article-content a,
.blog-detail-content a,
.blog-single-content a,
.wp-block-post-content a {
  color: var(--primary-strong);
  text-decoration-color: rgba(var(--brand-accent-rgb), .88);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.entry-content figure,
.post-content figure,
.article-content figure,
.blog-detail-content figure,
.blog-single-content figure,
.wp-block-post-content figure {
  display: grid;
  gap: .85rem;
}

.entry-content img,
.post-content img,
.article-content img,
.blog-detail-content img,
.blog-single-content img,
.wp-block-post-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.entry-content figcaption,
.post-content figcaption,
.article-content figcaption,
.blog-detail-content figcaption,
.blog-single-content figcaption,
.wp-block-post-content figcaption {
  font-size: .92rem;
  color: rgba(var(--brand-primary-rgb), .68);
}

.entry-content blockquote,
.post-content blockquote,
.article-content blockquote,
.blog-detail-content blockquote,
.blog-single-content blockquote,
.wp-block-post-content blockquote {
  padding: 1.4rem 1.5rem;
  border-left: 4px solid var(--accent);
  border-radius: 24px;
  background: rgba(var(--brand-accent-rgb), .08);
  color: var(--primary-strong);
}

.entry-content hr,
.post-content hr,
.article-content hr,
.blog-detail-content hr,
.blog-single-content hr,
.wp-block-post-content hr {
  border: 0;
  height: 1px;
  background: var(--rule);
}

.entry-content table,
.post-content table,
.article-content table,
.blog-detail-content table,
.blog-single-content table,
.wp-block-post-content table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--rule);
}

.entry-content th,
.entry-content td,
.post-content th,
.post-content td,
.article-content th,
.article-content td,
.blog-detail-content th,
.blog-detail-content td,
.blog-single-content th,
.blog-single-content td,
.wp-block-post-content th,
.wp-block-post-content td {
  padding: .9rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--rule);
}

.entry-content th,
.post-content th,
.article-content th,
.blog-detail-content th,
.blog-single-content th,
.wp-block-post-content th {
  color: var(--primary-strong);
  background: rgba(var(--brand-primary-rgb), .05);
}

@media (max-width:720px) {
  body.single-post .site-main,
  body.single-blog .site-main,
  body.blog-single .site-main,
  body.blog-detail .site-main,
  body.page-blog .site-main,
  body.page-blog-detail .site-main,
  body.page-single-blog .site-main,
  body.post-detail .site-main,
  body.page-post-detail .site-main,
  body.single-article .site-main,
  body.article-detail .site-main {
    padding-top: clamp(96px, 24vw, 132px);
  }

  .entry-content,
  .post-content,
  .article-content,
  .blog-detail-content,
  .blog-single-content,
  .wp-block-post-content {
    width: 100%;
  }
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  padding: .75rem 1rem;
  border-radius: 12px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  z-index: 400;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px
}

.hidden-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-main {
  display: block
}

@supports (content-visibility:auto) {

  .lens-upgrade-strip,
  .marquee-wrap,
  .editorial-band,
  .stats-dark,
  .brand-ribbon {
    content-visibility: auto;
  }

  .lens-upgrade-strip {
    contain-intrinsic-size: 920px
  }

  .marquee-wrap {
    contain-intrinsic-size: 88px
  }

  .editorial-band {
    contain-intrinsic-size: 620px
  }

  .stats-dark {
    contain-intrinsic-size: 560px
  }

  .brand-ribbon {
    contain-intrinsic-size: 220px
  }
}

#loader {
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 1.02s cubic-bezier(.77, 0, .18, 1), opacity .45s ease, visibility .45s ease;
}

#loader.out,
html.page-loaded #loader {
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
}

.ld-stage {
  width: min(100%, 720px);
  display: grid;
  justify-items: center;
  gap: clamp(0rem, .35vw, .18rem);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .88s cubic-bezier(.22, 1, .36, 1);
}

.ld-frame-strip {
  position: relative;
  width: min(100%, 560px);
  height: clamp(120px, 16vw, 176px);
}

.ld-frame-slot {
  --ld-slot-x: 0px;
  --ld-slot-y: 0px;
  --ld-slot-scale: 1;
  --ld-slot-opacity: 1;
  --ld-slot-z: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(112px, 15vw, 168px);
  aspect-ratio: 1;
  opacity: var(--ld-slot-opacity);
  z-index: var(--ld-slot-z);
  transform: translate3d(calc(-50% + var(--ld-slot-x, 0px)), calc(-50% + var(--ld-slot-y, 0px)), 0) scale(var(--ld-slot-scale, 1));
  transform-origin: 50% 50%;
  transition: transform .18s cubic-bezier(.33, 1, .68, 1), opacity .16s linear;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.ld-frame-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  filter: drop-shadow(0 16px 26px rgba(78, 86, 90, .10));
}

.ld-brand {
  width: min(100%, 420px);
  display: flex;
  justify-content: center;
}

.ld-logo {
  display: block;
  width: min(100%, 270px);
  height: auto;
}

.ld-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 1rem;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease .08s, transform .9s cubic-bezier(.22, 1, .36, 1) .08s;
}

.ld-progress-copy {
  padding-inline: clamp(18px, 3vw, 42px);
}

.ld-track {
  width: 100%;
  height: 14px;
  background: rgba(78, 86, 90, .14);
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.ld-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
  transition: width .25s ease;
}

.ld-status {
  display: inline-block;
  font-family: var(--heading);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: var(--primary);
  transition: transform .35s ease, opacity .35s ease;
}

#loader.is-ready .ld-stage,
#loader.is-ready .ld-progress {
  opacity: 1;
  transform: translateY(0);
}

#loader.is-complete .ld-status {
  transform: translateY(-1px) scale(1.08);
}

#loader.is-ending .ld-stage {
  opacity: 0;
  transform: translateY(-20px);
}

.ld-progress-copy {
  transition: opacity .28s ease, transform .38s ease;
}

#loader.is-ending .ld-progress-copy {
  opacity: 0;
  transform: translateY(-12px);
}

html:not(.page-loaded) body.page-over,
html:not(.page-loaded) body.page-brillen,
html:not(.page-loaded) body.page-glazen,
html:not(.page-loaded) body.page-carriere,
html:not(.page-loaded) body.page-contact {
  overflow: hidden;
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 48px);
  background: var(--accent);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform .58s cubic-bezier(.77, 0, .18, 1), visibility 0s linear .58s;
}

html.page-loaded #page-loader {
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
  pointer-events: none;
}

.page-loader-stage {
  display: grid;
  justify-items: center;
  gap: clamp(.65rem, 1.5vw, 1rem);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .22s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

#page-loader.is-ready .page-loader-stage {
  opacity: 1;
  transform: translateY(0);
}

.page-loader-kicker {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(.78rem, 1vw, .95rem);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .56);
}

.page-loader-title {
  min-width: 4ch;
  margin: 0;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(5rem, 20vw, 15rem);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.08em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  text-shadow: 0 18px 36px rgba(var(--brand-primary-rgb), .12);
}

@media (max-width:560px) {
  .ld-frame-strip {
    height: 102px;
  }

  .ld-logo {
    width: min(100%, 202px);
  }

  .page-loader-title {
    font-size: clamp(4rem, 24vw, 7rem);
  }
}

.gsap-line-mask {
  display: block;
  overflow: hidden;
  padding-block: .08em;
  margin-block: -.08em;
}

.heading-clip-line {
  display: block;
}

.gsap-char,
.gsap-word {
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#gl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  transition: opacity .5s ease;
}

.site-header {
  position: relative;
  z-index: 200
}

.site-header nav {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 18px 5% 0;
  transition: padding .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-shell {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: max-content;
  min-width: 100%;
  padding: 14px;
  border: 1px solid var(--black-400);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(78, 86, 90, .12);
  transition: min-width .65s cubic-bezier(.22, 1, .36, 1), padding .65s cubic-bezier(.22, 1, .36, 1), gap .65s cubic-bezier(.22, 1, .36, 1), border-radius .65s cubic-bezier(.22, 1, .36, 1), background .65s cubic-bezier(.22, 1, .36, 1), box-shadow .65s cubic-bezier(.22, 1, .36, 1), border-color .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
  padding: 0 12px 0 8px;
  transition: gap .55s cubic-bezier(.22, 1, .36, 1), padding .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-logo {
  position: relative;
  display: block;
  height: 55px;
  aspect-ratio: 6727.78 / 2312.49;
  text-decoration: none;
  flex-shrink: 0;
  isolation: isolate;
}

.nav-logo-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .28s ease;
}

.nav-logo-img--default {
  opacity: 0;
}

.nav-logo-img--hover {
  opacity: 1;
  object-position: center center;
}

@keyframes nav-logo-pulse {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.12); }
  70%  { transform: scale(0.96); }
  100% { transform: scale(1); }
}

.nav-logo:hover .nav-logo-img--hover,
.nav-logo:focus-visible .nav-logo-img--hover {
  animation: nav-logo-pulse .7s ease infinite;
}

.nav-divider {
  width: 1px;
  height: 34px;
  background: var(--dimgray-800);
  flex-shrink: 0;
  transition: width .45s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.nav-subtitle {
  font-size: 16px;
  line-height: 1.35;
  color: var(--mid);
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  transition: max-width .55s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  list-style: none;
  flex: 1;
  min-width: 0;
  transition: gap .55s cubic-bezier(.22, 1, .36, 1), flex .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, .05);
  background: rgba(255, 255, 255, .64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--primary);
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--primary-soft);
  border-color: var(--dimgray-800);
  transform: translateY(-1px);
}

.nav-cta {
  flex-shrink: 0;
  min-height: 60px;
  padding: 0;
  border-radius: 20px;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-cta .btn-liquid-label {
  min-height: 60px;
  padding: 0 1.65rem;
  font-size: 16px;
  white-space: nowrap;
  transition: min-height .55s cubic-bezier(.22, 1, .36, 1), padding .55s cubic-bezier(.22, 1, .36, 1), font-size .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-cta .btn-liquid-shell {
  border-radius: 20px;
  transition: border-radius .55s cubic-bezier(.22, 1, .36, 1);
}

.nav-panel {
  display: contents;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 58px;
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.nav-toggle:hover {
  border-color: var(--dimgray-800);
  transform: translateY(-1px);
}

.nav-toggle:focus-visible {
  outline: 2px solid rgba(247, 183, 4, .7);
  outline-offset: 2px;
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .24s ease, opacity .24s ease;
}

.nav-shell.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-shell.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-shell.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.nav-menu-open {
  overflow: hidden;
}

/* Large Desktop */
@media (min-width:1440px) {
  .site-header nav {
    padding-top: 20px;
  }

  .nav-shell {
    gap: 1.35rem;
    padding: 16px 18px;
  }

  .nav-logo {
    height: 58px;
  }

  .nav-subtitle {
    max-width: 280px;
  }
}

@media (min-width:1101px) {
  .header-condensed .nav-brand {
    gap: 0;
    padding-right: 0;
  }

  .header-condensed .nav-divider {
    width: 0;
    opacity: 0;
    margin: 0;
  }

  .header-condensed .nav-shell {
    min-width: 0;
  }

  .header-condensed .nav-subtitle {
    max-width: 0;
    opacity: 0;
    transform: translateX(-8px);
  }

  #s-hero .hero-frame {
    align-items: center;
  }

  #s-hero .hero-grid {
    align-items: center;
    padding-bottom: 0;
  }

  #s-hero .hero-copy {
    align-self: center;
  }
}

#s-hero {
  min-height: 100vh;
  position: relative;
  z-index: 20;
  background: transparent;
  display: flex;
  align-items: stretch;
  padding: 144px 5% 36px;
  overflow: hidden;
}

#s-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(var(--brand-accent-rgb), .12), transparent 20%),
    radial-gradient(circle at 72% 54%, rgba(var(--brand-accent-rgb), .08), transparent 18%);
  pointer-events: none;
}

.hero-frame {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.hero-frame::before {
  content: '';
  position: absolute;
  right: 12%;
  top: 14%;
  width: min(32vw, 380px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 183, 4, .16), rgba(247, 183, 4, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 146px);
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 0 0 clamp(.5rem, 1.8vw, 1.5rem) 0;
  justify-items: start;
}

.model-fallback #gl {
  display: none
}

.model-fallback .hero-grid {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.model-fallback .hero-copy {
  max-width: min(100%, 680px)
}

.model-fallback #s-feature {
  min-height: auto;
  padding-top: 84px;
}

.model-fallback .feat-copy {
  width: min(100%, 760px);
  opacity: 1;
  transform: none;
}

.hero-copy {
  max-width: min(100%, 720px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  align-self: end;
}

.hero-eyebrow {
  font-size: 14px;
  line-height: 1.4;
  color: var(--mid);
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: 0;
  margin-bottom: 1rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--primary-muted);
}

.hero-headline {
  margin: 0 0 1.25rem;
  font-family: var(--heading);
  font-size: clamp(3.35rem, 7.2vw, 6rem);
  font-weight: 500;
  line-height: .93;
  letter-spacing: -.055em;
  color: var(--ink);
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-headline em {
  font-style: normal;
  font-weight: 500;
  color: var(--ink-soft);
}

.hero-headline span.light {
  color: var(--dimgray-400)
}

.hero-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--primary-soft);
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.45rem;
  background: var(--primary);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--primary);
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background .22s, color .22s, border-color .22s, transform .22s;
}

.btn-solid:hover {
  background: transparent;
  color: var(--primary);
  transform: translateY(-1px)
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--black-400);
  background: rgba(255, 255, 255, .72);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--primary);
  text-decoration: none;
  transition: color .2s, border-color .2s, transform .2s, background .2s;
}

.btn-line:hover {
  color: var(--primary-soft);
  border-color: var(--dimgray-800);
  background: #fff;
  transform: translateY(-1px);
}

.btn-liquid {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  border: none;
  background: transparent;
  transition: transform .3s cubic-bezier(.1, .4, .2, 1), box-shadow .3s ease;
  z-index: 1;
}

.btn-liquid:hover {
  transform: translateY(-1px)
}

.btn-liquid:active {
  transform: translateY(0)
}

.btn-liquid-shell {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(247, 183, 4, .22),
    inset 0 1px 0 rgba(255, 255, 255, .55);
  border: 1px solid rgba(247, 183, 4, .35);
  background: linear-gradient(135deg, rgba(252, 185, 0, .95) 0%, rgb(252 189 13) 100%);
}

.btn-liquid-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .08));
  pointer-events: none;
}

.btn-liquid:hover .btn-liquid-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .22) 50%, transparent 65%);
  border-radius: 18px;
  pointer-events: none;
  animation: shimmer .55s ease both;
}

.btn-liquid-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.wa-float {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  z-index: 650;
}

.wa-float-btn {
  position: relative;
  border: 0;
  background: rgba(50, 43, 34, .18);
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(24, 20, 16, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.wa-float-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  pointer-events: none;
}

.wa-float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(24, 20, 16, .24);
  background: rgba(50, 43, 34, .24);
}

.wa-float-btn:focus-visible {
  outline: 2px solid rgba(var(--brand-accent-rgb), .9);
  outline-offset: 4px;
}

.wa-float-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}

.wa-float-tile {
  width: clamp(64px, 5vw, 78px);
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.wa-float-tile--preview {
  background: linear-gradient(135deg, rgba(78, 86, 90, .54) 0%, rgba(39, 43, 47, .82) 100%);
}

.wa-float-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.wa-float-tile--action {
  background:
    radial-gradient(circle at 30% 28%, rgba(37, 211, 102, .2), transparent 32%),
    linear-gradient(135deg, rgba(28, 31, 33, .9) 0%, rgba(14, 16, 17, .94) 100%);
}

.wa-float-icon {
  display: block;
  width: clamp(28px, 2vw, 34px);
  height: clamp(28px, 2vw, 34px);
  flex: 0 0 auto;
  background-image: var(--wa-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 8px 14px rgba(37, 211, 102, .18));
}

.wa-modal {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  place-items: center;
  padding: 24px;
}

.wa-modal[hidden] {
  display: none;
}

.wa-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 28, 31, .42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.wa-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 404px);
  padding: 28px 28px 30px;
  border-radius: 24px;
  background: rgba(255, 248, 238, .96);
  box-shadow: 0 28px 80px rgba(31, 33, 36, .24);
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.wa-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: 400 34px/1 var(--heading);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.wa-modal-close:hover {
  background: rgba(78, 86, 90, .08);
  transform: rotate(8deg);
}

.wa-modal-qr-wrap {
  width: min(100%, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-top: .45rem;
}

.wa-modal-qr {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wa-modal-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  line-height: .98;
  letter-spacing: -.04em;
  color: var(--ink);
}

.wa-modal-copy {
  max-width: 18rem;
  margin: -.15rem 0 .2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--primary-soft);
}

.wa-modal-action {
  width: 100%;
  max-width: 284px;
}

.wa-modal-action .btn-liquid-label {
  /* width:100%; */
  min-height: 56px;
  justify-content: space-between;
  padding: 0 1rem 0 1.25rem;
  gap: 1rem;
}

.wa-modal-action-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.wa-modal-action-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(52, 60, 68, .94);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.hero-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.6rem, 3vw, 2.6rem);
  width: max-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp .8s 1.4s ease both;
  z-index: 3;
}

.hero-scroll span {
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mid);
  writing-mode: vertical-rl;
}

.scroll-bar {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--primary), transparent);
  animation: bar-drop 2s ease-in-out infinite;
}

.h-anim {
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp .9s ease both
}

.h-anim-1 {
  animation-delay: .3s
}

.h-anim-2 {
  animation-delay: .5s
}

html.gsap-enhanced .h-anim,
html.gsap-enhanced .hero-scroll {
  animation: none;
}

html.gsap-enhanced .h-anim {
  opacity: 1;
  transform: none;
}

html.gsap-enhanced .hero-scroll {
  opacity: 1;
}

#s-feature {
  min-height: 100vh;
  position: relative;
  z-index: 20;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5%;
}

.feat-copy {
  width: 42%;
  opacity: 0;
  margin-left: auto;
  transform: translateX(32px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}

.feat-copy.show {
  opacity: 1;
  transform: translateX(0)
}

.tag {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--mid)
}

.feat-h2 {
  font-family: var(--heading);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 1.5rem;
  color: #111;
}

.feat-h2 em {
  font-style: normal
}

.feat-p {
  font-size: 16px;
  line-height: 1.9;
  color: #2e2e2e;
  max-width: 400px;
  margin-bottom: 2.4rem;
}

.marquee-wrap {
  position: relative;
  z-index: 20;
  background: #111;
  overflow: hidden;
  padding: 1.1rem 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  padding-right: 2.2rem;
  white-space: nowrap;
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
}

.m-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
}

.editorial-band {
  position: relative;
  z-index: 20;
  background: #efeae3;
  min-height: clamp(380px, 44vw, 620px);
  overflow: hidden;
  isolation: isolate;
}

.editorial-band::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(239, 234, 227, 0) 44%, rgba(239, 234, 227, .3) 58%, rgba(239, 234, 227, .86) 78%, rgba(239, 234, 227, .98) 100%);
}

.editorial-band-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  transition: transform 9s ease;
}

.editorial-band:hover .editorial-band-img {
  transform: scale(1.03)
}

.editorial-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(2.75rem, 5vw, 4.5rem) 5%;
}

.editorial-copy {
  width: min(100%, 42rem);
  margin-left: auto;
}

.editorial-eyebrow {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, .6);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.editorial-eyebrow::before {
  content: '';
  width: 20px;
  height: 1px;
  background: rgba(17, 17, 17, .28)
}

.editorial-quote {
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 500;
  color: #111;
  line-height: 1.04;
  max-width: none;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.editorial-quote-break {
  display: block
}

.section {
  position: relative;
  z-index: 20;
  padding: 120px 5%;
  background: #fff;
}

.section-off {
  background: var(--off)
}

.sec-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 4rem;
}

.sec-tag {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 1.1rem;
}

.sec-title {
  font-family: var(--heading);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.1;
  color: #111;
}

.sec-title em {
  font-style: normal
}

.sec-num {
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3.3rem);
  color: rgba(17, 17, 17, .12);
  line-height: 1;
}

.category-strip {
  position: relative;
  z-index: 20;
  background: #111;
}

.category-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  position: relative;
  min-height: clamp(380px, 46vw, 640px);
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.category-card:last-child {
  border-right: 0;
}

.category-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1);
  transition: transform .6s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

.category-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .58) 78%, rgba(0, 0, 0, .84) 100%);
}

.category-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.6rem, 4vw, 2.6rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  text-align: center;
}

.category-card-title {
  margin: 0;
  color: #fff;
}

.category-card-cta {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

.category-card:hover .category-card-img {
  transform: scale(1.05);
  filter: grayscale(.25) contrast(1.05);
}

.showcase-carousel {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.showcase-title {
  text-align: center;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

.showcase-viewport {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.showcase-viewport.is-dragging {
  cursor: grabbing;
}

.showcase-track {
  display: flex;
  width: max-content;
  will-change: transform;
  user-select: none;
}

.showcase-track img {
  pointer-events: none;
}

.showcase-nav {
  position: absolute;
  top: 50%;
  z-index: 21;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 1.2rem;
  border: 0;
  border-radius: 50%;
  background: var(--brand-accent);
  color: #111;
  box-shadow: 0 6px 20px rgba(var(--brand-accent-rgb), .38);
  cursor: pointer;
  transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.showcase-nav:hover {
  background: var(--brand-accent-strong);
  box-shadow: 0 8px 26px rgba(var(--brand-accent-rgb), .5);
  transform: translateY(-50%) scale(1.05);
}

.showcase-nav--prev {
  left: clamp(12px, 3vw, 32px);
  transform: translateY(-50%);
}

.showcase-nav--next {
  right: clamp(12px, 3vw, 32px);
  transform: translateY(-50%);
}

.showcase-nav--prev:hover {
  transform: translateY(-50%) scale(1.05);
}

.showcase-nav--next:hover {
  transform: translateY(-50%) scale(1.05);
}

@media (max-width: 720px) {
  .showcase-nav {
    width: 36px;
    height: 36px;
  }
}

.showcase-set {
  display: flex;
  flex-shrink: 0;
}

.showcase-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(220px, 20vw, 300px);
  aspect-ratio: 3 / 4;
  margin: 0 1.4rem;
  overflow: hidden;
  isolation: isolate;
  border-radius: 18px;
  background: #eee;
}

.showcase-card-img,
.showcase-card-img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.showcase-card-img-hover {
  z-index: 1;
  transform: translateY(100%);
  transition: none;
}

@media (max-width: 720px) {
  .showcase-card {
    width: clamp(180px, 52vw, 240px);
    margin: 0 .9rem;
  }
}

.section-collection {
  position: relative;
  z-index: 20;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 18%, rgba(var(--brand-accent-rgb), .16), transparent 24%),
    linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);
}

.section-collection::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 50%, rgba(var(--brand-accent-rgb), .12), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 45%);
  pointer-events: none;
}

.collection-scroll {
  position: relative;
  min-height: 300vh;
}

.collection-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(132px, 14vw, 168px) 5% clamp(72px, 8vw, 92px);
  box-sizing: border-box;
}

.collection-copy {
  max-width: 520px;
}

.collection-tag {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 1rem;
}

.collection-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: .94;
  letter-spacing: -.06em;
  color: var(--white);
}

.collection-title em {
  color: var(--accent);
  font-style: normal;
}

.collection-text {
  max-width: 32rem;
  margin: 1.6rem 0 0;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .8);
}

.collection-actions {
  margin-top: 2rem;
}

.collection-cards {
  position: relative;
  height: min(78vh, 700px);
  min-height: 560px;
  padding: 1rem 0 4.5rem;
  box-sizing: border-box;
  overflow: visible;
  isolation: isolate;
}

.collection-model {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  transform: translate3d(1.75%, 2.5%, 0) scale(.985);
  transform-origin: 100% 100%;
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), opacity .16s ease-out;
  will-change: transform, opacity;
}

.collection-model::before {
  content: '';
  position: absolute;
  inset: auto 10% 8% 14%;
  height: 28%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--brand-accent-rgb), .24) 0%, rgba(var(--brand-accent-rgb), 0) 72%);
  filter: blur(20px);
  opacity: .9;
}

.collection-model.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.collection-model-img {
  position: absolute;
  right: -5vw;
  bottom: -32px;
  width: min(72vw, 1080px);
  max-width: none;
  max-height: min(94vh, 920px);
  height: auto;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 34px 72px rgba(0, 0, 0, .34));
}

.collection-card {
  --card-x: 0%;
  --card-y: 0%;
  --card-rotate: 0deg;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(32vw, 380px);
  min-width: 300px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translate(var(--card-x), calc(var(--card-y) + 74vh)) rotate(var(--card-rotate)) scale(.96);
  transition: transform .98s cubic-bezier(.22, 1, .36, 1), opacity .38s ease, box-shadow .5s ease;
  will-change: transform, opacity;
}

.collection-card-media {
  display: none;
}

.collection-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-112%, -50%) translate(var(--card-x), var(--card-y)) rotate(var(--card-rotate)) scale(1);
}

.card-one {
  --card-x: -16%;
  --card-y: 7%;
  --card-rotate: -8deg;
  z-index: 1;
}

.card-two {
  --card-x: 10%;
  --card-y: -6%;
  --card-rotate: -1.5deg;
  z-index: 2;
}

.card-three {
  --card-x: 33%;
  --card-y: 10%;
  --card-rotate: 7deg;
  z-index: 3;
}

.collection-card-media {
  aspect-ratio: 1.15/1;
  overflow: hidden;
}

.collection-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1);
  transition: transform .95s cubic-bezier(.22, 1, .36, 1);
}

.collection-card.is-active .collection-card-img {
  transform: scale(1.04);
}

.collection-card-body {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 1.7rem 1.6rem 2.3rem;
}

.collection-card-step {
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: .85rem;
}

.collection-card-tag {
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--primary-soft);
  margin-bottom: .9rem;
}

.collection-card-title {
  margin: 0 0 1rem;
  font-family: var(--heading);
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  color: var(--primary-strong);
}

.collection-card-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--primary-soft);
}

.collection-card-list {
  list-style: none;
  margin: .9rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.collection-card-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: 15px;
  line-height: 1.55;
  color: var(--primary-soft);
}

.collection-card-list li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid var(--accent, #f5b800);
  color: var(--accent, #f5b800);
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .12rem;
}

.collection-card-meta {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1.5rem;
}

.collection-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 .9rem;
  border-radius: 999px;
  background: rgba(var(--brand-accent-rgb), .14);
  color: var(--primary);
  font-size: .8rem;
}

.collection-card-link {
  color: var(--primary-strong);
  text-decoration: none;
  font-weight: 600;
}

.collection-card-link:hover {
  color: var(--accent-strong);
}

.lens-upgrade-strip {
  position: relative;
  z-index: 20;
  background: var(--accent);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.lens-upgrade-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lens-upgrade-card {
  position: relative;
  min-height: clamp(420px, 60vw, 760px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #ffd447 0%, #f7b704 100%);
  border-right: 1px solid #111;
}

.lens-upgrade-card:first-child {
  border-left: 1px solid #111;
}

.lens-upgrade-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 212, 71, .08) 0%, rgba(247, 183, 4, .86) 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 44%);
  transition: opacity .42s ease, background .42s ease;
}

.lens-upgrade-card::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  height: 1px;
  z-index: 2;
  background: rgba(17, 17, 17, .16);
  transition: background .32s ease, transform .42s ease;
}

.lens-upgrade-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.lens-upgrade-card-img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 1;
  transform: translateY(100%);
  transition: none;
  z-index: 1;
}

.lens-upgrade-card:nth-child(1) .lens-upgrade-card-img,
.lens-upgrade-card:nth-child(1) .lens-upgrade-card-img-hover {
  object-position: 52% center;
}

.lens-upgrade-card:nth-child(2) .lens-upgrade-card-img,
.lens-upgrade-card:nth-child(2) .lens-upgrade-card-img-hover {
  object-position: center center;
}

.lens-upgrade-card:nth-child(3) .lens-upgrade-card-img,
.lens-upgrade-card:nth-child(3) .lens-upgrade-card-img-hover {
  object-position: center 18%;
}

.lens-upgrade-card:nth-child(4) .lens-upgrade-card-img,
.lens-upgrade-card:nth-child(4) .lens-upgrade-card-img-hover {
  object-position: center center;
}

.lens-upgrade-card-copy {
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 1.4rem 3rem;
}

.lens-upgrade-card-num {
  font-family: var(--heading);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
  color: #111;
}

.lens-upgrade-card-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2.15rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.08em;
  color: #111;
  hyphens: manual;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), letter-spacing .32s ease, color .32s ease;
}

.lens-upgrade-card:hover::before,
.lens-upgrade-card:focus-within::before {
  background:
    linear-gradient(180deg, rgba(255, 212, 71, .12) 0%, rgba(247, 183, 4, .82) 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 48%);
}

.lens-upgrade-card:hover::after,
.lens-upgrade-card:focus-within::after {
  background: #fff;
  transform: scaleX(1.02);
}

.lens-upgrade-card:hover .lens-upgrade-card-title,
.lens-upgrade-card:focus-within .lens-upgrade-card-title {
  transform: translateY(-8px);
  letter-spacing: -.075em;
  color: #fff;
}

.lens-upgrade-card:hover .lens-upgrade-card-num,
.lens-upgrade-card:focus-within .lens-upgrade-card-num {
  color: #fff;
}

@media (hover:none) {
  .lens-upgrade-card-img {
    transform: translateY(0);
    opacity: 1;
    transition: none;
  }

  .lens-upgrade-card-img-hover {
    transform: translateY(100%);
    opacity: 1;
    transition: none;
  }

  .lens-upgrade-card::before {
    background:
      linear-gradient(180deg, rgba(255, 212, 71, .14) 0%, rgba(247, 183, 4, .84) 100%),
      radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 44%);
  }
}

.products-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
}

.prod-card {
  background: #fff;
  padding: 3rem 2.8rem;
  transition: transform .35s ease, background .28s ease;
}

.prod-card:hover {
  background: #faf8f4;
  transform: translateY(-6px);
}

.prod-img-wrap {
  margin: -2.8rem -2.8rem 2.2rem;
  height: 230px;
  overflow: hidden;
  flex-shrink: 0;
}

.prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(14%) brightness(.97);
  transition: transform .7s cubic-bezier(.25, .46, .45, .94), filter .7s ease;
}

.prod-card:hover .prod-img {
  transform: scale(1.06);
  filter: grayscale(0%) brightness(1.03);
}

.prod-n {
  font-size: .76rem;
  letter-spacing: .16em;
  color: var(--copper);
  margin-bottom: .8rem;
}

.prod-tag {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #8e958c;
  margin-bottom: .9rem;
}

.prod-name {
  font-family: var(--heading);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 1rem;
  color: #111;
}

.prod-desc {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.prod-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 .85rem;
  border-radius: 999px;
  background: #eef2e9;
  color: var(--primary-soft);
  font-size: .8rem;
  margin-bottom: 1.5rem;
}

.prod-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.lens-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
}

.lens-card {
  background: var(--off);
  padding: 3rem 2.8rem;
  display: flex;
  gap: 2rem;
  transition: background .28s;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.lens-card:hover {
  background: #ede9e2
}

.lens-img-wrap {
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}

.lens-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) brightness(.92);
  transition: transform .6s ease, filter .6s ease;
}

.lens-card:hover .lens-img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1.02);
}

.lens-body {
  padding: 2rem 2.2rem;
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.lens-n {
  font-family: var(--heading);
  font-size: .95rem;
  color: var(--copper);
  font-weight: 500;
  flex-shrink: 0;
  padding-top: .18rem;
}

.lens-name {
  font-family: var(--heading);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: .7rem;
  line-height: 1.15;
  color: #111;
}

.lens-desc {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.75;
}

/* ── Frame&Co split section ─────────────────────────────────── */
.fc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 850px;
}

.fc-split-left {
  background: #ede7d3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 6rem) 5vw;
}

.fc-split-right {
  position: relative;
  overflow: hidden;
}

.fc-split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(30, 28, 20, .55);
  margin-bottom: 1.4rem;
}

.fc-eyebrow::before {
  content: '—';
  color: rgba(30, 28, 20, .45);
  font-size: .85rem;
  line-height: 1;
  flex-shrink: 0;
}

.fc-heading {
  font-family: var(--heading);
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: #1a1814;
  margin: 0 0 1.8rem;
}

.fc-heading em {
  font-style: normal;
  display: block;
}

.fc-tagline {
  font-family: var(--sans);
  font-size: clamp(.875rem, 1.1vw, 1rem);
  line-height: 1.6;
  color: rgba(30, 28, 20, .78);
  margin: 0 0 1.1rem;
}

.fc-tagline strong {
  color: #b07d00
}

.fc-sub {
  font-family: var(--sans);
  font-size: clamp(.875rem, 1.1vw, 1rem);
  line-height: 1.78;
  color: rgba(30, 28, 20, .65);
  margin: 0 0 1.4rem;
}

.fc-why {
  font-family: var(--sans);
  font-size: clamp(.875rem, 1.1vw, 1rem);
  color: rgba(30, 28, 20, .85);
  margin: 0 0 .6rem;
}

.fc-quality-point {
  font-family: var(--sans);
  font-size: clamp(.85rem, 1vw, .9375rem);
  line-height: 1.72;
  color: rgba(30, 28, 20, .60);
  margin: 0 0 1rem;
}

.fc-quality-point strong {
  color: rgba(30, 28, 20, .82);
}

.fc-meer {
  display: inline-block;
  font-family: var(--sans);
  font-size: .8125rem;
  letter-spacing: .06em;
  color: rgba(30, 28, 20, .65);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 2rem;
  transition: color .2s;
}

.fc-meer:hover {
  color: #b07d00
}

.fc-actions {
  display: flex;
  gap: .875rem;
  flex-wrap: wrap;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  padding: .7rem 1.6rem;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  text-decoration: none;
  transition: background .2s, border-color .2s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.fc-btn:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .5);
}

@media(max-width:960px) {
  .fc-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto min(55vw, 480px);
  }
}

@media(max-width:640px) {
  .fc-split {
    grid-template-rows: auto min(70vw, 380px)
  }

  .fc-split-left {
    padding: clamp(2.4rem, 8vw, 3.6rem) 5vw
  }
}

.stats-dark {
  position: relative;
  z-index: 20;
  background: var(--accent);
  overflow: hidden;
}

.stats-dark-bg {
  display: none;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 2;
  background: transparent;
  border-top: 1px solid rgba(17, 17, 17, .12);
  border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.stat-cell {
  padding: 3rem 2rem;
  border-right: 1px solid rgba(17, 17, 17, .12);
  transition: background .25s ease;
}

.stat-cell:last-child {
  border-right: 0
}

.stat-cell:hover {
  background: rgba(17, 17, 17, .04)
}

.stat-val {
  color: #111;
  font-family: var(--heading);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.stat-val-sub {
  font-size: 1.3rem;
  font-family: var(--heading);
}

.stat-val-percent {
  font-size: 1.5rem;
  font-family: var(--heading);
}

.stat-val-word {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-family: var(--heading);
}

.stat-sub {
  color: rgba(17, 17, 17, .58);
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.stat-note {
  color: rgba(17, 17, 17, .76);
  font-size: 16px;
  line-height: 1.7;
}

.brand-ribbon {
  position: relative;
  z-index: 20;
  background: #0a0a0a;
  color: #fff;
  overflow: hidden;
  padding: 2.2rem 0;
}

.brand-ribbon-row {
  overflow: hidden;
}

.brand-ribbon-track {
  --ribbon-gap: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.brand-ribbon-group {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.brand-ribbon-word {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-family: var(--heading);
  font-size: clamp(4.6rem, 13vw, 10rem);
  line-height: .84;
  letter-spacing: -.08em;
  color: #fff;
  white-space: nowrap;
}

.brand-ribbon-word::after {
  content: '-';
  display: inline-block;
  margin-left: calc(var(--ribbon-gap) * 0.42);
  margin-right: calc(var(--ribbon-gap) * 0.58);
  font-size: .9em;
  line-height: 1;
  font-weight: 400;
}

.contact-main {
  padding-top: clamp(112px, 12vw, 152px);
}

.contact-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.contact-kicker,
.contact-section-kicker {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .56);
}

.contact-title,
.contact-section-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  line-height: .93;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.contact-title em {
  font-style: normal;
  color: var(--accent);
}

.contact-lead,
.contact-section-copy {
  margin: 0;
  max-width: 38rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.82;
  color: rgba(var(--brand-primary-rgb), .78);
}

.contact-hero {
  position: relative;
  overflow: clip;
  padding: clamp(24px, 4vw, 40px) 0 clamp(76px, 9vw, 122px);
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--brand-accent-rgb), .16), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(var(--brand-primary-rgb), .1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(243, 243, 243, .92) 100%);
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: auto -10% -24% auto;
  width: clamp(240px, 28vw, 420px);
  height: clamp(240px, 28vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--brand-accent-rgb), .18) 0%, rgba(var(--brand-accent-rgb), 0) 72%);
  pointer-events: none;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .96fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.contact-hero-copy {
  display: grid;
  gap: 1.4rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
}

.contact-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--brand-primary-rgb), .12);
  background: rgba(255, 255, 255, .78);
  color: rgba(var(--brand-primary-rgb), .82);
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(var(--brand-primary-rgb), .06);
}

.contact-hero-panel {
  position: relative;
  min-height: clamp(460px, 54vw, 760px);
}

.contact-hero-media {
  height: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 40px);
  box-shadow: 0 32px 84px rgba(var(--brand-primary-rgb), .14);
  background: linear-gradient(135deg, rgba(var(--brand-primary-rgb), .18) 0%, rgba(var(--brand-accent-rgb), .12) 100%);
}

.contact-store {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(.94) contrast(.98);
}

.contact-hero-card {
  position: absolute;
  left: clamp(18px, 2vw, 24px);
  right: clamp(18px, 2vw, 24px);
  bottom: clamp(18px, 2vw, 24px);
  max-width: min(88%, 27rem);
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 24px;
  background: rgba(255, 252, 248, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(var(--brand-primary-rgb), .12);
}

.contact-hero-card-kicker {
  margin: 0 0 .8rem;
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .52);
}

.contact-phone {
  display: block;
  margin-bottom: .8rem;
  font-family: var(--heading);
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
  text-decoration: none;
  color: var(--ink);
  transition: color .2s ease;
}

.contact-phone:hover {
  color: var(--accent-strong);
}

.contact-channel-section {
  position: relative;
  overflow: clip;
  padding: clamp(64px, 8vw, 108px) 0 clamp(52px, 7vw, 88px);
  background:
    radial-gradient(circle at 15% 18%, rgba(var(--brand-accent-rgb), .12), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(var(--brand-primary-rgb), .08), transparent 30%),
    linear-gradient(180deg, rgba(247, 245, 241, .98) 0%, rgba(255, 255, 255, .98) 100%);
}

.contact-channel-intro {
  max-width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}

.contact-channel-kicker {
  margin: 0 0 1.1rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .56);
}

.contact-channel-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.065em;
  color: #1a1714;
  text-wrap: balance;
}

.contact-channel-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px rgba(26, 23, 20, .45);
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.4rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.contact-channel-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  min-height: clamp(160px, 18vw, 220px);
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 251, 241, .96) 0%, rgba(255, 247, 226, .92) 100%);
  border: 1px solid rgba(var(--brand-accent-rgb), .18);
  box-shadow:
    0 22px 44px rgba(var(--brand-primary-rgb), .08),
    0 10px 28px rgba(var(--brand-accent-rgb), .14),
    inset 0 1px 0 rgba(255, 255, 255, .5);
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.contact-channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  pointer-events: none;
  transition: opacity .28s ease;
}

.contact-channel-card:hover,
.contact-channel-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(var(--brand-accent-rgb), .4);
  background: #f7b704;
  box-shadow:
    0 28px 52px rgba(var(--brand-primary-rgb), .12),
    0 14px 34px rgba(var(--brand-accent-rgb), .22);
}

.contact-channel-card:hover::before,
.contact-channel-card:focus-visible::before {
  opacity: 0;
}

.contact-channel-copy,
.contact-channel-arrow {
  position: relative;
  z-index: 1;
}

.contact-channel-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

.contact-channel-meta {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(.76rem, .8vw, .84rem);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .72);
  transition: color .28s ease;
}

.contact-channel-card-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.05em;
  color: #1a1714;
}

.contact-channel-arrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(var(--brand-primary-rgb), .12);
  overflow: hidden;
  font-size: 0;
  color: rgba(var(--brand-primary-rgb), .78);
  transition: color .28s ease;
  line-height: 1;
  text-shadow: 0 0 0 currentColor;
}

.contact-channel-arrow::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border-radius: 24px;
  background: transparent;
  transition: background .28s ease;
}

.contact-channel-arrow::after {
  content: "\2197";
  position: relative;
  z-index: 2;
  font-family: var(--heading);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.contact-channel-card:hover .contact-channel-meta,
.contact-channel-card:focus-visible .contact-channel-meta {
  color: rgba(26, 23, 20, .78);
}

.contact-channel-card:hover .contact-channel-arrow,
.contact-channel-card:focus-visible .contact-channel-arrow {
  color: #000;
}

.contact-channel-card:hover .contact-channel-arrow::before,
.contact-channel-card:focus-visible .contact-channel-arrow::before {
  background: #fff;
}

.contact-hero-card-copy {
  margin: 0;
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.72;
  color: rgba(var(--brand-primary-rgb), .78);
}

.contact-details {
  position: relative;
  overflow: clip;
  padding: clamp(40px, 5vw, 64px) 0 clamp(32px, 4vw, 52px);
  background:
    radial-gradient(circle at 88% 18%, rgba(var(--brand-primary-rgb), .1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(245, 245, 245, .98) 100%);
}

.contact-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: stretch;
}

.contact-map-panel {
  display: flex;
  min-height: 100%;
}

.contact-connect-card {
  position: relative;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  padding: clamp(28px, 4vw, 52px) 0 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 64px rgba(var(--brand-primary-rgb), .08);
  overflow: hidden;
}

.contact-connect-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
  padding: 0 clamp(28px, 4vw, 52px);
}

.contact-connect-intro {
  max-width: 34rem;
}

.contact-connect-title {
  margin: 0 0 1rem;
  font-family: var(--heading);
  font-size: clamp(2.75rem, 5.4vw, 5rem);
  line-height: .94;
  letter-spacing: -.06em;
  color: #172235;
}

.contact-connect-copy {
  max-width: 32rem;
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(var(--brand-primary-rgb), .72);
}

.contact-connect-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.contact-connect-point {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: .95rem;
  align-items: start;
}

.contact-connect-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(138, 255, 234, .62) 0%, rgba(138, 255, 234, .26) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
}

.contact-connect-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #1b6d68;
  -webkit-mask-image: var(--contact-connect-icon);
  mask-image: var(--contact-connect-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.contact-connect-point-copy {
  display: grid;
  gap: .45rem;
}

.contact-connect-point-title {
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #172235;
}

.contact-connect-point-text {
  margin: 0;
  font-family: var(--sans);
  font-size: .97rem;
  line-height: 1.75;
  color: rgba(var(--brand-primary-rgb), .72);
}

.contact-hours-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.45rem, .9vw, .7rem);
  min-height: 100%;
}

.contact-hours-item {
  --contact-hours-dot: #f06e66;
  position: relative;
  border-radius: 28px;
  background: #f7b705;
  border: 1px solid rgba(194, 136, 0, .26);
  box-shadow: 0 20px 48px rgba(230, 168, 0, .22);
  overflow: hidden;
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.contact-hours-item:nth-child(2) {
  --contact-hours-dot: #3f8f55;
}

.contact-hours-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(230, 168, 0, .28);
}

.contact-hours-item.is-open {
  border-color: rgba(194, 136, 0, .38);
  box-shadow:
    0 26px 62px rgba(230, 168, 0, .3),
    0 10px 30px rgba(247, 175, 7, .2);
}

.contact-hours-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.1rem;
  align-items: center;
  min-height: 148px;
  padding: clamp(1.15rem, 1.8vw, 1.45rem) clamp(1.35rem, 2.2vw, 1.8rem);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.contact-hours-trigger:focus-visible {
  outline: 2px solid rgba(var(--brand-accent-rgb), .5);
  outline-offset: -2px;
}

.contact-hours-trigger-copy {
  display: grid;
  gap: .42rem;
  align-content: center;
  min-height: 100%;
}

.contact-hours-eyebrow {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #171411;
}

.contact-hours-heading {
  display: grid;
  gap: .08rem;
}

.contact-hours-card {
  min-height: 0;
  overflow: hidden;
  margin: 0 clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 1.5vw, 1.25rem);
  padding: .8rem clamp(.85rem, 1.4vw, 1rem) .85rem;
  border-top: 1px solid rgba(194, 136, 0, .24);
  border-radius: 0 0 20px 20px;
  background: rgba(247, 183, 5, .16);
  border-left: 1px solid rgba(194, 136, 0, .22);
  border-right: 1px solid rgba(194, 136, 0, .22);
  border-bottom: 1px solid rgba(194, 136, 0, .22);
}

.contact-hours-body {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) minmax(300px, 1fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
}

.contact-hours-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 12px 28px rgba(194, 136, 0, .16);
}

.contact-hours-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}

.contact-hours-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows .34s ease, opacity .24s ease;
}

.contact-hours-item.is-open .contact-hours-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.contact-hours-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.045em;
  color: #171411;
}

.contact-hours-subtitle {
  font-family: var(--sans);
  font-size: clamp(.95rem, 1vw, 1.02rem);
  font-weight: 500;
  line-height: 1.4;
  color: #171411;
}

.contact-hours-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-family: var(--sans);
  font-size: .86rem;
  line-height: 1.45;
  color: #171411;
}

.contact-hours-phone,
.contact-hours-phone + .contact-hours-meta-separator {
  display: none;
}

.contact-hours-dot,
.contact-hours-meta-separator {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 999px;
}

.contact-hours-dot {
  width: 9px;
  height: 9px;
  background: #000000;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.contact-hours-meta-separator {
  width: 4px;
  height: 4px;
  background: rgba(var(--brand-primary-rgb), .28);
}

.contact-hours-trigger-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 10px 24px rgba(194, 136, 0, .16);
  transition: background .28s ease, transform .28s ease;
}

.contact-hours-trigger-icon::before,
.contact-hours-trigger-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb), .88);
  transform-origin: center;
  transition: transform .28s ease, background .28s ease;
}

.contact-hours-trigger-icon::before {
  transform: translate(-78%, -50%) rotate(45deg);
}

.contact-hours-trigger-icon::after {
  transform: translate(-22%, -50%) rotate(-45deg);
}

.contact-hours-item.is-open .contact-hours-trigger-icon {
  background: #fff;
  transform: rotate(180deg);
}

.contact-hours-item.is-open .contact-hours-trigger-icon::before,
.contact-hours-item.is-open .contact-hours-trigger-icon::after {
  background: #171411;
}

.contact-hours-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--sans);
  font-size: .95rem;
  align-self: start;
}

.contact-hours-table td {
  padding: .56rem 0;
  border-bottom: 1px solid rgba(var(--brand-primary-rgb), .08);
  color: #fff;
  font-size: .92rem;
  line-height: 1.35;
}

.contact-hours-table td:first-child {
  width: 48%;
  font-weight: 500;
  font-size: .92rem;
}

.contact-hours-table td:last-child {
  width: 52%;
  padding-left: .2rem;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  font-size: .9rem;
}

.contact-hours-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-hours-table tr.is-closed td {
  color: #171411;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .contact-details-layout {
    grid-template-columns: 1fr;
  }

  .contact-map-panel {
    min-height: clamp(380px, 52vw, 560px);
  }
}

@media (max-width: 980px) {
  .contact-channel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-channel-section {
    padding-top: 52px;
  }

  .contact-channel-title {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .contact-channel-card {
    grid-template-columns: minmax(0, 1fr) 82px;
    min-height: 146px;
    border-radius: 24px;
  }

  .contact-channel-card-title {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .contact-hours-trigger {
    grid-template-columns: minmax(0, 1fr) 46px;
    min-height: 148px;
    gap: 1rem;
    padding: 1.2rem 1.2rem 1.1rem;
  }

  .contact-hours-title {
    font-size: 1.95rem;
  }

  .contact-hours-subtitle {
    font-size: .98rem;
  }

  .contact-hours-meta {
    font-size: .84rem;
    gap: .45rem;
  }

  .contact-hours-trigger-icon {
    width: 46px;
    height: 46px;
  }

  .contact-hours-card {
    margin: 0 1.15rem 1.15rem;
    padding: .85rem .9rem .95rem;
    border-radius: 0 0 20px 20px;
  }

  .contact-hours-body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-hours-media {
    border-radius: 18px;
  }

  .contact-hours-image {
    min-height: 220px;
  }

  .contact-hours-table td {
    padding: .62rem 0;
    font-size: .92rem;
  }

  .contact-hours-table td:first-child,
  .contact-hours-table td:last-child {
    font-size: .92rem;
  }
}

@media (max-width: 576px) {
  .contact-hours-trigger {
    min-height: 134px;
    gap: .9rem;
    padding: 1rem 1rem .95rem;
  }

  .contact-hours-title {
    font-size: 1.75rem;
  }

  .contact-hours-subtitle {
    font-size: .92rem;
  }

  .contact-hours-meta {
    font-size: .79rem;
    gap: .38rem;
  }

  .contact-hours-trigger-icon {
    width: 42px;
    height: 42px;
  }

  .contact-hours-card {
    margin: 0 1rem 1rem;
    padding: .72rem .8rem .82rem;
  }

  .contact-hours-body {
    gap: .82rem;
  }

  .contact-hours-media {
    border-radius: 16px;
  }

  .contact-hours-image {
    min-height: 190px;
  }

  .contact-hours-table td {
    padding: .5rem 0;
    font-size: .86rem;
  }

  .contact-hours-table td:first-child,
  .contact-hours-table td:last-child {
    font-size: .86rem;
  }
}

@media (max-width: 430px) {
  .contact-hours-trigger {
    min-height: 132px;
    gap: .8rem;
    padding: .98rem .96rem .92rem;
  }

  .contact-hours-eyebrow {
    font-size: .68rem;
  }

  .contact-hours-title {
    font-size: 1.7rem;
  }

  .contact-hours-subtitle {
    font-size: .92rem;
  }

  .contact-hours-meta {
    font-size: .78rem;
    gap: .32rem;
  }

  .contact-hours-trigger-icon {
    width: 38px;
    height: 38px;
  }

  .contact-hours-card {
    margin: 0 .9rem .9rem;
    padding: .72rem .78rem .82rem;
  }

  .contact-hours-image {
    min-height: 188px;
  }

  .contact-hours-table td {
    padding: .5rem 0;
    font-size: .84rem;
  }

  .contact-hours-table td:first-child,
  .contact-hours-table td:last-child {
    font-size: .84rem;
  }
}

@media (max-width: 375px) {
  .contact-hours-trigger {
    min-height: 124px;
    padding: .92rem .86rem .86rem;
  }

  .contact-hours-title {
    font-size: 1.56rem;
  }

  .contact-hours-subtitle {
    font-size: .86rem;
  }

  .contact-hours-meta {
    font-size: .74rem;
  }

  .contact-hours-trigger-icon {
    width: 34px;
    height: 34px;
  }

  .contact-hours-card {
    margin: 0 .8rem .8rem;
    padding: .66rem .7rem .74rem;
  }

  .contact-hours-image {
    min-height: 176px;
  }

  .contact-hours-table td {
    padding: .47rem 0;
    font-size: .8rem;
  }

  .contact-hours-table td:first-child,
  .contact-hours-table td:last-child {
    font-size: .8rem;
  }
}

.contact-map-full {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: auto;
  min-height: clamp(300px, 31vw, 420px);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(var(--brand-primary-rgb), .12);
  z-index: 0;
}

.contact-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 247, 250, .98));
}



.contact-connect-map-actions {
  position: absolute;
  left: clamp(16px, 2vw, 22px);
  bottom: clamp(16px, 2vw, 22px);
  z-index: 2;
}

.contact-connect-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.2rem;
  border-radius: 999px;
  background: var(--brand-accent);
  box-shadow: 0 16px 28px rgba(247, 183, 4, .28);
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 700;
  color: var(--brand-primary-strong);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-connect-map-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(247, 183, 4, .34);
  background: var(--brand-accent-strong);
}

@media (max-width: 1100px) {
  .contact-hero-grid,
  .contact-connect-top {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy,
  .contact-connect-copy {
    max-width: none;
  }

  .contact-hero-panel {
    min-height: 620px;
  }

  .contact-connect-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .contact-main {
    padding-top: 132px;
  }

  .contact-hero-grid,
  .contact-connect-card {
    gap: 48px;
  }

  .contact-title,
  .contact-connect-title {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  .contact-hero-panel {
    min-height: 440px;
  }

  .contact-hero-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }

  .contact-connect-card {
    padding: 22px 0 0;
  }

  .contact-connect-top {
    padding: 0 18px;
  }

  .contact-connect-points {
    grid-template-columns: 1fr;
  }

  .contact-connect-point {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .contact-connect-map {
    min-height: 420px;
  }
}

.site-footer {
  background: radial-gradient(circle at top right, rgba(var(--brand-accent-rgb), .14), transparent 28%), linear-gradient(180deg, #4e565a 0%, #4e565a 100%);
  color: var(--white);
  padding: clamp(72px, 8vw, 104px) 5% clamp(132px, 16vw, 210px);
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 14%, rgba(255, 255, 255, .06), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, .01) 0%, rgba(52, 60, 68, .08) 62%, rgba(52, 60, 68, .16) 100%);
  pointer-events: none;
  z-index: 0;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(300px, 1.15fr) minmax(320px, .95fr);
  gap: clamp(40px, 6vw, 120px);
  align-items: start;
  position: relative;
  z-index: 2;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: min(100%, 760px);
}

.footer-brand-copy {
  margin: 0 0 .1rem;
}

.footer-giants {
  display: flex;
  flex-direction: column;
  gap: .28rem;
}

.footer-giant-link {
  display: block;
  width: max-content;
  overflow: hidden;
  padding-right: .12em;
  margin-right: -.12em;
  font-family: var(--heading);
  font-size: clamp(3.04rem, 6.4vw, 5.44rem);
  line-height: .82;
  letter-spacing: -.09em;
  color: rgba(255, 255, 255, .96);
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.footer-giant-link:hover {
  color: var(--accent);
  transform: translateX(6px);
}

.footer-credit {
  max-width: 28rem;
  margin: 1.2rem 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .72);
}

.footer-nav {
  display: block;
  position: static;
  padding-top: .25rem;
}

.footer-label {
  /* margin:0 0 1.2rem; */
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .56);
  font-weight: 700;
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.footer-link-list a {
  display: inline-flex;
  align-items: center;
  font-family: var(--heading);
  font-size: clamp(1.6rem, 2.1vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-link-list a:hover {
  color: var(--accent);
  transform: translateX(4px);
}

.footer-side {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: .25rem;
  max-width: 36rem;
  margin-left: auto;
  align-self: stretch;
}

.footer-copy {
  max-width: 29rem;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, .96);
}

.footer-news-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
}

.footer-news-input {
  width: 100%;
  min-height: 56px;
  padding: 0 1rem;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  font: inherit;
}

.footer-news-input::placeholder {
  color: rgba(255, 255, 255, .46);
}

.footer-news-btn {
  /* min-width:156px; */
  padding: 0;
  border-radius: 12px;
}

.footer-news-btn .btn-liquid-shell {
  border-radius: 12px;
}

.footer-news-btn .btn-liquid-label {
  min-height: 56px;
  padding: 0 1.45rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
}

.footer-contact-block,
.footer-social-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-digiclou {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: clamp(1.5rem, 4vw, 3rem) 0 .2rem;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.footer-digiclou-logo {
  display: block;
  width: clamp(92px, 6.4vw, 116px);
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter .22s ease, transform .22s ease, opacity .22s ease;
  opacity: .96;
}

.footer-digiclou:hover .footer-digiclou-logo {
  filter: none;
  transform: translateY(-2px);
  opacity: 1;
}

.footer-action-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .85rem;
}

.footer-icon-btn {
  width: 56px;
  max-width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  padding: 0;
  border-radius: 14px;
}

.footer-icon-btn .btn-liquid-shell {
  border-radius: 14px;
}

.footer-icon-btn .btn-liquid-label {
  display: flex;
  width: 100%;
  height: 56px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.footer-action-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin: auto;
  background: var(--mid);
  -webkit-mask-image: var(--footer-icon);
  mask-image: var(--footer-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  margin-top: .1rem;
}

.footer-contact-lines a,
.footer-contact-lines span {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-contact-lines a:hover {
  color: var(--accent);
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(52px, 7vw, 88px);
  padding: 1.1rem 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .52) 100%);
  position: relative;
  z-index: 2;
}

.footer-bar-copy {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .82);
}

.footer-bar-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.3rem;
}

.footer-bar-links a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-bar-links a:hover {
  color: var(--accent);
}

.footer-coin-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.footer-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;
}

.site-footer a:focus-visible,
.site-footer button:focus-visible,
.site-footer input:focus-visible {
  outline: 2px solid rgba(var(--brand-accent-rgb), .88);
  outline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .82s ease, transform .82s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0)
}

.d1 {
  transition-delay: .08s
}

.d2 {
  transition-delay: .16s
}

.d3 {
  transition-delay: .24s
}

.d4 {
  transition-delay: .32s
}

.page-shell {
  min-height: calc(100vh - 240px);
  padding-top: 110px;
}

.error-main {
  padding-top: 94px
}

.error-page {
  min-height: calc(100vh - 240px);
  display: flex;
  align-items: center;
}

.error-shell {
  max-width: 720px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: var(--shadow);
}

.error-title {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: .96;
}

.error-text {
  max-width: 42rem;
  color: var(--primary-soft);
  font-size: 16px;
  line-height: 1.8;
}

.error-actions {
  margin-top: 2rem
}

/* Desktop / Laptop */
@media (max-width:1200px) {
  .site-header nav {
    padding: 16px 4% 0;
  }

  .nav-shell {
    gap: 1rem;
    width: 100%;
    min-width: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .nav-brand {
    gap: 1rem;
    padding: 0 10px 0 6px;
  }

  .nav-logo {
    height: 52px;
  }

  .nav-divider {
    height: 30px;
  }

  .nav-subtitle {
    font-size: 15px;
    max-width: 210px;
  }

  .nav-links {
    gap: .6rem;
  }

  .nav-links a {
    min-height: 52px;
    padding: 0 1.05rem;
    font-size: 15px;
  }

  .nav-cta {
    min-height: 54px;
    border-radius: 18px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 54px;
    padding: 0 1.45rem;
    font-size: 15px;
  }

  .nav-cta .btn-liquid-shell {
    border-radius: 18px;
  }
}

@media (max-width:1100px) {
  .site-header nav {
    padding: 16px 3.5% 0
  }

  .nav-shell {
    gap: .9rem;
    width: 100%;
    min-width: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .nav-brand {
    gap: .9rem;
    padding: 0 8px 0 4px;
  }

  .nav-logo {
    height: 50px
  }

  .nav-divider {
    height: 28px
  }

  .nav-subtitle {
    font-size: 14px;
    max-width: 180px;
  }

  .nav-links {
    gap: .5rem;
  }

  .nav-links a {
    min-height: 50px;
    padding: 0 .95rem;
    font-size: 14px;
  }

  .nav-cta {
    min-height: 52px;
    border-radius: 18px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 52px;
    padding: 0 1.25rem;
    font-size: 14px;
  }

  .nav-cta .btn-liquid-shell {
    border-radius: 18px
  }

  #s-hero {
    padding: 138px 4% 28px
  }

  .hero-grid {
    min-height: calc(100vh - 182px);
    grid-template-columns: minmax(0, 1fr);
    padding: 0 0 .75rem 0;
  }

  .hero-frame::before {
    right: 8%;
    top: 12%;
    width: min(40vw, 320px);
  }

  .feat-copy {
    width: 56%
  }

  .model-fallback .feat-copy {
    width: min(100%, 760px)
  }

  .collection-scroll {
    min-height: auto;
  }

  .collection-sticky {
    position: static;
    height: auto;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
    padding: 128px 4% 72px;
  }

  .collection-cards {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
  }

  .collection-model {
    position: relative;
    inset: auto;
    min-height: 520px;
    grid-column: 1/-1;
    padding: 0;
    opacity: 1;
    transform: none;
    margin-bottom: .75rem;
  }

  .collection-model::before {
    inset: auto 18% 4% 18%;
    height: 26%;
  }

  .collection-model-img {
    right: 0;
    bottom: 0;
    width: min(100%, 680px);
    max-height: 100%;
  }

  .collection-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .collection-card.is-active {
    transform: none;
  }

  .collection-card-body {
    min-height: 0;
    padding: 1.45rem 1.35rem 1.75rem;
  }

  .collection-card.card-three {
    grid-column: 1/-1;
    max-width: 420px;
  }

  .lens-upgrade-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lens-upgrade-card {
    min-height: clamp(400px, 66vw, 560px);
    border-top: 1px solid #111;
  }

  .lens-upgrade-card:first-child,
  .lens-upgrade-card:nth-child(2) {
    border-top: 0;
  }

  .lens-upgrade-card:nth-child(2n) {
    border-right: 0;
  }

  .lens-upgrade-card-title {
    max-width: 8ch;
  }

  .products-row,
  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .contact-hero-grid,
  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-panel {
    min-height: 620px;
  }

  .contact-method-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-shell {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .92fr);
  }

  .footer-brand {
    grid-column: auto
  }

  .footer-copy {
    max-width: 32rem
  }
}

@media (max-width:900px) {
  #s-hero {
    min-height: 100svh;
    padding: 156px 24px 28px;
  }

  .hero-grid {
    min-height: calc(100svh - 196px);
    gap: 1.5rem;
    align-content: end;
  }

  .hero-copy {
    max-width: min(100%, 540px);
  }

  .hero-desc {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }

  #s-feature {
    min-height: auto;
    justify-content: flex-start;
    padding: 72px 24px;
  }

  .feat-copy {
    width: min(100%, 620px);
    margin-left: 0;
    transform: translateY(22px);
  }

  .feat-copy.show {
    transform: translateY(0)
  }

  .collection-sticky {
    padding: 112px 24px 56px;
  }

  .collection-copy {
    max-width: none;
  }

  .collection-cards {
    display: block;
    height: auto;
    min-height: auto;
    padding: 0 0 1rem;
  }

  .collection-model {
    position: sticky;
    top: calc(100svh - clamp(300px, 42svh, 420px) - 12px);
    min-height: clamp(300px, 42svh, 420px);
    height: clamp(300px, 42svh, 420px);
    margin-bottom: 1rem;
    z-index: 0;
  }

  .collection-model::before {
    inset: auto 18% 3% 18%;
    height: 24%;
  }

  .collection-model-img {
    left: 0;
    right: 0;
    margin-inline: auto;
    width: min(100%, 480px);
  }

  .collection-card {
    z-index: 2;
  }

  .collection-card+.collection-card {
    margin-top: -72px;
  }

  .collection-card.card-three {
    grid-column: auto;
    max-width: none;
  }

  .lens-upgrade-card-copy {
    padding: 1.55rem 1.2rem 1.2rem;
  }

  .lens-upgrade-card-title {
    font-size: clamp(2rem, 6vw, 3.4rem);
  }

  .marquee-wrap {
    padding: .95rem 0
  }

  .marquee-item {
    gap: 1.4rem;
    padding-right: 1.4rem;
    letter-spacing: .18em;
  }

  .editorial-band {
    min-height: clamp(320px, 56vw, 420px);
  }

  .editorial-band::after {
    background: linear-gradient(90deg, rgba(239, 234, 227, 0) 34%, rgba(239, 234, 227, .5) 54%, rgba(239, 234, 227, .9) 76%, rgba(239, 234, 227, .98) 100%);
  }

  .editorial-inner {
    padding: 2.5rem 24px;
  }

  .editorial-copy {
    width: min(100%, 28rem);
  }

  .editorial-quote {
    font-size: clamp(1.9rem, 6.5vw, 3rem);
    max-width: none;
  }

  .editorial-quote-break {
    display: none
  }

  .stat-cell {
    padding: 2.2rem 1.5rem;
  }

  .brand-ribbon {
    padding: 1.85rem 0;
  }

  .brand-ribbon-track {
    --ribbon-gap: 1.8rem;
  }
}

/* Tablet Landscape */
@media (max-width:1024px) {
  .site-header nav {
    padding: 15px 20px 0;
  }

  .nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .85rem;
    width: 100%;
    min-width: 0;
    padding: 11px;
    border-radius: 22px;
  }

  .nav-brand {
    gap: .85rem;
    padding: 0 6px 0 4px;
  }

  .nav-logo {
    height: 48px;
  }

  .nav-divider {
    height: 24px;
  }

  .nav-subtitle {
    max-width: 160px;
    font-size: 14px;
  }

  .nav-toggle {
    display: flex;
    width: 52px;
    min-height: 52px;
    border-radius: 16px;
  }

  .nav-panel {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: minmax(0, 1fr);
    gap: .8rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    margin-top: 0;
    padding-top: 0;
    border-top: 0 solid rgba(17, 17, 17, .08);
    transition: max-height .3s ease, opacity .24s ease, transform .24s ease, margin-top .24s ease, padding-top .24s ease, border-top-width .24s ease;
  }

  .nav-shell.is-menu-open .nav-panel {
    max-height: 520px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    margin-top: .2rem;
    padding-top: .8rem;
    border-top-width: 1px;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: .7rem;
    width: 100%;
  }

  .nav-links a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 1rem;
  }

  .nav-cta {
    width: 100%;
    min-height: 52px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 52px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width:720px) {
  .site-header nav {
    padding: 14px 16px 0
  }

  .nav-shell {
    grid-template-columns: 1fr;
    gap: .9rem;
    padding: 10px;
    border-radius: 20px;
  }

  .nav-brand {
    justify-content: space-between;
    padding: 0 6px;
  }

  .nav-logo {
    height: 44px
  }

  .nav-divider,
  .nav-subtitle {
    display: none
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-links::-webkit-scrollbar {
    display: none
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    min-width: 0;
    padding: 0 .85rem;
    font-size: 14px;
  }

  .nav-cta {
    width: 100%
  }

  .nav-cta .btn-liquid-label {
    min-height: 50px;
    font-size: 15px;
  }

  #s-hero {
    min-height: 100svh;
    padding: 168px 16px 20px;
  }

  .hero-grid {
    min-height: calc(100svh - 204px);
    padding: 0;
    align-items: end;
  }

  .hero-copy {
    max-width: min(100%, 460px);
    padding: 0;
  }

  .hero-headline {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
    line-height: .96;
  }

  .hero-line {
    white-space: normal
  }

  .hero-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-liquid,
  .btn-line,
  .btn-solid,
  .nav-cta {
    width: 100%
  }

  .hero-scroll {
    display: none
  }

  .wa-float {
    left: auto;
    right: 16px;
    bottom: 16px;
  }

  .wa-float-btn {
    padding: 8px;
    border-radius: 16px;
  }

  .wa-float-shell {
    gap: 8px;
  }

  .wa-float-tile {
    width: 58px;
    border-radius: 10px;
  }

  .wa-modal {
    padding: 18px;
  }

  .wa-modal-card {
    width: min(100%, 380px);
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .wa-modal-action {
    max-width: none;
  }

  #s-feature {
    padding: 80px 16px
  }

  #gl {
    z-index: 1;
  }

  .feat-copy {
    width: 100%;
    margin-left: 0;
    transform: translateY(24px);
  }

  .feat-copy.show {
    transform: translateY(0)
  }

  .feat-h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .feat-p {
    max-width: none;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .model-fallback #s-feature {
    padding: 80px 16px
  }

  .category-strip-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 62vw;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .category-card:last-child {
    border-bottom: 0;
  }

  .section-collection {
    background:
      radial-gradient(circle at 18% 14%, rgba(var(--brand-accent-rgb), .16), transparent 28%),
      linear-gradient(180deg, var(--primary) 0%, var(--primary-strong) 100%);
  }

  .collection-sticky {
    padding: 104px 16px 56px;
  }

  .collection-title {
    font-size: clamp(2.4rem, 12vw, 3.9rem);
  }

  .collection-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .collection-cards {
    padding: 0 0 .75rem;
  }

  .collection-model {
    top: calc(100svh - 280px - 10px);
    min-height: 280px;
    height: 280px;
    margin-bottom: .5rem;
  }

  .collection-model-img {
    width: min(100%, 340px);
  }

  .collection-card.card-three {
    grid-column: auto;
    max-width: none;
  }

  .collection-card {
    border-radius: 24px;
  }

  .collection-card.is-active {
    transform: none;
  }

  .collection-card+.collection-card {
    margin-top: -84px;
  }

  .collection-card-body {
    padding: 1.3rem 1.15rem 1.5rem;
  }

  .collection-card-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .collection-card-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .lens-upgrade-grid {
    grid-template-columns: 1fr;
  }

  .lens-upgrade-card {
    min-height: clamp(380px, 84vw, 500px);
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #111;
  }

  .lens-upgrade-card:first-child {
    border-top: 0;
  }

  .lens-upgrade-card::after {
    inset: auto 1rem 1rem 1rem;
  }

  .lens-upgrade-card-copy {
    min-height: inherit;
    padding: 1.3rem 1rem 1rem;
  }

  .lens-upgrade-card-title {
    max-width: 9ch;
    font-size: clamp(2rem, 11vw, 3.15rem);
  }

  .marquee-item {
    gap: 1rem;
    padding-right: 1rem;
    font-size: .62rem;
    letter-spacing: .14em;
  }

  .editorial-band {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .editorial-band::after {
    display: none
  }

  .editorial-band-img {
    position: relative;
    inset: auto;
    height: clamp(220px, 68vw, 320px);
  }

  .section {
    padding: 84px 16px
  }

  .editorial-inner {
    min-height: 0;
    padding: 2rem 16px;
    background: linear-gradient(180deg, #f1ede7 0%, #fff 100%);
  }

  .editorial-copy {
    width: min(100%, 26rem);
  }

  .editorial-quote {
    max-width: none;
    line-height: 1.06;
  }

  .sec-header,
  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-row,
  .lens-grid,
  .stats-row,
  .footer-shell {
    grid-template-columns: 1fr
  }

  .footer-brand,
  .footer-side {
    max-width: none;
    margin-left: 0;
  }

  .footer-digiclou {
    align-self: flex-start;
  }

  .footer-link-list a {
    font-size: clamp(1.7rem, 8vw, 2.4rem)
  }

  .footer-bar,
  .footer-bar-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer-news-form {
    grid-template-columns: 1fr
  }

  .footer-news-btn {
    width: 100%
  }

  .footer-icon-btn {
    width: 56px;
    max-width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    flex: 0 0 56px;
  }

  .prod-card {
    padding: 2.5rem 1.5rem
  }

  .prod-img-wrap {
    margin: -2.5rem -1.5rem 1.8rem
  }

  .lens-body {
    padding: 1.5rem
  }

  .stat-cell {
    padding: 1.6rem 1.1rem
  }

  .stat-note {
    font-size: 15px
  }

  .brand-ribbon {
    padding: 1.45rem 0;
  }

  .brand-ribbon-track {
    --ribbon-gap: 1.25rem;
  }

  .contact-main {
    padding-top: 132px;
  }

  .contact-hero-grid,
  .contact-details-grid {
    gap: 48px
  }

  .contact-hero-panel {
    min-height: 460px;
  }

  .contact-hero-card {
    max-width: calc(100% - 32px);
  }

  .contact-method-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    padding-top: 132px
  }

  .error-main {
    padding-top: 132px
  }

  .error-page {
    min-height: calc(100vh - 280px)
  }
}

/* Tablet Portrait */
@media (max-width:768px) {
  .site-header nav {
    padding: 14px 18px 0;
  }

  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    padding: 10px;
    border-radius: 20px;
  }

  .nav-brand {
    justify-content: flex-start;
    gap: .75rem;
    padding: 0 4px 0 2px;
  }

  .nav-logo {
    height: 44px;
  }

  .nav-divider,
  .nav-subtitle {
    display: none;
  }

  .nav-toggle {
    width: 50px;
    min-height: 50px;
    border-radius: 15px;
  }

  .nav-panel {
    gap: .7rem;
  }

  .nav-shell.is-menu-open .nav-panel {
    max-height: 480px;
    padding-top: .7rem;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: .65rem;
  }

  .nav-links a {
    min-height: 46px;
    padding: 0 .95rem;
    font-size: 14px;
    border-radius: 14px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 50px;
    font-size: 15px;
  }
}

@media (max-width:560px) {
  .nav-shell {
    padding: 8px;
    gap: .75rem;
  }

  .nav-brand {
    padding: 0 4px;
  }

  .nav-logo {
    height: 40px
  }

  .nav-links a {
    min-height: 44px;
    font-size: 13px;
    border-radius: 14px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 48px;
    font-size: 14px;
  }

  #s-hero {
    padding-top: 156px
  }

  .hero-eyebrow {
    font-size: 12px;
    gap: .55rem;
  }

  .hero-eyebrow::before {
    width: 16px
  }

  .hero-headline {
    font-size: clamp(2rem, 12vw, 3.05rem);
    letter-spacing: -.045em;
  }

  .hero-actions {
    gap: .75rem
  }

  .lens-upgrade-card-img {
    opacity: .34;
    transform: scale(1.02);
  }

  .lens-upgrade-card::before {
    background:
      linear-gradient(180deg, rgba(255, 212, 71, .14) 0%, rgba(247, 183, 4, .84) 100%),
      radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 44%);
  }

  .collection-model {
    top: calc(100svh - 244px - 8px);
    min-height: 244px;
    height: 244px;
  }

  .collection-model-img {
    width: min(100%, 280px);
  }

  .collection-card+.collection-card {
    margin-top: -96px;
  }

  .marquee-item {
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .editorial-band {
    min-height: 0;
  }

  .editorial-quote {
    font-size: clamp(1.55rem, 10vw, 2.3rem);
    max-width: none;
  }

  .brand-ribbon-word {
    font-size: clamp(3.2rem, 18vw, 4.8rem);
  }
}

/* ── Over page banner ────────────────────────────────────────── */
/* Mobile */
@media (max-width:576px) {
  .nav-shell {
    --nav-mobile-control-size: 48px;
    align-items: center;
  }

  .site-header nav {
    padding: 14px 14px 0;
  }

  .nav-shell {
    padding: 8px 9px;
    gap: .7rem;
    border-radius: 19px;
  }

  .nav-shell:not(.is-menu-open) .nav-brand {
    min-height: var(--nav-mobile-control-size);
    align-self: center;
  }

  .nav-brand {
    padding: 0 2px 0 0;
  }

  .nav-logo {
    height: 40px;
  }

  .nav-toggle {
    width: 48px;
    height: var(--nav-mobile-control-size);
    min-height: var(--nav-mobile-control-size);
    border-radius: 14px;
    align-self: center;
  }

  .nav-shell.is-menu-open .nav-panel {
    max-height: 460px;
    padding-top: .65rem;
  }

  .nav-links a {
    min-height: 44px;
    padding: 0 .85rem;
    font-size: 13px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 48px;
    font-size: 14px;
  }
}

/* Large Mobile */
@media (max-width:430px) {
  .nav-shell {
    --nav-mobile-control-size: 44px;
  }

  .nav-shell {
    padding: 8px;
    border-radius: 18px;
  }

  .nav-logo {
    height: 36px;
  }

  .nav-toggle {
    width: 44px;
    height: var(--nav-mobile-control-size);
    min-height: var(--nav-mobile-control-size);
  }

  .nav-toggle-line {
    width: 18px;
  }

  .nav-links {
    gap: .55rem;
  }

  .nav-links a {
    min-height: 42px;
    padding: 0 .8rem;
  }

  .nav-cta .btn-liquid-label {
    min-height: 46px;
    padding: 0 1.1rem;
  }
}

/* Small Mobile */
@media (max-width:375px) {
  .nav-shell {
    --nav-mobile-control-size: 42px;
  }

  .nav-shell {
    gap: .6rem;
    row-gap: 0;
    padding: 7px;
    border-radius: 16px;
  }

  .nav-logo {
    height: 34px;
  }

  .nav-toggle {
    width: 42px;
    height: var(--nav-mobile-control-size);
    min-height: var(--nav-mobile-control-size);
  }

  .nav-links a {
    min-height: 40px;
    font-size: 12.5px;
  }

  .nav-cta .btn-liquid-label {
    min-height: 44px;
    font-size: 13px;
  }
}

/* Large Desktop */
@media (min-width:1440px) {
  .editorial-band {
    min-height: clamp(460px, 38vw, 700px);
  }

  .editorial-band::after {
    background: linear-gradient(90deg, rgba(239, 234, 227, 0) 32%, rgba(239, 234, 227, .5) 48%, rgba(239, 234, 227, .92) 68%, rgba(239, 234, 227, .99) 88%);
  }

  .editorial-band-img {
    object-position: left center;
  }

  .editorial-inner {
    padding: clamp(3rem, 4.8vw, 4.8rem) 5%;
  }

  .editorial-copy {
    width: min(100%, 34rem);
  }

  .editorial-quote {
    font-size: clamp(3rem, 3.8vw, 4.4rem);
  }

  .stats-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat-cell {
    padding: 3.35rem 2.35rem;
    min-height: 300px;
  }

  .stat-val {
    font-size: clamp(2.4rem, 2.8vw, 3.3rem);
  }

  .stat-note {
    max-width: 24ch;
    font-size: 17px;
  }
}

/* Desktop / Laptop */
@media (max-width:1439px) {
  .editorial-band {
    min-height: clamp(360px, 42vw, 540px);
  }

  .editorial-band::after {
    background: linear-gradient(90deg, rgba(239, 234, 227, 0) 30%, rgba(239, 234, 227, .5) 46%, rgba(239, 234, 227, .92) 66%, rgba(239, 234, 227, .99) 88%);
  }

  .editorial-inner {
    padding: clamp(2.4rem, 4vw, 3.25rem) 4%;
  }

  .editorial-copy {
    width: min(100%, 30rem);
  }

  .editorial-eyebrow {
    margin-bottom: .9rem;
    font-size: 13px;
  }

  .editorial-quote {
    font-size: clamp(2rem, 3.4vw, 2.9rem);
  }

  .stats-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat-cell {
    padding: 2.5rem 1.55rem;
  }

  .stat-val {
    font-size: clamp(2rem, 2.6vw, 2.7rem);
  }

  .stat-sub {
    font-size: .84rem;
  }

  .stat-note {
    font-size: 15px;
    line-height: 1.62;
  }
}

/* Tablet Landscape */
@media (max-width:1024px) {
  .editorial-band {
    min-height: clamp(340px, 44vw, 460px);
  }

  .editorial-band::after {
    background: linear-gradient(90deg, rgba(239, 234, 227, 0) 26%, rgba(239, 234, 227, .3) 44%, rgba(239, 234, 227, .86) 66%, rgba(239, 234, 227, .98) 100%);
  }

  .editorial-band-img {
    object-position: 22% center;
  }

  .editorial-inner {
    padding: 2.2rem 24px;
  }

  .editorial-copy {
    width: min(100%, 28rem);
  }

  .editorial-eyebrow {
    gap: .55rem;
    margin-bottom: .8rem;
    font-size: 12px;
  }

  .editorial-eyebrow::before {
    width: 16px;
  }

  .editorial-quote {
    font-size: clamp(1.95rem, 5.3vw, 2.75rem);
    line-height: 1.06;
  }

  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-cell {
    min-height: 0;
    padding: 2rem 1.4rem;
    border-bottom: 1px solid rgba(17, 17, 17, .12);
  }

  .stat-cell:nth-child(2n) {
    border-right: 0;
  }

  .stat-cell:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

/* Tablet Portrait */
@media (max-width:768px) {
  .editorial-band {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .editorial-band::after {
    display: none;
  }

  .editorial-band-img {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(260px, 54vw, 360px);
    max-height: none;
    object-fit: cover;
    object-position: left center;
    background: #e9e2d9;
  }

  .editorial-inner {
    min-height: 0;
    justify-content: flex-start;
    padding: 2rem 20px 2.2rem;
    background: linear-gradient(180deg, #f1ede7 0%, #fff 100%);
  }

  .editorial-copy {
    width: min(100%, 34rem);
    margin-left: 0;
  }

  .editorial-quote {
    font-size: clamp(1.85rem, 6.6vw, 2.7rem);
    line-height: 1.08;
  }

  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-cell {
    padding: 1.8rem 1.2rem;
  }

  .stat-val {
    margin-bottom: .8rem;
  }

  .stat-note {
    font-size: 14px;
    line-height: 1.58;
  }
}

/* Mobile */
@media (max-width:576px) {
  .editorial-band-img {
    height: clamp(220px, 62vw, 300px);
    object-fit: cover;
    object-position: left center;
  }

  .editorial-inner {
    padding: 1.7rem 14px 1.9rem;
  }

  .editorial-copy {
    width: 100%;
  }

  .editorial-eyebrow {
    margin-bottom: .75rem;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .editorial-eyebrow::before {
    width: 14px;
  }

  .editorial-quote {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .stats-row {
    grid-template-columns: 1fr;
  }

  .stat-cell {
    padding: 1.45rem 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .12);
  }

  .stat-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(17, 17, 17, .12);
  }

  .stat-cell:last-child {
    border-bottom: 0;
  }

  .stat-val {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  .stat-val-sub {
    font-size: 1.05rem;
  }

  .stat-val-word {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .stat-sub {
    margin-bottom: .8rem;
    font-size: .8rem;
  }

  .stat-note {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* Large Mobile */
@media (max-width:430px) {
  .editorial-band-img {
    height: clamp(200px, 64vw, 260px);
    object-fit: cover;
    object-position: left center;
  }

  .editorial-inner {
    padding: 1.45rem 12px 1.7rem;
  }

  .editorial-quote {
    font-size: clamp(1.45rem, 8.6vw, 1.95rem);
  }

  .stat-cell {
    padding: 1.35rem 12px;
  }

  .stat-val {
    margin-bottom: .7rem;
  }
}

/* Small Mobile */
@media (max-width:375px) {
  .editorial-band-img {
    height: clamp(184px, 62vw, 230px);
    object-fit: cover;
    object-position: left center;
  }

  .editorial-inner {
    padding: 1.3rem 10px 1.55rem;
  }

  .editorial-eyebrow {
    font-size: 10px;
  }

  .editorial-quote {
    font-size: clamp(1.34rem, 8.8vw, 1.75rem);
    line-height: 1.1;
  }

  .stat-cell {
    padding: 1.2rem 10px;
  }

  .stat-sub {
    font-size: .76rem;
    letter-spacing: .07em;
  }

  .stat-note {
    font-size: 12.5px;
  }
}

/* Large Desktop */
@media (min-width:1440px) {
  .collection-sticky {
    grid-template-columns: minmax(360px, .84fr) minmax(620px, 1.16fr);
    gap: clamp(3rem, 5vw, 5.5rem);
    padding: clamp(148px, 12vw, 184px) 5% clamp(86px, 7vw, 112px);
  }

  .collection-copy {
    max-width: 36rem;
  }

  .collection-text {
    max-width: 34rem;
    font-size: 19px;
  }

  .collection-cards {
    height: min(80vh, 760px);
    min-height: 620px;
  }

  .collection-model-img {
    right: -5vw;
    bottom: 4px;
    width: min(68vw, 1140px);
    max-height: min(92vh, 940px);
  }

  .collection-card {
    width: min(28vw, 400px);
  }

  .card-one {
    --card-x: -20%;
    --card-y: 8%;
  }

  .card-two {
    --card-x: 8%;
    --card-y: -8%;
  }

  .card-three {
    --card-x: 34%;
    --card-y: 11%;
  }
}

/* Desktop / Laptop */
@media (max-width:1200px) {
  .collection-sticky {
    grid-template-columns: minmax(280px, .88fr) minmax(420px, 1.12fr);
    gap: clamp(2rem, 4.5vw, 4rem);
    padding: clamp(132px, 13vw, 156px) 4% 72px;
  }

  .collection-copy {
    max-width: 31rem;
  }

  .collection-title {
    font-size: clamp(2.8rem, 5vw, 4.45rem);
  }

  .collection-text {
    max-width: 30rem;
    font-size: 17px;
    line-height: 1.78;
  }

  .collection-cards {
    height: min(72vh, 640px);
    min-height: 520px;
    padding-bottom: 3rem;
  }

  .collection-model-img {
    right: -4vw;
    bottom: -88px;
    width: min(62vw, 840px);
    max-height: min(86vh, 780px);
  }

  .collection-card {
    width: min(30vw, 340px);
    min-width: 270px;
    border-radius: 28px;
  }

  .collection-card-body {
    padding: 1.45rem 1.35rem 1.7rem;
  }

  .collection-card-title {
    font-size: clamp(1.65rem, 2vw, 2.1rem);
  }

  .collection-card-desc {
    font-size: 15px;
  }

  .collection-card-list li {
    font-size: 14px;
  }
}

/* Tablet Landscape */
@media (max-width:1024px) {
  .collection-scroll {
    min-height: 235svh;
  }

  .collection-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 1.25rem;
    padding: 128px 20px 28px;
    overflow: hidden;
  }

  .collection-copy {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 36rem;
  }

  .collection-title {
    max-width: 10ch;
    font-size: clamp(2.6rem, 7vw, 4rem);
  }

  .collection-text {
    max-width: 34rem;
    margin-top: 1.15rem;
    font-size: 16px;
    line-height: 1.75;
  }

  .collection-actions {
    margin-top: 1.5rem;
  }

  .collection-cards {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    isolation: isolate;
  }

  .collection-model {
    position: absolute;
    inset: 0;
    min-height: 0;
    margin: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
    transform: none;
    transition: opacity .16s ease-out;
    overflow: visible;
    border-radius: 0;
    background: none;
  }

  .collection-model::before {
    display: none;
  }

  .collection-model.is-active {
    opacity: 1;
    transform: none;
  }

  .collection-model-img {
    left: auto;
    right: -20px;
    bottom: -28px;
    width: min(86vw, 700px);
    max-height: 100%;
    transform: none;
    object-position: right bottom;
    filter: none;
  }

  .collection-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(31vw, 292px);
    min-width: 220px;
    aspect-ratio: 1 / 1.1;
    min-height: 400px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translate(var(--card-x), calc(var(--card-y) + 74vh)) rotate(var(--card-rotate)) scale(.96);
    border-radius: 26px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, .18);
  }

  .collection-card.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) translate(var(--card-x), var(--card-y)) rotate(var(--card-rotate)) scale(1);
  }

  .collection-card.card-three {
    max-width: none;
  }

  .collection-card-body {
    min-height: 0;
    height: 100%;
    padding: 1.15rem 1.05rem 1.15rem;
  }

  .collection-card-step {
    margin-bottom: .65rem;
  }

  .collection-card-tag {
    margin-bottom: .7rem;
  }

  .collection-card-title {
    margin-bottom: .7rem;
    font-size: clamp(1.45rem, 3.3vw, 1.9rem);
  }

  .collection-card-desc {
    font-size: 13px;
    line-height: 1.5;
  }

  .collection-card-list {
    margin-top: .7rem;
    gap: .3rem;
  }

  .collection-card-list li {
    gap: .45rem;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .collection-card-list li::before {
    width: 1.05rem;
    height: 1.05rem;
    font-size: .62rem;
    margin-top: .08rem;
  }

  .collection-card-meta {
    gap: .55rem;
    padding-top: .85rem;
  }

  .collection-card-badge {
    min-height: 30px;
    padding: 0 .65rem;
    font-size: .68rem;
  }

  .collection-card-link {
    font-size: 12.5px;
  }

  .card-one {
    --card-x: clamp(-170px, -16vw, -112px);
    --card-y: clamp(28px, 7vh, 72px);
    --card-rotate: -7deg;
  }

  .card-two {
    --card-x: clamp(-34px, -2vw, -8px);
    --card-y: clamp(-36px, -4vh, -14px);
    --card-rotate: 0deg;
  }

  .card-three {
    --card-x: clamp(120px, 14vw, 170px);
    --card-y: clamp(30px, 7vh, 74px);
    --card-rotate: 6deg;
  }
}

/* Short-viewport safeguard: on wide-but-short screens (e.g. a laptop window
   without much vertical room) the sticky card stack no longer has enough
   height to fit, and the cards get clipped by the bottom of the viewport.
   Scoped to min-width so it never touches the dedicated mobile layout below,
   and placed after every width-based breakpoint above so it always wins. */
@media (min-width: 769px) and (max-height: 820px) {
  .collection-sticky {
    padding-top: clamp(84px, 11vh, 120px) !important;
    padding-bottom: clamp(24px, 4vh, 48px) !important;
  }

  .collection-cards {
    height: min(58vh, 460px) !important;
    min-height: 300px !important;
  }

  .collection-card {
    width: min(26vw, 340px) !important;
    aspect-ratio: 1 / .92;
    min-height: 420px !important;
  }

  .collection-card-body {
    min-height: 0 !important;
    padding: 1.1rem 1.15rem 1.3rem !important;
  }

  .collection-card-step {
    margin-bottom: .5rem;
  }

  .collection-card-tag {
    margin-bottom: .5rem;
  }

  .collection-card-title {
    font-size: clamp(1.4rem, 2vw, 1.7rem) !important;
    margin-bottom: .5rem;
  }

  .collection-card-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .collection-card-list {
    margin-top: .5rem;
    gap: .3rem !important;
  }

  .collection-card-list li {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }

  .collection-card-list li::before {
    width: 1.1rem;
    height: 1.1rem;
  }

  .collection-card-meta {
    padding-top: .8rem !important;
  }

  .collection-card-badge {
    min-height: 26px !important;
    font-size: .7rem !important;
  }
}

/* Tablet Portrait */
@media (max-width:768px) {
  .collection-scroll {
    min-height: 245svh;
  }

  .collection-sticky {
    padding: 136px 16px 24px;
  }

  .collection-title {
    font-size: clamp(2.35rem, 9vw, 3.4rem);
  }

  .collection-text {
    max-width: 30rem;
    font-size: 15px;
    line-height: 1.7;
  }

  .collection-cards {
    min-height: 0;
  }

  .collection-model-img {
    right: 0;
    bottom: 0;
    width: min(58vw, 440px);
    transform: none;
    max-height: min(56vh, 420px);
  }

  .collection-card {
    width: min(40vw, 264px);
    min-width: 206px;
    aspect-ratio: 1 / 1.12;
    border-radius: 23px;
  }

  .collection-card-body {
    padding: 1rem .95rem 1.05rem;
  }

  .collection-card-title {
    font-size: clamp(1.3rem, 5vw, 1.65rem);
  }

  .collection-card-desc {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .collection-card-list {
    gap: .28rem;
  }

  .collection-card-list li {
    font-size: 12px;
    line-height: 1.35;
  }

  .card-one {
    --card-x: clamp(-132px, -19vw, -92px);
    --card-y: clamp(32px, 7vh, 74px);
    --card-rotate: -6deg;
  }

  .card-two {
    --card-x: clamp(-22px, -2vw, -6px);
    --card-y: clamp(-24px, -3vh, -10px);
    --card-rotate: 0deg;
  }

  .card-three {
    --card-x: clamp(100px, 14vw, 138px);
    --card-y: clamp(34px, 7vh, 76px);
    --card-rotate: 5deg;
  }
}

@media (min-width:577px) and (max-width:768px) {
  .collection-model {
    inset: auto 0 0 auto;
    width: min(46vw, 360px);
    height: auto;
  }

  .collection-model-img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }
}

/* Mobile */
@media (max-width:576px) {
  .collection-scroll {
    min-height: 255svh;
  }

  .section-collection {
    background:
      radial-gradient(circle at 18% 12%, rgba(var(--brand-accent-rgb), .14), transparent 28%),
      linear-gradient(180deg, var(--primary) 0%, var(--primary-strong) 100%);
  }

  .collection-sticky {
    padding: 124px 14px 22px;
    overflow: visible;
  }

  .collection-title {
    font-size: clamp(2.1rem, 10.8vw, 3rem);
    line-height: .96;
  }

  .collection-text {
    margin-top: 1rem;
    max-width: 26rem;
    font-size: 14px;
    line-height: 1.68;
  }

  .collection-cards {
    min-height: clamp(370px, 54svh, 470px);
    overflow: visible;
  }

  .collection-model {
    inset: auto 0 0 auto;
    width: min(76vw, 292px);
    height: auto;
  }

  .collection-model-img {
    position: static;
    display: block;
    width: 100%;
    max-height: none;
    margin-left: auto;
    transform: none;
  }

  .collection-card {
    top: 44%;
    width: min(68vw, 248px);
    min-width: 0;
    max-width: 248px;
    aspect-ratio: auto;
    min-height: auto;
    border-radius: 20px;
  }

  .collection-card-body {
    height: auto;
    padding: 1rem .95rem 1.05rem;
  }

  .collection-card-step,
  .collection-card-tag {
    font-size: .68rem;
  }

  .collection-card-title {
    font-size: 1.22rem;
  }

  .collection-card-desc,
  .collection-card-list li,
  .collection-card-link {
    font-size: 12px;
    line-height: 1.42;
  }

  .collection-card-list {
    gap: .24rem;
  }

  .collection-card-meta {
    gap: .55rem;
    padding-top: .9rem;
  }

  .collection-card-badge {
    min-height: 30px;
    padding: 0 .65rem;
    font-size: .7rem;
  }

  .card-one {
    --card-x: clamp(-96px, -24vw, -62px);
    --card-y: clamp(26px, 5vh, 54px);
    --card-rotate: -5deg;
  }

  .card-two {
    --card-x: clamp(-12px, -1vw, 6px);
    --card-y: clamp(-22px, -3vh, -8px);
    --card-rotate: 0deg;
  }

  .card-three {
    --card-x: clamp(68px, 16vw, 96px);
    --card-y: clamp(20px, 5vh, 48px);
    --card-rotate: 4deg;
  }
}

/* Large Mobile */
@media (max-width:430px) {
  .collection-scroll {
    min-height: 265svh;
  }

  .collection-sticky {
    padding: 118px 12px 20px;
  }

  .collection-title {
    font-size: clamp(2rem, 11.5vw, 2.95rem);
  }

  .collection-text {
    max-width: 16rem;
  }

  .collection-cards {
    min-height: clamp(350px, 52svh, 440px);
  }

  .collection-model {
    width: min(78vw, 276px);
  }

  .collection-model-img {
    width: 100%;
  }

  .collection-card {
    width: min(70vw, 236px);
    max-width: 236px;
    border-radius: 20px;
  }

  .collection-card-title {
    font-size: 1.16rem;
  }

  .collection-card-desc,
  .collection-card-list li {
    font-size: 11.7px;
  }

  .collection-card-meta {
    gap: .7rem;
  }

  .card-one {
    --card-x: clamp(-82px, -22vw, -56px);
    --card-y: clamp(28px, 5vh, 56px);
  }

  .card-two {
    --card-x: clamp(-10px, -1vw, 6px);
    --card-y: clamp(-18px, -3vh, -6px);
  }

  .card-three {
    --card-x: clamp(58px, 15vw, 84px);
    --card-y: clamp(24px, 5vh, 50px);
  }
}

/* Small Mobile */
@media (max-width:375px) {
  .collection-scroll {
    min-height: 275svh;
  }

  .collection-sticky {
    padding: 114px 10px 18px;
  }

  .collection-title {
    font-size: clamp(1.85rem, 11vw, 2.45rem);
  }

  .collection-cards {
    min-height: clamp(334px, 50svh, 410px);
  }

  .collection-model {
    width: min(79vw, 248px);
  }

  .collection-model-img {
    width: 100%;
  }

  .collection-card {
    width: min(72vw, 222px);
    max-width: 222px;
    border-radius: 18px;
  }

  .collection-card-body {
    padding: .92rem .82rem 1rem;
  }

  .collection-card-title {
    font-size: 1.08rem;
  }

  .collection-card-desc,
  .collection-card-list li,
  .collection-card-link {
    font-size: 11.35px;
  }

  .collection-card-badge {
    width: 100%;
    justify-content: center;
  }

  .card-one {
    --card-x: clamp(-74px, -21vw, -50px);
    --card-y: clamp(30px, 5vh, 56px);
  }

  .card-two {
    --card-x: clamp(-8px, -1vw, 6px);
    --card-y: clamp(-16px, -3vh, -4px);
  }

  .card-three {
    --card-x: clamp(50px, 14vw, 72px);
    --card-y: clamp(26px, 5vh, 50px);
  }
}

@media (max-width:576px) {
  .collection-scroll {
    min-height: auto;
  }

  .collection-sticky {
    position: static;
    height: auto;
    min-height: auto;
    gap: 1.5rem;
    padding: 118px 16px 36px;
  }

  .collection-copy {
    max-width: none;
  }

  .collection-cards {
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .collection-model {
    display: none;
  }

  .collection-model-img {
    display: none;
  }

  .collection-card,
  .collection-card.is-active {
    position: sticky;
    top: 112px;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    opacity: 1;
    transform: none;
    border-radius: 20px;
  }

  .collection-card + .collection-card {
    margin-top: 1rem;
  }

  .collection-card.card-three {
    max-width: none;
  }

  .collection-card.card-one {
    z-index: 1;
  }

  .collection-card.card-two {
    z-index: 2;
  }

  .collection-card.card-three {
    z-index: 3;
  }

  .card-one,
  .card-two,
  .card-three {
    --card-x: 0px;
    --card-y: 0px;
    --card-rotate: 0deg;
  }

  .collection-card-body {
    min-height: 0;
    padding: 1.1rem 1rem 1.2rem;
  }

  .collection-card-title {
    font-size: 1.2rem;
  }

  .collection-card-desc,
  .collection-card-list li,
  .collection-card-link {
    font-size: .82rem;
    line-height: 1.5;
  }

  .collection-card-media {
    display: none;
  }
}

.over-hero-flow {
  --over-hero-height: 100svh;
  position: relative;
  isolation: isolate;
  background: var(--accent);
}

.over-hero-bg {
  position: sticky;
  top: 0;
  height: var(--over-hero-height);
  z-index: 0;
  overflow: hidden;
  will-change: opacity;
}

.over-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.over-hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(0,0,0,.22) 100%);
  pointer-events: none;
}

.over-banner {
  margin-top: calc(-1 * var(--over-hero-height));
  position: relative;
  z-index: 2;
  min-height: var(--over-hero-height);
  background: transparent;
}

.over-banner-strip {
  position: relative;
  min-height: var(--over-hero-height);
  display: flex;
  align-items: flex-end;
}

.over-banner-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(300px, 34vw, 440px);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(1.2rem, 2vw, 1.8rem) 5% clamp(16rem, 30vh, 24rem) 5%;
}

.over-banner-left {
  display: flex;
  flex-direction: column;
}

.over-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .60);
  margin-bottom: 1.2rem;
}

.over-banner-eyebrow::before {
  content: '•';
  color: #f7b704;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.over-banner-h1 {
  font-family: var(--heading);
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.04em;
  color: #1a1714;
  margin: 0;
}

.over-banner-h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 3px rgba(26, 23, 20, .45);
  display: block;
}

.over-banner-right {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.over-banner-sub {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: #1a1714;
  margin: 0;
}

.over-banner-actions {
  display: flex;
  gap: .875rem;
  flex-wrap: wrap;
}

.over-btn {
  display: inline-flex;
  align-items: center;
  padding: .65rem 1.5rem;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  color: #1a1714;
  border: 1px solid rgba(26, 23, 20, .15);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.over-btn:hover {
  background: #f0ede8;
  border-color: rgba(26, 23, 20, .30);
}

@media(max-width:960px) {
  .over-hero-flow {
    --over-hero-height: min(85svh, 800px);
  }

  .over-banner-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-bottom: clamp(8rem, 18vh, 12rem);
  }
}

@media(max-width:640px) {
  .over-hero-flow {
    --over-hero-height: 100svh;
  }

  .over-hero-bg img {
    object-position: center bottom;
    opacity: .42;
    filter: saturate(.92) contrast(.94);
  }

  .over-banner-strip {
    min-height: var(--over-hero-height);
    align-items: flex-end;
  }

  .over-banner-inner {
    gap: 1.15rem;
    padding: 112px 16px 28px;
  }

  .over-banner-right {
    gap: 1rem;
  }

  .over-banner-sub {
    max-width: 28rem;
    font-size: 15px;
    line-height: 1.65;
  }

  .over-banner-actions {
    width: 100%;
  }

  .over-btn {
    width: 100%;
    justify-content: center;
  }

  .over-banner-h1 {
    font-size: clamp(2.6rem, 10vw, 3.8rem)
  }
}

/* ── Sticky steps section ────────────────────────────────────── */
.visibility-journey-header {
  position: relative;
  padding: clamp(76px, 9vw, 122px) 5vw;
  background: #f7b704;
  overflow: clip;
}

/* .visibility-journey-header::before {
  content: "";
  position: absolute;
  inset: auto auto -18% -8%;
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .66) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
} */

.visibility-journey-header-inner {
  position: relative;
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.visibility-journey-kicker {
  max-width: 38rem;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(33, 33, 33, .72);
  margin: 0;
}

.visibility-journey-title {
  max-width: 11ch;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 0;
}

.visibility-journey-lead {
  max-width: 40rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.82;
  color: rgba(33, 33, 33, .76);
  margin: 0;
}

.visibility-journey-steps {
  position: relative;
  background: #0d1419;
  color: var(--white);
}

.journey-step {
  position: relative;
  height: clamp(980px, 176vh, 1480px);
}

.journey-step-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  display: grid;
  overflow: hidden;
}

.journey-step-media,
.journey-step-wash,
.journey-step-shell {
  grid-area: 1/1;
}

.journey-step-media {
  position: relative;
  background: #0d1419;
}

.journey-step-media img {
  width: 100%;
  height: 132%;
  min-height: 132%;
  object-fit: cover;
  display: block;
  transform: translate3d(0, -12%, 0) scale(1.18);
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
  filter: saturate(.92) contrast(.98) brightness(.82);
}

.journey-step-wash {
  --journey-overlay-angle: 110deg;
  position: relative;
  background:
    linear-gradient(var(--journey-overlay-angle), rgba(7, 11, 15, .84) 10%, rgba(7, 11, 15, .46) 44%, rgba(7, 11, 15, .16) 100%),
    linear-gradient(180deg, rgba(7, 11, 15, .08) 0%, rgba(7, 11, 15, .26) 58%, rgba(7, 11, 15, .52) 100%);
}

.journey-step.is-right .journey-step-wash {
  --journey-overlay-angle: 250deg;
}

.journey-step-shell {
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 84px);
}

.journey-step.is-right .journey-step-shell {
  justify-items: end;
}

.journey-step-copy-wrap {
  width: min(100%, 38rem);
  display: grid;
  gap: 1.1rem;
  will-change: transform, opacity;
  backface-visibility: hidden;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.journey-step-copy-cluster {
  display: grid;
  gap: .85rem;
}

.journey-step-index {
  font-family: var(--heading);
  font-size: clamp(4.6rem, 11vw, 8rem);
  font-weight: 500;
  line-height: .86;
  color: rgba(255, 255, 255, .2);
  margin: 0;
}

.journey-step-label {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, .84);
  margin: 0;
}

.journey-step-title {
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0;
  max-width: 10ch;
}

.journey-step-copy {
  max-width: 30rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.84;
  color: rgba(255, 255, 255, .9);
  margin: 0;
}

.visibility-journey-outro {
  position: relative;
  z-index: 2;
  padding: clamp(42px, 5vw, 64px) 5vw clamp(74px, 8vw, 98px);
  background: #0d1419;
}

.visibility-journey-outro-inner {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.visibility-journey-outro-copy {
  max-width: 34rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, .72);
  margin: 0;
}

.visibility-journey-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--brand-accent-rgb), .28);
  background: var(--accent);
  color: #10171c;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(var(--brand-accent-rgb), .24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.visibility-journey-btn:hover {
  transform: translateY(-2px);
  background: var(--accent-strong);
  box-shadow: 0 18px 42px rgba(var(--brand-accent-rgb), .3);
}

@media(max-width:900px) {
  .visibility-journey-header {
    padding-inline: 1.25rem;
  }

  .journey-step {
    height: clamp(900px, 152vh, 1300px);
  }

  .journey-step-shell {
    padding: 1.25rem;
  }

  .journey-step.is-right .journey-step-shell {
    justify-items: start;
  }

  .journey-step-copy-wrap {
    width: min(100%, 31rem);
  }

  .journey-step-title {
    max-width: 11ch;
  }

  .visibility-journey-outro {
    padding-inline: 1.25rem;
  }
}

@media(max-width:640px) {
  .visibility-journey-title {
    max-width: 10ch;
  }

  .journey-step {
    height: clamp(820px, 138vh, 1180px);
  }

  .journey-step-media img {
    height: 126%;
    min-height: 126%;
    transform: translate3d(0, -10%, 0) scale(1.12);
  }

  .journey-step-copy-wrap {
    gap: .9rem;
  }

  .journey-step-title {
    max-width: none;
    font-size: clamp(2rem, 11vw, 3.2rem);
  }
}

@media(prefers-reduced-motion:reduce) {

  .journey-step-media img,
  .visibility-journey-btn {
    transform: none !important;
    transition: none;
  }
}

/* ── Ons Proces sticky section ──────────────────────────────── */
.op-process {
  background: #0e0e0e;
  color: #fff;
  padding: 0 5%;
}

.op-process-inner {
  display: grid;
  grid-template-columns: 1fr clamp(420px, 42vw, 620px);
}

.op-process-left {
  padding: clamp(80px, 12vh, 140px) 0;
}

.op-process-sticky {
  position: sticky;
  top: calc(50vh - 160px);
}

.op-process-eyebrow {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin: 0 0 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.op-process-eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  flex-shrink: 0;
}

.op-process-heading {
  font-family: var(--heading);
  font-size: clamp(3.35rem, 7.2vw, 6rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
  margin: 0;
  color: #fff;
  position: relative;
  display: inline-block;
}

.op-process-dot {
  display: inline-block;
  width: clamp(10px, 1.1vw, 16px);
  height: clamp(10px, 1.1vw, 16px);
  background: var(--accent, #f7b704);
  border-radius: 2px;
  vertical-align: super;
  margin-left: .25em;
}

.op-process-right {
  padding: clamp(80px, 12vh, 140px) clamp(16px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vh, 20px);
}

.op-process-step {
  min-height: clamp(260px, 34vh, 360px);
  padding: clamp(36px, 5vh, 56px) clamp(28px, 3.5vw, 48px);
  background: #1a1a1a;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(2rem, 4vh, 3.5rem);
  transition: background .3s ease;
}

.op-process-step:hover {
  background: #202020;
}

.op-process-step-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.op-process-step-name {
  font-family: var(--heading);
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
}

.op-process-step-num {
  font-family: var(--heading);
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  flex-shrink: 0;
}

.op-process-step.has-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.op-process-step.has-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(247, 183, 4, .22) 0%,
    rgba(247, 183, 4, .38) 55%,
    rgba(247, 183, 4, .52) 100%
  );
  border-radius: inherit;
}

.op-process-step.has-bg .op-process-step-head,
.op-process-step.has-bg .op-process-step-desc {
  position: relative;
  z-index: 1;
}

.op-process-step.has-bg .op-process-step-name,
.op-process-step.has-bg .op-process-step-num,
.op-process-step.has-bg .op-process-step-desc {
  color: #fff;
  font-weight: 500;
}

.op-process-step-desc {
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  color: rgba(0, 0, 0, .72);
  margin: 0;
}

@media (max-width: 1024px) {
  .op-process-inner {
    grid-template-columns: 1fr;
  }

  .op-process-left {
    padding-bottom: 0;
  }

  .op-process-sticky {
    position: static;
  }

  .op-process-right {
    padding-top: 0;
    padding-inline: 0;
  }

  .op-process-heading {
    font-size: clamp(4rem, 14vw, 7rem);
  }

  .op-process-step {
    min-height: unset;
  }
}

@media (max-width: 640px) {
  .op-process {
    padding: 0 1.25rem;
  }

  .op-process-step.has-bg {
    background-position: center bottom;
  }

  .op-process-step-name,
  .op-process-step-num {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}

/* ── Over story / bio section ────────────────────────────────── */
.op-story {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: clamp(72px, 10vh, 120px) 5%;
  color: #000;
  background: transparent;
  overflow: hidden;
}

.op-story-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - clamp(144px, 20vh, 240px));
  display: flex;
  align-items: center;
}

.op-story-content {
  position: relative;
  z-index: 1;
  width: min(48%, 620px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vh, 44px);
}

.op-story-img-wrap {
  position: absolute;
  right: 0;
  bottom: clamp(-32px, -3vw, -12px);
  width: 52%;
  height: min(92svh, 840px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.op-story-img-wrap img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform: translateY(8%);
  transform-origin: center bottom;
}

.op-story-headline {
  font-family: var(--heading);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #000;
  margin: 0;
  max-width: 26ch;
}

.op-story-dot {
  color: var(--primary-strong);
}

.op-story-body {
  display: grid;
  grid-template-columns: clamp(80px, 10vw, 140px) 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.op-story-label {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .76);
  padding-top: .2rem;
}

.op-story-col {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.op-story-col p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, .92);
  margin: 0;
}

.op-story .fc-meer {
  color: #000;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: flex-start;
}

.op-story .fc-meer:hover {
  color: #000;
}

.op-story-more {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.45s ease;
}

.op-story-more.is-open {
  grid-template-rows: 1fr;
}

.op-story-more-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

@media (max-width: 960px) {
  .op-story {
    min-height: auto;
    padding: clamp(48px, 8vh, 80px) 5% clamp(220px, 34vh, 300px);
  }

  .op-story-inner {
    min-height: 0;
  }

  .op-story-content {
    width: min(100%, 38rem);
  }

  .op-story-img-wrap {
    width: min(76vw, 430px);
    top: auto;
    right: 5%;
    bottom: clamp(-24px, -3vw, -10px);
    height: clamp(240px, 42vw, 400px);
    justify-content: flex-end;
  }

  .op-story-img-wrap img {
    height: 100%;
    width: auto;
    transform: translateY(8%);
  }

  .op-story-body {
    grid-template-columns: 1fr 1fr;
  }

  .op-story-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .over-hero-flow {
    overflow: clip;
  }

  .op-story {
    padding: 36px 16px 40px;
    margin-top: -1px;
    padding-bottom: 0px;
  }

  .op-story-inner {
    display: grid;
    gap: 28px;
  }

  .op-story-content {
    width: 100%;
    gap: 24px;
  }

  .op-story-headline {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .op-story-img-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    justify-content: center;
    pointer-events: auto;
  }

  .op-story-img-wrap img {
    width: min(100%, 320px);
    height: auto;
    transform: none;
    margin-inline: auto;
  }

  .op-story-body {
    grid-template-columns: 1fr;
  }
}

/* Brillen Features Refresh */
.bf {
  position: relative;
  overflow: clip;
  padding: clamp(84px, 9vw, 136px) 0 clamp(64px, 7vw, 112px);
  color: #f4efe8;
  background:
    radial-gradient(circle at top left, rgba(var(--brand-accent-rgb), .18), transparent 24%),
    linear-gradient(180deg, #181615 0%, #22201e 52%, #171514 100%);
}

.bf::before,
.bf::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(12px);
}

.bf::before {
  top: 8%;
  right: -12%;
  width: clamp(220px, 24vw, 360px);
  height: clamp(220px, 24vw, 360px);
  background: radial-gradient(circle, rgba(var(--brand-accent-rgb), .18) 0%, rgba(var(--brand-accent-rgb), 0) 72%);
}

.bf::after {
  left: -10%;
  bottom: 8%;
  width: clamp(240px, 28vw, 420px);
  height: clamp(240px, 28vw, 420px);
  background: radial-gradient(circle, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 72%);
}

.bf-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
}

.bf-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
  gap: 1.5rem 3rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.bf-head-copy {
  display: grid;
  gap: .8rem;
}

.bf-kicker {
  margin: 0;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(244, 239, 232, .58);
}

.bf-title {
  margin: 0;
  max-width: 11ch;
  color: #fffaf2;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: -.05em;
}

.bf-lead {
  margin: 0;
  max-width: 34rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.75;
  color: rgba(244, 239, 232, .72);
}

.bf-scroll {
  position: relative;
}

.bf-gallery {
  position: relative;
  top: auto;
  overflow-x: auto;
  overflow-y: visible;
  padding: clamp(12px, 2vw, 24px) 0 1rem;
  scrollbar-width: none;
}

.bf-gallery::-webkit-scrollbar {
  display: none;
}

.bf-track {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 26px);
  width: max-content;
  padding: 0 clamp(18px, 4vw, 44px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.bf-slide {
  --bf-shift: 0px;
  position: relative;
  flex: 0 0 clamp(280px, 28vw, 420px);
  aspect-ratio: 4 / 5.6;
  overflow: hidden;
  border-radius: clamp(24px, 2vw, 32px);
  transform: translate3d(0, var(--bf-shift), 0);
  background: #302c28;
}

.bf-slide:nth-child(2n) {
  --bf-shift: clamp(18px, 2.4vw, 32px);
}

.bf-slide:nth-child(3n) {
  --bf-shift: clamp(-18px, -1vw, -10px);
}

.bf-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 10, 10, 0) 38%, rgba(11, 10, 10, .18) 58%, rgba(11, 10, 10, .72) 100%);
}

.bf-slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.bf-slide-meta {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: .45rem;
  padding: clamp(1.15rem, 1.8vw, 1.7rem);
}

.bf-slide-eyebrow {
  margin: 0;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, .72);
}

.bf-slide-title {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: .98;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.bf.is-scroll-enhanced .bf-gallery {
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (max-width:1100px) {
  .bf-head {
    grid-template-columns: 1fr;
  }

  .bf-title,
  .bf-lead {
    max-width: none;
  }
}

@media (max-width:900px) {
  .bf-track {
    gap: 14px;
  }

  .bf-slide {
    flex-basis: min(74vw, 360px);
  }
}

@media (max-width:640px) {
  .bf {
    padding-top: 72px;
  }

  .bf-title {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .bf-gallery {
    padding-bottom: .4rem;
  }

  .bf-slide {
    flex-basis: min(80vw, 320px);
    border-radius: 24px;
  }

  .bf-slide-meta {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-slide,
  .bf-track,
  .bf-slide-image {
    transform: none !important;
  }
}

/* Brillen editorial sections */
.brx-shell {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
}

.brx-kicker {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .58);
}

.brx-title,
.brx-story-title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.brx-overview {
  position: relative;
  overflow: clip;
  padding: clamp(92px, 10vw, 144px) 0;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-accent-rgb), .14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .84) 0%, rgba(243, 243, 243, .92) 100%);
}

.brx-overview::before {
  content: '';
  position: absolute;
  inset: auto auto 8% -10%;
  width: clamp(240px, 32vw, 420px);
  height: clamp(240px, 32vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--brand-primary-rgb), .08) 0%, rgba(var(--brand-primary-rgb), 0) 72%);
  pointer-events: none;
}

.brx-overview-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  gap: 1.5rem 3rem;
  align-items: end;
}

.brx-overview-copy {
  display: grid;
  gap: .9rem;
}

.brx-lead {
  margin: 0;
  max-width: 36rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.85;
  color: rgba(var(--brand-primary-rgb), .78);
}

.brx-feature-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  margin-top: clamp(2.6rem, 5vw, 4.8rem);
}

.brx-feature-visuals {
  position: relative;
  min-height: clamp(420px, 54vw, 720px);
  padding: clamp(18px, 2vw, 24px);
  border-radius: clamp(28px, 3vw, 40px);
  background:
    linear-gradient(160deg, rgba(var(--brand-primary-rgb), .98) 0%, rgba(52, 60, 68, .96) 100%);
  box-shadow: 0 30px 80px rgba(var(--brand-primary-rgb), .16);
  overflow: hidden;
}

.brx-feature-visuals::before {
  content: '';
  position: absolute;
  inset: auto auto -18% -10%;
  width: clamp(220px, 24vw, 320px);
  height: clamp(220px, 24vw, 320px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--brand-accent-rgb), .26) 0%, rgba(var(--brand-accent-rgb), 0) 70%);
}

.brx-feature-main,
.brx-feature-inset {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(22px, 2vw, 30px);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .16);
}

.brx-feature-main {
  position: absolute;
  inset: clamp(18px, 2vw, 24px) clamp(84px, 9vw, 110px) clamp(120px, 14vw, 168px) clamp(18px, 2vw, 24px);
}

.brx-feature-inset {
  position: absolute;
  right: clamp(18px, 2vw, 24px);
  bottom: clamp(18px, 2vw, 24px);
  width: min(42%, 280px);
  aspect-ratio: 4 / 4.6;
  border: 6px solid rgba(255, 255, 255, .14);
}

.brx-feature-main img,
.brx-feature-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brx-feature-note {
  position: absolute;
  left: clamp(18px, 2vw, 24px);
  right: clamp(18px, 2vw, 24px);
  bottom: clamp(18px, 2vw, 24px);
  z-index: 1;
  display: grid;
  gap: .4rem;
  max-width: min(72%, 28rem);
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 250, 242, .12);
  backdrop-filter: blur(14px);
  color: #fffaf2;
}

.brx-feature-note span {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, .66);
}

.brx-feature-note strong {
  font-family: var(--heading);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 500;
  line-height: 1.28;
}

.brx-feature-list {
  display: grid;
  border-top: 1px solid var(--rule);
}

.brx-feature-item {
  padding: clamp(1.5rem, 2vw, 2rem) 0;
  border-bottom: 1px solid var(--rule);
}

.brx-feature-heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.brx-feature-number {
  font-family: var(--heading);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  color: var(--accent);
  line-height: 1;
  padding-top: .22rem;
}

.brx-feature-label {
  margin: 0 0 .35rem;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(var(--brand-primary-rgb), .46);
}

.brx-feature-title {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.brx-feature-text {
  margin: .9rem 0 0 84px;
  max-width: 38rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.1vw, 1.05rem);
  line-height: 1.82;
  color: rgba(var(--brand-primary-rgb), .76);
}

.brx-story {
  position: relative;
  overflow: clip;
  padding: clamp(88px, 10vw, 140px) 0;
}

.brx-story--warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--brand-accent-rgb), .12), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 242, .84) 0%, rgba(255, 255, 255, .98) 100%);
}

.brx-story--slate {
  background:
    radial-gradient(circle at 88% 16%, rgba(var(--brand-primary-rgb), .12), transparent 28%),
    linear-gradient(180deg, rgba(241, 242, 243, .96) 0%, rgba(255, 255, 255, .98) 100%);
}

.brx-story--mist {
  background:
    radial-gradient(circle at 80% 22%, rgba(var(--brand-accent-rgb), .10), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(245, 245, 245, .98) 100%);
}

.brx-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.brx-story.is-reverse .brx-story-grid {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
}

.brx-story.is-reverse .brx-story-media {
  order: 2;
}

.brx-story.is-reverse .brx-story-copy {
  order: 1;
}

.brx-story-media {
  position: relative;
  height: clamp(460px, 58vw, 760px);
  margin: 0;
  border-radius: clamp(30px, 3vw, 42px);
  overflow: hidden;
  box-shadow: 0 32px 84px rgba(var(--brand-primary-rgb), .14);
  background: linear-gradient(135deg, rgba(var(--brand-primary-rgb), .18) 0%, rgba(var(--brand-accent-rgb), .12) 100%);
}

.brx-story-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .08) 100%);
}

.brx-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.brx-story-copy {
  max-width: 39rem;
}

.brx-story-intro {
  margin: 1.5rem 0 0;
  font-family: var(--sans);
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
  line-height: 1.78;
  color: rgba(var(--brand-primary-rgb), .88);
}

.brx-story-text {
  margin: 1.25rem 0 0;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.1vw, 1.05rem);
  line-height: 1.86;
  color: rgba(var(--brand-primary-rgb), .74);
}

.brx-story-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 1.5rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.brx-story-points li {
  position: relative;
  padding-left: 1.15rem;
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.55;
  color: rgba(var(--brand-primary-rgb), .82);
}

.brx-story-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.brx-story-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
}

.brx-story-link::after {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transition: transform .24s ease;
}

.brx-story-link:hover::after {
  transform: scaleX(1.3);
}

@media (max-width:1100px) {
  .brx-overview-head,
  .brx-feature-stage,
  .brx-story-grid,
  .brx-story.is-reverse .brx-story-grid {
    grid-template-columns: 1fr;
  }

  .brx-story.is-reverse .brx-story-media,
  .brx-story.is-reverse .brx-story-copy {
    order: initial;
  }

  .brx-title,
  .brx-lead,
  .brx-story-copy {
    max-width: none;
  }

  .brx-feature-visuals {
    min-height: 560px;
  }

  .brx-story-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width:720px) {
  .brx-overview,
  .brx-story {
    padding: 78px 0;
  }

  .brx-title,
  .brx-story-title {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  .brx-feature-heading {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .brx-feature-text {
    margin-left: 0;
  }

  .brx-feature-visuals {
    min-height: 440px;
  }

  .brx-feature-main {
    inset: 16px 16px 122px 16px;
  }

  .brx-feature-inset {
    width: min(44%, 190px);
    right: 16px;
    bottom: 16px;
  }

  .brx-feature-note {
    max-width: calc(100% - 32px);
  }

  .brx-story-media {
    height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brx-story-link::after {
    transition: none;
  }
}

/* ─── Brillen Hero ──────────────────────────────────────────── */
.bh {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #0d0b08;
  display: flex;
  flex-direction: column;
}

.bh-bg {
  position: absolute;
  inset: -20% 0;
  z-index: 0;
  will-change: transform;
}

.bh-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.bh-overlay {
  display: none;
}

.bh-foot {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: clamp(2rem, 4vh, 4rem) 5%;
}

.bh-headline {
  font-family: var(--heading);
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.04em;
  color: #fff;
  margin: 0 0 1.2rem;
}

.bh-headline em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .40);
  display: block;
}

.bh-tagline {
  font-family: var(--sans);
  font-size: clamp(.875rem, 1.15vw, 1rem);
  color: rgba(255, 255, 255, .58);
  line-height: 1.65;
  max-width: 320px;
  margin: 0;
}

@media(max-width:640px) {
  .bh-headline {
    font-size: clamp(2.5rem, 10vw, 3.5rem)
  }
}

/* ── Glazen intro + cards ────────────────────────────────────── */
.gz-intro {
  padding: clamp(80px, 12vh, 140px) 5% 0;
  text-align: center;
  background: #fff;
}

.gz-intro-shell {
  max-width: 860px;
  margin: 0 auto;
}

.gz-intro-kicker {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 2rem;
}

.gz-intro-title {
  font-family: var(--heading);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  color: #4e5559;
  margin: 0 0 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gz-intro-heading {
  font-family: var(--sans);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.gz-cards {
  padding: 0 0 clamp(80px, 12vh, 140px);
  background: #fff;
  overflow: hidden;
}

.gz-cards-shell {
  width: 100%;
}

.gz-cards-grid {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(80px, 12vh, 130px) 3% clamp(60px, 10vh, 100px);
}

.gz-card {
  width: clamp(280px, 24vw, 370px);
  min-height: clamp(420px, 56vh, 580px);
  flex-shrink: 0;
  background: #f7f5f1;
  border-radius: 24px;
  padding: clamp(32px, 4vw, 52px) clamp(26px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  gap: .85rem;
  box-shadow: 0 10px 48px rgba(0,0,0,.11);
  position: relative;
  cursor: default;
  transition: transform .38s cubic-bezier(.34,1.56,.64,1), box-shadow .38s ease;
}

.gz-card + .gz-card {
  margin-left: -52px;
}

.gz-card:nth-child(1) { transform: rotate(-13deg) translateY(130px); z-index: 1; }
.gz-card:nth-child(2) { transform: rotate(-4deg) translateY(32px);  z-index: 2; }
.gz-card:nth-child(3) { transform: rotate(4deg)  translateY(32px);  z-index: 3; }
.gz-card:nth-child(4) { transform: rotate(13deg) translateY(130px); z-index: 4; }

.gz-card:hover {
  transform: rotate(0deg) translateY(-32px) !important;
  z-index: 10;
  box-shadow: 0 32px 80px rgba(0,0,0,.16);
}

.gz-card--bg {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.gz-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  border-radius: inherit;
  z-index: 0;
}

.gz-card-inner {
  position: relative;
  z-index: 1;
}

.gz-card--bg .gz-card-num  { color: var(--accent); }
.gz-card--bg .gz-card-label { color: rgba(255,255,255,.7); }
.gz-card--bg .gz-card-title { color: #fff; }
.gz-card--bg .gz-card-text  { color: rgba(255,255,255,.82); }

.gz-card-num {
  font-family: var(--heading);
  font-size: clamp(2.8rem, 3.8vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  color: var(--accent);
}

.gz-card-label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin: 0;
}

.gz-card-title {
  font-family: var(--heading);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
  margin: 0;
}

.gz-card-text {
  font-family: var(--sans);
  font-size: clamp(.85rem, .95vw, .95rem);
  line-height: 1.75;
  color: rgba(0,0,0,.58);
  margin: 0;
}

@media (max-width: 900px) {
  body.page-glazen .brl-hero-flow {
    --brl-hero-height: max(100svh, 980px);
    height: auto;
    min-height: var(--brl-hero-height);
  }

  body.page-glazen .brl-banner-strip {
    align-items: flex-start;
  }

  body.page-glazen .brl-banner-inner {
    max-width: 640px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 116px 20px 32px;
  }

  body.page-glazen .brl-banner-left,
  body.page-glazen .brl-banner-right {
    max-width: 100%;
    justify-self: start;
  }

  body.page-glazen .brl-banner-sub {
    max-width: 100%;
  }

  body.page-glazen .brl-banner-actions {
    flex-direction: row;
    align-items: center;
  }

  body.page-glazen .brl-btn {
    min-width: 0;
  }

  .gz-intro {
    padding: clamp(56px, 8vh, 88px) 5% 0;
  }

  .gz-intro-shell {
    max-width: 720px;
  }

  .gz-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 18px;
    padding: 36px 5% 48px;
  }

  .gz-card {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin-left: 0 !important;
    transform: none !important;
    transition: none;
  }

  .gz-card:nth-child(1),
  .gz-card:nth-child(2),
  .gz-card:nth-child(3),
  .gz-card:nth-child(4) {
    transform: none !important;
  }

  .gz-card:hover {
    transform: none !important;
    box-shadow: 0 10px 48px rgba(0,0,0,.11);
  }

  .gz-showcase-shell,
  .gz-showcase-stage {
    min-height: auto;
    height: auto;
  }

  .gz-panel {
    min-height: clamp(760px, 92svh, 920px);
    height: auto;
    padding: 72px 20px 88px;
    align-items: flex-end;
  }

  .gz-panel-content,
  .gz-panel--reverse .gz-panel-content {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .gz-panel--reverse .gz-panel-copy,
  .gz-panel--reverse .gz-panel-detail {
    order: initial;
    justify-self: start;
  }

  .gz-panel-copy,
  .gz-panel-detail,
  .gz-panel-intro {
    max-width: 100%;
  }

  .gz-showcase-rail,
  .gz-showcase-ui,
  .gz-showcase-grid {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .gz-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 16px;
    padding: 40px 5%;
  }
  .gz-card {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin-left: 0 !important;
    transform: none !important;
    transition: none;
  }
  .gz-card:nth-child(1),
  .gz-card:nth-child(2),
  .gz-card:nth-child(3),
  .gz-card:nth-child(4) {
    transform: none !important;
  }
  .gz-card:hover {
    transform: none !important;
    box-shadow: 0 10px 48px rgba(0,0,0,.11);
  }
}

@media (max-width: 480px) {
  .gz-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 12px;
    padding: 28px 4%;
  }
  .gz-card {
    width: 100%;
    padding: 22px 18px;
    border-radius: 20px;
    min-height: 100%;
    height: 100%;
  }
  .gz-card-title {
    font-size: 1.05rem;
  }
  .gz-card-text {
    font-size: .82rem;
    line-height: 1.6;
  }
}

@media (max-width: 560px) {
  body.page-glazen .brl-hero-flow {
    --brl-hero-height: max(52svh, 560px);
  }

  body.page-glazen .brl-banner-inner {
    padding: 104px 16px 24px;
    gap: 14px;
  }

  body.page-glazen .brl-banner-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .gz-intro-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .gz-intro-heading {
    font-size: .95rem;
    line-height: 1.65;
  }

  .gz-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 14px;
    padding: 28px 4% 40px;
  }

  .gz-card {
    min-height: 100%;
    height: 100%;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .gz-showcase-lead {
    padding: 0 5% 8px;
  }

  .gz-showcase-lead-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .gz-panel {
    min-height: auto;
    padding: 64px 16px 84px;
  }

  .gz-panel-title {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
    line-height: .94;
  }

  .gz-panel-intro,
  .gz-panel-text {
    font-size: .9rem;
    line-height: 1.6;
  }
}

@media (max-width: 430px) {
  .gz-cards-grid {
    gap: 10px;
    padding: 24px 4% 36px;
  }

  .gz-card {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .gz-card-num {
    font-size: clamp(2.1rem, 8vw, 2.7rem);
  }

  .gz-card-label {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .gz-card-title {
    font-size: .95rem;
    line-height: 1.2;
  }

  .gz-card-text {
    font-size: .78rem;
    line-height: 1.5;
  }
}

@media (max-width: 425px) {
  body.page-glazen .brl-hero-flow {
    --brl-hero-height: max(50svh, 520px);
  }

  body.page-glazen .brl-hero-bg img {
    transform: scale(1.26);
    object-position: center bottom;
  }

  .gz-cards-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gz-card {
    min-height: auto;
    height: auto;
  }

  .gz-showcase-shell,
  .gz-showcase-shell.is-enhanced {
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .gz-showcase-stage,
  .gz-showcase-track,
  .gz-showcase-shell.is-enhanced .gz-showcase-stage,
  .gz-showcase-shell.is-enhanced .gz-showcase-track {
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .gz-showcase-track,
  .gz-showcase-shell.is-enhanced .gz-showcase-track {
    display: flex;
    flex-direction: column;
  }

  .gz-panel,
  .gz-showcase-shell.is-enhanced .gz-panel {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: clamp(560px, 78svh, 680px);
    padding: 84px 14px 40px;
    align-items: flex-start;
  }

  .gz-panel + .gz-panel,
  .gz-showcase-shell.is-enhanced .gz-panel + .gz-panel {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .gz-panel-content,
  .gz-showcase-shell.is-enhanced .gz-panel-content {
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .gz-panel-copy,
  .gz-panel-detail,
  .gz-showcase-shell.is-enhanced .gz-panel-copy,
  .gz-showcase-shell.is-enhanced .gz-panel-detail {
    opacity: 1;
    transform: none;
    width: 100%;
    max-width: 100%;
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-rail,
  .gz-showcase-shell.is-enhanced .gz-showcase-ui,
  .gz-showcase-shell.is-enhanced .gz-showcase-grid {
    display: none !important;
  }
}

@media (max-width: 375px) {
  body.page-glazen .brl-hero-flow {
    --brl-hero-height: max(50svh, 520px);
  }

  body.page-glazen .brl-hero-bg img {
    transform: scale(2.06);
    object-position: center bottom;
  }

  body.page-glazen .brl-banner-inner {
    padding: 102px 14px 24px;
    gap: 12px;
  }

  body.page-glazen .brl-banner-left,
  body.page-glazen .brl-banner-right,
  body.page-glazen .brl-banner-sub {
    max-width: 100%;
  }

  .gz-cards-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
    padding: 22px 4% 32px;
  }

  .gz-card {
    min-height: auto;
    height: auto;
    padding: 20px 16px;
  }
}

/* ── Glazen section 3 showcase ───────────────────────────────── */
body.page-glazen {
  overflow-x: hidden;
}

.gz-showcase {
  background: #fff;
  padding: 0;
}

.gz-showcase-lead {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 5% clamp(12px, 2vh, 20px);
  text-align: center;
}

.gz-showcase-kicker {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}

.gz-showcase-lead-title {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .98;
  color: var(--primary);
  margin: 0 0 18px;
}

.gz-showcase-lead-copy {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.8;
  color: rgba(var(--brand-primary-rgb), .72);
}

.gz-showcase-shell {
  --gz-showcase-side-pad: clamp(28px, 3vw, 44px);
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin-top: -1px;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  background: #111;
}

.pin-spacer:has(> .gz-showcase-shell) {
  background: #111;
}

.gz-showcase-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.gz-showcase-track {
  position: relative;
}

.gz-panel {
  position: relative;
  min-height: 100svh;
  padding: var(--gz-showcase-side-pad) var(--gz-showcase-side-pad) 100px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #141414;
  isolation: isolate;
}

.gz-panel + .gz-panel {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.gz-panel-media,
.gz-panel-wash,
.gz-panel-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gz-panel-media {
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  will-change: transform;
}

.gz-panel-wash {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .12) 26%, rgba(0, 0, 0, .62) 76%, rgba(0, 0, 0, .88) 100%),
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, .1), transparent 38%);
  z-index: 1;
}

.gz-panel-grain {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 16%),
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0) 22%);
  mix-blend-mode: soft-light;
  opacity: .3;
  z-index: 1;
}

.gz-panel--warm .gz-panel-wash {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .12) 26%, rgba(0, 0, 0, .64) 76%, rgba(0, 0, 0, .88) 100%),
    radial-gradient(circle at 50% 24%, rgba(255, 205, 111, .22), transparent 42%);
}

.gz-panel--slate .gz-panel-wash {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .12) 26%, rgba(0, 0, 0, .64) 76%, rgba(0, 0, 0, .88) 100%),
    radial-gradient(circle at 54% 22%, rgba(172, 191, 219, .18), transparent 44%);
}

.gz-panel--mist .gz-panel-wash {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .12) 26%, rgba(0, 0, 0, .64) 76%, rgba(0, 0, 0, .88) 100%),
    radial-gradient(circle at 48% 18%, rgba(241, 203, 179, .22), transparent 42%);
}

.gz-panel-content,
.gz-panel-index {
  position: relative;
  z-index: 3;
}

.gz-panel-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .72fr);
  align-items: end;
  gap: clamp(22px, 3vw, 42px);
}

.gz-panel--reverse .gz-panel-content {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.35fr);
}

.gz-panel--reverse .gz-panel-copy {
  order: 2;
  justify-self: end;
}

.gz-panel--reverse .gz-panel-detail {
  order: 1;
  justify-self: start;
}

.gz-panel-copy {
  max-width: min(860px, 72vw);
  will-change: transform;
}

.gz-panel-eyebrow {
  font-family: var(--sans);
  font-size: clamp(.78rem, .95vw, .92rem);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 18px;
}

.gz-panel-title {
  font-size: clamp(3.9rem, 10.4vw, 8.6rem);
  line-height: .88;
  letter-spacing: -.065em;
  color: #fff;
  margin: 0 0 18px;
}

.gz-panel-intro {
  max-width: 560px;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, .8);
  margin: 0;
}

.gz-panel-detail {
  max-width: 430px;
  justify-self: end;
  will-change: transform;
}

.gz-panel-text {
  font-size: clamp(.9rem, .98vw, 1rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, .8);
  margin: 0;
}

.gz-panel-text + .gz-panel-text {
  margin-top: 12px;
}

.gz-panel-highlights {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gz-panel-highlights li {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 11px 14px;
  font-size: .78rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gz-panel-index {
  position: absolute;
  left: var(--gz-showcase-side-pad);
  bottom: clamp(20px, 3vh, 32px);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .86);
  will-change: transform;
}

.gz-showcase-rail,
.gz-showcase-ui,
.gz-showcase-grid {
  display: none;
}

.gz-showcase-shell.is-enhanced .gz-showcase-stage {
  min-height: 100svh;
  height: 100svh;
  transform: translateZ(0);
}

.gz-showcase-shell.is-enhanced .gz-showcase-track {
  position: relative;
  height: 100%;
  will-change: transform;
}

.gz-showcase-shell.is-enhanced .gz-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-top: 0;
  will-change: transform;
  backface-visibility: hidden;
}

.gz-showcase-shell.is-enhanced .gz-panel + .gz-panel {
  border-top: 0;
}

.gz-showcase-shell.is-enhanced .gz-panel-content {
  transform: translate3d(var(--gz-content-shift-x, 0px), 0, 0);
  will-change: transform;
}

.gz-showcase-shell.is-enhanced .gz-panel-copy,
.gz-showcase-shell.is-enhanced .gz-panel-detail {
  opacity: 0;
  transform: translateY(clamp(110px, 16vh, 180px));
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gz-showcase-shell.is-enhanced .gz-panel.is-current .gz-panel-copy,
.gz-showcase-shell.is-enhanced .gz-panel.is-snap-current .gz-panel-copy {
  opacity: 1;
  transform: translateY(0);
}

.gz-showcase-shell.is-enhanced .gz-panel.is-current .gz-panel-detail,
.gz-showcase-shell.is-enhanced .gz-panel.is-snap-current .gz-panel-detail {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.13s;
}

.gz-showcase-shell.is-enhanced .gz-showcase-rail,
.gz-showcase-shell.is-enhanced .gz-showcase-ui,
.gz-showcase-shell.is-enhanced .gz-showcase-grid {
  display: block;
}

.gz-showcase-shell.is-enhanced .gz-showcase-rail {
  position: absolute;
  inset: 18px var(--gz-showcase-side-pad) auto;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  color: rgba(255, 255, 255, .96);
  font-family: var(--sans);
  font-size: clamp(.85rem, .95vw, 1rem);
  line-height: 1.25;
}

.gz-showcase-rail-item {
  min-width: 0;
}

.gz-showcase-rail-item:last-child {
  text-align: right;
}

.gz-showcase-shell.is-enhanced .gz-showcase-grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.gz-showcase-line {
  display: none;
}

.gz-showcase-shell.is-enhanced .gz-showcase-ui {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.gz-showcase-nav {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255, 255, 255, .98);
  font-family: var(--sans);
  font-size: clamp(.92rem, 1vw, 1.02rem);
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .24);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease;
}

.gz-showcase-nav--prev {
  left: var(--gz-showcase-side-pad);
}

.gz-showcase-nav--next {
  right: var(--gz-showcase-side-pad);
}

.gz-showcase-nav:hover {
  opacity: .76;
}

.gz-showcase-nav:disabled {
  opacity: .28;
  cursor: default;
}

.gz-showcase-status {
  position: absolute;
  right: var(--gz-showcase-side-pad);
  bottom: clamp(16px, 2.5vh, 28px);
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .88);
  pointer-events: none;
}

.gz-showcase-status-separator {
  color: rgba(255, 255, 255, .48);
}

.gz-showcase-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
}

.gz-showcase-progress-track,
.gz-showcase-progress-bar {
  position: absolute;
  inset: 0;
  height: 100%;
}

.gz-showcase-progress-track {
  background: rgba(255, 255, 255, .16);
}

.gz-showcase-progress-bar {
  width: 0;
  background: var(--accent);
  transform-origin: 0 50%;
}

@media (max-width: 1080px) {
  .gz-showcase-shell {
    width: min(calc(100% - 20px), 1880px);
  }

  .gz-panel-content,
  .gz-panel--reverse .gz-panel-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gz-panel--reverse .gz-panel-copy,
  .gz-panel--reverse .gz-panel-detail {
    order: initial;
    justify-self: start;
  }

  .gz-panel-copy,
  .gz-panel-detail {
    max-width: min(620px, 100%);
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
  }

  .gz-showcase-rail-item:last-child {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .gz-showcase-lead {
    padding-bottom: 12px;
  }

  .gz-showcase-shell {
    --gz-showcase-side-pad: 18px;
    min-height: 92svh;
    border-radius: 22px;
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    min-height: 92svh;
    height: 92svh;
  }

  .gz-panel {
    min-height: 92svh;
    padding: 80px 18px 100px;
  }

  .gz-panel-title {
    font-size: clamp(3rem, 17vw, 4.8rem);
    max-width: 92%;
  }

  .gz-panel-intro,
  .gz-panel-text {
    font-size: .95rem;
  }

  .gz-panel-highlights {
    gap: 8px;
  }

  .gz-panel-highlights li {
    padding: 10px 12px;
    font-size: .72rem;
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-rail {
    inset: 14px var(--gz-showcase-side-pad) auto;
    font-size: .76rem;
  }

  .gz-showcase-nav {
    top: auto;
    bottom: 54px;
    transform: none;
    font-size: .82rem;
  }

  .gz-showcase-nav--prev {
    left: var(--gz-showcase-side-pad);
  }

  .gz-showcase-nav--next {
    right: var(--gz-showcase-side-pad);
  }

  .gz-showcase-status {
    right: var(--gz-showcase-side-pad);
    bottom: 16px;
    font-size: .95rem;
  }

  .gz-showcase-line--a {
    top: 34%;
  }

  .gz-showcase-line--b {
    top: 41%;
  }
}

/* ── Tablet (≤ 900px) ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .gz-showcase-lead-title {
    font-size: clamp(2rem, 5.5vw, 3.2rem);
    line-height: 1.08;
  }

  .gz-showcase-shell {
    width: min(calc(100% - 24px), 100%);
    margin-inline: auto;
    border-radius: 24px;
    overflow: hidden;
  }

  .gz-panel {
    min-height: clamp(700px, 88svh, 880px);
    align-items: flex-start;
    padding: 108px 24px 64px;
  }

  .gz-panel-content {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .gz-panel--reverse .gz-panel-copy,
  .gz-panel--reverse .gz-panel-detail {
    order: initial;
    justify-self: start;
  }

  .gz-panel-copy,
  .gz-panel-detail {
    max-width: 100%;
    width: 100%;
  }

  .gz-panel-title {
    font-size: clamp(2.8rem, 8vw, 4.8rem);
    letter-spacing: -.05em;
    line-height: .94;
    max-width: 100%;
  }

  .gz-panel-intro,
  .gz-panel-text {
    max-width: 100%;
    font-size: .96rem;
    line-height: 1.65;
  }

  .gz-panel-media {
    transform: none;
    object-position: center center;
  }
}

/* ── Mobile (≤ 600px) ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .gz-showcase-lead {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8px;
  }

  .gz-showcase-lead-title {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
    line-height: 1.1;
  }

  .gz-showcase-shell {
    --gz-showcase-side-pad: 16px;
    width: 100%;
    border-radius: 18px;
  }

  .gz-panel {
    min-height: clamp(620px, 84svh, 760px);
    height: auto;
    padding: 92px 16px 48px;
    align-items: flex-start;
    overflow: hidden;
  }

  .gz-panel-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gz-panel-eyebrow {
    font-size: .7rem;
    letter-spacing: .14em;
    margin-bottom: 10px;
  }

  .gz-panel-title {
    font-size: clamp(2.15rem, 12vw, 3.1rem);
    letter-spacing: -.035em;
    line-height: .92;
    margin-bottom: 12px;
  }

  .gz-panel-intro {
    font-size: .9rem;
    line-height: 1.65;
    max-width: 100%;
  }

  .gz-panel-text {
    font-size: .88rem;
    line-height: 1.65;
  }

  .gz-panel-text + .gz-panel-text {
    margin-top: 10px;
  }

  .gz-panel-highlights {
    gap: 7px;
    margin-top: 16px;
  }

  .gz-panel-highlights li {
    font-size: .68rem;
    padding: 8px 11px;
  }

  .gz-panel-index {
    font-size: .88rem;
    bottom: 60px;
  }

  .gz-showcase-nav {
    bottom: 58px;
    font-size: .78rem;
  }

  .gz-showcase-status {
    bottom: 14px;
    font-size: .84rem;
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    min-height: 100svh;
    height: auto;
  }

  .gz-showcase-shell.is-enhanced .gz-showcase-rail {
    inset: 12px 16px auto;
    font-size: .7rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
  }
}

@media (max-width: 480px) {
  .gz-showcase-shell {
    width: min(calc(100% - 16px), 100%);
    border-radius: 16px;
  }

  .gz-panel {
    min-height: clamp(560px, 78svh, 680px);
    padding: 84px 14px 40px;
  }

  .gz-panel-eyebrow {
    font-size: .68rem;
    letter-spacing: .12em;
  }

  .gz-panel-title {
    font-size: clamp(1.95rem, 11vw, 2.7rem);
  }

  .gz-panel-intro,
  .gz-panel-text {
    font-size: .84rem;
    line-height: 1.55;
  }
}

@media (max-width: 900px) {
  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    width: 100%;
    margin-inline: 0;
    border-radius: 0;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  body.page-glazen .gz-showcase-shell .gz-showcase-stage,
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-track {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    flex-direction: row;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel,
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel + .gz-panel {
    margin-top: 0;
    border-top: 0;
  }
}

@media (max-width: 600px) {
  body.page-glazen .gz-showcase-shell.is-enhanced {
    min-height: 100svh;
    height: 100svh;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    min-height: 100svh;
    height: 100svh;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    min-height: 100%;
    height: 100%;
    padding: 92px 16px 48px;
    align-items: flex-start;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel-copy,
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel-detail {
    width: 100%;
    max-width: 100%;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-rail {
    display: grid !important;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-ui,
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-grid {
    display: block !important;
  }
}

@media (max-width: 480px) {
  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    width: 100%;
    margin-inline: 0;
    border-radius: 0;
    min-height: 100svh;
    height: 100svh;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    padding: 84px 14px 40px;
  }
}

/* ── Brillen page banner (sticky scroll effect) ──────────────── */
.brl-hero-flow {
  --brl-hero-height: 100svh;
  position: relative;
  isolation: isolate;
  background: #f7f5f1;
  height: var(--brl-hero-height);
  overflow: hidden;
}

.brl-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  will-change: top, right, bottom, left, border-radius;
}

.brl-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.brl-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.18) 100%);
  z-index: 1;
}

.brl-banner {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

.brl-banner-strip {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.brl-banner-actions a,
.brl-btn {
  pointer-events: auto;
}

.brl-banner-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(300px, 34vw, 440px);
  gap: clamp(1.6rem, 3vw, 3.2rem);
  padding: clamp(1.2rem, 2vw, 1.8rem) 5% clamp(16rem, 30vh, 24rem) 5%;
}

.brl-banner-left {
  display: flex;
  flex-direction: column;
}

.brl-banner-h1 {
  font-family: var(--heading);
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.04em;
  color: #1a1714;
  margin: 0;
}

.brl-banner-h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 3px rgba(26, 23, 20, .45);
  display: block;
}

.brl-banner-right {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.brl-banner-sub {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: #1a1714;
  margin: 0;
}

.brl-banner-actions {
  display: flex;
  gap: .875rem;
  flex-wrap: wrap;
}

.brl-btn {
  display: inline-flex;
  align-items: center;
  padding: .65rem 1.5rem;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  color: #1a1714;
  border: 1px solid rgba(26, 23, 20, .15);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.brl-btn:hover {
  background: #f0ede8;
  border-color: rgba(26, 23, 20, .30);
}

/* Tablet Landscape */
@media (max-width:1024px) {
  .brl-hero-flow {
    --brl-hero-height: max(100svh, 860px);
  }

  .brl-hero-bg img {
    object-fit: cover;
    object-position: center 92%;
  }

  .brl-banner-strip {
    align-items: flex-start;
  }

  .brl-banner-inner {
    max-width: min(100%, 1320px);
    margin: 0 auto;
    grid-template-columns: minmax(220px, .98fr) minmax(250px, 320px);
    align-items: start;
    gap: 1.2rem 1.8rem;
    padding: 8rem 24px 2.4rem;
  }

  .brl-banner-left {
    max-width: 18rem;
  }

  .brl-banner-h1 {
    font-size: clamp(2.6rem, 6.2vw, 4.1rem);
  }

  .brl-banner-right {
    max-width: 18rem;
    justify-self: end;
  }

  .brl-banner-sub {
    max-width: 17.5rem;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .brl-banner-actions {
    gap: .7rem;
  }

  .brl-btn {
    padding: .62rem 1.2rem;
    font-size: .74rem;
  }
}

/* Tablet Portrait */
@media (max-width:768px) {
  .brl-hero-flow {
    --brl-hero-height: max(100svh, 880px);
  }

  .brl-hero-bg img {
    object-position: center 96%;
  }

  .brl-banner-inner {
    grid-template-columns: minmax(150px, 1fr) minmax(190px, 240px);
    gap: 1rem 1.2rem;
    padding: 7.55rem 18px 2rem;
  }

  .brl-banner-left {
    max-width: 13.5rem;
  }

  .brl-banner-h1 {
    font-size: clamp(2.2rem, 7.4vw, 3.35rem);
  }

  .brl-banner-right {
    max-width: 13rem;
    justify-self: end;
  }

  .brl-banner-sub {
    max-width: 13rem;
    font-size: 13.25px;
    line-height: 1.5;
  }

  .brl-banner-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
  }

  .brl-btn {
    width: auto;
    min-width: 10.25rem;
    justify-content: center;
    padding: .58rem 1rem;
    font-size: .69rem;
  }
}

/* Mobile */
@media (max-width:576px) {
  .brl-hero-flow {
    --brl-hero-height: max(57svh, 593px);
  }

  .brl-hero-bg {
    background: #f7b103;
  }

  .brl-hero-bg img {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.48);
    transform-origin: center bottom;
  }

  .brl-banner-inner {
    grid-template-columns: minmax(120px, 1fr) minmax(160px, 190px);
    gap: .85rem 1rem;
    padding: 6.9rem 14px 1.9rem;
  }

  .brl-banner-left {
    max-width: 10.8rem;
  }

  .brl-banner-h1 {
    font-size: clamp(1.95rem, 9.8vw, 2.95rem);
  }

  .brl-banner-right {
    justify-self: end;
    max-width: 11.8rem;
  }

  .brl-banner-sub {
    max-width: 11.8rem;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .brl-banner-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .brl-btn {
    min-width: 8.6rem;
    padding: .5rem .84rem;
    font-size: .63rem;
  }

  body.page-brillen .brl-hero-flow {
    --brl-hero-height: 100svh;
  }

  body.page-brillen .brl-hero-bg img {
    transform: scale(1.14);
    object-fit: contain;
    object-position: center bottom;
    opacity: 1;
  }

  body.page-brillen .brl-banner-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 104px 16px 24px;
  }

  body.page-brillen .brl-banner-left,
  body.page-brillen .brl-banner-right,
  body.page-brillen .brl-banner-sub {
    max-width: 100%;
  }

  body.page-brillen .brl-banner-right {
    justify-self: start;
  }
}

/* Large Mobile */
@media (max-width:430px) {
  .brl-hero-flow {
    --brl-hero-height: max(57svh, 593px);
  }

  .brl-hero-bg img {
    transform: scale(1.48);
  }

  .brl-banner-inner {
    grid-template-columns: minmax(110px, 1fr) minmax(148px, 180px);
    gap: .8rem .9rem;
    padding: calc(6.6rem + 30px) 12px 1.8rem;
  }

  .brl-banner-left {
    max-width: 9.6rem;
  }

  .brl-banner-h1 {
    font-size: clamp(1.8rem, 10.7vw, 2.6rem);
  }

  .brl-banner-right {
    max-width: 10.6rem;
  }

  .brl-banner-sub {
    max-width: 10.6rem;
    font-size: 12px;
  }

  .brl-btn {
    min-width: 7.9rem;
    padding: .44rem .72rem;
    font-size: .58rem;
  }

  body.page-brillen .brl-hero-flow {
    --brl-hero-height: 100svh;
  }

  body.page-brillen .brl-hero-bg img {
    transform: scale(1.1);
  }
}

/* Small Mobile */
@media (max-width:375px) {
  .brl-hero-flow {
    --brl-hero-height: max(57svh, 593px);
  }

  .brl-hero-bg img {
    transform: scale(1.54);
  }

  .brl-banner-inner {
    grid-template-columns: minmax(102px, 1fr) minmax(138px, 165px);
    gap: .75rem .8rem;
    padding: calc(6.35rem + 30px) 10px 1.6rem;
  }

  .brl-banner-left {
    max-width: 8.8rem;
  }

  .brl-banner-h1 {
    font-size: clamp(1.68rem, 10.2vw, 2.35rem);
  }

  .brl-banner-right {
    max-width: 9.8rem;
  }

  .brl-banner-sub {
    max-width: 9.8rem;
    font-size: 11.5px;
    line-height: 1.42;
  }

  .brl-btn {
    min-width: 7.5rem;
    padding: .4rem .64rem;
    font-size: .55rem;
  }

  body.page-brillen .brl-hero-flow {
    --brl-hero-height: 100svh;
  }

  body.page-brillen .brl-hero-bg img {
    transform: scale(2.06);
  }
}

/* ── Brillen Scroll Showcase ─────────────────────────────────── */
.brl-sc {
  position: relative;
  background: #faf9f6;
}

.brl-sc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left sticky image panel */
.brl-sc-left {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 10vw, 130px) clamp(24px, 4vw, 60px) clamp(24px, 4vw, 60px);
}

.brl-sc-imgs {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-top: 0;
  border-radius: clamp(16px, 1.6vw, 26px);
  overflow: hidden;
  transition: transform 0.4s ease, margin-top 0.4s ease;
}

/* Section 01 (Enkelvoudige brillen) centers its text lower than the image;
   nudge just this section's image up to keep it level with the eyebrow label. */
.brl-sc-inner:has(.brl-sc-item:first-child.is-active) .brl-sc-imgs {
  transform: translateY(clamp(-36px, -3vw, -16px));
}

/* Section 06 (Veiligheidsbrillen) has shorter copy, so pin its sticky image
   to the same top rhythm as the text instead of re-centering it per viewport.
   That keeps the image aligned with the eyebrow/title on awkward screen sizes. */
.brl-sc-inner:has(.brl-sc-item:last-child.is-active) .brl-sc-left {
  align-items: flex-start;
}

.brl-sc-inner:has(.brl-sc-item:last-child.is-active) .brl-sc-imgs {
  transform: none;
}

.brl-sc-img {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.brl-sc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brl-sc-item-media {
  display: none;
  margin: 0 0 1.8rem;
  border-radius: clamp(16px, 1.6vw, 26px);
  overflow: hidden;
}

.brl-sc-item-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* Right scrollable items */
.brl-sc-right {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 4vw, 60px) clamp(24px, 4vw, 60px) 0;
}

.brl-sc-item {
  min-height: 65svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 48px) 0;
  opacity: 0.2;
  transition: opacity 0.5s ease;
}

.brl-sc-item.is-active {
  opacity: 1;
}

.brl-sc-item:last-child {
  justify-content: flex-start;
  padding-top: clamp(20px, 4svh, 44px);
}

@media (min-width: 1100px) and (min-height: 820px) {
  .brl-sc-inner:has(.brl-sc-item:last-child.is-active) .brl-sc-imgs {
    margin-top: clamp(44px, 6svh, 92px);
  }
}

@media (min-width: 1600px) and (min-height: 820px) {
  .brl-sc-inner {
    max-width: min(1440px, calc(100vw - 120px));
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }

  .brl-sc-right {
    padding-right: clamp(32px, 4vw, 64px);
  }

  .brl-sc-inner:has(.brl-sc-item:last-child.is-active) .brl-sc-imgs {
    margin-top: clamp(118px, 13svh, 184px);
  }

  .brl-sc-inner:has(.brl-sc-item:last-child.is-active) .brl-sc-item:not(:last-child) {
    opacity: 0;
  }

  .brl-sc-item:last-child {
    padding-bottom: clamp(72px, 10svh, 144px);
  }
}

.brl-sc-eyebrow {
  font-family: var(--sans);
  font-size: clamp(.68rem, .82vw, .78rem);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #a09890;
  margin: 0 0 1.4rem;
}

.brl-sc-heading {
  font-family: var(--heading);
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.04em;
  color: #1a1714;
  margin: 0 0 1.8rem;
}

.brl-sc-body {
  font-family: var(--sans);
  font-size: clamp(.92rem, 1.05vw, 1rem);
  line-height: 1.75;
  color: #6b6560;
  margin: 0;
}

.brl-sc-link {
  display: inline-block;
  margin-top: 1.6rem;
  font-family: var(--sans);
  font-size: clamp(.88rem, 1vw, .96rem);
  font-weight: 700;
  color: #1a1714;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: .02em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}

.brl-vb-more {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.45s ease;
}
.brl-vb-more.is-open {
  grid-template-rows: 1fr;
}
.brl-vb-more-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.4rem;
}
.brl-vb-more-inner .brl-sc-body a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .brl-sc-inner {
    grid-template-columns: 1fr;
  }

  .brl-sc-left {
    display: none;
  }

  .brl-sc-right {
    padding: clamp(28px, 6vw, 40px) clamp(20px, 5vw, 40px) clamp(40px, 6vw, 80px);
  }

  .brl-sc-item {
    min-height: auto;
    padding: 0 0 clamp(32px, 7vw, 44px);
    opacity: 1;
  }

  .brl-sc-heading {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .brl-sc-item + .brl-sc-item {
    padding-top: clamp(12px, 3vw, 18px);
    border-top: 1px solid rgba(17, 17, 17, .08);
  }

  .brl-sc-item:last-child {
    padding-top: clamp(12px, 3vw, 18px);
  }

  .brl-sc-item-media {
    display: block;
  }
}

/* ── Brillen Mosaic Gallery ──────────────────────────────────── */
.brl-mosaic {
  position: relative;
  overflow: hidden;
  background: #f7f5f1;
  padding: 110px 0;
}

.brl-mosaic-wrap {
  position: relative;
  height: clamp(1000px, 120vw, 1400px);
}

.brl-mi {
  position: absolute;
  margin: 0;
  width: clamp(130px, 16vw, 240px);
  height: clamp(130px, 16vw, 240px);
  border-radius: clamp(16px, 1.6vw, 26px);
  overflow: hidden;
  background: #ddd9d3;
}

.brl-mi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Far-left column */
.brl-mi--1  { left: 1vw;   top: 22%; }
.brl-mi--7  { left: 1vw;   bottom: 22%; }

/* Inner-left column (20 vw clears the 16 vw far-left images) */
.brl-mi--2  { left: 20vw;  top: 9%; }
.brl-mi--5  { left: 20vw;  top: 44%; }
.brl-mi--8  { left: 20vw;  bottom: 5%; }

/* Inner-right column (20 vw from right, mirrors inner-left) */
.brl-mi--3  { right: 20vw; top: 9%; }
.brl-mi--6  { right: 20vw; top: 44%; }
.brl-mi--9  { right: 20vw; bottom: 5%; }

/* Far-right column */
.brl-mi--4  { right: 1vw;  top: 22%; }
.brl-mi--10 { right: 1vw;  bottom: 22%; }

/* Centre feature + text */
.brl-mosaic-focus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  width: clamp(260px, 30vw, 420px);
  overflow: visible;
}

.brl-mosaic-feat {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: clamp(16px, 1.6vw, 24px);
  overflow: hidden;
  background: #1a1714;
  opacity: 0;
  visibility: hidden;
}

.brl-mosaic-feat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brl-mosaic-tagline {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.01em;
  color: #1a1714;
  overflow: visible;
  white-space: nowrap;
}

.brl-mosaic-desc {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(.78rem, .9vw, .9rem);
  line-height: 1.72;
  color: #7a7068;
  max-width: 28ch;
}

@media (max-width: 900px) {
  .brl-mosaic-wrap {
    height: clamp(700px, 130vw, 1000px);
  }

  .brl-mi {
    width: clamp(100px, 20vw, 180px);
    height: clamp(100px, 20vw, 180px);
  }

  /* inner columns at 24 vw clears 20 vw-wide far-column images */
  .brl-mi--2, .brl-mi--5, .brl-mi--8 { left: 24vw; }
  .brl-mi--3, .brl-mi--6, .brl-mi--9 { right: 24vw; }
}

@media (max-width: 600px) {
  /* hide inner columns on small screens to avoid crowding */
  .brl-mi--2,
  .brl-mi--3,
  .brl-mi--5,
  .brl-mi--6,
  .brl-mi--8,
  .brl-mi--9 { display: none; }

  .brl-mosaic-wrap {
    height: clamp(560px, 140vw, 700px);
  }

  body.page-brillen .brl-mosaic {
    padding: 28px 0 40px;
  }

  body.page-brillen .brl-mosaic-wrap {
    position: relative;
    height: clamp(560px, 128vw, 660px);
    max-width: 360px;
    margin: 0 auto;
    padding: 0 14px;
    display: block;
  }

  body.page-brillen .brl-mi {
    position: absolute;
    width: clamp(72px, 18vw, 88px);
    height: clamp(72px, 18vw, 88px);
    border-radius: 18px;
  }

  body.page-brillen .brl-mi--1,
  body.page-brillen .brl-mi--4,
  body.page-brillen .brl-mi--7,
  body.page-brillen .brl-mi--10 {
    display: block;
  }

  body.page-brillen .brl-mi--1 { left: 8px; top: 112px; }
  body.page-brillen .brl-mi--4 { right: 8px; top: 112px; }
  body.page-brillen .brl-mi--7 { left: 0; bottom: 28px; }
  body.page-brillen .brl-mi--10 { right: 0; bottom: 28px; }

  body.page-brillen .brl-mosaic-focus {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: min(100%, 238px);
    gap: .7rem;
  }

  body.page-brillen .brl-mosaic-feat {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-radius: 20px;
  }

  body.page-brillen .brl-mosaic-tagline {
    font-size: clamp(1.8rem, 8.6vw, 2.45rem);
    white-space: nowrap;
  }

  body.page-brillen .brl-mosaic-desc {
    max-width: 22ch;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.62;
  }
}

@keyframes loaderFailsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes shimmer {
  from {
    opacity: 0;
    transform: translateX(-60%)
  }

  to {
    opacity: 1;
    transform: translateX(60%)
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}


@keyframes bar-drop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0
  }

  35% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1
  }

  100% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 0
  }
}

/* ── Garantie page ───────────────────────────────────────────── */
.garantie-story {
  position: relative;
  padding: clamp(56px, 8vw, 112px) 0 clamp(72px, 10vw, 140px);
  background:
    radial-gradient(circle at top left, rgba(247, 183, 5, .12), transparent 32%),
    linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.garantie-story-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.garantie-intro-card,
.garantie-panel,
.garantie-service-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(48, 44, 40, .08);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(41, 31, 16, .08);
}

.garantie-intro-card {
  padding: clamp(28px, 4vw, 44px);
}

.garantie-kicker {
  margin: 0 0 10px;
  font-family: var(--heading);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d89600;
}

.garantie-title,
.garantie-panel-title,
.garantie-service-title {
  margin: 0;
  font-family: var(--heading);
  line-height: 1.02;
  color: #1b1a17;
}

.garantie-title {
  font-size: clamp(2.2rem, 4.2vw, 4.1rem);
  max-width: 12ch;
}

.garantie-lead,
.garantie-panel-copy,
.garantie-check-copy {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.9;
  color: #65615c;
}

.garantie-lead {
  max-width: 72ch;
  margin-top: 18px;
}

.garantie-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.garantie-panel {
  padding: clamp(28px, 4vw, 42px);
}

.garantie-panel--accent {
  background:
    linear-gradient(145deg, rgba(247, 183, 5, .12), rgba(255, 255, 255, .96)),
    #fff;
}

.garantie-panel-title {
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  margin-bottom: 16px;
}

.garantie-checklist {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.garantie-check {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.garantie-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /* background: rgba(247, 183, 5, .16); */
  color: #d89600;
  font-size: 1rem;
  font-weight: 800;
}

.garantie-service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 36px);
}

.garantie-service-copy {
  display: grid;
  gap: 12px;
}

.garantie-service-title {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.garantie-service-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 16px 22px;
  border-radius: 999px;
  background: #f7b705;
  color: #1b1a17;
  font-family: var(--heading);
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.garantie-service-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(247, 183, 5, .3);
}

@media (max-width: 960px) {
  .garantie-grid {
    grid-template-columns: 1fr;
  }

  .garantie-service-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .garantie-story-shell {
    width: min(100% - 24px, 1120px);
    gap: 20px;
  }

  .garantie-intro-card,
  .garantie-panel,
  .garantie-service-card {
    border-radius: 24px;
  }

  .garantie-service-link {
    width: 100%;
    min-width: 0;
  }
}

/* Garantie page overrides */
.garantie-story-shell {
  gap: 30px;
}

.garantie-intro-card,
.garantie-step,
.garantie-service-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(48, 44, 40, .08);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(41, 31, 16, .08);
}

.garantie-intro-card {
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at top right, rgba(247, 183, 5, .14), transparent 34%),
    rgba(255, 255, 255, .96);
}

.garantie-title {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 500;
  letter-spacing: -.02em;
  max-width: 25ch;
  color: #5c5a57;
}

.garantie-flow {
  display: grid;
  gap: 24px;
}

.garantie-step {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  padding: clamp(28px, 4vw, 42px);
}

.garantie-step--accent {
  background:
    linear-gradient(145deg, rgba(247, 183, 5, .11), rgba(255, 255, 255, .96)),
    #fff;
}

.garantie-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  /* background: #1b1a17; */
  color: #f7b705;
  font-family: var(--heading);
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -.03em;
}

.garantie-step-copy {
  display: grid;
  gap: 14px;
}

.garantie-step-label {
  margin: 0;
  font-family: var(--heading);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9a8f84;
}

.garantie-panel-title {
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  font-weight: 500;
  letter-spacing: -.02em;
  margin-bottom: 0;
  max-width: 21.2ch;
  color: #5c5a57;
}

.garantie-check {
  grid-template-columns: 38px minmax(0, 1fr);
}

.garantie-check-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e0a000;
  font-family: var(--heading);
  font-size: 1.5rem;
  font-weight: 700;
}

.garantie-lead,
.garantie-panel-copy,
.garantie-check-copy {
  font-size: clamp(1rem, 1.05vw, 1.06rem);
  font-weight: 400;
  line-height: 1.72;
  color: #595754;
}

.garantie-service-title {
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  font-weight: 500;
  letter-spacing: -.02em;
  color: #5c5a57;
}

@media (max-width: 960px) {
  .garantie-step {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
  }

  .garantie-step-index {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    font-size: 1.5rem;
  }
}

@media (max-width: 680px) {
  .garantie-step {
    grid-template-columns: 1fr;
  }

  .garantie-step-index {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 1.35rem;
  }
}

@media (min-width: 426px) and (max-width: 1200px), (min-width: 426px) and (max-height: 860px) {
  body.page-glazen .gz-cards-grid {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(56px, 8vh, 76px) 3% clamp(52px, 8vh, 80px);
  }

  body.page-glazen .gz-card {
    width: clamp(220px, 23vw, 310px);
    min-height: clamp(360px, 50vh, 470px);
    padding: clamp(24px, 2.4vw, 34px) clamp(20px, 2.2vw, 30px);
  }

  body.page-glazen .gz-card + .gz-card {
    margin-left: -36px;
  }

  body.page-glazen .gz-card:nth-child(1) {
    transform: rotate(-10deg) translateY(92px);
  }

  body.page-glazen .gz-card:nth-child(2) {
    transform: rotate(-4deg) translateY(24px);
  }

  body.page-glazen .gz-card:nth-child(3) {
    transform: rotate(4deg) translateY(24px);
  }

  body.page-glazen .gz-card:nth-child(4) {
    transform: rotate(10deg) translateY(92px);
  }

  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    --gz-showcase-side-pad: clamp(18px, 2.4vw, 28px);
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  body.page-glazen .gz-showcase-stage,
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    width: 100%;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-stage {
    min-height: 100svh;
    height: 100svh;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-track {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: clamp(96px, 12vh, 118px) var(--gz-showcase-side-pad) 76px;
    align-items: flex-start;
  }

  body.page-glazen .gz-panel-content,
  body.page-glazen .gz-panel--reverse .gz-panel-content {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  body.page-glazen .gz-panel--reverse .gz-panel-copy,
  body.page-glazen .gz-panel--reverse .gz-panel-detail {
    order: initial;
    justify-self: start;
  }

  body.page-glazen .gz-panel-copy,
  body.page-glazen .gz-panel-detail {
    width: 100%;
    max-width: min(760px, 100%);
    justify-self: start;
  }

  body.page-glazen .gz-panel-title {
    max-width: 100%;
    font-size: clamp(2.8rem, 8vw, 5.2rem);
    line-height: .92;
    letter-spacing: -.05em;
  }

  body.page-glazen .gz-panel-intro,
  body.page-glazen .gz-panel-text {
    max-width: 100%;
    font-size: .95rem;
    line-height: 1.62;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-showcase-rail {
    inset: 14px var(--gz-showcase-side-pad) auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
    font-size: .76rem;
  }

  body.page-glazen .gz-showcase-rail-item:last-child {
    text-align: left;
  }

  body.page-glazen .gz-showcase-nav {
    top: auto;
    bottom: 50px;
    transform: none;
    font-size: .82rem;
  }

  body.page-glazen .gz-showcase-status {
    right: var(--gz-showcase-side-pad);
    bottom: 14px;
    font-size: .92rem;
  }
}

@media (min-width: 426px) and (max-width: 900px) {
  body.page-glazen .gz-cards-grid {
    padding: 44px 3% 64px;
  }

  body.page-glazen .gz-card {
    width: clamp(160px, 21vw, 220px);
    min-height: clamp(280px, 42vh, 360px);
    padding: 18px 16px;
  }

  body.page-glazen .gz-card + .gz-card {
    margin-left: -26px;
  }

  body.page-glazen .gz-card:nth-child(1) {
    transform: rotate(-8deg) translateY(72px);
  }

  body.page-glazen .gz-card:nth-child(2) {
    transform: rotate(-3deg) translateY(18px);
  }

  body.page-glazen .gz-card:nth-child(3) {
    transform: rotate(3deg) translateY(18px);
  }

  body.page-glazen .gz-card:nth-child(4) {
    transform: rotate(8deg) translateY(72px);
  }

  body.page-glazen .gz-card-title {
    font-size: 1.02rem;
  }

  body.page-glazen .gz-card-text {
    font-size: .8rem;
    line-height: 1.55;
  }

  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    --gz-showcase-side-pad: 18px;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    padding: 88px var(--gz-showcase-side-pad) 70px;
  }

  body.page-glazen .gz-panel-title {
    font-size: clamp(2.3rem, 8.8vw, 3.9rem);
  }

  body.page-glazen .gz-panel-intro,
  body.page-glazen .gz-panel-text {
    font-size: .9rem;
  }
}

@media (min-width: 1201px) and (max-height: 900px) {
  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    --gz-showcase-side-pad: clamp(22px, 2.4vw, 34px);
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    padding: clamp(136px, 17vh, 158px) var(--gz-showcase-side-pad) 88px;
    align-items: center;
  }

  body.page-glazen .gz-panel-content,
  body.page-glazen .gz-panel--reverse .gz-panel-content {
    gap: 22px;
    align-items: center;
    padding-inline: clamp(72px, 5vw, 108px);
  }

  body.page-glazen .gz-panel-copy,
  body.page-glazen .gz-panel-detail {
    max-width: min(640px, 100%);
  }

  body.page-glazen .gz-panel-title {
    font-size: clamp(3rem, 5.8vw, 5rem);
  }

  body.page-glazen .gz-showcase-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: .9rem;
  }

  body.page-glazen .gz-showcase-status {
    bottom: 18px;
  }
}

@media (max-width: 600px) {
  body.page-glazen .gz-showcase-shell,
  body.page-glazen .gz-showcase-shell.is-enhanced {
    --gz-showcase-side-pad: 16px;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    padding: 126px var(--gz-showcase-side-pad) 136px;
    align-items: flex-start;
  }

  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel-content {
    gap: 18px;
  }

  body.page-glazen .gz-panel-eyebrow {
    margin-bottom: 12px;
  }

  body.page-glazen .gz-panel-title {
    font-size: clamp(2rem, 11vw, 2.85rem);
    line-height: .94;
    margin-bottom: 14px;
    max-width: min(92%, 320px);
  }

  body.page-glazen .gz-panel-intro,
  body.page-glazen .gz-panel-text {
    font-size: .87rem;
    line-height: 1.58;
    max-width: 100%;
  }

  body.page-glazen .gz-showcase-nav {
    top: auto;
    bottom: 112px;
    transform: none;
    font-size: .8rem;
  }

  body.page-glazen .gz-showcase-status {
    bottom: 70px;
    font-size: .82rem;
  }
}

@media (max-width: 480px) {
  body.page-glazen .gz-showcase-shell.is-enhanced .gz-panel {
    padding: 118px 14px 132px;
  }

  body.page-glazen .gz-panel-title {
    font-size: clamp(1.9rem, 10.5vw, 2.6rem);
    max-width: min(90%, 280px);
  }

  body.page-glazen .gz-showcase-nav {
    bottom: 108px;
  }

  body.page-glazen .gz-showcase-status {
    bottom: 68px;
  }
}

/* ---- Onze focus in vier onderdelen (hover-expand panels) ---- */

.gz-expand {
  padding: clamp(3rem, 7vw, 6rem) 5%;
}

.gz-expand-lead {
  max-width: 1400px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: left;
}

.gz-expand-lead-title {
  font-family: var(--heading);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--primary-strong);
  margin: 0 0 .9rem;
}

.gz-expand-lead-text {
  max-width: 56rem;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  color: var(--primary-soft);
  margin: 0;
}

.gz-expand-row {
  display: flex;
  align-items: stretch;
  gap: clamp(.75rem, 1.6vw, 1.25rem);
  height: clamp(380px, 46vw, 560px);
  max-width: 1400px;
  margin: 0 auto;
}

.gz-expand-panel {
  position: relative;
  flex: 1 1 150px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 28px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: var(--primary-strong);
  background-size: cover;
  background-position: center;
  text-align: left;
  transition: flex-grow .6s cubic-bezier(.22, 1, .36, 1);
}

.gz-expand-overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--brand-accent-rgb), .5);
  transition: opacity .5s ease;
}

.gz-expand-title {
  position: absolute;
  top: clamp(1.25rem, 2.2vw, 1.9rem);
  left: clamp(1.25rem, 2.2vw, 1.9rem);
  right: clamp(1.25rem, 2.2vw, 1.9rem);
  font-family: var(--heading);
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #000;
}

.gz-expand-desc {
  position: absolute;
  left: clamp(1.25rem, 2.2vw, 1.9rem);
  right: clamp(1.25rem, 2.2vw, 1.9rem);
  bottom: clamp(1.25rem, 2.2vw, 1.9rem);
  max-width: 34rem;
  font-size: clamp(15px, 1.15vw, 20px);
  line-height: 1.65;
  color: #000;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease .05s, transform .35s ease .05s;
}

.gz-expand-panel.is-active {
  flex-grow: 6;
}

.gz-expand-panel.is-active .gz-expand-desc {
  opacity: 1;
  transform: translateY(0);
}

.gz-expand-row:hover .gz-expand-panel {
  flex-grow: 1;
}

.gz-expand-row:hover .gz-expand-panel .gz-expand-desc {
  opacity: 0;
  transform: translateY(8px);
}

.gz-expand-row:hover .gz-expand-panel:hover,
.gz-expand-row:hover .gz-expand-panel:focus-visible {
  flex-grow: 6;
}

.gz-expand-row:hover .gz-expand-panel:hover .gz-expand-desc,
.gz-expand-row:hover .gz-expand-panel:focus-visible .gz-expand-desc {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .gz-expand-row {
    flex-direction: column;
    height: auto;
  }

  .gz-expand-panel {
    flex: 0 0 auto;
    height: 84px;
    min-width: 0;
    transition: height .55s cubic-bezier(.22, 1, .36, 1);
  }

  .gz-expand-panel.is-active {
    flex-grow: 0;
    height: auto;
    min-height: clamp(260px, 62vw, 360px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 4vw, 1.9rem);
  }

  .gz-expand-panel.is-active .gz-expand-title {
    position: static;
    margin-bottom: .85rem;
  }

  .gz-expand-panel.is-active .gz-expand-desc {
    position: static;
    margin-top: auto;
    padding-top: 1.5rem;
  }

  .gz-expand-desc {
    max-width: none;
  }

  .gz-expand-row:hover .gz-expand-panel {
    flex-grow: 0;
    height: 84px;
  }

  .gz-expand-row:hover .gz-expand-panel:hover,
  .gz-expand-row:hover .gz-expand-panel:focus-visible {
    height: auto;
    min-height: clamp(260px, 62vw, 360px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 4vw, 1.9rem);
  }

  .gz-expand-row:hover .gz-expand-panel:hover .gz-expand-title,
  .gz-expand-row:hover .gz-expand-panel:focus-visible .gz-expand-title {
    position: static;
    margin-bottom: .85rem;
  }

  .gz-expand-row:hover .gz-expand-panel:hover .gz-expand-desc,
  .gz-expand-row:hover .gz-expand-panel:focus-visible .gz-expand-desc {
    position: static;
    margin-top: auto;
    padding-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .gz-expand-title {
    font-size: 1.3rem;
  }

  .gz-expand-desc {
    font-size: 14.5px;
  }
}
