:root {
  --blue-950: #07172d;
  --blue-900: #0a2347;
  --blue-800: #123967;
  --blue-700: #1d4d7d;
  --gold-600: #b78a35;
  --gold-500: #d1aa5d;
  --gold-300: #ead39c;
  --ivory: #fffaf0;
  --paper: #f7efe1;
  --off: #fbf7ee;
  --ink: #17202d;
  --muted: #657083;
  --line: rgba(23, 32, 45, 0.12);
  --shadow: 0 24px 70px rgba(7, 23, 45, 0.16);
  --serif: "Cormorant Garamond", "Bodoni 72", "Didot", Georgia, serif;
  --sans: "Inter", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(247, 239, 225, 0.92)),
    radial-gradient(circle at top left, rgba(209, 170, 93, 0.16), transparent 34%),
    var(--off);
  font-family: var(--sans);
  line-height: 1.6;
}

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  color: var(--ivory);
  background: var(--blue-900);
}

.skip-link:focus {
  top: 1rem;
}

.section-shell {
  width: min(1140px, calc(100% - 32px));
  margin-inline: auto;
}

.section-band {
  padding: 82px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 239, 225, 0.62)),
    repeating-linear-gradient(90deg, rgba(183, 138, 53, 0.06) 0 1px, transparent 1px 54px);
  border-block: 1px solid rgba(183, 138, 53, 0.18);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 14px 0;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid rgba(183, 138, 53, 0.18);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 54px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .nav-actions a:not(.nav-cta) {
  color: var(--blue-950);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(234, 211, 156, 0.78);
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(7, 23, 45, 0.52);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.06rem;
  line-height: 1.1;
}

.brand small {
  color: currentColor;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ivory);
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-cta {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(234, 211, 156, 0.78);
  border-radius: 4px;
  color: var(--blue-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 10px 24px rgba(7, 23, 45, 0.18);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ivory);
  background: var(--blue-950);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    radial-gradient(circle at 78% 28%, rgba(234, 211, 156, 0.28), transparent 22%),
    radial-gradient(circle at 70% 70%, rgba(29, 77, 125, 0.38), transparent 36%),
    linear-gradient(130deg, #0b1a32 0%, #112d52 52%, #07172d 100%);
}

.hero-originals {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center end;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  perspective: 1100px;
}

.formula-sheet {
  position: absolute;
  width: min(32vw, 390px);
  aspect-ratio: 1034 / 1463;
  object-fit: cover;
  border: 1px solid rgba(255, 250, 240, 0.72);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  transform-origin: bottom center;
  filter: saturate(0.96) contrast(1.02);
}

.sheet-center {
  z-index: 5;
  right: 9vw;
  top: 16%;
  transform: rotate(1deg);
}

.sheet-mid-left {
  z-index: 4;
  right: 19vw;
  top: 21%;
  transform: rotate(-11deg) translateY(28px);
}

.sheet-mid-right {
  z-index: 4;
  right: 1vw;
  top: 22%;
  transform: rotate(11deg) translateY(32px);
}

.sheet-back-left {
  z-index: 3;
  right: 27vw;
  top: 30%;
  transform: rotate(-19deg) translateY(64px) scale(0.92);
  opacity: 0.82;
}

.sheet-back-right {
  z-index: 3;
  right: -7vw;
  top: 30%;
  transform: rotate(19deg) translateY(64px) scale(0.92);
  opacity: 0.82;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 23, 45, 0.94) 0%, rgba(7, 23, 45, 0.78) 38%, rgba(7, 23, 45, 0.28) 72%, rgba(7, 23, 45, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 23, 45, 0.96) 0%, rgba(7, 23, 45, 0.2) 40%, rgba(7, 23, 45, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 168px 0 74px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-500);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 9vw, 6.9rem);
}

