@font-face { font-family: "Paperlogy"; src: url("/img/fonts/Paperlogy-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Paperlogy"; src: url("/img/fonts/Paperlogy-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Paperlogy"; src: url("/img/fonts/Paperlogy-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Paperlogy"; src: url("/img/fonts/Paperlogy-ExtraBold.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --header-height: 84px;
  --subnav-height: 68px;
  --ink: #143A3A;
  --ink-deep: #0B292A;
  --paper: #F7F5EF;
  --white: #FFFFFF;
  --sand: #E9E2D5;
  --peach: #F1DED8;
  --coral: #FF6B6B;
  --coral-deep: #D94F5B;
  --text: #19302E;
  --muted: #66716D;
  --page: 1200px;
  --shadow-card: 0 20px 60px #102E2914;
  --shadow-soft: 0 12px 32px #102E2910;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--subnav-height) + 16px); scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Noto Sans KR", sans-serif; line-height: 170%; word-break: keep-all; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--page)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink-deep); border-radius: 10px; box-shadow: var(--shadow-soft); }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; background: #0B292AF5; backdrop-filter: blur(18px); box-shadow: 0 8px 28px #061C1D24; }
.header-inner { position: relative; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand-mark { width: 52px; height: 44px; flex: none; }
.brand-name { display: flex; flex-direction: column; font-family: "Gmarket Sans", "Noto Sans KR", sans-serif; line-height: 120%; }
.brand-name small { color: var(--peach); font-size: 9px; font-weight: 500; letter-spacing: 2px; }
.brand-name strong { color: var(--white); font-size: 19px; font-weight: 500; letter-spacing: -1px; }
.brand-name span { margin-top: 3px; color: #BFCBC8; font-size: 8px; font-weight: 300; letter-spacing: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #DCE6E2; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--coral); }
.header-actions { display: none; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 14px; font-weight: 800; line-height: 100%; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px #D94F5B2B; }
.button-primary:hover { background: var(--coral-deep); }
.button-outline { min-height: 44px; color: var(--white); background: #FFFFFF12; box-shadow: inset 0 0 0 1px #FFFFFF36; }
.header-actions .button { min-height: 44px; padding: 0 16px; font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; color: var(--ink); background: var(--white); border-radius: 12px; box-shadow: var(--shadow-soft); }
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-menu { display: none; padding: 8px 24px 24px; background: var(--ink-deep); box-shadow: var(--shadow-soft); }
.mobile-menu.is-open { display: grid; gap: 4px; }
.mobile-menu a { padding: 13px 10px; color: var(--white); font-weight: 750; }
.mobile-menu .mobile-actions { display: none; }

.page-hero { position: relative; overflow: hidden; padding: 48px 0 52px; color: var(--white); background-image: linear-gradient(90deg, #08292ADE 0%, #0B292AAF 42%, #0B292A38 100%), var(--page-hero-image); background-position: center; background-size: cover; }
.page-hero::after { display: none; }
.breadcrumb { margin: 0 0 22px; color: #BFCBC8; font-size: 13px; font-weight: 750; }
.page-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: 44px; line-height: 120%; letter-spacing: -2px; text-wrap: balance; text-shadow: 0 2px 16px #061C1D42; }
.page-hero p { max-width: 760px; margin: 30px 0 0; color: #ECF1EF; font-size: 17px; line-height: 190%; text-shadow: 0 2px 14px #061C1D52; }
.hero-about { --page-hero-image: url("/img/hyejin-neighbors-hero.png"); background-position: center 48%; }
.hero-programs { --page-hero-image: url("/img/program-community-network.png"); background-position: center 46%; }
.hero-emergency { --page-hero-image: url("/img/program-emergency-support.png"); }
.hero-self-reliance { --page-hero-image: url("/img/program-self-reliance.png"); }
.hero-network { --page-hero-image: url("/img/program-community-network.png"); }
.hero-stories, .hero-story-detail { --page-hero-image: url("/img/neighbor-story-walk.png"); }
.hero-support { --page-hero-image: url("/img/support-hero-volunteers.png"); }
.subnav { position: sticky; top: var(--header-height); z-index: 90; padding: 0; background: #FFFFFFF5; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid #DDD8CF; box-shadow: 0 8px 22px #102E290A; }
.subnav-inner { min-height: 68px; display: flex; align-items: stretch; gap: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav a { position: relative; display: flex; flex: none; align-items: center; padding: 0 30px; color: #65706C; background: transparent; border-radius: 0; box-shadow: none; font-size: 16px; font-weight: 800; transition: color 180ms ease; }
.subnav a:first-child { padding-left: 0; }
.subnav a::after { position: absolute; right: 30px; bottom: -1px; left: 30px; height: 2px; content: ""; background: var(--coral-deep); transform: scaleX(0); transform-origin: center; transition: transform 180ms ease; }
.subnav a:first-child::after { left: 0; }
.subnav a:hover, .subnav a[aria-current="location"] { color: var(--ink-deep); }
.subnav a:hover::after, .subnav a[aria-current="location"]::after { transform: scaleX(1); }

.section { padding: 110px 0; }
.section-white { background: var(--white); }
.section-dark { color: var(--white); background: var(--ink-deep); }
.eyebrow { display: none; }
.value-card > span,
.section-dark .info-card .number { display: none; }
.section-dark .eyebrow { color: var(--coral); }
.section-title { margin: 0; color: var(--ink-deep); font-size: clamp(32px, 4vw, 52px); line-height: 120%; letter-spacing: -2px; text-wrap: balance; }
.section-dark .section-title { color: var(--white); }
.section-copy { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 185%; }
.section-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.text-link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--coral-deep); font-weight: 850; }
.text-link:hover { color: var(--ink-deep); }
.story-link-badge { width: fit-content; min-height: 42px; display: inline-flex; align-items: center; margin-top: 22px; padding: 0 18px; color: var(--white); background: var(--coral); border-radius: 999px; box-shadow: 0 10px 22px #D94F5B24; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.story-link-badge:hover { color: var(--white); background: var(--coral-deep); box-shadow: 0 14px 28px #D94F5B30; transform: translateY(-2px); }
.notice { padding: 18px 20px; color: #4D5D59; background: var(--sand); border-radius: 16px; font-size: 14px; line-height: 170%; }
.section-dark .section-copy { color: #C6D3CF; }
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 90px; align-items: start; }
.body-copy { display: grid; gap: 26px; }
.body-copy p { margin: 0; color: #455551; font-size: 18px; line-height: 190%; }
.body-copy strong { color: var(--ink-deep); }
.lead-box { padding: 36px; color: var(--ink-deep); background: var(--peach); border-radius: 28px; box-shadow: var(--shadow-soft); }
.lead-box p { margin: 0; font-size: 21px; font-weight: 750; line-height: 170%; }
.signature-row { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 28px; color: var(--ink); font-size: 15px; font-weight: 800; white-space: nowrap; }
.signature-row img { width: 150px; height: auto; flex: none; transform: translateY(-6px); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.info-card { min-height: 300px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border-radius: 26px; box-shadow: var(--shadow-card); transition: transform 200ms ease, box-shadow 200ms ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 28px 64px #102E2920; }
.info-card .number { color: var(--coral-deep); font-size: 13px; font-weight: 850; letter-spacing: 1px; }
.info-card h2, .info-card h3 { margin: auto 0 12px; color: var(--ink-deep); font-size: 26px; line-height: 135%; letter-spacing: -1px; }
.info-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 175%; }
.info-card .card-link { margin-top: 24px; color: var(--coral-deep); font-weight: 850; }
.info-card .card-link:hover { color: var(--ink-deep); }
.transparency-grid .info-card { min-height: 180px; justify-content: center; padding: 30px; }
.transparency-grid .info-card h2, .transparency-grid .info-card h3 { margin: 0 0 12px; }
.transparency-note { margin: 22px 0 0; color: #D4DFDC; font-size: 13px; line-height: 170%; }
.photo-card { position: relative; min-height: 430px; justify-content: flex-end; overflow: hidden; color: var(--white); background-position: center; background-size: cover; }
.photo-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, #0B292A54 6%, #0B292A8A 48%, #0B292AF2 100%); }
.photo-card > * { position: relative; }
.photo-card h2, .photo-card h3, .photo-card p { color: var(--white); }
.photo-card .number { color: var(--white); }
.program-card-link { font-family: "Paperlogy", "Noto Sans KR", sans-serif; cursor: pointer; }
.program-card-link h2 { font-weight: 700; letter-spacing: -1px; }
.program-card-link p { color: #F3F6F5; font-weight: 400; }
.program-card-link .number { font-weight: 700; letter-spacing: 0; }
.program-card-link:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }
.photo-emergency { background-image: url("/img/program-emergency-support.png"); }
.photo-self { background-image: url("/img/program-self-reliance.png"); }
.photo-network { background-image: url("/img/program-community-network.png"); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.value-card { min-height: 280px; display: flex; flex-direction: column; padding: 32px; background: var(--paper); border-radius: 26px; box-shadow: var(--shadow-soft); }
.value-card span { color: var(--coral-deep); font-size: 12px; font-weight: 850; letter-spacing: 1px; }
.value-card h3 { margin: auto 0 12px; color: var(--ink-deep); font-size: 28px; }
.value-card p { margin: 0; color: var(--muted); line-height: 180%; }

.detail-layout { display: grid; grid-template-columns: 4fr 7fr; gap: 80px; }
.detail-aside { position: sticky; top: 116px; align-self: start; }
.detail-aside img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-card); }
.detail-list { display: grid; gap: 16px; margin-top: 34px; }
.detail-item { padding: 26px; background: var(--white); border-radius: 20px; box-shadow: var(--shadow-soft); }
.detail-item strong { display: block; margin-bottom: 6px; color: var(--ink-deep); font-size: 18px; }
.detail-item span { color: var(--muted); }
.quote { margin: 36px 0; padding: 28px 32px; color: var(--ink-deep); background: var(--peach); border-radius: 22px; font-size: 22px; font-weight: 750; line-height: 170%; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 34px; color: var(--white); background: var(--ink); border-radius: 26px; }
.cta-band h2 { margin: 0; font-size: 24px; }
.cta-band p { margin: 8px 0 0; color: #C8D5D1; }

.story-feature { display: grid; grid-template-columns: 6fr 5fr; gap: 64px; align-items: center; }
.story-feature img { width: 100%; min-height: 480px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-card); }
.story-meta { color: var(--coral-deep); font-size: 13px; font-weight: 850; }
.story-article { max-width: 780px; margin: 0 auto; }
.story-article p { margin: 0 0 26px; color: #455551; font-size: 19px; line-height: 195%; }
.story-article .story-lead { color: var(--ink-deep); font-size: 23px; font-weight: 750; }
.story-article .story-quote { padding: 28px; color: var(--ink-deep); background: var(--peach); border-radius: 22px; font-weight: 750; }
.story-photo, .story-comic { width: min(1180px, calc(100vw - 48px)); margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.story-photo { margin-top: 0; margin-bottom: 46px; }
.story-photo img { width: 100%; aspect-ratio: 12 / 5; display: block; object-fit: cover; object-position: center; border-radius: 24px; box-shadow: var(--shadow-soft); }
.story-photo figcaption { margin-top: 12px; color: #74807C; font-size: 12px; line-height: 170%; text-align: center; }
.story-comic { margin-top: 0; margin-bottom: 48px; }
.story-comic-frame { overflow: hidden; aspect-ratio: 384 / 245; background: #F8F4EC; border-radius: 24px; box-shadow: var(--shadow-soft); }
.story-comic img { width: 100%; height: auto; display: block; }
.story-cta { padding: 30px 32px; color: var(--ink-deep); background: #F3EEE3; border-radius: 22px; box-shadow: 0 14px 30px #0B292A12; }
.story-cta h2 { color: var(--ink-deep); }
.story-cta p { color: #596965; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 46px; }
.summary-card { min-height: 220px; padding: 32px; background: var(--white); border-radius: 24px; box-shadow: var(--shadow-soft); }
.summary-card h3 { margin: 0 0 12px; color: var(--ink-deep); font-size: 24px; }
.summary-card p { margin: 0; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { padding: 7px 11px; color: var(--ink); background: #E8EFEA; border-radius: 999px; font-size: 12px; font-weight: 800; }
.detail-aside .tag { padding: 8px 14px; color: var(--white); background: #143A3A; border: 1px solid #2C5652; font-size: 13px; font-weight: 800; }

.form-shell { display: grid; grid-template-columns: 5fr 7fr; overflow: hidden; background: var(--ink); border-radius: 34px; box-shadow: 0 30px 80px #0B292A24; }
.form-intro { padding: 58px; color: var(--white); }
.form-intro h2 { margin: 0; font-size: 40px; line-height: 130%; letter-spacing: -2px; }
.form-intro p { margin: 22px 0 0; color: #CDDBD6; }
.form-intro .notice { color: #4D5D59; }
.form-card { display: flex; flex-direction: column; gap: 20px; margin: 14px; padding: 38px; background: var(--white); border-radius: 26px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .field legend { color: var(--ink-deep); font-size: 14px; font-weight: 800; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { width: 100%; padding: 0 16px; border: 0; outline: 0; color: var(--text); background: #F0F3EF; border-radius: 12px; }
input, select { height: 52px; }
textarea { min-height: 170px; padding-top: 14px; resize: vertical; }
input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #E7A181; outline-offset: 3px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { min-height: 48px; display: grid; place-items: center; padding: 10px; background: #EEF2EE; border-radius: 12px; cursor: pointer; }
.choice input:checked + label { color: var(--white); background: var(--ink); }
.amount-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.amount-button { min-height: 46px; padding: 0 10px; color: var(--ink); background: #EEF2EE; border-radius: 12px; font-weight: 800; }
.amount-button.is-selected { color: var(--white); background: var(--ink); }
.custom-amount { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; padding: 18px; background: #F7F5EF; border-radius: 14px; }
.custom-amount[hidden] { display: none; }
.custom-amount > label { color: var(--ink-deep); font-size: 14px; font-weight: 800; }
.amount-input-wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }
.amount-input-wrap span { color: var(--ink-deep); font-weight: 800; }
.custom-amount p { margin: 0; color: var(--muted); font-size: 12px; }
.check-row { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; }
.check-row input { width: 20px; height: 20px; margin: 3px 0 0; }
.conditional-note, .form-note, .form-status { margin: 0; color: var(--muted); font-size: 12px; line-height: 160%; }
.conditional-note[hidden] { display: none; }
.form-status { min-height: 22px; color: var(--coral-deep); font-weight: 750; }
.counter { text-align: right; color: var(--muted); font-size: 12px; }
.faq-list { display: grid; gap: 12px; margin-top: 42px; }
.faq-list details { padding: 22px 24px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow-soft); }
.faq-list summary { color: var(--ink-deep); font-weight: 850; cursor: pointer; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.benefit-list li { padding: 24px; background: #F1F0EC; border-radius: 18px; box-shadow: 0 16px 30px #061C1D24; }
.benefit-list strong { display: block; margin-bottom: 6px; color: var(--ink-deep); }
.benefit-list span { color: #58645F; }

.map-card { display: grid; grid-template-columns: 5fr 4fr; overflow: hidden; margin-top: 44px; background: var(--white); border-radius: 28px; box-shadow: var(--shadow-card); }
.map-visual { min-height: 330px; display: grid; place-items: center; padding: 36px; color: var(--ink); background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #E7EEE8 42%, #D9E5DD 100%); }
.map-pin { width: 84px; height: 84px; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 50% 50% 50% 12px; transform: rotate(-45deg); box-shadow: 0 18px 36px #D94F5B33; }
.map-pin span { transform: rotate(45deg); font-size: 26px; font-weight: 900; }
.map-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.map-copy h3 { margin: 0 0 12px; color: var(--ink-deep); font-size: 26px; }
.map-copy p { margin: 0 0 24px; color: var(--muted); }

.site-footer { padding: 48px 0 112px; color: #BFCBC8; background: #082426; }
.footer-grid { display: grid; grid-template-columns: 5fr 3fr 4fr; gap: 48px; }
.footer-brand { color: var(--white); font-size: 21px; font-weight: 850; }
.footer-copy { margin: 14px 0 0; font-size: 13px; line-height: 190%; }
.footer-title { margin: 0 0 14px; color: var(--white); font-size: 13px; font-weight: 800; }
.footer-links { display: grid; gap: 9px; font-size: 13px; }
.footer-links a { width: fit-content; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { margin-top: 30px; padding-top: 18px; color: #849693; font-size: 11px; }
.mobile-actions-bar { display: none; }

.donation-float {
  position: fixed;
  right: 38px;
  bottom: 38px;
  z-index: 120;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 4px;
  padding: 16px 12px 15px;
  color: var(--white);
  background: linear-gradient(145deg, #FF8580 0%, var(--coral) 48%, var(--coral-deep) 100%);
  border-radius: 50%;
  box-shadow: inset 0 1px 1px #FFFFFF70, inset 0 -12px 22px #B7384930, 0 18px 38px #B63F4A3D;
  isolation: isolate;
}
.donation-float::before { display: none; }
.donation-float::after { display: none; }
.donation-float img { width: 50px; height: 42px; object-fit: contain; filter: drop-shadow(0 3px 7px #A938465C); }
.donation-float span { font-size: 14px; font-weight: 900; line-height: 120%; letter-spacing: -1px; text-shadow: 0 2px 7px #A9384666; }
.donation-float:hover { color: var(--white); transform: translateY(-4px); background: linear-gradient(145deg, #FF948D 0%, #FF6B6B 48%, #C94755 100%); box-shadow: inset 0 1px 1px #FFFFFF8A, inset 0 -12px 22px #A82D3E38, 0 24px 46px #B63F4A4D; }
.donation-float:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }

.review-toolbar { position: fixed; left: 24px; bottom: 24px; z-index: 300; width: 310px; padding: 18px; color: var(--white); background: #082426F2; border-radius: 18px; box-shadow: 0 20px 60px #061C1D52; }
.review-toolbar strong { display: block; font-size: 14px; }
.review-toolbar p { margin: 6px 0 12px; color: #DCE6E2; font-size: 13px; line-height: 150%; }
.review-toolbar-actions { display: flex; gap: 8px; }
.review-toolbar button { min-height: 40px; padding: 0 14px; border-radius: 10px; font-size: 12px; font-weight: 800; }
.review-toolbar .review-exit { color: var(--white); background: var(--coral); }
body.review-mode [data-review-id] { cursor: crosshair; }
body.review-mode [data-review-id]:hover { outline: 3px dashed #FF6B6B; outline-offset: -3px; }
body.review-mode [data-review-selected="true"] { outline: 4px solid #FF6B6B; outline-offset: -4px; box-shadow: inset 0 0 0 9999px #0B292A24; }

@media (max-width: 1020px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: grid; }
  .intro-grid, .detail-layout, .story-feature, .form-shell, .map-card { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .detail-aside img { max-height: 420px; }
  .card-grid, .value-grid { grid-template-columns: 1fr; }
  .photo-card { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --header-height: 72px; --subnav-height: 58px; }
  .container { width: min(calc(100% - 32px), var(--page)); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 46px; height: 39px; }
  .brand-name small, .brand-name span { display: none; }
  .brand-name strong { font-size: 17px; }
  .page-hero { padding: 38px 0 42px; }
  .page-hero h1 { font-size: 32px; letter-spacing: -1px; }
  .page-hero p { margin-top: 22px; font-size: 15px; line-height: 180%; }
  .page-hero p br { display: none; }
  .subnav-inner { min-height: 58px; gap: 0; }
  .subnav a { padding: 0 18px; font-size: 14px; }
  .subnav a:first-child { padding-left: 0; }
  .subnav a::after { right: 18px; left: 18px; }
  .subnav a:first-child::after { left: 0; }
  .section { padding: 78px 0; }
  .section-title { font-size: 34px; }
  .section-copy { font-size: 16px; }
  .body-copy p { font-size: 17px; }
  .lead-box { padding: 26px; border-radius: 22px; }
  .lead-box p { font-size: 18px; }
  .signature-row { gap: 8px; font-size: 11px; }
  .signature-row img { width: 96px; transform: translateY(-4px); }
  .info-card, .value-card { min-height: 260px; padding: 26px; border-radius: 22px; }
  .transparency-grid .info-card { min-height: 0; }
  .photo-card { min-height: 340px; }
  .detail-layout, .story-feature { gap: 38px; }
  .story-feature img { min-height: 330px; }
  .story-article p { font-size: 17px; }
  .story-photo, .story-comic { width: 100%; }
  .story-photo { margin-bottom: 34px; }
  .story-photo img { aspect-ratio: 4 / 3; border-radius: 16px; }
  .story-photo figcaption { margin-top: 10px; padding: 0 4px; font-size: 11px; text-align: left; }
  .story-comic { margin-bottom: 38px; }
  .story-comic-frame { border-radius: 16px; }
  .story-cta { padding: 24px; }
  .split-grid { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 26px; }
  .form-shell { border-radius: 24px; }
  .form-intro { padding: 38px 26px 18px; }
  .form-intro h2 { font-size: 32px; }
  .form-card { margin: 10px; padding: 26px 18px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .map-copy { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { padding-bottom: 116px; }
  .mobile-actions-bar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: #FFFFFFE8; backdrop-filter: blur(16px); border-radius: 18px; box-shadow: 0 16px 46px #0B292A38; }
  .mobile-actions-bar .button { width: 100%; min-height: 46px; padding: 0 10px; font-size: 13px; }
  .mobile-actions-bar .button-outline { color: var(--ink); background: var(--white); box-shadow: inset 0 0 0 1px #143A3A1F; }
  .review-toolbar { left: 12px; bottom: 82px; width: min(310px, calc(100% - 24px)); }
  .donation-float { right: 18px; bottom: 92px; width: 78px; height: 78px; gap: 1px; padding: 11px 8px 10px; }
  .donation-float::after { top: 8px; right: 17px; left: 17px; height: 16px; }
  .donation-float img { width: 36px; height: 31px; }
  .donation-float span { font-size: 11px; }
}

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

/* 찾아오시는 길: 카카오맵 JavaScript SDK가 실제 지도를 이 컨테이너에 렌더링한다. */
.map-visual { padding: 0; background: #E7EEE8; }
#hyejin-kakao-map { width: 100%; min-height: 330px; height: 100%; }
