@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&display=swap');

.stv-page {
  --stv-saffron: #d69b32;
  --stv-berry: #9b3655;
  --stv-plum: #351a36;
  --stv-blush: #f3d9d9;
  --stv-mist: #f7f3ed;
  --stv-ink: #2d202a;
  --stv-paper: #fffdfa;
  --stv-border: rgba(53, 26, 54, .14);
  --stv-gradient: linear-gradient(125deg, var(--stv-saffron) 0%, var(--stv-berry) 48%, var(--stv-plum) 100%);
  color: var(--stv-ink); background: var(--stv-mist); font: 400 16px/1.75 "Be Vietnam Pro", sans-serif;
  overflow: clip; scroll-behavior: smooth;
}
.stv-page, .stv-page * { box-sizing: border-box; }
.stv-page h1, .stv-page h2, .stv-page h3, .stv-page p, .stv-page ul, .stv-page blockquote { margin-top: 0; }
.stv-page h1, .stv-page h2, .stv-page h3 { color: inherit; font-family: "Cormorant Garamond", serif; line-height: 1.02; font-weight: 500; letter-spacing: -.025em; }
.stv-page h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 5.8vw, 5.2rem); }
.stv-page h3 { margin-bottom: 12px; font-size: 2rem; }
.stv-page a { color: inherit; text-decoration: none; }
.stv-page img { display: block; max-width: 100%; }
.stv-page button { font: inherit; }
.stv-page :focus-visible { outline: 3px solid var(--stv-saffron); outline-offset: 4px; }
.stv-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.stv-container--narrow { max-width: 860px; }
.stv-section { padding: clamp(82px, 10vw, 144px) 0; scroll-margin-top: 84px; }
.stv-section-lede { max-width: 760px; font-size: 1.1rem; }
.stv-centered { text-align: center; }
.stv-centered > p { margin-inline: auto; max-width: 700px; }
.stv-eyebrow { margin-bottom: 18px; color: var(--stv-berry); font-size: .72rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.stv-eyebrow::before { content: ""; display: inline-block; width: 38px; height: 2px; margin: 0 12px 3px 0; background: var(--stv-saffron); }
.stv-eyebrow--light { color: var(--stv-blush); }
.stv-dark { color: #fff8f1; background: var(--stv-plum); }
.stv-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 23px; border: 1px solid var(--stv-berry); border-radius: 999px; color: white !important; background: var(--stv-berry); font-size: .82rem; font-weight: 600; line-height: 1.25; transition: transform .25s, background .25s; }
.stv-btn:hover { color: white; background: #802944; transform: translateY(-2px); }
.stv-btn--small { min-height: 40px; padding: 9px 18px; font-size: .72rem; }
.stv-btn--outline { border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.stv-btn--light { border-color: var(--stv-blush); color: var(--stv-plum) !important; background: var(--stv-blush); }
.stv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.stv-skip { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: white !important; background: var(--stv-plum); transform: translateY(-160%); }
.stv-skip:focus { transform: none; }

.stv-header { position: fixed; z-index: 100; inset: 0 0 auto; color: white; background: rgba(35,15,35,.82); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.stv-header__inner { display: flex; min-height: 74px; align-items: center; gap: 32px; }
.stv-brand { display: flex; flex-direction: column; margin-right: auto; line-height: 1.15; }
.stv-brand strong { font: 600 1.35rem/1 "Cormorant Garamond", serif; }
.stv-brand span { margin-top: 5px; font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
.stv-nav { display: flex; gap: 28px; font-size: .72rem; letter-spacing: .05em; }
.stv-nav a { transition: color .2s; }
.stv-nav a:hover { color: var(--stv-saffron); }
.stv-menu-toggle, .stv-mobile-menu { display: none; }

.stv-hero { position: relative; display: flex; min-height: 82svh; align-items: flex-end; color: white; background: var(--stv-plum); }
.stv-hero__image, .stv-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stv-hero__shade { background: linear-gradient(90deg, rgba(31,13,30,.84), rgba(41,18,38,.32) 62%), linear-gradient(0deg, rgba(31,13,30,.8), transparent 65%); }
.stv-hero__content { position: relative; z-index: 1; padding-top: 145px; padding-bottom: clamp(62px, 8vw, 105px); }
.stv-hero h1 { max-width: 1000px; margin-bottom: 0; color: white; font-size: clamp(4.7rem, 10.2vw, 9.5rem); line-height: .78; }
.stv-hero__episode { margin: 20px 0 22px; color: var(--stv-blush); font: italic 500 clamp(1.55rem, 3vw, 2.55rem)/1 "Cormorant Garamond", serif; }
.stv-hero__lede { max-width: 560px; margin-bottom: 0; font-size: clamp(1rem, 1.5vw, 1.2rem); }

.stv-intro__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: end; }
.stv-intro__copy > div:last-child { padding-bottom: 17px; }
.stv-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.stv-media { overflow: hidden; aspect-ratio: 4 / 5; background: linear-gradient(135deg, #ead8c7, #c8afaa); }
.stv-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.stv-pillar:hover img { transform: scale(1.035); }
.stv-pillar h3 { margin: 22px 0 5px; }
.stv-pillar p { margin-bottom: 0; font-size: .9rem; }

.stv-foundation .stv-section-lede { color: rgba(255,248,241,.72); }
.stv-elements { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 64px; border-block: 1px solid rgba(255,255,255,.15); }
.stv-elements article { padding: 35px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.stv-elements article:last-child { border-right: 0; }
.stv-elements svg { width: 44px; margin: 0 auto 16px; stroke: var(--stv-saffron); stroke-width: 1.5; fill: none; }
.stv-elements h3 { margin-bottom: 5px; font-size: 1.65rem; }
.stv-elements p { margin: 0; color: var(--stv-blush); font-size: .7rem; }
.stv-three-n { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 82px; }
.stv-three-n span, .stv-why-list span { color: var(--stv-saffron); font-size: .7rem; letter-spacing: .15em; }
.stv-three-n p { color: rgba(255,248,241,.7); }

.stv-journey { background: linear-gradient(135deg, rgba(214,155,50,.10), rgba(155,54,85,.06), rgba(53,26,54,.08)); }
.stv-day-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; }
.stv-day-card { padding: clamp(26px, 4vw, 46px); background: var(--stv-paper); border: 1px solid var(--stv-border); border-radius: 8px; box-shadow: 0 14px 50px rgba(53,26,54,.04); }
.stv-card-kicker { margin-bottom: 10px; color: var(--stv-berry); font-size: .7rem; font-weight: 600; letter-spacing: .13em; }
.stv-day-card > p:not(.stv-card-kicker) { min-height: 84px; }
.stv-accordion-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 16px 0 0; border: 0; border-top: 1px solid var(--stv-border); color: var(--stv-berry); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 600; text-align: left; }
.stv-accordion-trigger span { font-size: 1.2rem; }
.stv-accordion-panel { padding-top: 10px; }
.stv-accordion-panel[hidden] { display: none; }
.stv-accordion-panel ul { padding-left: 20px; }
.stv-journey blockquote { max-width: 830px; margin: 90px auto 0; border: 0; color: var(--stv-plum); font: italic 500 clamp(2rem, 4vw, 3.5rem)/1.15 "Cormorant Garamond", serif; text-align: center; }

.stv-includes { background: var(--stv-paper); }
.stv-include-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.stv-include-card { overflow: hidden; background: var(--stv-mist); border: 1px solid var(--stv-border); border-radius: 8px; }
.stv-media--four-three { aspect-ratio: 4/3; }
.stv-include-card__body { padding: 24px; }
.stv-include-card__body > span { color: var(--stv-berry); font-size: .68rem; }
.stv-include-card h3 { margin-top: 8px; font-size: 1.65rem; }
.stv-include-card p { margin-bottom: 0; font-size: .82rem; }

.stv-pricing { background: var(--stv-mist); }
.stv-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 480px)); justify-content: center; gap: 22px; margin-top: 50px; }
.stv-price-card { padding: clamp(34px, 5vw, 55px); background: var(--stv-paper); border: 1px solid var(--stv-border); border-radius: 8px; }
.stv-price-card > p { font-size: .7rem; letter-spacing: .18em; }
.stv-price-card--feature { color: white; background: var(--stv-berry); }
.stv-price { margin: 35px 0; font: 600 clamp(2.25rem, 4vw, 3.2rem)/1 "Cormorant Garamond", serif; }
.stv-price small { font: 400 .75rem "Be Vietnam Pro", sans-serif; }
.stv-price-details { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 50px; margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--stv-border); }
.stv-price-details h3 { font-size: 1.6rem; }
.stv-price-details ul { padding-left: 20px; }

.stv-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; margin-top: 50px; }
.stv-audience-grid article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.15); }
.stv-audience-grid span { color: var(--stv-saffron); font-family: "Cormorant Garamond", serif; font-size: 1.5rem; }
.stv-audience-grid p { margin: 0; color: rgba(255,248,241,.82); }

