:root{
  --navy:#071f49;
  --blue:#0b4f86;
  --teal:#057c83;
  --red:#d0102a;
  --purple:#45206d;
  --gold:#f4c542;
  --light:#f5f8fb;
  --white:#ffffff;
  --text:#172033;
  --muted:#5b6578;
  --shadow:0 18px 50px rgba(7,31,73,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);color:var(--text);line-height:1.65}
a{color:inherit}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem clamp(1rem,4vw,4rem);border-bottom:1px solid rgba(7,31,73,.08)}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:800;color:var(--navy);letter-spacing:.02em}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand span{font-size:.95rem}.nav{display:flex;gap:1rem;flex-wrap:wrap}.nav a{text-decoration:none;font-size:.92rem;font-weight:700;color:var(--navy);opacity:.82}.nav a:hover{opacity:1;color:var(--teal)}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;padding:clamp(3rem,7vw,7rem) clamp(1rem,6vw,5rem);background:radial-gradient(circle at 70% 20%,rgba(5,124,131,.20),transparent 28%),linear-gradient(135deg,#f8fbff 0%,#eef7fb 48%,#fff 100%)}
.eyebrow{margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.14em;color:var(--teal);font-weight:900;font-size:.78rem}.hero h1{font-size:clamp(2.4rem,7vw,5.8rem);line-height:.96;margin:0 0 1.2rem;color:var(--navy);letter-spacing:-.06em}.hero-text{font-size:1.2rem;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.6rem}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.25rem;text-decoration:none;font-weight:900;border:2px solid transparent}.button.primary{background:linear-gradient(135deg,var(--teal),var(--navy));color:#fff;box-shadow:0 12px 30px rgba(5,124,131,.22)}.button.secondary{border-color:rgba(7,31,73,.18);color:var(--navy);background:#fff}.hero-card{background:#fff;border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow);text-align:center}.hero-card img{border-radius:18px;margin:auto;max-height:420px;object-fit:contain}.hero-card p{font-weight:900;color:var(--navy);font-size:1.05rem}.intro,.mission-grid,.photo-feature,.cards,.stories,.speaking,.chat-section,.contact,.lucas-section,.reality-section{padding:clamp(2.4rem,6vw,5rem) clamp(1rem,6vw,5rem)}
.intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.intro h2,.section-heading h2,.photo-feature h2,.stories h2,.contact h2,.chat-section h2,.lucas-section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:.2rem 0 1rem;color:var(--navy);letter-spacing:-.045em}.intro p,.photo-feature p,.stories p,.speaking p,.chat-section p,.contact p,.lucas-section p,.reality-section p{font-size:1.05rem;color:var(--muted)}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;background:var(--light)}.mission-grid article,.card,.stories,.chat-section,.contact,.speaking-copy{background:#fff;border:1px solid rgba(7,31,73,.08);border-radius:var(--radius);padding:1.5rem;box-shadow:0 10px 35px rgba(7,31,73,.06)}.mission-grid h3,.card h3,.speaking-copy h3{margin-top:0;color:var(--navy);font-size:1.4rem}
.photo-feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}.photo-feature figure,.two-card-grid figure,.photo-grid figure{margin:0;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(7,31,73,.08)}.photo-feature img{height:100%;min-height:520px;width:100%;object-fit:cover}.photo-feature figcaption,.two-card-grid figcaption,.photo-grid figcaption{padding:1rem;font-size:.92rem;color:var(--muted);font-weight:700}.photo-feature blockquote{border-left:5px solid var(--red);margin:1.5rem 0;padding:1rem 1.2rem;background:#fff7f8;border-radius:12px;color:var(--navy);font-weight:900;font-size:1.15rem}.reality-section{background:linear-gradient(180deg,#fff,#f7fbfd)}.two-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.5rem}.two-card-grid img{height:380px;width:100%;object-fit:cover}.section-heading{max-width:900px;margin-bottom:1.8rem}.section-heading.centre{text-align:center;margin-left:auto;margin-right:auto}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{min-height:210px}.card p{color:var(--muted)}.stories{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 clamp(1rem,6vw,5rem) clamp(2.4rem,6vw,5rem);padding:2rem;background:linear-gradient(135deg,var(--navy),var(--teal));color:#fff}.stories h2,.stories p,.stories .eyebrow{color:#fff}.stories .button.secondary{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.08)}
.lucas-section{background:#f9fbff}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.photo-grid img{height:340px;width:100%;object-fit:cover}.callout{margin:2rem auto 0;max-width:900px;background:#fff;border-left:6px solid var(--teal);border-radius:16px;padding:1.2rem 1.4rem;box-shadow:0 10px 28px rgba(7,31,73,.06);color:var(--navy)!important}.speaking{background:var(--light)}.speaking{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.4rem}.speaking .section-heading{grid-column:1/-1}.inquiry-form{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(7,31,73,.08);padding:1.3rem;display:grid;gap:.9rem}.inquiry-form label{display:grid;gap:.35rem;color:var(--navy);font-weight:800}.inquiry-form input,.inquiry-form textarea{font:inherit;border:1px solid rgba(7,31,73,.18);border-radius:14px;padding:.9rem;resize:vertical}.form-note{font-size:.85rem!important;color:var(--muted)!important;margin:0}.chat-section{display:flex;justify-content:space-between;align-items:center;gap:1rem}.contact{text-align:center;background:linear-gradient(180deg,#fff,#f8fbff)}.contact a{color:var(--teal);font-weight:900}footer{text-align:center;padding:2.5rem 1rem;background:var(--navy);color:#fff}.disclaimer{max-width:900px;margin:1rem auto 0;color:rgba(255,255,255,.78);font-size:.9rem}.floating-chat{position:fixed;right:18px;bottom:18px;background:var(--red);color:#fff;text-decoration:none;font-weight:900;border-radius:999px;padding:.85rem 1rem;box-shadow:0 10px 30px rgba(208,16,42,.3)}
@media (max-width:980px){.hero,.intro,.mission-grid,.photo-feature,.speaking{grid-template-columns:1fr}.card-grid,.photo-grid{grid-template-columns:1fr 1fr}.photo-feature img{min-height:auto;height:440px}.site-header{position:relative;align-items:flex-start}.nav{justify-content:flex-start}.stories,.chat-section{flex-direction:column;align-items:flex-start}.two-card-grid{grid-template-columns:1fr}}
@media (max-width:640px){.brand span{font-size:.82rem}.brand img{width:44px;height:44px}.site-header{padding:.75rem 1rem}.nav{gap:.65rem}.nav a{font-size:.82rem}.hero{padding:2.4rem 1rem}.hero h1{font-size:2.45rem}.intro,.mission-grid,.photo-feature,.cards,.speaking,.chat-section,.contact,.lucas-section,.reality-section{padding:2.4rem 1rem}.card-grid,.photo-grid{grid-template-columns:1fr}.photo-grid img,.two-card-grid img,.photo-feature img{height:330px}.stories{margin:0 1rem 2.4rem;padding:1.4rem}.floating-chat{right:12px;bottom:12px;font-size:.85rem}}
.music-section{padding:clamp(2.4rem,6vw,5rem) clamp(1rem,6vw,5rem);background:linear-gradient(180deg,#fff,#f8fbff)}
.song-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.5rem;align-items:center;background:#fff;border:1px solid rgba(7,31,73,.08);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem;margin:1.4rem auto;max-width:1180px}
.song-card.reverse{grid-template-columns:1.15fr .85fr}.song-card.reverse img{order:2}.song-card.reverse .song-copy{order:1}
.song-card img{width:100%;border-radius:18px;box-shadow:0 12px 36px rgba(7,31,73,.12)}
.song-copy h3{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05;margin:.2rem 0 1rem;color:var(--navy);letter-spacing:-.04em}.song-copy p{color:var(--muted);font-size:1rem}.song-copy audio{width:100%;margin-top:1rem;border-radius:999px}
@media (max-width:980px){.song-card,.song-card.reverse{grid-template-columns:1fr}.song-card.reverse img,.song-card.reverse .song-copy{order:initial}}

.listen-box{
  margin-top:1rem;
  padding:1rem;
  border-radius:18px;
  background:#f5fbfb;
  border:1px solid rgba(0,119,128,.18);
}
.listen-box p{margin-top:0;}
.listen-box .button{display:inline-block;margin-top:.25rem;}

.resources-section{
  padding:clamp(2.4rem,6vw,5rem) clamp(1rem,6vw,5rem);
  background:linear-gradient(180deg,#f8fbff,#ffffff);
}
.resource-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.2rem;
  max-width:1180px;
}
.resource-card,.province-disclaimer,.provincial-resources{
  background:#fff;
  border:1px solid rgba(7,31,73,.08);
  border-radius:var(--radius);
  padding:1.5rem;
  box-shadow:0 10px 35px rgba(7,31,73,.06);
}
.resource-card h3,.province-disclaimer h3,.provincial-resources h3{
  margin:.2rem 0 1rem;
  color:var(--navy);
  font-size:1.55rem;
  line-height:1.15;
}
.resource-card p,.province-disclaimer p,.provincial-resources p{
  color:var(--muted);
  font-size:1rem;
}
.resource-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1rem;
}
.small-note{
  font-size:.92rem!important;
  color:var(--muted)!important;
  font-weight:700;
}
.province-disclaimer{
  margin:1.4rem 0;
  background:#fff7f8;
  border-left:6px solid var(--red);
}
.provincial-resources{
  background:#f5fbfb;
  border-left:6px solid var(--teal);
}
@media (max-width:640px){
  .resources-section{padding:2.4rem 1rem}
  .resource-actions .button{width:100%;text-align:center}
}

/* 2026 Homepage redesign */
:root{
  --sky:#4FA8D8;
  --deep:#173F67;
  --sage:#A9C8B3;
  --sun:#F5C96A;
  --maple:#D94A4A;
  --coral:#E88972;
  --ink:#17324D;
  --soft:#FAFBFC;
}
body{font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
h1,h2,h3,.brand,.button,.nav{font-family:Poppins,system-ui,sans-serif}
.site-header{z-index:50}
.hero.hero-photo{position:relative;display:flex;min-height:clamp(620px,78vh,860px);align-items:center;overflow:hidden;padding:clamp(5rem,10vw,9rem) clamp(1.2rem,7vw,7rem)}
.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,61,.86) 0%,rgba(12,46,76,.69) 40%,rgba(10,39,67,.18) 70%,rgba(10,39,67,.06) 100%),linear-gradient(0deg,rgba(12,42,69,.25),transparent 45%);z-index:1}
.hero-photo-copy{position:relative;z-index:2;max-width:790px;color:white}
.hero-photo-copy h1{font-size:clamp(2.65rem,5.8vw,5.45rem);line-height:1.03;letter-spacing:-.045em;color:#fff;margin:.25rem 0 1.25rem;text-shadow:0 5px 22px rgba(0,0,0,.22)}
.eyebrow.light,.light-heading .eyebrow{color:#d9f5ff}
.hero-photo-copy .hero-text{font-size:clamp(1.07rem,1.8vw,1.32rem);line-height:1.65;color:rgba(255,255,255,.94);max-width:690px}
.hero-welcome{max-width:680px;color:rgba(255,255,255,.82);font-size:1.02rem;font-weight:700}
.button.glass{border:1.5px solid rgba(255,255,255,.65);background:rgba(255,255,255,.13);backdrop-filter:blur(9px);color:#fff}
.icon-button{gap:.6rem}.icon-button svg,.card-icon svg,.feature-icon svg,.welcome-icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.welcome-panel{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;max-width:1180px;margin:-54px auto 0;position:relative;z-index:4;padding:2.1rem clamp(1.3rem,4vw,3.2rem);background:#fff;border-radius:30px;box-shadow:0 24px 70px rgba(23,63,103,.17);border:1px solid rgba(23,63,103,.08)}
.welcome-panel h2{font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.15;margin:.15rem 0 .8rem;color:var(--deep)}
.welcome-panel p{margin:.2rem 0 1rem;color:#5a6b7d;font-size:1.06rem}
.welcome-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:linear-gradient(145deg,#dff4ff,#f3fbff);color:var(--sky)}
.welcome-icon svg{width:34px;height:34px}.text-link{font-family:Poppins,sans-serif;color:var(--deep);font-weight:700;text-decoration:none}.text-link:hover{color:var(--sky)}
.help-section{padding:clamp(5rem,8vw,7.5rem) clamp(1rem,6vw,5rem);background:linear-gradient(180deg,#fff 0%,#f4f9fc 100%)}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;max-width:1180px;margin:auto}
.help-card{display:block;text-decoration:none;background:#fff;border:1px solid rgba(23,63,103,.08);border-radius:24px;padding:1.55rem;box-shadow:0 12px 35px rgba(23,63,103,.07);transition:.25s ease;min-height:260px}
.help-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(23,63,103,.13);border-color:rgba(79,168,216,.35)}
.help-card h3{font-size:1.25rem;color:var(--deep);margin:1rem 0 .55rem}.help-card p{color:#617184;margin:0 0 1rem}.card-arrow{font-family:Poppins,sans-serif;font-weight:700;color:var(--sky)}
.card-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px}.card-icon svg{width:27px;height:27px}.card-icon.sky{background:#e3f4fc;color:#318fc1}.card-icon.gold{background:#fff5d7;color:#bb8717}.card-icon.sage{background:#e9f3ed;color:#56896a}.card-icon.coral{background:#fff0eb;color:#cf6d54}.card-icon.purple{background:#f1eafa;color:#7653a6}.card-icon.red{background:#fdebed;color:#c3434f}
.meet-home{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,5rem);align-items:center;padding:clamp(4.5rem,8vw,7rem) clamp(1rem,7vw,7rem);background:#fff}
.meet-photo-wrap{position:relative;max-width:560px;margin:auto}.meet-photo-wrap:before{content:"";position:absolute;inset:-16px 18px 18px -16px;background:linear-gradient(145deg,var(--sage),#dcece2);border-radius:32px;z-index:0}.meet-photo-wrap img{position:relative;z-index:1;width:100%;max-height:620px;object-fit:cover;border-radius:28px;box-shadow:0 18px 55px rgba(23,63,103,.18)}
.meet-copy h2{font-size:clamp(2.3rem,4vw,4rem);color:var(--deep);margin:.15rem 0 1rem}.meet-copy p{font-size:1.08rem;color:#5c6f82}.meet-copy .button{margin-top:.8rem}
.difference-section{padding:clamp(4.5rem,8vw,7rem) clamp(1rem,6vw,5rem);background:linear-gradient(145deg,#123d66 0%,#1f6486 62%,#357f86 100%);color:#fff}.light-heading h2,.light-heading p{color:#fff}.light-heading p{opacity:.86}
.difference-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:1.2rem}.feature-story{background:rgba(255,255,255,.98);color:var(--ink);border-radius:25px;overflow:hidden;box-shadow:0 20px 50px rgba(6,28,48,.20)}.feature-story:not(.image-story){padding:1.7rem}.feature-story h3{color:var(--deep);font-size:1.35rem;margin:.35rem 0 .65rem}.feature-story p{color:#607083}.feature-story img{height:225px;width:100%;object-fit:cover}.image-story>div{padding:1.35rem}.feature-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:19px;background:#e6f5fb;color:var(--sky);margin-bottom:1rem}.feature-icon svg{width:29px;height:29px}.mini-label{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem!important;font-weight:900;color:#3d8eb5!important;margin:0}.feature-link{display:inline-block;margin-top:.7rem;font-family:Poppins,sans-serif;font-weight:700;color:#2e85ae;text-decoration:none}.feature-link:hover{text-decoration:underline}
.belief-section{text-align:center;padding:clamp(4.5rem,8vw,7rem) 1.2rem;background:radial-gradient(circle at 50% 10%,#edf8f5,transparent 55%),#fff}.belief-section h2{max-width:1050px;margin:.5rem auto 1.2rem;font-size:clamp(2rem,4.3vw,4rem);line-height:1.25;color:var(--deep);letter-spacing:-.035em}.belief-section>p:last-child{max-width:740px;margin:auto;color:#657689;font-size:1.08rem}
.join-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(3rem,6vw,5rem) clamp(1.2rem,7vw,7rem);background:linear-gradient(120deg,#173f67,#267694);color:#fff}.join-section h2{font-size:clamp(1.8rem,3.5vw,3.25rem);line-height:1.16;margin:.2rem 0;max-width:850px}.join-actions{display:flex;gap:.8rem;flex-wrap:wrap;flex-shrink:0}.light-button{background:#fff;color:var(--deep)}.outline-light{border-color:rgba(255,255,255,.65);color:#fff;background:transparent}
@media(max-width:1000px){.help-grid{grid-template-columns:1fr 1fr}.meet-home{grid-template-columns:1fr}.difference-grid{grid-template-columns:1fr 1fr}.podcast-feature{grid-column:1/-1}.join-section{flex-direction:column;align-items:flex-start}.welcome-panel{margin:-30px 1rem 0}}
@media(max-width:680px){.hero.hero-photo{min-height:720px;align-items:flex-end;padding:5rem 1rem 3.2rem}.hero-background{object-position:64% center}.hero-overlay{background:linear-gradient(0deg,rgba(8,31,54,.94) 0%,rgba(8,31,54,.72) 48%,rgba(8,31,54,.12) 100%)}.hero-photo-copy h1{font-size:2.45rem}.hero-photo-copy .hero-text{font-size:1rem}.hero-actions .button{width:100%}.welcome-panel{grid-template-columns:1fr;padding:1.5rem;border-radius:22px}.help-section,.meet-home,.difference-section{padding:4rem 1rem}.help-grid,.difference-grid{grid-template-columns:1fr}.podcast-feature{grid-column:auto}.help-card{min-height:0}.join-actions{width:100%}.join-actions .button{width:100%}.site-header .brand span{max-width:165px;line-height:1.15}}

/* WALK WITH LUCAS */
.nav .active{color:#1f4e79;font-weight:800}.walk-page{background:#fbfaf7}.walk-hero{min-height:92vh;position:relative;display:flex;align-items:center;overflow:hidden}.walk-hero>img,.today-section>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.walk-hero-overlay,.today-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,36,62,.78),rgba(10,36,62,.18) 65%,rgba(10,36,62,.05))}.walk-hero-content{position:relative;z-index:2;color:#fff;max-width:780px;padding:9rem clamp(1.5rem,8vw,8rem) 6rem}.walk-hero h1{font-size:clamp(3.5rem,8vw,7rem);line-height:.95;margin:.5rem 0 1rem}.walk-tagline{font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.5}.growing-feet{display:flex;gap:1rem;align-items:end;margin-bottom:1rem}.growing-feet span:nth-child(1){font-size:1rem}.growing-feet span:nth-child(2){font-size:1.35rem}.growing-feet span:nth-child(3){font-size:1.75rem}.growing-feet span:nth-child(4){font-size:2.2rem}.walk-intro{padding:7rem 1.5rem;background:#fff}.walk-intro-inner{max-width:920px;margin:auto;text-align:center}.walk-intro h2,.chapter-heading h2{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.08}.walk-intro p:last-child{font-size:1.25rem;line-height:1.9}.footmark{font-size:2rem}.footmark.large{font-size:3rem}.timeline-section,.chapter-section,.voice-chapter{padding:7rem clamp(1.25rem,6vw,6rem)}.warm{background:#fff4e8}.chapter-heading{max-width:900px;margin:0 auto 4rem;text-align:center}.chapter-number{display:inline-block;border:1px solid rgba(31,78,121,.2);border-radius:999px;padding:.45rem 1rem;color:#1f4e79;font-weight:800}.chapter-quote{font-family:Poppins,sans-serif;font-size:1.3rem;font-style:italic;color:#4b6177}.timeline{max-width:1120px;margin:auto;position:relative}.timeline:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(#f5c96a,#4fa8d8,#a9c8b3)}.timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:0 0 6rem}.timeline-item.reverse .timeline-photo{order:2}.timeline-item.reverse .timeline-copy{order:1}.timeline-photo img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 22px 55px rgba(20,45,70,.16)}.timeline-copy{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 12px 35px rgba(20,45,70,.08)}.timeline-copy h3{font-size:1.8rem}.age-badge{position:absolute;left:50%;top:2rem;transform:translateX(-50%);z-index:3;background:#1f4e79;color:#fff;border:6px solid #fff4e8;border-radius:999px;padding:.65rem 1rem;font-weight:900;white-space:nowrap}.search-chapter{background:#edf4f8}.photo-story-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.photo-story-grid figure{background:#fff;border-radius:24px;overflow:hidden;margin:0;box-shadow:0 14px 36px rgba(20,45,70,.1)}.photo-story-grid img{width:100%;height:430px;object-fit:cover}.photo-story-grid figcaption{padding:1.4rem;line-height:1.6}.story-panel{max-width:850px;margin:3rem auto 0;background:#fff;padding:2.5rem;border-left:6px solid #4fa8d8;border-radius:18px}.diagnosis-section{padding:7rem 1.5rem;background:#173d62}.diagnosis-card{max-width:900px;margin:auto;color:#fff;text-align:center}.diagnosis-card h2{font-size:clamp(3rem,7vw,6rem);margin:.4rem}.diagnosis-lead{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700}.diagnosis-card blockquote{font-size:1.4rem;border-top:1px solid rgba(255,255,255,.35);padding-top:2rem;margin-top:2rem}.life-chapter{background:#f8fbfa}.life-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.life-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 13px 34px rgba(20,45,70,.09)}.life-card img{width:100%;height:360px;object-fit:cover}.life-card div{padding:1.5rem}.community-chapter{padding:7rem clamp(1.25rem,6vw,6rem);background:linear-gradient(135deg,#1f4e79,#337e9f);color:#fff}.community-feature{max-width:1120px;margin:0 auto 3rem;display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;align-items:center}.community-feature.reverse img{order:2}.community-feature img{width:100%;height:440px;object-fit:cover;border-radius:28px;box-shadow:0 18px 55px rgba(0,0,0,.22)}.voice-chapter{background:#fff}.milestone-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.milestone{position:relative;background:#f5f9fc;border-radius:24px;padding:2rem;box-shadow:0 10px 30px rgba(20,45,70,.07)}.milestone-age{position:absolute;right:1.25rem;top:1.25rem;font-weight:900;color:#1f4e79}.milestone-icon{font-size:2.3rem}.achievement-strip{max-width:1050px;margin:4rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.achievement-strip figure{margin:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(20,45,70,.12)}.achievement-strip img{width:100%;height:450px;object-fit:cover}.achievement-strip figcaption{padding:1.3rem}.today-section{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.today-overlay{background:linear-gradient(rgba(12,35,59,.28),rgba(12,35,59,.78))}.today-content{position:relative;z-index:2;max-width:950px;padding:6rem 1.5rem}.today-content h2{font-size:clamp(3.2rem,8vw,7rem);margin:.5rem}.today-content>p{font-size:1.35rem}.identity-list{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:2rem 0}.identity-list span{background:rgba(255,255,255,.16);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.65rem 1rem}.closing-quote{font-family:Poppins,sans-serif;font-style:italic;max-width:760px;margin:2rem auto}.site-footer{background:#112f4c;color:#fff;padding:3rem clamp(1.5rem,6vw,6rem);display:grid;grid-template-columns:1fr auto;gap:2rem}.footer-links{display:flex;gap:1.3rem;flex-wrap:wrap}.footer-links a{color:#fff}.footer-note{grid-column:1/-1;color:#c9d9e5}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:850px){.timeline:before{left:1rem}.timeline-item,.community-feature{grid-template-columns:1fr;gap:1.5rem;padding-left:2.2rem}.timeline-item.reverse .timeline-photo,.timeline-item.reverse .timeline-copy,.community-feature.reverse img{order:initial}.age-badge{left:1rem;top:-1rem}.photo-story-grid,.life-grid,.milestone-grid{grid-template-columns:1fr}.achievement-strip{grid-template-columns:1fr}.walk-hero-content{padding-top:7rem}.walk-hero h1{font-size:3.5rem}.site-footer{grid-template-columns:1fr}.timeline-photo img,.photo-story-grid img,.community-feature img{height:360px}}


/* NEWLY DIAGNOSED — START HERE */
.start-page{background:#fbfcfd}.start-hero{padding:10rem 1.5rem 7rem;background:radial-gradient(circle at 80% 20%,rgba(245,201,106,.28),transparent 28%),radial-gradient(circle at 10% 80%,rgba(169,200,179,.3),transparent 30%),linear-gradient(145deg,#eef8fb 0%,#fbfaf6 60%,#fff 100%);min-height:78vh;display:flex;align-items:center}.start-hero-inner{max-width:1050px;margin:auto;text-align:center}.start-symbol{width:86px;height:86px;border-radius:28px;background:#fff;color:var(--sky);display:grid;place-items:center;margin:0 auto 1.5rem;box-shadow:0 18px 40px rgba(31,78,121,.12)}.start-symbol svg{width:45px;height:45px}.start-hero h1{font-size:clamp(3rem,7vw,6rem);line-height:1.04;color:var(--deep);margin:.5rem auto 1.3rem;letter-spacing:-.045em}.start-lead{max-width:800px;margin:0 auto;color:#536a7e;font-size:1.22rem;line-height:1.85}.start-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.reassurance-strip{max-width:1180px;margin:-2.5rem auto 0;position:relative;z-index:3;background:#fff;border-radius:26px;padding:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 22px 55px rgba(31,78,121,.13)}.reassurance-strip div{padding:1rem 1.4rem;border-right:1px solid #e4edf2}.reassurance-strip div:last-child{border-right:0}.reassurance-strip strong{display:block;color:var(--deep);font-family:Poppins,sans-serif;margin-bottom:.35rem}.reassurance-strip span{color:#687b8d;line-height:1.5}.start-section{padding:clamp(5rem,8vw,8rem) clamp(1.2rem,6vw,6rem)}.step-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.step-card{position:relative;background:#fff;border-radius:25px;padding:2rem;box-shadow:0 14px 38px rgba(20,45,70,.09);border:1px solid #eaf0f4}.step-number{position:absolute;right:1.2rem;top:1rem;font:800 2.2rem Poppins,sans-serif;color:#e5eef3}.guide-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin-bottom:1rem}.guide-icon svg{width:29px;height:29px}.guide-icon.sky{background:#e5f5fb;color:#4fa8d8}.guide-icon.sage{background:#edf6f0;color:#6e9f81}.guide-icon.gold{background:#fff5d9;color:#c69628}.guide-icon.coral{background:#feeeee;color:#d86a6a}.step-card h3{font-size:1.25rem;color:var(--deep);margin:.5rem 0}.step-card p{color:#657689}.pathway-section{padding:6rem clamp(1.2rem,6vw,6rem);background:linear-gradient(140deg,#173f67,#287795);color:#fff}.pathway-heading{max-width:900px;margin:0 auto 3rem;text-align:center}.pathway-heading h2{font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.12;margin:.4rem}.pathway{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}.pathway:before{content:'';position:absolute;left:8%;right:8%;top:2.3rem;height:2px;background:rgba(255,255,255,.25)}.pathway article{position:relative;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);border-radius:22px;padding:1.5rem;z-index:1}.pathway article span{display:inline-block;background:#fff;color:#1f4e79;border-radius:999px;padding:.45rem .8rem;font-weight:900;font-size:.8rem}.pathway h3{font-size:1.2rem;margin:1rem 0 .45rem}.pathway p{color:#e5f1f7}.appointment-section{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;max-width:1180px;margin:auto;align-items:center}.appointment-copy h2{font-size:clamp(2.3rem,4.5vw,4rem);color:var(--deep);line-height:1.12}.appointment-copy>p{font-size:1.1rem;color:#647789}.soft-list{padding:0;list-style:none}.soft-list li{position:relative;padding:.65rem 0 .65rem 2rem;color:#52687b}.soft-list li:before{content:'✓';position:absolute;left:0;top:.55rem;width:1.35rem;height:1.35rem;border-radius:50%;background:#e7f4ec;color:#5c9070;display:grid;place-items:center;font-weight:900}.question-card{background:#fff5dc;border-radius:28px;padding:2rem;box-shadow:0 18px 46px rgba(31,78,121,.09)}.question-icon{width:58px;height:58px;border-radius:18px;background:#fff;color:#c18e22;display:grid;place-items:center}.question-icon svg{width:30px;height:30px}.question-card h3{font-size:1.5rem;color:var(--deep)}.question-card p,.question-card li{color:#675f4f}.question-card li{margin:.7rem 0}.sleep-study-guide{padding:3rem clamp(1.2rem,6vw,6rem);background:#edf7f8}.sleep-study-inner{max-width:1180px;margin:auto;background:#fff;border-radius:28px;padding:2rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;box-shadow:0 15px 40px rgba(31,78,121,.08)}.sleep-study-icon{width:76px;height:76px;border-radius:23px;background:#e5f4fa;color:#3d91b8;display:grid;place-items:center}.sleep-study-icon svg{width:40px;height:40px}.sleep-study-inner h2{color:var(--deep);font-size:2rem;margin:.2rem 0}.sleep-study-inner p{color:#627689}.coming-pill{border-radius:999px;padding:.7rem 1rem;background:#edf6f0;color:#557965;font-weight:800;text-align:center}.support-needs{background:#fafbf8}.support-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.support-tile{text-decoration:none;background:#fff;border-radius:24px;padding:1.7rem;color:var(--ink);box-shadow:0 12px 35px rgba(20,45,70,.08);transition:.2s}.support-tile:hover{transform:translateY(-5px)}.support-tile span{font-size:2rem}.support-tile h3{color:var(--deep);font-size:1.2rem}.support-tile p{color:#66788a}.checklist-section{padding:6rem 1.2rem;background:linear-gradient(120deg,#f4eae0,#eef7f2)}.checklist-wrap{max-width:1050px;margin:auto;background:#fff;border-radius:30px;padding:clamp(2rem,5vw,4rem);display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;box-shadow:0 20px 55px rgba(31,78,121,.1)}.checklist-wrap h2{font-size:clamp(2.2rem,4vw,3.5rem);color:var(--deep)}.checklist-wrap p{color:#647789}.checklist-items{display:grid;gap:.8rem}.checklist-items label{display:flex;align-items:flex-start;gap:.8rem;background:#f6f9fb;border-radius:15px;padding:1rem;color:#425b70;font-weight:700}.checklist-items input{width:1.25rem;height:1.25rem;accent-color:#4fa8d8;flex:0 0 auto}.province-notice{max-width:1100px;margin:5rem auto;padding:2rem;background:#fff6e4;border:1px solid #f4deb1;border-radius:25px;display:grid;grid-template-columns:auto 1fr;gap:1.3rem}.notice-icon{width:58px;height:58px;border-radius:18px;background:#fff;color:#b67f17;display:grid;place-items:center}.notice-icon svg{width:30px;height:30px}.province-notice h2{color:var(--deep);margin:.1rem 0 .5rem}.province-notice p{color:#6a604e;margin:0}.start-closing{text-align:center;color:#fff;padding:7rem 1.5rem;background:radial-gradient(circle at 50% 0%,rgba(79,168,216,.35),transparent 42%),linear-gradient(145deg,#143957,#236987)}.closing-moon{font-size:4rem}.start-closing h2{font-size:clamp(2.4rem,5.5vw,4.8rem);max-width:950px;margin:.5rem auto}.start-closing>p:not(.eyebrow){max-width:760px;margin:0 auto;font-size:1.2rem;color:#e0edf4}.closing-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
@media(max-width:1000px){.step-grid,.support-grid{grid-template-columns:1fr 1fr}.pathway{grid-template-columns:1fr 1fr}.pathway:before{display:none}.appointment-section{grid-template-columns:1fr}.sleep-study-inner{grid-template-columns:auto 1fr}.coming-pill{grid-column:1/-1}.checklist-wrap{grid-template-columns:1fr;gap:2rem}}
@media(max-width:680px){.start-hero{padding:8rem 1rem 5rem;min-height:auto}.start-hero h1{font-size:2.65rem}.start-lead{font-size:1.05rem}.start-actions .button{width:100%}.reassurance-strip{margin:-1.8rem 1rem 0;grid-template-columns:1fr}.reassurance-strip div{border-right:0;border-bottom:1px solid #e4edf2}.reassurance-strip div:last-child{border-bottom:0}.step-grid,.pathway,.support-grid{grid-template-columns:1fr}.sleep-study-inner{grid-template-columns:1fr;text-align:left}.province-notice{margin:3rem 1rem;grid-template-columns:1fr}.closing-actions .button{width:100%}}

/* FAMILY GUIDE — PREPARING FOR A SLEEP STUDY */
.guide-page{background:#fbfcfe}.guide-hero{padding:8.5rem clamp(1.2rem,5vw,5rem) 3rem;display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:center;max-width:1350px;margin:auto}.guide-hero-copy h1{font-size:clamp(3.4rem,7vw,6.4rem);line-height:1.02;letter-spacing:-.05em;color:var(--deep);margin:.5rem 0 1rem}.guide-tagline{font-family:Poppins,sans-serif;font-style:italic;color:#326f9c;font-size:1.3rem;max-width:560px}.guide-breadcrumbs{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center;margin-top:2rem;color:#789}.guide-breadcrumbs a{color:var(--deep);text-decoration:none}.guide-hero-photo{margin:0;position:relative;border-radius:30px;overflow:hidden;box-shadow:0 24px 65px rgba(31,78,121,.18)}.guide-hero-photo img{width:100%;height:540px;object-fit:cover;display:block}.guide-hero-photo figcaption{position:absolute;right:1rem;top:1rem;background:#143f70;color:#fff;border-radius:18px;padding:.85rem 1rem;font:700 .95rem Poppins,sans-serif;box-shadow:0 10px 30px rgba(0,0,0,.18)}.footprint-mark{font-size:1.25rem;margin-right:.35rem}.guide-intro-note{max-width:1180px;margin:1rem auto 3rem;padding:1.3rem 1.5rem;background:#eef7fb;border:1px solid #d7ebf4;border-radius:22px;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.guide-intro-note p{margin:.25rem 0;color:#587083}.guide-note-icon{font-size:1.8rem}.guide-layout{max-width:1260px;margin:auto;padding:1rem 1.2rem 6rem;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);gap:2rem;align-items:start}.guide-main{display:grid;gap:1.3rem}.guide-panel{background:#fff;border:1px solid #dfeaf1;border-radius:25px;padding:2rem;display:grid;grid-template-columns:auto 1fr;gap:1.2rem;box-shadow:0 12px 35px rgba(28,62,91,.07)}.guide-panel-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:1.8rem}.expert-panel{border-color:#9cc8e5}.expert-panel .guide-panel-icon{background:#287bb4}.experience-panel{border-color:#efc16c;background:linear-gradient(130deg,#fffdf7,#fff)}.experience-panel .guide-panel-icon{background:#d49b2d}.family-panel{border-color:#9dcfba;background:linear-gradient(130deg,#f8fdfb,#fff)}.family-panel .guide-panel-icon{background:#6da88d}.panel-label{font:700 1.05rem Poppins,sans-serif;color:var(--deep);margin:0}.guide-panel h2,.mini-guide h2,.side-card h2{color:var(--deep);margin:.25rem 0 .8rem}.guide-panel p{color:#4f6578;line-height:1.75}.guide-panel blockquote{margin:1.2rem 0 0;padding:1rem 1.2rem;border-left:4px solid #d49b2d;background:#fff7e6;border-radius:0 14px 14px 0;color:#6b5428;font-style:italic}.source-line{font-size:.92rem;background:#f5f9fc;padding:.8rem 1rem;border-radius:12px}.packing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.packing-grid ul{margin:.2rem 0;padding-left:1.2rem}.packing-grid li{margin:.55rem 0;color:#51687a}.guide-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.mini-guide{border-radius:24px;padding:1.5rem;border:1px solid #ddd;background:#fff}.mini-guide>span{font-size:1.8rem}.wish-panel{background:#f8f4ff;border-color:#d7c9ef}.question-panel{background:#eff9fc;border-color:#b9dce9}.mini-guide p,.mini-guide li{color:#526879;line-height:1.6}.guide-sidebar{display:grid;gap:1rem;position:sticky;top:6.5rem}.side-card{background:#fff;border:1px solid #dfeaf1;border-radius:22px;padding:1.4rem;box-shadow:0 10px 30px rgba(28,62,91,.06)}.side-card h2{font-size:1.25rem}.checklist-card label{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem .2rem;color:#496176}.checklist-card input{width:1.1rem;height:1.1rem;accent-color:#4fa8d8}.print-button{width:100%;margin-top:1rem;border:0;border-radius:12px;padding:.8rem;background:#173f70;color:#fff;font:700 .9rem Poppins,sans-serif;cursor:pointer}.resource-card a,.sources-card a{display:block;padding:.55rem 0;color:#175e98;text-decoration:none;border-bottom:1px solid #eef2f5}.resource-card a:last-child,.sources-card a:last-child{border-bottom:0}.sources-card{background:#f8f5ff;border-color:#d9cff0}.wisdom-card{background:#fff8e9;border-color:#efd291}.wisdom-card p{font-style:italic;color:#654f2b}.encouragement-card{background:#fff5f7;border-color:#efc8d1}.side-card p{color:#566d80;line-height:1.65}.guide-disclaimer{max-width:1180px;margin:0 auto 4rem;padding:1.4rem 1.6rem;border-radius:20px;background:#edf4fa;border:1px solid #cdddea;display:grid;grid-template-columns:auto 1fr;gap:1rem}.guide-disclaimer strong{color:var(--deep)}.guide-disclaimer p{margin:0;color:#536a7c}.guide-closing{text-align:center;padding:6rem 1.2rem;background:linear-gradient(145deg,#eef7fb,#fff9eb)}.closing-feet{font-size:3rem}.guide-closing h2{font-size:clamp(2.5rem,5vw,4.5rem);color:var(--deep);margin:.5rem}.guide-closing p{font-size:1.15rem;color:#627689}.guide-closing .closing-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
@media(max-width:980px){.guide-hero{grid-template-columns:1fr;padding-top:7.5rem}.guide-hero-photo img{height:480px}.guide-layout{grid-template-columns:1fr}.guide-sidebar{position:static;grid-template-columns:1fr 1fr}.packing-grid{grid-template-columns:1fr}}
@media(max-width:680px){.guide-hero{padding:7rem 1rem 2rem}.guide-hero-copy h1{font-size:3rem}.guide-hero-photo img{height:380px}.guide-layout{padding:1rem 1rem 4rem}.guide-panel{grid-template-columns:1fr;padding:1.4rem}.guide-panel-icon{width:54px;height:54px}.guide-two-col,.guide-sidebar{grid-template-columns:1fr}.guide-intro-note{margin:1rem}.guide-disclaimer{margin:0 1rem 3rem;grid-template-columns:1fr}.guide-closing .button{width:100%}}
@media print{.site-header,.site-footer,.guide-closing,.print-button{display:none!important}.guide-hero{padding:1rem;grid-template-columns:1fr 1fr}.guide-hero-photo img{height:300px}.guide-layout{display:block;padding:0}.guide-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.guide-panel,.side-card,.mini-guide{box-shadow:none;break-inside:avoid}.guide-disclaimer{margin:1rem 0}.guide-page{background:#fff}}
/* VERSION 3 — FAMILY RESOURCES */
.hero-background{object-position:56% 34%}
@media(max-width:1100px) and (min-width:681px){.hero-background{object-position:58% 30%}.hero.hero-photo{min-height:720px}}
.resource-page,.long-guide{background:#fbfcfe}.resource-hero,.simple-guide-hero{padding:9rem clamp(1.2rem,6vw,6rem) 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:auto}.resource-hero h1,.simple-guide-hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:1.03;color:var(--deep);letter-spacing:-.045em;margin:.5rem 0 1.2rem}.resource-hero p,.simple-guide-hero p{font-size:1.15rem;color:#5c7285;line-height:1.7}.resource-photo-stack{position:relative}.resource-photo-stack img,.simple-guide-hero img{width:100%;height:520px;object-fit:cover;border-radius:30px;box-shadow:0 25px 65px rgba(31,78,121,.18)}.resource-photo-stack img{object-position:center 38%}.resource-photo-stack span{position:absolute;left:-2rem;bottom:2rem;background:#fff;padding:1rem 1.2rem;border-radius:16px;color:var(--deep);font:700 1rem Poppins;box-shadow:0 12px 35px rgba(0,0,0,.12)}.resource-search{max-width:900px;margin:-1rem auto 4rem;background:#fff;border-radius:22px;padding:1.4rem 1.6rem;box-shadow:0 15px 45px rgba(31,78,121,.1)}.resource-search label{display:block;font:700 1rem Poppins;color:var(--deep);margin-bottom:.6rem}.resource-search input{width:100%;padding:1rem 1.1rem;border:1px solid #cfe0eb;border-radius:14px;font:inherit}.resource-library{max-width:1220px;margin:auto;padding:0 1.2rem 6rem}.resource-group{margin:5rem 0}.resource-group-heading{display:flex;gap:1rem;align-items:center;margin-bottom:1.6rem}.resource-group-heading>span{font-size:2.5rem}.resource-group-heading h2{font-size:clamp(2rem,4vw,3.2rem);color:var(--deep);margin:.2rem 0}.resource-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.resource-card-live{display:block;text-decoration:none;background:#fff;border:1px solid #dce9f1;border-radius:24px;padding:1.7rem;color:var(--ink);box-shadow:0 12px 35px rgba(30,65,95,.07);transition:.2s}.resource-card-live:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(30,65,95,.13)}.resource-card-live h3{font-size:1.45rem;color:var(--deep)}.resource-card-live p{color:#5f7486;line-height:1.65}.resource-card-live small{color:#2d729d;font-weight:700}.resource-badge{display:inline-block;padding:.4rem .7rem;border-radius:999px;background:#e6f3f9;color:#256f9a;font:700 .76rem Poppins;text-transform:uppercase;letter-spacing:.05em}.resource-badge.gold{background:#fff1d1;color:#916714}.resource-badge.sage{background:#e5f3ea;color:#4e765f}.resource-badge.coral{background:#ffe8e1;color:#a8533c}.resource-feature{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;background:#fff;border-radius:28px;overflow:hidden;text-decoration:none;color:var(--ink);box-shadow:0 18px 50px rgba(31,78,121,.1)}.resource-feature>div{padding:3rem}.resource-feature h3{font-size:2.3rem;color:var(--deep)}.resource-feature p{color:#5e7487;line-height:1.7}.resource-feature img{width:100%;height:390px;object-fit:cover}.resource-feature.reverse{grid-template-columns:.9fr 1.1fr}.binder-feature{padding:clamp(2rem,5vw,4rem);border-radius:30px;background:linear-gradient(135deg,#fff8e7,#edf7fb);display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}.binder-feature h2{font-size:clamp(2.4rem,5vw,4rem);color:var(--deep)}.binder-feature p{color:#5e7284;line-height:1.7}.binder-visual{min-height:280px;border-radius:26px;background:#163f6c;color:#fff;display:grid;place-items:center;text-align:center;padding:2rem}.binder-visual span{font-size:6rem}.binder-visual strong{font:700 1.3rem Poppins}.resource-closing{text-align:center;padding:6rem 1.2rem;background:linear-gradient(145deg,#eaf6fa,#fff8e9)}.resource-closing h2{font-size:clamp(2.5rem,5vw,4rem);color:var(--deep)}.resource-closing p{color:#607587}.resource-closing blockquote{font:600 1.25rem Poppins;color:#2d668d;margin:3rem auto 0}.simple-guide-hero img{object-position:center}.school-hero img{object-position:center 25%}.life-hero img{object-position:center 35%}.jump-nav{position:sticky;top:82px;z-index:4;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:.8rem;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-block:1px solid #e5edf2}.jump-nav a{padding:.55rem .85rem;border-radius:999px;text-decoration:none;color:#315c78;font-weight:700}.jump-nav a:hover{background:#eaf4f9}.guide-flow{max-width:1080px;margin:auto;padding:4rem 1.2rem;display:grid;gap:1.4rem}.content-block{background:#fff;border:1px solid #dbe8ef;border-radius:26px;padding:clamp(1.5rem,4vw,2.6rem);display:grid;grid-template-columns:auto 1fr;gap:1.3rem;box-shadow:0 12px 35px rgba(31,78,121,.06)}.content-block>span{font-size:2.3rem}.content-block h2{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--deep)}.content-block h3{color:#2a668d}.content-block p,.content-block li{color:#536a7c;line-height:1.75}.content-block blockquote{padding:1.2rem 1.4rem;margin:1.2rem 0;background:#f4f9fc;border-left:4px solid #4fa8d8;border-radius:0 14px 14px 0;color:#305e7c;font-style:italic}.experience-block{border-color:#efd08e;background:#fffdf8}.family-block{border-color:#acd5c2;background:#f9fdfb}.expert-block{border-color:#9fcce6;background:#fafdff}.question-block{border-color:#c8bde8;background:#fcfbff}.wisdom-block{border-color:#edcf88;background:#fffaf0}.tip-grid,.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.2rem}.tip-grid>div,.compare-grid>div{padding:1.2rem;border-radius:17px;background:#fff;border:1px solid #e3edf2}.clean-list{columns:2;column-gap:2rem}.lucas-quote{margin:1rem 0;padding:1.2rem 1.4rem;background:#173f70;color:#fff;border-radius:16px;font-size:1.1rem;font-style:italic}.lucas-quote strong{display:block;margin-top:.5rem;color:#f6cc72}.guide-next{display:flex;justify-content:center;gap:1rem;padding:0 1rem 5rem;flex-wrap:wrap}.giant-folder{min-height:420px;border-radius:30px;background:linear-gradient(145deg,#173f70,#347fa7);color:#fff;display:grid;place-items:center;text-align:center;font-size:8rem}.giant-folder span{display:block;font:700 1.4rem Poppins}.binder-intro{max-width:900px;margin:1rem auto 3rem;padding:2rem;text-align:center}.binder-intro h2{font-size:2.5rem;color:var(--deep)}.binder-intro p{color:#617689;font-size:1.1rem}.binder-grid{max-width:1120px;margin:auto;padding:0 1.2rem 5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.binder-grid>div{background:#fff;border:1px solid #dce8ef;border-radius:22px;padding:1.4rem}.binder-grid span{font:800 1.4rem Poppins;color:#4fa8d8}.binder-grid h3{color:var(--deep)}.binder-grid p{color:#607587;line-height:1.6}.binder-callout{max-width:1000px;margin:0 auto 4rem;padding:2.3rem;border-radius:28px;background:#fff5dc;display:grid;grid-template-columns:auto 1fr;gap:1.2rem}.binder-callout>span{font-size:3rem}.binder-callout h2{color:var(--deep)}.binder-callout p{color:#665d4d}
@media(max-width:900px){.resource-hero,.simple-guide-hero{grid-template-columns:1fr;padding-top:7.5rem}.resource-card-grid{grid-template-columns:1fr 1fr}.resource-feature,.resource-feature.reverse,.binder-feature{grid-template-columns:1fr}.resource-feature.reverse img{order:2}.binder-grid{grid-template-columns:1fr 1fr}.clean-list{columns:1}}
@media(max-width:620px){.resource-hero,.simple-guide-hero{padding:7rem 1rem 3rem}.resource-hero h1,.simple-guide-hero h1{font-size:2.8rem}.resource-photo-stack img,.simple-guide-hero img{height:360px}.resource-photo-stack span{left:.7rem;right:.7rem;bottom:.7rem}.resource-card-grid,.tip-grid,.compare-grid,.binder-grid{grid-template-columns:1fr}.resource-feature>div{padding:1.5rem}.resource-feature img{height:300px}.content-block{grid-template-columns:1fr}.jump-nav{top:70px}.giant-folder{min-height:300px}.guide-next .button{width:100%}}

/* Responsive hero focal-point correction — keeps Lucas fully visible across laptop widths */
.hero-photo { min-height: clamp(650px, 88vh, 900px); }
.hero-background { object-fit: cover; object-position: 62% 42%; }
@media (min-width: 900px) and (max-width: 1500px) {
  .hero-background { object-position: 66% 38%; }
  .hero-photo-copy { padding-top: 2rem; }
}
@media (max-width: 899px) {
  .hero-background { object-position: 64% 32%; }
}
@media (max-width: 560px) {
  .hero-background { object-position: 61% 26%; }
}

/* Story & social release additions */
.social-connect{padding:clamp(3.5rem,7vw,6rem) 6%;background:linear-gradient(135deg,#eef7fb,#fffaf0)}
.social-link-grid{max-width:1120px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.social-link-card{display:flex;gap:1rem;align-items:center;padding:1.4rem;border-radius:22px;background:#fff;text-decoration:none;color:#173f62;box-shadow:0 14px 40px rgba(31,78,121,.11);transition:transform .2s ease,box-shadow .2s ease}
.social-link-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(31,78,121,.17)}
.social-link-card>span{display:grid;place-items:center;min-width:52px;height:52px;border-radius:50%;background:#eaf5fb;color:#1f4e79;font:800 1.25rem Poppins,sans-serif}
.social-link-card strong{font:700 1.05rem Poppins,sans-serif}.social-link-card p{margin:.2rem 0 0;color:#536879}
.resource-intro-note{max-width:760px;margin:1rem auto 0;padding:1rem 1.15rem;border-left:4px solid #4fa8d8;background:#f3f9fc;border-radius:10px;color:#36576d}
.site-footer a, footer a{color:inherit}
@media(max-width:780px){.social-link-grid{grid-template-columns:1fr}.social-connect{padding-inline:5%}}
