:root {
  --dark: #1A0E04;
  --cream: #EDD9C7;
  --tan: #E6CAB3;
  --gold: #C08A54;
  --green: #1C1D10;
  --brown: #2B1608;
  --light: #F2E8DC;
  --line: rgba(192, 138, 84, .42);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Jost", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--dark);
  color: var(--light);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.section-inner {
  width: min(1390px, calc(100% - 64px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-dark { background: var(--dark); color: var(--light); }
.section-cream { background: var(--cream); color: var(--brown); }
.section-tan { background: var(--tan); color: var(--brown); }
.section-green { background: var(--green); color: var(--light); }

.section-divider {
  display: block;
  width: 100%;
  height: 90px;
  margin-bottom: -1px;
  position: absolute;
  top: -88px;
  left: 0;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, .product-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .96;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 7.2vw, 112px);
}

h2 {
  margin: 10px 0 22px;
  font-size: clamp(36px, 4.2vw, 62px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-gold {
  background: var(--gold);
  color: var(--dark);
}

.btn-outline {
  border-color: rgba(242, 232, 220, .6);
  background: transparent;
  color: var(--light);
}

.btn-dark {
  background: var(--dark);
  color: var(--light);
}

.btn-cream {
  border-color: rgba(43, 22, 8, .36);
  color: var(--brown);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 260px 1fr 180px;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px 64px;
  background: rgba(26, 14, 4, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(192, 138, 84, .16);
}

.brand img { width: 226px; }

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 44px);
  font-size: 13px;
  font-weight: 600;
}

.nav a {
  padding: 10px 0;
  color: rgba(242, 232, 220, .88);
}

.nav a:first-child {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}

.header-cta { justify-self: end; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(242, 232, 220, .28);
  border-radius: 999px;
  background: transparent;
  color: var(--light);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  overflow: hidden;
  padding: 0 0 92px;
}

.hero .section-inner {
  width: min(1920px, calc(100% - 96px));
}

.hero-grid {
  display: grid;
  grid-template-columns: .66fr 1.34fr;
  align-items: center;
  gap: 26px;
}

.hero-copy {
  padding-top: 42px;
  min-width: 0;
  position: relative;
  z-index: 4;
}

.hero-copy p {
  max-width: 500px;
  margin-bottom: 28px;
  color: rgba(242, 232, 220, .94);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 52px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 640px;
  border-top: 1px solid rgba(192, 138, 84, .32);
}

.feature-row article {
  min-height: 112px;
  padding: 24px 22px 0 0;
  border-right: 1px solid rgba(192, 138, 84, .32);
}

.feature-row article:last-child { border-right: 0; padding-left: 22px; }
.feature-row article:nth-child(2) { padding-left: 22px; }

.feature-row img {
  width: 34px;
  height: 34px;
  margin-bottom: 11px;
  color: var(--gold);
  filter: invert(61%) sepia(32%) saturate(670%) hue-rotate(344deg) brightness(90%) contrast(88%);
}

.feature-row strong,
.feature-row span {
  display: block;
}

.feature-row strong { font-size: 15px; }
.feature-row span { color: rgba(242, 232, 220, .72); font-size: 12px; }

.hero-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(192, 138, 84, .28);
  border-radius: 50%;
}

.hero-media::before {
  width: 560px;
  height: 560px;
  right: 16%;
  top: -46px;
}

.hero-media::after {
  width: 390px;
  height: 390px;
  right: 43%;
  top: 74px;
}

.hero-media > img {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 2;
  width: clamp(620px, 48vw, 880px);
  max-width: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .34));
}

.hero-badge {
  position: absolute;
  z-index: 3;
  left: 13%;
  bottom: 58px;
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  gap: 3px;
  border: 2px dotted var(--gold);
  border-radius: 50%;
  background: rgba(237, 217, 199, .92);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.story,
.products,
.ritual,
.sustainability,
.journal {
  position: relative;
}

.story {
  overflow: visible;
  padding: 78px 0 110px;
}

.story-grid {
  display: grid;
  grid-template-columns: .95fr .88fr .72fr;
  align-items: center;
  gap: 58px;
}

.story-media { position: relative; padding-left: 62px; }

.story-media > img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 22px 40px rgba(43, 22, 8, .2);
}

.forest-card {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 220px;
  padding: 25px 24px 22px;
  border-radius: 16px;
  background: #F1E1D0;
  box-shadow: 0 18px 34px rgba(43, 22, 8, .18);
}

.forest-card h3 {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.1;
}

.forest-card p,
.story-copy p {
  color: rgba(43, 22, 8, .82);
}

.story-copy { max-width: 570px; }
.story-copy p { margin-bottom: 19px; }

.tree-illustration {
  width: 455px;
  max-width: none;
  margin-right: -130px;
  opacity: .82;
}

.products {
  padding: 88px 0 100px;
}

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

.text-link {
  color: rgba(242, 232, 220, .82);
  font-size: 13px;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.12fr .72fr .72fr;
  gap: 18px;
  min-height: 440px;
}

.product-card {
  position: relative;
  min-height: 211px;
  overflow: hidden;
  border: 1px solid rgba(192, 138, 84, .52);
  border-radius: 14px;
  background: #2a1507;
}

.product-large,
.product-tall {
  min-height: 440px;
}

.product-stack {
  display: grid;
  gap: 18px;
}

.product-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover img { transform: scale(1.04); }

.product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,14,4,.04), rgba(26,14,4,.48) 46%, rgba(26,14,4,.92));
}

