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

:root {
  --about-navy: #102c4d;
  --about-navy-deep: #071d38;
  --about-ink: #263b56;
  --about-copy: #655b50;
  --about-gold: #c89545;
  --about-gold-pale: #f1ddba;
  --about-cream: #f8f1e5;
  --about-paper: #fffdf8;
  --about-line: rgba(100, 75, 48, .16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--about-ink);
  font-family: "Manrope", Arial, sans-serif;
  background: var(--about-cream);
}

a { color: inherit; }

.about-container { width: min(1170px, calc(100% - 44px)); margin: 0 auto; }

.utility-bar { color: #fffaf1; background: #4a3428; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 37px; gap: 18px; }
.utility-links { display: flex; align-items: center; gap: 22px; min-width: 0; }
.utility-links a { color: inherit; font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.utility-links span { margin-right: 7px; color: #f4cd7d; }
.admission-date { margin: 0; color: #f9dfaa; font-size: 11px; font-weight: 800; white-space: nowrap; }

.main-header { background: #fbf4e8; box-shadow: 0 6px 18px rgba(25, 41, 57, .08); }
.main-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; color: var(--about-navy); text-decoration: none; }
.logo-frame { position: relative; width: 60px; height: 60px; flex: 0 0 60px; overflow: hidden; border-radius: 50%; background: white; box-shadow: 0 7px 14px rgba(21, 38, 66, .13); }
.logo-frame img { position: absolute; top: -20px; left: -38px; width: 136px; max-width: none; height: 136px; object-fit: cover; }
.brand-copy { min-width: 0; }
.brand-copy strong, .brand-copy span { display: block; }
.brand-copy strong { overflow: hidden; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(21px, 2.3vw, 27px); font-weight: 700; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.brand-copy span { margin-top: 5px; color: #b57535; font-family: "Cormorant Garamond", Georgia, serif; font-size: 15px; font-style: italic; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.apply-button, .login-link { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.apply-button { padding: 0 22px; color: #fffaf3; background: #b87535; box-shadow: 0 10px 21px rgba(102, 68, 31, .15); }
.login-link { padding: 0 15px; border: 1px solid rgba(74, 52, 40, .24); color: #4a3428; background: #fffdf8; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(74, 52, 40, .24); border-radius: 12px; color: #4a3428; background: #fffdf8; cursor: pointer; font-size: 21px; }

.primary-nav { position: relative; z-index: 5; border-top: 1px solid rgba(244, 205, 125, .18); background: #4a3428; }
.primary-nav .about-container { display: flex; align-items: center; gap: 3px; min-height: 56px; }
.primary-nav > .about-container > a, .nav-trigger { display: inline-flex; align-items: center; min-height: 33px; padding: 0 15px; border: 0; border-radius: 4px; color: #fffaf1; background: transparent; font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: background .18s ease; }
.primary-nav > .about-container > a:hover, .nav-trigger:hover, .nav-dropdown.is-open .nav-trigger, .nav-trigger[aria-current="page"] { background: rgba(244, 205, 125, .20); }
.nav-chevron { margin-left: 8px; color: #f4cd7d; font-size: 12px; }
.nav-dropdown { position: relative; }
.nav-menu { position: absolute; top: calc(100% + 8px); left: 0; z-index: 20; width: max-content; min-width: 276px; max-width: 330px; padding: 11px 0; border-radius: 0 0 18px 18px; background: #fffaf1; box-shadow: 0 19px 37px rgba(27, 58, 75, .16); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: opacity .18s ease, transform .18s ease; }
.nav-dropdown:hover .nav-menu, .nav-dropdown.is-open .nav-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-menu a { display: flex; align-items: center; min-height: 40px; padding: 8px 21px; color: #1b2843; font-size: 13px; font-weight: 700; line-height: 1.25; text-decoration: none; }
.nav-menu a:hover, .nav-menu a[aria-current="page"] { color: #1f4350; background: #edf3ee; }

.admission-opening-announce { color: #0c2a48; background: linear-gradient(90deg, #e8b34f 0%, #f5d388 50%, #e8b34f 100%); box-shadow: inset 0 -1px rgba(74, 52, 40, .14), 0 7px 18px rgba(75, 49, 20, .1); }
.admission-opening-inner { display: flex; align-items: center; gap: 22px; min-height: 67px; }
.admission-opening-label { display: inline-flex; align-items: center; min-height: 29px; padding: 0 11px; border: 1px solid rgba(12, 42, 72, .24); border-radius: 999px; color: #123454; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.admission-opening-inner p { flex: 1; margin: 0; color: #2e2a25; font-size: 14px; font-weight: 700; line-height: 1.35; }
.admission-opening-inner p strong { display: inline-block; margin-left: 4px; color: #0c2a48; font-size: 17px; font-weight: 800; white-space: nowrap; }
.admission-opening-inner a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 14px; border: 1px solid rgba(12, 42, 72, .45); border-radius: 999px; color: #0c2a48; background: rgba(255, 253, 248, .38); font-size: 10px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.admission-opening-inner a:hover { background: #fffaf1; transform: translateY(-1px); }

.about-hero { position: relative; overflow: hidden; background: var(--about-navy-deep); }
.about-hero img { display: block; width: 100%; min-height: 340px; object-fit: cover; object-position: center; }
body[data-club-page] .about-hero img { object-position: center 18%; }
.notice-hero-title { position: absolute; z-index: 1; top: 50%; left: max(6vw, calc((100vw - 1170px) / 2)); color: #fffaf1; transform: translateY(-50%); }
.notice-hero-title::before { display: block; width: 56px; height: 3px; margin-bottom: 20px; border-radius: 999px; content: ""; background: #e8b34f; }
.notice-hero-title p { margin: 0 0 10px; color: #f1bf61; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.notice-hero-title strong { display: block; max-width: 9ch; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(56px, 7vw, 92px); font-weight: 700; letter-spacing: -.045em; line-height: .85; }
.notice-hero::after { position: absolute; inset: 0; z-index: 0; content: ""; background: linear-gradient(90deg, rgba(3, 23, 52, .94) 0%, rgba(3, 23, 52, .76) 38%, rgba(3, 23, 52, .08) 74%); }
.about-mobile-title { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.about-intro { position: relative; padding: clamp(58px, 7vw, 104px) 0 clamp(52px, 6vw, 84px); overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(227, 193, 137, .16), transparent 24rem), var(--about-cream); }
.about-intro::after { position: absolute; right: -68px; bottom: -60px; width: 235px; height: 235px; border: 1px solid rgba(199, 149, 69, .15); border-radius: 50%; content: ""; }
.about-intro-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: clamp(38px, 8vw, 105px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #a66a38; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 1px; content: ""; background: currentColor; }
.about-intro h2 { max-width: 650px; margin: 0; color: var(--about-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 5.15vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: .96; }
.about-intro h2 em { color: #a66a38; font-style: normal; }
.about-lead { max-width: 640px; margin: 23px 0 0; color: var(--about-copy); font-size: 16px; line-height: 1.85; }
.page-crumb { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 24px; color: #876c50; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.page-crumb span { color: #c89545; }
.intro-note { padding: clamp(28px, 3.5vw, 39px); border: 1px solid rgba(191, 142, 73, .25); border-radius: 26px; background: rgba(255, 253, 248, .66); box-shadow: 0 18px 40px rgba(72, 51, 28, .08); }
.intro-note-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 16px; color: #fffdf7; background: var(--about-navy); font-size: 24px; box-shadow: 0 10px 18px rgba(16, 44, 77, .18); }
.intro-note h3 { margin: 0; color: var(--about-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; font-weight: 700; line-height: 1.05; }
.intro-note p { margin: 13px 0 0; color: var(--about-copy); font-size: 14px; line-height: 1.72; }

.about-points { padding: clamp(58px, 6vw, 90px) 0; background: #fffdf8; }
.section-heading { max-width: 670px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; color: var(--about-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(36px, 4.5vw, 54px); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.section-heading p { max-width: 600px; margin: 15px 0 0; color: var(--about-copy); font-size: 14px; line-height: 1.75; }
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.about-card { position: relative; min-height: 255px; padding: 28px 27px; overflow: hidden; border: 1px solid var(--about-line); border-radius: 24px; background: #fffdf9; box-shadow: 0 13px 31px rgba(48, 36, 24, .06); }
.about-card::after { position: absolute; top: -35px; right: -35px; width: 104px; height: 104px; border: 1px solid rgba(200, 149, 69, .2); border-radius: 50%; content: ""; }
.card-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #a66a38; background: #f8ebd3; font-size: 10px; font-weight: 800; }
.about-card h3 { position: relative; z-index: 1; margin: 36px 0 11px; color: var(--about-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; font-weight: 700; line-height: 1.02; }
.about-card p { position: relative; z-index: 1; margin: 0; color: var(--about-copy); font-size: 13px; line-height: 1.75; }

.about-story { padding: clamp(58px, 7vw, 100px) 0; background: linear-gradient(118deg, #0a2644 0%, #174262 58%, #1c4a68 100%); color: #fffaf1; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .9fr); gap: clamp(36px, 7vw, 90px); align-items: center; }
.about-story .eyebrow { color: #f1bf61; }
.about-story h2 { max-width: 570px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(39px, 4.9vw, 61px); font-weight: 700; letter-spacing: -.04em; line-height: .97; }
.about-story > .about-container p, .about-story-copy { max-width: 610px; margin: 20px 0 0; color: rgba(255, 250, 241, .78); font-size: 15px; line-height: 1.85; }
.story-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.story-list li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; align-items: center; padding: 15px 17px; border: 1px solid rgba(241, 191, 97, .25); border-radius: 16px; background: rgba(255, 255, 255, .06); color: #fffaf1; font-size: 13px; font-weight: 700; line-height: 1.45; }
.story-list span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #0c2a48; background: #f1bf61; font-size: 14px; }

.about-next { padding: clamp(54px, 6vw, 76px) 0; text-align: center; background: #f4ead8; }
.about-next h2 { max-width: 600px; margin: 0 auto; color: var(--about-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(37px, 4.5vw, 52px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.about-next p { max-width: 590px; margin: 15px auto 25px; color: var(--about-copy); font-size: 14px; line-height: 1.75; }
.next-button { display: inline-flex; align-items: center; gap: 11px; min-height: 47px; padding: 0 22px; border-radius: 999px; color: #fffdf8; background: var(--about-navy); box-shadow: 0 12px 24px rgba(16, 44, 77, .18); font-size: 12px; font-weight: 800; text-decoration: none; }
.next-button:hover { background: #1c466c; }

.utility-empty { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 112px) 0; text-align: center; background: radial-gradient(circle at 8% 8%, rgba(232, 179, 79, .19), transparent 18%), radial-gradient(circle at 92% 88%, rgba(25, 72, 105, .1), transparent 22%), #f8f0e3; }
.utility-empty::before, .utility-empty::after { position: absolute; border: 1px solid rgba(17, 51, 82, .1); border-radius: 50%; content: ""; pointer-events: none; }
.utility-empty::before { top: -180px; right: -130px; width: 360px; height: 360px; }
.utility-empty::after { bottom: -225px; left: -150px; width: 430px; height: 430px; }
.utility-empty .about-container { position: relative; z-index: 1; max-width: 650px; }
.utility-empty-mark { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 20px; border: 1px solid rgba(12, 42, 72, .17); border-radius: 50%; color: #b87932; background: rgba(255, 253, 248, .65); font-size: 24px; }
.utility-empty h2 { margin: 0; color: var(--about-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(40px, 4.5vw, 56px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.utility-empty p { max-width: 510px; margin: 16px auto 0; color: var(--about-copy); font-size: 14px; line-height: 1.75; }
.utility-empty-note { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding: 10px 16px; border: 1px solid rgba(12, 42, 72, .12); border-radius: 999px; color: #755c43; background: rgba(255, 253, 248, .72); font-size: 11px; font-weight: 700; }
.utility-empty-note span { color: #d29a45; font-size: 14px; }

.site-footer { padding: 28px 0; color: rgba(255, 250, 241, .76); background: #4a3428; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-brand { color: #fffaf1; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 700; text-decoration: none; }
.footer-brand small { display: block; margin-top: 3px; color: #f4cd7d; font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 18px; }
.footer-links a { color: inherit; font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: #f4cd7d; }

@media (max-width: 760px) {
  .about-container { width: min(100% - 26px, 1170px); }
  .utility-inner { justify-content: center; min-height: 35px; }
  .utility-links { gap: 15px; }
  .utility-links a { display: none; }
  .utility-links a:first-child,
  .utility-links a:nth-child(3) { display: inline-flex; }
  .utility-links a { font-size: 11px; }
  .admission-date { display: none; }
  .main-header-inner { min-height: 73px; gap: 10px; }
  .brand { flex: 1; }
  .logo-frame { width: 48px; height: 48px; flex-basis: 48px; }
  .logo-frame img { top: -16px; left: -31px; width: 110px; height: 110px; }
  .brand-copy strong { overflow: visible; font-size: 18px; line-height: .94; text-overflow: clip; white-space: normal; }
  .brand-copy span { margin-top: 3px; font-size: 12px; }
  .apply-button { display: none; }
  .login-link { display: inline-flex; min-height: 39px; padding: 0 13px; font-size: 11px; }
  .menu-toggle { display: grid; place-items: center; }
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .primary-nav .about-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; padding: 10px 0; }
  .primary-nav > .about-container > a, .nav-trigger { width: 100%; min-height: 39px; padding: 0 11px; font-size: 12px; }
  .nav-dropdown.is-open { grid-column: 1 / -1; }
  .nav-menu { position: static; display: none; width: 100%; min-width: 0; max-width: none; margin-top: 4px; padding: 5px 0; border-radius: 10px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-dropdown.is-open .nav-menu { display: block; }
  .nav-menu a { min-height: 37px; padding: 7px 15px; font-size: 12px; }
  .admission-opening-inner { display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; min-height: 0; padding: 12px 0; }
  .admission-opening-label { grid-column: 1 / -1; justify-self: start; min-height: 25px; padding: 0 9px; font-size: 8px; }
  .admission-opening-inner p { font-size: 11px; }
  .admission-opening-inner p strong { display: block; margin: 2px 0 0; font-size: 15px; }
  .admission-opening-inner a { min-height: 34px; padding: 0 11px; font-size: 9px; }
  .about-hero { height: 235px; }
  .about-hero img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 72% center; opacity: .72; }
  body[data-club-page] .about-hero img { object-position: center 19%; }
  .about-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3, 23, 52, .96) 0%, rgba(3, 23, 52, .81) 45%, rgba(3, 23, 52, .12) 100%); }
  .notice-hero-title { display: none; }
  .about-mobile-title { position: absolute; z-index: 1; top: 50%; left: 26px; display: block; max-width: min(66vw, 265px); color: #fffaf1; transform: translateY(-50%); }
  .about-mobile-title::before { display: block; width: 48px; height: 3px; margin-bottom: 17px; border-radius: 999px; content: ""; background: #e8b34f; }
  .about-mobile-title p { margin: 0 0 8px; color: #f1bf61; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
  .about-mobile-title .mobile-heading { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 10.6vw, 46px); font-weight: 700; letter-spacing: -.035em; line-height: .9; }
  .about-intro { padding: 51px 0 55px; }
  .about-intro-grid, .about-story-grid { grid-template-columns: 1fr; gap: 29px; }
  .page-crumb { margin-bottom: 18px; font-size: 9px; }
  .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .about-intro h2 { font-size: clamp(38px, 11.5vw, 50px); }
  .about-lead { margin-top: 17px; font-size: 13px; line-height: 1.75; }
  .intro-note { padding: 24px; border-radius: 21px; }
  .intro-note-icon { width: 42px; height: 42px; margin-bottom: 16px; border-radius: 13px; font-size: 20px; }
  .intro-note h3 { font-size: 25px; }
  .intro-note p { font-size: 12px; }
  .about-points { padding: 54px 0; }
  .section-heading { margin-bottom: 23px; }
  .section-heading h2 { font-size: clamp(35px, 10vw, 44px); }
  .section-heading p { margin-top: 12px; font-size: 12px; }
  .about-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-card { min-height: 0; padding: 23px; border-radius: 20px; }
  .card-number { width: 34px; height: 34px; border-radius: 10px; font-size: 9px; }
  .about-card h3 { margin: 22px 0 8px; font-size: 25px; }
  .about-card p { font-size: 12px; line-height: 1.65; }
  .about-story { padding: 55px 0; }
  .about-story h2 { font-size: clamp(37px, 11vw, 48px); }
  .about-story-copy { margin-top: 15px; font-size: 13px; line-height: 1.75; }
  .story-list { gap: 9px; }
  .story-list li { grid-template-columns: 29px minmax(0, 1fr); gap: 11px; padding: 12px; border-radius: 13px; font-size: 11px; }
  .story-list span { width: 29px; height: 29px; font-size: 12px; }
  .about-next { padding: 54px 0; }
  .about-next h2 { font-size: clamp(34px, 10vw, 43px); }
  .about-next p { margin-top: 12px; font-size: 12px; }
  .next-button { min-height: 44px; padding: 0 18px; font-size: 11px; }
  .utility-empty { padding: 65px 0; }
  .utility-empty-mark { width: 48px; height: 48px; margin-bottom: 17px; font-size: 21px; }
  .utility-empty h2 { font-size: clamp(36px, 11vw, 46px); }
  .utility-empty p { font-size: 12px; }
  .utility-empty-note { margin-top: 21px; padding: 9px 13px; font-size: 10px; }
  .footer-inner { display: block; text-align: center; }
  .footer-brand { font-size: 21px; }
  .footer-brand small { font-size: 8px; }
  .footer-links { justify-content: center; margin-top: 17px; gap: 10px 15px; }
  .footer-links a { font-size: 10px; }
}

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