:root {
  --turquoise: #11a7a5;
  --turquoise-dark: #057d7d;
  --coral: #e9533f;
  --mustard: #f4b83f;
  --ink: #151719;
  --muted: #697175;
  --paper: #fff8ed;
  --cream: #f7efe2;
  --line: rgba(23, 32, 37, .14);
  --shadow: 0 24px 70px rgba(23, 32, 37, .16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #fff;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 28px;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.pattern-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  font-weight: 800;
  letter-spacing: .04em;
}

.brand-logo {
  min-width: 0;
  width: clamp(220px, 26vw, 390px);
  line-height: 1;
}

.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--turquoise);
  border-radius: 50%;
  font-size: 12px;
}

.brand-mark img {
  width: 72%;
  height: auto;
  display: block;
}

.pattern-nav a {
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.pattern-nav a:hover {
  color: var(--ink);
  border-color: var(--line);
}

.chooser {
  min-height: 92vh;
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 96px 7vw;
  background:
    linear-gradient(90deg, rgba(23, 162, 184, .94), rgba(23, 162, 184, .72)),
    url("https://images.unsplash.com/photo-1528735602780-2552fd46c7af?auto=format&fit=crop&w=1800&q=80") center / cover;
  color: #fff;
}

.chooser h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.05;
}

.lead {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
}

.chooser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1080px;
}

.chooser-card {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.chooser-card span,
.cards article span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  font-weight: 900;
}

.chooser-card strong {
  font-size: 22px;
}

.chooser-card small {
  color: var(--muted);
}

.lp {
  border-top: 10px solid var(--ink);
}

.pattern-label {
  position: sticky;
  top: 65px;
  z-index: 10;
  padding: 8px 7vw;
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero,
.section {
  padding: 86px 7vw;
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  gap: 48px;
}

.hero-copy h2,
.section h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 78px);
  line-height: 1.08;
}

.section h2 {
  font-size: clamp(30px, 4vw, 56px);
}

.hero-copy p,
.section > p,
.split p,
.role-grid p,
.short-proof p,
.conversion-box p,
.sticky-final p {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.btn,
.lead-form button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary,
.lead-form button {
  color: #fff;
  background: var(--coral);
}

.secondary {
  color: var(--ink);
  background: #fff;
}

.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
}

.photo {
  min-height: 520px;
  border-radius: var(--radius);
  background-color: #d8e8e9;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.photo-cheese {
  background-image: url("./assets/web/sonova-cheese.jpg");
}

.photo-diner {
  background-image: url("./assets/web/p056-01.jpg");
}

.photo-street {
  background-image: url("./assets/web/ham-actor.jpg");
}

.photo-brand {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(17, 167, 165, .86), rgba(21, 23, 25, .08)),
    url("./assets/web/buy-me-woman.png") center bottom 4% / min(78%, 520px) auto no-repeat,
    #f8d24d;
}

.photo-cheese-stack {
  background-image: url("./assets/web/sonova-cheese.jpg");
}

.tall {
  min-height: 650px;
}

.hero-a {
  color: #fff;
  background: var(--turquoise);
}

.hero-a .photo {
  transform: rotate(-1.5deg);
  outline: 10px solid rgba(255, 255, 255, .22);
}

.turquoise {
  color: #fff;
  background: var(--turquoise-dark);
}

.turquoise .eyebrow {
  color: #ffe0da;
}

.statement {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.statement p {
  margin-left: auto;
  margin-right: auto;
}

.split,
.product-band,
.role-grid,
.short-proof,
.sticky-final {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 56px;
}

blockquote {
  margin: 28px 0 0;
  padding: 22px;
  border-left: 6px solid var(--turquoise);
  background: var(--paper);
  font-weight: 800;
}

.product-band {
  color: #fff;
  background: #16262c;
}

.loop {
  display: grid;
  gap: 12px;
}

.loop span {
  display: block;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  font-weight: 800;
}

.cards {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards article,
.model-card,
.hero-panel,
.two-columns article,
.lead-form,
.model-strip article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(23, 32, 37, .08);
}

.cards h3,
.model-card h3,
.two-columns h3,
.model-strip h3 {
  margin: 16px 0 8px;
  font-size: 22px;
}

.cards p,
.model-card p,
.two-columns p,
.model-strip span {
  margin: 0;
  color: var(--muted);
}

.advantage-cards article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.advantage-cards h3 {
  margin: 6px 0 0;
  line-height: 1.3;
}

.advantage-cards p {
  font-size: 15px;
  line-height: 1.8;
}

.reason-points {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.reason-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.reason-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  background: var(--turquoise);
  border-radius: 50%;
}

.advantage-proof {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.advantage-proof strong {
  color: var(--mustard);
  font-size: 18px;
  line-height: 1.35;
}

.advantage-proof p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.poster-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-content: center;
  overflow: hidden;
}

.poster-section::before {
  content: attr(data-chapter);
  position: absolute;
  right: -3vw;
  top: 28px;
  z-index: 0;
  color: rgba(21, 23, 25, .055);
  font-size: clamp(72px, 15vw, 210px);
  font-weight: 900;
  line-height: .82;
  pointer-events: none;
}

.poster-section > * {
  position: relative;
  z-index: 1;
}

.proof-stack {
  padding-top: 132px;
  padding-bottom: 132px;
  background:
    linear-gradient(180deg, #f4fbfb 0%, #fff 100%);
}

.business-proof {
  background:
    linear-gradient(180deg, #fff 0%, #f6f8f7 100%);
}

.proof-stack .section-kicker,
.finance-support .section-kicker,
.conversion-evidence .note {
  max-width: 920px;
  margin-bottom: 44px;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 32px;
  align-items: stretch;
  min-height: 64vh;
}

.owner-story,
.proof-cards article,
.evidence-grid article,
.finance-grid article,
.evidence-strip article {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(23, 32, 37, .08);
}

.owner-story {
  min-height: 640px;
  display: grid;
  align-content: end;
  gap: 14px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(21, 23, 25, .96), rgba(5, 125, 125, .78)),
    url("./assets/web/buy-me-woman.png") right 34px top 36px / min(34%, 260px) auto no-repeat;
}

.owner-story h3,
.evidence-grid h3 {
  margin: 18px 0 12px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
}

.owner-story p,
.evidence-grid p {
  max-width: 92%;
  line-height: 1.9;
}

.owner-story p,
.owner-story .reason-points li,
.owner-story small {
  color: rgba(255, 255, 255, .78);
}

.owner-story .reason-points li::before {
  background: var(--mustard);
}

.owner-story small,
.evidence-grid small {
  display: block;
  margin-top: 14px;
  font-weight: 700;
}

.proof-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--mustard);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-cards,
.evidence-grid,
.finance-grid,
.evidence-strip {
  display: grid;
  gap: 22px;
}

.evidence-grid,
.finance-grid,
.evidence-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evidence-grid {
  align-items: stretch;
}

.evidence-grid article {
  min-height: 620px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
}

.proof-cards article {
  min-height: 204px;
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  grid-template-areas:
    "visual title"
    "visual copy";
  column-gap: 18px;
  align-content: center;
  align-items: center;
}

.proof-cards strong,
.finance-grid strong,
.evidence-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.proof-cards strong {
  grid-area: title;
  margin-bottom: 0;
}

.proof-cards span:not(.image-placeholder span) {
  grid-area: copy;
}

.proof-cards span,
.finance-grid span,
.evidence-strip span {
  color: var(--muted);
  line-height: 1.75;
}

.finance-support {
  padding-top: 132px;
  padding-bottom: 132px;
  background:
    linear-gradient(180deg, var(--paper) 0%, #fff 100%);
}

.finance-grid article {
  min-height: 520px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  gap: 14px;
}

.finance-grid b {
  color: var(--coral);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.conversion-evidence {
  padding-top: 126px;
  padding-bottom: 126px;
  background:
    linear-gradient(180deg, #fff 0%, #f4fbfb 100%);
}

.compact-finance .finance-grid article {
  min-height: 430px;
}

.image-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  min-height: 220px;
  margin-bottom: 24px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(17, 167, 165, .16) 0 25%, transparent 25% 50%, rgba(244, 184, 63, .2) 50% 75%, transparent 75%),
    #f7f9f7;
  background-size: 28px 28px;
  border: 1px dashed rgba(21, 23, 25, .34);
  border-radius: var(--radius);
  text-align: center;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(21, 23, 25, .14);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(21, 23, 25, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.image-placeholder small {
  position: relative;
  z-index: 1;
  max-width: 82%;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.owner-photo-slot {
  min-height: 360px;
  margin-bottom: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13) 0 25%, transparent 25% 50%, rgba(244, 184, 63, .22) 50% 75%, transparent 75%),
    rgba(255, 255, 255, .08);
  background-size: 34px 34px;
  border-color: rgba(255, 255, 255, .38);
}

.owner-photo-slot::after {
  border-color: rgba(255, 255, 255, .2);
}

.owner-photo-slot::before {
  border-color: rgba(255, 255, 255, .28);
}

.owner-photo-slot span {
  color: var(--ink);
  background: var(--mustard);
}

.owner-photo-slot small {
  color: rgba(255, 255, 255, .76);
}

.mini-slot {
  min-height: 220px;
  margin-bottom: 22px;
}

.evidence-slot {
  min-height: 310px;
  margin-bottom: 28px;
}

.proof-cards .mini-slot {
  grid-area: visual;
  min-height: 160px;
  margin-bottom: 0;
}

.evidence-strip .mini-slot {
  min-height: 240px;
}

.media-showcase {
  overflow: hidden;
  background: #fff;
}

.media-culture {
  background:
    linear-gradient(180deg, #fff 0%, #f1fbfc 100%);
}

.media-business {
  background: #eef3f4;
}

.media-cv {
  background: #fff7f4;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2,
.section-head p {
  margin-bottom: 0;
}

.section-head.tight {
  align-items: center;
}

.carousel-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.carousel-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 37, .1);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.carousel-controls button:hover {
  color: #fff;
  background: var(--coral);
  border-color: var(--coral);
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 48vw);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 7vw 22px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.compact-gallery {
  grid-auto-columns: minmax(290px, 32vw);
}

.cv-gallery {
  grid-auto-columns: minmax(260px, 28vw);
}

.media-card {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: 22px;
  color: #fff;
  border-radius: var(--radius);
  isolation: isolate;
  scroll-snap-align: start;
  box-shadow: var(--shadow);
}

.compact-gallery .media-card,
.cv-gallery .media-card {
  min-height: 360px;
}

.media-card::before,
.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.media-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 32, 37, .02) 0%, rgba(23, 32, 37, .28) 44%, rgba(23, 32, 37, .82) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .26), transparent 28%);
}

