:root {
  --navy: #102c49;
  --navy-deep: #08243a;
  --mint: #dceee8;
  --mint-soft: #eef7f3;
  --teal: #4e9693;
  --orange: #f39a2d;
  --cream: #fffaf1;
  --white: #ffffff;
  --ink: #183044;
  --muted: #5b6b78;
  --line: rgba(16, 44, 73, .12);
  --shadow: 0 24px 70px rgba(16, 44, 73, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(16,44,73,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 14px; color: var(--navy); min-width: 0; }
.brand-logo { display: block; height: 58px; width: auto; max-width: min(60vw, 420px); object-fit: contain; }
.brand-tag { border-left: 1px solid var(--line); padding-left: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--teal); white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 750; color: var(--navy); }
.site-nav a:hover { color: var(--teal); }
.nav-contact { padding: 11px 17px; border-radius: 999px; background: var(--navy); color: var(--white) !important; }
.nav-contact:hover { background: var(--teal); }
.menu-toggle { display: none; border: 0; background: var(--navy); color: white; padding: 10px 14px; border-radius: 999px; font-weight: 800; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f9fcfa 0%, var(--mint-soft) 55%, #d8eee8 100%); padding: 80px 0 105px; }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(255,255,255,.6); right: -140px; top: -180px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 44px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: 12px; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6vw, 82px); margin-bottom: 24px; }
h1 span { color: var(--teal); }
.hero-text { max-width: 650px; font-size: 19px; color: var(--muted); margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 14px 22px; font-weight: 850; text-decoration: none; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #16304b; box-shadow: 0 12px 28px rgba(243,154,45,.28); }
.button-primary:hover { background: #ffa83e; }
.button-secondary { background: rgba(255,255,255,.75); border: 1px solid var(--line); color: var(--navy); }
.button-light { background: white; color: var(--navy); }
.quick-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.quick-points span { background: rgba(255,255,255,.68); border: 1px solid rgba(16,44,73,.09); border-radius: 999px; padding: 8px 12px; font-weight: 800; font-size: 12px; color: var(--navy); }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-visual .hero-product { width: min(560px, 100%); position: relative; z-index: 2; filter: drop-shadow(0 32px 34px rgba(16,44,73,.2)); border-radius: 0; }
.mint-orbit { position: absolute; border-radius: 50%; border: 2px dashed rgba(78,150,147,.25); }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 390px; height: 390px; background: rgba(255,255,255,.47); border: 0; }
.hero-badge { position: absolute; z-index: 3; right: 2%; bottom: 12%; background: white; border-radius: 22px; padding: 15px 18px; box-shadow: var(--shadow); transform: rotate(3deg); display: grid; }
.hero-badge strong { color: var(--navy); font-size: 20px; }
.hero-badge span { color: var(--teal); font-size: 12px; font-weight: 800; }
.wave { position: absolute; left: -5%; bottom: -70px; width: 110%; height: 130px; background: white; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.section { padding: 104px 0; }
.section-tight { padding: 36px 0 72px; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin: 0 auto 48px; }
.section-heading h2, .story-copy h2, .lifestyle-copy h2, .cta-box h2 { font-size: clamp(38px, 4vw, 60px); margin-bottom: 16px; }
.section-heading p:not(.eyebrow), .story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { background: var(--mint-soft); border: 1px solid rgba(78,150,147,.12); padding: 30px; border-radius: 24px; }
.benefit-card:nth-child(even) { background: var(--cream); }
.benefit-card .icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: white; font-size: 25px; box-shadow: 0 10px 24px rgba(16,44,73,.08); margin-bottom: 22px; }
.benefit-card h3 { margin-bottom: 10px; font-size: 21px; }
.benefit-card p { color: var(--muted); margin: 0; font-size: 15px; }

.shop { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product-card { position: relative; display: grid; grid-template-columns: 46% 54%; align-items: center; background: white; border: 1px solid rgba(16,44,73,.1); border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 45px rgba(16,44,73,.08); }
.product-card.featured { border-color: rgba(243,154,45,.5); }
.product-image { min-height: 420px; display: grid; place-items: center; background: linear-gradient(145deg, var(--mint-soft), white); padding: 20px; }
.product-image img { width: 100%; border-radius: 16px; }
.product-body { padding: 32px 34px; }
.product-kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; margin: 0 0 8px; }
.product-body h3 { font-size: 26px; margin-bottom: 12px; }
.product-body p { color: var(--muted); margin-bottom: 24px; }
.button-amazon { background: var(--navy); color: white; padding-inline: 18px; font-size: 14px; }
.button-amazon:hover { background: var(--teal); }
.value-ribbon { position: absolute; z-index: 5; right: 18px; top: 18px; background: var(--orange); color: var(--navy); border-radius: 999px; padding: 7px 12px; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }

.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.story-image img { border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 34px; color: var(--ink); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 13px; }

.lifestyle-card { position: relative; overflow: hidden; border-radius: 34px; min-height: 610px; background: var(--navy); box-shadow: var(--shadow); }
.lifestyle-card img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.lifestyle-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,36,58,.9) 0%, rgba(8,36,58,.55) 37%, rgba(8,36,58,0) 67%); }
.lifestyle-copy { position: absolute; z-index: 2; left: clamp(28px, 5vw, 70px); top: 50%; transform: translateY(-50%); color: white; max-width: 470px; }
.lifestyle-copy h2 { color: white; margin-bottom: 28px; }
.lifestyle-copy .eyebrow { color: #9ed9d3; }
.cta-box { border-radius: var(--radius); padding: 54px 60px; background: var(--mint-soft); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-box h2 { margin-bottom: 0; }

.site-footer { padding: 66px 0 26px; background: var(--navy-deep); color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand { color: white; }
.footer-brand .brand-name { font-size: 30px; line-height: 1; }
.footer-brand .brand-logo { height: 62px; max-width: 320px; }
.site-footer p { max-width: 440px; }
.footer-links { display: grid; gap: 8px; text-align: right; }
.footer-links a { color: white; text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: #9ed9d3; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 22px; font-size: 12px; }

.contact-hero { min-height: calc(100vh - 88px); background: linear-gradient(140deg, var(--mint-soft), white 55%, var(--cream)); padding: 82px 0 100px; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: start; }
.contact-intro h1 { font-size: clamp(48px, 6vw, 78px); margin-bottom: 20px; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 560px; }
.contact-details { display: grid; gap: 12px; margin-top: 32px; }
.contact-details a { display: flex; align-items: center; gap: 15px; text-decoration: none; background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 18px; padding: 15px 18px; }
.contact-details a > span { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--mint); color: var(--navy); font-size: 20px; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: 10px; }
.contact-product { width: 285px; margin: 34px auto 0; border-radius: 28px; transform: rotate(-3deg); box-shadow: 0 26px 50px rgba(16,44,73,.15); }
.contact-form-card { background: white; border: 1px solid var(--line); border-radius: 30px; padding: 42px; box-shadow: var(--shadow); }
.contact-form-card h2 { font-size: 35px; margin-bottom: 26px; }
.contact-form-card form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-card label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: 13px; }
.contact-form-card input, .contact-form-card select, .contact-form-card textarea { width: 100%; border: 1px solid rgba(16,44,73,.18); border-radius: 13px; padding: 13px 14px; background: #fbfdfc; color: var(--ink); outline: none; }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(78,150,147,.12); }
.contact-form-card textarea { resize: vertical; }
.submit-button { width: 100%; }
.form-note { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.hidden-field { display: none; }
.thank-you-page { background: var(--mint-soft); }
.thank-you-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.thank-you-card { max-width: 620px; text-align: center; background: white; padding: 60px; border-radius: 32px; box-shadow: var(--shadow); }
.thank-you-card h1 { font-size: 52px; }
.thank-you-card p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.thank-icon { display: inline-grid; place-items: center; width: 68px; height: 68px; border-radius: 22px; background: var(--mint); font-size: 32px; margin-bottom: 20px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-copy { text-align: center; }
  .hero-text, .section-heading { margin-inline: auto; }
  .hero-actions, .quick-points { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card { grid-template-columns: 1fr; }
  .product-image { min-height: auto; max-height: 520px; }
  .product-image img { max-height: 500px; object-fit: contain; }
  .contact-product { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .brand-tag { display: none; }
  .brand-logo { height: 46px; max-width: 68vw; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 13px; border-radius: 18px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 12px; }
  .nav-contact { text-align: center; }
  .hero { padding: 48px 0 90px; }
  h1 { font-size: 47px; }
  .hero-visual { min-height: 390px; }
  .hero-visual .hero-product { width: 390px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 290px; height: 290px; }
  .hero-badge { right: 0; bottom: 4%; }
  .section { padding: 76px 0; }
  .section-tight { padding: 20px 0 56px; }
  .benefit-grid, .product-grid { grid-template-columns: 1fr; }
  .product-card { max-width: 560px; margin-inline: auto; }
  .product-body { padding: 26px; }
  .story-grid { gap: 38px; }
  .lifestyle-card, .lifestyle-card img { min-height: 520px; }
  .lifestyle-card::after { background: linear-gradient(0deg, rgba(8,36,58,.91), rgba(8,36,58,.1) 75%); }
  .lifestyle-copy { left: 25px; right: 25px; top: auto; bottom: 30px; transform: none; }
  .cta-box { padding: 36px 28px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
  .contact-hero { padding-top: 54px; }
  .contact-grid { gap: 38px; }
  .contact-form-card { padding: 27px 22px; }
  .field-row { grid-template-columns: 1fr; }
  .thank-you-card { padding: 42px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Privacy and cookie controls */
.notice-at-collection a,
.prose a { color: var(--teal); font-weight: 750; }
.privacy-main { background: #fbfdfc; }
.privacy-hero { padding: 82px 0 58px; background: linear-gradient(140deg, var(--mint-soft), white 60%, var(--cream)); }
.privacy-container { max-width: 850px; }
.privacy-hero h1 { font-size: clamp(48px, 6vw, 78px); margin-bottom: 12px; }
.privacy-hero > .container > p:not(.eyebrow):not(.privacy-updated) { color: var(--muted); font-size: 18px; }
.privacy-updated { color: var(--teal); font-weight: 800; font-size: 13px; }
.privacy-summary { margin-top: 28px; padding: 24px 26px; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(16,44,73,.07); display: grid; gap: 5px; }
.privacy-summary strong { color: var(--navy); }
.privacy-summary span { color: var(--muted); }
.prose { max-width: 850px; }
.prose h2 { font-size: 34px; margin: 52px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 21px; margin: 28px 0 8px; }
.prose p, .prose li { color: var(--muted); font-size: 17px; }
.prose ul { padding-left: 24px; }
.prose li + li { margin-top: 8px; }
.privacy-choice-status { padding: 13px 16px; border-radius: 14px; background: var(--mint-soft); border: 1px solid rgba(78,150,147,.2); color: var(--navy) !important; font-weight: 750; }
.footer-links button { appearance: none; border: 0; padding: 0; background: none; color: white; font: inherit; text-align: right; cursor: pointer; font-weight: 700; }
.compact-footer { padding: 22px 0; }
.footer-privacy-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 24px; font-size: 13px; }
.footer-privacy-row a { color: white; font-weight: 700; }

.cookie-banner {
  position: fixed;
  z-index: 1000;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 1120px;
  margin-inline: auto;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8,36,58,.98);
  color: white;
  box-shadow: 0 22px 70px rgba(8,36,58,.28);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { color: white; font-family: inherit; letter-spacing: 0; font-size: 20px; margin: 0 0 4px; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; max-width: 720px; }
.cookie-banner a { color: #b8e5df; font-weight: 800; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.cookie-actions button { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 10px 14px; font-weight: 850; cursor: pointer; }
.cookie-reject, .cookie-settings { background: transparent; color: white; }
.cookie-accept { background: var(--orange); color: var(--navy); border-color: var(--orange) !important; }
.cookie-gpc { border-left: 4px solid #9ed9d3; }

.privacy-modal-backdrop { position: fixed; z-index: 1100; inset: 0; background: rgba(8,36,58,.68); padding: 18px; display: grid; place-items: center; }
.privacy-modal-backdrop[hidden] { display: none; }
.privacy-modal { width: min(640px, 100%); max-height: calc(100vh - 36px); overflow: auto; background: white; border-radius: 28px; box-shadow: 0 30px 90px rgba(8,36,58,.34); }
.privacy-modal-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 26px 28px 18px; border-bottom: 1px solid var(--line); }
.privacy-modal-header h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-size: 34px; margin: 0 0 5px; }
.privacy-modal-header p { color: var(--muted); margin: 0; font-size: 14px; }
.privacy-modal-close { border: 0; background: var(--mint-soft); color: var(--navy); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 22px; }
.privacy-modal-body { padding: 22px 28px 28px; }
.gpc-status { padding: 12px 14px; border-radius: 13px; background: var(--mint-soft); border: 1px solid rgba(78,150,147,.2); color: var(--navy); font-weight: 800; font-size: 13px; margin-bottom: 16px; }
.consent-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.consent-row h3 { margin: 0 0 4px; font-size: 17px; }
.consent-row p { margin: 0; color: var(--muted); font-size: 13px; }
.consent-switch { position: relative; width: 52px; height: 30px; }
.consent-switch input { position: absolute; opacity: 0; }
.consent-switch span { position: absolute; inset: 0; border-radius: 999px; background: #cad4d8; cursor: pointer; transition: .2s ease; }
.consent-switch span::after { content: ""; position: absolute; width: 24px; height: 24px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(0,0,0,.2); transition: .2s ease; }
.consent-switch input:checked + span { background: var(--teal); }
.consent-switch input:checked + span::after { transform: translateX(22px); }
.consent-switch input:disabled + span { opacity: .65; cursor: not-allowed; }
.privacy-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; padding-top: 22px; }
.privacy-modal-actions button { border-radius: 999px; padding: 11px 16px; font-weight: 850; cursor: pointer; }
.privacy-save { border: 0; background: var(--orange); color: var(--navy); }
.privacy-reject { border: 1px solid var(--line); background: white; color: var(--navy); }
.privacy-modal-links { margin-top: 16px; text-align: center; font-size: 13px; }
.privacy-modal-links a { color: var(--teal); font-weight: 800; }
body.modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .cookie-banner { grid-template-columns: 1fr; left: 10px; right: 10px; bottom: 10px; padding: 18px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1 1 auto; }
  .privacy-modal-header, .privacy-modal-body { padding-left: 20px; padding-right: 20px; }
  .privacy-modal-header h2 { font-size: 29px; }
  .footer-links button { text-align: left; }
  .privacy-hero { padding-top: 54px; }
}
