html,
body {
  margin: 0;
  background: #06141f;
}

.yt-training,
.yt-training * {
  box-sizing: border-box;
}

.yt-training {
  --navy-950: #03090f;
  --navy-900: #06141f;
  --navy-830: #081a28;
  --navy-780: #0a2032;
  --navy-700: #0e2a40;
  --teal: #1d6b78;
  --teal-soft: #38b7c1;
  --gold: #c9a24b;
  --gold-soft: #e0c170;
  --gold-bright: #f0d488;
  --sand: #e7dcc4;
  --foam: #f5f2ea;
  --ink: #dfe6ec;
  --ink-dim: #9fb0bd;
  --coral: #e08a5b;
  --line: rgba(201, 162, 75, .22);
  --shadow: 0 26px 70px -30px rgba(0, 0, 0, .8);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background: var(--navy-900);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.yt-training a {
  color: inherit;
  text-decoration: none;
}

.yt-training img,
.yt-training svg,
.yt-training video {
  display: block;
  max-width: 100%;
}

.yt-wrap {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.yt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 3px;
  pointer-events: none;
}

.yt-progress span {
  display: block;
  height: 100%;
  transform: scaleX(var(--yt-scroll, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--teal-soft), var(--gold-bright), var(--coral));
  box-shadow: 0 0 16px rgba(240, 212, 136, .48);
}

.yt-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 900;
  width: min(1200px, calc(100% - 40px));
  min-height: 66px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgba(245, 242, 234, .12);
  border-radius: 8px;
  background: rgba(6, 20, 31, .48);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .22);
  transition: background .25s ease, top .25s ease, min-height .25s ease;
}

.yt-nav.is-scrolled {
  top: 8px;
  min-height: 58px;
  background: rgba(6, 20, 31, .88);
}

.yt-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.yt-brand em {
  color: var(--gold-bright);
  font-style: italic;
}

.yt-nav__links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.yt-nav__links a {
  position: relative;
  padding: 8px 0;
  color: rgba(223, 230, 236, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease;
}

.yt-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--gold-bright);
  transition: transform .22s ease;
}

.yt-nav__links a:hover {
  color: var(--foam);
}

.yt-nav__links a:hover::after {
  transform: scaleX(1);
}

.yt-nav__cta,
.yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.yt-training .yt-nav__cta,
.yt-training .yt-nav__cta:visited {
  color: #fff;
  border: 1px solid rgba(240, 212, 136, .38);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(to bottom right, #00040c, #064e81 52.52%, #020b2c);
  box-shadow:
    0 16px 36px rgba(2, 11, 44, .44),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(0, 0, 0, .28);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .42);
}

.yt-nav__cta:hover,
.yt-btn:hover {
  transform: translateY(-2px);
}

.yt-nav__cta:hover {
  border-color: rgba(240, 212, 136, .62);
  box-shadow:
    0 20px 44px rgba(2, 11, 44, .52),
    0 0 0 1px rgba(56, 183, 193, .16),
    inset 0 1px 0 rgba(255, 255, 255, .26),
    inset 0 -1px 0 rgba(0, 0, 0, .28);
}

.yt-training .yt-btn--gold,
.yt-training .yt-btn--gold:visited {
  color: #fff6df;
  -webkit-text-fill-color: #fff6df;
  border: 1px solid rgba(240, 212, 136, .32);
  background: linear-gradient(120deg, #6f4318, #9a6825 48%, #7a4a1d);
  box-shadow: 0 18px 46px rgba(95, 57, 20, .36);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .34);
}

.yt-btn--glass {
  color: var(--foam);
  border: 1px solid rgba(245, 242, 234, .24);
  background: rgba(245, 242, 234, .06);
  backdrop-filter: blur(10px);
}

.yt-btn--glass:hover {
  color: var(--teal-soft);
  border-color: rgba(56, 183, 193, .6);
}

.yt-eyebrow {
  margin: 0;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1.5;
  text-transform: uppercase;
}

.yt-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1);
}

.yt-reveal.yt-in {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll-bound hero */
.yt-scroll-hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  background: var(--navy-950);
  overflow: hidden;
}

