:root {
  --font-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --ink: #18354b;
  --ink-soft: #526c7d;
  --brand: #397da5;
  --brand-deep: #235d83;
  --accent: #9bcabf;
  --paper: #f8fbfc;
  --surface: rgba(255, 255, 255, .82);
  --surface-solid: #fff;
  --line: rgba(41, 92, 122, .16);
  --sky-top: #d9edf7;
  --sky-bottom: #f7f2e8;
  --glow: #fff5d9;
  --soft-accent: #d6eee7;
  --shadow: 0 24px 60px rgba(35, 76, 102, .13);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 13px;
  color-scheme: light;
}

html[data-theme="morning"] {
  --ink: #29485c;
  --ink-soft: #687985;
  --brand: #6e9fbd;
  --brand-deep: #4e7f9e;
  --accent: #e7b5a5;
  --paper: #fffaf7;
  --surface: rgba(255, 252, 249, .84);
  --surface-solid: #fffdfb;
  --line: rgba(83, 124, 148, .16);
  --sky-top: #dbeff7;
  --sky-bottom: #f9e5dd;
  --glow: #ffe3b7;
  --soft-accent: #f2ddd6;
}

html[data-theme="night"] {
  --ink: #eef5fb;
  --ink-soft: #c0cedb;
  --brand: #a5c8e3;
  --brand-deep: #d5e9f7;
  --accent: #b8b9de;
  --paper: #132a3c;
  --surface: rgba(31, 57, 77, .86);
  --surface-solid: #1b3a51;
  --line: rgba(211, 232, 247, .16);
  --sky-top: #182d49;
  --sky-bottom: #555a7e;
  --glow: #e8edf3;
  --soft-accent: #4a5d75;
  --shadow: 0 24px 60px rgba(5, 16, 30, .28);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); line-height: 1.75; transition: background .8s ease, color .8s ease; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; background: #fff; color: #17384f; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.sky { position: absolute; inset: 0 0 auto; height: 880px; overflow: hidden; pointer-events: none; background: linear-gradient(165deg, var(--sky-top), var(--sky-bottom)); transition: background 1.1s ease; }
