:root {
  --v-forest: #073b33;
  --v-forest-dark: #052a25;
  --v-teal: #0e7568;
  --v-mint: #dcebe2;
  --v-sage: #c8d9cd;
  --v-sand: #e9e1d2;
  --v-paper: #f3f4ef;
  --v-ink: #17201d;
  --v-line: rgba(7, 59, 51, .15);
}

.prototype-switcher {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 1rem;
  width: max-content;
  max-width: calc(100vw - 1.5rem);
  padding: .35rem;
  display: flex;
  align-items: center;
  gap: .2rem;
  color: #173a34;
  background: rgba(255, 255, 255, .91);
  border: 1px solid rgba(7, 59, 51, .15);
  border-radius: 99px;
  box-shadow: 0 12px 40px rgba(6, 34, 30, .16);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.prototype-switcher span {
  padding: 0 .7rem;
  font: 700 .62rem/1 Inter, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .55;
}

.prototype-switcher a {
  padding: .62rem .8rem;
  color: inherit;
  border-radius: 99px;
  font: 600 .72rem/1 Inter, Arial, sans-serif;
  text-decoration: none;
}

.prototype-switcher a.is-active { color: white; background: var(--v-forest); }
body.is-locked .prototype-switcher { opacity: 0; pointer-events: none; }

.variant-page { background: var(--paper); }
.variant-hero * { box-sizing: border-box; }
.variant-hero img { display: block; max-width: 100%; }
.variant-hero a { color: inherit; text-decoration: none; }
.variant-hero h1, .variant-hero h2, .variant-hero h3, .variant-hero p { margin-top: 0; }
.variant-hero h1, .variant-hero h2, .variant-hero h3 { font-family: Poppins, Arial, sans-serif; line-height: .98; letter-spacing: -.055em; }
.variant-hero :focus-visible { outline: 3px solid #d2ac59; outline-offset: 3px; }

.variant-skip { position: fixed; z-index: 300; left: 1rem; top: 1rem; padding: .75rem 1rem; color: white; background: var(--v-forest); border-radius: .5rem; transform: translateY(-200%); }
.variant-skip:focus { transform: none; }

.variant-header {
  height: 94px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: var(--v-paper);
}

.variant-header > p { margin: 0; color: var(--v-teal); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.variant-brand { width: clamp(160px, 15vw, 210px); }
.variant-brand img { width: 100%; height: auto; }
.round-link { justify-self: end; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--v-forest); border-radius: 50%; font-size: 1.15rem; }
.variant-eyebrow { margin-bottom: 1.2rem; color: var(--v-teal); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.solid-link, .line-link {
  min-height: 48px;
  padding: .8rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-size: .78rem;
  font-weight: 700;
}

.solid-link { color: white !important; background: var(--v-forest); }
.solid-link.light { color: var(--v-forest) !important; background: white; }
.line-link { border: 1px solid rgba(7, 59, 51, .28); }

/* Bento concept */
.variant-hero {
  width: calc(100% - 2rem);
  max-width: 1280px;
  height: min(700px, calc(100svh - 184px));
  max-height: 90vh;
  margin: 1rem auto clamp(4rem, 7vw, 7rem);
}

.bento-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.45fr;
  grid-template-rows: minmax(0, 1.4fr) minmax(0, .6fr);
  gap: 1rem;
}

.bento-card { position: relative; overflow: hidden; border-radius: clamp(1.1rem, 2vw, 2rem); }
.bento-intro { min-width: 0; padding: clamp(1.4rem, 2.1vw, 2.3rem); grid-column: 1 / 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--v-mint); }
.bento-intro .variant-eyebrow { margin-bottom: .8rem; }
.bento-intro h1 { max-width: 850px; margin-bottom: .85rem; color: var(--v-forest-dark); font-size: clamp(2.15rem, 3vw, 3.5rem); }
.bento-intro > p:not(.variant-eyebrow) { max-width: 610px; margin-bottom: 1rem; color: #40534e; font-size: clamp(.95rem, 1.1vw, 1.05rem); }
.variant-actions { display: flex; gap: .65rem; flex-wrap: wrap; }

.bento-image { grid-column: 3; grid-row: 1 / 3; min-height: 0; background: #bdc9c1; }
.bento-image img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.bento-image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(4, 34, 29, .74)); }
.bento-image figcaption { position: absolute; z-index: 1; left: clamp(1.25rem, 2.5vw, 2.5rem); right: 1.5rem; bottom: 1.7rem; color: white; font-family: Poppins, Arial, sans-serif; font-size: clamp(1rem, 1.6vw, 1.55rem); font-weight: 600; }

.bento-number { padding: 1.7rem; display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--v-forest); }
.bento-number > span { font: 700 clamp(3rem, 5vw, 5.5rem)/.8 Poppins, Arial, sans-serif; letter-spacing: -.09em; }
.bento-number strong { display: block; font-family: Poppins, Arial, sans-serif; font-size: 1.1rem; }
.bento-number p { max-width: 190px; margin: .25rem 0 0; color: #c3d6d0; font-size: .78rem; }

.bento-routine { padding: 1.7rem; display: flex; flex-direction: column; justify-content: flex-end; background: var(--v-sand); }
.bento-routine h2 { max-width: 430px; margin-bottom: .7rem; color: var(--v-forest); font-size: clamp(1.65rem, 2.4vw, 2.75rem); }
.bento-routine > p:not(.variant-eyebrow) { max-width: 450px; margin-bottom: 1.4rem; color: #5f5c53; font-size: .82rem; }
.routine-meter { height: 8px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.routine-meter i { background: rgba(7, 59, 51, .16); border-radius: 9px; }
.routine-meter i:first-child, .routine-meter i:nth-child(2), .routine-meter i:nth-child(3) { background: var(--v-teal); }

.bento-control { display: none; }
.bento-cta { display: none; }

.variant-models { padding: clamp(7rem, 12vw, 12rem) clamp(1.25rem, 6vw, 7rem); background: #eceee8; }
.variant-section-head { max-width: 1000px; margin-bottom: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: 1fr .65fr; column-gap: 5rem; }
.variant-section-head .variant-eyebrow { grid-column: 1 / -1; }
.variant-section-head h2 { margin-bottom: 0; color: var(--v-forest); font-size: clamp(3rem, 6vw, 6.5rem); }
.variant-section-head > p:last-child { align-self: end; margin-bottom: .4rem; color: #59655f; }
.variant-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 2rem); }
.variant-model-card { padding: .7rem; display: block; background: white; border-radius: 1.4rem; }
.variant-model-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 1rem; }
.variant-model-card span { padding: 1.1rem .5rem .55rem; display: flex; gap: 1rem; align-items: center; font-family: Poppins, Arial, sans-serif; font-size: 1.1rem; font-weight: 600; }
.variant-model-card b { color: var(--v-teal); font-size: .68rem; }
.variant-closing { min-height: 650px; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; color: white; background: var(--v-forest); }
.variant-closing p { margin-bottom: .3rem; color: #9dc4b8; font-size: 1rem; }
.variant-closing h2 { max-width: 1050px; margin-bottom: 2.2rem; font-size: clamp(3.2rem, 7.5vw, 8rem); }

/* Editorial concept */
.editorial-page { background: var(--paper); }
.editorial-header { background: #f5f3ec; }
.editorial-hero {
  padding: clamp(1rem, 2vw, 2rem) clamp(1.25rem, 4vw, 4.5rem) 2.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  background: #f5f3ec;
  border-radius: clamp(1.1rem, 2vw, 2rem);
}

.editorial-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 50% 47%, rgba(208, 225, 215, .76), transparent 32%); }
.editorial-kicker { align-self: start; margin: .4rem 0 0; color: var(--v-forest); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-index { justify-self: end; margin: .4rem 0 0; grid-column: 3; color: var(--v-teal); font-size: .68rem; line-height: 1.4; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.editorial-index b { font: 600 2.6rem/1 Poppins, Arial, sans-serif; letter-spacing: -.06em; }

.editorial-hero h1 { position: absolute; z-index: -2; inset: 22% 1.4rem auto; margin: 0; color: var(--v-forest); text-align: center; text-transform: uppercase; }
.editorial-hero h1 span, .editorial-hero h1 strong { display: block; font-size: clamp(5rem, 10vw, 11rem); line-height: .72; letter-spacing: -.09em; }
.editorial-hero h1 span { transform: translateX(-7%); }
.editorial-hero h1 strong { color: transparent; -webkit-text-stroke: 2px var(--v-forest); transform: translateX(5%); }

.editorial-product { position: relative; z-index: -1; grid-column: 2; grid-row: 1 / 4; align-self: stretch; justify-self: center; width: min(88%, 520px); height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.editorial-product img { max-width: 100%; max-height: 92%; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(3, 34, 29, .24)); }
.product-halo { position: absolute; z-index: -1; bottom: 5%; width: 82%; aspect-ratio: 1; background: rgba(201, 220, 208, .68); border-radius: 50%; filter: blur(3px); }

.editorial-hero blockquote { z-index: 2; max-width: 285px; margin: 0; padding: 1rem 1.1rem; align-self: center; grid-column: 1; grid-row: 2; color: var(--v-forest); background: rgba(245, 243, 236, .9); border: 1px solid rgba(7, 59, 51, .12); border-radius: 1rem; font: 600 clamp(.95rem, 1.15vw, 1.15rem)/1.28 Poppins, Arial, sans-serif; backdrop-filter: blur(8px); }
.editorial-hero cite { margin-top: .7rem; display: block; color: #65716c; font: 500 .7rem/1 Inter, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.editorial-note { z-index: 2; max-width: 260px; padding: 1rem 1.1rem; justify-self: end; align-self: center; grid-column: 3; grid-row: 2; background: rgba(245, 243, 236, .9); border: 1px solid rgba(7, 59, 51, .12); border-radius: 1rem; backdrop-filter: blur(8px); }
.editorial-note strong { color: var(--v-forest); font-family: Poppins, Arial, sans-serif; }
.editorial-note p { margin: .45rem 0 0; color: #5c6964; font-size: .82rem; }
.editorial-action { z-index: 2; padding: .9rem 1rem; align-self: end; grid-column: 1; grid-row: 3; background: rgba(245, 243, 236, .9); border-radius: 1rem; }
.editorial-action p { max-width: 290px; margin-bottom: 1rem; color: #52605b; font-size: .8rem; }
.editorial-scroll { align-self: end; justify-self: end; grid-column: 3; grid-row: 3; color: #6d7773; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.editorial-manifesto { padding: clamp(8rem, 14vw, 15rem) clamp(1.25rem, 7vw, 8rem); color: white; background: var(--v-forest); }
.editorial-manifesto > h2 { max-width: 1200px; margin-bottom: clamp(5rem, 10vw, 9rem); font-size: clamp(3.2rem, 7vw, 7.6rem); }
.editorial-manifesto .variant-eyebrow { color: #9bc8ba; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 6vw, 7rem); }
.manifesto-grid article { padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.manifesto-grid span { color: #8ebdaf; font-size: .7rem; }
.manifesto-grid h3 { margin: 3rem 0 .8rem; font-size: 1.45rem; }
.manifesto-grid p { margin: 0; color: #b9cbc5; }

.editorial-models { padding: clamp(7rem, 12vw, 13rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr .72fr; gap: clamp(4rem, 10vw, 11rem); align-items: center; }
.editorial-models h2 { max-width: 800px; color: var(--v-forest); font-size: clamp(3.5rem, 7vw, 7rem); }
.editorial-model-card { padding: .8rem; background: white; border-radius: 1.5rem; box-shadow: 0 30px 80px rgba(7, 59, 51, .1); }
.editorial-model-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 1.05rem; }
.editorial-model-card span { padding: 1.1rem .5rem .5rem; display: flex; justify-content: space-between; gap: 1rem; font-family: Poppins, Arial, sans-serif; font-size: .95rem; font-weight: 600; }

@media (min-width: 1300px) {
  .bento-hero { grid-template-columns: 1.05fr .9fr 1.35fr; }
  .bento-number { grid-column: 1; }
  .bento-routine { grid-column: 2; }
}

@media (max-width: 900px) {
  .variant-header { height: 82px; grid-template-columns: 1fr auto; }
  .variant-header > p { display: none; }
  .variant-hero { width: calc(100% - 2rem); max-width: 1280px; height: min(660px, calc(100svh - 150px)); margin-bottom: 5rem; }
  .bento-hero { grid-template-columns: 1.3fr .7fr; grid-template-rows: 1.25fr .75fr; gap: .75rem; }
  .bento-intro { grid-column: 1; grid-row: 1 / 3; }
  .bento-image { grid-column: 2; grid-row: 1; min-height: 0; }
  .bento-number { grid-column: 2; grid-row: 2; }
  .bento-routine { display: none; }
  .variant-section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .variant-model-grid { grid-template-columns: 1fr 1fr; }
  .variant-model-card:last-child { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
  .editorial-hero { grid-template-columns: 1fr 1fr; }
  .editorial-index { grid-column: 2; }
  .editorial-product { grid-column: 1 / -1; width: 440px; height: 100%; }
  .editorial-note { grid-column: 2; }
  .editorial-scroll { grid-column: 2; }
  .editorial-hero h1 { top: 24%; }
  .editorial-models { grid-template-columns: 1fr; }
  .editorial-model-card { max-width: 560px; }
}

@media (max-width: 640px) {
  .prototype-switcher { bottom: .65rem; }
  .prototype-switcher span { display: none; }
  .prototype-switcher a { padding-inline: .68rem; font-size: .67rem; }
  .variant-header { padding-inline: 1rem; }
  .variant-brand { width: 155px; }
  .variant-hero { width: calc(100% - 1rem); height: min(660px, calc(100svh - 124px)); margin: .5rem auto 4rem; }
  .bento-hero { padding: 0; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1.55fr .65fr; gap: .55rem; }
  .bento-intro { min-height: 0; padding: 1.6rem 1.35rem; grid-column: 1 / -1; grid-row: 1; }
  .bento-intro h1 { font-size: clamp(2.25rem, 10.5vw, 3.25rem); }
  .bento-intro > p:not(.variant-eyebrow) { margin-bottom: 1.1rem; font-size: .9rem; }
  .bento-image { height: auto; grid-column: 1; grid-row: 2; }
  .bento-image figcaption { left: 1rem; bottom: 1rem; font-size: .82rem; }
  .bento-number { min-height: 0; padding: 1rem; grid-column: 2; grid-row: 2; }
  .bento-number > span { font-size: 3.1rem; }
  .bento-number p { display: none; }
  .bento-routine { display: none; }
  .variant-models { padding-inline: 1rem; }
  .variant-section-head h2 { font-size: 3.5rem; }
  .variant-model-grid { grid-template-columns: 1fr; }
  .variant-model-card:last-child { grid-column: auto; width: auto; }
  .variant-closing { min-height: 560px; }

  .editorial-hero { padding: 1rem; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr auto; }
  .editorial-kicker { position: absolute; z-index: 2; top: 1rem; left: 1rem; }
  .editorial-index { position: absolute; z-index: 2; top: 1rem; right: 1rem; }
  .editorial-hero h1 { top: 22%; inset-inline: -.1rem; }
  .editorial-hero h1 span, .editorial-hero h1 strong { font-size: clamp(4rem, 22vw, 6rem); line-height: .8; }
  .editorial-hero h1 span { transform: none; }
  .editorial-hero h1 strong { transform: none; -webkit-text-stroke-width: 1.2px; }
  .editorial-product { width: 310px; max-width: 86vw; height: 100%; }
  .editorial-kicker { font-size: .6rem; }
  .editorial-hero blockquote { position: absolute; z-index: 2; left: .75rem; top: 49%; max-width: 160px; margin: 0; padding: .75rem; color: var(--v-forest); background: rgba(245, 243, 236, .92); font-size: .76rem; text-shadow: none; }
  .editorial-hero cite { color: #65716c; }
  .editorial-note { display: none; }
  .editorial-action { position: absolute; z-index: 2; right: .75rem; bottom: 1rem; margin: 0; padding: 0; background: transparent; text-align: right; }
  .editorial-action p { display: none; }
  .editorial-scroll { display: none; }
  .editorial-manifesto { padding-inline: 1.25rem; }
  .editorial-manifesto > h2 { font-size: 3.6rem; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-grid h3 { margin-top: 1.6rem; }
  .editorial-models { padding-inline: 1.25rem; }
  .editorial-models h2 { font-size: 3.7rem; }
}

.variant-load-error { max-width: 720px; margin: 4rem auto; padding: 1.25rem; color: #7a342d; background: #fff0ee; border-radius: 1rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}

/* Full-width prototype heroes with an integrated, adaptive header. */
.variant-page .demo-bar { display: none; }
.variant-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 90px;
  color: var(--v-forest);
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  transition: height .35s ease, color .35s ease, background-color .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.variant-page .site-header .brand { transition: width .35s ease; }
.variant-page .site-header .brand img { transition: filter .35s ease; }
.variant-page .site-header .desktop-nav a::after,
.variant-page .site-header .text-button::after { background: currentColor; }
.variant-page.has-scrolled .site-header {
  height: 72px;
  color: white;
  background: rgba(9, 46, 40, .97);
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 12px 30px rgba(7, 38, 32, .16);
  backdrop-filter: blur(18px);
}
.variant-page.has-scrolled .site-header .brand { width: clamp(145px, 14vw, 182px); }
.variant-page.has-scrolled .site-header .brand img { filter: brightness(0) invert(1); }
.variant-page.has-scrolled .site-header .cart-button { color: var(--forest); background: white; }
.variant-page.has-scrolled .site-header .cart-button strong { color: white; background: var(--teal); }
.variant-page .mobile-menu { top: 90px; }
.variant-page.has-scrolled .mobile-menu { top: 72px; }

.variant-page .variant-hero {
  width: 100%;
  max-width: none;
  height: min(780px, 90svh);
  max-height: 90svh;
  margin: 0 0 clamp(4rem, 7vw, 7rem);
  border-radius: 0;
}
.variant-page .bento-hero {
  padding: 104px clamp(1rem, 3vw, 3.5rem) 1.5rem;
  grid-template-rows: minmax(0, 1.35fr) minmax(0, .65fr);
  background: #f3f7f2;
}
.variant-page .bento-intro { background: #def0ea; }
.variant-page .bento-number { background: #103d36; }
.variant-page .bento-routine { padding: 1.25rem 1.5rem; background: #eadfc7; }
.variant-page .bento-routine h2 { font-size: clamp(1.35rem, 1.9vw, 2.4rem); }
.variant-page .bento-routine > p:not(.variant-eyebrow) { margin-bottom: .6rem; }
.variant-page .bento-routine .variant-eyebrow { margin-bottom: .65rem; }

.variant-page .editorial-hero {
  padding-top: 116px;
  padding-bottom: 2.2rem;
  background: #f5f3ec;
}
.variant-page .editorial-hero h1 { top: 29%; }
.variant-page .editorial-hero h1 span,
.variant-page .editorial-hero h1 strong { font-size: clamp(6rem, 11.5vw, 14rem); }
.variant-page .editorial-hero blockquote { background: rgba(218, 235, 225, .94); }
.variant-page .editorial-note { background: rgba(234, 223, 199, .94); }
.variant-page .editorial-action { background: rgba(255, 255, 255, .88); }

.variant-page.motion-ready .variant-hero [data-reveal] { opacity: 0; translate: 0 18px; }
.variant-page.motion-entered .variant-hero [data-reveal] {
  opacity: 1;
  translate: 0 0;
  transition: opacity .72s ease var(--reveal-delay, 0ms), translate .72s cubic-bezier(.18, .68, .24, 1) var(--reveal-delay, 0ms);
}
.variant-page.motion-ready .bento-intro h1,
.variant-page.motion-ready .bento-intro > p,
.variant-page.motion-ready .bento-intro .variant-actions { opacity: 0; translate: 0 9px; }
.variant-page.motion-entered .bento-intro h1,
.variant-page.motion-entered .bento-intro > p,
.variant-page.motion-entered .bento-intro .variant-actions {
  opacity: 1;
  translate: 0 0;
  transition: opacity .65s ease, translate .65s ease;
}
.variant-page.motion-entered .bento-intro > p { transition-delay: 130ms; }
.variant-page.motion-entered .bento-intro h1 { transition-delay: 210ms; }
.variant-page.motion-entered .bento-intro .variant-actions { transition-delay: 330ms; }

@media (max-width: 1050px) {
  .variant-page .bento-hero { grid-template-columns: 1.3fr .7fr; grid-template-rows: 1.25fr .75fr; }
  .variant-page .bento-intro { grid-column: 1; grid-row: 1 / 3; }
  .variant-page .bento-image { grid-column: 2; grid-row: 1; }
  .variant-page .bento-number { grid-column: 2; grid-row: 2; }
  .variant-page .bento-routine { display: none; }
}

@media (max-width: 760px) {
  .variant-page .site-header { height: 74px; }
  .variant-page.has-scrolled .site-header { height: 66px; }
  .variant-page.has-scrolled .site-header .brand { width: 138px; }
  .variant-page .mobile-menu { top: 74px; }
  .variant-page.has-scrolled .mobile-menu { top: 66px; color: white; background: var(--forest); }
  .variant-page .bento-hero { padding: 88px .75rem .75rem; }
  .variant-page .bento-intro h1 { font-size: clamp(2rem, 4.3vw, 3rem); }
  .variant-page .editorial-hero { padding: 93px 1.25rem 1.25rem; }
  .variant-page .editorial-hero h1 { top: 31%; }
  .variant-page .editorial-hero h1 span,
  .variant-page .editorial-hero h1 strong { font-size: clamp(4.4rem, 14vw, 8rem); }
}

@media (max-width: 640px) {
  .variant-page .bento-hero { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1.55fr .65fr; padding: 86px .5rem .5rem; }
  .variant-page .bento-intro { grid-column: 1 / -1; grid-row: 1; }
  .variant-page .bento-intro h1 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .variant-page .bento-image { grid-column: 1; grid-row: 2; }
  .variant-page .bento-number { grid-column: 2; grid-row: 2; }
  .variant-page .editorial-hero { padding: 92px 1rem 1rem; }
  .variant-page .editorial-hero h1 { top: 29%; }
  .variant-page .editorial-hero h1 span,
  .variant-page .editorial-hero h1 strong { font-size: clamp(4rem, 22vw, 6rem); }
  .variant-page .editorial-kicker,
  .variant-page .editorial-index { top: 92px; }
  .variant-page .editorial-hero blockquote { top: 52%; }
  .variant-page .editorial-action { background: transparent; }
}

@media (max-width: 640px) and (max-height: 700px) {
  .variant-page .bento-hero { display: block; }
  .variant-page .bento-intro { height: 100%; }
  .variant-page .bento-image,
  .variant-page .bento-number,
  .variant-page .bento-intro .line-link { display: none; }
  .variant-page .bento-intro h1 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .variant-page .bento-intro > p:not(.variant-eyebrow) { font-size: .84rem; }
}

@media (prefers-reduced-motion: reduce) {
  .variant-page .site-header,
  .variant-page .site-header .brand,
  .variant-page .site-header .brand img,
  .variant-page .variant-hero [data-reveal],
  .variant-page .bento-intro h1,
  .variant-page .bento-intro > p,
  .variant-page .bento-intro .variant-actions { transition: none !important; opacity: 1 !important; translate: none !important; }
}

.prototype-switcher, .variant-skip, .bento-card, .variant-model-card,
.variant-model-card img, .editorial-hero, .editorial-hero blockquote,
.editorial-note, .editorial-action, .editorial-model-card,
.editorial-model-card img, .variant-load-error { border-radius: .45rem; }
.variant-page .variant-hero { border-radius: 0; }
