/* =========================================================
   ETERNAL BOTANICA — REVISED HOMEPAGE
   ========================================================= */

:root {
  --ink: #2b2d27;
  --soft-ink: #65665f;
  --ivory: #fbf8f1;
  --parchment: #efe7d8;
  --deep-green: #3f4c3d;
  --moss: #7d8872;
  --old-gold: #a98b55;
  --clay: #a87865;
  --rose-dust: #d7b9ad;
  --line: rgba(43, 45, 39, 0.15);
  --shadow: 0 24px 60px rgba(48, 42, 34, 0.13);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.7;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(3.4rem, 6.8vw, 6.7rem);
  letter-spacing: -0.05em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.7rem;
}

p {
  margin-top: 0;
}

.lead {
  color: var(--soft-ink);
  font-size: 1.2rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--deep-green);
}

.button-primary:hover {
  background: #303b2f;
}

.button-light {
  color: var(--deep-green);
  background: var(--ivory);
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  text-underline-offset: 5px;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 241, 0.92);
  backdrop-filter: blur(15px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--deep-green);
  border-radius: 50%;
  color: var(--deep-green);
  font-family: var(--serif);
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.28rem;
}

.main-nav {
  display: flex;
  gap: 22px;
}

.main-nav a {
  font-size: 0.88rem;
  text-decoration: none;
}

.main-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-weight: 600;
}

/* Hero */

.hero {
  overflow: hidden;
  padding: 96px 0 105px;
  background:
    radial-gradient(circle at 13% 20%, rgba(215, 185, 173, 0.45), transparent 24%),
    linear-gradient(145deg, #f7f0e5 0%, #e6e8dd 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 72px;
  align-items: center;
}

.hero-text {
  max-width: 720px;
  color: var(--soft-ink);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  border-radius: 180px 180px 20px 20px;
  background: #d9ddcf;
  box-shadow: var(--shadow);
}

.arch {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(63, 76, 61, 0.25);
  border-radius: 150px 150px 10px 10px;
}

.shelf {
  position: absolute;
  right: 55px;
  left: 55px;
  height: 10px;
  background: #806d54;
  box-shadow: 0 8px 16px rgba(50, 40, 30, 0.16);
}

.shelf-top {
  top: 250px;
}

.shelf-bottom {
  top: 450px;
}

.jar,
.bottle {
  position: absolute;
  bottom: 205px;
  border-radius: 9px 9px 16px 16px;
  box-shadow: 0 14px 28px rgba(48, 42, 34, 0.16);
}

.jar::before,
.bottle::before {
  position: absolute;
  top: -16px;
  right: 12%;
  left: 12%;
  height: 18px;
  border-radius: 5px 5px 0 0;
  background: #9b8159;
  content: "";
}

.jar-one {
  left: 72px;
  width: 85px;
  height: 130px;
  background: #b48f70;
}

.jar-two {
  left: 182px;
  width: 105px;
  height: 160px;
  background: #7e8a73;
}

.jar-three {
  right: 70px;
  width: 92px;
  height: 145px;
  background: #c4a990;
}

.bottle-one {
  bottom: 38px;
  left: 110px;
  width: 112px;
  height: 165px;
  background: #465441;
}

.bottle-two {
  right: 98px;
  bottom: 38px;
  width: 125px;
  height: 190px;
  background: #8f6654;
}

.pressed-flower {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(169, 139, 85, 0.65);
  border-radius: 50%;
}

.flower-one {
  top: 90px;
  left: 80px;
}

.flower-two {
  top: 120px;
  right: 70px;
  transform: scale(0.7);
}

.visual-note {
  position: absolute;
  top: 185px;
  right: 70px;
  left: 70px;
  margin: 0;
  color: var(--deep-green);
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
}

/* Positioning */

.positioning-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.positioning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.positioning-grid p {
  margin: 0;
  padding: 24px 20px;
  text-align: center;
}

.positioning-grid p + p {
  border-left: 1px solid var(--line);
}

/* Manifesto */

.manifesto {
  background: var(--ivory);
}

.manifesto-grid,
.evidence-grid,
.founder-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
}

.manifesto-copy,
.evidence-copy,
.founder-copy {
  color: var(--soft-ink);
  font-size: 1.08rem;
}

/* House */

.house-section {
  background: var(--parchment);
}