.stv-why-list { margin-top: 60px; }
.stv-why-list article { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 8vw, 100px); align-items: center; margin-bottom: 90px; }
.stv-why-list article:nth-child(even) .stv-media { order: 2; }
.stv-why-list article h3 { margin-top: 12px; font-size: clamp(2.2rem, 4vw, 3.5rem); }

.stv-team { background: var(--stv-paper); }
.stv-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 40px; margin-top: 62px; }
.stv-team-grid article { text-align: center; }
.stv-portrait { width: min(250px, 78%); margin: 0 auto 25px; overflow: hidden; aspect-ratio: 1; background: linear-gradient(135deg, #ead8c7, #c8afaa); border-radius: 50%; }
.stv-portrait img { width: 100%; height: 100%; object-fit: cover; }
.stv-team-grid p { margin: auto; max-width: 330px; font-size: .85rem; }

.stv-faq-list { margin-top: 45px; border-top: 1px solid var(--stv-border); }
.stv-faq-list article { border-bottom: 1px solid var(--stv-border); }
.stv-faq-list h3 { margin: 0; }
.stv-faq-list .stv-accordion-trigger { padding: 23px 0; border: 0; color: var(--stv-ink); font: 500 clamp(1.25rem, 2.5vw, 1.65rem)/1.3 "Cormorant Garamond", serif; }
.stv-faq-list .stv-accordion-panel { max-width: 730px; padding: 0 0 22px; }

.stv-contact { color: white; background: var(--stv-gradient); }
.stv-contact h2 { color: white; }
.stv-contact .stv-actions { justify-content: center; }
.stv-contact .stv-btn--outline:hover { background: rgba(255,255,255,.18); }
.stv-footer { padding: 29px 0 calc(29px + env(safe-area-inset-bottom)); color: rgba(255,255,255,.65); background: #271229; font-size: .62rem; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.stv-sticky-cta { display: none; }

@media (max-width: 1023px) {
  .stv-nav { gap: 16px; }
  .stv-header .stv-btn--small { display: none; }
  .stv-include-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 899px) {
  .stv-nav { display: none; }
  .stv-menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; color: white; background: transparent; cursor: pointer; }
  .stv-menu-toggle span { width: 23px; height: 1px; background: currentColor; transition: transform .2s; }
  .stv-mobile-menu { display: grid; padding: 10px 20px 24px; background: rgba(35,15,35,.98); }
  .stv-mobile-menu[hidden] { display: none; }
  .stv-mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stv-intro__copy { grid-template-columns: 1fr; gap: 10px; }
  .stv-pillar-grid { gap: 16px; }
  .stv-elements { grid-template-columns: repeat(2, 1fr); }
  .stv-elements article { border-bottom: 1px solid rgba(255,255,255,.15); }
  .stv-elements article:nth-child(2n) { border-right: 0; }
  .stv-elements article:last-child { grid-column: 1/-1; }
  .stv-three-n { gap: 24px; }
  .stv-price-details { grid-template-columns: 1fr 1fr; }
  .stv-price-details > :last-child { grid-column: 1/-1; }
  .stv-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 639px) {
  .stv-page { font-size: 15px; padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .stv-container { width: min(100% - 32px, 1180px); }
  .stv-section { padding: 76px 0; }
  .stv-header__inner { min-height: 66px; }
  .stv-hero { min-height: 82svh; }
  .stv-hero__image { object-position: 68% center; }
  .stv-hero__content { padding-top: 125px; padding-bottom: 48px; }
  .stv-hero h1 { font-size: clamp(3.7rem, 20vw, 5.1rem); line-height: .82; }
  .stv-hero__episode { margin-top: 14px; }
  .stv-actions { align-items: stretch; flex-direction: column; }
  .stv-actions .stv-btn { width: 100%; }
  .stv-pillar-grid, .stv-day-grid, .stv-include-grid, .stv-price-grid, .stv-audience-grid, .stv-team-grid, .stv-three-n, .stv-price-details { grid-template-columns: 1fr; }
  .stv-pillar-grid { gap: 50px; }
  .stv-pillar .stv-media { aspect-ratio: 4/4.6; }
  .stv-three-n { margin-top: 60px; }
  .stv-day-card > p:not(.stv-card-kicker) { min-height: 0; }
  .stv-price-details > :last-child { grid-column: auto; }
  .stv-why-list article { grid-template-columns: 1fr; gap: 26px; margin-bottom: 62px; }
  .stv-why-list article:nth-child(even) .stv-media { order: initial; }
  .stv-sticky-cta { position: fixed; z-index: 99; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 14px; display: flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; color: white !important; background: var(--stv-berry); box-shadow: 0 10px 30px rgba(42,16,37,.35); font-size: .78rem; font-weight: 600; transition: opacity .25s, transform .25s; }
  .stv-sticky-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .stv-page { scroll-behavior: auto; }
  .stv-page *, .stv-page *::before, .stv-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
