
:root {
  --red: #d94141;
  --red-dark: #ad2f2f;
  --red-soft: #ffe2e2;
  --cream: #fff7ec;
  --cream-2: #fffaf3;
  --text: #332620;
  --muted: #6f5d54;
  --line: #ead8ca;
  --yellow: #ffd76a;
  --green: #dcefd8;
  --shadow: 0 18px 55px rgba(104, 52, 36, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 106, .28), transparent 32rem),
    linear-gradient(180deg, var(--cream) 0%, #ffffff 48%, var(--cream-2) 100%);
  line-height: 1.6;
}

a { color: var(--red-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red); }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 10px; z-index: 1000;
  background: #fff; color: var(--text); padding: .8rem 1rem; border-radius: 12px;
}
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(255, 247, 236, .86);
  border-bottom: 1px solid rgba(234, 216, 202, .75);
}
.header-inner {
  min-height: 70px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.logo-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; min-width: 0; }
.logo-link img { width: 38px; height: 38px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; min-width: 0; }
.logo-title { display: block; font-size: 1.38rem; line-height: .95; font-weight: 900; letter-spacing: -.045em; white-space: nowrap; }
.logo-sub { display: block; font-size: .72rem; line-height: 1.08; font-weight: 700; color: var(--muted); letter-spacing: normal; white-space: nowrap; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { color: var(--text); text-decoration: none; font-weight: 700; font-size: .92rem; padding: .65rem .8rem; border-radius: 999px; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { background: #fff; color: var(--red-dark); box-shadow: 0 8px 22px rgba(104, 52, 36, .07); }
.nav .support-link { background: var(--red); color: #fff; margin-left: 4px; }
.nav .support-link:hover, .nav .support-link[aria-current="page"] { background: var(--red-dark); color: #fff; }
.menu-button { display: none; border: 0; background: #fff; border-radius: 999px; padding: .7rem .9rem; font-weight: 800; color: var(--text); box-shadow: 0 8px 22px rgba(104, 52, 36, .08); }

@media (max-width: 1240px) {
  .logo-sub { display: none; }
  .logo-title { font-size: 1.18rem; }
}

.hero { padding: 86px 0 54px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: .45rem .78rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 28px rgba(104, 52, 36, .06); color: var(--red-dark); font-weight: 800; font-size: .9rem; }
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 999px; background: var(--red); box-shadow: 0 0 0 5px var(--red-soft); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0 0 18px; }
h1 { font-size: clamp(2.85rem, 7vw, 5.75rem); max-width: 10ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
.lead { font-size: clamp(1.1rem, 2.1vw, 1.34rem); color: var(--muted); max-width: 700px; margin: 0 0 26px; }
.hero-actions, .button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; padding: .92rem 1.15rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 16px 32px rgba(217, 65, 65, .22); }
.button.primary:hover { background: var(--red-dark); color: #fff; }
.button.secondary { background: #fff; color: var(--text); border-color: var(--line); }
.button.secondary:hover { background: var(--cream-2); color: var(--red-dark); }
.button.small { padding: .72rem .94rem; font-size: .92rem; }
.hero-card { position: relative; background: rgba(255,255,255,.76); border: 1px solid rgba(234, 216, 202, .88); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: auto -60px -90px auto; width: 270px; height: 270px; border-radius: 50%; background: var(--red-soft); z-index: 0; }
.hero-card > * { position: relative; z-index: 1; }
.balloon-illustration { width: min(340px, 80%); display: block; margin: 0 auto 12px; filter: drop-shadow(0 20px 30px rgba(217, 65, 65, .16)); }
.status-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; margin-top: 14px; }
.status-card strong { display: block; font-size: 1.05rem; }
.status-card p { margin: 4px 0 0; color: var(--muted); }

.section { padding: 64px 0; }
.section.tight { padding: 36px 0; }
.section-header { max-width: 780px; margin-bottom: 28px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.kicker { color: var(--red-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; margin: 0 0 10px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { background: rgba(255,255,255,.8); border: 1px solid rgba(234, 216, 202, .9); border-radius: var(--radius-md); padding: 24px; box-shadow: 0 10px 30px rgba(104, 52, 36, .06); }
.card p:last-child { margin-bottom: 0; }
.card-icon { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: var(--red-soft); color: var(--red-dark); font-size: 1.3rem; margin-bottom: 16px; }
.soft-panel { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.list-clean { list-style: none; padding: 0; margin: 0; }
.list-clean li { padding: 12px 0 12px 34px; border-bottom: 1px solid rgba(234,216,202,.82); position: relative; }
.list-clean li:last-child { border-bottom: 0; }
.list-clean li::before { content: "✓"; position: absolute; left: 0; top: 12px; width: 22px; height: 22px; border-radius: 999px; background: var(--green); display: grid; place-items: center; font-size: .8rem; font-weight: 900; color: #385b30; }
.timeline { display: grid; gap: 12px; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.timeline-time { font-weight: 900; color: var(--red-dark); }
.notice { background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--red); border-radius: 18px; padding: 18px 20px; color: var(--muted); }
.quote { font-size: clamp(1.35rem, 3vw, 2.25rem); line-height: 1.2; letter-spacing: -.035em; margin: 0; font-weight: 850; }
.quote small { display: block; margin-top: 14px; color: var(--muted); font-size: 1rem; font-weight: 650; letter-spacing: normal; }

.page-hero { padding: 66px 0 36px; }
.page-hero h1 { max-width: 12ch; }
.page-hero .lead { max-width: 760px; }
.breadcrumb { margin-bottom: 16px; font-weight: 800; color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: .48rem .72rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); font-weight: 800; font-size: .9rem; }

.cta { padding: 70px 0 82px; }
.cta-box { background: linear-gradient(135deg, #fff 0%, var(--cream) 60%, var(--red-soft) 100%); border: 1px solid var(--line); border-radius: 34px; padding: clamp(26px, 5vw, 54px); box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cta-box h2 { margin-bottom: 10px; }
.cta-box p { margin: 0; color: var(--muted); max-width: 720px; }

.site-footer { background: #2b201c; color: #fff7ec; padding: 42px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 28px; }
.site-footer a { color: #fff7ec; }
.footer-title { font-weight: 900; font-size: 1.1rem; margin-bottom: 8px; }
.footer-small { color: rgba(255,247,236,.75); font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: rgba(255,247,236,.72); font-size: .9rem; }

.press-fact { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.press-fact:last-child { border-bottom: 0; }
.press-fact strong { color: var(--red-dark); }

@media (max-width: 1040px) {
  .menu-button { display: inline-flex; }
  .header-inner { min-height: 66px; }
  .logo-link img { width: 34px; height: 34px; }
  .logo-title { font-size: 1.05rem; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 82px; background: rgba(255,255,255,.97); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 24px; padding: 14px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { border-radius: 14px; padding: .8rem .9rem; }
  .nav .support-link { margin-left: 0; }
  .hero-grid, .split, .split.reverse, .cta-box { grid-template-columns: 1fr; }
  .hero-card { order: -1; }
}

@media (max-width: 780px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .logo-title { font-size: .98rem; }
  .hero { padding-top: 46px; }
  .cards, .cards.two, .footer-grid { grid-template-columns: 1fr; }
  .timeline-item, .press-fact { grid-template-columns: 1fr; gap: 4px; }
  h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .page-hero h1 { max-width: none; }
  .hero-actions .button, .button-row .button { width: 100%; }
  .cta-box .button { width: 100%; }
}

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


.hero-visual { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 32px; border: 1px solid rgba(234, 216, 202, .88); box-shadow: var(--shadow); background: #fff; }
.hero-image-wrap img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-image-wrap::after { content: ""; position: absolute; inset: auto 0 0 0; height: 34%; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,247,236,.92) 100%); pointer-events: none; }
.status-card.floating { position: absolute; left: 18px; right: 18px; bottom: 18px; margin-top: 0; background: rgba(255,247,236,.95); backdrop-filter: blur(10px); }
.page-banner { margin-top: 28px; border-radius: 28px; overflow: hidden; border: 1px solid rgba(234, 216, 202, .88); box-shadow: var(--shadow); background: #fff; }
.page-banner img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.image-panel { border-radius: 28px; overflow: hidden; border: 1px solid rgba(234, 216, 202, .88); box-shadow: var(--shadow); background: #fff; }
.image-panel img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-panel .caption { padding: 14px 18px; color: var(--muted); font-size: .95rem; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.cards .card .card-media { width: calc(100% + 48px); max-width: none; margin: -24px -24px 18px; display: block; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px 18px 0 0; }
@media (max-width: 1040px) {
  .status-card.floating { position: static; margin: 16px; }
}
@media (max-width: 780px) {
  .page-banner img { aspect-ratio: 4 / 3; }
}

.inline-email { color: var(--red-dark); font-weight: 700; }
