:root {
  --bg: #090806;
  --surface: #100f0c;
  --surface-2: #17140f;
  --ivory: #eee7d9;
  --muted: #aaa497;
  --bronze: #b58b48;
  --gold: #d8b975;
  --wine: #3a161d;
  --line: rgba(216, 185, 117, .22);
  --pad: clamp(1.25rem, 4vw, 4rem);
  --sans: "Manrope", sans-serif;
  --serif: "Cormorant Garamond", serif;
  --display: "Cinzel", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.58;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: var(--bg); background: var(--bronze); }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  color: var(--bg);
  background: var(--ivory);
  font: 600 .72rem var(--sans);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 76px;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(9,8,6,.97), rgba(9,8,6,.76));
  backdrop-filter: blur(18px);
  transition: height .3s ease, border-color .3s ease;
}
.site-header.scrolled { height: 64px; border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand span { font: 500 .72rem var(--display); letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.5rem); }
.desktop-nav > a:not(.button) { color: var(--muted); font: 500 .62rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav > a:not(.button):hover { color: var(--ivory); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 48px;
  padding: .85rem 1.3rem;
  border: 1px solid var(--bronze);
  color: var(--ivory);
  font: 600 .64rem/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}
.button:hover { color: var(--bg); background: var(--gold); border-color: var(--gold); }
.button.filled { color: #0b0906; background: var(--gold); }
.button.filled:hover { color: var(--ivory); background: var(--wine); border-color: #6a2a34; }
.button .arrow { font-size: 1rem; transition: transform .3s ease; }
.button:hover .arrow { transform: translate(3px, -3px); }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ivory);
  transition: transform .3s ease, opacity .3s ease;
}
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.product-hero {
  min-height: 100svh;
  padding-top: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr);
  background: radial-gradient(circle at 25% 35%, rgba(181,139,72,.12), transparent 32%), var(--bg);
}
.product-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 10vh, 8rem) var(--pad);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-bottom: clamp(2.5rem, 7vh, 5rem);
  color: var(--muted);
  font: 500 .58rem var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--bronze); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.3rem;
  color: var(--gold);
  font: 500 .62rem var(--sans);
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--bronze); }
h1, h2, h3, p { margin-top: 0; }
.product-hero h1 {
  max-width: 900px;
  margin-bottom: 1.6rem;
  font: 500 clamp(3.6rem, 8.6vw, 8.7rem)/.88 var(--display);
  letter-spacing: -.05em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.product-hero h1 span { display: block; color: var(--gold); }
.product-subtitle { max-width: 600px; margin-bottom: 2rem; color: #c7c0b3; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.38; }
.product-hero-media { position: relative; min-height: 640px; overflow: hidden; }
.product-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg), transparent 36%), linear-gradient(0deg, var(--bg), transparent 32%); }
.product-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, 50% 50%); filter: saturate(.78) contrast(1.04); }
.page-mark {
  position: absolute;
  z-index: 3;
  right: var(--pad);
  bottom: clamp(2rem, 5vw, 4rem);
  display: grid;
  place-items: center;
  width: clamp(92px, 11vw, 142px);
  aspect-ratio: 1;
  border: 1px solid rgba(216,185,117,.44);
  border-radius: 50%;
  background: rgba(9,8,6,.58);
  color: var(--gold);
  font: 500 .59rem var(--sans);
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.quote-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 8vw, 7rem) var(--pad);
  border-block: 1px solid var(--line);
  background: #0c0b09;
}
.quote-band img { width: clamp(64px, 8vw, 100px); opacity: .72; }
.quote-band blockquote { max-width: 980px; margin: 0; font-size: clamp(1.55rem, 3vw, 3rem); line-height: 1.2; }
.quote-band cite { display: block; margin-top: 1rem; color: var(--bronze); font: 500 .57rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.quote-index { color: var(--bronze); font: 500 .58rem var(--sans); letter-spacing: .15em; }

.content-section { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.intro-grid { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 8vw, 9rem); }
.section-label { position: sticky; top: 110px; align-self: start; }
.section-label span { color: var(--bronze); font: 500 .6rem var(--sans); letter-spacing: .18em; }
.section-label h2 { margin: 1rem 0 0; font-size: clamp(2.2rem, 4vw, 4.3rem); font-weight: 400; line-height: 1; }
.prose { max-width: 840px; }
.prose p { margin-bottom: 1.35rem; color: #bcb5a8; font-size: clamp(1.08rem, 1.55vw, 1.32rem); line-height: 1.62; }
.prose p:first-child { color: var(--ivory); font-size: clamp(1.3rem, 2vw, 1.78rem); line-height: 1.45; }
.prose strong { color: var(--gold); font-weight: 500; }

.intentions { border-block: 1px solid var(--line); background: var(--surface); }
.intentions-head { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.intentions-head h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 6.4rem); font-weight: 400; line-height: .92; }
.intentions-head p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.intention-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intention {
  min-height: 185px;
  padding: clamp(1.25rem, 2.7vw, 2.3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.intention:hover { background: rgba(216,185,117,.06); }
.intention span { display: block; color: var(--bronze); font: 500 .56rem var(--sans); letter-spacing: .15em; }
.intention h3 { margin: clamp(2rem, 4vw, 3.5rem) 0 0; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 400; line-height: 1.05; }

.practice-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.practice-copy h2 { margin: 0 0 1.5rem; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .95; }
.practice-copy p { color: var(--muted); font-size: 1.18rem; }
.practice-note { padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line); background: linear-gradient(140deg, rgba(181,139,72,.1), rgba(255,255,255,.015)); }
.practice-note small { color: var(--gold); font: 500 .59rem var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.practice-note p { margin: 1.3rem 0 0; color: #d1cabd; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }

.shop-cta {
  position: relative;
  min-height: 68vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}
.shop-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--cta-position, 50% 50%); filter: saturate(.64) brightness(.35); }
.shop-cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent, rgba(9,8,6,.78)), linear-gradient(0deg, var(--bg), transparent 28%, transparent 72%, var(--bg)); }
.shop-inner { position: relative; z-index: 2; max-width: 880px; padding: 6rem var(--pad); }
.shop-inner .eyebrow { justify-content: center; }
.shop-inner .eyebrow::after { content: ""; width: 36px; height: 1px; background: var(--bronze); }
.shop-inner h2 { margin-bottom: 1.2rem; font: 500 clamp(3rem, 7.2vw, 7.5rem)/.9 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.shop-inner h2 span { display: block; color: var(--gold); }
.shop-inner p { max-width: 600px; margin: 0 auto 2rem; color: #d0c9bc; font-size: 1.2rem; }

.page-nav { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.page-nav a { position: relative; min-height: 210px; padding: clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.page-nav a + a { align-items: flex-end; text-align: right; border-left: 1px solid var(--line); }
.page-nav small { color: var(--bronze); font: 500 .57rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.page-nav strong { font-size: clamp(1.8rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1; }
.page-nav a:hover { background: rgba(216,185,117,.055); }

.oracle-list { display: grid; gap: clamp(4rem, 8vw, 8rem); }
.oracle-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.oracle-feature:nth-child(even) .oracle-image { order: 2; }
.oracle-image { position: relative; border: 1px solid var(--line); padding: .7rem; }
.oracle-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: var(--item-position, 50% 50%); }
.oracle-feature-copy .eyebrow { margin-bottom: 1rem; }
.oracle-feature-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .95; }
.oracle-feature-copy p { max-width: 620px; color: var(--muted); font-size: 1.18rem; }

footer { padding: 3.5rem var(--pad) 1.8rem; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.footer-brand img { width: 64px; margin-bottom: 1rem; opacity: .84; }
.footer-brand h2 { margin-bottom: .3rem; font: 500 .9rem var(--display); letter-spacing: .14em; text-transform: uppercase; }
.footer-brand p { color: var(--muted); font-size: .98rem; }
.footer-links { display: grid; gap: .65rem; }
.footer-links strong { margin-bottom: .5rem; color: var(--gold); font: 500 .58rem var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font: 500 .69rem var(--sans); }
.footer-links a:hover { color: var(--ivory); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(216,185,117,.12); color: #777267; font: 500 .56rem var(--sans); letter-spacing: .1em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr .72fr; }
  .intention-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header { height: 70px; padding-left: max(var(--pad), env(safe-area-inset-left)); padding-right: max(var(--pad), env(safe-area-inset-right)); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    padding: calc(6rem + env(safe-area-inset-top)) var(--pad) calc(3rem + env(safe-area-inset-bottom));
    background: rgba(9,8,6,.99);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  }
  .menu-open .mobile-nav { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a:not(.button) { font-size: clamp(2rem, 10vw, 3.8rem); line-height: 1; }
  .mobile-nav .button { margin-top: 1rem; }

  .product-hero { display: block; min-height: auto; padding-top: 70px; }
  .product-hero-copy { min-height: 64svh; padding-top: 4.5rem; padding-bottom: 3.5rem; }
  .breadcrumb { margin-bottom: 3.5rem; }
  .product-hero h1 { font-size: clamp(3.35rem, 15.5vw, 6.5rem); }
  .product-hero-media { min-height: 68svh; }
  .product-hero-media::after { background: linear-gradient(0deg, var(--bg), transparent 34%, transparent 76%, var(--bg)); }

  .quote-band { grid-template-columns: auto 1fr; }
  .quote-band blockquote { grid-column: 1 / -1; grid-row: 2; }
  .quote-index { justify-self: end; }
  .intro-grid, .practice-grid { grid-template-columns: 1fr; }
  .section-label { position: static; }
  .intentions-head { grid-template-columns: 1fr; }
  .oracle-feature { grid-template-columns: 1fr; gap: 2rem; }
  .oracle-feature:nth-child(even) .oracle-image { order: 0; }

  .page-nav a { min-height: 175px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .brand span { font-size: .64rem; }
  .product-hero-copy { min-height: 58svh; }
  .product-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .button { width: 100%; min-height: 52px; }
  .intention-grid { grid-template-columns: 1fr; }
  .intention { min-height: 135px; }
  .intention h3 { margin-top: 2rem; }
  .page-nav { grid-template-columns: 1fr; }
  .page-nav a + a { align-items: flex-start; text-align: left; border-left: 0; border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .7rem; }
}

@media (max-width: 350px) {
  .brand span { display: none; }
  .product-hero h1 { font-size: 2.8rem; }
  .eyebrow { letter-spacing: .15em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
