:root {
  --navy: #0a1b2a;
  --navy-2: #10283d;
  --orange: #c9441b;
  --orange-dark: #a83211;
  --orange-pale: #fff5ec;
  --gold: #c7a546;
  --leaf: #6f993b;
  --leaf-pale: #eef5df;
  --ivory: #fffdf7;
  --paper: #ffffff;
  --mist: #f5f7f8;
  --ink: #15202b;
  --muted: #5d6975;
  --line: #dbe2e8;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: rgba(201,68,27,.16); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "BIZ UDPGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 17px; line-height: 1.78; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--leaf); outline-offset: 4px; }
:target { scroll-margin-top: 88px; }
.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: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); transition: transform .18s ease; }
.skip-link:focus-visible { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 18px; min-height: 78px; padding: 11px max(22px, calc((100vw - var(--container)) / 2)); background: rgba(255,255,255,.97); border-top: 3px solid var(--gold); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: block; flex: 0 0 230px; width: 230px; line-height: 0; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.nav { display: flex; gap: 17px; margin-left: auto; color: var(--navy); font-size: 13px; font-weight: 800; white-space: nowrap; }
.nav a, .header-cta, .button { text-decoration: none; }
.nav a { position: relative; }
.nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--leaf); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.nav a:hover { color: var(--navy); }
.nav a:hover::after { transform: scaleX(1); }
.member-tools { display: flex; gap: 10px; align-items: center; white-space: nowrap; }
.member-tools a, .footer-member-links a { color: var(--navy); font-size: 13px; font-weight: 900; text-decoration: none; }
.member-tools a:first-child { color: var(--orange-dark); }
.member-tools a + a { padding-left: 10px; border-left: 1px solid var(--line); }
.member-tools a:hover { color: var(--orange); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 15px; color: #fff; background: var(--orange); border: 1px solid var(--orange); border-radius: 5px; font-size: 14px; font-weight: 900; white-space: nowrap; }
.header-cta:hover, .button.primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); }