.sky::after { content: ""; position: absolute; inset: 45% -10% -12%; background: var(--paper); clip-path: ellipse(70% 52% at 50% 100%); }
.orb { position: absolute; width: 150px; height: 150px; right: 11%; top: 135px; border-radius: 50%; background: var(--glow); box-shadow: 0 0 90px 35px color-mix(in srgb, var(--glow) 55%, transparent); transition: all 1s ease; }
.cloud { position: absolute; width: 250px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.34); filter: blur(1px); }
.cloud::before, .cloud::after { content: ""; position: absolute; background: inherit; border-radius: 50%; }
.cloud::before { width: 100px; height: 100px; left: 48px; top: -42px; }.cloud::after { width: 120px; height: 120px; right: 38px; top: -50px; }
.cloud-one { left: 5%; top: 280px; transform: scale(.85); }.cloud-two { right: 2%; top: 430px; transform: scale(.6); opacity: .6; }
.stars { display: none; position: absolute; inset: 80px 0 0; opacity: .65; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px), radial-gradient(circle, #fff 0 1px, transparent 1.5px); background-position: 0 0, 60px 70px; background-size: 150px 150px, 190px 190px; }
html[data-theme="night"] .stars { display: block; } html[data-theme="night"] .cloud { opacity: .1; } html[data-theme="night"] .orb { width: 110px; height: 110px; background: #f1f2e7; box-shadow: 0 0 55px 12px rgba(240,245,250,.22); }

.site-header { position: sticky; top: 0; z-index: 100; height: 104px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 82%, transparent); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 15px; min-width: 310px; }
.brand-mark { width: 62px; height: 62px; }.brand-name { width: 230px; max-height: 58px; }
html[data-theme="night"] .brand-mark,
html[data-theme="night"] .brand-name,
html[data-theme="night"] .site-footer img { filter: brightness(0) invert(1); opacity: .9; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 23px; margin-left: auto; }
.site-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .25s; }.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { display: grid; padding: 8px 17px; border-radius: 14px; background: var(--brand-deep); color: var(--paper); line-height: 1.25; white-space: nowrap; }
html[data-theme="night"] .header-cta { color: #163047; }.header-cta small { font-size: 9px; letter-spacing: .08em; }.header-cta strong { font-size: 16px; letter-spacing: .05em; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: 720px; padding: 75px 0 34px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; min-height: 520px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--brand-deep); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; letter-spacing: .04em; text-transform: none; }.theme-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 20%, transparent); }
.hero h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: 1.32; letter-spacing: .035em; }
.hero h1 em { color: var(--brand-deep); font-style: normal; }.hero-lead { max-width: 610px; margin: 28px 0; color: var(--ink-soft); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; gap: 14px; align-items: center; }.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .3s; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--brand-deep); color: var(--paper); box-shadow: 0 12px 24px color-mix(in srgb, var(--brand-deep) 25%, transparent); } html[data-theme="night"] .button-primary { color: #17344b; }.button-soft { border-color: var(--line); background: var(--surface); color: var(--ink); }.button-light { background: #fff; color: #275f83; }
.hero-facts { display: flex; gap: 34px; margin: 35px 0 0; }.hero-facts div { padding-left: 16px; border-left: 2px solid var(--accent); }.hero-facts dt { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .09em; }.hero-facts dd { margin: 2px 0 0; font-size: 14px; font-weight: 800; }.hero-facts small { display: block; font-size: 10px; font-weight: 500; }
.hero-visual { position: relative; height: 530px; }.hero-photo { position: absolute; margin: 0; overflow: hidden; border: 8px solid color-mix(in srgb, var(--surface-solid) 85%, transparent); background: var(--surface-solid); box-shadow: var(--shadow); }.hero-photo img { width: 100%; height: 100%; object-fit: cover; }.hero-photo figcaption { position: absolute; left: 18px; bottom: 14px; padding: 4px 10px; border-radius: 999px; background: rgba(24,53,75,.72); color: #fff; font-size: 10px; letter-spacing: .08em; backdrop-filter: blur(5px); }
.hero-photo-main { width: min(440px, 83%); height: 410px; right: 8px; top: 8px; border-radius: 47% 47% 28px 28px; }.hero-photo-sub { width: 170px; height: 235px; left: 4px; bottom: 4px; border-radius: 90px 90px 20px 20px; }.time-card { position: absolute; right: 0; bottom: 9px; width: 210px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: color-mix(in srgb, var(--surface-solid) 78%, transparent); box-shadow: var(--shadow); backdrop-filter: blur(16px); }.time-card span { display: block; font-family: var(--font-serif); font-size: 34px; line-height: 1; }.time-card strong { position: absolute; right: 18px; top: 17px; color: var(--brand-deep); font-size: 10px; letter-spacing: .18em; }.time-card small { display: block; margin-top: 9px; color: var(--ink-soft); font-size: 9px; }
.theme-preview { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }.theme-preview span { margin-right: 8px; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.theme-preview button { min-width: 44px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); font-size: 10px; cursor: pointer; }.theme-preview button.is-active { background: var(--brand-deep); color: var(--paper); border-color: transparent; } html[data-theme="night"] .theme-preview button.is-active { color: #17344b; }

.quick-info { position: relative; background: var(--surface-solid); border-block: 1px solid var(--line); }.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.quick-grid > div { display: flex; align-items: center; gap: 17px; min-height: 108px; padding: 18px 30px; border-right: 1px solid var(--line); }.quick-grid > div:first-child { border-left: 1px solid var(--line); }.quick-grid span { color: var(--accent); font-family: var(--font-serif); font-size: 23px; }.quick-grid p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }.quick-grid strong { display: block; color: var(--ink); font-size: 14px; }
.section { position: relative; padding: 110px 0; }.section-heading { max-width: 760px; margin-bottom: 48px; }.section-heading h2, .philosophy-copy h2, .access-copy h2, .board-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(32px, 4vw, 50px); font-weight: 500; line-height: 1.4; letter-spacing: .05em; }.section-heading > p:last-child, .split-heading > p { color: var(--ink-soft); }.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; max-width: none; }.split-heading > p { margin: 0 0 8px; }

