:root {
  --cream: #f7efdf;
  --cream-soft: #fffaf0;
  --paper: #efe2c7;
  --sage: #7b8662;
  --sage-dark: #394231;
  --forest: #1f3323;
  --gold: #b58a3a;
  --clay: #a85f42;
  --rosewood: #6f3f3b;
  --ink: #201d17;
  --muted: #5d5648;
  --line: rgba(181, 138, 58, 0.34);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-small: "Cormorant SC", "Cormorant Garamond", serif;
  --font-script: "Pinyon Script", cursive;
  --font-body: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-soft);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 250, 240, 0.90);
  border-bottom: 1px solid rgba(181, 138, 58, 0.22);
  box-shadow: 0 8px 20px rgba(46, 42, 34, 0.07);
  display: grid;
  gap: 12px;
  grid-template-columns: 122px 1fr auto;
  min-height: 54px;
  padding: 6px clamp(18px, 4vw, 58px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand-link {
  align-items: center;
  display: flex;
  left: clamp(18px, 4vw, 58px);
  position: absolute;
  top: 6px;
  width: 96px;
  z-index: 12;
}

.brand-link img {
  aspect-ratio: 1;
  background: var(--cream-soft);
  border: 3px solid rgba(255, 250, 240, 0.92);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(46, 42, 34, 0.16);
  object-fit: contain;
  width: 100%;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  grid-column: 2;
  justify-content: center;
  justify-self: center;
}

.main-nav a,
.nav-cta {
  color: var(--forest);
  font-family: var(--font-small);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.main-nav a:hover {
  border-color: var(--gold);
}

.nav-cta {
  align-items: center;
  background: var(--forest);
  border: 1px solid rgba(255, 250, 240, 0.38);
  color: var(--cream-soft);
  display: inline-flex;
  grid-column: 3;
  justify-content: center;
  justify-self: end;
  min-height: 38px;
  min-width: 76px;
  padding: 9px 16px;
  text-shadow: none;
}

.nav-cta:hover {
  background: var(--rosewood);
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(31, 51, 35, 0.94) 0%, rgba(31, 51, 35, 0.76) 36%, rgba(31, 51, 35, 0.16) 67%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.08) 0%, rgba(255, 250, 240, 0.02) 40%, rgba(32, 29, 23, 0.16) 100%),
    url("assets/landing/indian-hair-model.png");
  background-position: center right;
  background-size: cover;
  display: grid;
  min-height: min(780px, calc(100svh - 54px));
  padding: 44px clamp(22px, 6vw, 86px) 46px;
  position: relative;
}

.hero-copy {
  color: var(--cream-soft);
  max-width: 560px;
}

