@font-face {
  font-family: "The Youngest Script";
  src:
    local("The Youngest Script"),
    url("./The Youngest Script-Rg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Light"),
    url("./Stolzl-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Book"),
    url("./Stolzl-Book.woff2") format("woff2");
  font-style: normal;
  font-weight: 350;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl"),
    local("Stolzl Regular"),
    url("./Stolzl-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Medium"),
    url("./Stolzl-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Medium"),
    url("./Stolzl-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Bold"),
    url("./Stolzl-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src:
    local("Stolzl Bold"),
    url("./Stolzl-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --esp: #3e2723;
  --esp1: #91766e;
  --esp2: #5a3530;
  --peony: #efd8d6;
  --peony2: #e8b4c4;
  --cream: #fffbef;
  --gray: #f0ede8;
  --gray2: #e8e4de;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Stolzl", sans-serif;
  justify-content: flex-start;
  color: var(--esp);
  overflow-x: hidden;
  padding-bottom: 92px;
}
a {
  color: var(--esp2);
}
.strong {
  font-weight: bolder;
}

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(255, 251, 239, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(62, 39, 35, 0.08);
  transition: padding 0.3s;
}
nav.scrolled {
  padding: 0.7rem 2rem;
}
.nav-brand {
  font-family: "Stolzl", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--esp);
}
.nav-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--esp);
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.nav-links a:hover {
  opacity: 1;
}
.nav-cta {
  background: var(--esp1) !important;
  color: var(--cream) !important;
  opacity: 1 !important;
  padding: 0.45rem 1.2rem;
  border-radius: 2px;
}

.bottom-fixed-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(255, 251, 239, 0.97);
  border-top: 1px solid rgba(62, 39, 35, 0.12);
  backdrop-filter: blur(10px);
}

.bottom-fixed-brand {
  font-family: "Stolzl", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--esp);
  white-space: nowrap;
}

.bottom-fixed-btn {
  padding: 0.75rem 1.1rem;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
}

.bottom-fixed-btn::after {
  display: none;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

/* ─── HERO ─── */
.hero {
  min-height: auto;
  background: var(--gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: calc(72px + env(safe-area-inset-top)) 0.5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-bg-text {
  position: absolute;
  font-family: "Stolzl", sans-serif;
  font-size: clamp(10rem, 30vw, 22rem);
  font-weight: 900;
  font-style: italic;
  color: rgba(62, 39, 35, 0.04);
  line-height: 1;
  user-select: none;
  white-space: nowrap;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--esp);
  opacity: 0.5;
  margin-bottom: 1.2rem;
}
.seven-days {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--esp);
  opacity: 0.5;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

.hero-title-wrapper {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.hero-serif {
  font-family: "Jost", serif;
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  color: var(--esp);
  line-height: 0.95;
  margin-bottom: -0.8rem;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
.hero-serif::before {
  content: "pro";
  font-family: "The Youngest Script", cursive;
  font-weight: 400;
  font-size: clamp(7rem, 12vw, 8rem);
  color: #f1b9d4;
  line-height: 1;
  position: absolute;
  right: 30%;
  top: -0.5em;
  margin-right: 0.3em;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
.hero-desc {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: var(--esp);
  opacity: 0.65;
  max-width: 520px;
  /* line-height: 1.7; */
  margin-bottom: 2.8rem;
}
.hero-promises-intro {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  font-style: italic;
  font-weight: 800;
  color: var(--esp);
  margin-bottom: 1rem;
}
.hero-promises {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.hero-promise {
  font-size: 0.9rem;
  color: var(--esp);
  opacity: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.hero-promise::before {
  content: "//";
  color: var(--esp2);
  font-weight: 600;
}

.btn-main {
  display: inline-block;
  background: var(--esp1);
  color: var(--cream);
  font-family: "Stolzl", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 1.1rem 3.5rem;
  position: relative;
  text-decoration: none;
  border: 2px solid var(--esp);
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.2s;
}
.btn-main:hover {
  background: transparent;
  color: var(--esp);
  transform: translateY(-2px);
}
.btn-main::after {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  background: url("./discount.PNG") center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: -24%;
  transform: translateY(-50%) rotate(15deg);
  pointer-events: none;
}

.hero-start {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--esp);
  opacity: 0.45;
}

.hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(62, 39, 35, 0.1);
  background: rgba(255, 251, 239, 0.7);
  flex-wrap: wrap;
}
.hero-stat {
  padding: 1.2rem 2.5rem;
  text-align: center;
  border-right: 1px solid rgba(62, 39, 35, 0.08);
}
.hero-stat:last-child {
  border-right: none;
}
.hero-stat-n {
  font-family: "Stolzl", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--esp);
  display: block;
}
.hero-stat-l {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--esp);
  opacity: 0.45;
}

/* ─── MARQUEE ─── */
.marquee {
  background: var(--peony);
  padding: 0.85rem 0;
  overflow: hidden;
}
.marquee-inner {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: slide 18s linear infinite;
}
.mi {
  font-family: "Stolzl", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--esp);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.mi-dot {
  color: var(--esp2);
  opacity: 0.4;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ─── SECTION BASE ─── */
.sec {
  padding: 2rem 2rem;
}
.sec.gray {
  background: var(--gray);
}
.sec.esp {
  background: var(--esp1);
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
}
.wrap-narrow {
  max-width: 700px;
  margin: 0 auto;
}

.sec-tag {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sec-tag::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}
.esp .sec-tag {
  color: var(--peony);
  opacity: 0.5;
}
.esp .sec-tag::before {
  background: var(--peony);
}

.h-script {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.5rem, 7vw, 5rem);
  color: var(--esp);
  line-height: 1.1;
}
.esp .h-script {
  color: var(--peony);
}

.h-serif {
  font-family: "Stolzl", sans-serif;
  font-size: clamp(1.5rem, 7vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--esp);
}
.esp .h-serif {
  color: var(--cream);
}

/* ─── FOR WHOM ─── */
.fw-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.fw-item {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(62, 39, 35, 0.08);
  transition: padding-left 0.2s;
}
.fw-item:first-child {
  border-top: 1px solid rgba(62, 39, 35, 0.08);
}
.fw-item:hover {
  padding-left: 0.5rem;
}
.fw-num {
  font-family: "Stolzl", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--esp2);
  opacity: 0.35;
  flex-shrink: 0;
  width: 46px;
  padding-top: 0.1rem;
}
.fw-sep {
  color: var(--esp2);
  padding-right: 0.2rem;
  opacity: 0.4;
  flex-shrink: 0;
  margin-top: 0.05rem;
  font-weight: 700;
  font-size: 0.85rem;
}
.fw-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--esp);
  font-family: "Stolzl", sans-serif;
  font-weight: 400;
  font-style: italic;
  /* text-transform: uppercase; */
  letter-spacing: 0.04em;
}
.fw-text strong {
  font-style: normal;
}