.prices-section { background: color-mix(in srgb, var(--sky-top) 35%, var(--paper)); }.price-highlight { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; padding: 28px 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-solid); box-shadow: var(--shadow); }.pill { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--soft-accent); color: var(--brand-deep); font-size: 10px; font-weight: 800; }.price-highlight h3 { margin: 10px 0 3px; font-size: 23px; }.price-highlight p { margin: 0; color: var(--ink-soft); font-size: 13px; }.price-sum { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }.price-sum > div { min-width: 112px; }.price-sum small { display: block; color: var(--ink-soft); font-size: 10px; }.price-sum strong { display: block; font-family: var(--font-serif); font-size: 27px; }.price-sum > span { color: var(--accent); font-size: 21px; }.price-sum .price-total { min-width: 170px; padding: 14px 20px; border-radius: 17px; background: var(--brand-deep); color: var(--paper); } html[data-theme="night"] .price-sum .price-total { color: #17344b; }.price-sum .price-total small { color: inherit; opacity: .78; }.price-sum .price-total strong { font-size: 32px; }
.price-tabs { display: flex; gap: 8px; margin: 36px 0 22px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); width: max-content; max-width: 100%; }.price-tabs button { min-width: 130px; padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); font-weight: 800; cursor: pointer; }.price-tabs button[aria-selected="true"] { background: var(--brand-deep); color: var(--paper); } html[data-theme="night"] .price-tabs button[aria-selected="true"] { color: #17344b; }
.price-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.price-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.price-card.featured { border-color: color-mix(in srgb, var(--accent) 60%, var(--line)); box-shadow: inset 0 4px var(--accent); }.price-label { margin: 0; color: var(--brand-deep); font-size: 10px; font-weight: 800; letter-spacing: .08em; }.price-card h3 { margin: 4px 0 19px; font-size: 22px; }.price-card dl { margin: 0; }.price-card dl div { display: flex; align-items: baseline; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); }.price-card dt { color: var(--ink-soft); font-size: 12px; }.price-card dd { margin: 0; font-family: var(--font-serif); font-size: 22px; font-weight: 700; }.price-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 10px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.table-wrap table { width: 100%; border-collapse: collapse; min-width: 700px; }.table-wrap caption { padding: 19px 23px; text-align: left; color: var(--brand-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; }.table-wrap th, .table-wrap td { padding: 15px 22px; border-top: 1px solid var(--line); text-align: right; font-size: 13px; }.table-wrap th:first-child, .table-wrap td:first-child { text-align: left; }.table-wrap thead th { color: var(--ink-soft); font-size: 10px; }.member-extras { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); overflow: hidden; }.member-extras div { padding: 20px; border-right: 1px solid var(--line); }.member-extras div:last-child { border: 0; }.member-extras small { display: block; color: var(--ink-soft); font-size: 10px; }.member-extras strong { display: block; margin-top: 3px; font-family: var(--font-serif); font-size: 21px; }.price-details { margin-top: 18px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-solid); }.price-details summary { cursor: pointer; font-weight: 800; }.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 20px; }.detail-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }.detail-grid strong { color: var(--ink); }.price-footnote { color: var(--ink-soft); font-size: 11px; }.price-caution { display: flex; align-items: center; gap: 24px; margin-top: 30px; padding: 20px 24px; border-left: 4px solid var(--accent); background: var(--surface); }.price-caution strong { white-space: nowrap; }.price-caution p { margin: 0; color: var(--ink-soft); font-size: 11px; }.price-caution a { margin-left: auto; color: var(--brand-deep); font-size: 12px; font-weight: 800; white-space: nowrap; }

