:root {
  --ink: #102d4f;
  --ink-deep: #0a1c31;
  --blue: #1768ad;
  --blue-light: #eaf5ff;
  --aqua: #4db7c5;
  --red: #f44b4b;
  --paper: #fbfdff;
  --white: #ffffff;
  --line: #dbe7ef;
  --muted: #607386;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --display: "DM Sans", var(--sans);
  --shadow: 0 18px 45px rgba(16, 45, 79, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.8; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -60px; left: 16px; padding: 8px 14px; background: #fff; color: var(--ink); border-radius: 5px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: #fff; }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 15px; font-weight: 700; letter-spacing: .04em; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: inherit; font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: .18em; opacity: .72; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 19px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 500; }
.site-nav > a:not(.nav-contact) { position: relative; }
.site-nav > a:not(.nav-contact)::after { position: absolute; content: ""; width: 0; height: 1px; bottom: -5px; left: 0; background: currentColor; transition: width .25s ease; }
.site-nav > a:not(.nav-contact):hover::after, .site-nav > a:not(.nav-contact):focus-visible::after { width: 100%; }
.nav-contact { padding: 8px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 100px; }
.nav-contact:hover { background: #fff; color: var(--ink); }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; min-height: 700px; color: #fff; background: linear-gradient(133deg, #0e3962 0%, #0e5791 56%, #1277a5 100%); }
.hero::before { position: absolute; content: ""; width: 780px; height: 780px; top: -360px; right: -135px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.025); }
.hero::after { position: absolute; content: ""; width: 44%; min-height: 100%; right: 0; top: 0; opacity: .32; background-image: radial-gradient(rgba(255,255,255,.95) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.22fr .78fr; min-height: 700px; gap: 70px; align-items: center; padding-top: 77px; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.3; }
.eyebrow.light { color: #93dce5; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(43px, 5vw, 69px); font-weight: 800; letter-spacing: -.075em; line-height: 1.25; }
.hero h1 em { color: #b6f0e8; font-style: normal; }
.hero-lead { margin: 28px 0 0; font-size: 16px; font-weight: 500; line-height: 2; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 36px; }
.button { display: inline-flex; gap: 16px; justify-content: center; align-items: center; min-height: 51px; padding: 10px 22px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-white { background: #fff; color: var(--ink); }
.button-white:hover { background: #dff8f5; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 9px; }
.hero-visual { position: relative; height: 400px; }
.visual-card { position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.5); box-shadow: 15px 20px 50px rgba(0,21,49,.22); backdrop-filter: blur(12px); }
.visual-card-main { width: 263px; height: 285px; top: 41px; left: 28px; border-radius: 19px; background: rgba(255,255,255,.16); transform: rotate(-7deg); }
.visual-card-small { width: 174px; height: 182px; right: 0; bottom: 19px; border-radius: 16px; background: rgba(7,35,67,.38); transform: rotate(8deg); }
.visual-icon { display: block; width: 96px; height: 96px; color: #baf1e7; filter: drop-shadow(0 10px 20px rgba(3,50,70,.26)); }
.visual-icon svg { width: 100%; height: 100%; }
.visual-card p { margin: 21px 0 0; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.45; text-align: center; }
.visual-letter { color: #fff; font-family: var(--display); font-size: 95px; line-height: .8; font-weight: 600; }
.visual-dots { position: absolute; width: 100px; height: 100px; right: 39px; top: -8px; background-image: radial-gradient(#b6f0e8 2px, transparent 2px); background-size: 15px 15px; opacity: .7; }
.orbit-one { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(134,222,223,.28); border-radius: 50%; bottom: -365px; left: 24%; }
.orbit-two { position: absolute; width: 700px; height: 700px; border: 1px solid rgba(134,222,223,.1); border-radius: 50%; bottom: -510px; left: 19%; }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-family: var(--display); font-size: 9px; letter-spacing: .2em; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 31px; height: 1px; background: currentColor; }

.section { padding: 123px 0; }
.two-column { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.section-heading h2, .section-top h2 { margin: 0; font-size: clamp(31px, 3.5vw, 44px); letter-spacing: -.06em; line-height: 1.25; }
.profile-section { background: var(--paper); }
.profile-body { max-width: 680px; }
.large-copy { margin: -5px 0 33px; font-size: 21px; font-weight: 600; letter-spacing: .02em; line-height: 1.85; }
.profile-list { margin: 0; border-top: 1px solid var(--line); }
.profile-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--blue); font-size: 13px; font-weight: 700; }
.profile-list dd { margin: 0; font-size: 14px; font-weight: 500; }
.profile-list small, .note-text { color: var(--muted); font-size: 12px; }
.role-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.role-pills span { padding: 8px 13px; border: 1px solid #b7d4e5; border-radius: 3px; color: #2a5f82; background: #f4fbff; font-size: 11px; font-weight: 700; line-height: 1.55; }

.activities-section { background: #eef8fc; }
.section-top { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 49px; }
.section-top > p { max-width: 340px; margin: 0; color: #486578; font-size: 14px; font-weight: 500; }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }
.activity-card { position: relative; overflow: hidden; min-height: 512px; padding: 32px 34px 31px; border-radius: 5px; background: #fff; box-shadow: 0 8px 25px rgba(35,93,126,.07); }
.activity-card::after { position: absolute; content: ""; width: 190px; height: 190px; right: -103px; bottom: -104px; border: 28px solid rgba(82,168,194,.09); border-radius: 50%; }
.quest-card { background: var(--ink-deep); color: #fff; }
.quest-card::after { border-color: rgba(255,255,255,.08); }
.card-logo-area { display: grid; width: 184px; max-width: 100%; aspect-ratio: 1; place-items: center; margin-bottom: 22px; background: #fff; }
.card-logo-area img { width: 100%; height: 100%; object-fit: contain; }
.quest-logo-area { background: #fff; }
.card-number { color: var(--aqua); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.activity-card h3 { margin: 4px 0 15px; font-size: 28px; letter-spacing: -.045em; line-height: 1.45; }
.activity-card > p:not(.card-number) { max-width: 440px; margin: 0; color: #4c687a; font-size: 13px; line-height: 1.95; }
.quest-card > p:not(.card-number) { color: #c4d1db; }
.arrow-link { position: absolute; z-index: 1; bottom: 31px; display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.arrow-link span { font-size: 18px; line-height: 1; }

.lifesaving-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0c2d50, #0e5683); }
.lifesaving-section::after { position: absolute; content: ""; width: 800px; height: 800px; right: -450px; top: -330px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 80px rgba(255,255,255,.025); }
.lifesaving-section .container { position: relative; z-index: 1; }
.lifesaving-intro { max-width: 650px; }
.lifesaving-intro h2 { margin: 0; font-size: clamp(32px, 3.5vw, 45px); letter-spacing: -.06em; }
.lifesaving-intro > p:last-child { margin: 17px 0 0; font-size: 15px; line-height: 2; }
.guidance-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 57px; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.guidance-feature { min-height: 210px; padding: 27px 26px 24px 0; border-right: 1px solid rgba(255,255,255,.24); }
.guidance-feature + .guidance-feature { padding-left: 26px; }
.guidance-feature:last-child { border-right: 0; }
.guidance-feature > span { color: #9fdfdd; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.guidance-feature h3 { margin: 8px 0 10px; font-size: 20px; }
.guidance-feature p { margin: 0; font-size: 13px; line-height: 1.9; }
.guidance-feature small { color: #c1deee; font-size: 11px; }
.steps { margin-top: 52px; padding: 30px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; }
.steps-title { margin: 0 0 18px; color: #aee7e5; font-size: 13px; font-weight: 700; }
.steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 11px; font-size: 12px; line-height: 1.8; }
.steps b { color: #aee7e5; font-family: var(--display); font-size: 11px; }
.emergency-notice { display: flex; gap: 14px; align-items: flex-start; margin-top: 23px; padding: 17px 20px; border-left: 3px solid #f7b04e; background: rgba(7,25,45,.35); }
.emergency-notice span { display: grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #26384b; background: #ffc667; font-family: var(--display); font-weight: 700; line-height: 1; }
.emergency-notice p { margin: 0; font-size: 12px; line-height: 1.9; }

.achievements-section { background: #fff; }
.achievements-content { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 42px; }
.achievement-block h3 { margin: 0 0 13px; color: var(--blue); font-size: 16px; letter-spacing: .04em; }
.lined-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.lined-list li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 500; line-height: 1.8; }
.lined-list strong { color: var(--ink); font-weight: 700; }
.lined-list small { display: block; color: var(--muted); font-size: 10px; }
.note-text { margin: 12px 0 0; line-height: 1.75; }
.stats-row { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 3px; background: var(--blue-light); }
.stats-row > div { display: flex; align-items: center; gap: 16px; padding: 21px 28px; }
.stats-row > div + div { border-left: 1px solid #cce5f4; }
.stats-row strong { color: var(--blue); font-family: var(--display); font-size: 42px; line-height: 1; }
.stats-row strong span { font-family: var(--sans); font-size: 15px; }
.stats-row p { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.5; }

.social-section { padding-block: 78px; background: #f2f9fc; }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.social-inner h2 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.social-links { min-width: min(100%, 500px); }
.social-links a { display: grid; grid-template-columns: 1fr auto 20px; gap: 20px; align-items: center; padding: 13px 0; border-bottom: 1px solid #cfe0e8; transition: color .2s; }
.social-links a:first-child { border-top: 1px solid #cfe0e8; }
.social-links a:hover { color: var(--blue); }
.social-links span { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.social-links b { font-family: var(--display); font-size: 14px; font-weight: 600; }
.social-links i { color: var(--blue); font-size: 20px; font-style: normal; }

.contact-cta { color: #fff; background: linear-gradient(112deg, #1469a9, #2994b6); }
.contact-cta-inner { display: flex; min-height: 250px; gap: 45px; align-items: center; justify-content: space-between; }
.contact-cta h2 { margin: 0; font-size: 35px; letter-spacing: -.05em; }
.contact-cta p:not(.eyebrow) { margin: 8px 0 0; font-size: 13px; }
.site-footer { color: #deedf6; background: #091b2e; }
.footer-top { display: flex; min-height: 119px; align-items: center; justify-content: space-between; }
.brand-footer .brand-mark { color: #94e4e4; }
.footer-links { display: flex; gap: 25px; font-size: 11px; }
.footer-links a:hover { color: #9de2e0; }
.footer-bottom { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); color: #8ba1b1; font-family: var(--display); font-size: 10px; letter-spacing: .04em; }

/* Contact and privacy pages */
.page-header { position: relative; min-height: 365px; overflow: hidden; color: #fff; background: linear-gradient(130deg, #0d365d, #166fa2); }
.page-header::after { position: absolute; content: ""; width: 450px; height: 450px; top: -225px; right: 7%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.025); }
.page-header-inner { position: relative; z-index: 1; padding-top: 157px; }
.page-header h1 { margin: 0; font-size: clamp(39px, 5vw, 57px); letter-spacing: -.07em; line-height: 1.25; }
.breadcrumb { margin: 0 0 18px; color: #a2e4e3; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.contact-section { padding: 90px 0 115px; }
.contact-layout { display: grid; grid-template-columns: 280px 1fr; gap: 64px; }
.contact-side h2 { margin: 0 0 16px; font-size: 25px; letter-spacing: -.04em; }
.contact-side > p { margin: 0; color: #496477; font-size: 13px; line-height: 1.95; }
.contact-direct { margin-top: 26px; padding-top: 23px; border-top: 1px solid var(--line); }
.contact-direct h3 { margin: 0 0 11px; color: var(--blue); font-size: 12px; }
.contact-direct a { display: block; margin: 8px 0; overflow-wrap: anywhere; color: #315e7c; font-family: var(--display); font-size: 12px; line-height: 1.5; }
.contact-direct a:hover { text-decoration: underline; }
.form-panel { padding: 42px 46px 46px; border: 1px solid #dcebf2; border-radius: 5px; background: #fff; box-shadow: var(--shadow); }
.form-required { margin: 0 0 26px; color: var(--muted); font-size: 12px; }
.form-row { margin-bottom: 22px; }
.form-row:last-of-type { margin-bottom: 0; }
.form-row label, .fieldset-legend { display: block; margin-bottom: 8px; color: #244761; font-size: 13px; font-weight: 700; }
.form-row fieldset { margin: 0; padding: 0; border: 0; }
.required { display: inline-block; margin-left: 7px; padding: 1px 5px; color: #fff; background: #e35b5b; font-size: 9px; font-weight: 700; line-height: 1.6; vertical-align: 1px; }
.optional { display: inline-block; margin-left: 7px; color: #7190a4; font-size: 10px; font-weight: 500; }
.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="tel"], .form-row select, .form-row textarea { width: 100%; padding: 12px 13px; border: 1px solid #c6d9e4; border-radius: 3px; color: var(--ink); background: #fcfeff; font-size: 14px; outline: none; transition: border .2s, box-shadow .2s; }
.form-row textarea { min-height: 164px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,104,173,.12); }
.form-help { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.conditional { display: none; }
.conditional.is-visible { display: block; }
.radio-group { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.radio-label, .check-label { display: inline-flex; gap: 8px; align-items: flex-start; color: #30556f; font-size: 13px; font-weight: 500; line-height: 1.6; }
.radio-label input, .check-label input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--blue); }
.file-input-wrap { padding: 15px; border: 1px dashed #aac6d8; border-radius: 3px; background: #f7fbfd; }
.file-input-wrap input { width: 100%; color: #325d78; font-size: 12px; }
.file-status { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.consent-row { margin-top: 27px; padding-top: 25px; border-top: 1px solid var(--line); }
.consent-row a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.form-error { display: none; margin: 22px 0 0; padding: 11px 13px; border-left: 3px solid #d94b4b; color: #8e2e2e; background: #fff1f1; font-size: 12px; line-height: 1.7; }
.form-error.is-visible { display: block; }
.form-submit { margin-top: 25px; }
.form-submit .button { min-width: 225px; color: #fff; background: var(--blue); }
.form-submit .button:hover { background: #0d5897; }
.form-submit-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.contact-emergency { margin-bottom: 28px; padding: 18px 21px; border: 1px solid #f1c780; color: #674616; background: #fff8e9; font-size: 12px; line-height: 1.85; }
.contact-emergency b { color: #9d531d; }

.privacy-section { padding: 90px 0 115px; }
.privacy-content { width: min(770px, 100%); margin: 0 auto; }
.privacy-content > p { color: #496477; font-size: 14px; }
.privacy-content h2 { margin: 47px 0 13px; padding-bottom: 11px; border-bottom: 1px solid var(--line); font-size: 20px; letter-spacing: -.03em; }
.privacy-content ol, .privacy-content ul { padding-left: 1.4em; color: #38566a; font-size: 14px; }
.privacy-content li { padding-left: .2em; margin: 7px 0; }
.privacy-update { margin-top: 46px; color: var(--muted); font-size: 12px; }

.emergency-button { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: inline-flex; gap: 8px; align-items: center; min-height: 42px; padding: 8px 14px 8px 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; background: #bf3c3c; box-shadow: 0 10px 24px rgba(9,27,46,.24); font-size: 12px; font-weight: 700; line-height: 1; transition: transform .2s, background .2s; }
.emergency-button:hover { background: #a92f2f; transform: translateY(-2px); }
.emergency-button b { font-family: var(--display); font-size: 16px; letter-spacing: .05em; }
.emergency-button-icon { display: grid; width: 20px; height: 20px; place-items: center; }
.emergency-button-icon svg { width: 18px; height: 18px; }
.email-link > span { display: block; }
.email-link > span + span { margin-top: 3px; }
.form-plan h2 { margin: 0; font-size: 27px; letter-spacing: -.04em; line-height: 1.5; }
.form-plan > p:not(.plan-status):not(.plan-note) { margin: 13px 0 25px; color: #496477; font-size: 13px; line-height: 1.9; }
.plan-status { display: inline-block; margin: 0 0 12px; padding: 3px 7px; color: #2b6f91; background: #e8f5fb; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.4; }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.plan-grid article { padding: 15px; border: 1px solid #d7e7ef; border-radius: 3px; background: #f9fcfe; }
.plan-grid b { display: block; margin-bottom: 5px; color: var(--blue); font-size: 12px; }
.plan-grid span { display: block; color: #426176; font-size: 11px; line-height: 1.75; }
.plan-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.faq-section { padding: 0 0 110px; background: #fff; }
.faq-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 18px 40px 18px 0; color: #244761; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 15px; right: 4px; content: "+"; color: var(--blue); font-family: var(--display); font-size: 24px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -3px 0 17px; color: #526d7d; font-size: 13px; line-height: 1.9; }
.reports-section { background: #f5fafc; }
.reports-content { max-width: 680px; }
.report-empty { padding: 30px; border: 1px solid #d6e6ee; border-left: 4px solid var(--aqua); background: #fff; }
.report-tag { margin: 0 0 6px; color: var(--blue); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.report-empty h3 { margin: 0; font-size: 19px; letter-spacing: -.03em; }
.report-empty > p:last-child { margin: 8px 0 0; color: #557082; font-size: 13px; line-height: 1.9; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #f3b649; outline-offset: 3px; }

@media (prefers-color-scheme: dark) {
  :root { --paper: #0b1d30; --ink: #e8f2f7; --ink-deep: #071523; --blue-light: #112f46; --line: #315166; --muted: #afc1cd; }
  body, .profile-section, .achievements-section, .faq-section { background: #0b1d30; }
  .activities-section, .social-section, .reports-section { background: #102b3e; }
  .profile-list dd, .large-copy, .section-heading h2, .section-top h2, .social-inner h2, .privacy-content h2, .contact-side h2 { color: #edf6fa; }
  .profile-list small, .note-text, .form-help, .form-required, .plan-note, .privacy-update { color: #afc1cd; }
  .role-pills span, .stats-row, .report-empty, .form-panel, .plan-grid article { border-color: #315166; color: #e8f2f7; background: #122b3d; }
  .activity-card { color: #edf6fa; background: #122b3d; box-shadow: none; }
  .activity-card > p:not(.card-number), .section-top > p, .contact-side > p, .form-plan > p:not(.plan-status):not(.plan-note), .faq-list details p, .report-empty > p:last-child, .privacy-content > p, .privacy-content ol, .privacy-content ul { color: #bbced9; }
  .quest-card { background: #071523; }
  .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="tel"], .form-row select, .form-row textarea, .file-input-wrap { border-color: #416179; color: #edf6fa; background: #0d2435; }
  .form-row label, .fieldset-legend, .radio-label, .check-label, .faq-list summary { color: #e8f2f7; }
  .contact-emergency { border-color: #b97e28; color: #f8dc9d; background: #392b16; }
}

@media print {
  .site-header, .site-footer, .emergency-button, .scroll-cue, .hero-actions, .social-section, .contact-cta { display: none !important; }
  body, .hero, .lifesaving-section, .activities-section, .reports-section, .section { color: #000 !important; background: #fff !important; }
  .hero { min-height: auto; padding: 30px 0; }
  .hero-grid { min-height: auto; padding: 0; }
  .hero-visual { display: none; }
  .section { padding: 30px 0; break-inside: avoid; }
  .activity-card, .steps, .report-empty, .form-panel { box-shadow: none; border: 1px solid #999; color: #000 !important; background: #fff !important; }
  .emergency-notice, .contact-emergency { color: #000 !important; background: #fff !important; border: 1px solid #555; }
  a { text-decoration: none; }
}

.fade-in { animation: fadeIn .7s both; }
.delay-1 { animation-delay: .14s; }
.delay-2 { animation-delay: .28s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 640px); }
  .nav-wrap { height: 74px; }
  .site-nav { position: fixed; inset: 74px 0 0; display: none; flex-direction: column; justify-content: center; gap: 30px; color: var(--ink); background: rgba(255,255,255,.98); font-size: 18px; }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-contact { padding: 12px 24px; color: #fff; background: var(--blue); border: 0; }
  .menu-button { position: relative; z-index: 2; display: grid; gap: 4px; width: 58px; padding: 8px 0; border: 0; color: #fff; background: transparent; }
  .menu-button span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero { min-height: 665px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 665px; padding: 125px 0 55px; }
  .hero h1 { font-size: clamp(38px, 10vw, 55px); }
  .hero-lead { margin-top: 20px; font-size: 13px; }
  .hero-actions { margin-top: 26px; }
  .hero-visual { position: absolute; right: -23px; bottom: 22px; width: 270px; height: 250px; opacity: .87; transform: scale(.72); transform-origin: bottom right; }
  .visual-card-main { left: 0; }
  .section { padding: 82px 0; }
  .two-column, .contact-layout, .faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .section-top, .social-inner, .contact-cta-inner { align-items: flex-start; flex-direction: column; gap: 26px; }
  .section-top { margin-bottom: 35px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 475px; }
  .guidance-grid { grid-template-columns: 1fr; }
  .guidance-feature, .guidance-feature + .guidance-feature { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .guidance-feature:last-child { border-bottom: 0; }
  .steps { padding: 22px; }
  .steps ol { grid-template-columns: 1fr; gap: 15px; }
  .achievements-content { grid-template-columns: 1fr; gap: 31px; }
  .stats-row { grid-column: auto; }
  .social-links { width: 100%; }
  .contact-cta-inner { padding: 57px 0; }
  .footer-top { min-height: 137px; gap: 25px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .footer-bottom { gap: 7px; flex-direction: column; }
  .page-header { min-height: 300px; }
  .page-header-inner { padding-top: 130px; }
  .contact-section, .privacy-section { padding: 65px 0 85px; }
  .form-panel { padding: 26px 20px 29px; }
  .plan-grid { grid-template-columns: 1fr; }
  .faq-section { padding-bottom: 82px; }
}

@media (max-width: 480px) {
  .brand { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { right: -54px; bottom: 10px; transform: scale(.6); }
  .profile-list > div { grid-template-columns: 89px 1fr; gap: 13px; }
  .activity-card { padding: 27px 24px; }
  .activity-card h3 { font-size: 25px; }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row > div + div { border-top: 1px solid #cce5f4; border-left: 0; }
  .social-links a { grid-template-columns: 1fr 15px; gap: 3px 10px; }
  .social-links span { grid-column: 1 / -1; }
  .social-links i { grid-column: 2; grid-row: 2; }
  .social-links b { grid-column: 1; grid-row: 2; }
  .form-submit .button { width: 100%; }
  .emergency-button { right: 12px; bottom: 12px; min-height: 39px; padding-right: 11px; }
}

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