.yt-scroll-hero__stage {
  position: relative;
  top: 0;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  isolation: isolate;
}

.yt-hero-media {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  background: var(--navy-950);
}

.yt-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(6, 20, 31, .1), rgba(6, 20, 31, .22) 46%, rgba(6, 20, 31, .88)),
    radial-gradient(circle at 52% 45%, rgba(240, 212, 136, .14), transparent 31%),
    linear-gradient(90deg, rgba(6, 20, 31, .4), transparent 35%, rgba(6, 20, 31, .28));
  opacity: var(--hero-shade-alpha, 1);
  pointer-events: none;
}

.yt-hero-picture,
.yt-hero-picture img,
.yt-hero-video,
.yt-hero-sequence,
.yt-hero-canvas,
.yt-hero-strip {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.yt-hero-picture {
  z-index: 1;
  transform: scale(var(--hero-still-scale, 1));
  transform-origin: 58% 48%;
}

.yt-hero-picture img,
.yt-hero-video,
.yt-hero-sequence,
.yt-hero-canvas {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.08) contrast(1.04);
}

.yt-hero-video {
  z-index: 2;
  opacity: 0;
  will-change: opacity;
}

.yt-hero-sequence,
.yt-hero-canvas,
.yt-hero-strip {
  z-index: 3;
  opacity: 0;
  transform: translate3d(0, var(--hero-sequence-y, 0), 0) scale(var(--hero-sequence-scale, 1));
  transform-origin: 58% 48%;
  will-change: transform, opacity;
}

.yt-hero-strip {
  overflow: hidden;
}

.yt-training .yt-hero-strip__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-origin: 0 0;
  backface-visibility: hidden;
  will-change: transform;
  filter: saturate(1.08) contrast(1.04);
}