.image-sonova-cheese::before,
.image-p056-01::before,
.image-p056-02::before,
.image-p057-03::before,
.image-ham-actor::before,
.image-sonova-plate::before,
.image-hella-green::before,
.image-mashroom-eye::before,
.image-couch-potapo::before,
.image-blue-monday::before {
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  transition: transform .45s ease;
}

.image-sonova-cheese:hover::before,
.image-p056-01:hover::before,
.image-p056-02:hover::before,
.image-p057-03:hover::before,
.image-ham-actor:hover::before,
.image-sonova-plate:hover::before,
.image-hella-green:hover::before,
.image-mashroom-eye:hover::before,
.image-couch-potapo:hover::before,
.image-blue-monday:hover::before {
  transform: scale(1.08);
}

.image-sonova-cheese::before {
  background-image: url("./assets/web/sonova-cheese.jpg");
}

.image-p056-01::before {
  background-image: url("./assets/web/p056-01.jpg");
}

.image-p056-02::before {
  background-image: url("./assets/web/p056-02.jpg");
}

.image-p057-03::before {
  background-image: url("./assets/web/p057-03.jpg");
}

.image-ham-actor::before {
  background-image: url("./assets/web/ham-actor.jpg");
}

.image-sonova-plate::before {
  background-image: url("./assets/web/sonova-plate.jpg");
}

.image-hella-green::before {
  background-image: url("./assets/web/product-hella-green.jpg");
}

.image-mashroom-eye::before {
  background-image: url("./assets/web/product-mashroom-eye.jpg");
}

.image-couch-potapo::before {
  background-image: url("./assets/web/product-couch-potapo.jpg");
}

.image-blue-monday::before {
  background-image: url("./assets/web/product-blue-monday.jpg");
}

