:root {
  --navy: #17376f;
  --navy-deep: #0b2149;
  --navy-soft: #eaf0fa;
  --orange: #ee8b00;
  --orange-dark: #b75d0a;
  --cream: #f7f3eb;
  --white: #fff;
  --ink: #172036;
  --muted: #667085;
  --line: #dce2ec;
  --success: #176b4d;
  --shadow: 0 22px 60px rgba(11, 33, 73, .12);
  --radius: 20px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--orange); color: #15100a; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 0 0 8px 8px; background: var(--orange); color: #111; font-weight: 700; }
.skip-link:focus { top: 0; }
.topbar { background: var(--navy-deep); color: #dfe8fa; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-inner div { display: flex; align-items: center; gap: 14px; }
.topbar-inner span { width: 1px; height: 14px; background: rgba(255,255,255,.25); }
.topbar a:hover { color: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,226,236,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: var(--navy); }
.brand img { width: 70px; height: 56px; object-fit: contain; object-position: center; }
.brand > span { display: flex; align-items: center; gap: 10px; }
.brand strong { font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand small { padding-left: 10px; border-left: 1px solid var(--line); color: #4b5f82; font: 600 9px/1.25 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 29px); }
.main-nav > a { position: relative; padding: 32px 0 29px; color: #344054; font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-nav > a::after { position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--navy); }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav .nav-login { padding: 12px 17px; border-radius: 10px; background: var(--navy); color: #fff; }
.main-nav .nav-login::after { display: none; }
.main-nav .nav-login:hover { background: var(--navy-deep); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); }
.menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px 0; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(46px, 5.6vw, 82px); }
h2 { font-size: clamp(34px, 4.2vw, 58px); }
h3 { font-size: 23px; }
p { margin-top: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange-dark); font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 3px; content: ""; background: var(--orange); }
.eyebrow.light { color: #ffc36d; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.button { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #1e1a14; }
.button-primary:hover { background: #ff9b0b; }
.button-secondary { border-color: rgba(255,255,255,.4); color: #fff; }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.button-navy { background: var(--navy); color: #fff; }
.button-navy:hover { background: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 700; }
.text-link:hover { color: var(--orange-dark); }

.home-hero { position: relative; min-height: 720px; display: grid; align-items: stretch; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-image { position: absolute; inset: 0 0 0 44%; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(11,33,73,.18) 42%, rgba(11,33,73,.06) 100%), url('../assets/images/hero-ffdt.webp') center/cover no-repeat; }
.home-hero::after { position: absolute; inset: auto 0 0; height: 110px; content: ""; background: linear-gradient(transparent, rgba(4,17,41,.42)); }
.hero-content { position: relative; z-index: 2; width: min(54%, 700px); padding-top: clamp(86px, 10vw, 140px); padding-bottom: 105px; }
.hero-content h1 { max-width: 720px; }
.hero-content > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 36px; color: #dae3f3; font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-marker { position: absolute; z-index: 3; right: 32px; bottom: 26px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-marker span { width: 42px; height: 1px; background: var(--orange); }
.intro-section { padding: 120px 0 100px; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.intro-grid .big-copy { margin: 0; color: #35425b; font: 500 clamp(23px, 2.5vw, 35px)/1.42 "Manrope", sans-serif; letter-spacing: -.025em; }
.intro-aside { margin-top: 36px; padding: 18px 20px; border-radius: 12px; background: var(--cream); color: var(--muted); }
.bureau-teaser-section { padding: 0 0 96px; }
.bureau-teaser { width: min(calc(100% - 40px), 1060px); display: grid; grid-template-columns: minmax(300px, 420px) 1fr; align-items: center; gap: clamp(38px, 6vw, 72px); }
.bureau-teaser-image { position: relative; }
.bureau-teaser-image::after { position: absolute; right: -14px; bottom: -14px; z-index: -1; width: 62%; height: 58%; content: ""; border-radius: 14px; background: var(--orange); }
.bureau-teaser-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 24%; border-radius: 14px; box-shadow: 0 18px 42px rgba(11,33,73,.14); }
.bureau-teaser-copy h2 { font-size: clamp(32px, 3.4vw, 46px); }
.bureau-teaser-copy p { max-width: 58ch; margin: 20px 0 26px; color: var(--muted); font-size: 17px; }
.missions-section { padding: 110px 0; background: var(--cream); }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mission-card { min-height: 350px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #e6dfd2; border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.mission-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.mission-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; background: var(--navy-soft); color: var(--navy); }
.mission-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.mission-card h3 { margin-top: auto; margin-bottom: 18px; font-size: 30px; }
.mission-card p { margin: 0; color: var(--muted); }
.news-section { padding: 115px 0; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.heading-row .section-heading { margin: 0; }
.news-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.news-card { position: relative; padding: 30px; display: flex; flex-direction: column; min-height: 310px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.news-card.featured { min-height: 450px; background: var(--navy); color: #fff; border-color: var(--navy); }
.news-card.featured::before { position: absolute; width: 240px; height: 240px; right: -80px; top: -90px; content: ""; border: 36px solid rgba(238,139,0,.85); border-radius: 50%; }
.news-meta { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; margin-bottom: 64px; color: var(--muted); font-size: 13px; }
.featured .news-meta { color: #ced9ed; }
.news-meta .tag { padding: 5px 9px; border-radius: 100px; background: var(--navy-soft); color: var(--navy); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.featured .news-meta .tag { background: var(--orange); color: #231a0b; }
.news-card h3 { position: relative; z-index: 1; margin-top: auto; font-size: clamp(24px, 3vw, 38px); }
.news-card p { position: relative; z-index: 1; margin: 18px 0 24px; color: var(--muted); }
.featured p { color: #d5def0; max-width: 720px; }
.news-card .text-link { position: relative; z-index: 1; }
.featured .text-link { color: #ffc36d; }
.commitment-section { overflow: hidden; background: var(--navy-deep); color: #fff; }
.commitment-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 570px; }
.commitment-copy { padding: 105px clamp(40px, 7vw, 110px) 105px 0; }
.commitment-copy p:last-of-type { margin: 26px 0 32px; color: #cad5e9; font-size: 18px; }
.commitment-visual { position: relative; background: var(--orange); }
.commitment-visual::before, .commitment-visual::after { position: absolute; content: ""; border: 56px solid var(--navy); border-radius: 50%; }
.commitment-visual::before { width: 460px; height: 460px; top: -80px; left: 16%; }
.commitment-visual::after { width: 240px; height: 240px; right: -60px; bottom: -70px; border-color: rgba(255,255,255,.55); }
.visual-word { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-7deg); color: var(--navy-deep); font: 800 clamp(64px, 9vw, 125px)/.8 "Manrope", sans-serif; letter-spacing: -.08em; text-transform: uppercase; }
.member-cta { padding: 100px 0; background: var(--cream); }
.cta-panel { padding: clamp(35px, 6vw, 78px); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; border-radius: 28px; background: #fff; box-shadow: 0 16px 50px rgba(49,42,28,.08); }
.cta-panel h2 { max-width: 820px; font-size: clamp(32px, 4vw, 50px); }
.cta-panel p { max-width: 750px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }

.page-hero { position: relative; overflow: hidden; padding: 100px 0 92px; background: var(--navy-deep); color: #fff; }
.page-hero::after { position: absolute; width: 480px; height: 480px; right: -130px; top: -250px; content: ""; border: 58px solid var(--orange); border-radius: 50%; opacity: .92; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(45px, 6vw, 76px); }
.page-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: #d4def0; font-size: 20px; }
.content-section { padding: 105px 0; }
.content-section.soft { background: var(--cream); }
.content-section.navy { background: var(--navy-deep); color: #fff; }
.page-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-bottom: 68px; }
.page-intro p { color: var(--muted); font-size: 19px; }
.department-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.department-card { padding: 30px; display: grid; grid-template-columns: 80px 1fr; gap: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.dept-code { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #21170a; font: 800 28px/1 "Manrope", sans-serif; }
.department-card .region { margin: 0 0 5px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.department-card h2 { font-size: 31px; }
.department-card .organisation { margin: 8px 0 20px; color: var(--muted); }
.department-president { display: grid; gap: 2px; margin: 0 0 18px; }
.department-president span { color: var(--muted); font-size: 12px; }
.department-president strong { color: var(--navy); font-size: 15px; }
.department-contact { padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: start; }
.department-contact small { margin-bottom: 6px; color: var(--muted); }
.department-contact a { color: var(--navy); font-weight: 700; }
.pending-contact { margin: 3px 0 0; color: #59677e; font-size: 14px; font-weight: 600; }
.map-placeholder { position: relative; min-height: 370px; margin-top: 32px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: var(--navy); color: #fff; text-align: center; }
.map-placeholder::before, .map-placeholder::after { position: absolute; content: ""; border: 30px solid rgba(238,139,0,.75); border-radius: 48% 52% 44% 56%; }
.map-placeholder::before { width: 270px; height: 310px; transform: rotate(12deg); }
.map-placeholder::after { width: 155px; height: 210px; transform: rotate(-16deg); opacity: .4; }
.map-placeholder div { position: relative; z-index: 1; max-width: 460px; padding: 30px; }
.map-placeholder strong { display: block; margin-bottom: 12px; font: 700 26px/1.2 "Manrope", sans-serif; }
.map-placeholder p { color: #d2dcee; }
.steps { counter-reset: steps; }
.step { display: grid; grid-template-columns: 90px .75fr 1.25fr; gap: 34px; padding: 38px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step .number { color: var(--orange-dark); font: 800 18px/1 "Manrope", sans-serif; }
.step h2 { font-size: 30px; }
.step p { margin: 0; color: var(--muted); font-size: 17px; }
.source-note, .notice { padding: 18px 22px; border: 1px solid #efd7af; border-radius: 12px; background: #fff7e9; color: #65440d; }
.source-note { margin-top: 42px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.topic-card { min-height: 300px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.topic-card .topic-index { margin-bottom: 55px; color: var(--orange-dark); font: 800 13px/1 "Manrope", sans-serif; }
.topic-card h2 { font-size: 30px; }
.topic-card p { color: var(--muted); }
.topic-card .text-link { margin-top: auto; }
.news-list { display: grid; gap: 18px; }
.news-list-card { padding: 32px; display: grid; grid-template-columns: 210px 1fr auto; gap: 34px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); }
.news-list-card .news-date { color: var(--muted); font-size: 14px; }
.news-list-card .tag { display: inline-block; margin-top: 10px; padding: 5px 9px; border-radius: 20px; background: var(--navy-soft); color: var(--navy); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.news-list-card h2 { font-size: 28px; }
.news-list-card p { margin: 10px 0 0; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: start; }
.article-meta { margin-bottom: 35px; color: var(--orange-dark); font-weight: 700; }
.article-body { font-size: 19px; }
.article-body p { margin-bottom: 24px; }
.article-aside { position: sticky; top: 120px; padding: 26px; border-radius: var(--radius); background: var(--cream); }
.article-aside h2 { font-size: 22px; }
.article-aside p { margin: 14px 0 20px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font: 600 19px/1.4 "Manrope", sans-serif; }
.benefit-card span { width: 34px; height: 34px; margin-bottom: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #21170a; }
.adhesion-process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.adhesion-process li { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.adhesion-process > li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #21170a; font: 800 16px/1 "Manrope", sans-serif; }
.adhesion-process h3 { margin-bottom: 8px; }
.adhesion-process p { max-width: 70ch; margin: 0; color: var(--muted); font-size: 17px; }

.federation-intro { overflow: hidden; }
.federation-photo-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.bureau-photo { position: relative; margin: 0; }
.bureau-photo::before { position: absolute; z-index: -1; right: -22px; top: 26px; width: 58%; height: 84%; content: ""; border-radius: 16px; background: var(--orange); }
.bureau-photo img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 16px; box-shadow: 0 25px 65px rgba(11,33,73,.18); }
.bureau-photo figcaption { margin-top: 14px; color: var(--muted); font-size: 13px; }
.federation-purpose h2 { font-size: clamp(34px, 4vw, 54px); }
.federation-purpose p { margin: 25px 0; color: var(--muted); font-size: 18px; }
.board-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 70px; }
.board-member { padding: 26px 0; border-top: 1px solid #d8d2c7; }
.board-member:last-child:nth-child(odd) { grid-column: 1 / -1; }
.board-member p { margin: 0 0 8px; color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.board-member h3 { font-size: clamp(22px, 2.5vw, 30px); }
.profile-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.profile-monogram { width: 120px; height: 120px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy-deep); font: 800 38px/1 "Manrope", sans-serif; }
.profile-identity > p { margin: 0 0 10px; color: #ffc36d; font-weight: 700; }
.profile-identity h2 { font-size: clamp(38px, 5vw, 64px); }
.profile-copy { padding-top: 10px; }
.profile-copy p { max-width: 70ch; color: #dce5f5; font-size: clamp(18px, 2vw, 21px); }
.profile-copy p:last-child { margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details { display: grid; gap: 12px; margin-top: 32px; }
.contact-details a, .contact-details p { margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.contact-form, .login-panel, .member-panel { padding: 36px; border-radius: var(--radius); background: var(--cream); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.wide { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 14px; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cbd4e2; border-radius: 9px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(23,55,111,.12); }
.honeypot { position: absolute; left: -9999px; }
.form-privacy { margin: 0; color: var(--muted); font-size: 13px; }
.form-privacy a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-status { padding: 14px 18px; margin-bottom: 20px; border-radius: 9px; background: #e8f7f0; color: var(--success); font-weight: 600; }
.form-error { background: #fff0ed; color: #9d2d20; }
.legal-copy h2 { margin: 44px 0 16px; font-size: 28px; }
.legal-copy p, .legal-copy li { color: #475467; font-size: 17px; }
.legal-copy a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(23,55,111,.35); text-underline-offset: 4px; }
.legal-copy a:hover { color: var(--orange-dark); text-decoration-color: currentColor; }
.legal-copy li + li { margin-top: 10px; }
.legal-updated { margin-bottom: 34px; font-size: 14px !important; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sitemap-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.sitemap-card h2 { font-size: 22px; margin-bottom: 18px; }
.sitemap-card a { display: block; padding: 8px 0; color: var(--navy); font-weight: 600; }

.member-shell { min-height: 70vh; background: var(--navy-soft); padding: 80px 0; }
.login-panel { width: min(100%, 520px); margin: auto; background: #fff; box-shadow: var(--shadow); }
.login-panel h1 { font-size: 40px; }
.login-panel > p { color: var(--muted); }
.member-header { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-bottom: 35px; }
.member-header h1 { font-size: 42px; }
.member-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px; }
.member-panel { background: #fff; }
.member-panel h2 { font-size: 25px; margin-bottom: 22px; }
.discussion-list { display: grid; gap: 13px; margin-top: 25px; }
.discussion { padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
.discussion header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.discussion time { color: var(--muted); font-size: 12px; }
.discussion p { margin: 0; color: #475467; white-space: pre-wrap; }

.site-footer { padding: 78px 0 26px; background: #081b3d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.2fr; gap: 55px; }
.footer-brand img { width: 160px; height: 110px; padding: 8px; object-fit: contain; border-radius: 10px; background: #fff; }
.footer-brand p { margin-top: 22px; color: #e3eaf6; font: 700 22px/1.35 "Manrope", sans-serif; }
.site-footer h2 { margin-bottom: 18px; color: #8fa4ca; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer .footer-grid a { display: block; margin: 9px 0; color: #e2e9f5; font-size: 14px; }
.site-footer .footer-grid a:hover { color: #ffb54a; }
.footer-contact p { color: #9eb0cf; font-size: 14px; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.13); color: #8297bb; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.site-credit { color: #9bb0d3; }
.site-credit:hover { color: #ffb54a; }

@media (max-width: 1060px) {
  .topbar p { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 88px 0 auto; max-height: calc(100vh - 88px); padding: 18px 20px 28px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow: auto; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 22px 40px rgba(11,33,73,.14); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .main-nav .nav-login { margin-top: 14px; padding: 14px; border: 0; text-align: center; }
  .hero-image { left: 30%; opacity: .55; }
  .hero-content { width: 72%; }
  .federation-photo-layout { gap: 45px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(calc(100% - 30px), var(--container)); }
  .topbar { display: none; }
  .header-inner { min-height: 76px; }
  .brand img { width: 56px; height: 48px; }
  .brand small { display: none; }
  .main-nav { top: 76px; max-height: calc(100vh - 76px); }
  .home-hero { min-height: 670px; }
  .hero-image { inset: 0; opacity: .38; background-position: 64% center; }
  .home-hero::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(11,33,73,.98), rgba(11,33,73,.34)); }
  .hero-content { width: 100%; padding-top: 78px; }
  .hero-content > p:not(.eyebrow) { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 360px; }
  .hero-marker { display: none; }
  .intro-section, .missions-section, .news-section, .content-section { padding: 76px 0; }
  .intro-grid, .page-intro, .commitment-grid, .contact-layout, .article-layout, .member-grid, .bureau-teaser, .federation-photo-layout, .profile-layout { grid-template-columns: 1fr; gap: 36px; }
  .bureau-teaser-section { padding-bottom: 76px; }
  .bureau-teaser-image { margin-right: 16px; }
  .bureau-teaser-image img { aspect-ratio: 16 / 9; }
  .federation-purpose { max-width: 700px; }
  .mission-grid, .department-grid, .topic-grid, .benefit-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .heading-row { align-items: start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { min-height: 390px; }
  .commitment-copy { padding: 76px 0; }
  .commitment-visual { min-height: 350px; }
  .cta-panel { grid-template-columns: 1fr; gap: 28px; }
  .page-hero { padding: 76px 0 72px; }
  .page-hero::after { width: 280px; height: 280px; right: -110px; top: -150px; border-width: 36px; }
  .page-hero p:last-child { font-size: 17px; }
  .department-card { grid-template-columns: 62px 1fr; padding: 22px; gap: 18px; }
  .dept-code { width: 58px; height: 58px; font-size: 22px; }
  .step { grid-template-columns: 48px 1fr; gap: 18px; }
  .step p { grid-column: 2; }
  .news-list-card { grid-template-columns: 1fr; gap: 18px; }
  .news-list-card > .text-link { justify-self: start; }
  .article-aside { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .board-list { grid-template-columns: 1fr; }
  .board-member:last-child:nth-child(odd) { grid-column: auto; }
  .field.wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}

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