.product-large .product-overlay,
.product-tall .product-overlay {
  background: linear-gradient(180deg, rgba(26,14,4,.02), rgba(26,14,4,.42) 44%, rgba(26,14,4,.9));
}

.product-info {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 58px;
  bottom: 25px;
}

.product-info h3 {
  margin: 11px 0 13px;
  font-size: 33px;
}

.product-stack .product-info h3 { font-size: 27px; }

.product-info p {
  max-width: 290px;
  margin-bottom: 18px;
  color: rgba(242, 232, 220, .88);
  font-size: 13px;
}

.product-info strong {
  font-size: 17px;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(192, 138, 84, .92);
  color: var(--dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.plus-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--light);
  color: var(--dark);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.ritual {
  overflow: visible;
  padding: 34px 0 38px;
}

.ritual-inner {
  text-align: center;
  min-height: 285px;
}

.ritual h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.3vw, 57px);
}

.ritual-collage {
  position: absolute;
  left: -56px;
  top: 4px;
  z-index: 2;
  width: min(39vw, 560px);
  height: 320px;
  overflow: hidden;
  pointer-events: none;
}

.ritual-collage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  width: min(640px, 100%);
  margin: 0 auto;
}

.steps::before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 21px;
  border-top: 2px dotted rgba(192, 138, 84, .6);
}

.steps article {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.step-number {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-bottom: 9px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
}

.steps img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  filter: invert(61%) sepia(32%) saturate(670%) hue-rotate(344deg) brightness(90%) contrast(88%);
}

.steps h3 {
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.steps p {
  max-width: 148px;
  margin: 0;
  color: rgba(43, 22, 8, .75);
  font-size: 12px;
}

.quote-cluster {
  position: absolute;
  right: 2.8%;
  top: 30px;
  z-index: 3;
  width: 380px;
  height: 255px;
  pointer-events: none;
}

.quote-cluster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.quote-badge {
  position: absolute;
  right: 116px;
  top: 82px;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--light);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.18;
}

.sustainability {
  overflow: visible;
  padding: 92px 0 88px;
}

.sustain-grid {
  display: grid;
  grid-template-columns: .82fr 1.25fr .52fr;
  gap: 40px;
  align-items: center;
}

.sustain-copy p {
  max-width: 380px;
  color: rgba(242, 232, 220, .82);
}

.sustain-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.sustain-pillars article {
  min-height: 205px;
  padding: 6px 24px;
  text-align: center;
  border-left: 1px solid rgba(192, 138, 84, .25);
}

.sustain-pillars div {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border: 1px solid rgba(192, 138, 84, .55);
  border-radius: 50%;
}

.sustain-pillars img {
  width: 44px;
  height: 44px;
  filter: invert(61%) sepia(32%) saturate(670%) hue-rotate(344deg) brightness(90%) contrast(88%);
}

.sustain-pillars h3 {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sustain-pillars p {
  margin: 0 auto;
  max-width: 220px;
  color: rgba(242, 232, 220, .78);
  font-size: 13px;
}

.pods-branch {
  width: 360px;
  max-width: none;
  height: 340px;
  object-fit: cover;
  object-position: 72% center;
  border-radius: 20px 0 0 20px;
  margin-right: -170px;
}

.journal {
  padding: 78px 0 86px;
}

.journal .section-heading { align-items: center; }

.journal-grid {
  display: grid;
  grid-template-columns: 1fr .86fr 1fr;
  gap: 20px;
}

.journal-card,
.testimonial-card {
  min-height: 235px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(43, 22, 8, .11);
}

.image-card {
  position: relative;
  background: var(--dark);
  color: var(--light);
}

.image-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26,14,4,.9), rgba(26,14,4,.52) 58%, rgba(26,14,4,.18));
}

.image-card > div {
  position: relative;
  z-index: 2;
  width: 68%;
  padding: 26px;
}