.section-heading {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.room-card {
  min-height: 390px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 28px;
  color: #fff;
  box-shadow: var(--shadow);
}

.room-label {
  margin-bottom: 110px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.room-card p:not(.room-label) {
  color: rgba(255,255,255,0.84);
}

.room-card a {
  font-weight: 600;
  text-underline-offset: 5px;
}

.still-room-card {
  background: linear-gradient(145deg, #495746, #344031);
}

.dispensary-card {
  background: linear-gradient(145deg, #9a6f5c, #76503f);
}

.conservatory-card {
  background: linear-gradient(145deg, #8a9078, #636a57);
}

/* Notes */

.notes-section {
  background: var(--ivory);
}

.note-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 24px;
}

.note-card {
  min-height: 390px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.note-featured {
  background: #f1e5dd;
}

.note-number {
  margin-bottom: 70px;
  color: var(--old-gold);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.note-category {
  margin-bottom: 9px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.note-card p:not(.note-category) {
  color: var(--soft-ink);
}

.note-card a {
  font-weight: 600;
  text-underline-offset: 5px;
}

/* Evidence */

.evidence-section {
  color: #f2f2ea;
  background: #2f392d;
}

.evidence-section .eyebrow {
  color: #d6b880;
}

.evidence-copy {
  color: #ccd0c6;
}

/* Ritual */

.ritual-section {
  background: #d8b6a8;
}

.ritual-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 80px;
  align-items: center;
}

.tick-list {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
}

.tick-list li::before {
  position: absolute;
  left: 0;
  content: "✦";
  color: var(--deep-green);
}

.signup-card {
  padding: 38px;
  border-radius: 30px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.mini-title {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signup-card label {
  display: block;
  margin: 18px 0 8px;
  font-weight: 600;
}

.signup-card input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.signup-card button {
  margin-top: 20px;
}

.form-note {
  margin: 17px 0 0;
  color: var(--soft-ink);
  font-size: 0.82rem;
}

/* Product */

.product-section {
  background: #ece5d8;
}

.product-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.product-visual {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
  border-radius: 220px 220px 26px 26px;
  background: rgba(255,255,255,0.5);
}

.product-bottle {
  position: relative;
  z-index: 2;
  display: grid;
  width: 190px;
  height: 340px;
  place-items: center;
  border-radius: 24px 24px 14px 14px;
  color: #efe8dc;
  background: linear-gradient(180deg, #485443, #273126);
  box-shadow: 0 34px 48px rgba(57, 48, 40, 0.24);
  text-align: center;
}

.product-bottle::before {
  position: absolute;
  top: -60px;
  width: 72px;
  height: 66px;
  border-radius: 7px 7px 2px 2px;
  background: var(--old-gold);
  content: "";
}

.product-name {
  font-family: var(--serif);
  letter-spacing: 0.14em;
}

.product-type {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-leaf {
  position: absolute;
  right: 58px;
  bottom: 90px;
  width: 150px;
  height: 70px;
  border: 4px solid var(--moss);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100% 0 100% 0;
  transform: rotate(28deg);
}

.product-copy p:not(.eyebrow) {
  color: var(--soft-ink);
  font-size: 1.06rem;
}

/* Founder */

.founder-section {
  background: var(--ivory);
}

.signature {
  margin-top: 34px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
}

.signature span {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* CTA */

.closing-cta {
  padding: 105px 0;
  color: #fff;
  background: #8e6655;
  text-align: center;
}

.closing-cta .eyebrow {
  color: #f4ded4;
}

/* Footer */

.site-footer {
  padding: 70px 0 30px;
  color: #edf0e8;
  background: #252c23;
}

.footer-grid {
  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: space-between;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-mark {
  border-color: #d6dbd0;
  color: #fff;
}

.footer-grid p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #b9c0b5;
}

.footer-links {
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  text-decoration: none;
}

.copyright {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #92998f;
  font-size: 0.82rem;
}

/* Responsive */

@media (max-width: 980px) {
  .hero-grid,
  .manifesto-grid,
  .evidence-grid,
  .ritual-grid,
  .product-grid,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .room-grid,
  .note-grid {
    grid-template-columns: 1fr;
  }

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

  .positioning-grid p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .positioning-grid p:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 78px 0;
  }

  .main-nav {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--ivory);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .menu-button {
    display: inline-block;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .hero {
    padding-top: 65px;
  }

  .hero-visual {
    min-height: 500px;
  }

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

  .positioning-grid p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .signup-card {
    padding: 28px;
  }

  .product-visual {
    min-height: 460px;
  }
}