/* ─── PAIN ─── */
.pain-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  color: var(--esp);
  background: var(--peony);
  border: 1px solid rgba(244, 201, 214, 0.12);
  overflow: hidden;
  margin-top: 3rem;
}
.pain-cell {
  padding: 1rem 1rem;
  background: rgba(255, 251, 239, 0.04);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.pain-slash {
  font-family: "Stolzl", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--esp2);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.pain-p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--esp);
}
@media (max-width: 680px) {
  .pain-body {
    grid-template-columns: 1fr;
  }
}

/* ─── AUTHOR ─── */
.author-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: center;
}
.author-photo-inner {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.author-photo-name {
  font-family: "Stolzl", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--peony);
  text-align: center;
  line-height: 1.5;
  z-index: 1;
}
.author-bubble {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--peony);
  padding: 1.1rem 1.3rem;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 8px 30px rgba(62, 39, 35, 0.12);
}
.author-bubble strong {
  font-family: "Stolzl", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--esp);
  display: block;
}
.author-bubble span {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--esp);
  opacity: 0.6;
}
.author-photo {
  position: relative;
}
.author-tag {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--esp);
  opacity: 0.6;
  margin-bottom: 1.8rem;
}
.author-facts {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.5rem;
}
.author-fact {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--esp);
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(62, 39, 35, 0.07);
}
.author-fact:last-child {
  border-bottom: none;
}
.af-sl {
  font-weight: 700;
  color: var(--esp2);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .author-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .author-bubble {
    right: 0;
    bottom: -1rem;
  }
}