.image-card span {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.image-card h3 {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.12;
}

.image-card p,
.image-card a {
  color: rgba(242, 232, 220, .86);
  font-size: 13px;
}

.image-card a {
  font-weight: 700;
}

.testimonial-card {
  padding: 26px 32px;
  background: rgba(242, 232, 220, .7);
  color: var(--brown);
}

.quote-mark {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 54px;
  line-height: .8;
}

.testimonial-card p {
  margin-bottom: 24px;
  color: rgba(43, 22, 8, .78);
}

.reviewer {
  display: inline-grid;
  padding-top: 10px;
  border-top: 1px solid rgba(192, 138, 84, .45);
}

.reviewer strong {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}

.reviewer span {
  color: rgba(43, 22, 8, .58);
  font-size: 12px;
}

.stars {
  float: right;
  color: var(--gold);
  letter-spacing: .14em;
}

.footer {
  padding: 58px 0 28px;
  border-top: 1px solid rgba(192, 138, 84, .18);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .65fr .65fr .75fr 1.15fr;
  gap: 42px;
}

.footer-brand img { width: 178px; margin-bottom: 14px; }

.footer p,
.footer a {
  color: rgba(242, 232, 220, .68);
  font-size: 13px;
}

.footer h3 {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer nav a {
  display: block;
  margin: 7px 0;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(192, 138, 84, .45);
  border-radius: 50%;
}

.socials img {
  width: 17px;
  height: 17px;
  filter: invert(61%) sepia(32%) saturate(670%) hue-rotate(344deg) brightness(90%) contrast(88%);
}

.newsletter label {
  display: grid;
  grid-template-columns: 1fr 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(192, 138, 84, .55);
  border-radius: 999px;
}

.newsletter label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.newsletter input {
  min-width: 0;
  border: 0;
  padding: 0 18px;
  outline: 0;
  background: transparent;
  color: var(--light);
}

.newsletter button {
  border: 0;
  background: var(--gold);
  color: var(--dark);
  font-size: 22px;
  cursor: pointer;
}

.copyright {
  width: min(1390px, calc(100% - 64px));
  margin: 34px auto 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 220px 1fr 150px;
    min-height: 64px;
    padding: 8px 30px;
  }

  .brand img { width: 178px; }

  .nav {
    gap: 22px;
    font-size: 12px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 22px;
  }

  .hero .section-inner {
    width: min(100% - 96px, 1120px);
  }

  .hero-grid {
    grid-template-columns: minmax(325px, .58fr) 1fr;
    gap: 28px;
  }

  .hero-copy {
    padding-top: 36px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .btn {
    min-height: 40px;
    padding: 10px 18px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(58px, 6.2vw, 76px);
  }

  .story-grid,
  .sustain-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tree-illustration {
    position: absolute;
    right: -155px;
    bottom: -76px;
    width: 360px;
    opacity: .35;
  }

  .ritual-collage {
    left: -92px;
    top: 48px;
    width: 360px;
    opacity: .42;
  }

  .quote-cluster {
    right: -52px;
    width: 300px;
    opacity: .9;
  }

  .sustain-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pods-branch { display: none; }
}

@media (max-width: 900px) {
  .section-inner {
    width: min(100% - 36px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 12px 18px;
  }

  .brand img { width: 180px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 22px;
    background: var(--dark);
    border-bottom: 1px solid rgba(192, 138, 84, .2);
  }

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

  .nav a {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(192, 138, 84, .14);
  }

  .hero { padding-top: 42px; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-copy { padding-top: 0; }
  .hero-media { min-height: 470px; }
  .hero-media > img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(110%, 720px);
    height: auto;
    margin-left: -5%;
    border-radius: 0;
  }

  .hero-copy p { font-size: 18px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row article,
  .feature-row article:nth-child(2),
  .feature-row article:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(192, 138, 84, .25);
  }

  .story-media { padding-left: 0; padding-bottom: 74px; }
  .forest-card { left: 20px; bottom: 18px; }

  .product-grid,
  .journal-grid,
  .sustain-pillars {
    grid-template-columns: 1fr;
  }

  .product-large,
  .product-tall,
  .product-card {
    min-height: 360px;
  }

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

  .ritual { padding-bottom: 116px; }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .steps::before { display: none; }
  .quote-badge {
    right: auto;
    top: auto;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    font-size: 15px;
  }

  .quote-cluster {
    position: relative;
    right: auto;
    top: auto;
    width: 220px;
    height: 150px;
    margin: 26px auto 0;
  }

  .quote-cluster img { opacity: .5; }

  .footer-grid { gap: 24px; }
}

@media (max-width: 560px) {
  h1 { font-size: 56px; }
  h2 { font-size: 38px; }

  .hero-media { min-height: 350px; }
  .hero-media > img { width: 122%; margin-left: -11%; }

  .hero-badge {
    width: 86px;
    height: 86px;
    left: 16px;
    bottom: 16px;
    font-size: 7px;
  }

  .story,
  .products,
  .ritual,
  .sustainability,
  .journal {
    padding-block: 68px;
  }

  .section-divider { height: 66px; top: -64px; }

  .image-card > div { width: 86%; }
  .stars { float: none; margin-top: 16px; }
}