.image-brand-woman {
  background:
    linear-gradient(145deg, #f4b83f 0%, #fff1b8 54%, #11a7a5 100%);
}

.image-brand-woman::before {
  inset: 20px 18px 0;
  background: url("./assets/web/buy-me-woman.png") center bottom / contain no-repeat;
  transform: none;
}

.image-brand-woman::after {
  background:
    linear-gradient(180deg, rgba(21, 23, 25, 0) 0%, rgba(21, 23, 25, .1) 46%, rgba(21, 23, 25, .82) 100%);
}

.media-card strong {
  max-width: 86%;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
}

.media-card small {
  max-width: 88%;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.media-tag {
  width: fit-content;
  padding: 7px 10px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-shot::before {
  background:
    radial-gradient(ellipse at 54% 52%, #ffe4a1 0 12%, transparent 13%),
    radial-gradient(ellipse at 38% 46%, #f7c46b 0 18%, transparent 19%),
    radial-gradient(ellipse at 62% 45%, #d97052 0 12%, transparent 13%),
    linear-gradient(135deg, #f2a33d 0 32%, #b94732 32% 40%, #ffe8b4 40% 58%, #1b7480 58% 100%);
}

.product-shot::after {
  background:
    linear-gradient(28deg, transparent 0 42%, rgba(255, 237, 177, .9) 43% 49%, transparent 50%),
    linear-gradient(180deg, rgba(23, 32, 37, .04) 0%, rgba(23, 32, 37, .32) 45%, rgba(23, 32, 37, .86) 100%);
}

.store-front::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2) 0 7%, transparent 7% 13%, rgba(255, 255, 255, .2) 13% 20%, transparent 20%),
    linear-gradient(180deg, #0e8fa3 0 58%, #f7efe2 58% 60%, #21313a 60% 100%);
}

.store-front::after {
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, .8) 14% 16%, transparent 16% 84%, rgba(255, 255, 255, .8) 84% 86%, transparent 86%),
    radial-gradient(circle at 50% 42%, rgba(231, 76, 60, .9) 0 8%, transparent 8.5%),
    linear-gradient(180deg, rgba(23, 32, 37, .02) 0%, rgba(23, 32, 37, .2) 42%, rgba(23, 32, 37, .82) 100%);
}

.diner-seat::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 2px, transparent 2px 64px),
    linear-gradient(135deg, #17323a 0 30%, #17a2b8 30% 56%, #ffd47f 56% 58%, #b84034 58% 100%);
}

.diner-seat::after {
  background:
    radial-gradient(circle at 23% 38%, rgba(255, 241, 189, .9) 0 7%, transparent 7.5%),
    radial-gradient(circle at 58% 28%, rgba(255, 241, 189, .72) 0 5%, transparent 5.5%),
    linear-gradient(180deg, rgba(23, 32, 37, .05) 0%, rgba(23, 32, 37, .3) 45%, rgba(23, 32, 37, .9) 100%);
}

.ugc-stack::before {
  background:
    linear-gradient(12deg, transparent 0 12%, #fff 12% 34%, transparent 34%),
    linear-gradient(-10deg, transparent 12%, #fff 12% 36%, transparent 36%),
    linear-gradient(105deg, #17a2b8 0 35%, #f6c85f 35% 68%, #e74c3c 68% 100%);
}

.ugc-stack::after {
  background:
    radial-gradient(circle at 34% 31%, #e74c3c 0 4%, transparent 4.5%),
    radial-gradient(circle at 58% 50%, #17a2b8 0 4%, transparent 4.5%),
    linear-gradient(180deg, rgba(23, 32, 37, .08) 0%, rgba(23, 32, 37, .24) 44%, rgba(23, 32, 37, .82) 100%);
}

.store-layout::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2) 0 1px, transparent 1px 80px),
    linear-gradient(180deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 80px),
    linear-gradient(135deg, #172025 0 32%, #17a2b8 32% 68%, #f7efe2 68% 100%);
  background-size: auto, 80px 80px, auto;
}

.kitchen-flow::before {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, .35) 18% 21%, transparent 21% 48%, rgba(255, 255, 255, .35) 48% 51%, transparent 51%),
    linear-gradient(160deg, #e74c3c 0 28%, #172025 28% 63%, #17a2b8 63% 100%);
}

.truck-model::before {
  background:
    radial-gradient(circle at 30% 72%, #172025 0 7%, transparent 7.5%),
    radial-gradient(circle at 70% 72%, #172025 0 7%, transparent 7.5%),
    linear-gradient(180deg, transparent 0 40%, #fff 40% 70%, transparent 70%),
    linear-gradient(135deg, #17a2b8 0 50%, #e74c3c 50% 100%);
}

.menu-board::before {
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, .22) 0 2px, transparent 2px 42px),
    linear-gradient(135deg, #172025 0 48%, #08788c 48% 100%);
}

.crowd-proof::before {
  background:
    radial-gradient(circle at 20% 68%, #f7efe2 0 6%, transparent 6.5%),
    radial-gradient(circle at 38% 62%, #f7efe2 0 7%, transparent 7.5%),
    radial-gradient(circle at 56% 70%, #f7efe2 0 6%, transparent 6.5%),
    radial-gradient(circle at 72% 64%, #f7efe2 0 7%, transparent 7.5%),
    linear-gradient(135deg, #17a2b8 0 44%, #e74c3c 44% 100%);
}

.numbers,
.requirements {
  background: var(--paper);
}

.stat-grid,
.metric-board,
.req-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.stat-grid div,
.metric-board div,
.req-list div {
  min-height: 140px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stat-grid strong,
.metric-board strong {
  color: var(--turquoise-dark);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

.stat-grid span,
.metric-board span,
.req-list span {
  color: var(--muted);
  font-weight: 700;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.big {
  color: var(--coral) !important;
  font-size: 34px;
  font-weight: 900;
}

dl {
  margin: 20px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 800;
}

.note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px !important;
}

.flow ol {
  display: grid;
  grid-template-columns: repeat(9, minmax(120px, 1fr));
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  list-style: none;
}

.flow li {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 14px;
  color: #fff;
  background: var(--turquoise);
  border-radius: var(--radius);
  font-weight: 800;
}

.closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 42px;
  color: #fff;
  background: var(--turquoise);
}

.closing .eyebrow {
  color: #ffe0da;
}

.lead-form {
  display: grid;
  gap: 12px;
  color: var(--ink);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

.lead-form textarea {
  min-height: 110px;
  resize: vertical;
}

.pattern-b {
  background: #f5f7f8;
}

.hero-b {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 29, 35, .94), rgba(16, 29, 35, .62)),
    url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, .1);
  border-left: 4px solid var(--turquoise);
  border-radius: var(--radius);
  font-weight: 800;
}

.hero-panel {
  display: grid;
  gap: 8px;
  color: var(--ink);
}

.hero-panel strong {
  color: var(--coral);
  font-size: 44px;
  line-height: 1.05;
}

.hero-panel span {
  font-size: 22px;
  font-weight: 900;
}

.dashboard,
.comparison,
.support-grid {
  background: #fff;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(23, 32, 37, .08);
}

.comparison th,
.comparison td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison th {
  color: #fff;
  background: var(--ink);
}

.comparison td:not(:first-child) {
  font-weight: 800;
}

.highlight td {
  color: var(--coral);
  background: #fff4f1;
  font-size: 20px;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.req-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.req-list div {
  min-height: 96px;
}

.perk {
  display: inline-block;
  margin-top: 22px !important;
  padding: 14px 18px;
  color: #fff;
  background: var(--coral);
  border-radius: var(--radius);
  font-weight: 900;
}

.closing-business {
  background: #16262c;
}

.compact {
  align-self: start;
}

.pattern-c {
  background: #fff;
}

.hero-c {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  background:
    linear-gradient(90deg, rgba(23, 162, 184, .86), rgba(231, 76, 60, .72)),
    url("https://images.unsplash.com/photo-1528735602780-2552fd46c7af?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.conversion-box {
  color: #fff;
}

.conversion-box h2 {
  margin: 0 0 22px;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 1.04;
}

.conversion-box h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 1.04;
}

.quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.quick-stats span {
  padding: 9px 12px;
  color: #fff;
  background: rgba(23, 32, 37, .25);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-weight: 800;
}

.hero-form {
  align-self: center;
}

.hero-form strong {
  font-size: 28px;
}

.short-proof {
  background: var(--paper);
}

.cv-steps .cards article {
  box-shadow: none;
}

.mini-revenue {
  color: #fff;
  background: #172025;
}

.model-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.model-strip article {
  color: var(--ink);
}

.model-strip strong {
  display: block;
  color: var(--coral);
  font-size: 28px;
}

.faq details {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.sticky-final {
  background: var(--turquoise);
  color: #fff;
}

.sticky-final .btn {
  justify-self: end;
}

.footer {
  display: grid;
  gap: 8px;
  padding: 36px 7vw;
  color: #fff;
  background: #11191d;
}

.footer small {
  color: rgba(255, 255, 255, .68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #fff;
  background: var(--coral);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, .18);
  font-size: 13px;
  font-weight: 900;
}

.footer-links a:hover {
  transform: translateY(-1px);
}

.standalone-page {
  background: #fff;
}

.standalone-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 7vw;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.standalone-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.standalone-nav .nav-links a:hover {
  color: var(--coral);
}

.mini-cta {
  min-height: 40px;
  padding: 8px 14px;
  color: #fff;
  background: var(--coral);
  border-radius: var(--radius);
}

.standalone-hero {
  position: relative;
  min-height: calc(100vh - 65px);
  overflow: hidden;
}

.culture-page .standalone-nav {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100vw;
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, .18);
  backdrop-filter: none;
  overflow: hidden;
}

.culture-page .standalone-nav .nav-links {
  color: #fff;
}

.culture-page .standalone-nav .brand-mark {
  color: var(--turquoise);
  background: #fff;
}

.culture-page .standalone-hero {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  padding: clamp(108px, 14vh, 148px) clamp(24px, 5vw, 64px) clamp(56px, 8vh, 86px);
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 255, 255, .36) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--turquoise) 0 62%, var(--coral) 62% 100%);
  isolation: isolate;
  overflow: hidden;
}

.culture-page .standalone-hero::before {
  content: "";
  position: absolute;
  inset: 72px clamp(18px, 4vw, 54px) 28px;
  z-index: -2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(23, 32, 37, .18);
}

.culture-page .standalone-hero::after {
  content: "";
  position: absolute;
  right: clamp(-180px, -8vw, -80px);
  bottom: clamp(-140px, -7vw, -70px);
  z-index: -1;
  width: clamp(420px, 48vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  background: var(--turquoise);
  opacity: .95;
}

.culture-page .standalone-hero .hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.culture-page .standalone-hero .hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.culture-page .standalone-hero .eyebrow {
  width: fit-content;
  padding: 8px 13px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 400;
  letter-spacing: .18em;
  margin-bottom: 22px;
}

.culture-page .standalone-hero .hero-copy h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(40px, 5.8vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.culture-type-accent {
  position: absolute;
  left: 50%;
  top: clamp(82px, 11vh, 128px);
  z-index: 1;
  width: min(1200px, calc(100% - clamp(48px, 10vw, 128px)));
  color: rgba(23, 32, 37, .08);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(96px, 18vw, 260px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .78;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.culture-page {
  overflow-x: hidden;
}

.culture-page .standalone-hero .cta-row {
  gap: 16px;
  margin-top: 36px;
}

.culture-page .standalone-hero .btn {
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 900;
}

.culture-page .standalone-hero .ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}

.culture-hero-frame {
  display: none;
}

.culture-hero-plate {
  position: absolute;
  right: clamp(-120px, -3vw, -34px);
  bottom: clamp(60px, 9vh, 118px);
  z-index: 2;
  width: clamp(520px, 50vw, 780px);
  transform: rotate(-5deg);
  animation: cultureHeroZoom 20s ease-in-out infinite alternate;
  pointer-events: none;
}

.culture-hero-plate img {
  display: block;
  width: 100%;
  border-radius: 50%;
  filter: drop-shadow(0 32px 42px rgba(23, 32, 37, .28));
}

.culture-hero-meta {
  position: absolute;
  left: 50%;
  bottom: clamp(38px, 6vh, 68px);
  z-index: 4;
  width: min(1200px, calc(100% - clamp(48px, 10vw, 128px)));
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  transform: translateX(-50%);
  color: var(--ink);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.culture-hero-meta span {
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
}

.culture-page .sticky-cta {
  display: none;
}

.culture-mobile-break {
  display: none;
}

@keyframes cultureHeroZoom {
  from {
    transform: rotate(-5deg) scale(1);
  }

  to {
    transform: rotate(-5deg) scale(1.04);
  }
}

.business-page .standalone-hero {
  background:
    linear-gradient(90deg, rgba(21, 23, 25, .96), rgba(21, 23, 25, .72)),
    url("./assets/web/p056-01.jpg") center / cover;
}

.conversion-page .standalone-hero {
  min-height: calc(100vh - 65px);
  background:
    linear-gradient(100deg, rgba(21, 23, 25, .92) 0%, rgba(17, 167, 165, .84) 52%, rgba(233, 83, 63, .78) 100%),
    url("./assets/web/sonova-cheese.jpg") center / cover;
}

.standalone-hero .hero-copy {
  max-width: 760px;
}

.standalone-hero .hero-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 1.04;
}

.standalone-hero .hero-copy p {
  color: #fff;
}

.hero-art {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 32px 0 26px 48px;
  z-index: -2;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--radius);
  transform: rotate(-2deg);
  box-shadow: var(--shadow);
}

.hero-art::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  background: var(--mustard);
  border-radius: 50%;
  opacity: .92;
}

.hero-logo {
  position: absolute;
  top: 28px;
  left: 0;
  width: min(48%, 270px);
  height: auto;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .92);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(21, 23, 25, .18);
}

.hero-product {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(21, 23, 25, .28);
}

.hero-product-main {
  right: 0;
  top: 108px;
  width: 82%;
  aspect-ratio: 1.52;
  transform: rotate(2.4deg);
}

.hero-product-sub {
  left: 0;
  bottom: 26px;
  width: 52%;
  aspect-ratio: 1.28;
  transform: rotate(-4deg);
}

.hero-woman {
  position: absolute;
  right: -4%;
  bottom: -14px;
  width: min(42%, 250px);
  height: auto;
  filter: drop-shadow(0 26px 30px rgba(21, 23, 25, .22));
}

.hero-badge {
  position: absolute;
  left: 24px;
  bottom: 36px;
  max-width: 270px;
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(21, 23, 25, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(21, 23, 25, .22);
}

.hero-badge strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.hero-badge span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-art-business::after {
  background: var(--turquoise);
}

.conversion-logo {
  display: block;
  width: min(300px, 70vw);
  height: auto;
  margin-bottom: 22px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .94);
  border-radius: var(--radius);
}

.anchor-tabs {
  position: sticky;
  top: 65px;
  z-index: 22;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 7vw;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.anchor-tabs a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: var(--muted);
  background: #f5f7f8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.anchor-tabs a:hover {
  color: #fff;
  background: var(--turquoise);
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #fff;
  background: rgba(23, 32, 37, .92);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.sticky-cta span {
  font-size: 13px;
  font-weight: 800;
}

.sticky-cta a {
  min-height: 42px;
  padding: 9px 14px;
  color: #fff;
  background: var(--coral);
  border-radius: var(--radius);
  font-weight: 900;
}

.copy-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(23, 32, 37, .08);
}

.who-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.who-list span {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-grid details {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.final-form {
  background:
    linear-gradient(90deg, rgba(17, 167, 165, .96), rgba(21, 23, 25, .72)),
    url("./assets/web/sonova-cheese.jpg") center / cover;
}

.decision-pack {
  background: #fff;
}

.section-kicker {
  max-width: 760px;
  margin: -8px 0 28px;
  color: var(--muted);
  font-size: 18px;
}

.info-grid,
.package-grid,
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.unit-layout .package-grid {
  grid-template-columns: 1fr;
}

.info-card,
.package-card,
.risk-card,
.unit-card,
.timeline-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(23, 32, 37, .08);
}

.info-card strong,
.package-card strong,
.risk-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.info-card span,
.package-card span,
.risk-card span {
  display: block;
  color: var(--muted);
}

.info-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.info-card strong {
  margin-bottom: 0;
}

.detail-list {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  background: var(--coral);
  border-radius: 50%;
}

.unit-economics {
  background: #f5f7f8;
}

.unit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 18px;
  align-items: start;
}

.unit-card.featured {
  color: #fff;
  background: #172025;
}

.unit-card.featured .eyebrow,
.unit-card.featured .note {
  color: rgba(255, 255, 255, .72);
}

.cost-bars {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cost-bars div {
  display: grid;
  gap: 6px;
}

.cost-bars span {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.unit-card.featured .cost-bars span {
  color: rgba(255, 255, 255, .76);
}

.bar {
  height: 12px;
  overflow: hidden;
  background: rgba(23, 162, 184, .15);
  border-radius: 999px;
}

.bar i {
  display: block;
  width: var(--value);
  height: 100%;
  background: var(--coral);
  border-radius: inherit;
}

.ops-system {
  background: var(--paper);
}

.ops-board {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.day-flow {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
  counter-reset: day;
}

.day-flow li {
  position: relative;
  padding: 16px 16px 16px 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.day-flow li::before {
  counter-increment: day;
  content: counter(day);
  position: absolute;
  left: 14px;
  top: 16px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--turquoise);
  border-radius: 50%;
  font-size: 12px;
}

.launch-roadmap {
  background: #fff;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.timeline-card {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.timeline-card b {
  color: var(--coral);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.transparency {
  color: #fff;
  background: #172025;
}

.transparency .section-kicker,
.transparency .note {
  color: rgba(255, 255, 255, .72);
}

.transparency .risk-card {
  color: var(--ink);
}

.source-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.source-strip span {
  padding: 8px 10px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .standalone-nav {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 22px;
  }

  .standalone-nav .nav-links {
    flex-wrap: wrap;
  }

  .anchor-tabs {
    position: static;
    padding: 10px 22px;
  }

  .sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: space-between;
  }

  .who-list,
  .faq-grid,
  .info-grid,
  .package-grid,
  .risk-grid,
  .unit-layout,
  .ops-board,
  .timeline-grid,
  .proof-layout,
  .evidence-grid,
  .finance-grid,
  .evidence-strip,
  .advantage-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .pattern-nav {
    flex-wrap: wrap;
  }

  .chooser-grid,
  .hero,
  .split,
  .product-band,
  .closing,
  .role-grid,
  .short-proof,
  .sticky-final,
  .three,
  .four,
  .stat-grid,
  .metric-board,
  .model-grid,
  .two-columns,
  .req-list,
  .model-strip {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .carousel-track,
  .compact-gallery,
  .cv-gallery {
    grid-auto-columns: minmax(270px, 86vw);
    padding-right: 22px;
  }

  .media-card,
  .compact-gallery .media-card,
  .cv-gallery .media-card {
    min-height: 340px;
  }

  .hero,
  .section {
    padding: 64px 22px;
  }

  .chooser {
    padding: 74px 22px;
  }

  .photo {
    min-height: 320px;
  }

  .hero-art {
    min-height: 430px;
    margin-top: -14px;
  }

  .hero-art::before {
    inset: 22px 10px 18px 22px;
  }

  .hero-art::after {
    right: 2%;
    bottom: 5%;
    width: 54%;
  }

  .hero-logo {
    top: 18px;
    width: min(56%, 230px);
  }

  .hero-product-main {
    top: 92px;
    width: 88%;
    border-width: 7px;
  }

  .hero-product-sub {
    bottom: 28px;
    width: 50%;
    border-width: 7px;
  }

  .hero-woman {
    right: -2%;
    width: min(38%, 180px);
  }

  .hero-badge {
    left: 16px;
    bottom: 18px;
    max-width: 230px;
  }

  .hero-badge strong {
    font-size: 20px;
  }

  .proof-stack,
  .finance-support,
  .conversion-evidence {
    min-height: auto;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .poster-section::before {
    right: -10px;
    top: 18px;
    font-size: clamp(58px, 21vw, 120px);
  }

  .proof-layout {
    min-height: auto;
  }

  .owner-story,
  .evidence-grid article,
  .finance-grid article,
  .compact-finance .finance-grid article {
    min-height: auto;
  }

  .proof-cards article {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "title"
      "copy";
    align-items: start;
  }

  .proof-cards .mini-slot,
  .mini-slot,
  .evidence-slot {
    min-height: 170px;
  }

  .owner-photo-slot {
    min-height: 240px;
  }

  .pattern-label {
    position: static;
    padding: 8px 22px;
  }

  .sticky-final .btn {
    justify-self: start;
  }

  .comparison {
    overflow-x: auto;
  }

  .comparison table {
    min-width: 720px;
  }
}

@media (max-width: 900px) {
  .culture-page .standalone-nav {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 22px;
  }

  .culture-page .standalone-nav .nav-links {
    gap: 10px;
  }

  .culture-page .standalone-hero {
    min-height: 100vh;
    min-height: 100svh;
    align-items: start;
    padding: 104px 24px 30px;
    overflow: hidden;
  }

  .culture-page .standalone-hero::before {
    inset: 72px 20px 28px;
    border-radius: 24px;
  }

  .culture-page .standalone-hero::after {
    right: -170px;
    bottom: -112px;
    width: 390px;
    background: var(--coral);
    opacity: .95;
  }

  .culture-page .standalone-hero .hero-copy {
    padding-top: 270px;
  }

  .culture-page .standalone-hero .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .culture-page .standalone-hero .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.14;
  }

  .culture-page .standalone-hero .hero-copy > p:not(.eyebrow) {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }

  .culture-type-accent {
    left: 24px;
    top: 116px;
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    color: rgba(23, 32, 37, .07);
    font-size: clamp(64px, 22vw, 92px);
    transform: none;
  }

  .culture-hero-plate {
    right: -132px;
    top: 150px;
    bottom: auto;
    width: 470px;
    transform: rotate(-8deg);
  }

  .culture-hero-plate img {
    filter: drop-shadow(0 22px 26px rgba(23, 32, 37, .22));
  }

  .culture-page .standalone-hero .cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  .culture-page .standalone-hero .btn {
    width: 100%;
    min-height: 52px;
  }

  .culture-mobile-break {
    display: block;
  }

  .culture-hero-frame {
    display: none;
  }

  .culture-hero-meta {
    left: 22px;
    right: 22px;
    bottom: 44px;
    width: auto;
    justify-content: flex-start;
    overflow-x: auto;
    transform: none;
  }
}

/* Culture page: bright food-campaign treatment inspired by Japanese takeout LPs. */
.culture-page {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
    var(--turquoise);
  background-size: 34px 34px;
}

.culture-page .anchor-tabs {
  top: 0;
  z-index: 25;
  justify-content: center;
  padding: 14px clamp(24px, 5vw, 64px);
  background: var(--turquoise);
  border-bottom: 0;
}

.culture-page .anchor-tabs a {
  padding: 10px 16px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink);
  font-size: 12px;
}

.culture-page .anchor-tabs a:hover {
  color: #fff;
  background: var(--coral);
}

.culture-page main > .section {
  width: min(1200px, calc(100% - clamp(32px, 7vw, 96px)));
  margin: clamp(28px, 5vw, 72px) auto;
  padding: clamp(42px, 6vw, 76px);
  background: #fff;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 18px 0 rgba(23, 32, 37, .16);
  overflow: hidden;
}

.culture-page .section.statement,
.culture-page .section.product-band,
.culture-page .section.transparency,
.culture-page .section.final-form {
  color: var(--ink);
  background: #fff;
}

.culture-page .section.statement {
  min-height: auto;
  text-align: left;
}

.culture-page .section.statement p {
  margin-left: 0;
  margin-right: 0;
}

.culture-page .section.product-band,
.culture-page .section.split,
.culture-page .section.short-proof,
.culture-page .section.sticky-final {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.culture-page .section h2 {
  color: var(--ink);
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
}

.culture-page .eyebrow {
  width: fit-content;
  padding: 7px 12px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .1em;
}

.culture-page .section-kicker,
.culture-page .section > p,
.culture-page .split p,
.culture-page .role-grid p {
  color: var(--ink);
}

.culture-page .photo,
.culture-page .owner-photo-slot,
.culture-page .mini-slot,
.culture-page .evidence-slot {
  border: 8px solid #fff;
  border-radius: 28px;
  box-shadow: 0 16px 32px rgba(23, 32, 37, .16);
}

.culture-page .cards article,
.culture-page .info-card,
.culture-page .package-card,
.culture-page .risk-card,
.culture-page .model-card,
.culture-page .timeline-card,
.culture-page .unit-card,
.culture-page .copy-panel,
.culture-page .lead-form,
.culture-page .two-columns article,
.culture-page .proof-cards article,
.culture-page .evidence-grid article,
.culture-page .finance-grid article {
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 0 7px 0 var(--ink);
}

.culture-page .cards article span,
.culture-page .chooser-card span {
  background: var(--coral);
}

.culture-page .loop span,
.culture-page .source-strip span,
.culture-page .quick-stats span {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.culture-page .media-showcase {
  background: #fff;
}

.culture-page .media-card {
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 0 7px 0 var(--ink);
}

.culture-page .carousel-controls button {
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
}

.culture-page .model-card .big,
.culture-page .stat-grid strong,
.culture-page .metric-board strong {
  color: var(--coral) !important;
}

.culture-page .lead-form input,
.culture-page .lead-form select,
.culture-page .lead-form textarea {
  border: 2px solid var(--ink);
  border-radius: 16px;
}

.culture-page .btn,
.culture-page .lead-form button {
  border-radius: 999px;
  box-shadow: 0 5px 0 var(--ink);
}

.culture-page .btn.primary,
.culture-page .lead-form button {
  border: 2px solid var(--ink);
}

.culture-page .footer {
  width: min(1200px, calc(100% - clamp(32px, 7vw, 96px)));
  margin: 40px auto 0;
  border-radius: 30px 30px 0 0;
}

.culture-image-ribbon {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 16px;
  width: 100%;
  margin: 34px 0 0;
}

.culture-ribbon-head {
  width: min(960px, 100%);
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.instagram-account {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-ribbon {
  width: min(1040px, 100%);
  margin: 18px auto 0;
  padding: 0 0 16px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max(260px, calc((100% - 48px) / 3.5));
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: thin;
}

.instagram-embed-card {
  height: 500px;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 0 7px 0 var(--ink);
  scroll-snap-align: center;
}

.instagram-embed-card .instagram-media,
.instagram-embed-card iframe {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 18px !important;
}

.instagram-embed-card iframe {
  height: 660px !important;
  transform: translateY(-82px);
  transform-origin: top center;
}

.instagram-embed-card .instagram-media {
  min-height: 640px;
  transform: translateY(-82px);
  display: grid !important;
  place-items: center;
  padding: 18px !important;
  background:
    linear-gradient(135deg, rgba(17, 167, 165, .12), rgba(233, 83, 63, .1)),
    #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.ribbon-shot,
.product-visual {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 7px 0 var(--ink);
}

.ribbon-shot::before,
.product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform .45s ease;
}

.ribbon-shot:hover::before,
.product-visual:hover::before {
  transform: scale(1.05);
}

.ribbon-shot figcaption,
.product-visual figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 11px;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-post {
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 16px;
  color: #fff;
  scroll-snap-align: center;
}

.instagram-post::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(21, 23, 25, 0) 42%, rgba(21, 23, 25, .72) 100%);
  pointer-events: none;
}

.instagram-post span,
.instagram-post strong {
  position: relative;
  z-index: 1;
  width: fit-content;
}

.instagram-post span {
  margin-bottom: 8px;
  padding: 6px 10px;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-post strong {
  font-size: 22px;
  line-height: 1.15;
}

.culture-page .money-section {
  overflow: hidden;
}

.culture-page .money-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.culture-page .money-model {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 0 8px 0 var(--ink);
}

.culture-page .money-model.featured {
  background:
    linear-gradient(180deg, rgba(17, 167, 165, .12), rgba(255, 255, 255, 0) 54%),
    #fff;
}

.culture-page .model-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.culture-page .money-model h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.2;
}

.culture-page .money-model-lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.culture-page .money-highlight {
  margin: 0 0 18px;
  padding: 18px 20px;
  background: rgba(17, 167, 165, .1);
  border: 1px solid rgba(17, 167, 165, .22);
  border-radius: 20px;
}

.culture-page .money-highlight span,
.culture-page .money-highlight small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.culture-page .money-highlight strong {
  display: block;
  margin: 5px 0;
  color: var(--turquoise-dark);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.culture-page .money-model dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.culture-page .money-model dl div {
  display: grid;
  grid-template-columns: minmax(92px, .42fr) 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.culture-page .money-model dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.culture-page .money-model dd {
  margin: 0;
  color: var(--turquoise-dark);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1;
}

.culture-page .money-assumptions {
  margin-top: 22px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.culture-page .money-assumptions strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.culture-page .money-assumptions p,
.culture-page .money-support {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.culture-page .money-support {
  margin-top: 16px;
  padding-left: 18px;
  border-left: 7px solid var(--turquoise);
}

.culture-page .money-cta {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 15px 24px;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 6px 0 var(--ink);
  font-weight: 900;
}

.culture-page .product-band {
  grid-template-columns: minmax(0, .9fr) minmax(280px, .9fr) minmax(260px, .55fr);
}

.product-visual {
  min-height: 360px;
  align-self: stretch;
}

.culture-page .image-placeholder.image-sonova-cheese,
.culture-page .image-placeholder.image-p056-01,
.culture-page .image-placeholder.image-p056-02,
.culture-page .image-placeholder.image-p057-03,
.culture-page .image-placeholder.image-ham-actor,
.culture-page .image-placeholder.image-sonova-plate,
.culture-page .image-placeholder.image-brand-woman {
  color: #fff;
  background: #fff;
  border-style: solid;
}

.culture-page .image-placeholder.image-sonova-cheese::before,
.culture-page .image-placeholder.image-p056-01::before,
.culture-page .image-placeholder.image-p056-02::before,
.culture-page .image-placeholder.image-p057-03::before,
.culture-page .image-placeholder.image-ham-actor::before,
.culture-page .image-placeholder.image-sonova-plate::before,
.culture-page .image-placeholder.image-brand-woman::before {
  left: 0;
  top: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  background-position: center;
  background-size: cover;
}

.culture-page .image-placeholder.image-brand-woman::before {
  inset: 16px 16px 0;
  background-size: contain;
}

.culture-page .image-placeholder::after {
  inset: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(23, 32, 37, 0) 0%, rgba(23, 32, 37, .62) 100%);
}

.culture-page .image-placeholder span,
.culture-page .image-placeholder small {
  align-self: end;
  z-index: 2;
}

.culture-page .image-placeholder span {
  background: var(--coral);
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--ink);
}

.culture-page .image-placeholder small {
  color: #fff;
}

@media (max-width: 900px) {
  .culture-page .anchor-tabs {
    justify-content: flex-start;
    padding: 12px 20px 18px;
  }

  .culture-page main > .section {
    width: calc(100% - 28px);
    margin: 28px auto;
    padding: 34px 20px;
    border-radius: 24px;
    box-shadow: 0 10px 0 rgba(23, 32, 37, .16);
  }

  .culture-page .section.product-band,
  .culture-page .section.split,
  .culture-page .section.short-proof,
  .culture-page .section.sticky-final {
    grid-template-columns: 1fr;
  }

  .culture-image-ribbon,
  .culture-page .product-band {
    grid-template-columns: 1fr;
  }

  .culture-ribbon-head {
    display: grid;
    justify-items: center;
  }

  .instagram-ribbon {
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 78vw);
    grid-template-columns: none;
  }

  .culture-page .money-comparison {
    grid-template-columns: 1fr;
  }

  .culture-page .money-model dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .culture-page .money-cta {
    width: 100%;
    text-align: center;
  }

  .ribbon-shot,
  .product-visual {
    min-height: 220px;
  }

  .culture-page .footer {
    width: calc(100% - 28px);
  }
}

/* Business pattern: narrow, vertical campaign style inspired by supporter LPs. */
.business-page {
  background:
    linear-gradient(180deg, rgba(255, 248, 237, .7), #fff 22%, rgba(17, 167, 165, .08) 58%, #fff 100%);
  color: var(--ink);
  overflow-x: hidden;
}

.business-page .standalone-nav {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.business-page .standalone-hero {
  position: relative;
  width: min(920px, calc(100% - 40px));
  min-height: min(calc(100svh - 66px), 1120px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0 clamp(72px, 9vw, 118px);
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: clamp(28px, 5vw, 54px);
  color: var(--ink);
  background: transparent;
  text-align: center;
  isolation: isolate;
}

.business-page .standalone-hero::before {
  content: "FRANCHISE";
  position: absolute;
  left: 50%;
  top: clamp(38px, 8vh, 82px);
  z-index: -1;
  color: rgba(17, 167, 165, .15);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(76px, 18vw, 196px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: .02em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.business-page .standalone-hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 10%;
  z-index: -2;
  width: min(210px, 32vw);
  aspect-ratio: 1;
  background: var(--coral);
  border-radius: 50%;
  opacity: .18;
}

.business-page .standalone-hero .hero-copy {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  order: 2;
}

.business-page .standalone-hero .eyebrow {
  color: var(--coral);
}

.business-page .standalone-hero .hero-copy h1 {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--ink);
  font-size: clamp(42px, 8vw, 86px);
  line-height: 1.08;
  letter-spacing: 0;
}

.business-page .check-list {
  width: min(680px, 100%);
  margin: 10px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  text-align: left;
}

.business-page .check-list li {
  position: relative;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 14px 16px 14px 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(23, 32, 37, .06);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.business-page .check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--turquoise);
  border-radius: 50%;
  transform: translateY(-50%);
}

.business-page .standalone-hero .cta-row {
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.business-page .standalone-hero .btn {
  min-width: 190px;
  min-height: 56px;
  padding: 15px 28px;
  border-radius: 999px;
}

.business-page .standalone-hero .ghost {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
}

.business-page .hero-art-business {
  order: 1;
  width: min(520px, 100%);
  min-height: clamp(270px, 38vw, 410px);
  margin: 0 auto;
}

.business-page .hero-art-business::before {
  inset: 18px 22px 28px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 50% 50% 44% 44%;
  transform: rotate(-2deg);
  box-shadow: 12px 12px 0 rgba(17, 167, 165, .28);
}

.business-page .hero-art-business::after {
  right: 11%;
  bottom: 8%;
  width: 34%;
  background: var(--mustard);
  opacity: .9;
}

.business-page .hero-art-business .hero-logo {
  top: 0;
  left: 50%;
  z-index: 3;
  width: min(230px, 54%);
  border: 2px solid var(--ink);
  border-radius: 999px;
  transform: translateX(-50%) rotate(-2deg);
}

.business-page .hero-art-business .hero-product {
  border: 7px solid #fff;
  border-radius: 999px;
}

.business-page .hero-art-business .hero-product-main {
  top: 88px;
  right: 5%;
  width: 68%;
  aspect-ratio: 1.25;
  transform: rotate(4deg);
}

.business-page .hero-art-business .hero-product-sub {
  left: 4%;
  bottom: 20px;
  width: 42%;
  aspect-ratio: 1;
  transform: rotate(-8deg);
}

.business-page .hero-art-business .hero-badge {
  left: auto;
  right: 0;
  bottom: 24px;
  max-width: 210px;
  padding: 16px 18px;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  text-align: center;
  box-shadow: 8px 8px 0 rgba(21, 23, 25, .12);
}

.business-page .hero-art-business .hero-badge strong {
  font-size: 20px;
}

.business-page .anchor-tabs {
  top: 65px;
  width: min(920px, calc(100% - 28px));
  margin: 0 auto;
  padding: 10px 0 12px;
  justify-content: flex-start;
  background: rgba(255, 255, 255, .94);
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.business-page .anchor-tabs a {
  padding: 8px 13px;
  background: transparent;
  border: 1px solid var(--line);
}

.business-page main > .section {
  position: relative;
  width: min(920px, calc(100% - 40px));
  margin: clamp(76px, 11vw, 136px) auto;
  padding: 0;
  background: transparent;
}

.business-page main > .section::before {
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  margin-bottom: 28px;
  background: var(--coral);
  border-radius: 999px;
}

.business-page .section h2 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(34px, 6.2vw, 70px);
  line-height: 1.12;
  letter-spacing: 0;
}

.business-page .section-kicker,
.business-page .section > p,
.business-page .role-grid p,
.business-page .media-showcase .section-head p {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.95;
}

.business-page .poster-section::before {
  content: attr(data-chapter);
  width: auto;
  height: auto;
  margin: 0 0 14px;
  display: block;
  color: rgba(17, 167, 165, .18);
  background: transparent;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 14vw, 154px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: .02em;
}

.business-page .poster-section {
  min-height: auto;
  display: block;
  overflow: visible;
}

.business-page .proof-stack {
  padding-top: 0;
  padding-bottom: 0;
}

.business-page .metric-board {
  width: min(760px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 14px 14px 0 rgba(17, 167, 165, .18);
}

.business-page .metric-board div {
  min-height: 166px;
  padding: 24px;
  display: grid;
  align-content: center;
  text-align: left;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.business-page .metric-board div:nth-child(2n) {
  border-right: 0;
}

.business-page .metric-board div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.business-page .metric-board strong {
  color: var(--turquoise-dark);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 8vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.business-page .metric-board span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.business-page .evidence-grid,
.business-page .info-grid,
.business-page .finance-grid,
.business-page .timeline-grid,
.business-page .cards.four,
.business-page .risk-grid,
.business-page .role-grid,
.business-page .unit-layout {
  width: min(760px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.business-page .evidence-grid article,
.business-page .info-card,
.business-page .finance-grid article,
.business-page .timeline-card,
.business-page .cards.four article,
.business-page .risk-card,
.business-page .two-columns article,
.business-page .package-card,
.business-page .unit-card {
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(23, 32, 37, .07);
}

.business-page .info-card,
.business-page .timeline-card,
.business-page .risk-card {
  border-left: 8px solid var(--turquoise);
  border-radius: 0 26px 26px 0;
}

.business-page .evidence-slot,
.business-page .mini-slot {
  min-height: 180px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 2px dashed rgba(17, 167, 165, .48);
  background:
    linear-gradient(135deg, rgba(17, 167, 165, .16), rgba(233, 83, 63, .12)),
    #fff;
}

.business-page .evidence-slot {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  color: #fff;
  background-position: center;
  background-size: cover;
  border: 0;
}

.business-page .evidence-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(21, 23, 25, .08), rgba(21, 23, 25, .7)),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .22), transparent 32%);
}

.business-page .evidence-slot span,
.business-page .evidence-slot small {
  position: relative;
  z-index: 1;
}

.business-page .evidence-slot span {
  color: #fff;
  background: var(--coral);
}

.business-page .evidence-slot small {
  color: rgba(255, 255, 255, .86);
}

.business-page .evidence-store {
  background-image: url("./assets/web/bms-son-of-the-bar-cropped.png");
}

.business-page .evidence-social {
  background-image: url("./assets/web/sonova-cheese.jpg");
}

.business-page .evidence-trailer {
  background-image: url("./assets/web/bms-trailer-cropped.jpg");
}

.business-page .proof-label,
.business-page .finance-grid b,
.business-page .timeline-card b {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  color: #fff;
  background: var(--turquoise);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.business-page .media-showcase .section-head {
  width: min(760px, 100%);
  margin: 0 auto 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.business-page .compact-gallery {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 8px 0 20px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.business-page .media-card {
  min-height: 430px;
  border-radius: 30px;
  scroll-snap-align: center;
}

.business-page .comparison table {
  width: min(760px, 100%);
  margin: 38px auto 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 28px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 12px 12px 0 rgba(233, 83, 63, .14);
}

.business-page .comparison th,
.business-page .comparison td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
}

.business-page .comparison tr:last-child td {
  border-bottom: 0;
}

.business-page .comparison th {
  color: #fff;
  background: var(--ink);
}

.business-page .comparison .highlight td {
  color: var(--ink);
  background: rgba(244, 184, 63, .32);
  font-size: 18px;
  font-weight: 900;
}

.business-page .note {
  width: min(760px, 100%);
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.business-page .unit-card.featured {
  background: var(--ink);
  border: 0;
  border-radius: 30px;
}

.business-page .unit-card.featured .big {
  color: #fff;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 8vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.business-page .package-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.business-page .two-columns {
  display: grid;
  gap: 16px;
}

.business-page .req-list {
  width: min(760px, 100%);
  margin: 36px auto 0;
  display: grid;
  gap: 0;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
}

.business-page .req-list div {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: minmax(120px, .36fr) 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.business-page .req-list div:last-child {
  border-bottom: 0;
}

.business-page .req-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.business-page .perk {
  width: min(760px, 100%);
  margin: 18px auto 0;
  padding: 18px 22px;
  color: var(--ink);
  background: rgba(233, 83, 63, .12);
  border: 1px solid rgba(233, 83, 63, .28);
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
}

.business-page .closing-business {
  width: min(840px, calc(100% - 40px));
  margin-bottom: 90px;
  padding: clamp(34px, 7vw, 70px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 23, 25, .88), rgba(17, 167, 165, .82)),
    url("./assets/web/sonova-cheese.jpg") center / cover;
  border-radius: 34px;
  text-align: center;
  box-shadow: 16px 16px 0 rgba(17, 167, 165, .16);
}

.business-page .closing-business::before {
  display: none;
}

.business-page .closing-business .eyebrow,
.business-page .closing-business p,
.business-page .closing-business h2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.business-page .lead-form.compact {
  width: min(560px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.business-page .lead-form.compact input {
  min-height: 56px;
  border-radius: 999px;
  border: 0;
  padding: 0 20px;
}

.business-page .lead-form.compact button {
  min-height: 60px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
}

.business-page .sticky-cta {
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
}

.business-mobile-break {
  display: none;
}

@media (max-width: 820px) {
  .business-page .nav-links {
    display: none;
  }

  .business-page .standalone-hero {
    width: 100%;
    max-width: 100vw;
    min-height: auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .business-page .standalone-hero::before {
    width: 100%;
    top: 34px;
    overflow: hidden;
    text-align: center;
    font-size: clamp(58px, 19vw, 116px);
  }

  .business-page .check-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .business-page .check-list li {
    border-radius: 24px;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .business-page .standalone-hero .cta-row,
  .business-page .standalone-hero .btn {
    width: 100%;
  }

  .business-page .standalone-hero .cta-row {
    max-width: 340px;
  }

  .business-page .hero-art-business {
    left: max(-56px, -14vw);
    width: min(330px, 100%);
    min-height: 318px;
    margin-bottom: 34px;
  }

  .business-page .standalone-hero .hero-copy {
    position: relative;
    left: max(-56px, -14vw);
    width: min(340px, calc(100vw - 28px));
  }

  .business-page .hero-art-business::before {
    inset: 26px 10px 24px;
  }

  .business-page .hero-art-business .hero-logo {
    width: min(230px, 68%);
  }

  .business-page .hero-art-business .hero-product-main {
    top: 96px;
    right: 1%;
    width: 72%;
  }

  .business-page .hero-art-business .hero-product-sub {
    left: 0;
    bottom: 30px;
    width: 44%;
  }

  .business-page .hero-art-business .hero-badge {
    left: 50%;
    right: auto;
    bottom: 8px;
    max-width: 190px;
    padding: 12px 14px;
    transform: translateX(-50%);
  }

  .business-page .hero-art-business .hero-badge strong {
    font-size: 17px;
  }

  .business-page .hero-art-business .hero-badge span {
    font-size: 9px;
  }

  .business-page main > .section,
  .business-page .anchor-tabs,
  .business-page .closing-business {
    width: min(100% - 28px, 620px);
  }

  .business-page .section h2 {
    font-size: clamp(32px, 9vw, 54px);
  }

  .business-page .standalone-hero .hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.16;
  }

  .business-page .standalone-hero .eyebrow {
    max-width: 100%;
    font-size: 12px;
    letter-spacing: .12em;
    overflow-wrap: anywhere;
  }

  .business-mobile-break {
    display: block;
  }

  .business-page .metric-board {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .business-page .metric-board div,
  .business-page .metric-board div:nth-child(2n),
  .business-page .metric-board div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .business-page .metric-board div:last-child {
    border-bottom: 0;
  }

  .business-page .media-showcase .section-head {
    display: grid;
  }

  .business-page .compact-gallery {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .business-page .comparison {
    overflow-x: hidden;
  }

  .business-page .comparison table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 20px;
  }

  .business-page .req-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .business-page .perk {
    border-radius: 24px;
  }

  .business-page .sticky-cta span {
    display: none;
  }

  .business-page .sticky-cta {
    display: none;
  }
}

/* Privacy policy page: BUY ME STAND editorial tone. */
.privacy-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px),
    var(--turquoise);
  background-size: 44px 44px;
}

.privacy-page .privacy-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #fff;
  background: var(--turquoise);
  border-bottom: 2px solid var(--ink);
}

.privacy-page .privacy-nav .nav-links {
  color: #fff;
}

.privacy-main {
  width: min(1200px, calc(100% - clamp(32px, 7vw, 96px)));
  margin: 36px auto 0;
}

.privacy-hero,
.privacy-panel {
  background: #fff;
  border-radius: 30px;
  box-shadow: 16px 16px 0 rgba(21, 23, 25, .16);
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 7vw, 76px);
}

.privacy-hero::after {
  content: "POLICY";
  position: absolute;
  right: -12px;
  top: -24px;
  color: rgba(21, 23, 25, .05);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(92px, 18vw, 230px);
  line-height: .82;
}

.privacy-hero > * {
  position: relative;
  z-index: 1;
}

.privacy-hero h1 {
  max-width: 860px;
  margin: 18px 0 20px;
  font-size: clamp(42px, 6.6vw, 80px);
  line-height: 1.08;
  letter-spacing: 0;
}

.privacy-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
}

.privacy-hero time {
  display: inline-flex;
  margin-top: 24px;
  padding: 8px 14px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy-panel {
  margin-top: 28px;
  margin-bottom: 56px;
  padding: clamp(24px, 5vw, 54px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.privacy-panel article {
  min-height: 240px;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-left: 8px solid var(--turquoise);
  border-radius: 22px;
}

.privacy-panel article:nth-child(2n) {
  border-left-color: var(--coral);
}

.privacy-panel span {
  color: var(--coral);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.privacy-panel h2 {
  margin: 10px 0 10px;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.3;
}

.privacy-panel p,
.privacy-panel address {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  line-height: 1.85;
}

.privacy-panel address {
  margin-top: 10px;
}

.privacy-page .privacy-footer {
  width: min(1200px, calc(100% - clamp(32px, 7vw, 96px)));
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 820px) {
  .privacy-page .nav-links {
    display: none;
  }

  .privacy-main,
  .privacy-page .privacy-footer {
    width: calc(100% - 28px);
  }

  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .privacy-panel article {
    min-height: auto;
  }
}

/* Culture final 8-block structure: lighter editorial blocks. */
.culture-page .culture-story-note,
.culture-page .traffic-copy,
.culture-page .support-summary-grid article,
.culture-page .terms-list,
.culture-page .owner-story,
.culture-page .proof-cards article {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: none;
}

.culture-page .culture-story-note {
  max-width: 760px;
  margin-top: 28px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
  border-left: 8px solid var(--turquoise);
}

.culture-page .culture-story-note span,
.culture-page .support-summary-grid article span,
.culture-page .terms-list span {
  color: var(--coral);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.culture-page .culture-story-note p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.culture-page .store-photo-placeholder {
  position: relative;
  width: min(900px, 100%);
  margin: 24px auto 0;
  display: block;
  aspect-ratio: 900 / 430;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.culture-page .store-photo-placeholder::before {
  content: none;
}

.culture-page .store-photo-placeholder::after {
  content: none;
}

.culture-page .store-photo-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 720px) {
  .culture-page .store-photo-placeholder {
    aspect-ratio: 900 / 430;
    min-height: 0;
  }

  .culture-page .store-photo-placeholder img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
}

.culture-page .traffic-section .section-kicker {
  max-width: 820px;
}

.culture-page .traffic-proof-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 30px;
}

.culture-page .traffic-proof-grid .product-visual {
  min-height: 340px;
}

.culture-page .traffic-copy {
  padding: clamp(24px, 4vw, 38px);
}

.culture-page .traffic-copy h3,
.culture-page .support-summary-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.25;
}

.culture-page .traffic-copy p,
.culture-page .support-summary-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.culture-page .compact-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.culture-page .support-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.culture-page .support-summary-grid article {
  padding: clamp(22px, 3vw, 30px);
}

.culture-page .terms-list {
  margin-top: 32px;
  overflow: hidden;
}

.culture-page .terms-list div {
  display: grid;
  grid-template-columns: minmax(120px, .28fr) 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.culture-page .terms-list div:last-child {
  border-bottom: 0;
}

.culture-page .terms-list strong {
  font-size: clamp(17px, 2vw, 22px);
}

.culture-page .terms-fee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.culture-page .terms-fee-grid article {
  position: relative;
  min-height: 230px;
  padding: 26px 26px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 22px;
  align-content: start;
  align-items: end;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.culture-page .terms-fee-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--turquoise);
}

.culture-page .terms-fee-grid article:nth-child(2n)::before {
  background: var(--coral);
}

.culture-page .terms-fee-grid span {
  grid-column: 1 / -1;
  color: var(--coral);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.culture-page .terms-fee-grid strong {
  display: block;
  grid-column: 1;
  color: var(--turquoise-dark);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.culture-page .terms-fee-grid article:nth-child(3) strong {
  font-size: clamp(40px, 4vw, 58px);
  white-space: nowrap;
}

.culture-page .terms-fee-grid small {
  display: inline-flex;
  grid-column: 2;
  grid-row: 2;
  width: fit-content;
  padding: 7px 12px;
  color: var(--ink);
  background: rgba(17, 167, 165, .12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.culture-page .terms-fee-grid p {
  grid-column: 1 / -1;
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
}

.culture-page .section-link {
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding: 13px 20px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.culture-page .section-link:hover {
  color: #fff;
  background: var(--coral);
}

.culture-page .proof-layout {
  gap: 18px;
}

.culture-page .owner-story,
.culture-page .proof-cards article {
  padding: clamp(22px, 3vw, 30px);
}

.culture-page .owner-photo-slot,
.culture-page .mini-slot {
  box-shadow: none;
  border-width: 1px;
}

.culture-page .brand-story-section {
  position: relative;
}

.culture-page .brand-story-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  margin-top: 34px;
}

.culture-page .brand-story-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.culture-page .brand-story-copy article {
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-left: 8px solid var(--turquoise);
  border-radius: 22px;
}

.culture-page .brand-story-copy span {
  color: var(--coral);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.culture-page .brand-story-copy h3 {
  margin: 10px 0 10px;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.25;
}

.culture-page .brand-story-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.culture-page .trailer-photo-placeholder {
  position: relative;
  min-height: 460px;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.culture-page .trailer-photo-placeholder::before {
  content: none;
}

.culture-page .trailer-photo-placeholder::after {
  content: none;
}

.culture-page .trailer-photo-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.culture-page .support-detail-stack {
  display: grid;
  gap: 18px;
  margin-top: 32px;
  min-width: 0;
}

.culture-page .support-package > .section-kicker {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(15px, 1.35vw, 18px);
}

.culture-page .head-office-panel,
.culture-page .owner-panel {
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.culture-page .head-office-panel > span,
.culture-page .owner-panel > span {
  color: var(--coral);
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.culture-page .head-office-panel h3,
.culture-page .owner-panel h3 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
}

.culture-page .head-office-panel p,
.culture-page .owner-panel p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.culture-page .support-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 22px;
}

.culture-page .support-points div {
  min-height: 150px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 7px solid var(--turquoise);
  border-radius: 18px;
}

.culture-page .support-points b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.culture-page .support-points small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.culture-page .product-carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 20px;
  padding: 0 0 12px;
  overflow: hidden;
}

.culture-page .product-carousel-track {
  width: max-content;
  display: flex;
  gap: 12px;
  will-change: transform;
  animation: productCarouselLeft 34s linear infinite;
}

.culture-page .product-carousel:hover .product-carousel-track {
  animation-play-state: paused;
}

.culture-page .product-tile {
  position: relative;
  flex: 0 0 clamp(190px, 19vw, 270px);
  min-width: 190px;
  aspect-ratio: 4 / 3;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.culture-page .product-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform .45s ease;
}

.culture-page .product-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
}

.culture-page .product-tile:hover::before {
  transform: scale(1.06);
}

.culture-page .product-tile figcaption {
  position: absolute;
  left: 14px;
  bottom: 13px;
  z-index: 1;
  padding: 7px 10px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@keyframes productCarouselLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .culture-page .product-carousel-track {
    animation: none;
  }
}

.culture-page .owner-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.culture-page .owner-role-card {
  min-height: 330px;
  padding: 14px 14px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.culture-page .owner-role-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  margin: 0 0 16px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 7px 7px 0 rgba(233, 83, 63, .22);
}

.culture-page .owner-role-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.culture-page .owner-role-card small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .culture-page .support-package > .section-kicker {
    white-space: normal;
    font-size: inherit;
  }

  .culture-page .culture-story-note,
  .culture-page .traffic-proof-grid,
  .culture-page .brand-story-layout,
  .culture-page .support-summary-grid,
  .culture-page .terms-list div,
  .culture-page .terms-fee-grid {
    grid-template-columns: 1fr;
  }

  .culture-page .trailer-photo-placeholder {
    min-height: 300px;
  }

  .culture-page .support-points {
    grid-template-columns: 1fr;
  }

  .culture-page .owner-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .culture-page .product-carousel {
    padding-bottom: 14px;
  }

  .culture-page .product-tile {
    flex-basis: 78vw;
    min-width: 220px;
  }

  .culture-page .owner-role-card {
    min-height: 300px;
  }

  .culture-page .section-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