/* ─── PROGRAM ─── */
.program-intro {
  max-width: 620px;
  margin: 0 auto;
}
.program-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
}
.program-meta-item {
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.7rem, 5.4vw, 2.8rem);
  color: var(--cream);
  line-height: 1.1;
}
.program-title {
  text-align: center;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  white-space: nowrap;
  margin-bottom: 0.3rem;
}
.program-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gray2);
  opacity: 0.55;
  margin-bottom: 0;
  text-align: center;
}
.prog-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.prog-day {
  background: white;
  cursor: pointer;
  border: 1px solid rgba(62, 39, 35, 0.07);
  overflow: hidden;
}
.prog-head {
  padding: 1.3rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.prog-num {
  font-family: "Stolzl", sans-serif;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--esp2);
  opacity: 0.35;
  flex-shrink: 0;
  width: 88px;
  white-space: nowrap;
}
.prog-title {
  font-family: "Stolzl", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--esp);
  flex: 1;
}
.prog-arr {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(62, 39, 35, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--esp);
  flex-shrink: 0;
  transition:
    transform 0.3s,
    background 0.2s;
}
.prog-day.open .prog-arr {
  transform: rotate(180deg);
  background: var(--esp1);
  color: var(--cream);
  border-color: var(--esp);
}
.prog-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.prog-day.open .prog-body {
  max-height: 900px;
}
.prog-content {
  padding: 0 1.8rem 1.8rem 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.prog-lesson {
  background: var(--gray);
  padding: 1rem 1.2rem;
}
.prog-lesson-title {
  font-family: "Stolzl", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--esp);
  margin-bottom: 0.6rem;
}
.prog-lesson ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.prog-lesson li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 0.84rem;
  color: var(--esp);
  opacity: 0.75;
  line-height: 1.55;
}
.prog-lesson li::before {
  content: "//";
  color: var(--esp2);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.78rem;
}
.prog-bonus {
  background: var(--peony);
  padding: 1rem 1.2rem;
  display: flex;
  gap: 1rem;
}
.pb-lbl {
  font-family: "Stolzl", sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--esp2);
  flex-shrink: 0;
  align-self: center;
}
.pb-text {
  font-size: 0.83rem;
  color: var(--esp);
  line-height: 1.55;
}
@media (max-width: 600px) {
  .program-meta-item {
    font-size: clamp(1.45rem, 8.5vw, 2.25rem);
  }

  .program-subtitle {
    font-size: 0.95rem;
  }

  .prog-content {
    padding-left: 1.8rem;
  }
}

/* ─── LEARNING VIDEOS ─── */
.learn-videos-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.learn-video-card {
  background: var(--cream);
  border: 1px solid rgba(62, 39, 35, 0.1);
  padding: 0.7rem;
}
.learn-video-thumb {
  aspect-ratio: 9 / 16;
  background: linear-gradient(150deg, #d9d2c8 0%, #c9bdb0 100%);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(62, 39, 35, 0.12);
}
.learn-video-embed {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}
.learn-video-play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--cream);
  background: rgba(62, 39, 35, 0.85);
  padding-left: 2px;
}
.learn-video-title {
  margin-top: 0.7rem;
  font-family: "Stolzl", sans-serif;
  font-size: 0.78rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--esp2);
}

.learn-videos-heading {
  text-align: center;
}

@media (max-width: 768px) {
  .learn-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .learn-videos-heading {
    font-size: 1.28rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

/* ─── RESULTS ─── */
.res-list {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.res-item {
  padding: 1.3rem 1rem;
  background: white;
  border-radius: 12px;
  border-bottom: 1px solid rgba(244, 201, 214, 0.12);
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.res-item:first-child {
  border-top: 1px solid rgba(244, 201, 214, 0.12);
}
.res-item:last-child {
  background: var(--gray);

  & .res-sl,
  .res-t {
    color: var(--esp);
  }
}

.res-sl {
  font-weight: 700;
  color: var(--peony);
  flex-shrink: 0;
  font-size: 0.85rem;
  margin-top: 0.1rem;
}
.res-t {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--esp1);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ─── PRICING ─── */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 800px;
  margin: 4rem auto 0;
}
@media (max-width: 680px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.ticket {
  filter: drop-shadow(0 8px 30px rgba(62, 39, 35, 0.12));
}
.ticket-inner {
  background: white;
  border: 1px solid rgba(62, 39, 35, 0.1);
  overflow: hidden;
}
.ticket-inner.featured {
  border-color: var(--esp);
  border-width: 2px;
}
.ticket-head {
  background: var(--esp1);
  padding: 2rem 2rem 1.8rem;
  text-align: center;
  position: relative;
}
.ticket-plan-script {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  color: var(--peony);
  display: block;
  line-height: 1.1;
  margin-bottom: 0.1rem;
}
.ticket-plan-name {
  font-family: "Stolzl", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream);
  display: block;
}
.ticket-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  background: var(--peony);
  color: var(--esp);
  font-family: "Stolzl", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.8rem;
  border-radius: 0 0 6px 6px;
}
.ticket-price-row {
  padding: 1.3rem 2rem;
  text-align: center;
  background: white;
  border-bottom: 1px dashed rgba(62, 39, 35, 0.1);
}
.ticket-price-old {
  font-size: 1.3rem;
  color: var(--esp);
  opacity: 0.35;
  text-decoration: line-through;
  display: block;
  margin-bottom: 0.1rem;
}
.ticket-price {
  font-family: "Stolzl", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--esp);
  display: block;
}
.ticket-price span {
  font-size: 1rem;
  opacity: 0.5;
}
.ticket-desc-row {
  /* padding: 0.6rem 1.5rem; */
  color: var(--gray2);
  border-bottom: 1px dashed rgba(62, 39, 35, 0.1);
}
.ticket-desc-row p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gray2);
  text-align: center;
}
.ticket-body {
  padding: 1.5rem 2rem;
}
.ticket-feat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ticket-feat {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--esp);
  line-height: 1.5;
}
.ticket-feat::before {
  content: "//";
  font-weight: 700;
  color: var(--esp2);
  flex-shrink: 0;
  font-size: 0.75rem;
  margin-top: 0.05rem;
}
.ticket-feat strong {
  margin-left: -0.4rem;
  display: inline;
}