h2 {
  font-size: clamp(2.2rem, 5.8vw, 4.45rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.03rem;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(1.04rem, 2.5vw, 1.26rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.16rem;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: #10213b;
  background: linear-gradient(135deg, #f4dfac, var(--gold-500) 62%, #aa7b2b);
  box-shadow: 0 18px 36px rgba(183, 138, 53, 0.28);
}

.button-ghost {
  color: var(--ivory);
  border-color: rgba(255, 250, 240, 0.36);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.button-dark {
  color: var(--ivory);
  background: var(--blue-900);
}

.full {
  width: 100%;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 160px));
  gap: 12px;
  margin: 0;
}

.hero-proof div {
  padding: 16px;
  border: 1px solid rgba(234, 211, 156, 0.28);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.hero-proof dt {
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
}

.hero-proof dd {
  margin: 6px 0 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: 0.78rem;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 54px;
  padding: 88px 0;
  align-items: end;
}

.intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: 46px;
  align-items: end;
}

.section-heading p {
  color: var(--muted);
}

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

.benefit-card,
.gallery-grid article,
.testimonial-grid blockquote,
.offer-card,
.faq-list details {
  border: 1px solid rgba(183, 138, 53, 0.22);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 18px 50px rgba(7, 23, 45, 0.08);
}

.benefit-card {
  min-height: 210px;
  padding: 24px;
  position: relative;
}

.benefit-card.wide {
  grid-column: span 2;
}

.check {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--blue-950);
  border-radius: 50%;
  background: var(--gold-300);
  font-weight: 900;
}

.benefit-card p,
.gallery-grid p,
.testimonial-grid p,
.preserve-panel li,
.faq p {
  color: var(--muted);
}

.titles {
  padding: 92px 0;
}

.title-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.title-list article {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.48);
}

.title-list time {
  color: var(--gold-600);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.title-list strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.02;
}

.emotional-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 52px;
  align-items: center;
}

.emotional h2 {
  margin-bottom: 22px;
}

.emotional p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.08rem;
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid rgba(183, 138, 53, 0.24);
}

.ritual-steps span {
  min-height: 78px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(183, 138, 53, 0.24);
  color: var(--blue-900);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.ritual-steps span:last-child {
  border-right: 0;
}

.preserve-panel {
  padding: 32px;
  color: var(--ivory);
  background: linear-gradient(145deg, var(--blue-950), var(--blue-800));
  box-shadow: var(--shadow);
}

.preserve-panel ul,
.offer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.preserve-panel li {
  position: relative;
  padding: 16px 0 16px 30px;
  color: rgba(255, 250, 240, 0.82);
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
}

.preserve-panel li::before,
.offer-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-300);
  font-weight: 900;
}

.personal {
  padding: 90px 0;
}

.personal-card {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 38px;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(183, 138, 53, 0.24), transparent 44%),
    linear-gradient(145deg, var(--blue-900), var(--blue-950));
  box-shadow: var(--shadow);
}

.personal-card p:not(.section-kicker) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.78);
}

.seal {
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(234, 211, 156, 0.72);
  border-radius: 50%;
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.gallery {
  padding: 0 0 92px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 0.65fr));
  gap: 14px;
}

.gallery-feature {
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(234, 211, 156, 0.18), transparent 40%),
    var(--blue-950);
  box-shadow: var(--shadow);
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding: 24px;
  object-fit: contain;
}

.gallery-feature figcaption {
  padding: 18px 20px;
  color: var(--ivory);
  background: var(--blue-950);
  font-size: 0.9rem;
}

.gallery-grid article {
  min-height: 220px;
  padding: 26px;
}

.gallery-grid article span {
  color: var(--gold-600);
  font-family: var(--serif);
  font-size: 2.2rem;
}

.testimonials {
  padding-top: 86px;
}

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

.testimonial-grid blockquote {
  margin: 0;
  padding: 30px;
}

.testimonial-grid p {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.22;
}