.eyebrow {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero-brand h1,
.story-copy h2,
.section-heading h2,
.shop-section h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.hero-brand {
  margin-bottom: 18px;
}

.hero-brand h1 {
  color: var(--cream-soft);
  font-size: 5.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 0.9;
  margin: 0;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}

.hero-divider {
  align-items: center;
  display: flex;
  gap: 13px;
  margin: 14px 0 0;
  width: min(100%, 455px);
}

.hero-divider span {
  background: var(--gold);
  display: block;
  height: 1px;
  width: 155px;
}

.hero-divider i {
  background: var(--gold);
  border-radius: 999px;
  display: block;
  height: 7px;
  width: 7px;
}

.hero-script {
  color: var(--gold);
  font-family: var(--font-script);
  font-size: 3.18rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 7px 0 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.hero-product {
  color: var(--cream-soft);
  font-family: var(--font-small);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 19px 0 0;
}

.hero-text {
  color: rgba(255, 250, 240, 0.92);
  font-size: 1.12rem;
  margin: 0;
  max-width: 500px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-family: var(--font-small);
  font-size: 0.98rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 50px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #1f2419;
}

.button-primary:hover {
  background: #d2a85a;
}

.button-secondary {
  border-color: rgba(255, 250, 240, 0.48);
  color: var(--cream-soft);
}

.button-secondary:hover {
  background: rgba(255, 250, 240, 0.12);
}

.intro-band {
  background: var(--forest);
  color: var(--cream-soft);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.quality {
  align-items: center;
  background: rgba(255, 250, 240, 0.045);
  display: grid;
  gap: 18px;
  grid-template-columns: 52px 1fr;
  min-height: 136px;
  padding: 26px clamp(20px, 3vw, 36px);
}

.quality h2 {
  color: var(--cream-soft);
  font-family: var(--font-small);
  font-size: 1.18rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.quality p {
  color: rgba(255, 250, 240, 0.74);
  margin: 0;
}

.quality-icon {
  align-items: center;
  border: 1px solid rgba(226, 184, 111, 0.72);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.quality-icon svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 30px;
}

.story-section,
.benefits-section,
.ingredients-section,
.ritual-section,
.shop-section {
  padding: clamp(56px, 8vw, 112px) clamp(22px, 6vw, 86px);
}

.story-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(239, 226, 199, 0.82)),
    radial-gradient(circle at 88% 18%, rgba(168, 95, 66, 0.20), transparent 28%),
    linear-gradient(90deg, var(--cream-soft), var(--paper));
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.story-copy h2,
.section-heading h2,
.shop-section h2 {
  color: var(--forest);
  font-size: 4.6rem;
}

.story-copy p:not(.eyebrow),
.story-note p,
.section-heading,
.shop-section p {
  color: var(--muted);
}

.story-copy p:not(.eyebrow) {
  font-size: 1.08rem;
  max-width: 700px;
}

.story-note {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 4vw, 52px);
}

.script-line {
  color: var(--gold) !important;
  font-family: var(--font-script);
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 14px;
}

.benefits-section {
  background: #fbf4e5;
}

.benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(181, 138, 58, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(46, 42, 34, 0.08);
  display: grid;
  overflow: hidden;
}

.benefit-card img {
  aspect-ratio: 1.12;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.benefit-card div {
  padding: 26px;
}

.benefit-kicker {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.benefit-card h3 {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 2.05rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 14px;
}

.benefit-card p:not(.benefit-kicker) {
  color: var(--muted);
  margin: 0;
}

.ingredients-section {
  background: var(--cream-soft);
}

.section-heading {
  margin: 0 auto clamp(30px, 5vw, 58px);
  max-width: 760px;
  text-align: center;
}

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

.ingredient-card {
  background: #ffffff;
  border: 1px solid rgba(181, 138, 58, 0.22);
  border-radius: 8px;
  min-height: 218px;
  padding: 24px 22px;
}

.ingredient-art {
  align-items: center;
  background: #fbf4e5;
  border: 1px solid rgba(181, 138, 58, 0.20);
  border-radius: 999px;
  color: var(--sage-dark);
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 16px;
  width: 72px;
}

.ingredient-art svg {
  fill: none;
  height: 54px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 54px;
}

.ingredient-art circle {
  fill: rgba(74, 82, 64, 0.16);
}

.seed-art circle,
.fruit-art circle {
  fill: rgba(181, 138, 58, 0.22);
  stroke: var(--sage-dark);
}

.ingredient-card h3 {
  color: var(--forest);
  font-family: var(--font-small);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ingredient-card p {
  color: var(--muted);
  font-size: 0.94rem;
  margin: 0;
}

.ritual-section {
  background: var(--forest);
  color: var(--cream-soft);
}

.ritual-section .section-heading h2,
.ritual-section .section-heading {
  color: var(--cream-soft);
}

.ritual-steps {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.ritual-steps article {
  border-top: 1px solid rgba(226, 184, 111, 0.44);
  padding: 28px clamp(18px, 3vw, 32px) 12px 0;
}

.ritual-steps span {
  color: var(--gold);
  display: block;
  font-family: var(--font-small);
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.ritual-steps h3 {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px;
}

.ritual-steps p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0;
}

.shop-section {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.70)),
    url("assets/landing/aura-product-board.png");
  background-position: center 62%;
  background-size: cover;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.shop-section div {
  max-width: 720px;
}

.shop-section .button-primary {
  min-width: 210px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 98px 1fr auto;
    min-height: 50px;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .brand-link {
    top: 6px;
    width: 78px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(31, 51, 35, 0.38) 0%, rgba(31, 51, 35, 0.32) 34%, rgba(31, 51, 35, 0.92) 100%),
      url("assets/landing/indian-hair-model.png");
    background-position: center top;
    min-height: min(720px, calc(100svh - 50px));
    padding: 54px 22px 42px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-brand h1 {
    font-size: 4.6rem;
    letter-spacing: 0.13em;
  }

  .hero-divider span {
    width: 120px;
  }

  .hero-script {
    font-size: 2.7rem;
  }

  .hero-product {
    font-size: 1.25rem;
  }

  .story-copy h2,
  .section-heading h2,
  .shop-section h2 {
    font-size: 3.5rem;
  }

  .script-line {
    font-size: 2.7rem;
  }

  .ritual-steps h3 {
    font-size: 2.35rem;
  }

  .intro-band,
  .benefit-grid,
  .ingredient-grid,
  .ritual-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-section,
  .benefits-section,
  .shop-section {
    grid-template-columns: 1fr;
  }

  .story-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .shop-section {
    background-position: center;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .site-header {
    grid-template-columns: 76px 1fr auto;
    min-height: 48px;
    padding: 5px 16px;
  }

  .brand-link {
    left: 16px;
    top: 5px;
    width: 62px;
  }

  .nav-cta {
    min-height: 38px;
    min-width: 72px;
    padding: 9px 14px;
  }

  .hero {
    min-height: min(680px, calc(100svh - 48px));
    padding: 54px 18px 34px;
  }

  .hero-brand h1 {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }

  .hero-divider {
    gap: 9px;
    margin-top: 10px;
    width: min(100%, 290px);
  }

  .hero-divider span {
    width: 72px;
  }

  .hero-divider i {
    height: 6px;
    width: 6px;
  }

  .hero-script {
    font-size: 1.8rem;
    margin-top: 6px;
  }

  .hero-product {
    font-size: 1rem;
    letter-spacing: 0.22em;
  }

  .hero-text {
    font-size: 1rem;
  }

  .story-copy h2,
  .section-heading h2,
  .shop-section h2 {
    font-size: 2.55rem;
  }

  .script-line {
    font-size: 2.2rem;
  }

  .ritual-steps h3 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro-band,
  .benefit-grid,
  .ingredient-grid,
  .ritual-steps {
    grid-template-columns: 1fr;
  }

  .benefit-card h3 {
    font-size: 1.85rem;
  }

  .quality {
    min-height: 118px;
    padding: 22px 18px;
  }

  .story-section,
  .benefits-section,
  .ingredients-section,
  .ritual-section,
  .shop-section {
    padding: 48px 18px;
  }

  .ingredient-card {
    min-height: auto;
  }
}
