:root {
  color-scheme: light;
  --color-primary: #4f8bdc;
  --color-primary-dark: #326fbe;
  --color-primary-light: #eaf3ff;
  --color-background: #fffdf9;
  --color-surface: #ffffff;
  --color-surface-warm: #fbf4e9;
  --color-card: #fffaf3;
  --color-text: #20242a;
  --color-text-muted: #66707c;
  --color-border: #eadfce;
  --color-focus: #1f62b6;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --radius-sm: .75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --shadow-sm: 0 .25rem 1rem rgba(75, 63, 48, .06);
  --shadow-card: 0 1rem 2.5rem rgba(75, 63, 48, .09);
  --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 73.75rem;
  --transition: 180ms;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; overflow-x: hidden; color: var(--color-text-muted); background: var(--color-background); font-family: var(--font-family); font-size: 1rem; line-height: 1.55; }
body.has-sticky-order { padding-bottom: calc(4.75rem + env(safe-area-inset-bottom)); }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
button, input { font: inherit; }
a { color: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { color: var(--color-text); line-height: 1.12; }
h1 { margin-bottom: var(--space-3); font-size: clamp(2.375rem, 10.25vw, 2.75rem); letter-spacing: -.035em; line-height: 1.08; }
h2 { margin-bottom: var(--space-3); font-size: clamp(1.55rem, 5vw, 2.15rem); letter-spacing: -.025em; }
h3 { margin-bottom: var(--space-2); font-size: 1rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.compact-section { padding-block: var(--space-3); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: var(--space-3); left: var(--space-3); padding: var(--space-3); transform: translateY(-200%); color: var(--color-text); background: var(--color-surface); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.announcement { min-height: 2.5rem; padding: var(--space-2) var(--space-4); display: flex; align-items: center; justify-content: center; gap: var(--space-2); color: #294866; background: linear-gradient(90deg, #e9f3ff, #dcecff, #e9f3ff); font-size: clamp(.75rem, 3.3vw, .9rem); text-align: center; }
.announcement p { margin: 0; }
.announcement svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-header { background: rgba(255, 253, 249, .96); border-bottom: 1px solid rgba(234, 223, 206, .7); }
.header-inner { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); }
.brand { min-height: 2.75rem; display: inline-flex; align-items: center; gap: var(--space-2); color: var(--color-text); font-size: 1.05rem; font-weight: 850; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: var(--color-primary); background: var(--color-primary-light); border: 1px solid #cfe2fa; border-radius: 50%; }
.brand-mark svg { width: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.button { min-height: 3rem; padding: .75rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); color: white; background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); border: 1px solid transparent; border-radius: var(--radius-sm); box-shadow: 0 .35rem 1rem rgba(50, 111, 190, .18); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition); }
.button:hover { box-shadow: 0 .5rem 1.3rem rgba(50, 111, 190, .26); }
.button:active { transform: translateY(1px); }
.button svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-width: 7rem; min-height: 2.875rem; padding-inline: .875rem; font-size: .85rem; }
.button-secondary { color: var(--color-text); background: rgba(255,255,255,.8); border-color: var(--color-border); box-shadow: var(--shadow-sm); }
.hero { padding-block: var(--space-3); }
.hero-card { padding: 1.25rem; display: grid; gap: var(--space-3); overflow: hidden; background: radial-gradient(circle at 22% 15%, rgba(255,255,255,.95), transparent 34%), var(--color-surface-warm); border: 1px solid #f0e5d6; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.hero-copy { align-self: center; }
.hero-copy h1 span { color: var(--color-primary); }
.hero-eyebrow { margin-bottom: var(--space-2) !important; color: var(--color-primary-dark) !important; font-size: .75rem !important; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-copy > p:not(.price) { max-width: 36rem; margin-bottom: var(--space-3); color: #4f5862; font-size: 1rem; line-height: 1.5; }
.price { margin-bottom: var(--space-3); color: var(--color-primary); font-size: 2rem; font-weight: 850; line-height: 1; }
.price small { font-size: .5em; }
.hero-actions { display: grid; gap: var(--space-1); }
.hero-actions .button { min-height: 3.25rem; }
.hero-more { min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); color: var(--color-primary-dark); font-size: .86rem; font-weight: 750; text-decoration: none; }
.hero-visual { margin: 0; overflow: hidden; border-radius: var(--radius-lg); }
.hero-visual img { width: 100%; height: 14.5rem; object-fit: contain; object-position: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-2); }
.benefit-card { min-height: 9.25rem; padding: .875rem; display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-2); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.benefit-card h3 { font-size: .92rem; }
.benefit-card p { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .78rem; line-height: 1.4; }
.feature-icon { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: var(--color-primary); background: var(--color-primary-light); border-radius: .7rem; }
.feature-icon svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lifestyle-card { overflow: hidden; background: var(--color-surface-warm); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.lifestyle-card img { width: 100%; height: 13.75rem; object-fit: cover; object-position: center; }
.lifestyle-card > div { padding: 1.25rem; }
.lifestyle-card p:last-child { margin-bottom: 0; }
.eyebrow { margin-bottom: var(--space-2); color: var(--color-primary-dark); font-size: .78rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.gallery-card, .steps-card, .order-card { padding: 1.25rem; background: var(--color-surface-warm); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.section-heading { margin-bottom: var(--space-4); text-align: center; }
.gallery-layout { display: grid; gap: var(--space-3); }
.gallery-selected { margin: 0; padding: var(--space-2); background: var(--color-surface); border-radius: var(--radius-md); text-align: center; }
.gallery-selected img { width: 100%; height: 15.5rem; object-fit: contain; border-radius: var(--radius-sm); }
.gallery-selected figcaption { padding-top: var(--space-1); color: var(--color-text); font-size: .82rem; font-weight: 750; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--space-2); overflow: visible; padding: 0; }
.gallery-thumb { min-width: 0; height: 6.5rem; padding: var(--space-1); color: var(--color-text); background: var(--color-surface); border: 2px solid transparent; border-radius: var(--radius-sm); cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--color-primary); box-shadow: 0 0 0 3px var(--color-primary-light); }
.gallery-thumb img { width: 100%; height: 4.5rem; object-fit: contain; border-radius: .5rem; }
.gallery-thumb span { display: block; padding-top: .15rem; font-size: .7rem; font-weight: 750; }
.steps-card > h2 { text-align: center; }
.steps-list { display: grid; gap: var(--space-2); padding: 0; }
.steps-list article { min-height: 5.75rem; padding: var(--space-3); display: flex; align-items: center; gap: var(--space-3); background: var(--color-surface); border-radius: var(--radius-md); }
.steps-list article > span { width: 2.2rem; height: 2.2rem; flex: 0 0 2.2rem; display: grid; place-items: center; color: white; background: var(--color-primary); border-radius: 50%; font-weight: 850; }
.steps-list p { margin: 0; font-size: .84rem; line-height: 1.4; }
.order { scroll-margin-top: var(--space-4); }
.order-card { display: grid; gap: var(--space-4); }
.order-intro > p:not(.eyebrow, .order-price) { max-width: 31rem; }
.order-price { margin: var(--space-3) 0 0; color: var(--color-primary); font-size: 1.6rem; font-weight: 850; }
.order-price span { display: block; color: var(--color-text-muted); font-size: .8rem; font-weight: 650; }
.order-form { display: grid; gap: var(--space-4); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.fields-grid { display: grid; gap: var(--space-3); }
.field { display: grid; gap: var(--space-2); }
.field label, .quantity-field > label { color: var(--color-text); font-size: .82rem; font-weight: 750; }
.field input { width: 100%; min-height: 3.375rem; padding: .875rem 1rem; color: var(--color-text); background: var(--color-surface); border: 1px solid #ded3c4; border-radius: .875rem; font-size: 1rem; }
.field input:focus { border-color: var(--color-primary); }
.order-controls { padding: var(--space-3); display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: var(--space-3); background: rgba(255,255,255,.72); border-radius: var(--radius-md); }
.quantity-field { display: grid; gap: var(--space-2); }
.quantity-control { display: grid; grid-template-columns: 3rem 3.25rem 3rem; }
.quantity-control button, .quantity-control input { min-height: 3rem; color: var(--color-text); background: var(--color-surface); border: 1px solid #ded3c4; font-size: 1rem; text-align: center; }
.quantity-control button { font-size: 1.35rem; cursor: pointer; }
.quantity-control button:first-child { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.quantity-control button:last-child { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.quantity-control input { width: 100%; border-inline: 0; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.total { margin: 0; text-align: left; }
.total span { display: block; font-size: .78rem; }
.total strong { display: block; color: var(--color-text); font-size: 1.05rem; white-space: nowrap; }
.consent { min-height: 3rem; display: flex; align-items: flex-start; gap: var(--space-3); font-size: .8rem; cursor: pointer; }
.consent input { width: 1.25rem; height: 1.25rem; margin: .1rem 0 0; flex: 0 0 1.25rem; accent-color: var(--color-primary); }
.submit-button { width: 100%; min-height: 3.5rem; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--color-text); font-size: .85rem; text-align: center; }
.form-status.is-error { color: #9b3434; }
.form-status.is-success { color: #286640; font-weight: 750; }
.trust-row { padding: var(--space-4) 0; }
.trust-row .container { padding: var(--space-3); display: flex; gap: var(--space-4); overflow-x: auto; color: #4d6680; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); font-size: .78rem; white-space: nowrap; }
.site-footer { padding: var(--space-3) 0; border-top: 1px solid var(--color-border); font-size: .8rem; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--space-2) var(--space-5); text-align: center; }
.footer-inner strong { width: 100%; color: var(--color-text); }
.footer-inner a { min-height: 2.75rem; display: inline-flex; align-items: center; }
.sticky-order { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; padding: var(--space-2) max(var(--space-4), env(safe-area-inset-right)) calc(var(--space-2) + env(safe-area-inset-bottom)) max(var(--space-4), env(safe-area-inset-left)); visibility: hidden; opacity: 0; transform: translateY(100%); background: rgba(255,255,255,.97); border-top: 1px solid var(--color-border); box-shadow: 0 -.5rem 1.5rem rgba(75,63,48,.11); transition: opacity var(--transition), transform var(--transition), visibility var(--transition); }
.sticky-order.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }
.sticky-inner { min-height: 3.5rem; max-width: 30rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }
.sticky-inner strong { color: var(--color-primary); font-size: 1.05rem; }

@media (min-width: 22.5rem) {
  .order-controls { flex-direction: row; align-items: end; }
  .total { text-align: right; }
}
@media (min-width: 48rem) {
  body.has-sticky-order { padding-bottom: 0; }
  .sticky-order { display: none; }
  .compact-section { padding-block: var(--space-6); }
  .hero { padding-block: var(--space-4) var(--space-6); }
  .hero-card { min-height: 29rem; padding: var(--space-7); grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: center; }
  .hero-copy h1 { font-size: clamp(2.75rem, 4.1vw, 3.2rem); }
  .hero-actions { display: flex; }
  .hero-visual img { min-height: 23rem; }
  .benefit-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .benefit-card { min-height: 9rem; flex-direction: row; }
  .lifestyle-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .lifestyle-card img { height: 100%; aspect-ratio: auto; }
  .lifestyle-card > div { padding: var(--space-7); }
  .gallery-card, .steps-card, .order-card { padding: var(--space-6); }
  .gallery-layout { grid-template-columns: minmax(15rem,.75fr) minmax(0,1.25fr); align-items: center; }
  .gallery-thumbnails { display: grid; grid-template-columns: repeat(3,1fr); overflow: visible; }
  .gallery-thumb { min-width: 0; }
  .steps-list { grid-template-columns: repeat(3, minmax(0,1fr)); overflow: visible; }
  .steps-list article { min-width: 0; flex: 1; }
  .order-card { grid-template-columns: .72fr 1.28fr; align-items: start; }
  .fields-grid { grid-template-columns: repeat(3,1fr); }
  .footer-inner { justify-content: space-between; }
  .footer-inner strong { width: auto; }
  .trust-row .container { justify-content: space-around; overflow: visible; }
}
@media (min-width: 64rem) {
  .gallery-layout { grid-template-columns: 18rem 1fr; }
  .order-form { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .fields-grid, .consent, .form-status { grid-column: 1 / -1; }
  .order-controls { min-width: 22rem; }
  .submit-button { min-width: 14rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

/* Compact mobile production layout */
@media (max-width: 47.99rem) {
  body { font-size: 1rem; line-height: 1.5; }
  body.has-sticky-order { padding-bottom: calc(4.75rem + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 2rem, var(--container)); }
  .compact-section { padding-block: .75rem; }

  .announcement { min-height: 2.5rem; padding: .35rem 1rem; }
  .announcement p { font-size: .78rem; line-height: 1.25; }
  .site-header, .header-inner { min-height: 4rem; }
  .brand { gap: .45rem; font-size: .98rem; }
  .brand-mark { width: 2rem; height: 2rem; }
  .button-small { width: 7.375rem; min-width: 7.375rem; min-height: 2.875rem; padding: .55rem .75rem; font-size: .9rem; }
  .button-small svg { width: 1rem; height: 1rem; }

  .hero { padding-block: .75rem; }
  .hero-card { padding: 1.25rem; gap: 1.25rem; }
  .hero-copy h1 { margin-bottom: .55rem; font-size: clamp(2.375rem, 10vw, 2.6875rem); line-height: 1.06; }
  .hero-eyebrow { margin-bottom: .45rem; font-size: .75rem; }
  .hero-copy > p:not(.hero-eyebrow, .price) { margin-bottom: .65rem; font-size: 1.0625rem; line-height: 1.45; }
  .price { margin-bottom: .6rem; font-size: clamp(2.75rem, 12vw, 3rem); line-height: 1; }
  .price small { font-size: 1rem; }
  .hero-actions { gap: .2rem; }
  .hero-actions .button { min-height: 3.5rem; }
  .hero-more { min-height: 2.75rem; font-size: .9rem; }
  .hero-visual img { height: 13.75rem; min-height: 0; object-fit: contain; object-position: center; }

  .benefit-grid { gap: .75rem; }
  .benefit-card { min-height: 9.375rem; padding: 1rem; gap: .65rem; overflow: visible; }
  .benefit-card h3 { font-size: 1.1875rem; line-height: 1.15; }
  .benefit-card p { display: block; overflow: visible; font-size: .9375rem; line-height: 1.4; -webkit-line-clamp: unset; -webkit-box-orient: unset; }
  .feature-icon { width: 3.125rem; height: 3.125rem; flex: 0 0 3.125rem; }
  .feature-icon svg { width: 1.75rem; height: 1.75rem; }

  .lifestyle-card img { height: 13.5rem; }
  .lifestyle-card > div { padding: 1.25rem; }
  .lifestyle-card .eyebrow { font-size: .875rem; }
  .lifestyle-card h2 { margin-bottom: .55rem; font-size: clamp(1.875rem, 8vw, 2.125rem); line-height: 1.08; }
  .lifestyle-card p:last-child { font-size: 1.0625rem; line-height: 1.48; }

  .gallery-card { padding: .625rem 1.25rem; }
  .gallery-card .section-heading { margin-bottom: .65rem; }
  .gallery-card .section-heading .eyebrow { margin-bottom: .15rem; }
  .gallery-card .section-heading h2 { font-size: 1.5rem; line-height: 1.1; }
  .gallery-layout { gap: .625rem; }
  .gallery-selected { height: 15.625rem; padding: .75rem .75rem .35rem; display: grid; grid-template-rows: minmax(0, 1fr) auto; border-radius: 1.125rem; }
  .gallery-selected img { height: 100%; min-height: 0; }
  .gallery-selected figcaption { padding-top: .15rem; font-size: .75rem; line-height: 1.2; }
  .gallery-thumbnails { gap: .625rem; }
  .gallery-thumb { height: 6.5rem; padding: .3rem; }
  .gallery-thumb img { height: 4.25rem; }
  .gallery-thumb span { font-size: .72rem; line-height: 1.15; }

  .steps-card { padding: 1.25rem; }
  .steps-card > h2 { margin-bottom: .75rem; font-size: clamp(2rem, 8.7vw, 2.25rem); line-height: 1.08; }
  .steps-list { gap: .75rem; }
  .steps-list article { min-height: 5.75rem; padding: .875rem; gap: .875rem; }
  .steps-list article > span { width: 3rem; height: 3rem; flex-basis: 3rem; font-size: 1.1rem; }
  .steps-list h3 { margin-bottom: .15rem; font-size: 1.1875rem; line-height: 1.2; }
  .steps-list p { font-size: .9375rem; line-height: 1.4; }

  .order-card { padding: 1.25rem; gap: 1rem; }
  .order-intro .eyebrow { margin-bottom: .25rem; }
  .order-intro h2 { margin-bottom: .35rem; }
  .order-intro > p:not(.eyebrow, .order-price) { margin-bottom: .45rem; }
  .order-price { margin-top: .45rem; font-size: clamp(2.375rem, 10vw, 2.625rem); line-height: 1.05; }
  .order-price span { display: inline; font-size: .9rem; }
  .order-form, .fields-grid { gap: .75rem; }
  .field { gap: .3rem; }
  .field label, .quantity-field > label { font-size: .9375rem; }
  .field input { height: 3.375rem; min-height: 3.375rem; padding: 0 1rem; border-radius: .875rem; font-size: 1rem; }
  .order-controls { min-height: 5.75rem; padding: .625rem; gap: .625rem; }
  .quantity-field { gap: .25rem; }
  .quantity-control button, .quantity-control input { height: 3rem; min-height: 3rem; }
  .consent { min-height: 0; gap: .65rem; font-size: .9375rem; line-height: 1.45; }
  .consent input { width: 1.5rem; height: 1.5rem; flex-basis: 1.5rem; }
  .submit-button { height: 3.5rem; min-height: 3.5rem; margin-top: .375rem; font-size: 1.1875rem; }
  .form-status:empty { min-height: 0; }

  .trust-row { padding: .75rem 0; }
  .trust-row .container { padding: .75rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; overflow: visible; white-space: normal; font-size: .74rem; line-height: 1.3; }
  .site-footer { padding: 1.75rem 1rem; }
  .footer-inner { gap: .35rem 1rem; }

  .sticky-order { z-index: 1000; min-height: 4.25rem; padding: .625rem max(1rem, env(safe-area-inset-right)) calc(.625rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
  .sticky-inner { min-height: 3rem; }
  .sticky-inner strong { font-size: 1rem; }
  .sticky-inner .button { min-height: 3rem; padding: .65rem 1rem; }
}

@media (max-width: 22.49rem) {
  .hero-copy h1 { font-size: 2.25rem; }
  .hero-copy > p:not(.hero-eyebrow, .price) { font-size: 1rem; }
  .hero-visual img { height: 13rem; }
  .benefit-card { padding: .875rem; }
  .benefit-card h3 { font-size: 1.05rem; }
  .benefit-card p { font-size: .875rem; }
  .order-controls { min-height: 0; }
}

/* Final compact sizing for phones */
@media (max-width: 47.99rem) {
  .announcement { height: 2.375rem; min-height: 2.375rem; padding-block: 0; white-space: nowrap; overflow: hidden; }
  .announcement p { overflow: hidden; text-overflow: clip; white-space: nowrap; font-size: .875rem; }
  .announcement svg { width: 1.125rem; height: 1.125rem; flex: 0 0 1.125rem; }

  .site-header, .header-inner { height: 4.125rem; min-height: 4.125rem; }
  .brand { font-size: clamp(1.25rem, 5.4vw, 1.375rem); }
  .brand-mark { width: 2.625rem; height: 2.625rem; flex: 0 0 2.625rem; }
  .brand-mark svg { width: 1.9rem; }
  .button-small { width: 7rem; min-width: 7rem; height: 2.75rem; min-height: 2.75rem; border-radius: .875rem; font-size: 1.0625rem; }
  .button-small svg { width: .95rem; }

  .hero-card { max-height: 41.875rem; padding: 1.25rem; border-radius: 1.5rem; gap: .875rem; }
  .hero-eyebrow { margin-bottom: .625rem !important; font-size: .8125rem !important; line-height: 1.2; }
  .hero-copy h1 { margin-bottom: 1rem; font-size: clamp(2.3125rem, 9.5vw, 2.625rem); line-height: 1.04; letter-spacing: -.03em; }
  .hero-copy > p:not(.hero-eyebrow, .price) { max-width: 34ch; margin-bottom: 1rem; font-size: 1rem; line-height: 1.5; }
  .price { margin-bottom: 1rem; font-size: 2.75rem; }
  .price small { font-size: 1.0625rem; }
  .hero-actions { gap: 0; }
  .hero-actions .button { height: 3.375rem; min-height: 3.375rem; margin-bottom: .25rem; border-radius: .9375rem; font-size: 1.125rem; }
  .hero-more { height: 2.75rem; min-height: 2.75rem; }
  .hero-visual { height: 13.125rem; margin-top: 0; }
  .hero-visual img { width: 100%; height: 100%; object-position: center bottom; }

  .benefit-card { min-height: 11rem; padding: 1rem; border-radius: 1.125rem; gap: .875rem; }
  .feature-icon { width: 3rem; height: 3rem; flex-basis: 3rem; }
  .benefit-card h3 { margin-bottom: .5625rem; font-size: 1.125rem; line-height: 1.15; }
  .benefit-card p { font-size: .875rem; line-height: 1.45; }

  .lifestyle-card img { height: 13.125rem; }
  .lifestyle-card h2 { font-size: 1.875rem; line-height: 1.1; }
  .lifestyle-card p:last-child { font-size: 1rem; line-height: 1.5; }

  .gallery-card { padding: 1.25rem; }
  .gallery-card .section-heading { margin-bottom: .5rem; }
  .gallery-card .section-heading h2 { font-size: 1.35rem; }
  .gallery-layout { gap: .5rem; }
  .gallery-selected { height: 13.75rem; padding: .5rem; }
  .gallery-selected figcaption { margin-top: .25rem; padding: 0; font-size: 1rem; }
  .gallery-thumbnails { gap: .5rem; margin-top: .125rem; }
  .gallery-thumb { height: 5.75rem; padding: .4375rem; border-radius: .875rem; }
  .gallery-thumb img { height: 3.875rem; }
  .gallery-thumb span { font-size: .8125rem; }

  .steps-card > h2 { margin-bottom: 1rem; font-size: 2rem; line-height: 1.1; }
  .steps-list { gap: .625rem; }
  .steps-list article { min-height: 5.75rem; padding: .875rem; display: grid; grid-template-columns: 2.75rem minmax(0, 1fr); gap: .75rem; border-radius: 1rem; }
  .steps-list article > span { width: 2.75rem; height: 2.75rem; font-size: 1.25rem; }
  .steps-list h3 { margin-bottom: .25rem; font-size: 1.125rem; }
  .steps-list p { font-size: .875rem; }

  .order-intro .eyebrow { display: none; }
  .order-intro h2 { margin-bottom: .5rem; font-size: 2rem; }
  .order-intro > p:not(.eyebrow, .order-price) { margin-bottom: .75rem; font-size: 1rem; line-height: 1.5; }
  .order-price { margin: 0 0 .375rem; font-size: 2.5rem; }
  .field { gap: .375rem; }
  .field label, .quantity-field > label { font-size: .9375rem; }
  .field input { height: 3.375rem; min-height: 3.375rem; max-height: 3.375rem; padding: 0 .9375rem; line-height: normal; resize: none; }
  .order-controls { height: 5.5rem; min-height: 5.5rem; gap: .625rem; }
  .quantity-control { grid-template-columns: 3rem minmax(2.75rem, 1fr) 3rem; }
  .quantity-control button, .quantity-control input { width: 100%; height: 3rem; }
  .consent { margin-top: .25rem; gap: .625rem; font-size: .875rem; line-height: 1.4; }
  .consent input { width: 1.375rem; height: 1.375rem; flex-basis: 1.375rem; }
  .submit-button { margin-top: .375rem; border-radius: .9375rem; }

  .sticky-order { z-index: 9999; min-height: 4.25rem; padding: .5625rem max(1rem, env(safe-area-inset-right)) calc(.5625rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); border-top-color: rgba(0,0,0,.08); box-shadow: 0 -10px 30px rgba(20,40,70,.12); }
  .sticky-inner .button { width: 7rem; height: 3rem; min-height: 3rem; }
}

@media (max-width: 19.99rem) {
  .announcement p { text-overflow: ellipsis; }
}

@media (max-width: 22.49rem) {
  .hero-card { max-height: none; }
}
