
: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(3.4rem,6vw,6rem);
  line-height:.98;
  margin:0 0 26px;
  max-width:780px;
}
.hero-copy>p{
  font-size:1.25rem;
  max-width:630px;
  margin:0 0 30px;
}
.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}
}

.nav-simple{justify-content:flex-end!important;min-height:78px}
.nav-simple .support-pill{margin-left:auto;background:#f7c8d6;padding:12px 22px;border-radius:10px;text-decoration:none;font-weight:800;letter-spacing:0;text-transform:none;font-size:.92rem}
.hero-journal-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.1rem,3.5vw,3.4rem)!important;line-height:1.05;margin:-4px 0 20px!important;font-weight:700}
.created-note{margin-top:-10px!important;font-size:1.05rem!important}
.inside-section{background:#fff7f5;padding:88px 0}
.inside-inner{width:min(1050px,calc(100% - 44px));margin:auto}
.inside-inner h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,4vw,4rem);letter-spacing:-.035em;margin:0 0 28px}
.inside-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:18px 36px;font-size:1.12rem}
.inside-list li{display:flex;align-items:flex-start;gap:12px;background:#fff;padding:18px 20px;border-radius:16px;box-shadow:0 12px 30px rgba(80,48,38,.06)}
.inside-list li span{font-size:1.2rem;line-height:1.4}
.gentle-note{margin-top:44px;max-width:820px}
.gentle-note h3{font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin:0 0 12px}
.gentle-note p{font-size:1.1rem;margin:0 0 1rem}
.repeat-actions{margin-top:28px}
@media(max-width:620px){
  .nav-simple{min-height:70px;padding:0 4px}
  .nav-simple .support-pill{font-size:.82rem;padding:10px 15px}
  .hero h1{font-size:clamp(2.7rem,12vw,4rem)!important}
  .hero-journal-title{font-size:2rem!important}
  .hero-art{min-height:280px!important}
  .hero-kite{width:min(300px,78%)!important}
  .inside-section{padding:64px 0}
  .inside-list{grid-template-columns:1fr;gap:14px}
  .inside-inner{width:calc(100% - 28px)}
}

.hero-subtitle{
font-size:1.25rem;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:#ef88aa;
margin:-8px 0 28px;
}


/* Final homepage refinements */
.nav-simple {
  justify-content: flex-end;
  min-height: 78px;
}
.support-pill {
  margin-left: auto;
  background: #f7c8d6;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
}
.hero-description {
  font-size: 1.2rem;
  max-width: 650px;
}
.no-signup {
  margin-top: 15px;
  color: #5c5551;
  font-size: .95rem;
  font-weight: 700;
}
.journal-intro {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
  padding: 78px 0 88px;
}
.journal-copy h2,
.inside-inner h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  font-size: clamp(2.6rem, 4.5vw, 4.35rem);
  line-height: 1.03;
  margin: 0 0 20px;
}
.journal-copy p {
  font-size: 1.14rem;
  max-width: 680px;
}
.inside-section {
  background: #fff7f5;
  padding: 92px 0;
}
.inside-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.feature-card {
  background: #fff;
  border: 1px solid rgba(28, 28, 28, .07);
  border-radius: 22px;
  padding: 26px 22px 24px;
  box-shadow: 0 18px 45px rgba(80, 48, 38, .08);
}
.feature-card h3 {
  font-size: 1.18rem;
  margin: 13px 0 8px;
  line-height: 1.2;
}
.feature-card p {
  margin: 0;
  color: #5c5551;
  font-size: .96rem;
}
.feature-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
}
.dot-coral { background: var(--coral); }
.dot-pink { background: var(--pink); }
.dot-teal { background: var(--teal); }
.dot-gold { background: var(--gold); }
.dot-ink { background: var(--ink); }
.gentle-note {
  max-width: 820px;
  margin: 54px auto 0;
  text-align: center;
}
.gentle-note h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 0 0 12px;
}
.gentle-note p {
  font-size: 1.08rem;
}
.final-cta {
  background: linear-gradient(135deg, #fde9e7, #fff7f1);
  padding: 90px 0;
}
.final-cta-inner {
  width: min(820px, calc(100% - 44px));
  margin: 0 auto;
  text-align: center;
}
.final-cta p {
  font-size: 1.15rem;
  margin-bottom: 28px;
}
.final-cta .hero-actions {
  justify-content: center;
}
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-disclaimer {
  max-width: 780px;
  margin: 10px auto 0;
  color: #69615d;
  font-size: .82rem;
}

/* Subtle motion */
.hero-copy,
.resource-visual,
.journal-copy,
.feature-card,
.gallery img {
  animation: fadeUp .55s ease both;
}
.feature-card:nth-child(2) { animation-delay: .05s; }
.feature-card:nth-child(3) { animation-delay: .10s; }
.feature-card:nth-child(4) { animation-delay: .15s; }
.feature-card:nth-child(5) { animation-delay: .20s; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 1050px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-card:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .journal-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .journal-copy {
    text-align: center;
  }
  .journal-copy .resource-actions {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .site-header {
    position: static;
  }
  .nav-simple {
    min-height: 66px;
  }
  .hero {
    min-height: auto;
  }
  .hero-inner {
    padding: 38px 0 26px;
    gap: 18px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .hero-subtitle {
    font-size: .92rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 1.03rem;
  }
  .hero-art {
    min-height: 250px;
  }
  .hero-kite {
    width: min(260px, 68%);
    max-height: 270px;
  }
  .hero-swish {
    inset: 18px 10px;
  }
  .hero-actions,
  .resource-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .btn {
    width: 100%;
    min-height: 58px;
  }
  .journal-intro {
    width: min(100% - 28px, var(--max));
    padding: 50px 0 62px;
  }
  .resource-visual {
    min-height: 270px;
  }
  .inside-section {
    padding: 64px 0;
  }
  .inside-inner,
  .gallery-wrap,
  .about-inner,
  .final-cta-inner {
    width: min(100% - 28px, var(--max));
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card:last-child {
    grid-column: auto;
  }
  .gallery-wrap {
    padding-top: 66px;
    padding-bottom: 70px;
  }
  .gallery {
    gap: 20px;
  }
  .about {
    padding: 66px 0;
  }
  .final-cta {
    padding: 66px 0;
  }
}
