:root {
  --pink: #f51587;
  --pink-dark: #c60666;
  --pink-soft: #fbd9ea;
  --pink-pale: #fff0f7;
  --cream: #fffafc;
  --paper: #fffefe;
  --ink: #20171e;
  --ink-soft: #51444d;
  --line: #eadce4;
  --dark: #1f1820;
  --dark-soft: #2a2029;
  --white: #fff;
  --shadow: 0 22px 65px rgba(92, 24, 60, .14);
  --shadow-small: 0 12px 30px rgba(92, 24, 60, .10);
  --radius: 24px;
  --radius-small: 14px;
  --shell: min(1180px, calc(100% - 48px));
  --header-height: 82px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
picture { display: contents; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
a:hover { text-decoration-color: var(--pink); }
button { color: inherit; }
::selection { color: var(--white); background: var(--pink); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.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: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; border-radius: 999px; color: var(--white); background: var(--ink); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 150px) 0; }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .editorial-split h2, .faq-intro h2, .story-block h2, .soft-cta h2, .tryout-form-card h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow), .faq-intro > p:not(.eyebrow), .soft-cta p, .story-block > p:last-child { max-width: 650px; color: var(--ink-soft); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--pink-dark); font-size: .72rem; font-weight: 900; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.dark-section { color: var(--white); background: var(--dark); }
.dark-section .eyebrow { color: #ff70b9; }
.dark-section p { color: #cbbec7; }
.prose p { margin: 0 0 1.25em; }
.large-copy { font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.75; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.button:hover .icon { transform: translateX(3px); }
.button-primary { color: var(--white); background: var(--pink); box-shadow: 0 12px 30px rgba(245, 21, 135, .26); }
.button-primary:hover { background: var(--pink-dark); box-shadow: 0 16px 34px rgba(245, 21, 135, .32); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.68); border-color: var(--line); }
.button-ghost:hover { border-color: var(--pink); background: var(--white); }
.button-light { color: var(--pink-dark); background: var(--white); box-shadow: 0 14px 34px rgba(55, 5, 33, .16); }
.button-light:hover { background: #fff1f8; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--pink-dark); font-size: .82rem; font-weight: 900; text-decoration: none; }
.text-link .icon { width: 17px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(255,250,252,.78); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { border-color: rgba(226, 196, 212, .8); background: rgba(255,250,252,.94); box-shadow: 0 8px 28px rgba(66, 28, 49, .08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 205px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; overflow: hidden; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 5px 18px rgba(80, 22, 53, .17); }
.brand-logo { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: .98rem; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px,2vw,30px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: .76rem; font-weight: 720; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 50% 2px; height: 2px; background: var(--pink); transition: inset .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { inset-inline: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-actions .button { min-height: 40px; padding: 10px 16px; font-size: .72rem; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle .icon { width: 21px; }
.mobile-menu { position: fixed; z-index: 999; inset: var(--header-height) 0 0; padding: 28px 24px 40px; overflow-y: auto; background: var(--cream); }
.mobile-menu nav { display: grid; gap: 0; }
.mobile-menu nav > a:not(.button), .mobile-menu nav > button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 20px 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-family: var(--serif); font-size: 1.8rem; font-weight: 700; text-align: left; text-decoration: none; cursor: pointer; }
.mobile-menu .button { margin-top: 28px; }
.mobile-menu[hidden] { display: none; }

main { padding-top: var(--header-height); }
.hero-surface, .subpage-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 22%, rgba(245,21,135,.11), transparent 34%), linear-gradient(135deg, #fffdfd 0%, #fff4f9 100%); }
.hero-surface::before, .subpage-hero::before { content: ""; position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: repeating-linear-gradient(115deg, transparent 0 28px, rgba(239,167,205,.13) 28px 29px); }
.home-hero { min-height: min(760px, calc(100vh - var(--header-height))); display: grid; align-items: center; padding: clamp(70px, 8vw, 112px) 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px,7vw,110px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 650px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(4rem, 8.2vw, 8rem); font-weight: 700; line-height: .79; letter-spacing: -.075em; }
.hero-copy h1::first-line { color: var(--pink-dark); }
.hero-lede { max-width: 620px; margin: 0 0 30px; color: var(--ink-soft); font-size: clamp(1rem,1.45vw,1.2rem); }
.hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.hero-note { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(245,21,135,.12); }
.hero-art { position: relative; min-height: 550px; }
.poster-card { position: absolute; top: 0; left: 8%; width: min(74%, 420px); transform: rotate(3deg); overflow: hidden; border: 10px solid var(--white); border-radius: 2px; box-shadow: var(--shadow); }
.hero-poster { width: 100%; height: auto; }
.poster-stamp { position: absolute; top: 16px; right: 16px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--dark); font-family: var(--serif); font-size: 1.2rem; }
.hero-horse { position: absolute; z-index: 3; right: -1%; bottom: -7%; width: min(56%, 340px); filter: drop-shadow(0 20px 25px rgba(66,19,46,.16)); }
.hero-horse-image { width: 100%; height: auto; }
.hero-badge { position: absolute; z-index: 4; top: 28px; right: 0; width: 96px; height: 96px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--pink); text-align: center; transform: rotate(8deg); box-shadow: var(--shadow-small); }
.hero-badge strong { font-family: var(--serif); font-size: 1.8rem; line-height: 1; }
.hero-badge span { margin-top: 4px; font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.spark { position: absolute; color: var(--pink); font-size: 1.8rem; animation: sparkle-float 4s ease-in-out infinite; }
.spark-one { top: 5%; left: 0; }.spark-two { top: 40%; right: 2%; animation-delay: -1.3s; }.spark-three { bottom: 8%; left: 2%; animation-delay: -2.1s; }
.spirit-marquee { position: relative; z-index: 5; overflow: hidden; padding: 12px 0; color: var(--white); background: var(--dark); white-space: nowrap; }
.spirit-marquee > div { display: inline-flex; align-items: center; min-width: max-content; animation: marquee 28s linear infinite; }
.spirit-marquee span { padding: 0 22px; font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.spirit-marquee i { color: #ff5dae; font-style: normal; }

.editorial-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,10vw,150px); align-items: start; }
.editorial-split h2 { max-width: 510px; }
.editorial-split .prose { color: var(--ink-soft); font-size: 1.06rem; }
.path-section { position: relative; overflow: hidden; }
.path-section::after { content: "PGS"; position: absolute; top: -42px; right: -30px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: clamp(12rem,30vw,32rem); line-height: 1; pointer-events: none; }
.path-section .section-heading { position: relative; z-index: 1; }
.path-list { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.13); }
.path-row { display: grid; grid-template-columns: 46px 140px 1.2fr 1fr 48px; align-items: center; gap: 24px; min-height: 96px; border-bottom: 1px solid rgba(255,255,255,.13); color: var(--white); text-decoration: none; transition: background .2s ease, padding .2s ease; }
.path-row:hover { padding-inline: 14px; background: rgba(255,255,255,.035); }
.path-number, .path-label { color: #ff69b5; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.path-row strong { font-family: var(--serif); font-size: clamp(1.3rem,2.2vw,2.1rem); line-height: 1.05; }
.path-row small { color: #a99da5; font-size: .73rem; }
.path-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.path-arrow .icon { width: 18px; }
.offer-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,9vw,125px); align-items: start; }
.sticky-heading { position: sticky; top: calc(var(--header-height) + 36px); }
.offer-list, .requirements-list, .attire-card ol { margin: 0; padding: 0; list-style: none; }
.offer-list li { display: grid; grid-template-columns: 34px 42px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.offer-list li > span { color: var(--pink); font-size: .65rem; font-weight: 900; }
.offer-list li > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: var(--pink-pale); font-style: normal; }
.offer-list .icon { width: 15px; }
.offer-list strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 1.2rem; }
.offer-list p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.gallery-preview-section { background: var(--paper); }
.heading-with-link { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.heading-with-link > div { max-width: 650px; }
.gallery-preview-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: start; }
.gallery-card { min-width: 0; }
.gallery-card-wide { grid-row: span 2; }
.gallery-open { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.gallery-frame { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; border-radius: var(--radius-small); background: var(--pink-pale); box-shadow: var(--shadow-small); }
.gallery-card-wide .gallery-frame { aspect-ratio: 5/6; }
.gallery-thumb-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.gallery-open:hover .gallery-thumb-image { transform: scale(1.035); }
.gallery-action { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: rgba(31,24,32,.84); backdrop-filter: blur(8px); transform: translateY(4px); opacity: .9; transition: transform .2s ease, background .2s ease; }
.gallery-open:hover .gallery-action { transform: translateY(0); background: var(--pink); }
.gallery-action .icon { width: 19px; }
.gallery-copy { display: grid; gap: 3px; padding: 13px 2px; }
.gallery-copy strong { font-family: var(--serif); font-size: .98rem; }
.gallery-copy span { color: var(--ink-soft); font-size: .72rem; }
.gallery-video-placeholder { height: 100%; display: grid; place-items: center; color: var(--pink); background: linear-gradient(135deg,var(--pink-pale),var(--pink-soft)); }
.icon-large { width: 58px; height: 58px; }
.faq-section { background: linear-gradient(135deg, #fff 0%, #fff1f8 100%); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,9vw,130px); }
.faq-intro { position: sticky; top: calc(var(--header-height) + 38px); align-self: start; }
.faq-item { border-top: 1px solid #dfcdd7; }
.faq-item:last-child { border-bottom: 1px solid #dfcdd7; }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 72px; padding: 17px 0; font-family: var(--serif); font-size: 1.03rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--pink); transition: transform .2s ease; }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 50px 22px 0; color: var(--ink-soft); }
.faq-answer p { margin: 0; }
.final-cta-section { padding: 72px 0; background: var(--pink-dark); background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,.15) 1.5px, transparent 0); background-size: 24px 24px; }
.final-cta { position: relative; min-height: 300px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; overflow: hidden; padding: clamp(34px,5vw,70px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); color: var(--white); background: rgba(255,255,255,.05); }
.final-cta > div:first-child { max-width: 650px; position: relative; z-index: 2; }
.final-cta .eyebrow { color: #ffd1e8; }
.final-cta h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2.5rem,5vw,5rem); line-height: .95; }
.final-cta p { max-width: 600px; color: #ffe3f1; }
.final-cta .button { position: relative; z-index: 3; }
.cta-horse { position: absolute; right: 13%; bottom: -55%; width: 280px; opacity: .98; }
.cta-horse-image { width: 100%; }

.subpage-hero { min-height: 580px; display: grid; align-items: center; padding: clamp(80px,10vw,140px) 0; }
.subpage-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,8vw,110px); align-items: center; }
.subpage-copy { position: relative; z-index: 2; }
.subpage-copy h1 { max-width: 800px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(4rem,8vw,7.6rem); line-height: .83; letter-spacing: -.065em; }
.subpage-copy > p:last-child { max-width: 690px; color: var(--ink-soft); font-size: clamp(1rem,1.5vw,1.18rem); }
.information-poster { position: relative; width: min(100%, 430px); margin-inline: auto; }
.poster-window { overflow: hidden; transform: rotate(2deg); border: 10px solid var(--white); box-shadow: var(--shadow); }
.info-poster { width: 100%; height: auto; }
.information-poster > span { position: absolute; right: -28px; bottom: 40px; padding: 13px 18px; color: var(--white); background: var(--dark); font-size: .65rem; font-weight: 900; letter-spacing: .13em; transform: rotate(-6deg); }
.story-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.story-block { position: relative; min-height: 430px; padding: clamp(36px,5vw,70px); background: var(--paper); }
.story-index { position: absolute; top: 30px; right: 36px; color: var(--pink-soft); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.story-block h2 { position: relative; max-width: 510px; font-size: clamp(2.4rem,4.4vw,4.4rem); }
.story-block > p:last-child { position: relative; max-width: 510px; }
.routine-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px,9vw,130px); }
.routine-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.routine-horse { position: relative; z-index: 2; width: min(80%, 450px); filter: drop-shadow(0 24px 35px rgba(0,0,0,.35)); }
.routine-orbit { position: absolute; width: 430px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; animation: orbit 25s linear infinite; }
.routine-orbit::before, .routine-orbit::after { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.routine-orbit::after { inset: 95px; }
.routine-orbit span { position: absolute; color: #ff67b4; font-size: .58rem; font-weight: 900; letter-spacing: .18em; }
.routine-orbit span:nth-child(1) { top: 0; left: 45%; }.routine-orbit span:nth-child(2) { right: -16px; top: 48%; }.routine-orbit span:nth-child(3) { bottom: 0; left: 42%; }
.information-offers { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s ease, transform .25s ease; }
.feature-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: var(--pink-pale); box-shadow: var(--shadow-small); }
.feature-card > span { color: var(--pink); font-size: .62rem; font-weight: 900; }
.feature-card > i { width: 42px; height: 42px; display: grid; place-items: center; margin: 25px 0 18px; border-radius: 50%; color: var(--pink); background: var(--pink-pale); }
.feature-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.soft-cta-section { background: var(--cream); }
.soft-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(36px,6vw,72px); border: 1px solid #f0c9dd; border-radius: var(--radius); background: var(--pink-pale); box-shadow: var(--shadow-small); }
.soft-cta > div { max-width: 760px; }
.soft-cta h2 { font-size: clamp(2.2rem,4vw,4rem); }

.tryout-hero { padding-bottom: 70px; }
.tryout-banner { max-width: 1120px; margin: 0 auto 58px; }
.tryout-banner-image { width: 100%; height: auto; filter: drop-shadow(0 24px 45px rgba(145,24,87,.12)); }
.tryout-hero-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,130px); align-items: end; }
.tryout-hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem,7vw,7rem); line-height: .88; letter-spacing: -.06em; }
.tryout-hero-copy > div:last-child > p { color: var(--ink-soft); font-size: 1.05rem; }
.status-line { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 24px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 8px 13px; border-radius: 999px; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px currentColor; opacity: .65; }
.status-open { color: #147948; background: #e3f8ed; }.status-paused { color: #8d5a00; background: #fff2cf; }.status-closed { color: #8c2948; background: #ffe4ed; }
.status-line small { color: var(--ink-soft); font-size: .7rem; }
.process-layout { display: grid; grid-template-columns: 100px 1fr .55fr; gap: clamp(30px,6vw,90px); align-items: center; }
.process-number { color: var(--pink-soft); font-family: var(--serif); font-size: 7rem; line-height: 1; }
.process-art { justify-self: end; width: min(100%, 280px); transform: rotate(4deg); border: 8px solid var(--white); box-shadow: var(--shadow-small); }
.process-poster { width: 100%; }
.requirements-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,135px); align-items: start; }
.requirements-list li { display: grid; grid-template-columns: 38px 1fr 34px; align-items: start; gap: 15px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.requirements-list li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.requirements-list > li > span { color: #ff68b4; font-size: .65rem; font-weight: 900; }
.requirements-list strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 1.2rem; }
.requirements-list p { margin: 0; font-size: .85rem; }
.requirements-list > li > .icon { width: 22px; color: #ff68b4; }
.attire-section { background: var(--paper); }
.attire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.attire-card { position: relative; overflow: hidden; min-height: 700px; padding: clamp(32px,5vw,62px); border: 1px solid var(--line); border-radius: var(--radius); }
.attire-uniform { background: linear-gradient(145deg,#fff8fb,#fce3ef); }
.attire-horse { color: var(--white); background: var(--dark); }
.attire-horse .eyebrow { color: #ff6eb7; }
.attire-horse .attire-card-head p:last-child, .attire-horse small { color: #c9bec5; }
.attire-card-head { position: relative; z-index: 2; max-width: 560px; }
.attire-card h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2.4rem,4.5vw,4.5rem); line-height: .95; }
.attire-card-head p:last-child { color: var(--ink-soft); }
.attire-card ol { position: relative; z-index: 2; margin-top: 42px; }
.attire-card li { display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid currentColor; border-color: rgba(100,60,82,.18); }
.attire-horse li { border-color: rgba(255,255,255,.13); }
.attire-card li > span { color: var(--pink); font-size: .62rem; font-weight: 900; }
.attire-card li div { display: grid; gap: 2px; }
.attire-card li strong { font-family: var(--serif); font-size: 1.05rem; }
.attire-card li small { color: var(--ink-soft); }
.attire-horse-art { position: absolute; right: -30px; bottom: -110px; width: 330px; opacity: .18; }
.attire-horse-image { width: 100%; }
.tryout-form-section { padding: 80px 0; color: var(--white); background: var(--pink-dark); background-image: radial-gradient(circle at 2px 2px,rgba(255,255,255,.13) 1.5px,transparent 0); background-size: 25px 25px; }
.tryout-form-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: clamp(35px,6vw,75px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.tryout-form-card .eyebrow { color: #ffd2e8; }
.tryout-form-card p { color: #ffe0ef; }
.status-message { margin-top: 22px; padding-left: 16px; border-left: 3px solid rgba(255,255,255,.5); }
.form-cta-box { display: grid; justify-items: start; gap: 20px; }
.notice { display: block; padding: 14px 17px; border-radius: var(--radius-small); font-size: .86rem; }
.notice-neutral { color: var(--ink-soft); background: var(--pink-pale); }
.notice-inverse { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); }

.more-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.more-hero-art { position: relative; min-height: 400px; display: grid; place-items: end center; }
.more-horse { position: relative; z-index: 2; width: min(78%, 430px); filter: drop-shadow(0 25px 34px rgba(74,19,50,.16)); }
.good-vibes-ring { position: absolute; top: -10px; left: 12%; width: 140px; height: 140px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--pink-dark); text-align: center; transform: rotate(-7deg); }
.good-vibes-ring span, .good-vibes-ring strong { display: block; font-family: var(--serif); font-size: 1.05rem; line-height: 1.05; }
.main-gallery-section { background: var(--paper); }
.main-gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; align-items: start; }
.main-gallery-grid .gallery-card { grid-column: span 4; }
.main-gallery-grid .gallery-card-wide { grid-column: span 7; }
.main-gallery-grid .gallery-card:nth-child(2), .main-gallery-grid .gallery-card:nth-child(5) { grid-column: span 5; }
.main-gallery-grid .gallery-card-wide .gallery-frame { aspect-ratio: 16/10; }
.team-section .section-heading { max-width: 760px; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.member-card { padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-small); background: var(--dark-soft); }
.member-avatar { overflow: hidden; aspect-ratio: 1; margin-bottom: 20px; border-radius: 10px; }
.member-avatar-image { width: 100%; height: 100%; object-fit: cover; }
.role-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: var(--pink-dark); background: #ffd6e9; font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.member-card h3 { margin: 13px 0 8px; font-family: var(--serif); font-size: 1.5rem; }
.member-card p { font-size: .85rem; }
.member-card .text-link { color: #ff75bb; }
.credits-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,130px); }
.credits-list { margin: 0; }
.credits-list > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.credits-list dt { font-family: var(--serif); font-weight: 700; }
.credits-list dd { margin: 0; color: var(--ink-soft); }

.error-page { min-height: calc(100vh - var(--header-height)); display: grid; align-items: center; padding: 80px 0; background: radial-gradient(circle at 80% 50%,var(--pink-soft),transparent 40%),var(--cream); }
.error-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.error-grid h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(4rem,8vw,8rem); line-height: .82; letter-spacing: -.065em; }
.error-grid p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); }
.error-grid .button { margin-top: 20px; }
.error-art { display: grid; place-items: center; }
.error-horse { width: min(80%,450px); }