.yt-hero-wind {
  position: absolute;
  inset: -12%;
  z-index: 4;
  transform: translateX(calc((var(--hero-video-progress, 0) - .5) * 4%));
  opacity: var(--hero-wind-alpha, 0);
  background:
    linear-gradient(105deg, transparent 24%, rgba(245, 242, 234, .2) 27%, transparent 31%),
    linear-gradient(111deg, transparent 47%, rgba(240, 212, 136, .18) 50%, transparent 54%),
    radial-gradient(ellipse at 58% 51%, rgba(245, 242, 234, .24), transparent 28%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.yt-hero-copy {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 4;
  width: min(920px, calc(100% - 40px));
  transform: translate(-50%, -50%) translateY(var(--hero-copy-y, 0));
  color: var(--foam);
  text-align: center;
  opacity: var(--hero-copy-alpha, 1);
}

.yt-hero-copy h1 {
  margin: 18px auto 0;
  max-width: 980px;
  font-family: var(--serif);
  font-size: 86px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.yt-hero-copy p:not(.yt-eyebrow) {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(255, 250, 238, .96);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.68;
}

.yt-hero-actions {
  position: absolute;
  left: 50%;
  bottom: 146px;
  z-index: 6;
  width: min(560px, calc(100% - 40px));
  transform: translateX(-50%) translateY(var(--hero-panel-y, 0));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  opacity: var(--hero-panel-alpha, 1);
}

.yt-hero-panel {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 5;
  width: min(760px, calc(100% - 40px));
  transform: translateX(-50%) translateY(var(--hero-panel-y, 0));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(245, 242, 234, .14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(245, 242, 234, .12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  opacity: var(--hero-panel-alpha, 1);
}

.yt-hero-panel div {
  display: grid;
  min-height: 84px;
  place-items: center;
  gap: 3px;
  padding: 14px 12px;
  background: rgba(6, 20, 31, .58);
  text-align: center;
}

.yt-hero-panel b {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.yt-hero-panel span {
  color: rgba(223, 230, 236, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.yt-scroll-cue {
  display: none;
}

.yt-scroll-cue span {
  display: block;
  width: 1px;
  height: 34px;
  margin: 8px auto 0;
  background: linear-gradient(var(--gold-bright), transparent);
}

/* Sections */
.yt-section {
  position: relative;
  padding: 108px 0;
}

.yt-section--dark {
  background:
    radial-gradient(circle at 14% 0%, rgba(224, 138, 91, .08), transparent 30%),
    linear-gradient(180deg, var(--navy-900), #07111c);
}

.yt-section--sea {
  background:
    radial-gradient(circle at 86% 10%, rgba(56, 183, 193, .1), transparent 32%),
    linear-gradient(180deg, var(--navy-830), var(--navy-780));
}

.yt-section-head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.yt-section-head h2 {
  margin: 16px 0 0;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.yt-section-head p:not(.yt-eyebrow) {
  margin: 18px auto 0;
  color: var(--ink-dim);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
}

.yt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.yt-stats article,
.yt-practice-card,
.yt-format-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(14, 42, 64, .86), rgba(8, 26, 40, .86));
  box-shadow: var(--shadow);
}

.yt-stats article {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.yt-stats strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
}

.yt-stats span {
  margin-top: 8px;
  color: var(--ink-dim);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.yt-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 26px;
  align-items: stretch;
}

.yt-location-photo,
.yt-day__photo {
  position: relative;
  min-height: 430px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy-700);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.yt-location-photo img,
.yt-day__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.yt-location-photo:hover img,
.yt-day__photo:hover img,
.yt-day.yt-in .yt-day__photo img {
  transform: scale(1);
}

.yt-location-photo::after,
.yt-day__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 20, 31, .08), rgba(6, 20, 31, .9));
}

.yt-location-photo figcaption,
.yt-day__photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.08;
}

.yt-location-photo figcaption small,
.yt-day__photo figcaption small {
  display: block;
  margin-top: 7px;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.yt-location-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(14, 42, 64, .88), rgba(8, 26, 40, .94));
  box-shadow: var(--shadow);
}

.yt-location-panel h3 {
  margin: 0;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.yt-location-panel p {
  margin: 16px 0 0;
  color: var(--ink-dim);
  font-size: 16px;
  line-height: 1.72;
}

.yt-location-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.yt-location-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(6, 20, 31, .34);
}

.yt-location-facts b {
  display: block;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.08;
}

.yt-location-facts span {
  display: block;
  margin-top: 5px;
  color: var(--ink-dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Rhythm */
.yt-rhythm {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(14, 42, 64, .78);
  box-shadow: var(--shadow);
}

.yt-rhythm__row {
  display: grid;
  grid-template-columns: 88px 1.5fr 1fr 1fr;
  border-bottom: 1px solid rgba(201, 162, 75, .12);
}

.yt-rhythm__row:last-child {
  border-bottom: 0;
}

.yt-rhythm__row.is-head {
  background: rgba(201, 162, 75, .08);
}

.yt-rhythm__row > div {
  padding: 16px 18px;
}

.yt-rhythm__row.is-head > div {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.yt-rhythm__day {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.yt-rhythm__title {
  color: var(--foam);
  font-weight: 700;
}

.yt-rhythm__title small {
  display: block;
  margin-top: 3px;
  color: var(--ink-dim);
  font-weight: 400;
}

.yt-rhythm__row p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 14px;
}

/* Practice */
.yt-practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.yt-practice-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  isolation: isolate;
}

.yt-practice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--bg) center / cover no-repeat;
  transform: scale(1.04);
  transition: transform .45s ease;
}

.yt-practice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 20, 31, .18), rgba(6, 20, 31, .9));
}

.yt-practice-card:hover::before {
  transform: scale(1.1);
}

.yt-practice-card span {
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.yt-practice-card h3 {
  margin: 10px 0 0;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.12;
}

.yt-practice-card p {
  margin: 10px 0 0;
  color: rgba(245, 242, 234, .76);
  font-size: 15px;
}

/* Gallery */
.yt-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.yt-shot {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy-700);
}

.yt-shot:first-child,
.yt-shot:nth-child(5) {
  grid-row: span 2;
}

.yt-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06);
  transition: transform .7s ease;
}

.yt-shot:hover img {
  transform: scale(1.08);
}

.yt-shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
  background: linear-gradient(180deg, transparent, rgba(6, 20, 31, .88));
}

