* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
figure, blockquote { margin: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 1000; padding: 12px 18px; color: #fff; background: #113b35; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 30; background: var(--header, var(--page)); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; gap: 8px; color: #0f3b35; font-size: 20px; font-weight: 800; letter-spacing: -.055em; white-space: nowrap; }
.brand-mark { width: 24px; height: 30px; object-fit: cover; object-position: left center; border-radius: 3px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); margin-left: auto; }
.nav-links a, .mobile-menu a { font-size: 12px; font-weight: 650; white-space: nowrap; }
.nav-links a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.language { font-size: 11px; letter-spacing: .08em; white-space: nowrap; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid currentColor; border-radius: 12px; color: var(--ink); background: transparent; }
.menu-toggle span { width: 17px; height: 1.5px; background: currentColor; }
.mobile-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 15px 0 22px; background: var(--header, var(--page)); box-shadow: 0 18px 30px rgba(14, 41, 37, .08); }
.mobile-menu[hidden] { display: none; }
.mobile-menu .container { display: grid; gap: 4px; }
.mobile-menu a, .mobile-menu button { padding: 12px 0; text-align: left; }
.mobile-menu button { border: 0; background: transparent; color: #0e463c; font-weight: 700; }
.pill-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; gap: 18px; padding: 0 21px; border: 1px solid var(--deep); border-radius: 999px; background: var(--deep); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.2; white-space: nowrap; transition: transform .2s ease, background .2s ease, color .2s ease; }
.pill-button:hover { transform: translateY(-2px); background: var(--deep-hover); }
.pill-button:focus-visible, .text-link:focus-visible, .nav a:focus-visible, .menu-toggle:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #e7a956; outline-offset: 3px; }
.pill-button.light { background: #fff; color: var(--deep); border-color: #fff; }
.pill-button.light:hover { background: #f3f7f1; }
.pill-button.outline { background: transparent; color: var(--deep); }
.pill-button.outline:hover { background: var(--deep); color: #fff; }
.pill-button.small { min-height: 34px; padding-inline: 17px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; min-height: 42px; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.eyebrow { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.section-title { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.06em; line-height: 1.05; }
.body-copy { max-width: 530px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.photo { position: relative; overflow: hidden; background: linear-gradient(140deg, #d9eae3, #fff0dd 57%, #98cbd2); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo .asset-placeholder { display: none; position: absolute; inset: 0; align-items: center; justify-content: center; padding: 22px; color: #315750; font-size: 12px; font-weight: 700; text-align: center; line-height: 1.5; background: radial-gradient(circle at 75% 30%, #f8d8a8 0 17%, transparent 18%), radial-gradient(circle at 25% 68%, #a8c9bb 0 21%, transparent 22%), linear-gradient(140deg, #f7f0e7, #dfebe6); }
.photo.is-missing img { visibility: hidden; }
.photo.is-missing .asset-placeholder { display: flex; }
.photo figcaption { margin: 0; }
.product-box { position: relative; width: min(290px, 80%); aspect-ratio: .78; padding: 25px 25px 22px; overflow: hidden; border: 1px solid #dcdad1; border-radius: 3px; background: #fbfaf6; box-shadow: 20px 20px 22px rgba(29, 46, 35, .12), 4px 8px 3px rgba(49, 69, 55, .1); transform: perspective(900px) rotateY(-8deg) rotateX(2deg); }
.product-box::before { content: ''; position: absolute; z-index: -1; inset: 0 0 auto auto; width: 55%; aspect-ratio: 1; border-radius: 50%; transform: translate(32%, -31%); background: #ffd67b; }
.product-box::after { content: ''; position: absolute; z-index: -1; right: -18%; bottom: -24%; width: 88%; aspect-ratio: 1; border-radius: 40% 60% 55% 45%; transform: rotate(-24deg); background: #9dd5e8; }
.product-box .box-brand { position: relative; display: block; color: #0f5146; font-size: 13px; font-weight: 800; letter-spacing: -.04em; }
.product-box .box-title { position: relative; z-index: 2; margin: 20% 0 0; width: 78%; font-family: var(--display); font-size: clamp(18px, 2.8vw, 31px); line-height: 1.15; letter-spacing: -.04em; }
.product-box .box-smile { position: absolute; z-index: 2; right: 12%; top: 31%; display: grid; place-items: center; width: 16%; aspect-ratio: 1; border: 2px solid #334e4a; border-radius: 50%; color: #334e4a; font-size: 23px; transform: rotate(12deg); }
.product-box .box-leaf { position: absolute; z-index: 1; right: 1%; bottom: 4%; width: 35%; height: 38%; background: #1e6158; border-radius: 12% 90% 8% 80%; transform: rotate(19deg); }
.product-box .box-leaf::after { content: ''; position: absolute; left: -45%; top: 38%; width: 90%; height: 62%; border-radius: 85% 10% 80% 10%; background: #4e9483; transform: rotate(10deg); }
.product-box .box-foot { position: absolute; left: 25px; bottom: 22px; z-index: 2; font-size: 11px; font-weight: 800; line-height: 1.3; }
.product-box .box-foot small { display: block; font-size: 8px; font-weight: 500; }
.micro-benefits { display: flex; justify-content: space-between; gap: 24px; }
.micro-benefit { display: flex; align-items: center; gap: 10px; max-width: 180px; color: var(--deep); font-size: 11px; font-weight: 650; line-height: 1.35; }
.micro-benefit svg { width: 29px; height: 29px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.site-footer { padding: 25px 0; color: var(--deep); background: var(--page); border-top: 1px solid rgba(22, 61, 54, .12); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 11px; font-weight: 650; }
.footer-note { color: var(--muted); font-size: 10px; }
dialog { width: min(470px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 22px; color: #183c36; background: #fffdf8; box-shadow: 0 22px 70px rgba(11, 44, 38, .24); }
dialog::backdrop { background: rgba(8, 31, 29, .58); }
.dialog-inner { padding: 30px; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 0 0 10px; font-family: var(--display); font-size: 31px; font-weight: 500; line-height: 1.05; }
.dialog-head p { margin: 0 0 20px; color: #556b66; font-size: 14px; line-height: 1.55; }
.dialog-close { flex: none; width: 32px; height: 32px; border: 1px solid #d6e0dc; border-radius: 50%; background: transparent; color: #173f38; font-size: 21px; line-height: 1; }
.preview-form { display: grid; gap: 13px; }
.preview-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 750; }
.preview-form input, .preview-form select { min-height: 43px; width: 100%; padding: 9px 12px; border: 1px solid #cbd7d0; border-radius: 8px; color: #183c36; background: #fff; font-size: 14px; }
.preview-form .pill-button { justify-self: start; margin-top: 6px; }
.demo-note, .form-message { margin: 5px 0 0; color: #657a72; font-size: 11px; line-height: 1.5; }
.form-message { color: #156451; font-weight: 700; }
.form-message[hidden] { display: none; }
@media (max-width: 900px) {
  .nav-links, .nav-actions .language { display: none; }
  .menu-toggle { display: flex; }
  .nav { min-height: 64px; }
  .nav-actions { margin-left: auto; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-actions > .pill-button { display: none; }
  .brand { font-size: 18px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .micro-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .button-row { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