.philosophy-section { overflow: hidden; }.philosophy-section::before { content: "EVOLVULUS"; position: absolute; right: -40px; bottom: -80px; color: color-mix(in srgb, var(--brand) 7%, transparent); font-family: var(--font-serif); font-size: 180px; letter-spacing: .05em; white-space: nowrap; }.philosophy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }.philosophy-image { position: relative; width: 100%; max-width: 440px; padding: 22px; border-radius: 220px 220px 35px 35px; background: linear-gradient(145deg, var(--soft-accent), transparent); }.philosophy-image img { width: 100%; aspect-ratio: .82; border-radius: inherit; object-fit: cover; image-rendering: auto; }.philosophy-image span { position: absolute; right: -25px; bottom: 45px; padding: 13px 20px; border-radius: 999px; background: var(--brand-deep); color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .14em; transform: rotate(-6deg); } html[data-theme="night"] .philosophy-image span { color: #17344b; }.philosophy-copy .lead { margin: 26px 0 18px; font-family: var(--font-serif); font-size: 21px; }.philosophy-copy > p:not(.section-kicker):not(.lead) { color: var(--ink-soft); }.quote { margin-top: 30px; padding: 22px 26px; border-left: 3px solid var(--accent); color: var(--brand-deep); font-family: var(--font-serif); font-size: 18px; line-height: 1.9; background: color-mix(in srgb, var(--soft-accent) 35%, transparent); }

.programs-section { background: color-mix(in srgb, var(--soft-accent) 18%, var(--paper)); }.program-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 18px; }.program-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-solid); }.program-card img { width: 100%; height: 260px; object-fit: cover; }.program-card.program-main img { object-position: center 30%; }.program-card > div { display: flex; flex-direction: column; flex: 1; padding: 26px; }.program-card span, .facility-grid span, .access-guide span { color: var(--brand-deep); font-size: 9px; font-weight: 800; letter-spacing: .16em; }.program-card h3 { margin: 5px 0 12px; font-size: 21px; }.program-card p { margin: 0; color: var(--ink-soft); font-size: 12px; }.program-card a { margin-top: auto; padding-top: 20px; color: var(--brand-deep); font-size: 12px; font-weight: 800; }.pony-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; margin-top: 70px; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }.pony-story h3 { margin: 0 0 15px; font-family: var(--font-serif); font-size: 31px; }.pony-story p { color: var(--ink-soft); }.pony-story img { width: 100%; max-height: 440px; object-fit: cover; object-position: top; border-radius: 18px; }

