:root {
  --ink: #2b1208;
  --muted: #765b4c;
  --line: #ecd8bc;
  --paper: #fffaf1;
  --paper-deep: #fff1d9;
  --surface: #ffffff;
  --saffron: #ff6a00;
  --deep-saffron: #d84b08;
  --marigold: #f7ab2f;
  --lotus: #a82b4f;
  --shadow: 0 30px 80px rgba(104, 49, 15, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
}

.hero {
  position: relative;
  min-height: 860px;
  padding: 28px clamp(20px, 5vw, 72px) 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 164, 47, 0.3), transparent 29%),
    radial-gradient(circle at 92% 52%, rgba(255, 106, 0, 0.18), transparent 34%),
    linear-gradient(150deg, #fff1d3 0%, #fffaf1 54%, #ffe7be 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(216, 75, 8, 0.08);
  border-radius: 50%;
  content: "";
}

.hero::before {
  top: -360px;
  left: 34%;
  box-shadow: 0 0 0 55px rgba(216, 75, 8, 0.025), 0 0 0 110px rgba(216, 75, 8, 0.02);
}

.hero::after {
  right: -370px;
  bottom: -340px;
  box-shadow: 0 0 0 55px rgba(216, 75, 8, 0.025), 0 0 0 110px rgba(216, 75, 8, 0.02);
}

.nav,
.hero-grid,
.promise-strip,
.experience-section,
.ritual-section,
.download-band,
.contact-band,
.footer {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 62px;
}

.brand,
.nav-links,
.hero-actions,
.hero-notes,
.story-tags,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand-logo {
  display: block;
  width: 45px;
  height: 48px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nav-links {
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--deep-saffron);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.eyebrow,
.section-kicker,
.story-label {
  margin: 0 0 18px;
  color: var(--deep-saffron);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(62px, 7.9vw, 112px);
  line-height: 0.89;
  letter-spacing: -0.065em;
}

.hero-copy h1 em {
  color: var(--deep-saffron);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero-text {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-link {
  background: linear-gradient(135deg, var(--deep-saffron), var(--lotus));
  box-shadow: 0 14px 34px rgba(168, 43, 79, 0.2);
  color: #fff;
}

.secondary-link {
  border: 1px solid rgba(82, 39, 12, 0.14);
  background: rgba(255, 255, 255, 0.66);
}

.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-2px);
}

.hero-notes {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.hero-notes span {
  padding: 8px 11px;
  border: 1px solid rgba(216, 75, 8, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-halo {
  position: absolute;
  display: grid;
  width: 520px;
  height: 520px;
  place-items: center;
  border: 1px solid rgba(216, 75, 8, 0.12);
  border-radius: 50%;
  color: rgba(216, 75, 8, 0.08);
  font-family: Georgia, serif;
  font-size: 210px;
  box-shadow: 0 0 0 46px rgba(216, 75, 8, 0.035), 0 0 0 92px rgba(216, 75, 8, 0.022);
}

.hero-poster {
  position: relative;
  z-index: 2;
  width: min(420px, 90%);
  margin: 0;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 45px 110px rgba(102, 48, 11, 0.28);
  transform: rotate(2deg);
}

.hero-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 9%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border: 1px solid rgba(43, 18, 8, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 36px rgba(57, 24, 6, 0.16);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #42a94b;
  box-shadow: 0 0 0 4px rgba(66, 169, 75, 0.14);
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.promise-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 40px clamp(22px, 3vw, 38px);
  border-bottom: 1px solid var(--line);
}

.promise-strip article + article {
  border-left: 1px solid var(--line);
}

.promise-number {
  color: var(--deep-saffron);
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.promise-strip h2 {
  margin: 0 0 9px;
  font-size: 18px;
}

.promise-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.experience-section {
  padding: 108px clamp(20px, 3.5vw, 48px) 118px;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.section-heading h2,
.ritual-copy h2,
.download-band h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.experience-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 18px 55px rgba(92, 42, 12, 0.08);
}

.experience-media {
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.experience-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 500ms ease;
}

.experience-card:hover .experience-media img {
  transform: scale(1.015);
}

.experience-copy {
  padding: 28px;
}

.experience-copy .story-label {
  margin-bottom: 10px;
  font-size: 10px;
}

.experience-copy h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.03em;
}

.experience-copy > p:not(.story-label) {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.story-tags {
  flex-wrap: wrap;
  gap: 7px;
}

.story-tags span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #fff2dd;
  color: var(--deep-saffron);
  font-size: 11px;
  font-weight: 800;
}

.ritual-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 7vw, 90px);
  padding: 104px clamp(20px, 5vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 88%, rgba(255, 106, 0, 0.12), transparent 34%),
    #2d150d;
  color: #fffaf1;
}

.ritual-copy > p:not(.section-kicker) {
  margin: 26px 0 28px;
  color: #d8c1b1;
  font-size: 18px;
  line-height: 1.7;
}

.ritual-copy .section-kicker {
  color: #ff9a3d;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #ff9a3d;
  font-weight: 800;
}

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

.ritual-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.ritual-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 138, 31, 0.14);
  color: #ff9a3d;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.ritual-grid h3 {
  margin: 28px 0 9px;
  font-size: 20px;
}

