:root {
  --navy: #081a3d;
  --navy-deep: #040d22;
  --navy-soft: #14284d;
  --gold: #c9a65a;
  --gold-bright: #ddbd74;
  --cream: #f6f2e9;
  --paper: #fcfbf8;
  --ink: #0a1731;
  --muted: #5f6571;
  --line: #dcd7cc;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 14px 40px rgba(5, 16, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.page-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 76px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: #F0EFEA; border-bottom: 1px solid rgba(9,25,56,.12); }
.header-inner { width: min(1260px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(8,26,61,.45); border-radius: 50%; background: white; }
.brand-mark img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 17px; text-transform: uppercase; letter-spacing: .12em; }
.brand-tagline { margin-top: 6px; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.primary-navigation { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.primary-navigation a { position: relative; padding-block: 10px; font-size: 13px; font-weight: 600; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .2s ease; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(201,166,90,.55); outline-offset: 3px; }
.button-gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.button-gold:hover { background: var(--gold-bright); }
.button-outline { border-color: rgba(255,255,255,.7); color: var(--white); background: rgba(4,13,34,.15); }
.button-outline:hover { background: rgba(255,255,255,.12); }
.header-cta { min-height: 42px; white-space: nowrap; }

.hero { position: relative; min-height: 600px; display: grid; align-items: center; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 44%; }
.hero-overlay { background: linear-gradient(90deg, rgba(2,9,25,.93) 0%, rgba(4,14,34,.72) 35%, rgba(5,16,39,.14) 68%, rgba(3,11,29,.5) 100%), linear-gradient(0deg, rgba(3,10,25,.42), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-block: 70px; display: flex; align-items: flex-end; justify-content: space-between; }
.hero-copy { width: min(650px, 70%); }
.eyebrow, .section-kicker { margin: 0 0 13px; color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.hero h1 { margin: 0; color: #f4d69a; font-family: var(--serif); font-size: clamp(56px, 6vw, 86px); font-weight: 400; line-height: .89; letter-spacing: -.045em; text-shadow: 0 3px 30px rgba(0,0,0,.25); }
.hero-lede { max-width: 560px; margin: 25px 0 28px; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-manifesto { width: 180px; padding: 0 0 20px 28px; border-left: 1px solid rgba(255,255,255,.25); text-transform: uppercase; letter-spacing: .18em; }
.hero-manifesto span { display: block; width: 42px; height: 2px; margin-bottom: 15px; background: var(--gold); }
.hero-manifesto p { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.65; }
.hero-manifesto small { display: block; margin-top: 13px; color: #d5dae5; font-size: 9px; line-height: 1.5; }

.service-ribbon { padding: 14px 0; background: var(--cream); border-block: 1px solid var(--line); }
.service-ribbon .page-width { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; }
.service-ribbon span { font-family: var(--serif); font-size: 12px; text-transform: uppercase; letter-spacing: .28em; }
.service-ribbon i { width: 1px; height: 14px; background: #aca493; }

.why { display: grid; grid-template-columns: 1.3fr 2.7fr; align-items: center; gap: 70px; }
.why-intro h2, .section-heading-row h2, .story-copy h2, .testimonials h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); font-weight: 400; line-height: 1; }
.why-intro > p:last-child { margin: 19px 0 0; color: var(--muted); }
.gold-rule { display: block; width: 54px; height: 2px; margin-top: 16px; background: var(--gold); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card { text-align: center; }
.icon-wrap { width: 50px; height: 50px; margin: 0 auto 13px; display: grid; place-items: center; border: 1px solid rgba(201,166,90,.7); border-radius: 50%; }
.icon-wrap svg { width: 25px; height: 25px; fill: none; stroke: var(--navy); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.18; }
.value-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.programs { padding-top: 64px; background: var(--cream); border-top: 1px solid var(--line); }
.section-heading-row { margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading-row > p { margin: 0 0 7px; color: var(--muted); font-family: var(--serif); font-size: 12px; text-transform: uppercase; letter-spacing: .22em; }
.program-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.program-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid #e1dcd2; box-shadow: 0 5px 18px rgba(8,26,61,.06); transition: transform .25s ease, box-shadow .25s ease; }
.program-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.program-card > img { width: 100%; aspect-ratio: 1 / .86; object-fit: cover; object-position: center 28%; }
.program-card:nth-child(3) > img { object-position: center 34%; }
.program-card:nth-child(5) > img { object-position: 48% 45%; }
.program-copy { flex: 1; display: flex; flex-direction: column; padding: 18px 17px 17px; }
.program-age { margin: 0 0 5px; color: #8d6c2f; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.program-copy h3 { margin: 0; min-height: 49px; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.15; }
.program-copy > p:not(.program-age) { margin: 10px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.program-copy a { margin-top: auto; color: var(--navy); font-size: 12px; font-weight: 700; }
.program-copy a span { color: var(--gold); }

.transformation { min-height: 360px; display: grid; grid-template-columns: 1.15fr 1fr 1.2fr .85fr; background: var(--navy-deep); color: var(--white); overflow: hidden; }
.transformation-photo { min-height: 360px; background: linear-gradient(90deg, transparent 70%, var(--navy-deep)), url("assets/coaching.webp") center/cover no-repeat; }
.transformation-copy { padding: 62px 32px; align-self: center; }
.section-kicker-light { color: var(--gold-bright); }
.transformation-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 55px); font-weight: 400; line-height: .95; }
.transformation-copy > p:last-child { max-width: 370px; margin: 20px 0 0; color: #d4d9e5; }
.benefit-list { margin: 0; padding: 61px 32px; display: flex; flex-direction: column; justify-content: center; list-style: none; background: var(--cream); color: var(--ink); }
.benefit-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.benefit-list li:last-child { border-bottom: 0; }
.benefit-list span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: #8d6c2f; font-family: var(--serif); font-size: 12px; }
.transformation-quote { display: grid; place-items: center; padding: 30px; background: linear-gradient(rgba(4,13,34,.42), rgba(4,13,34,.72)), url("assets/backstage-teen.webp") center/cover no-repeat; text-align: center; }
.transformation-quote p { margin: 0; font-family: var(--serif); font-size: 16px; text-transform: uppercase; letter-spacing: .16em; line-height: 1.7; }

.backstage-story { display: grid; grid-template-columns: .75fr 1.7fr; align-items: center; gap: 64px; }
.story-copy > p:last-child { margin-top: 20px; color: var(--muted); }
.story-gallery { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 470px; }
.story-gallery figure { margin: 0; overflow: hidden; }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-gallery figure:hover img { transform: scale(1.03); }
.story-large { grid-row: 1 / 3; }

.trial { padding-block: 74px; color: var(--white); background: linear-gradient(115deg, rgba(8,26,61,.98), rgba(10,31,69,.93)), url("assets/youth-backstage.webp") center/cover; }
.trial-inner { display: grid; grid-template-columns: .8fr 1.45fr; align-items: center; gap: 58px; }
.trial-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: .95; }
.trial-copy h2 em { color: #f3d596; font-weight: 400; }
.trial-copy > p { max-width: 470px; margin: 24px 0; color: #d8deea; }
.trial-notes { display: flex; flex-wrap: wrap; gap: 8px; }
.trial-notes span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.trial-form { padding: 27px; background: rgba(255,255,255,.98); color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.27); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.trial-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 700; }
.trial-form label span { color: var(--muted); font-weight: 400; }
.trial-form input, .trial-form select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #cfd1d8; border-radius: 0; background: var(--white); color: var(--ink); }
.trial-form input::placeholder { color: #989ca5; }
.form-submit { width: 100%; margin-top: 17px; border: 0; cursor: pointer; }
.form-status { min-height: 20px; margin: 10px 0 0; color: #36563e; font-size: 13px; text-align: center; }

.testimonials { padding-bottom: 72px; }
.testimonial-heading { justify-content: center; text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial-grid blockquote { position: relative; margin: 0; padding: 34px 34px 31px; border-right: 1px solid var(--line); }
.testimonial-grid blockquote:last-child { border-right: 0; }
.quote-mark { position: absolute; top: 15px; left: 21px; color: rgba(201,166,90,.35); font-family: var(--serif); font-size: 65px; line-height: 1; }
.testimonial-grid p { position: relative; margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.testimonial-grid footer { margin-top: 17px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.closing-cta { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.closing-cta > img, .closing-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-cta > img { object-fit: cover; object-position: center 42%; }
.closing-overlay { background: linear-gradient(90deg, rgba(3,11,29,.84), rgba(3,11,29,.5), rgba(3,11,29,.84)); }
.closing-content { position: relative; z-index: 1; width: min(700px, calc(100% - 40px)); text-align: center; }
.closing-content p { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(30px, 4vw, 50px); line-height: 1.1; }

.site-footer { padding-top: 58px; background: var(--navy-deep); color: #dce2ed; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .7fr 1fr .8fr; gap: 44px; padding-bottom: 50px; }
.brand-inverse { color: var(--white); }
.brand-inverse .brand-mark { border-color: rgba(255,255,255,.35); }
.footer-brand > p { max-width: 370px; margin: 22px 0 0; color: #aeb8ca; }
.site-footer h2 { margin: 7px 0 14px; color: var(--gold-bright); font-family: var(--serif); font-size: 17px; font-weight: 400; text-transform: uppercase; letter-spacing: .13em; }
.site-footer a:not(.brand):not(.button), .site-footer div > p { display: block; margin: 8px 0; color: #b9c2d1; font-size: 14px; }
.site-footer a:not(.brand):not(.button):hover { color: var(--white); }
.footer-action > p { color: var(--white) !important; font-family: var(--serif); font-size: 24px !important; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #929db0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1080px) {
  .header-inner { gap: 14px; }
  .primary-navigation { gap: 15px; }
  .primary-navigation a { font-size: 12px; }
  .header-cta { display: none; }
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .transformation { grid-template-columns: 1.1fr 1fr 1fr; }
  .transformation-quote { display: none; }
}

@media (max-width: 820px) {
  .page-width { width: min(100% - 34px, 680px); }
  .section { padding-block: 58px; }
  .site-header { height: 76px; }
  .header-inner { width: calc(100% - 28px); justify-content: space-between; }
  .brand-mark { width: 51px; height: 51px; }
  .brand-mark img { width: 38px; height: 38px; }
  .brand-name { font-size: 14px; letter-spacing: .09em; }
  .brand-tagline { font-size: 8px; }
  .menu-button { display: block; margin-left: auto; }
  .primary-navigation { position: absolute; top: 76px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 20px 20px; background: #F0EFEA; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .primary-navigation[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-navigation a { padding: 13px 6px; border-bottom: 1px solid #ece8df; font-size: 14px; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 690px; align-items: end; }
  .hero-image { top: -2%; bottom: auto; height: 102%; object-position: 57% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(2,9,25,.96) 0%, rgba(3,12,31,.76) 56%, rgba(3,11,29,.24) 100%); }
  .hero-content { padding-block: 54px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(50px, 14vw, 68px); }
  .hero-lede { max-width: 500px; font-size: 20px; }
  .hero-manifesto { display: none; }
  .service-ribbon .page-width { gap: 9px; }
  .service-ribbon span { font-size: 10px; letter-spacing: .16em; }
  .why { grid-template-columns: 1fr; gap: 38px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .transformation { grid-template-columns: 1fr 1fr; }
  .transformation-photo { min-height: 420px; }
  .transformation-copy { padding: 45px 28px; }
  .benefit-list { grid-column: 1 / 3; padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
  .backstage-story { grid-template-columns: 1fr; gap: 30px; }
  .trial-inner { grid-template-columns: 1fr; gap: 36px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { border-right: 0; border-bottom: 1px solid var(--line); }
  .testimonial-grid blockquote:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 560px) {
  .page-width { width: calc(100% - 28px); }
  .brand-tagline { display: none; }
  .brand-name { max-width: 190px; font-size: 12px; line-height: 1.2; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-content { padding-bottom: 35px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(46px, 15vw, 62px); }
  .hero-lede { margin-block: 19px 22px; font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .service-ribbon { overflow: hidden; }
  .service-ribbon .page-width { width: max-content; max-width: none; justify-content: flex-start; padding-inline: 15px; }
  .why-intro h2, .section-heading-row h2, .story-copy h2, .testimonials h2 { font-size: 40px; }
  .values-grid { gap: 28px 14px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .section-heading-row > p { line-height: 1.5; }
  .program-grid { grid-template-columns: 1fr; gap: 20px; }
  .program-card { display: grid; grid-template-columns: 42% 58%; min-height: 230px; }
  .program-card > img { width: 100%; height: 100%; aspect-ratio: auto; }
  .program-copy { padding: 18px 15px; }
  .program-copy h3 { min-height: auto; font-size: 19px; }
  .program-copy > p:not(.program-age) { font-size: 13px; }
  .transformation { display: block; }
  .transformation-photo { min-height: 300px; background-image: linear-gradient(0deg, var(--navy-deep), transparent 45%), url("assets/coaching.webp"); }
  .transformation-copy { margin-top: -35px; position: relative; }
  .benefit-list { display: block; padding: 23px 28px 30px; }
  .story-gallery { min-height: 420px; gap: 7px; }
  .trial { padding-block: 57px; }
  .trial-copy h2 { font-size: 45px; }
  .trial-form { padding: 20px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { padding-block: 18px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

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

/* High-fidelity mockup revision */
.site-header {
  height: 72px;
  overflow: visible;
}

.header-inner {
  position: relative;
  width: min(1180px, calc(100% - 42px));
  gap: 23px;
  overflow: visible;
}

.site-header .brand {
  align-self: stretch;
}

.site-header .brand-mark {
  position: relative;
  z-index: 4;
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  margin-top: 0;
  border: 0;
  background: #F0EFEA;
  box-shadow: none;
  transform: translateY(18px);
}

.site-header .brand-mark img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  transform-origin: center;
}

.brand-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .105em;
}

.brand-tagline {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
}

.site-header .brand-name,
.site-header .brand-tagline {
  color: #05054D;
}

.primary-navigation {
  gap: 27px;
}

.primary-navigation a {
  font-size: 12px;
}

.header-cta {
  min-height: 38px;
  padding-inline: 17px;
}

.hero {
  min-height: 382px;
}

.hero-content {
  padding-block: 39px 34px;
}

.hero-copy {
  width: min(560px, 58%);
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  font-size: clamp(53px, 5.25vw, 72px);
  line-height: .91;
}

.hero-lede {
  max-width: 490px;
  margin: 19px 0 20px;
  font-size: 19px;
}

.hero-actions .button {
  min-height: 39px;
  padding: 9px 16px;
  font-size: 12px;
}

.hero-manifesto {
  width: 176px;
  padding: 0 0 10px 25px;
}

.hero-manifesto p {
  font-size: 13px;
}

.service-ribbon {
  padding: 10px 0;
}

.service-ribbon span {
  font-size: 11px;
}

.why.section {
  padding-block: 37px 33px;
}

.why {
  grid-template-columns: 1.2fr 3.05fr;
  gap: 55px;
}

.why-intro h2,
.section-heading-row h2,
.testimonials h2 {
  font-size: 36px;
}

.why-intro > p:last-child {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.gold-rule {
  width: 39px;
  margin-top: 10px;
}

.values-grid {
  gap: 18px;
}

.icon-wrap {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}

.icon-wrap svg {
  width: 21px;
  height: 21px;
}

.value-card h3 {
  font-size: 16px;
}

.value-card p {
  margin-top: 4px;
  font-size: 12px;
}

.programs.section {
  padding-block: 28px 35px;
}

.section-heading-row {
  margin-bottom: 17px;
}

.section-heading-row > p {
  margin-bottom: 3px;
  font-size: 10px;
}

.program-grid {
  gap: 12px;
}

.program-card {
  box-shadow: 0 3px 12px rgba(8, 26, 61, .055);
}

.program-card > img {
  aspect-ratio: 1.55 / .88;
}

.program-copy {
  padding: 11px 12px 12px;
}

.program-age {
  margin-bottom: 2px;
  font-size: 10px;
}

.program-copy h3 {
  min-height: 38px;
  font-size: 17px;
}

.program-copy > p:not(.program-age) {
  margin: 5px 0 9px;
  font-size: 12px;
  line-height: 1.35;
}

.program-copy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}

.program-copy a span {
  margin-left: auto;
  font-size: 20px;
  line-height: 1;
}

.transformation {
  min-height: 252px;
  grid-template-columns: 1.15fr 1.2fr 1.55fr .95fr;
}

.transformation-photo {
  min-height: 252px;
}

.transformation-copy {
  padding: 28px 26px;
}

.transformation-copy .section-kicker {
  display: none;
}

.transformation-copy h2 {
  font-size: 39px;
}

.transformation-copy > p:last-child {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.benefit-list {
  padding: 25px 30px;
}

.benefit-list li {
  gap: 9px;
  padding: 7px 0;
  font-size: 12px;
}

.benefit-list span {
  width: 27px;
  height: 27px;
  font-size: 10px;
}

.transformation-quote {
  padding: 20px;
  background-image: linear-gradient(rgba(4,13,34,.25), rgba(4,13,34,.58)), url("assets/mentor-moment.webp");
}

.transformation-quote p {
  font-size: 12px;
}

.trial {
  padding-block: 0;
  background: var(--navy);
}

.trial-inner {
  width: 100%;
  max-width: none;
  min-height: 270px;
  grid-template-columns: .82fr 1.42fr .57fr;
  gap: 0;
}

.trial-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px clamp(25px, 4vw, 65px);
}

.trial-copy .section-kicker,
.trial-notes {
  display: none;
}

.trial-copy h2 {
  font-size: clamp(37px, 3.5vw, 48px);
}

.trial-copy > p {
  margin: 17px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.trial-form {
  align-self: center;
  margin: 22px 18px;
  padding: 17px 19px 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .22);
}

.form-grid {
  gap: 9px 12px;
}

.trial-form label {
  gap: 3px;
  font-size: 10px;
}

.trial-form input,
.trial-form select {
  min-height: 35px;
  padding: 7px 9px;
  font-size: 12px;
}

.form-submit {
  min-height: 36px;
  margin-top: 11px;
  padding-block: 8px;
  font-size: 11px;
}

.form-status {
  min-height: 0;
  margin-top: 5px;
  font-size: 10px;
}

.trial-visual {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 16px;
  isolation: isolate;
  background: url("assets/stage-ready.webp") 47% center / cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.trial-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(6, 23, 57, .9), rgba(7, 26, 61, .05) 64%);
}

.trial-visual p {
  margin: 0;
  font-family: var(--serif);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .17em;
  line-height: 1.55;
}

.trial-visual span {
  width: 33px;
  height: 2px;
  margin-top: 11px;
  background: var(--gold);
}

.testimonials.section {
  padding-block: 27px 31px;
}

.testimonial-heading {
  justify-content: flex-start;
  margin-bottom: 13px;
  text-align: left;
}

.testimonial-heading .section-kicker {
  display: none;
}

.testimonial-grid blockquote {
  padding: 20px 26px 17px;
}

.testimonial-grid p {
  font-size: 14px;
}

.testimonial-grid footer {
  margin-top: 10px;
  font-size: 10px;
}

.quote-mark {
  top: 7px;
  left: 15px;
  font-size: 49px;
}

.closing-cta {
  min-height: 145px;
  place-items: stretch;
  background: var(--cream);
  color: var(--ink);
}

.closing-cta > img {
  width: 57%;
  object-position: center 48%;
}

.closing-overlay {
  background: linear-gradient(90deg, transparent 0 40%, rgba(246, 242, 233, .83) 54%, var(--cream) 68%);
}

.closing-content {
  align-self: center;
  width: 54%;
  margin-left: auto;
  padding: 20px 5vw 20px 3vw;
}

.closing-content p {
  margin-bottom: 14px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.closing-content .button {
  min-height: 36px;
  padding: 8px 16px;
  font-size: 11px;
}

.site-footer {
  padding-top: 0;
}

.service-links {
  padding: 34px 0;
  background: #F0EFEA;
  color: var(--navy-deep);
}

.service-links-inner {
  display: grid;
  grid-template-columns: .8fr 2.2fr;
  align-items: start;
  gap: 38px;
}

.service-links h2 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.3vw, 37px);
  font-weight: 400;
  line-height: 1.03;
}

.service-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.service-link-grid a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border: 1px solid #cbc6bb;
  color: var(--navy-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.service-link-grid a:hover {
  border-color: var(--gold);
  background: #fff;
}

.footer-grid {
  min-height: 96px;
  grid-template-columns: 1.35fr 1.05fr 1fr .58fr;
  align-items: center;
  gap: 28px;
  padding-bottom: 0;
}

.footer-brand .brand-mark {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
  border: 0;
  background: #F0EFEA;
}

.footer-brand .brand-mark img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 5px 21px;
}

.site-footer .footer-nav a,
.site-footer .footer-contact a,
.site-footer .footer-contact p,
.site-footer .footer-social {
  margin: 0;
  color: #b9c2d1;
  font-size: 11px;
  line-height: 1.45;
}

.footer-contact {
  font-style: normal;
}

.footer-contact p {
  margin-bottom: 4px !important;
}

.footer-social {
  text-align: right;
}

.footer-social strong {
  color: var(--white);
  font-weight: 600;
}

.footer-bottom {
  min-height: 38px;
  font-size: 9px;
}

@media (max-width: 1080px) and (min-width: 821px) {
  .site-header .brand-mark { width: 82px; height: 82px; flex-basis: 82px; transform: translateY(20px); }
  .brand-name { font-size: 13px; }
  .primary-navigation { gap: 17px; }
  .hero { min-height: 390px; }
  .program-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .program-copy h3 { font-size: 15px; }
  .transformation { grid-template-columns: 1fr 1fr 1.3fr; }
  .transformation-quote { display: none; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .header-inner { width: calc(100% - 24px); }
  .site-header .brand-mark { width: 79px; height: 79px; flex-basis: 79px; margin-top: 0; transform: translateY(20px); }
  .site-header .brand-mark img { transform: scale(1.25); }
  .site-header .brand-copy { margin-left: -3px; }
  .site-header .brand-name { max-width: none; font-size: 13px; white-space: nowrap; }
  .site-header .brand-tagline { display: block; font-size: 7px; }
  .primary-navigation { top: 72px; }
  .hero { min-height: 680px; }
  .hero-content { padding-block: 54px 42px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(50px, 14vw, 68px); }
  .why.section { padding-block: 55px 49px; }
  .why { grid-template-columns: 1fr; gap: 37px; }
  .why-intro h2, .section-heading-row h2, .testimonials h2 { font-size: 40px; }
  .programs.section { padding-block: 47px 54px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .program-card > img { aspect-ratio: 1.35 / .86; }
  .program-copy { padding: 15px; }
  .program-copy h3 { min-height: 42px; font-size: 19px; }
  .program-copy > p:not(.program-age) { font-size: 13px; }
  .transformation { grid-template-columns: 1fr 1fr; }
  .transformation-photo { min-height: 370px; }
  .transformation-copy { padding: 38px 27px; }
  .benefit-list { grid-column: 1 / 3; padding: 24px 28px; }
  .trial-inner { grid-template-columns: 1fr; }
  .trial-copy { padding-block: 49px 35px; }
  .trial-copy h2 { font-size: 46px; }
  .trial-form { margin: 0 17px 31px; padding: 20px 17px 16px; }
  .trial-visual { min-height: 320px; }
  .testimonials.section { padding-block: 46px; }
  .closing-cta { min-height: 250px; }
  .closing-cta > img { width: 100%; }
  .closing-overlay { background: linear-gradient(0deg, rgba(246,242,233,.98), rgba(246,242,233,.15) 76%); }
  .closing-content { align-self: end; width: 100%; padding: 25px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 26px; }
  .footer-brand .brand-mark img { transform: scale(1.25); }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 16px); gap: 8px; }
  .site-header .brand { gap: 9px; }
  .site-header .brand-mark { width: 74px; height: 74px; flex-basis: 74px; transform: translateY(21px); }
  .site-header .brand-copy { margin-left: 0; }
  .site-header .brand-name { max-width: none; font-size: clamp(12px, 3.3vw, 13px); line-height: 1; letter-spacing: .05em; white-space: nowrap; }
  .site-header .brand-tagline { font-size: 7px; letter-spacing: .07em; white-space: nowrap; }
  .menu-button { flex: 0 0 44px; margin-left: auto; }
  .hero { min-height: calc(100svh - 72px); }
  .program-grid { grid-template-columns: 1fr; gap: 19px; }
  .program-card { display: flex; min-height: 0; }
  .program-card > img { width: 100%; height: auto; aspect-ratio: 1.7 / 1; }
  .program-copy h3 { min-height: auto; }
  .program-copy a { margin-top: 3px; }
  .transformation { display: block; }
  .transformation-photo { min-height: 285px; }
  .transformation-copy { margin-top: -31px; padding: 39px 27px 32px; }
  .benefit-list { display: block; padding: 19px 27px 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .trial-form input, .trial-form select { min-height: 42px; }
  .trial-visual { min-height: 280px; background-position: 45% 38%; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-block: 26px 22px; }
  .site-footer .footer-brand { width: 100%; min-width: 0; gap: 12px; }
  .footer-brand .brand-copy { min-width: 0; }
  .site-footer .footer-brand .brand-name {
    max-width: none;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.05;
    letter-spacing: .055em;
    white-space: nowrap;
  }
  .site-footer .footer-nav {
    width: 100%;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    gap: 0;
  }
  .site-footer .footer-nav a {
    font-size: clamp(9px, 2.65vw, 11px);
    letter-spacing: 0;
    white-space: nowrap;
  }
  .footer-social { text-align: left; }
  .footer-bottom { gap: 5px; }
  .footer-bottom > span { white-space: nowrap; }
}

@media (max-width: 360px) {
  .header-inner { width: calc(100% - 10px); gap: 4px; }
  .site-header .brand { gap: 6px; }
  .site-header .brand-mark { width: 66px; height: 66px; flex-basis: 66px; transform: translateY(23px); }
  .site-header .brand-name { font-size: 12px; letter-spacing: 0; }
  .site-header .brand-tagline { font-size: 6px; letter-spacing: 0; }
}

.mobile-swipe-cue {
  display: none;
}

/* Preserve the desktop composition on phones while allowing dense rows to swipe. */
@media (max-width: 560px) {
  .hero {
    min-height: 580px;
    align-items: center;
  }

  .hero-content {
    padding-block: 76px 38px;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 58px);
  }

  .hero-lede {
    max-width: 340px;
  }

  .service-ribbon {
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .service-ribbon::-webkit-scrollbar,
  .values-grid::-webkit-scrollbar,
  .program-grid::-webkit-scrollbar,
  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .service-ribbon .page-width {
    flex-wrap: nowrap;
    padding-inline: 14px;
  }

  .why.section {
    padding-block: 42px 39px;
  }

  .why {
    gap: 18px;
  }

  .why-intro h2,
  .section-heading-row h2,
  .testimonials h2 {
    font-size: 36px;
  }

  .mobile-swipe-cue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: #8d6c2f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
  }

  .mobile-swipe-cue span {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1;
  }

  .values-grid,
  .program-grid,
  .testimonial-grid {
    width: calc(100% + 14px);
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-right: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .value-card,
  .program-card,
  .testimonial-grid blockquote {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .value-card {
    flex: 0 0 min(44vw, 170px);
    padding: 6px 5px 8px;
  }

  .programs.section {
    padding-block: 39px 44px;
  }

  .programs .section-heading-row {
    margin-bottom: 13px;
    align-items: flex-end;
    flex-direction: row;
    gap: 13px;
  }

  .programs .section-heading-row > p {
    width: 48%;
    margin: 0 0 3px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .12em;
    text-align: right;
  }

  .programs .mobile-swipe-cue,
  .testimonials .mobile-swipe-cue {
    margin-bottom: 12px;
  }

  .program-card {
    flex: 0 0 min(78vw, 310px);
  }

  .program-card > img {
    aspect-ratio: 1.55 / .88;
  }

  .program-copy h3 {
    font-size: 18px;
  }

  .testimonials.section {
    padding-block: 38px 42px;
  }

  .testimonial-grid {
    border-bottom: 0;
  }

  .testimonial-grid blockquote {
    flex: 0 0 min(82vw, 320px);
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (min-width: 390px) and (max-width: 560px) {
  .hero-actions {
    grid-template-columns: 1.42fr 1fr;
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
    padding-inline: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
}

/* Student work: an editorial filmstrip that advances only while visible. */
.showcase {
  padding-block: 45px 34px;
  overflow: hidden;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.showcase-heading {
  margin-bottom: 21px;
  display: grid;
  grid-template-columns: minmax(340px, 1.1fr) minmax(340px, .8fr) auto;
  align-items: end;
  gap: 31px;
}

.showcase-heading .section-kicker {
  margin-bottom: 8px;
}

.showcase-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.showcase-heading > p {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.showcase-toggle {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(8, 26, 61, .25);
  background: transparent;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.showcase-toggle:hover {
  border-color: var(--gold);
  background: var(--cream);
}

.showcase-toggle-icon {
  width: 14px;
  color: #8d6c2f;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.showcase-viewport {
  width: 100%;
  overflow-x: auto;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
}

.showcase-viewport::-webkit-scrollbar {
  display: none;
}

.showcase-viewport:active {
  cursor: grabbing;
}

.showcase-track {
  width: max-content;
  display: flex;
}

.showcase-set {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 14px;
  padding-right: 14px;
}

.showcase-card {
  position: relative;
  height: 276px;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-deep);
  border: 1px solid rgba(8, 26, 61, .12);
  box-shadow: 0 8px 24px rgba(8, 26, 61, .09);
}

.showcase-card::after {
  content: "Texas C.A.S.T. Academy";
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 8px;
  padding: 4px 6px;
  background: rgba(4, 13, 34, .67);
  color: rgba(255, 255, 255, .92);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  pointer-events: none;
}

.showcase-card img,
.showcase-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.showcase-wide {
  width: 490px;
}

.showcase-tall {
  width: 190px;
}

.showcase-tall video {
  object-fit: contain;
}

.showcase-portrait {
  width: 226px;
}

.showcase-portrait img {
  object-fit: contain;
  background: #eeede9;
}

.showcase-square {
  width: 276px;
}

.showcase-signature {
  margin-top: 18px;
  margin-bottom: 0;
  color: #8d6c2f;
  font-family: var(--serif);
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.showcase-signature span {
  padding-inline: 8px;
  color: var(--gold);
}

@media (max-width: 820px) {
  .showcase {
    padding-block: 41px 31px;
  }

  .showcase-heading {
    grid-template-columns: 1fr auto;
    gap: 13px 20px;
  }

  .showcase-heading > p {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .showcase-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .showcase-card {
    height: 240px;
  }

  .showcase-wide { width: 426px; }
  .showcase-tall { width: 165px; }
  .showcase-portrait { width: 196px; }
  .showcase-square { width: 240px; }
}

@media (max-width: 560px) {
  .showcase {
    padding-block: 36px 29px;
  }

  .showcase-heading {
    margin-bottom: 16px;
    gap: 12px;
  }

  .showcase-heading h2 {
    font-size: 34px;
  }

  .showcase-heading > p {
    font-size: 13px;
  }

  .showcase-toggle {
    min-width: 40px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .showcase-toggle [data-showcase-toggle-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .showcase-viewport {
    padding-inline: 14px;
  }

  .showcase-card {
    height: 190px;
  }

  .showcase-wide { width: min(88vw, 338px); }
  .showcase-tall { width: 132px; }
  .showcase-portrait { width: 155px; }
  .showcase-square { width: 190px; }

  .showcase-card::after {
    right: 6px;
    bottom: 6px;
    font-size: 7px;
  }

  .showcase-signature {
    margin-top: 14px;
    font-size: 8px;
    text-align: left;
    letter-spacing: .13em;
    white-space: nowrap;
  }

  .showcase-signature span {
    padding-inline: 4px;
  }
}

/* Trial-class drawer: a focused enrollment path without interrupting the homepage. */
.trial-launch {
  align-self: center;
  margin: 22px 18px;
  padding: 29px 31px 26px;
  background: #F0EFEA;
  color: var(--ink);
  box-shadow: 0 15px 45px rgba(0, 0, 0, .22);
}

.trial-launch-label {
  margin: 0 0 10px;
  color: #8d6c2f;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.trial-launch h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 400;
  line-height: 1.03;
}

.trial-launch > p:not(.trial-launch-label) {
  max-width: 500px;
  margin: 13px 0 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.trial-launch .button {
  width: 100%;
}

.trial-launch small {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}

body.trial-drawer-open {
  overflow: hidden;
}

.trial-drawer-layer[hidden] {
  display: none;
}

.trial-drawer-layer {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.trial-drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(4, 13, 34, .72);
  opacity: 0;
  cursor: pointer;
  transition: opacity .34s ease;
}

.trial-drawer {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(610px, calc(100% - 28px));
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #F0EFEA;
  color: var(--ink);
  box-shadow: -24px 0 70px rgba(2, 9, 25, .32);
  transform: translateX(102%);
  transition: transform .34s cubic-bezier(.22, .78, .25, 1);
  outline: 0;
}

.trial-drawer-layer[data-open="true"] .trial-drawer-backdrop {
  opacity: 1;
}

.trial-drawer-layer[data-open="true"] .trial-drawer {
  transform: translateX(0);
}

.trial-drawer-header {
  position: relative;
  padding: 50px 39px 33px;
  overflow: hidden;
  background: linear-gradient(120deg, var(--navy-deep), var(--navy));
  color: var(--white);
}

.trial-drawer-header::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(201, 166, 90, .27);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(201, 166, 90, .045), 0 0 0 56px rgba(201, 166, 90, .03);
  pointer-events: none;
}

.trial-drawer-close {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 17px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  cursor: pointer;
}

.trial-drawer-close:hover {
  background: rgba(255, 255, 255, .14);
}

.trial-drawer-close span {
  font-size: 29px;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-1px);
}

.trial-drawer-header .section-kicker {
  margin-bottom: 7px;
}

.trial-drawer-header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
}

.trial-drawer-header > p:not(.section-kicker) {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 14px 0 19px;
  color: #d8deea;
  font-size: 14px;
  line-height: 1.5;
}

.trial-drawer-notes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.trial-drawer-notes span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.trial-drawer .trial-form {
  margin: 0;
  padding: 31px 39px 42px;
  background: #F0EFEA;
  box-shadow: none;
}

.trial-booking-panel {
  padding: 31px 39px 42px;
  background: #F0EFEA;
}

.trial-booking-intro {
  margin: 0 0 19px;
  color: #3f4550;
  font-size: 15px;
  line-height: 1.62;
}

.trial-booking-panel .form-submit {
  width: 100%;
}

.trial-booking-details {
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid #cbc6bb;
}

.trial-booking-details h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.trial-booking-details ul {
  margin: 0;
  padding-left: 20px;
  color: #4a4e57;
  font-size: 14px;
  line-height: 1.65;
}

.trial-booking-help {
  margin: 22px 0 0;
  color: #60646d;
  font-size: 13px;
  line-height: 1.55;
}

.trial-booking-help a {
  color: var(--navy);
  font-weight: 700;
}

.trial-drawer .form-grid {
  gap: 16px 14px;
}

.trial-drawer .trial-form label {
  gap: 6px;
  font-size: 12px;
}

.trial-drawer .trial-form input,
.trial-drawer .trial-form select {
  min-height: 47px;
  padding: 10px 12px;
  border-color: #c9c5bb;
  background: #fff;
  font-size: 14px;
}

.trial-drawer .form-submit {
  min-height: 48px;
  margin-top: 19px;
  font-size: 12px;
}

.trial-drawer .form-status {
  margin-top: 10px;
  color: #36563e;
  font-size: 12px;
}

@media (max-width: 820px) {
  .service-links-inner {
    grid-template-columns: 1fr;
    gap: 19px;
  }

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

  .trial-launch {
    margin: 0 17px 31px;
    padding: 25px 24px 23px;
  }
}

@media (max-width: 560px) {
  .service-links {
    padding-block: 27px;
  }

  .service-link-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-link-grid::-webkit-scrollbar {
    display: none;
  }

  .service-link-grid a {
    min-width: 72%;
    scroll-snap-align: start;
  }

  .trial-drawer {
    width: 100%;
  }

  .trial-drawer-header {
    padding: 49px 21px 25px;
  }

  .trial-drawer-header h2 {
    font-size: 42px;
  }

  .trial-drawer-header > p:not(.section-kicker) {
    max-width: calc(100% - 22px);
    margin-block: 11px 15px;
    font-size: 13px;
  }

  .trial-drawer-close {
    top: 12px;
    right: 12px;
  }

  .trial-drawer .trial-form {
    padding: 23px 20px 36px;
  }

  .trial-booking-panel {
    padding: 23px 20px 36px;
  }

  .trial-drawer .form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-drawer,
  .trial-drawer-backdrop {
    transition-duration: .01ms;
  }
}