.ticket-feat[style*="line-through"]::before {
  content: "❌";
  font-weight: normal;
  color: var(--esp2);
  font-size: 0.7rem;
  text-decoration: none;
}

.ticket-feat:has(> .span-feat[style*="line-through"])::before {
  content: "❌";
  font-weight: normal;
  color: var(--esp2);
  font-size: 0.7rem;
  text-decoration: none;
}
.ticket-foot {
  padding: 1.2rem 2rem 2rem;
  text-align: center;
}
.btn-ticket {
  display: block;
  width: 100%;
  background: transparent;
  color: var(--esp);
  border: 2px solid var(--esp);
  font-family: "Stolzl", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-ticket:hover,
.btn-ticket.filled {
  background: var(--esp1);
  color: var(--cream);
}
.btn-ticket.filled:hover {
  background: var(--esp2);
}

/* ─── HOW ─── */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 2.5rem;
  margin-top: 3.5rem;
  counter-reset: how;
}
.how-item {
  counter-increment: how;
  position: relative;
  padding-top: 3rem;
}
.how-item::before {
  content: counter(how, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Stolzl", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  color: var(--esp);
  opacity: 0.12;
  line-height: 1;
}
.how-title {
  font-family: "Stolzl", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--esp);
  margin-bottom: 0.6rem;
}
.how-text {
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--esp);
  opacity: 0.65;
}

/* ─── GUARANTEE ─── */
.guar-box {
  background: var(--esp1);
  padding: 4rem 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 680px) {
  .guar-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2.5rem 2rem;
  }
}
.guar-icon {
  font-size: 4.5rem;
}
.guar-title {
  font-family: "Stolzl", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cream);
  margin-bottom: 0.8rem;
}
.guar-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(255, 251, 239, 0.65);
}
.guar-text strong {
  color: var(--peony);
  font-weight: 600;
}

.guarantee-highlight {
  background: white;
  border-radius: 12px;
  padding: 1.2rem;
  margin-top: 1rem;
  color: var(--esp);
}

/* ─── FAQ ─── */
.faq-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid rgba(62, 39, 35, 0.08);
  cursor: pointer;
  overflow: hidden;
}
.faq-item:first-child {
  border-top: 1px solid rgba(62, 39, 35, 0.08);
}
.faq-q {
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.faq-q-text {
  font-family: "Stolzl", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--esp);
  line-height: 1.4;
}
.faq-plus {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(62, 39, 35, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--esp);
  font-size: 1.1rem;
  font-weight: 300;
  transition:
    transform 0.3s,
    background 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-plus {
  transform: rotate(45deg);
  background: var(--esp1);
  color: var(--cream);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.open .faq-a {
  max-height: 200px;
}
.faq-a-text {
  padding-bottom: 1.4rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--esp);
  opacity: 0.65;
}

/* ─── FINAL CTA ─── */
.final {
  padding: 4rem 2rem;
  background: var(--gray);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.final-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Great Vibes", cursive;
  font-size: clamp(8rem, 25vw, 18rem);
  color: rgba(62, 39, 35, 0.04);
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
}
.final-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--esp);
  opacity: 0.55;
  margin-bottom: 3rem;
}

/* ─── FOOTER ─── */
footer {
  background: var(--esp1);
  padding: 2.5rem 2rem;
  text-align: center;
}
.foot-logo {
  font-family: "Stolzl", sans-serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--peony);
  display: block;
  margin-bottom: 0.6rem;
}
.foot-t {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(244, 201, 214, 0.35);
  text-transform: uppercase;
}

/* ─── REVEALS ─── */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.rv.vis {
  opacity: 1;
  transform: none;
}
.rv2 {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease 0.12s,
    transform 0.7s ease 0.12s;
}
.rv2.vis {
  opacity: 1;
  transform: none;
}
.rv3 {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease 0.22s,
    transform 0.7s ease 0.22s;
}
.rv3.vis {
  opacity: 1;
  transform: none;
}