.ritual-grid p {
  margin: 0;
  color: #cbb3a4;
  font-size: 14px;
  line-height: 1.55;
}

.download-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 70px clamp(20px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}

.download-band > img {
  width: 78px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.download-band .section-kicker {
  margin-bottom: 10px;
}

.download-band h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.download-band p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(36px, 6vw, 80px);
  padding: 84px clamp(20px, 4vw, 54px);
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.contact-details a {
  color: var(--lotus);
  font-weight: 800;
}

.contact-details address {
  max-width: 540px;
  margin-top: 5px;
  font-style: normal;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 4vw, 54px) 44px;
  color: var(--muted);
  font-size: 13px;
}

.home-footer {
  border-top: 1px solid var(--line);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

/* Shared legal and contact pages */
.legal-hero {
  padding: 28px clamp(20px, 5vw, 72px) 72px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 154, 61, 0.18), transparent 30%),
    linear-gradient(150deg, #fff1d8, var(--paper));
}

.legal-hero .nav {
  padding-bottom: 60px;
}

.legal-title {
  width: min(900px, 100%);
  margin: 0 auto;
}

.legal-title h1 {
  margin: 0;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.legal-title p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.legal-section {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 96px;
}

.legal-lede {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.65;
}

.legal-block {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin: 0 0 12px;
  font-size: 27px;
}

.legal-block p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.legal-block a,
.policy-contact a {
  color: var(--lotus);
  font-weight: 800;
}

.policy-contact {
  display: grid;
  gap: 8px;
}

.policy-contact strong {
  color: var(--ink);
}

.policy-footer {
  width: 100%;
  max-width: none;
  padding-inline: clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fff3dc;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 42px;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.contact-card h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 31px);
}

.contact-card h2 a {
  color: var(--lotus);
}

.contact-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-address address {
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .ritual-section {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    margin-top: 30px;
  }

  .hero-poster {
    width: min(430px, 84%);
  }

  .promise-strip,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .promise-strip article + article {
    border-left: 0;
  }

  .experience-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) 1fr;
    align-items: center;
  }

  .download-band {
    grid-template-columns: auto 1fr;
  }

  .download-band .primary-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 20px 20px 62px;
  }

  .nav {
    align-items: flex-start;
    padding-bottom: 46px;
  }

  .nav-links {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 12px;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(50px, 15vw, 66px);
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .hero-halo {
    width: 340px;
    height: 340px;
    font-size: 140px;
  }

  .hero-poster {
    width: min(340px, 90%);
    border-width: 5px;
    border-radius: 21px;
  }

  .hero-badge {
    right: 0;
    bottom: 7%;
  }

  .promise-strip article {
    padding: 30px 22px;
  }

  .experience-section {
    padding: 78px 20px 84px;
  }

  .experience-card {
    display: block;
  }

  .experience-copy {
    padding: 24px;
  }

  .ritual-section {
    padding: 72px 20px;
    border-radius: 0;
  }

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

  .ritual-grid article {
    min-height: auto;
  }

  .download-band {
    grid-template-columns: 1fr;
    padding: 62px 20px;
  }

  .download-band > img {
    width: 64px;
    height: 68px;
  }

  .download-band .primary-link {
    grid-column: auto;
  }

  .contact-band,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-band {
    padding: 68px 20px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding-bottom: 54px;
  }

  .legal-hero .nav {
    flex-direction: column;
  }
}
