:root {
  --bg: #f6f0e8;
  --bg-soft: #fbf7f2;
  --surface: rgba(255, 252, 247, 0.76);
  --text: #2c211c;
  --muted: #6e5a4f;
  --line: rgba(89, 66, 54, 0.14);
  --accent: #8a5b46;
  --accent-dark: #6d4432;
  --sage: #b9c5b1;
  --gold: #d6b07b;
  --rose: #d6b3ad;
  --shadow: 0 18px 48px rgba(77, 52, 37, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 176, 123, 0.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(185, 197, 177, 0.22), transparent 24%),
    linear-gradient(180deg, #f8f3ec 0%, #f4ede5 50%, #f7f2eb 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.announcement-bar {
  padding: 12px 20px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #2f241f;
  color: #fff7ef;
}

.site-header,
.section,
.trust-strip,
.site-footer {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  backdrop-filter: blur(14px);
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  color: var(--muted);
}

.nav a:hover,
.text-link:hover,
.footer-links a:hover {
  color: var(--accent-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  transition: 0.25s ease;
}

.button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button-outline,
.button-ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.button-outline:hover,
.button-ghost:hover {
  background: rgba(255, 255, 255, 0.45);
  color: var(--text);
}

.section {
  padding: 64px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 56px;
  min-height: calc(100vh - 130px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.ritual-copy h2,
.impact-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.hero-text,
.section-heading p,
.philosophy-text p,
.impact-card p,
.journal-card p,
.review-card p,
.ingredient-card p,
.product-card p,
.step p {
  color: var(--muted);
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 32px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.hero-points li::before {
  content: "•";
  margin-right: 10px;
  color: var(--accent);
}

.hero-visual {
  position: relative;
  min-height: 640px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(rgba(45, 34, 29, 0.18), rgba(45, 34, 29, 0.06)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1200&q=80")
      center/cover;
  box-shadow: var(--shadow);
}

.hero-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background: rgba(255, 248, 241, 0.78);
  backdrop-filter: blur(18px);
}

.card-label,
.product-tag,
.journal-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(138, 91, 70, 0.1);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1;
}

.hero-card p {
  margin: 0 0 18px;
  color: #5d4b42;
}

.hero-stats {
  display: grid;
  gap: 14px;
  margin: 0;
}

.hero-stats div {
  padding-top: 14px;
  border-top: 1px solid rgba(89, 66, 54, 0.12);
}

.hero-stats dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-stats dd {
  margin: 4px 0 0;
  font-size: 15px;
  color: #43342c;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 252, 248, 0.68);
  box-shadow: var(--shadow);
}

.trust-strip div {
  display: grid;
  gap: 4px;
}

.trust-strip strong {
  font-size: 22px;
  font-weight: 700;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.ritual-copy h2,
.impact-card h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.narrow {
  max-width: 860px;
}

.product-grid,
.ingredient-grid,
.review-grid,
.journal-grid {
  display: grid;
  gap: 24px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card,
.ingredient-card,
.review-card,
.journal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 252, 248, 0.76);
  box-shadow: var(--shadow);
}

.product-card.featured {
  transform: translateY(-10px);
}

.product-image {
  aspect-ratio: 0.95;
  background-size: cover;
  background-position: center;
}

.product-image-gold {
  background:
    linear-gradient(rgba(55, 41, 34, 0.12), rgba(55, 41, 34, 0.12)),
    url("https://images.unsplash.com/photo-1629198688000-71f23e745b6e?auto=format&fit=crop&w=900&q=80")
      center/cover;
}

.product-image-rose {
  background:
    linear-gradient(rgba(55, 41, 34, 0.08), rgba(55, 41, 34, 0.12)),
    url("https://images.unsplash.com/photo-1571781926291-c477ebfd024b?auto=format&fit=crop&w=900&q=80")
      center/cover;
}

.product-image-sage {
  background:
    linear-gradient(rgba(55, 41, 34, 0.12), rgba(55, 41, 34, 0.08)),
    url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=900&q=80")
      center/cover;
}

.product-body,
.ingredient-card,
.review-card,
.journal-card {
  padding: 24px;
}

.product-card h3,
.step h3,
.ingredient-card h3,
.review-card h3,
.journal-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-meta span {
  color: var(--muted);
  font-size: 14px;
}

.product-meta strong {
  font-size: 22px;
}

.ritual {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.ritual-media,
.philosophy-image {
  min-height: 560px;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.ritual-media {
  background:
    linear-gradient(rgba(55, 41, 34, 0.18), rgba(55, 41, 34, 0.1)),
    url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1200&q=80")
      center/cover;
}

.ritual-copy {
  padding: 18px 0;
}

.ritual-steps {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.72);
}

.step span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(138, 91, 70, 0.1);
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.step p,
.step h3 {
  margin-top: 0;
}

.philosophy-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.philosophy-image {
  background:
    linear-gradient(rgba(55, 41, 34, 0.15), rgba(55, 41, 34, 0.1)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80")
      center/cover;
}

.philosophy-text {
  padding: 10px 0;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 600;
  color: var(--accent);
}

.ingredient-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ingredient-card {
  min-height: 220px;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card strong {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.stars {
  color: #bb8553;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.impact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
}

.impact-card,
.impact-list {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 248, 0.72);
  box-shadow: var(--shadow);
}

.impact-list {
  display: grid;
  gap: 18px;
  align-content: center;
}

.impact-list div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.impact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.impact-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.impact-list span {
  color: var(--muted);
}

.journal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-card {
  min-height: 270px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 0 56px;
}

.footer-brand {
  font-size: 34px;
}

.site-footer p,
.footer-links {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .hero,
  .ritual,
  .philosophy-layout,
  .impact {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .ingredient-grid,
  .review-grid,
  .journal-grid,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 28px, 1000px);
  }

  .announcement-bar {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .site-header {
    padding: 18px 0;
  }

  .brand {
    font-size: 32px;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-visual,
  .ritual-media,
  .philosophy-image {
    min-height: 420px;
  }

  .hero-card {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 20px;
  }

  .product-grid,
  .ingredient-grid,
  .review-grid,
  .journal-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .step span {
    width: 54px;
    height: 54px;
  }

  .site-footer {
    flex-direction: column;
  }
}