.pony-feature { display: grid; gap: 24px; margin-top: 72px; }
.pony-feature-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: end; padding: 42px 46px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--surface-solid), color-mix(in srgb, var(--soft-accent) 34%, var(--surface-solid))); }
.pony-feature-intro h3 { max-width: 720px; margin: 0 0 14px; font-family: var(--font-serif); font-size: clamp(28px, 3vw, 40px); font-weight: 500; line-height: 1.5; }
.pony-feature-intro > div > p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.pony-dash-note { display: grid; gap: 7px; padding: 25px 28px; border-radius: 20px; background: var(--brand-deep); color: var(--paper); }
.pony-dash-note span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.pony-dash-note strong { font-family: var(--font-serif); font-size: 19px; line-height: 1.6; }
.pony-dash-note p { margin: 0; font-size: 11px; opacity: .78; }
.pony-prep { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: 24px; align-items: stretch; }
.pony-prep-main { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-solid); box-shadow: var(--shadow); }
.pony-prep-main::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(11, 38, 55, .78)); pointer-events: none; }
.pony-prep-main img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.pony-prep-main figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 30px; display: grid; gap: 4px; color: #fff; }
.pony-prep-main figcaption span, .pony-prep-gallery figcaption span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.pony-prep-main figcaption strong { font-family: var(--font-serif); font-size: clamp(20px, 2.4vw, 30px); font-weight: 500; line-height: 1.5; }
.pony-prep-content { padding: 38px 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-solid); }
.pony-prep-content h4 { margin: 0 0 12px; font-family: var(--font-serif); font-size: clamp(26px, 3vw, 36px); font-weight: 500; line-height: 1.5; }
.pony-prep-lead { margin: 0 0 25px; color: var(--ink-soft); font-size: 12px; }
.pony-prep-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.pony-prep-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.pony-prep-steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--soft-accent); color: var(--brand-deep); font-family: var(--font-serif); font-size: 12px; font-weight: 800; }
.pony-prep-steps strong { display: block; margin-bottom: 2px; font-size: 13px; }
.pony-prep-steps p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.65; }
.pony-prep-finish { margin: 20px 0 0; padding: 16px 18px; border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; background: color-mix(in srgb, var(--soft-accent) 34%, transparent); color: var(--ink-soft); font-size: 11px; }
.pony-prep-finish strong { display: block; color: var(--ink); font-size: 13px; }
.pony-prep-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pony-prep-gallery figure { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr); overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }
.pony-prep-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.pony-prep-gallery figcaption { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.pony-prep-gallery figcaption span { color: var(--brand-deep); }
.pony-prep-gallery figcaption strong { margin: 7px 0 8px; font-family: var(--font-serif); font-size: 20px; }
.pony-prep-gallery figcaption p { margin: 0; color: var(--ink-soft); font-size: 11px; }

.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.facility-grid article { display: grid; grid-template-columns: 1fr auto; padding: 18px 18px 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.facility-grid img { grid-column: 1 / -1; width: 100%; height: 220px; margin-bottom: 18px; border-radius: 14px; object-fit: cover; }.facility-grid h3 { grid-column: 1 / -1; margin: 8px 0; font-size: 19px; }.facility-grid p { grid-column: 1 / -1; margin: 0; color: var(--ink-soft); font-size: 12px; }.map-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; margin-top: 70px; padding: 45px; border-radius: var(--radius-lg); background: var(--brand-deep); color: var(--paper); }.map-card h3 { margin: 0; font-family: var(--font-serif); font-size: 34px; }.map-card p { opacity: .8; }.map-card .section-kicker { color: var(--accent); }.map-card img { width: 100%; height: 380px; border-radius: 18px; object-fit: cover; object-position: top; } html[data-theme="night"] .map-card { color: #17344b; }.text-button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 800; cursor: pointer; }

.staff-section { padding-top: 10px; }.staff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.staff-grid article { display: grid; grid-template-columns: 145px 1fr; gap: 25px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.staff-grid img { width: 145px; height: 160px; border-radius: 14px; object-fit: cover; }.staff-grid small { color: var(--brand-deep); font-weight: 800; }.staff-grid h3 { margin: 1px 0 8px; font-size: 18px; }.staff-grid p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.staff-grid .staff-card-centered { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }

.board-section { background: color-mix(in srgb, var(--sky-top) 28%, var(--paper)); }.board-wrap { max-width: 920px; }.board-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }.board-heading p { margin-bottom: 0; color: var(--ink-soft); }.board-posts { display: grid; gap: 12px; }.board-post { position: relative; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.board-post.is-pinned { border-left: 5px solid var(--accent); }.board-post-head { display: flex; align-items: center; gap: 12px; }.board-post-head h3 { margin: 0; font-size: 17px; }.pin { padding: 3px 9px; border-radius: 999px; background: var(--soft-accent); color: var(--brand-deep); font-size: 9px; font-weight: 800; }.board-post p { margin: 12px 0 20px; color: var(--ink-soft); white-space: pre-wrap; }.board-post footer { display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 10px; }.delete-post { border: 0; background: transparent; color: #b05e66; font-size: 10px; cursor: pointer; }.admin-panel { margin-bottom: 24px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); }.form-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; }.admin-panel label, .dialog label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 11px; font-weight: 800; }.admin-panel input:not([type="checkbox"]), .admin-panel textarea, .dialog input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); outline: none; }.admin-panel textarea { resize: vertical; }.admin-panel label:not(.check-label) { margin-bottom: 14px; }.check-label { display: flex !important; align-items: center; padding-bottom: 14px; white-space: nowrap; }.form-actions { display: flex; align-items: center; gap: 20px; }.form-message { min-height: 1.5em; margin: 8px 0 0; color: #b05e66; font-size: 11px; }.loading { text-align: center; color: var(--ink-soft); }.board-retry { width: max-content; margin: 0 auto; }

.access-section { background: var(--surface-solid); }.access-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; }.access-copy address { margin: 28px 0; font-style: normal; color: var(--ink-soft); }.access-copy address strong { display: block; color: var(--ink); font-size: 16px; }.access-copy dl div { display: grid; grid-template-columns: 70px 1fr; padding: 11px 0; border-top: 1px solid var(--line); }.access-copy dt { color: var(--brand-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; }.access-copy dd { margin: 0; font-size: 13px; }.access-copy dd a { text-decoration: underline; text-underline-offset: 4px; }.season-hours { display: grid; gap: 2px; margin-top: 20px; padding: 15px 17px; border-radius: 12px; background: var(--paper); font-size: 11px; }.season-hours strong { margin-bottom: 3px; color: var(--brand-deep); }.season-hours small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; }.access-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }.access-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.access-guide article { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }.access-guide h3 { margin: 6px 0; font-size: 19px; }.access-guide p { margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; }.access-guide img { width: 100%; margin-top: auto; border-radius: 8px; }

.final-cta { padding: 85px 0; background: linear-gradient(120deg, var(--brand-deep), color-mix(in srgb, var(--brand) 85%, var(--accent))); color: #fff; text-align: center; }.final-cta p { margin: 0; font-size: 13px; }.final-cta h2 { margin: 8px 0 25px; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 50px); font-weight: 500; }.final-cta div div { display: flex; align-items: center; justify-content: center; gap: 18px; }.final-cta span { font-size: 11px; opacity: .8; }
.site-footer { padding: 55px 0; background: color-mix(in srgb, var(--paper) 85%, #17384f); }.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; align-items: start; }.site-footer img { width: 200px; }.site-footer p { color: var(--ink-soft); font-size: 10px; }.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; font-size: 11px; font-weight: 700; }.site-footer small { color: var(--ink-soft); font-size: 8px; }

.dialog { width: min(460px, calc(100% - 32px)); padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-solid); color: var(--ink); box-shadow: var(--shadow); }.dialog::backdrop { background: rgba(10,28,43,.55); backdrop-filter: blur(4px); }.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }.dialog h2 { margin: 0 0 22px; font-family: var(--font-serif); }.dialog .button { width: 100%; margin-top: 8px; }.map-dialog { width: min(760px, calc(100% - 32px)); }.map-dialog img { width: 100%; max-height: 72vh; object-fit: contain; }

@media (max-width: 1050px) {
  .site-nav { position: fixed; inset: 104px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 28px; background: var(--surface-solid); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); }.menu-button { display: grid; gap: 4px; margin-left: auto; }.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; }.header-cta { display: none; }
  .hero-grid { gap: 25px; }.program-grid { grid-template-columns: 1fr 1fr; }.program-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.member-extras { grid-template-columns: 1fr 1fr; }.member-extras div:nth-child(2) { border-right: 0; }.member-extras div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 620px); }.site-header { height: 82px; }.brand { gap: 10px; min-width: 0; }.brand-mark { width: 46px; height: 46px; }.brand-name { width: 180px; max-height: 48px; }.site-nav { top: 82px; }
  .sky { height: 1000px; }.orb { width: 105px; height: 105px; right: -10px; top: 145px; }.cloud { transform: scale(.5); }
  .hero { padding-top: 45px; min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(35px, 10.8vw, 51px); }.hero-lead { margin: 21px 0; font-size: 14px; }.hero-actions { flex-wrap: wrap; }.hero-actions .button { flex: 1; min-width: 140px; }.hero-facts { gap: 15px; flex-direction: column; }.hero-visual { height: 410px; margin-top: 15px; }.hero-photo-main { width: 86%; height: 335px; }.hero-photo-sub { width: 125px; height: 175px; }.time-card { width: 175px; padding: 14px; }.time-card span { font-size: 28px; }.theme-preview { justify-content: center; margin-top: 18px; }.theme-preview span { display: none; }
  .quick-grid { grid-template-columns: 1fr; }.quick-grid > div { min-height: 82px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 34px; }.split-heading { grid-template-columns: 1fr; gap: 10px; }.section-heading h2, .philosophy-copy h2, .access-copy h2, .board-heading h2 { font-size: 34px; }
  .price-highlight { grid-template-columns: 1fr; padding: 23px 20px; }.price-sum { justify-content: flex-start; gap: 8px; overflow-x: auto; }.price-sum > div { min-width: 100px; }.price-sum strong { font-size: 21px; }.price-sum .price-total { min-width: 145px; }.price-sum .price-total strong { font-size: 26px; }.price-tabs { width: 100%; overflow-x: auto; justify-content: flex-start; border-radius: 16px; }.price-tabs button { min-width: 122px; padding-inline: 12px; }.price-card-grid { grid-template-columns: 1fr; }.member-extras, .detail-grid { grid-template-columns: 1fr; }.member-extras div { border-right: 0; border-bottom: 1px solid var(--line); }.price-caution { align-items: flex-start; flex-direction: column; gap: 8px; }.price-caution a { margin-left: 0; }
  .philosophy-grid, .pony-story, .map-card, .access-grid { grid-template-columns: 1fr; gap: 35px; }.philosophy-grid { display: flex; flex-direction: column-reverse; }.philosophy-image { width: 85%; }.philosophy-section::before { font-size: 90px; }.program-grid { grid-template-columns: 1fr; }.program-card:first-child { grid-column: auto; display: flex; }.program-card img { height: 240px; }.pony-story { padding: 28px 22px; }.pony-story img { max-height: 330px; }.facility-grid { grid-template-columns: 1fr; }.map-card { padding: 28px 22px; }.map-card img { height: 330px; }.staff-grid { grid-template-columns: 1fr; }.staff-grid article { grid-template-columns: 100px 1fr; gap: 16px; }.staff-grid .staff-card-centered { grid-column: auto; width: 100%; }.staff-grid img { width: 100px; height: 130px; }
  .board-heading { align-items: flex-start; flex-direction: column; }.form-row { grid-template-columns: 1fr; gap: 0; }.board-post { padding: 20px; }.access-guide { grid-template-columns: 1fr; }.final-cta div div { flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.footer-grid nav { order: 3; }
}

@media (max-width: 760px) {
  .pony-feature { margin-top: 52px; gap: 18px; }
  .pony-feature-intro { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .pony-feature-intro h3 { font-size: 29px; }
  .pony-dash-note { padding: 21px 22px; }
  .pony-prep { grid-template-columns: 1fr; gap: 18px; }
  .pony-prep-main { min-height: 0; aspect-ratio: 4 / 3; }
  .pony-prep-main figcaption { left: 22px; right: 22px; bottom: 20px; }
  .pony-prep-content { padding: 30px 23px; }
  .pony-prep-content h4 { font-size: 28px; }
  .pony-prep-steps li { grid-template-columns: 40px 1fr; gap: 12px; }
  .pony-prep-gallery { grid-template-columns: 1fr; gap: 18px; }
  .pony-prep-gallery figure { grid-template-columns: 1fr; }
  .pony-prep-gallery img { min-height: 0; aspect-ratio: 4 / 3; }
  .pony-prep-gallery figcaption { padding: 23px; }
}

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