.testimonial-grid cite {
  color: var(--gold-600);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer {
  padding: 92px 0;
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(183, 138, 53, 0.18), transparent 50%),
    linear-gradient(160deg, var(--blue-950), #071225 72%);
}

.offer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 54px;
  align-items: center;
}

.offer-copy p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.08rem;
}

.offer-card {
  padding: 32px;
  background: rgba(255, 250, 240, 0.96);
}

.offer-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card li {
  position: relative;
  padding: 12px 0 12px 28px;
  color: var(--blue-950);
  border-bottom: 1px solid rgba(7, 23, 45, 0.1);
  font-weight: 700;
}

.offer-card .button {
  margin-top: 24px;
}

.checkout-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.faq {
  padding: 92px 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--blue-950);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.footer {
  padding: 46px 0;
  color: var(--ivory);
  background: var(--blue-950);
  text-align: center;
}

.footer p {
  margin-bottom: 4px;
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 2.1rem;
  line-height: 1;
}

.footer small {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-actions a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .formula-sheet {
    width: min(38vw, 330px);
  }

  .sheet-center {
    right: 8vw;
    top: 14%;
  }

  .sheet-mid-left {
    right: 24vw;
  }

  .sheet-mid-right {
    right: -7vw;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 23, 45, 0.94) 0%, rgba(7, 23, 45, 0.66) 62%, rgba(7, 23, 45, 0.22) 100%),
      linear-gradient(0deg, rgba(7, 23, 45, 0.98) 0%, rgba(7, 23, 45, 0.38) 54%, rgba(7, 23, 45, 0.16) 100%);
  }

  .intro,
  .section-heading.split,
  .emotional-grid,
  .offer-shell {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .title-list,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gallery-feature {
    grid-column: 1 / -1;
  }

  .personal-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 24px, 1140px);
  }

  .site-header {
    padding: 10px 0;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 132px;
    font-size: 0.98rem;
  }

  .nav-cta {
    padding: 0.62rem 0.72rem;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-originals {
    place-items: start center;
    padding: 92px 0 0;
    overflow: hidden;
  }

  .formula-sheet {
    width: 188px;
  }

  .sheet-center {
    right: auto;
    top: 112px;
    transform: rotate(1deg);
  }

  .sheet-mid-left {
    right: auto;
    left: 34px;
    top: 138px;
    transform: rotate(-12deg) translateY(10px);
  }

  .sheet-mid-right {
    right: 28px;
    top: 138px;
    transform: rotate(12deg) translateY(10px);
  }

  .sheet-back-left {
    right: auto;
    left: -38px;
    top: 180px;
    transform: rotate(-20deg) scale(0.88);
  }

  .sheet-back-right {
    right: -42px;
    top: 180px;
    transform: rotate(20deg) scale(0.88);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 23, 45, 0.22) 0%, rgba(7, 23, 45, 0.8) 42%, rgba(7, 23, 45, 0.99) 74%),
      linear-gradient(90deg, rgba(7, 23, 45, 0.72), rgba(7, 23, 45, 0.08));
  }

  .hero-content {
    padding: 246px 0 42px;
  }

  h1 {
    font-size: clamp(2.62rem, 13vw, 3.28rem);
    line-height: 1.01;
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.1rem);
  }

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

  .button {
    min-height: 54px;
    padding-inline: 0.86rem;
  }

  .hero-proof,
  .benefit-grid,
  .title-list,
  .ritual-steps,
  .gallery-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .benefit-card,
  .benefit-card.wide {
    grid-column: auto;
  }

  .intro,
  .section-band,
  .titles,
  .personal,
  .offer,
  .faq {
    padding-block: 64px;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .title-list strong {
    font-size: 1.32rem;
  }

  .ritual-steps span {
    border-right: 0;
    border-bottom: 1px solid rgba(183, 138, 53, 0.24);
  }

  .ritual-steps span:last-child {
    border-bottom: 0;
  }

  .preserve-panel,
  .personal-card,
  .offer-card {
    padding: 24px;
  }

  .gallery-feature img {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
