:root {
  --oceara-ink: #17211f;
  --oceara-muted: #68736d;
  --oceara-line: #e7e1d6;
  --oceara-sand: #f6f0e6;
  --oceara-shell: #fbf8f1;
  --oceara-sea: #1f6f78;
  --oceara-sun: #e7b85b;
  --oceara-white: #fffdf8;
  --oceara-radius: 8px;
  --oceara-serif: "Playfair Display", Georgia, serif;
  --oceara-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--oceara-ink);
  background: var(--oceara-white);
  font-family: var(--oceara-sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }

.site-header {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background .28s ease, border-color .28s ease, padding .28s ease;
  z-index: 50;
}
.site-header.is-scrolled {
  background: rgba(255,253,248,.94);
  border-bottom: 1px solid var(--oceara-line);
  padding-block: 12px;
  backdrop-filter: blur(16px);
}
.site-header__brand { font-family: var(--oceara-serif); font-size: 1.35rem; letter-spacing: 0; line-height: .95; }
.site-header__brand small { display: block; font-family: var(--oceara-sans); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header__nav ul, .site-footer ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.site-header__nav { justify-self: center; font-size: .9rem; font-weight: 600; }
.site-header__actions { align-items: center; display: flex; gap: 10px; }
.button, button.button, .single_add_to_cart_button {
  align-items: center;
  border: 1px solid var(--oceara-ink);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: 700 .78rem/1 var(--oceara-sans);
  justify-content: center;
  letter-spacing: .08em;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.button:hover, .single_add_to_cart_button:hover { transform: translateY(-1px); }
.button--dark, .single_add_to_cart_button { background: var(--oceara-ink); color: var(--oceara-white); }
.button--ghost { background: transparent; color: var(--oceara-ink); }
.menu-toggle { background: transparent; border: 0; display: none; height: 44px; padding: 0; width: 44px; }
.menu-toggle span { background: var(--oceara-ink); display: block; height: 1px; margin: 7px auto; width: 22px; }
.mobile-menu {
  background: var(--oceara-white);
  border-bottom: 1px solid var(--oceara-line);
  display: grid;
  gap: 18px;
  left: 0;
  padding: 92px 24px 26px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}

.site-main { overflow: clip; }
.hero, .page-hero {
  min-height: 88vh;
  padding: 150px clamp(20px, 6vw, 84px) 70px;
}
.hero--home {
  align-items: end;
  background: linear-gradient(180deg, #fffaf0 0%, #f8efe1 56%, #fffdf8 100%);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
}
.hero__copy { max-width: 760px; }
.eyebrow {
  color: var(--oceara-sea);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--oceara-serif); font-weight: 600; letter-spacing: 0; line-height: .98; margin: 0; }
h1 { font-size: clamp(3rem, 8vw, 7.8rem); max-width: 980px; }
h2 { font-size: clamp(2.2rem, 5vw, 5.1rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.hero p, .page-hero p { color: var(--oceara-muted); font-size: clamp(1rem, 1.8vw, 1.25rem); max-width: 650px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__visual { align-items: end; display: grid; height: min(58vw, 620px); justify-items: center; min-height: 390px; position: relative; }
.sun-disc { background: var(--oceara-sun); border-radius: 50%; height: clamp(170px, 28vw, 360px); opacity: .72; position: absolute; right: 12%; top: 6%; width: clamp(170px, 28vw, 360px); }
.product-silhouette {
  background: #fffaf1;
  border: 1px solid rgba(23,33,31,.18);
  box-shadow: 0 30px 90px rgba(23,33,31,.14);
  position: absolute;
}
.product-silhouette--stick { border-radius: 999px; height: 68%; left: 22%; width: 82px; }
.product-silhouette--cream { border-radius: 42px 42px 8px 8px; bottom: 0; height: 52%; right: 16%; width: 180px; }

.editorial-split, .ingredient-band, .quiz-band, .waitlist-band, .content-band, .ritual-band {
  padding: clamp(70px, 10vw, 140px) clamp(20px, 6vw, 84px);
}
.editorial-split, .ingredient-band, .quiz-band {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
}
.editorial-split p, .ingredient-band li, .waitlist-band p { color: var(--oceara-muted); font-size: 1.08rem; }
.product-feature-grid, .shop-grid, .ritual-library, .launch-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(20px, 6vw, 84px) clamp(70px, 10vw, 140px);
}
.feature-product, .product-card, .ritual-card, .launch-card {
  background: var(--oceara-shell);
  border: 1px solid var(--oceara-line);
  border-radius: var(--oceara-radius);
  padding: clamp(22px, 4vw, 36px);
}
.feature-product span, .product-card__badge, .product-badges span {
  border: 1px solid rgba(31,111,120,.28);
  border-radius: 999px;
  color: var(--oceara-sea);
  display: inline-flex;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 10px;
  text-transform: uppercase;
}
.feature-product p, .ritual-card p, .launch-card p { color: var(--oceara-muted); }
.link-arrow, .link-quiet { color: var(--oceara-sea); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.link-arrow::after { content: " ->"; }
.ritual-band { background: #edf5f2; }
.ritual-steps { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.ritual-steps span { border-bottom: 1px solid var(--oceara-ink); font-weight: 700; padding-bottom: 8px; }
.ingredient-band ul { margin: 0; padding-left: 20px; }
.lifestyle-band {
  align-items: end;
  background: linear-gradient(180deg, rgba(23,33,31,.08), rgba(23,33,31,.18)), #d9e7e4;
  min-height: 520px;
  padding: clamp(70px, 10vw, 140px) clamp(20px, 6vw, 84px);
}
.quiz-band { background: var(--oceara-sand); }
.waitlist-band { text-align: center; }
.waitlist-band h2, .waitlist-band p { margin-inline: auto; max-width: 760px; }

.page-hero { background: var(--oceara-shell); display: flex; flex-direction: column; justify-content: end; min-height: 64vh; }
.page-hero--launch { background: #f8ead2; }
.launch-countdown { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.launch-countdown span { border: 1px solid rgba(23,33,31,.18); border-radius: var(--oceara-radius); min-width: 112px; padding: 14px; text-transform: uppercase; }
.launch-countdown strong { display: block; font-family: var(--oceara-serif); font-size: 2rem; line-height: 1; }

.product-card { padding: 0; overflow: hidden; }
.product-card__media { aspect-ratio: 4 / 5; background: #f3eadc; display: block; position: relative; }
.product-card__media img { height: 100%; object-fit: cover; width: 100%; }
.product-card__badge { background: var(--oceara-white); left: 16px; position: absolute; top: 16px; }
.product-card__body { padding: 20px; }
.product-card__meta { align-items: center; display: flex; justify-content: space-between; gap: 12px; }

.single-product-layout {
  display: grid;
  gap: clamp(30px, 6vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  padding: 140px clamp(20px, 6vw, 84px) 70px;
}
.single-product-layout__summary { position: sticky; top: 110px; align-self: start; }
.price { font-size: 1.2rem; font-weight: 800; margin: 18px 0; }
.product-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.product-detail-panels, .recommended-products, .checkout-shell {
  padding: 70px clamp(20px, 6vw, 84px);
}
.product-detail-panels {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-detail-panels article { border-top: 1px solid var(--oceara-line); padding-top: 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .quantity .qty {
  border: 1px solid var(--oceara-line);
  border-radius: var(--oceara-radius);
  min-height: 44px;
  padding: 10px 12px;
}

.site-footer {
  align-items: start;
  background: var(--oceara-ink);
  color: var(--oceara-white);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  padding: 44px clamp(20px, 6vw, 84px);
}
.site-footer p, .site-footer__fine { color: rgba(255,253,248,.72); }
.site-footer__brand { font-family: var(--oceara-serif); font-size: 1.4rem; }
.site-footer__fine { grid-column: 1 / -1; margin: 0; }

.oceara-reveal { opacity: 0; transform: translateY(24px); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header__nav, .site-header__actions .button { display: none; }
  .menu-toggle { display: block; }
  .hero--home, .editorial-split, .ingredient-band, .quiz-band, .single-product-layout { grid-template-columns: 1fr; }
  .hero__visual { min-height: 320px; }
  .product-feature-grid, .shop-grid, .ritual-library, .launch-grid, .product-detail-panels { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer ul { flex-direction: column; gap: 12px; }
}

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