.yt-shot figcaption small {
  display: block;
  margin-top: 5px;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Day cards */
.yt-day {
  padding-bottom: 86px;
}

.yt-day__banner {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-block: 1px solid rgba(201, 162, 75, .16);
}

.yt-day__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(1.04);
}

.yt-day__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 31, .22), rgba(6, 20, 31, .9));
}

.yt-day__banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 26px;
}

.yt-day__index {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 6px;
  color: var(--navy-900);
  background: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.yt-day h3 {
  margin: 12px 0 0;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .55);
}

.yt-day__date {
  margin-top: 4px;
  color: var(--sand);
}

.yt-day__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  padding-top: 42px;
}

.yt-day:nth-child(even) .yt-day__grid {
  direction: rtl;
}

.yt-day:nth-child(even) .yt-day__grid > * {
  direction: ltr;
}

.yt-day__map {
  height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.yt-day__photo {
  position: sticky;
  top: 90px;
  height: 420px;
}

.yt-day__lead {
  margin: 0 0 18px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1.32;
}

.yt-tech {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.yt-tech div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(14, 42, 64, .78);
}

.yt-tech small {
  display: block;
  color: var(--ink-dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yt-tech b {
  color: var(--foam);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}

.yt-acc {
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(14, 42, 64, .76);
}

.yt-acc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  cursor: pointer;
  color: var(--foam);
  font-weight: 700;
  list-style: none;
}

.yt-acc summary::-webkit-details-marker {
  display: none;
}

.yt-acc summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--gold-bright);
  border-bottom: 1px solid var(--gold-bright);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.yt-acc[open] summary::after {
  transform: rotate(225deg);
}

.yt-acc__body {
  padding: 0 18px 18px;
  color: var(--ink-dim);
}

.yt-acc__body p {
  margin: 0;
}

.yt-note {
  margin-top: 14px;
  padding: 13px 16px;
  border-left: 2px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--sand);
  background: rgba(201, 162, 75, .08);
  font-size: 14px;
}

/* Formats */
.yt-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.yt-format-grid article {
  padding: 30px;
}

.yt-format-grid article.featured {
  border-color: rgba(240, 212, 136, .52);
  background: linear-gradient(160deg, rgba(13, 54, 70, .9), rgba(8, 26, 40, .94));
}

.yt-format-grid span {
  color: var(--teal-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.yt-format-grid h3 {
  margin: 12px 0 0;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.1;
}

.yt-format-grid p {
  margin: 14px 0 0;
  color: var(--ink-dim);
}

.yt-final-cta {
  margin-top: 74px;
  padding: 70px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 20, 31, .32), rgba(6, 20, 31, .88)),
    url("../trips-wow/images/hero_alt.jpg") center / cover no-repeat;
  text-align: center;
  box-shadow: var(--shadow);
}

.yt-final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--foam);
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1.08;
}

.yt-final-cta p {
  max-width: 620px;
  margin: 18px auto 28px;
  color: rgba(245, 242, 234, .8);
}

.yt-final-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.yt-footer {
  padding: 64px 0 40px;
  border-top: 1px solid rgba(201, 162, 75, .12);
  background: #050f17;
}

.yt-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 50px;
}

.yt-footer p {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--ink-dim);
}

