
:root{
  --bg:#fffaf7;
  --blush:#f9e7e5;
  --blush-2:#fdeceb;
  --ink:#1c1c1c;
  --coral:#f15f4a;
  --pink:#ef88aa;
  --teal:#7ecbc3;
  --gold:#ffb71b;
  --line:rgba(28,28,28,.12);
  --white:#fff;
  --max:1320px;
  --shadow:0 24px 60px rgba(80,48,38,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-underline-offset:3px}
img{display:block;max-width:100%}
.skip-link{position:absolute;left:-999px;top:0}
.skip-link:focus{left:1rem;top:1rem;background:#111;color:#fff;padding:.75rem 1rem;z-index:1000}
.site-header{
  background:rgba(255,250,247,.96);
  border-bottom:1px solid rgba(28,28,28,.08);
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(14px);
}
.nav{
  width:min(var(--max),calc(100% - 44px));
  min-height:96px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
}
.nav a{
  text-decoration:none;
  font-size:.92rem;
  font-weight:700;
  letter-spacing:.02em;
}
.nav a:hover,.nav a:focus-visible{color:var(--coral)}
.nav .support-pill{
  margin-left:auto;
  background:#f7c8d6;
  padding:14px 22px;
  border-radius:8px;
  font-weight:800;
}
.nav-spacer{margin-right:auto;width:125px}

main{width:100%}
.hero{
  background:
    radial-gradient(circle at 82% 34%,rgba(255,255,255,.6),transparent 24rem),
    linear-gradient(180deg,#fff5f2 0%,#fff8f5 100%);
  border-bottom:1px solid rgba(28,28,28,.04);
}
.hero-inner{
  width:min(var(--max),calc(100% - 44px));
  margin:auto;
  min-height:580px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
  padding:42px 0 26px;
}
.eyebrow{
  color:var(--pink);
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.hero h1,.resource-copy h2,.about h2,.support-title,.emergency h1{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.035em;
}
.hero h1{
  font-size:clamp(3rem,5vw,5rem);
  line-height:1.03;
  margin:0 0 24px;
  max-width:760px;
}
.hero-copy>p{
  font-size:1.22rem;
  max-width:660px;
  margin:0 0 28px;
}
.hero-actions,.resource-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:14px 28px;
  border-radius:10px;
  border:2px solid var(--coral);
  color:var(--coral);
  text-decoration:none;
  font-weight:800;
  transition:.18s ease;
}
.btn.primary{background:var(--coral);color:#fff}
.btn:hover,.btn:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px rgba(241,95,74,.18)}
.hero-art{
  position:relative;
  min-height:470px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-swish{
  position:absolute;
  inset:30px 10px 30px 30px;
  border-radius:46% 54% 58% 42% / 44% 40% 60% 56%;
  background:
    repeating-radial-gradient(ellipse at 50% 50%,
      rgba(241,95,74,.18) 0 22px,
      rgba(239,136,170,.20) 22px 45px,
      rgba(126,203,195,.18) 45px 69px,
      rgba(255,183,27,.17) 69px 92px);
  transform:rotate(-8deg);
  filter:saturate(.8);
}
.hero-kite{
  width:min(430px,74%);
  max-height:470px;
  object-fit:contain;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 22px 30px rgba(52,40,34,.10));
}

.resource{
  width:min(var(--max),calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:76px;
  align-items:center;
  padding:74px 0 82px;
}
.resource-visual{
  background:#fde7e9;
  border-radius:44px 44px 44px 90px;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
}
.resource-visual img{
  width:min(500px,92%);
  transform:rotate(-5deg);
  box-shadow:var(--shadow);
}
.resource-copy h2{
  font-size:clamp(2.7rem,4vw,4.3rem);
  line-height:1.03;
  margin:0 0 18px;
}
.resource-copy p{font-size:1.15rem;max-width:680px}
.helper{font-size:.94rem;color:#555;margin-top:16px}

.about{
  background:#fff;
  padding:88px 0;
}
.about-inner{
  width:min(1050px,calc(100% - 44px));
  margin:auto;
}
.about h2{
  font-size:clamp(2.6rem,4vw,4rem);
  margin:0 0 24px;
}
.about p{font-size:1.12rem;margin:0 0 1.25rem}

.gallery-wrap{
  width:min(var(--max),calc(100% - 44px));
  margin:auto;
  padding:86px 0 90px;
}
.gallery-title{
  text-align:center;
  margin-bottom:44px;
}
.gallery-title h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.4rem,4vw,3.7rem);
  margin:0 0 8px;
}
.gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.gallery img{width:100%;box-shadow:var(--shadow)}

.support-main{
  width:min(980px,calc(100% - 44px));
  margin:auto;
  padding:62px 0 45px;
}
.back-link{
  display:inline-flex;
  text-decoration:none;
  border:2px solid var(--ink);
  border-radius:999px;
  padding:10px 18px;
  font-weight:800;
  margin-bottom:28px;
}
.emergency{
  background:#fff;
  border-left:7px solid #c91614;
  border-radius:24px;
  padding:30px 34px;
  box-shadow:var(--shadow);
  margin-bottom:55px;
}
.emergency h1{font-size:clamp(2.3rem,4vw,3.3rem);margin:0 0 10px}
.emergency strong,.emergency .red{color:#c91614;font-weight:800}
.support-title{font-size:clamp(2.8rem,5vw,4.5rem);margin:0 0 12px}
.support-intro{font-size:1.15rem;margin-bottom:34px}
.faq-card{
  background:#fff;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:24px 30px;
  margin-bottom:56px;
}
.faq-card h2{font-size:1.8rem}
details{border-bottom:1px solid var(--line)}
details:last-child{border-bottom:0}
summary{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;gap:18px;
  font-size:1.25rem;font-weight:800;padding:22px 0
}
summary::-webkit-details-marker{display:none}
summary:after{content:"+"}
details[open] summary:after{content:"–"}
.answer{padding:0 0 22px}
.info-section{margin-bottom:50px}
.info-section h2{font-size:2rem;margin-bottom:12px}

footer{
  border-top:1px solid rgba(28,28,28,.1);
  padding:30px 20px 42px;
  text-align:center;
  font-size:.9rem;
}
.footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:10px}
.footer-links a{font-weight:700}

@media(max-width:900px){
  .nav{gap:22px}
  .nav-spacer{display:none}
  .nav .support-pill{margin-left:0}
  .hero-inner,.resource{grid-template-columns:1fr}
  .hero-inner{padding-top:60px}
  .hero-copy{text-align:center}
  .hero-copy>p{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-art{min-height:390px}
  .resource-copy{text-align:center}
  .resource-actions{justify-content:center}
  .gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .nav{min-height:76px;gap:12px;justify-content:space-between}
  .nav a{font-size:.72rem}
  .nav .support-pill{padding:10px 12px}
  .hero-inner,.resource,.gallery-wrap,.about-inner,.support-main{width:min(100% - 28px,var(--max))}
  .hero h1{font-size:2.75rem}
  .hero-copy>p{font-size:1.05rem}
  .hero-art{min-height:320px}
  .btn{width:100%}
  .resource{gap:36px;padding-top:48px}
  .resource-visual{min-height:300px}
  .gallery{grid-template-columns:1fr}
}