.site-footer { padding: 70px 0 24px; color: var(--white); background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1.15fr; gap: clamp(40px,8vw,110px); }
.brand-footer { color: var(--white); }
.brand-footer .brand-copy small { color: #ad9ea7; }
.footer-brand p, .footer-grid > div:last-child p { max-width: 450px; color: #a99ca4; font-size: .78rem; }
.footer-grid h2 { margin: 0 0 18px; color: #ff8ac5; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #d3c8cf; font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-social-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: #ff79bc; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.footer-social-button .icon { width: 17px; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 50px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #c6b8c1; font-size: .72rem; line-height: 1.6; }
.footer-bottom p:last-child { text-align: right; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(19,11,17,.76); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; z-index: 1; width: min(100%,620px); max-height: calc(100vh - 48px); overflow: auto; padding: clamp(30px,5vw,56px); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: var(--cream); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal-dialog h2 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(2.2rem,5vw,4rem); line-height: .95; }
.modal-dialog > p:not(.eyebrow) { color: var(--ink-soft); }
.modal-close { position: absolute; z-index: 5; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.modal-close .icon { width: 20px; }
.social-list { display: grid; gap: 12px; margin-top: 30px; }
.social-list a { display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.social-list a:hover { transform: translateY(-2px); border-color: var(--pink); }
.social-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: var(--pink-pale); }
.social-icon .icon { width: 22px; }
.social-list a > span:nth-child(2) { display: grid; }
.social-list small { color: var(--ink-soft); font-size: .7rem; }
.social-list > a > .icon { width: 18px; }
.form-dialog { width: min(100%,980px); }
.embed-consent { margin: 26px 0 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--pink-pale); }
.embed-consent p { margin-top: 0; }
.form-frame { position: relative; min-height: 560px; margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }
.form-frame iframe { width: 100%; min-height: 650px; border: 0; }
.form-loading { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; color: var(--ink-soft); }
.lightbox { padding: 0; }
.lightbox-dialog { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; grid-template-columns: 76px 1fr 76px; grid-template-rows: 1fr auto; align-items: center; gap: 10px; padding: 26px; }
.lightbox-stage { grid-column: 2; min-width: 0; min-height: 0; height: calc(100vh - 180px); display: grid; place-items: center; }
.lightbox-stage img, .lightbox-stage video { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.lightbox-stage iframe { width: min(1100px,100%); aspect-ratio: 16/9; border: 0; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.lightbox-nav { width: 52px; height: 52px; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; }
.lightbox-nav .icon { width: 22px; }
.lightbox-prev { grid-column: 1; transform: rotate(180deg); }
.lightbox-next { grid-column: 3; }
.lightbox-caption { grid-column: 2; color: var(--white); text-align: center; }
.lightbox-caption h2 { margin: 0; font-family: var(--serif); font-size: 1.4rem; }
.lightbox-caption p { margin: 4px 0 0; color: #cdbfc8; font-size: .76rem; }
.lightbox-credit:empty { display: none; }
.lightbox-close { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.09); }
.empty-state { padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius-small); color: var(--ink-soft); text-align: center; }

html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes sparkle-float { 0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(12deg)} }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 960px); }
  .desktop-nav { gap: 15px; }
  .desktop-social { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-art { min-height: 470px; }
  .path-row { grid-template-columns: 38px 100px 1.2fr .9fr 42px; gap: 15px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .desktop-nav, .desktop-join { display: none; }
  .menu-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .brand { min-width: 0; }
  .home-hero { min-height: auto; }
  .hero-grid, .subpage-hero-grid, .more-hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(4.6rem,15vw,7.5rem); }
  .hero-art { width: min(100%,650px); min-height: 540px; margin-inline: auto; }
  .editorial-split, .offer-layout, .faq-layout, .requirements-layout, .credits-layout { grid-template-columns: 1fr; gap: 50px; }
  .sticky-heading, .faq-intro { position: static; }
  .path-row { grid-template-columns: 40px 100px 1fr 42px; padding: 18px 0; }
  .path-row small { grid-column: 3; }
  .path-arrow { grid-column: 4; grid-row: 1 / span 2; }
  .routine-grid { grid-template-columns: 1fr; }
  .routine-art { order: 2; }
  .tryout-hero-copy, .process-layout, .tryout-form-card { grid-template-columns: 1fr; }
  .process-number { display: none; }
  .process-art { justify-self: start; }
  .attire-grid { grid-template-columns: 1fr; }
  .main-gallery-grid .gallery-card, .main-gallery-grid .gallery-card:nth-child(2), .main-gallery-grid .gallery-card:nth-child(5) { grid-column: span 6; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); --radius: 19px; --radius-small: 12px; }
  body { font-size: 15px; }
  .section { padding: 78px 0; }
  .header-inner { gap: 10px; }
  .brand-copy strong { font-size: .86rem; }
  .brand-copy small { font-size: .52rem; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .home-hero { padding-top: 58px; }
  .hero-copy h1 { font-size: clamp(4rem,20vw,6rem); }
  .hero-buttons { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 430px; }
  .poster-card { left: 1%; width: 72%; border-width: 6px; }
  .hero-horse { right: -6%; width: 58%; }
  .hero-badge { width: 74px; height: 74px; right: 0; }
  .hero-badge strong { font-size: 1.35rem; }
  .spark { display: none; }
  .editorial-split { gap: 28px; }
  .path-section .section-heading { margin-bottom: 35px; }
  .path-row { grid-template-columns: 30px 1fr 38px; gap: 10px; }
  .path-label { grid-column: 2; }
  .path-row strong { grid-column: 2; }
  .path-row small { grid-column: 2; }
  .path-arrow { grid-column: 3; grid-row: 1 / span 3; }
  .gallery-preview-grid { grid-template-columns: 1fr; }
  .gallery-card-wide { grid-row: auto; }
  .gallery-card-wide .gallery-frame { aspect-ratio: 16/10; }
  .heading-with-link { align-items: flex-start; flex-direction: column; }
  .final-cta { grid-template-columns: 1fr; padding-bottom: 190px; }
  .cta-horse { right: 10%; bottom: -40%; width: 230px; }
  .subpage-hero { min-height: auto; padding: 80px 0; }
  .subpage-copy h1 { font-size: clamp(3.7rem,18vw,5.6rem); }
  .information-poster { width: 86%; margin-top: 25px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-block { min-height: auto; }
  .routine-art { min-height: 390px; }
  .routine-orbit { width: 330px; }
  .feature-grid { grid-template-columns: 1fr; }
  .soft-cta { align-items: flex-start; flex-direction: column; }
  .tryout-banner { margin-bottom: 35px; }
  .tryout-hero-copy { gap: 24px; }
  .process-art { width: 60%; }
  .attire-card { min-height: auto; }
  .attire-horse { padding-bottom: 190px; }
  .attire-horse-art { width: 250px; bottom: -95px; }
  .more-hero-art { min-height: 330px; }
  .good-vibes-ring { width: 110px; height: 110px; left: 2%; }
  .main-gallery-grid { grid-template-columns: 1fr; }
  .main-gallery-grid .gallery-card, .main-gallery-grid .gallery-card:nth-child(2), .main-gallery-grid .gallery-card:nth-child(5), .main-gallery-grid .gallery-card-wide { grid-column: auto; }
  .team-grid { grid-template-columns: 1fr; }
  .credits-list > div { grid-template-columns: 1fr; gap: 5px; }
  .error-grid { grid-template-columns: 1fr; }
  .error-art { order: -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .footer-bottom p:last-child { text-align: left; }
  .modal { padding: 10px; }
  .modal-dialog { max-height: calc(100vh - 20px); padding: 34px 22px; }
  .lightbox-dialog { grid-template-columns: 52px 1fr 52px; grid-template-rows: 1fr auto; padding: 12px; }
  .lightbox-stage { height: calc(100vh - 160px); }
  .lightbox-nav { width: 42px; height: 42px; }
  .lightbox-caption { grid-column: 1 / -1; padding-inline: 45px; }
  .form-frame { min-height: 480px; }
  .form-frame iframe { min-height: 560px; }
}

@media (max-width: 420px) {
  .brand-copy { display: none; }
  .hero-art { min-height: 360px; }
  .poster-card { width: 75%; }
  .hero-horse { width: 62%; }
  .hero-badge { top: 4px; }
  .path-number { display: none; }
  .path-row { grid-template-columns: 1fr 38px; }
  .path-label, .path-row strong, .path-row small { grid-column: 1; }
  .path-arrow { grid-column: 2; }
  .routine-orbit { width: 280px; }
  .lightbox-dialog { grid-template-columns: 44px 1fr 44px; }
  .lightbox-nav { width: 38px; height: 38px; }
}

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

@media print {
  .site-header, .site-footer, .button, .spirit-marquee, .modal { display: none !important; }
  main { padding-top: 0; }
  body { background: #fff; color: #000; }
  .dark-section { color: #000; background: #fff; }
}

:root {
  --serif: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", "Avenir Next Rounded", system-ui, sans-serif;
  --display: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", "Avenir Next Rounded", system-ui, sans-serif;
  --shell: min(1220px, calc(100% - 48px));
  --header-height: 78px;
}
html { scrollbar-color: var(--pink) #f3e3eb; scrollbar-width: thin; }
html::-webkit-scrollbar { width: 13px; }
html::-webkit-scrollbar-track { background: #f3e3eb; }
html::-webkit-scrollbar-thumb { min-height: 52px; border: 3px solid #f3e3eb; border-radius: 999px; background: linear-gradient(180deg, #ff58ad, var(--pink-dark)); }
html::-webkit-scrollbar-thumb:hover { background: var(--pink-dark); }
body { line-height: 1.62; }
img { height: auto; }
.media-picture { display: contents; }
.brand-logo, .gallery-thumb-image, .member-avatar-image { height: 100%; }
.section { padding: clamp(68px, 8vw, 118px) 0; }
.section-heading h2, .editorial-split h2, .faq-intro h2, .story-block h2, .soft-cta h2, .tryout-form-card h2,
.hero-copy h1, .subpage-copy h1, .tryout-hero-panel h1, .attire-card h2, .error-grid h1, .modal-dialog h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.055em;
}
.section-heading h2, .editorial-split h2, .faq-intro h2, .story-block h2, .soft-cta h2, .tryout-form-card h2 { line-height: 1.02; }
.eyebrow { letter-spacing: .13em; }
.button { position: relative; overflow: hidden; }
.button::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.32) 48%, transparent 76%); transform: translateX(-130%); transition: transform .55s ease; }
.button:hover::after { transform: translateX(130%); }
.site-header { height: var(--header-height); background: rgba(255,250,252,.88); border-bottom-color: rgba(234,220,228,.65); }
.site-header::after { content: ""; position: absolute; inset: auto 0 -1px; height: 1px; opacity: .7; background: linear-gradient(90deg, transparent, var(--pink-soft), var(--pink), var(--pink-soft), transparent); }
.header-inner { gap: 22px; }
.brand { min-width: 218px; }
.brand-copy strong { font-family: var(--display); font-weight: 900; letter-spacing: -.025em; }
.brand-copy small { letter-spacing: .1em; }
.header-stars { color: var(--pink); font-size: .75rem; letter-spacing: .3em; animation: header-twinkle 4s ease-in-out infinite; }
.desktop-nav a { font-size: .73rem; font-weight: 850; }
.social-button { color: var(--pink-dark); border: 1px solid #f1bfd7; background: linear-gradient(135deg, #fff, #fff0f7); box-shadow: 0 8px 20px rgba(198,6,102,.1); }
.social-button .icon { width: 17px; height: 17px; }
.social-button-star { margin-left: -4px; font-size: .58rem; }
.menu-toggle { position: relative; overflow: hidden; border-color: #efbfd7; background: linear-gradient(145deg,#fff,#fff0f7); box-shadow: 0 7px 20px rgba(88,27,58,.12); }
.menu-bars { width: 20px; display: grid; gap: 4px; }
.menu-bars i { display: block; height: 2px; border-radius: 999px; background: currentColor; transition: transform .25s ease, opacity .2s ease, width .25s ease; }
.menu-bars i:nth-child(2) { width: 14px; justify-self: end; }
.menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(2) { opacity: 0; transform: translateX(8px); }
.menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: block; height: calc(100dvh - var(--header-height)); padding: 0; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-12px); background: radial-gradient(circle at 88% 12%, rgba(245,21,135,.13), transparent 32%), linear-gradient(150deg,#fffdfd,#fff0f7); transition: opacity .24s ease, transform .28s cubic-bezier(.2,.75,.2,1), visibility 0s linear .28s; }
.mobile-menu[hidden] { display: none; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-menu-inner { min-height: 100%; display: grid; align-content: start; padding-block: 30px max(32px, env(safe-area-inset-bottom)); }
.mobile-menu-heading { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.mobile-menu-heading span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--white); background: var(--pink); font-family: var(--display); font-weight: 900; transform: rotate(-7deg); }
.mobile-menu-heading strong { font-family: var(--display); font-size: 1.05rem; }
.mobile-menu-heading i { margin-left: auto; color: var(--pink); font-style: normal; }
.mobile-menu nav { display: grid; }
.mobile-menu nav > a:not(.button) { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; min-height: 74px; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.35rem, 6vw, 2rem); font-weight: 900; line-height: 1.05; }
.mobile-menu nav > a:not(.button)[aria-current="page"] { color: var(--pink-dark); }
.mobile-menu nav > a:not(.button)[aria-current="page"] strong::after { content: " ✦"; display: inline-block; margin-left: 8px; color: var(--pink); font-family: var(--sans); font-size: .48rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu nav .icon { width: 21px; justify-self: end; }
.mobile-nav-index { color: var(--pink); font-family: var(--sans); font-size: .56rem; font-weight: 900; letter-spacing: .08em; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.mobile-menu-actions .button { width: 100%; min-height: 50px; }
.mobile-menu-note { margin: 24px 0 0; color: var(--ink-soft); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mobile-menu-note span { color: var(--pink); }
.home-hero { min-height: min(790px, calc(100vh - var(--header-height))); padding: clamp(58px, 7vw, 96px) 0; }
.hero-grid { grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 72px); }
.hero-copy h1 { font-size: clamp(4.1rem, 7.6vw, 7.7rem); line-height: .82; }
.hero-art { min-height: 610px; }
.poster-card { top: 5%; left: 0; width: min(61%, 385px); border-width: 8px; transform: rotate(-2deg); }
.hero-cheerleader { position: absolute; z-index: 3; right: -7%; bottom: -6%; width: min(69%, 500px); filter: drop-shadow(0 24px 32px rgba(68,19,46,.2)); }
.hero-cheerleader-image { width: 100%; height: auto; }
.hero-horse { z-index: 4; right: auto; left: -2%; bottom: -7%; width: min(39%, 265px); transform: rotate(-3deg); }
.hero-horse-image, .cta-horse-image, .routine-horse, .process-poster, .attire-horse-image, .more-horse, .error-horse, .info-poster, .tryout-banner-image { height: auto; }
.hero-badge { top: 2%; right: 1%; width: 90px; height: 90px; }
.hero-ribbon { position: absolute; z-index: 5; right: 6%; bottom: 5%; padding: 9px 14px; border: 2px solid var(--white); color: var(--white); background: var(--dark); box-shadow: var(--shadow-small); font-size: .55rem; font-weight: 900; letter-spacing: .11em; transform: rotate(-5deg); }
.subpage-hero { min-height: 510px; padding: clamp(68px, 8vw, 105px) 0; }
.subpage-copy h1 { font-size: clamp(3.8rem, 7.3vw, 7rem); line-height: .88; }
.information-poster { width: min(88%, 390px); }
.poster-window { border-width: 8px; }
.story-block { min-height: 360px; }
.routine-art { min-height: 440px; }
.routine-art > .media-picture, .more-hero-art > .media-picture, .error-art > .media-picture { display: grid; width: 100%; height: 100%; place-items: center; }
.routine-horse { width: min(76%, 410px); object-fit: contain; }
.feature-card { min-height: 230px; }
.tryout-hero { padding-block: 42px 58px; }
.tryout-hero-layout { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(340px,.84fr); align-items: center; gap: clamp(28px,5vw,68px); }
.tryout-banner { position: relative; max-width: none; margin: 0; }
.tryout-banner .media-picture { display: block; }
.tryout-banner-image { width: 100%; max-height: 510px; object-fit: contain; filter: drop-shadow(0 24px 45px rgba(145,24,87,.14)); }
.tryout-banner-sticker { position: absolute; right: -12px; bottom: 9%; display: grid; place-items: center; width: 110px; height: 110px; border: 5px solid var(--white); border-radius: 50%; color: var(--white); background: var(--pink-dark); box-shadow: var(--shadow-small); font-size: .56rem; font-weight: 900; line-height: 1.1; text-align: center; transform: rotate(9deg); }
.tryout-banner-sticker strong { font-family: var(--display); font-size: 1rem; }
.tryout-hero-panel { position: relative; z-index: 2; padding: clamp(28px,4vw,48px); border: 1px solid #f0cadc; border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: var(--shadow-small); backdrop-filter: blur(10px); }
.tryout-hero-panel h1 { margin: 0 0 22px; font-size: clamp(3rem,5.2vw,5.7rem); line-height: .88; }
.tryout-hero-panel > p:not(.eyebrow) { color: var(--ink-soft); }
.tryout-top-form-button { margin-top: 24px; }
.tryout-quick-facts { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.tryout-quick-facts > span { display: grid; grid-template-columns: minmax(100px,.55fr) 1.45fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.tryout-quick-facts strong { font-family: var(--display); font-size: .8rem; }
.tryout-quick-facts small { color: var(--ink-soft); font-size: .68rem; }
.process-art { width: min(100%, 255px); }
.process-poster { width: 100%; max-height: 330px; object-fit: contain; }
.attire-card { min-height: 610px; }
.more-hero-art { min-height: 360px; }
.more-horse { width: min(72%, 385px); object-fit: contain; }
.gallery-frame .media-picture { display: block; width: 100%; height: 100%; }
.gallery-thumb-image { width: 100%; height: 100%; object-fit: cover; }
.modal { opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility 0s linear .28s; }
.modal.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.modal-backdrop { opacity: 0; transition: opacity .28s ease; }
.modal.is-open .modal-backdrop { opacity: 1; }
.modal-dialog, .lightbox-dialog { opacity: 0; transform: translateY(22px) scale(.975); transition: opacity .28s ease, transform .34s cubic-bezier(.2,.8,.2,1); }
.modal.is-open .modal-dialog, .modal.is-open .lightbox-dialog { opacity: 1; transform: none; }
.modal-dialog { overflow: auto; overscroll-behavior: contain; }
.modal-spark { position: absolute; color: var(--pink); pointer-events: none; animation: sparkle-float 3.5s ease-in-out infinite; }
.modal-spark-one { top: 22px; left: 26px; }
.modal-spark-two { right: 72px; bottom: 30px; animation-delay: -1.7s; }
.social-dialog { background: radial-gradient(circle at 95% 5%,rgba(245,21,135,.13),transparent 30%),var(--cream); }
.social-list a { position: relative; overflow: hidden; }
.social-list a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; opacity: 0; background: var(--pink); transition: opacity .2s ease; }
.social-list a:hover::before { opacity: 1; }
.social-icon-discord { color: #5865f2; background: #eef0ff; }
.social-icon-instagram { color: #d62976; background: #fff0f7; }
.loading-star, .lightbox-loading span { display: inline-block; margin-right: 9px; color: var(--pink); animation: loading-pulse 1.2s ease-in-out infinite; }
.form-fallback { color: #8c2948; font-size: .82rem; }
.lightbox { padding: 0; }
.lightbox-dialog { width: 100%; height: 100dvh; max-height: 100dvh; grid-template-columns: 72px minmax(0,1fr) 72px; grid-template-rows: minmax(0,1fr) auto; gap: 12px; padding: max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left)); overflow: hidden; }
.lightbox-stage { grid-column: 2; width: 100%; height: 100%; min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.lightbox-stage img, .lightbox-stage video { width: auto; height: auto; max-width: 100%; max-height: calc(100dvh - 150px); object-fit: contain; border-radius: 10px; }
.lightbox-stage iframe { width: min(1180px,100%); height: auto; max-height: 100%; aspect-ratio: 16/9; }
.lightbox-loading { display: grid; grid-auto-flow: column; place-items: center; margin: 0; color: #eadfe5; font-size: .82rem; }
.lightbox-caption { grid-column: 2; max-width: 900px; justify-self: center; padding: 4px 20px 0; }
.lightbox-meta { display: flex; align-items: baseline; justify-content: center; gap: 10px; }
.lightbox-meta > span { color: #ff74b9; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.lightbox-caption h2 { font-family: var(--display); }
.lightbox-nav { transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.lightbox-nav:hover { transform: scale(1.06); border-color: rgba(255,255,255,.55); background: rgba(245,21,135,.7); }
.lightbox-prev:hover { transform: rotate(180deg) scale(1.06); }
.lightbox-close { top: max(14px,env(safe-area-inset-top)); right: max(14px,env(safe-area-inset-right)); }
html.js .reveal { transform: translateY(22px) scale(.992); }
html.js .reveal.is-visible { transform: none; }
@keyframes header-twinkle { 0%,100%{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)} }
@keyframes loading-pulse { 0%,100%{transform:scale(.8) rotate(0);opacity:.45}50%{transform:scale(1.18) rotate(25deg);opacity:1} }
@keyframes sticker-bob { 0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)} }
.hero-cheerleader { animation: sticker-bob 6.5s ease-in-out infinite; }
[data-parallax] { translate: 0 var(--parallax-y, 0); will-change: translate; }

@media (max-width: 1080px) {
  .tryout-hero-layout { grid-template-columns: 1fr 1fr; }
  .hero-art { min-height: 545px; }
  .desktop-social { display: none; }
}
@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .header-stars { display: none; }
  .brand { min-width: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(100%,680px); min-height: 600px; }
  .poster-card { width: 55%; }
  .hero-cheerleader { width: 65%; right: -2%; }
  .hero-horse { width: 36%; }
  .tryout-hero-layout { grid-template-columns: 1fr; }
  .tryout-banner { width: min(100%,760px); margin-inline: auto; }
  .tryout-banner-image { max-height: none; }
  .tryout-hero-panel { width: min(100%,760px); margin-inline: auto; }
  .subpage-hero-grid, .more-hero-grid { gap: 34px; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --radius: 20px; }
  .section { padding: 68px 0; }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; max-width: calc(100% - 52px); }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
  .brand-copy small { overflow: hidden; margin-top: 3px; font-size: .48rem; text-overflow: ellipsis; white-space: nowrap; }
  .menu-toggle { width: 42px; height: 42px; flex: 0 0 42px; }
  .mobile-menu-inner { padding-top: 20px; }
  .mobile-menu-actions { grid-template-columns: 1fr; }
  .home-hero { padding-top: 48px; }
  .hero-copy h1 { font-size: clamp(3.7rem,18vw,5.5rem); }
  .hero-art { min-height: 470px; }
  .poster-card { top: 7%; width: 57%; }
  .hero-cheerleader { right: -7%; bottom: -3%; width: 70%; }
  .hero-horse { left: -5%; bottom: -5%; width: 38%; }
  .hero-badge { width: 72px; height: 72px; right: 0; }
  .hero-ribbon { right: 0; bottom: 3%; font-size: .46rem; }
  .subpage-hero { padding: 64px 0; }
  .information-poster { width: min(82%,360px); }
  .routine-art { min-height: 350px; }
  .routine-horse { width: min(72%, 340px); }
  .tryout-hero { padding-block: 32px 48px; }
  .tryout-banner-sticker { width: 82px; height: 82px; right: -4px; border-width: 4px; font-size: .46rem; }
  .tryout-banner-sticker strong { font-size: .75rem; }
  .tryout-hero-panel { padding: 26px 22px; }
  .tryout-hero-panel h1 { font-size: clamp(2.9rem,14vw,4.7rem); }
  .tryout-quick-facts > span { grid-template-columns: 1fr; gap: 3px; }
  .process-art { width: min(64%,230px); justify-self: center; }
  .attire-card { min-height: auto; }
  .more-hero-art { min-height: 310px; }
  .more-horse { width: min(68%, 310px); }
  .modal { padding: 10px; }
  .modal-dialog { max-height: calc(100dvh - 20px); }
  .lightbox-dialog { grid-template-columns: 46px minmax(0,1fr) 46px; grid-template-rows: minmax(0,1fr) auto; gap: 6px; padding: max(10px,env(safe-area-inset-top)) 8px max(10px,env(safe-area-inset-bottom)); }
  .lightbox-stage { grid-column: 1 / -1; padding: 52px 4px 0; }
  .lightbox-prev { position: absolute; left: 12px; top: 50%; z-index: 4; }
  .lightbox-next { position: absolute; right: 12px; top: 50%; z-index: 4; }
  .lightbox-caption { grid-column: 1 / -1; max-height: 25dvh; overflow: auto; padding: 6px 48px 0; }
  .lightbox-caption h2 { font-size: 1.1rem; }
  .lightbox-nav { width: 42px; height: 42px; background: rgba(20,12,18,.58); }
  .lightbox-stage img, .lightbox-stage video { max-height: calc(100dvh - 180px); }
  .lightbox-stage iframe { width: 100%; }
}
@media (max-width: 420px) {
  .brand-copy { display: grid; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { font-size: .44rem; letter-spacing: .07em; }
  .hero-art { min-height: 420px; }
  .poster-card { width: 60%; }
  .hero-cheerleader { width: 74%; }
  .hero-horse { width: 40%; }
  .mobile-menu nav > a:not(.button) { min-height: 67px; }
  .lightbox-caption { padding-inline: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cheerleader, .header-stars, .modal-spark, .loading-star, .lightbox-loading span { animation: none !important; }
  [data-parallax] { translate: none !important; }
}

.routine-section { overflow: clip; }

.pink-wash {
  background:
    radial-gradient(circle at 8% 4%, rgba(245,21,135,.105), transparent 30rem),
    radial-gradient(circle at 92% 84%, rgba(255,137,196,.15), transparent 33rem),
    linear-gradient(145deg, #fffdfd 0%, #fff5fa 48%, #ffeaf4 100%);
}

.tryout-status-badge {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 7px 13px 7px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.tryout-status-symbol {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: currentColor;
  font-size: .72rem;
  line-height: 1;
}
.tryout-status-badge.status-open { color: #147948; background: rgba(227,248,237,.88); }
.tryout-status-badge.status-paused { color: #8d5a00; background: rgba(255,242,207,.92); }
.tryout-status-badge.status-closed { color: #8c2948; background: rgba(255,228,237,.92); }
.tryout-status-badge .tryout-status-symbol { color: var(--white); }
.tryout-status-badge.status-open .tryout-status-symbol { background: #147948; }
.tryout-status-badge.status-paused .tryout-status-symbol { background: #8d5a00; }
.tryout-status-badge.status-closed .tryout-status-symbol { background: #8c2948; }

.home-tryout-status {
  position: relative;
  z-index: 8;
  border-bottom: 1px solid rgba(225,190,209,.72);
  box-shadow: 0 8px 24px rgba(74,22,50,.045);
}
.status-surface-open { background: linear-gradient(90deg,#f2fff8 0%,#fff7fb 42%,#fff0f7 100%); }
.status-surface-paused { background: linear-gradient(90deg,#fffaf0 0%,#fff8f6 42%,#fff0f7 100%); }
.status-surface-closed { background: linear-gradient(90deg,#fff4f7 0%,#fff8fa 42%,#fff0f7 100%); }
.home-tryout-status-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(14px,2.4vw,30px);
  padding-block: 9px;
}
.home-tryout-status-inner p {
  min-width: 0;
  margin: 0;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.45;
}
.home-tryout-status-inner > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 8px 4px;
  color: var(--pink-dark);
  font-size: .7rem;
  font-weight: 900;
  text-decoration: none;
}
.home-tryout-status-inner > a .icon { width: 17px; transition: transform .2s ease; }
.home-tryout-status-inner > a:hover .icon { transform: translateX(3px); }

.home-intro-sticker {
  width: clamp(125px,15vw,190px);
  margin: 26px 0 -12px 7%;
  filter: drop-shadow(0 18px 24px rgba(70,20,47,.14));
  transform: rotate(-3deg);
  pointer-events: none;
}
.home-intro-sticker-image,
.cta-sticker-image,
.information-sticker-image,
.process-sticker-image,
.attire-showcase-image,
.more-rider-sticker {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cta-sticker {
  position: absolute;
  z-index: 1;
  right: clamp(22px,9%,118px);
  bottom: -28px;
  width: clamp(170px,21vw,265px);
  filter: drop-shadow(0 22px 30px rgba(48,8,31,.26));
  transform: rotate(2deg);
  pointer-events: none;
}
.final-cta > div:first-child,
.final-cta > .button { z-index: 2; }

.information-sticker {
  position: absolute;
  z-index: 3;
  left: clamp(-112px,-7vw,-68px);
  bottom: -54px;
  width: clamp(150px,17vw,220px);
  filter: drop-shadow(0 19px 27px rgba(75,20,49,.18));
  transform: rotate(-4deg);
  pointer-events: none;
}
.information-tryout-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 24px;
}
.information-tryout-status > span:last-child:not(.tryout-status-badge) {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: .74rem;
  line-height: 1.45;
}

.tryout-hero {
  min-height: auto;
  padding-block: clamp(32px,5vw,64px) clamp(54px,7vw,88px);
}
.tryout-hero-shell {
  position: relative;
  display: grid;
  gap: clamp(22px,3vw,38px);
}
.tryout-banner-stage {
  position: relative;
  isolation: isolate;
  padding: clamp(6px,.8vw,10px);
  border: 1px solid rgba(236,174,205,.72);
  border-radius: clamp(18px,2.4vw,30px);
  background: linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,226,240,.92));
  box-shadow: 0 25px 70px rgba(127,21,76,.14);
}
.tryout-banner-stage::before,
.tryout-banner-stage::after {
  content: "✦";
  position: absolute;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink);
  background: var(--white);
  box-shadow: var(--shadow-small);
  pointer-events: none;
}
.tryout-banner-stage::before { top: -13px; left: clamp(18px,5vw,62px); transform: rotate(-8deg); }
.tryout-banner-stage::after { right: auto; bottom: -14px; left: clamp(86px,12vw,168px); transform: rotate(10deg); }
.tryout-banner-stage .media-picture { display: block; }
.tryout-banner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 6912 / 1796;
  object-fit: contain;
  border-radius: clamp(13px,1.8vw,22px);
  filter: none;
}
.tryout-banner-sticker {
  right: clamp(14px,3vw,38px);
  bottom: clamp(-38px,-2.6vw,-22px);
  width: clamp(82px,9vw,112px);
  height: clamp(82px,9vw,112px);
  border-width: 5px;
  font-size: .55rem;
}
.tryout-hero-panel {
  display: grid;
  grid-template-columns: minmax(0,1.16fr) minmax(300px,.84fr);
  align-items: start;
  gap: clamp(30px,5vw,74px);
  padding: clamp(30px,4.8vw,62px);
  border-color: rgba(236,184,210,.82);
  background: rgba(255,255,255,.88);
}
.tryout-hero-copy-main h1 {
  margin: 0 0 22px;
  font-size: clamp(3.1rem,5.8vw,6rem);
  line-height: .88;
}
.tryout-hero-copy-main > p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); }
.tryout-hero-actions { min-width: 0; }
.tryout-hero-actions .status-line { align-items: flex-start; flex-direction: column; margin-top: 0; }
.tryout-hero-actions .status-line small { max-width: 390px; }
.tryout-top-form-button { margin-top: 20px; }
.tryout-quick-facts { margin-top: 24px; }

.process-art-stack {
  position: relative;
  width: min(100%,330px);
  min-height: 390px;
  justify-self: end;
}
.process-art-stack .process-art {
  width: min(72%,230px);
  margin-left: auto;
}
.process-sticker {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: clamp(190px,21vw,265px);
  filter: drop-shadow(0 20px 27px rgba(74,20,49,.15));
  transform: rotate(-4deg);
  pointer-events: none;
}

.attire-grid {
  grid-template-columns: minmax(0,1fr) minmax(310px,.82fr) minmax(0,1fr);
  align-items: stretch;
  gap: clamp(18px,2vw,28px);
}
.attire-card { min-height: 660px; }
.attire-showcase {
  position: relative;
  isolation: isolate;
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr;
  align-items: end;
  overflow: hidden;
  padding: clamp(22px,2.5vw,34px) 12px 0;
  border: 1px solid #edc4d8;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 70%,rgba(255,255,255,.98) 0 18%,rgba(255,255,255,.18) 48%,transparent 68%),
    linear-gradient(155deg,#ffdbea 0%,#fff6fb 48%,#f6cce0 100%);
  box-shadow: var(--shadow-small);
}
.attire-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 44px;
  width: min(88%,360px);
  aspect-ratio: 1;
  border: 1px dashed rgba(198,6,102,.25);
  border-radius: 50%;
  transform: translateX(-50%);
}
.attire-showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .48;
  background: repeating-linear-gradient(112deg,transparent 0 24px,rgba(245,21,135,.055) 24px 25px);
  pointer-events: none;
}
.attire-showcase-ribbon {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 24px;
  display: flex;
  align-items: end;
  gap: 5px;
  transform: rotate(-7deg);
}
.attire-showcase-ribbon i {
  display: block;
  width: 7px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 5px 14px rgba(198,6,102,.16);
}
.attire-showcase-ribbon i:nth-child(1) { height: 25px; }
.attire-showcase-ribbon i:nth-child(2) { height: 37px; background: #ff78b9; }
.attire-showcase-ribbon i:nth-child(3) { height: 19px; background: var(--dark); }
.attire-showcase-monogram {
  position: absolute;
  z-index: 0;
  top: clamp(76px,8vw,108px);
  left: 50%;
  color: rgba(198,6,102,.085);
  font-family: var(--display);
  font-size: clamp(5.4rem,8vw,7.8rem);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .8;
  transform: translateX(-52%) rotate(-4deg);
  user-select: none;
}
.attire-showcase-visual {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: grid;
  place-items: end center;
  align-self: stretch;
  padding-top: clamp(125px,13vw,170px);
}
.attire-showcase-image {
  width: min(100%,370px);
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 29px rgba(75,20,49,.2));
  transform: translateY(6px);
}
.attire-showcase-mark {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgba(255,255,255,.88);
  border-radius: 50%;
  color: var(--white);
  background: var(--pink);
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 900;
  transform: rotate(8deg);
  box-shadow: var(--shadow-small);
}
.attire-showcase-mark span { grid-area: 1 / 1; }
.attire-showcase-mark i {
  position: absolute;
  right: -8px;
  bottom: -8px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink);
  background: var(--white);
  font-family: var(--sans);
  font-size: .62rem;
  font-style: normal;
  box-shadow: 0 5px 14px rgba(75,20,49,.14);
}

.more-rider-sticker {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: min(96%,510px);
  height: auto;
  max-height: 460px;
  filter: drop-shadow(0 25px 34px rgba(74,19,50,.17));
}

.faq-list { display: grid; gap: 12px; }
.faq-item {
  position: relative;
  overflow: clip;
  border: 1px solid rgba(220,190,207,.88);
  border-radius: 17px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 26px rgba(75,24,50,.045);
  transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s ease;
}
.faq-item:last-child { border-bottom: 1px solid rgba(220,190,207,.88); }
.faq-item[open],
.faq-item.is-open {
  border-color: rgba(245,21,135,.48);
  background: rgba(255,249,252,.96);
  box-shadow: 0 16px 38px rgba(105,21,66,.09);
  transform: translateY(-2px);
}
.faq-item summary {
  min-height: 74px;
  padding: 19px 20px 19px 22px;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.35;
}
.faq-item summary::before {
  content: "✦";
  position: absolute;
  left: 9px;
  color: var(--pink);
  font-family: var(--sans);
  font-size: .48rem;
  opacity: 0;
  transform: scale(.5) rotate(-25deg);
  transition: opacity .25s ease, transform .32s ease;
}
.faq-item[open] summary::before,
.faq-item.is-open summary::before { opacity: 1; transform: scale(1) rotate(0); }
.faq-item[open] summary,
.faq-item.is-open summary { padding-left: 29px; color: var(--pink-dark); }
.faq-plus {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(224,183,203,.9);
  border-radius: 50%;
  background: var(--white);
  transition: transform .3s cubic-bezier(.2,.75,.2,1), background .25s ease, border-color .25s ease;
}
.faq-plus::before,
.faq-plus::after { top: 14px; left: 8px; width: 14px; transition: transform .3s cubic-bezier(.2,.75,.2,1); }
.faq-item[open] .faq-plus,
.faq-item.is-open .faq-plus { border-color: var(--pink); background: var(--pink); transform: rotate(90deg); }
.faq-item[open] .faq-plus::before,
.faq-item[open] .faq-plus::after,
.faq-item.is-open .faq-plus::before,
.faq-item.is-open .faq-plus::after { background: var(--white); }
.faq-answer {
  overflow: hidden;
  padding: 0;
  color: var(--ink-soft);
  opacity: 0;
  transform: translateY(-7px);
  transition: opacity .28s ease, transform .32s ease;
}
.faq-answer-inner { padding: 0 64px 24px 29px; }
.faq-item[open].is-open .faq-answer,
.faq-item[open]:not(.is-closing) .faq-answer { opacity: 1; transform: none; }

@keyframes gentle-sticker-float {
  0%,100% { translate: 0 0; rotate: -1deg; }
  50% { translate: 0 -7px; rotate: 1deg; }
}
.home-intro-sticker,
.information-sticker,
.process-sticker,
.cta-sticker,
.more-rider-sticker { animation: gentle-sticker-float 7s ease-in-out infinite; }
.information-sticker { animation-delay: -1.4s; }
.process-sticker { animation-delay: -2.8s; }
.cta-sticker { animation-delay: -4.2s; }
.more-rider-sticker { animation-delay: -5.1s; }

@media (min-width: 1101px) {
  .attire-grid { grid-template-columns: minmax(0,1fr) minmax(350px,.94fr) minmax(0,1fr); }
  .attire-showcase-visual { place-items: center; padding-top: 78px; }
  .attire-showcase-image { width: min(100%,390px); max-height: 560px; transform: translateY(32px); }
  .attire-showcase-monogram { top: 64px; }
}

@media (max-width: 1100px) {
  .attire-grid { grid-template-columns: 1fr 1fr; }
  .attire-showcase { grid-column: 1 / -1; grid-row: 1; min-height: 430px; padding-inline: 24px; }
  .attire-showcase-monogram { top: 42px; font-size: clamp(5rem,13vw,8rem); }
  .attire-showcase-visual { padding-top: 92px; }
  .attire-showcase-image { width: min(100%,400px); max-height: 365px; }
}

@media (max-width: 900px) {
  .home-tryout-status-inner { grid-template-columns: auto 1fr; }
  .home-tryout-status-inner > a { grid-column: 2; justify-self: start; margin-top: -8px; }
  .information-sticker { left: -20px; bottom: -54px; }
  .tryout-hero-panel { grid-template-columns: 1fr; gap: 30px; }
  .tryout-hero-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 0 24px; align-items: start; }
  .tryout-hero-actions .status-line { grid-column: 1; }
  .tryout-top-form-button { grid-column: 2; grid-row: 1; margin-top: 0; }
  .tryout-quick-facts { grid-column: 1 / -1; }
  .process-art-stack { justify-self: center; }
  .attire-grid { grid-template-columns: 1fr; }
  .attire-showcase { grid-column: auto; grid-row: auto; min-height: 440px; }
}

@media (max-width: 680px) {
  .home-tryout-status-inner { min-height: 0; grid-template-columns: 1fr auto; gap: 8px 12px; padding-block: 11px; }
  .home-tryout-status-inner p { grid-column: 1 / -1; grid-row: 2; font-size: .67rem; }
  .home-tryout-status-inner > a { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; }
  .tryout-status-badge { min-height: 34px; font-size: .58rem; letter-spacing: .055em; }
  .tryout-status-symbol { width: 20px; height: 20px; flex-basis: 20px; }
  .home-intro-sticker { width: min(42vw,150px); margin: 22px 0 -8px; }
  .cta-sticker { right: 18px; bottom: -30px; width: min(48vw,205px); }
  .final-cta { padding-bottom: 175px; }
  .information-poster { margin-bottom: 70px; }
  .information-sticker { left: 50%; bottom: -85px; width: min(50vw,190px); transform: translateX(-50%) rotate(-3deg); }
  .information-tryout-status { align-items: flex-start; flex-direction: column; }
  .tryout-banner-stage { padding: 5px; border-radius: 17px; }
  .tryout-banner-image { border-radius: 12px; }
  .tryout-banner-stage::before { width: 29px; height: 29px; top: -10px; left: 18px; }
  .tryout-banner-stage::after { width: 29px; height: 29px; right: auto; bottom: -10px; left: 58px; }
  .tryout-banner-sticker { right: 8px; bottom: -44px; width: 76px; height: 76px; border-width: 4px; font-size: .42rem; }
  .tryout-banner-sticker strong { font-size: .67rem; }
  .tryout-hero-panel { padding: 28px 21px; }
  .tryout-hero-actions { display: block; }
  .tryout-top-form-button { margin-top: 18px; }
  .process-art-stack { width: min(100%,300px); min-height: 330px; }
  .process-art-stack .process-art { width: 58%; margin-left: 0; }
  .process-sticker { right: 0; bottom: 0; width: min(58vw,220px); }
  .attire-showcase { min-height: 390px; padding: 18px 14px 0; }
  .attire-showcase-monogram { top: 54px; font-size: clamp(4.8rem,24vw,6.8rem); }
  .attire-showcase-visual { padding-top: 88px; }
  .attire-showcase-image { width: min(100%,320px); max-height: 340px; }
  .attire-showcase-ribbon { top: 18px; left: 18px; }
  .attire-showcase-mark { top: 12px; right: 12px; width: 50px; height: 50px; }
  .more-rider-sticker { width: auto; max-width: min(92%,390px); max-height: 360px; }
  .faq-item summary { min-height: 68px; padding: 16px 15px 16px 18px; font-size: .94rem; }
  .faq-item[open] summary,
  .faq-item.is-open summary { padding-left: 24px; }
  .faq-answer-inner { padding: 0 48px 20px 24px; }
}

@media (max-width: 420px) {
  .home-tryout-status-inner p { display: none; }
  .home-tryout-status-inner { grid-template-columns: minmax(0,1fr) auto; }
  .tryout-status-badge { max-width: 100%; }
  .tryout-status-badge > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .home-tryout-status-inner > a span { display: none; }
  .home-tryout-status-inner > a { width: 44px; height: 44px; min-height: 44px; justify-content: center; padding: 0; border: 1px solid #efbfd7; border-radius: 50%; background: rgba(255,255,255,.82); }
  .information-sticker { width: min(58vw,180px); }
  .tryout-banner-sticker { bottom: -39px; width: 68px; height: 68px; }
  .tryout-hero-panel { margin-top: 14px; }
  .attire-showcase { min-height: 360px; }
  .attire-showcase-visual { padding-top: 80px; }
  .attire-showcase-image { width: min(100%,286px); max-height: 305px; }
  .attire-showcase-mark { width: 46px; height: 46px; top: 10px; right: 10px; font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-intro-sticker,
  .information-sticker,
  .process-sticker,
  .cta-sticker,
  .more-rider-sticker { animation: none !important; }
  .faq-item,
  .faq-answer,
  .faq-plus,
  .faq-plus::before,
  .faq-plus::after { transition: none !important; }
}