.yt-footer h4 {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.yt-footer a:not(.yt-brand) {
  display: block;
  margin: 9px 0;
  color: var(--ink-dim);
}

.yt-footer a:hover {
  color: var(--gold-bright);
}

@media (max-width: 1080px) {
  .yt-nav {
    grid-template-columns: auto auto;
  }

  .yt-nav__links {
    display: none;
  }

  .yt-hero-copy h1 {
    font-size: 68px;
  }

  .yt-stats,
  .yt-practice-grid,
  .yt-format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-day__grid {
    grid-template-columns: 1fr;
  }

  .yt-day__photo {
    position: relative;
    top: auto;
  }

  .yt-day:nth-child(even) .yt-day__grid {
    direction: ltr;
  }
}

@media (max-width: 720px) {
  body.frontpage #gkBg,
  body.frontpage #gkHeader,
  body.frontpage #gkHeaderMod {
    overflow: visible !important;
  }

  body.frontpage #gkHeader,
  body.frontpage #gkHeaderMod {
    height: auto !important;
    min-height: 0 !important;
  }

  .yt-wrap {
    width: min(100% - 28px, 1200px);
  }

  .yt-nav {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 10px 10px 10px 14px;
  }

  .yt-brand {
    font-size: 24px;
  }

  .yt-nav__cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 10px;
  }

  .yt-scroll-hero {
    height: var(--hero-scroll-mobile-height, 205vh);
    min-height: var(--hero-scroll-mobile-min-height, 1120px);
    overflow: visible;
  }

  .yt-scroll-hero__stage {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 760px;
  }

  .yt-hero-picture img,
  .yt-hero-video,
  .yt-hero-sequence,
  .yt-hero-canvas,
  .yt-hero-strip {
    object-position: 58% center;
  }

  .yt-hero-video {
    opacity: var(--hero-video-alpha, 0);
  }

  .yt-hero-sequence {
    opacity: 1;
  }

  .yt-training[data-hero-canvas-ready="true"] .yt-hero-sequence {
    opacity: 0;
  }

  .yt-training[data-hero-canvas-ready="true"] .yt-hero-canvas {
    opacity: 1;
  }

  .yt-hero-copy {
    top: 45%;
  }

  .yt-hero-copy h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .yt-hero-copy p:not(.yt-eyebrow) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.58;
  }

  .yt-hero-actions {
    bottom: 114px;
    width: calc(100% - 28px);
    gap: 8px;
  }

  .yt-btn {
    min-height: 48px;
    padding: 0 8px;
    font-size: 10px;
  }

  .yt-hero-panel {
    grid-template-columns: repeat(3, 1fr);
    bottom: 18px;
    width: calc(100% - 28px);
  }

  .yt-hero-panel div {
    min-height: 82px;
    padding: 10px 7px;
  }

  .yt-hero-panel b {
    font-size: 22px;
  }

  .yt-hero-panel span {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .yt-scroll-cue {
    display: none;
  }

  .yt-section {
    padding: 78px 0;
  }

  .yt-section-head {
    margin-bottom: 38px;
  }

  .yt-section-head h2,
  .yt-final-cta h2 {
    font-size: 38px;
  }

  .yt-section-head p:not(.yt-eyebrow) {
    font-size: 16px;
  }

  .yt-stats,
  .yt-practice-grid,
  .yt-format-grid,
  .yt-footer__grid {
    grid-template-columns: 1fr;
  }

  .yt-rhythm__row {
    grid-template-columns: 64px 1fr;
  }

  .yt-rhythm__row > div:nth-child(3),
  .yt-rhythm__row > div:nth-child(4),
  .yt-rhythm__row.is-head {
    display: none;
  }

  .yt-location-grid {
    grid-template-columns: 1fr;
  }

  .yt-location-photo,
  .yt-day__photo {
    min-height: 320px;
  }

  .yt-location-panel {
    padding: 24px 20px;
  }

  .yt-location-panel h3 {
    font-size: 32px;
  }

  .yt-location-facts {
    grid-template-columns: 1fr;
  }

  .yt-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .yt-shot:first-child,
  .yt-shot:nth-child(5) {
    grid-row: span 1;
  }

  .yt-day__banner {
    height: 300px;
  }

  .yt-day h3 {
    font-size: 36px;
  }

  .yt-day__photo {
    height: 330px;
  }

  .yt-tech {
    grid-template-columns: 1fr;
  }

  .yt-final-cta {
    padding: 54px 20px;
  }
}

@media (max-width: 390px) {
  .yt-hero-copy h1 {
    font-size: 42px;
  }

  .yt-eyebrow {
    font-size: 10px;
    letter-spacing: .2em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yt-training *,
  .yt-training *::before,
  .yt-training *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .yt-scroll-hero {
    height: auto;
    min-height: 0;
  }

  .yt-scroll-hero__stage {
    position: relative;
  }

  .yt-reveal {
    opacity: 1;
    transform: none;
  }
}