.hero { position: relative; display: grid; min-height: 630px; overflow: hidden; color: var(--navy); background: var(--ivory); isolation: isolate; }
.hero-banner, .hero-copy { grid-area: 1 / 1; }
.hero-banner { position: relative; z-index: -2; width: 100%; height: 100%; margin: 0; overflow: hidden; }
.hero-banner::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(255,253,247,.99) 0%, rgba(255,253,247,.96) 34%, rgba(255,253,247,.58) 54%, rgba(255,253,247,.08) 76%); }
.hero-banner img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; display: flex; align-items: flex-start; }
.hero-inner { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 54px 0 38px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { color: var(--orange); }
.eyebrow.on-dark { color: #f08a5d; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin: 12px 0 20px; color: var(--navy); font-size: clamp(40px, 4.5vw, 58px); line-height: 1.18; letter-spacing: .01em; }
.hero h1 { max-width: 720px; color: var(--navy); text-wrap: balance; text-shadow: none; }
.hero h1 span { display: block; }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: #465867; font-size: 20px; font-weight: 700; line-height: 1.72; }
.hero-lead strong { color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 900; line-height: 1.35; }
.button.primary { color: #fff; background: var(--orange); }
.button.secondary { color: #fff; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.65); }
.button.secondary:hover { background: rgba(255,255,255,.18); }
.hero .button.secondary { color: var(--navy); background: rgba(255,255,255,.82); border-color: #aebfca; }
.hero .button.secondary:hover { background: #fff; }
.hero-professions { display: flex; flex-wrap: wrap; gap: 8px 0; max-width: 720px; margin: 30px 0 0; padding: 18px 20px; color: var(--navy); list-style: none; background: rgba(255,255,255,.68); border-top: 1px solid rgba(199,165,70,.65); border-bottom: 1px solid rgba(199,165,70,.4); }
.hero-professions li { padding: 0 13px; border-left: 1px solid rgba(199,165,70,.72); font-size: 14px; font-weight: 800; line-height: 1.4; }
.hero-professions li:first-child { padding-left: 0; border-left: 0; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.event-section { background: linear-gradient(135deg, var(--orange-pale), var(--ivory)); border-top: 1px solid #f0d8cb; border-bottom: 1px solid #eadfbe; }
.event-inner { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 68px 0; }
.event-heading { max-width: 720px; margin-bottom: 26px; }
.event-heading h2 { margin-top: 8px; margin-bottom: 10px; }
.event-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.event-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; padding: 31px 34px; background: var(--paper); border: 1px solid #e8c5b3; border-top: 4px solid var(--orange); box-shadow: 0 14px 32px rgba(10,27,42,.08); }
.event-label { margin-bottom: 10px; color: var(--navy); font-size: 18px; font-weight: 900; }
.event-date { margin-bottom: 10px; color: var(--navy); font-size: clamp(26px, 3.2vw, 40px); font-weight: 900; line-height: 1.25; letter-spacing: .01em; }
.event-date span { display: block; margin-bottom: 3px; color: var(--orange); font-size: 14px; letter-spacing: .08em; }
.event-venue { margin-bottom: 0; color: var(--navy); font-weight: 800; line-height: 1.6; }
.event-venue span { color: var(--muted); font-size: 15px; font-weight: 500; }
.event-actions { display: grid; gap: 12px; justify-items: start; max-width: 320px; }
.event-actions p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.upcoming-events { margin-top: 32px; padding: 28px 34px 30px; background: rgba(255,255,255,.72); border: 1px solid #e8d8cc; }
.upcoming-events-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.upcoming-events-heading .eyebrow { margin: 0; }
.upcoming-events-heading h3 { margin: 0; color: var(--navy); font-size: 22px; }
.upcoming-events-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.upcoming-events-list li { display: grid; gap: 7px; padding: 0 22px; border-left: 1px solid #e8d8cc; }
.upcoming-events-list li:first-child { padding-left: 0; border-left: 0; }
.upcoming-event-number { color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.upcoming-events-list time { color: var(--navy); font-weight: 900; line-height: 1.55; }
.upcoming-event-venue { color: var(--muted); font-size: 14px; }
.upcoming-events-note { margin: 22px 0 0; padding-top: 18px; color: var(--muted); font-size: 14px; border-top: 1px solid #e8d8cc; }

.section { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 92px 0; }
.intro-section { padding-top: 64px; }
.section-heading { max-width: 810px; margin-bottom: 38px; }
.section-heading.compact { max-width: 700px; }
.about-copy > p { color: var(--muted); }
.about-copy > p + p { margin-top: 20px; }
.about-subhead { margin: 38px 0 16px; padding-top: 26px; border-top: 1px solid var(--line); font-size: clamp(23px, 2.2vw, 30px); }
h2 { margin-bottom: 17px; color: var(--navy); font-size: clamp(30px, 3.5vw, 48px); line-height: 1.3; letter-spacing: .01em; }
h3 { margin-bottom: 8px; color: var(--navy); font-size: 21px; line-height: 1.45; }
.section-heading > p:last-child, .purpose-grid p, .activity-list p, .subnote, .join-flow p, .faq-list p { color: var(--muted); }

.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purpose-grid article { min-height: 240px; padding: 28px 30px 28px 0; border-right: 1px solid var(--line); }
.purpose-grid article + article { padding-left: 30px; }
.purpose-grid article:last-child { border-right: 0; }
.purpose-grid span { display: block; margin-bottom: 14px; color: var(--orange); font-weight: 900; }

.statement-band { color: #fff; background: var(--navy-2); border-top: 4px solid var(--gold); }
.statement-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 78px 0; }
.statement-band h2 { color: #fff; }
.stance-list { margin: 0; }
.stance-list div { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.25); }
.stance-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.stance-list dt { margin-bottom: 3px; color: #f08a5d; font-size: 14px; font-weight: 900; }
.stance-list dd { margin: 0; font-weight: 700; }

.activity-section { padding-bottom: 82px; }
.activity-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 44px; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.activity-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.activity-list span { color: var(--orange); font-size: 22px; font-weight: 900; line-height: 1.55; }
.activity-list h3 { margin-top: 0; }
.activity-list p { margin-bottom: 0; }

.learning-scene { background: linear-gradient(90deg, var(--leaf-pale), var(--mist) 42%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-scene-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 78px 0; }
.learning-scene .section-heading { margin-bottom: 0; }
.learning-scene-visual { margin: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.learning-scene-visual img { display: block; width: 100%; height: auto; border-radius: 4px; }
.learning-scene-visual figcaption { margin: 12px 8px 3px; color: var(--muted); font-size: 15px; line-height: 1.6; }

.membership-section { background: var(--ivory); border-top: 1px solid #eadfbe; border-bottom: 1px solid #eadfbe; }
.membership-inner { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 88px 0; }
.membership-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.member-types, .fees-wrap { padding-top: 24px; border-top: 3px solid var(--navy); }
.member-types ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; margin: 0 0 18px; padding: 0; list-style: none; font-weight: 800; }
.member-types li { padding-bottom: 8px; border-bottom: 1px solid rgba(21,32,43,.16); }
.subnote { margin-bottom: 0; font-size: 15px; }
.fees-wrap table { width: 100%; border-collapse: collapse; background: #fff; }
.fees-wrap th, .fees-wrap td { padding: 13px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.fees-wrap th { width: 43%; color: var(--navy); }
.fees-wrap td { color: var(--navy); font-size: 21px; font-weight: 900; }
.fees-wrap small { font-size: 13px; font-weight: 700; }
.fees-wrap .subnote { margin-top: 16px; }

.flow-section { padding-bottom: 84px; }
.join-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.join-flow li { min-height: 224px; padding: 27px 26px 30px 0; border-right: 1px solid var(--line); }
.join-flow li + li { padding-left: 26px; }
.join-flow li:last-child { border-right: 0; }
.join-flow span { display: block; margin-bottom: 26px; color: var(--orange); font-size: 28px; font-weight: 900; }
.join-flow h3 { font-size: 19px; }
.join-flow p { margin-bottom: 0; font-size: 16px; }

.faq-section { padding-top: 20px; }
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 40px 20px 0; color: var(--navy); cursor: pointer; font-weight: 900; }
.faq-list summary::after { position: absolute; right: 6px; content: "+"; color: var(--orange); font-size: 25px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 40px 20px 0; margin-bottom: 0; }

.final-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; width: min(var(--container), calc(100% - 44px)); margin: 0 auto 84px; padding: 52px; overflow: hidden; color: #fff; background: var(--navy); border-top: 4px solid var(--gold); }
.final-cta::after { position: absolute; right: -90px; bottom: -130px; width: 300px; height: 300px; content: ""; border: 42px solid rgba(111,153,59,.2); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { margin: 8px 0 14px; color: #fff; font-size: clamp(29px, 3.2vw, 43px); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.78); }
.final-cta .button { flex: 0 0 auto; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 25px max(22px, calc((100vw - var(--container)) / 2)); color: rgba(255,255,255,.78); background: #07141f; font-size: 14px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { display: block; width: 205px; height: auto; padding: 5px 8px; background: #fff; border-radius: 2px; }
.site-footer p { margin: 0; }
.footer-member-links { display: flex; gap: 18px; }
.footer-member-links a { color: #fff; }
.footer-member-links a:hover { color: #f0c66f; }

.site-header a:focus-visible, .button:focus-visible, .faq-list summary:focus-visible, .footer-member-links a:focus-visible { outline: 3px solid #f08a5d; outline-offset: 3px; }

.application-page { background: var(--mist); }
.application-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 94px 0 70px; }
.application-hero h1 { margin-bottom: 14px; color: var(--navy); font-size: clamp(40px, 5vw, 62px); }
.application-hero > div > p:not(.eyebrow) { max-width: 660px; margin-bottom: 28px; color: var(--muted); }
.application-note { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.application-hero aside { align-self: start; padding: 28px; background: var(--navy); color: #fff; border-top: 3px solid var(--orange); }
.application-hero aside h2 { color: #fff; font-size: 22px; }
.application-hero aside ul { margin: 0; padding-left: 1.2em; }
.application-hero aside li + li { margin-top: 10px; }
.application-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 72px 0 96px; background: #fff; }
.application-page main { background: #fff; }
.application-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.application-flow li { display: grid; grid-template-columns: 185px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.application-flow strong { color: var(--navy); }
.application-flow span, .application-fees > p:last-child { color: var(--muted); }
.application-fees { padding-top: 8px; }
.application-fees table { width: 100%; margin-bottom: 17px; border-collapse: collapse; border-top: 3px solid var(--navy); }
.application-fees th, .application-fees td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.application-fees th { color: var(--navy); }
.application-fees td { color: var(--navy); font-size: 20px; font-weight: 900; }
.application-fees small { font-size: 13px; }

@media (max-width: 860px) {
  .site-header { gap: 12px; min-height: 70px; padding-inline: 18px; }
  .brand { flex-basis: 184px; width: 184px; }
  .nav { display: none; }
  .member-tools { margin-left: auto; }
  .header-cta { display: none; }
  .hero { min-height: 590px; }
  .hero-inner { padding: 48px 0 38px; }
  .intro-section { padding-top: 56px; }
  .hero-lead { font-size: 18px; }
  .purpose-grid, .statement-inner, .membership-columns { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 1fr; gap: 24px; }
  .upcoming-events-list { grid-template-columns: 1fr; gap: 16px; }
  .upcoming-events-list li, .upcoming-events-list li:first-child { padding: 0 0 16px; border: 0; border-bottom: 1px solid #e8d8cc; }
  .upcoming-events-list li:last-child { padding-bottom: 0; border-bottom: 0; }
  .purpose-grid article, .purpose-grid article + article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .purpose-grid article:last-child { border-bottom: 0; }
  .statement-inner { gap: 32px; padding: 60px 0; }
  .activity-list { grid-template-columns: 1fr; }
  .learning-scene-inner { grid-template-columns: 1fr; gap: 36px; padding: 60px 0; }
  .membership-columns { gap: 38px; }
  .join-flow { grid-template-columns: 1fr 1fr; }
  .join-flow li { min-height: 0; padding: 22px 18px 22px 0; }
  .join-flow li:nth-child(2) { border-right: 0; padding-left: 18px; }
  .join-flow li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .join-flow li:nth-child(3) { padding-left: 0; }
  .join-flow li:nth-child(4) { padding-left: 18px; border-right: 0; }
  .join-flow span { margin-bottom: 14px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .application-hero, .application-content { grid-template-columns: 1fr; gap: 40px; }
  .application-hero { padding-top: 72px; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .site-header { min-height: 65px; }
  .brand { flex-basis: 148px; width: 148px; }
  .member-tools { gap: 7px; }
  .member-tools a { font-size: 11px; }
  .member-tools a + a { padding-left: 7px; }
  .hero { display: flex; flex-direction: column; min-height: 0; color: var(--navy); background: var(--ivory); }
  .hero-copy { order: 1; background: linear-gradient(180deg, #f8fcff, var(--ivory)); }
  .hero-banner { position: relative; z-index: 0; order: 2; height: auto; }
  .hero-banner::after { display: none; }
  .hero-banner img { width: 100%; height: auto; object-fit: contain; }
  .hero-inner, .section, .statement-inner, .membership-inner { width: min(100% - 36px, var(--container)); }
  .hero-inner { padding: 38px 0 32px; }
  .hero .eyebrow { color: var(--orange); }
  .hero h1 { color: var(--navy); text-shadow: none; }
  .hero-lead { color: var(--muted); }
  .hero-lead strong { color: var(--navy); }
  .hero .button.secondary { color: var(--navy); background: #fff; border-color: #b8c8d2; }
  .hero-professions { margin-top: 22px; padding: 16px 0; color: var(--navy); background: transparent; border-top-color: rgba(199,165,70,.55); border-bottom-color: rgba(199,165,70,.35); }
  .hero-professions li { border-left-color: rgba(199,165,70,.7); }
  .hero-note { color: var(--muted); }
  .event-inner { width: min(100% - 36px, var(--container)); padding: 52px 0; }
  .event-card { padding: 25px 21px; }
  .event-label { font-size: 16px; }
  .event-date { font-size: 28px; }
  .event-actions { max-width: none; }
  .event-actions .button { width: 100%; }
  .upcoming-events { margin-top: 24px; padding: 24px 21px; }
  .upcoming-events-heading { display: block; }
  .upcoming-events-heading .eyebrow { margin-bottom: 7px; }
  .upcoming-events-heading h3 { font-size: 20px; }
  .hero-professions { gap: 7px 0; margin-top: 22px; }
  .hero-professions li { padding: 0 9px; font-size: 13px; }
  .hero-professions li:first-child { padding-left: 0; }
  .learning-scene-inner { width: min(100% - 36px, var(--container)); padding: 50px 0; }
  h1 { font-size: 30px; line-height: 1.36; letter-spacing: -.025em; }
  .hero h1 span { display: inline; }
  h2 { font-size: 29px; }
  .hero-lead { font-size: 17px; }
  .section { padding: 64px 0; }
  .intro-section { padding-top: 48px; }
  .membership-inner { padding: 64px 0; }
  .member-types ul { grid-template-columns: 1fr; }
  .activity-list li { grid-template-columns: 45px 1fr; gap: 10px; }
  .join-flow { grid-template-columns: 1fr; }
  .join-flow li, .join-flow li:nth-child(2), .join-flow li:nth-child(3), .join-flow li:nth-child(4) { padding: 20px 0; border-right: 0; border-top: 1px solid var(--line); }
  .join-flow li:first-child { border-top: 0; }
  .final-cta { width: min(100% - 36px, var(--container)); margin-bottom: 64px; padding: 34px 22px; }
  .site-footer { padding: 26px 18px; }
  .application-hero, .application-content { width: min(100% - 36px, var(--container)); padding-top: 56px; padding-bottom: 64px; }
  .application-hero aside { padding: 22px; }
  .application-flow li { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav a::after { transition: none; }
}
