/*
Theme Name: Hawthorn Street Early Learning Centre
Description: Family-focused Hawthorn Street website theme.
Version: 1.0.5
Author: Hawthorn Street Early Learning Centre
Text Domain: hawthorn-street
*/
:root { --ink:#183c3a; --green:#3e7559; --cream:#fbf7ee; --coral:#e97d64; --yellow:#f1c84b; --blue:#7bc8d1; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
.site-header { height:104px; display:grid; grid-template-columns:190px 1fr auto; align-items:center; gap:32px; padding:12px clamp(22px,5vw,76px); background:rgba(255,255,255,.96); border-bottom:1px solid rgba(24,60,58,.1); position:sticky; top:0; z-index:20; }
.brand img { width:112px; height:78px; object-fit:contain; }
.site-header > nav { display:flex; justify-content:center; gap:clamp(20px,3vw,46px); font-size:14px; font-weight:700; }
.site-header > nav a { text-decoration:none; padding:10px 0; }
.mobile-menu { display:none; position:relative; }
.mobile-menu summary { list-style:none; min-height:44px; padding:0 14px; border:1px solid rgba(24,60,58,.18); border-radius:999px; display:flex; align-items:center; gap:9px; color:var(--ink); background:white; font-size:13px; font-weight:900; cursor:pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu summary i,.mobile-menu summary i::before,.mobile-menu summary i::after { width:16px; height:2px; border-radius:2px; background:currentColor; display:block; position:relative; }
.mobile-menu summary i::before,.mobile-menu summary i::after { content:''; position:absolute; left:0; }.mobile-menu summary i::before{top:-5px}.mobile-menu summary i::after{top:5px}
.mobile-menu[open] summary { background:var(--ink); color:white; }
.mobile-menu nav { position:absolute; right:0; top:54px; width:min(310px,calc(100vw - 32px)); padding:12px; border-radius:20px; background:white; box-shadow:0 20px 45px rgba(24,60,58,.2); display:grid; z-index:30; }
.mobile-menu nav a { padding:14px 15px; border-bottom:1px solid rgba(24,60,58,.09); color:var(--ink); text-decoration:none; font-size:15px; font-weight:800; }.mobile-menu nav a:last-child{border-bottom:0}
.area-tabs { position:sticky; top:104px; z-index:19; display:grid; grid-template-columns:repeat(7,1fr); background:white; border-bottom:1px solid rgba(24,60,58,.1); box-shadow:0 8px 22px rgba(24,60,58,.04); }
.area-tabs a { min-width:0; min-height:58px; padding:11px 10px 13px; display:grid; place-items:center; gap:4px; text-align:center; text-decoration:none; border-right:1px solid rgba(24,60,58,.08); }
.area-tabs a:last-child { border-right:0; }
.area-tabs strong { font-size:11px; line-height:1.25; }
.area-tabs a.current { background:var(--area-soft); box-shadow:inset 0 -4px 0 var(--area-accent); }
.button { display:inline-flex; align-items:center; justify-content:center; background:var(--ink); color:white; min-height:52px; padding:0 24px; border-radius:999px; text-decoration:none; font-weight:800; letter-spacing:.01em; box-shadow:0 10px 26px rgba(24,60,58,.16); }
.button-small { min-height:44px; padding:0 20px; font-size:14px; }
.hero { min-height:calc(100vh - 104px); display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:clamp(40px,6vw,100px); padding:70px clamp(22px,7vw,110px) 84px; overflow:hidden; position:relative; }
.hero::before { content:''; width:380px; height:380px; background:rgba(241,200,75,.19); border-radius:50%; position:absolute; left:-180px; bottom:-170px; }
.kicker { color:var(--green); font-size:13px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
h1,h2,h3 { font-family:Georgia,'Times New Roman',serif; font-weight:500; letter-spacing:-.035em; }
h1 { font-size:clamp(52px,6.2vw,92px); line-height:.98; max-width:760px; margin:22px 0 30px; }
h1 em { color:var(--area-accent,var(--coral)); font-weight:500; }
.hero-lead { font-size:clamp(19px,2vw,25px); line-height:1.55; max-width:640px; color:#405a58; }
.hero-actions { display:flex; align-items:center; gap:26px; margin-top:36px; flex-wrap:wrap; }
.text-link { font-weight:900; text-underline-offset:5px; text-decoration-thickness:2px; }
.trust-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:38px; }
.trust-row span { background:white; padding:10px 14px; border-radius:999px; font-size:13px; font-weight:800; box-shadow:0 5px 16px rgba(24,60,58,.07); }
.hero-visual { position:relative; min-height:620px; }
.hero-visual::before { content:''; position:absolute; inset:7% -9% -7% 10%; border-radius:48% 52% 45% 55%; background:var(--area-soft,var(--blue)); transform:rotate(4deg); opacity:.8; }
.hero-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; border-radius:44% 56% 50% 50% / 36% 40% 60% 64%; box-shadow:0 28px 70px rgba(24,60,58,.18); }
.hero-note { position:absolute; right:-20px; bottom:32px; background:white; padding:19px 24px; border-radius:18px; line-height:1.5; box-shadow:0 14px 38px rgba(24,60,58,.16); }
.story-section { background:white; padding:100px clamp(22px,7vw,110px) 120px; }
.section-heading { display:grid; grid-template-columns:1fr 1.3fr; column-gap:70px; align-items:end; margin-bottom:46px; }
.section-heading .kicker { grid-column:1 / -1; }
.section-heading h2 { font-size:clamp(42px,5vw,70px); line-height:1.05; margin:12px 0 0; }
.section-heading > p:last-child { font-size:18px; color:#647775; line-height:1.6; max-width:450px; }
.story-shell { display:grid; grid-template-columns:.9fr 1.1fr; min-height:520px; background:var(--cream); border-radius:34px; overflow:hidden; position:relative; }
.story-image img { width:100%; height:100%; object-fit:cover; }
.story-copy { padding:clamp(48px,6vw,88px); display:flex; flex-direction:column; justify-content:center; }
.element-label { align-self:flex-start; color:#8a9997; font-size:10px; font-weight:700; letter-spacing:.08em; }
.story-eyebrow { margin:28px 0 8px; color:var(--area-accent,var(--coral)); font-weight:900; }
.story-copy h3 { font-size:clamp(34px,4vw,54px); line-height:1.08; margin:0 0 22px; }
.story-copy > p:last-of-type { color:#536865; line-height:1.7; font-size:17px; }
.story-body { white-space:pre-line; }
.story-copy .text-link { margin-top:14px; align-self:flex-start; }
.carousel-controls { position:absolute; right:30px; bottom:24px; display:flex; align-items:center; gap:12px; }
.carousel-controls button { width:44px; height:44px; border:0; border-radius:50%; background:var(--ink); color:white; cursor:pointer; font-size:20px; }
.carousel-controls span { font-size:12px; font-weight:900; min-width:48px; text-align:center; }
.story-filter { display:flex; gap:9px; flex-wrap:wrap; margin:-10px 0 30px; }
.story-filter button { border:1px solid rgba(24,60,58,.18); background:white; color:var(--ink); border-radius:999px; padding:10px 15px; font-weight:800; cursor:pointer; }
.story-filter button.active { background:var(--ink); color:white; border-color:var(--ink); }
.library-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin:80px 0 28px; }
.library-heading h3 { font-size:clamp(34px,4vw,52px); margin:9px 0 0; }
.library-heading > p { color:#647775; font-weight:800; }
.story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.story-card { min-height:230px; padding:26px; display:flex; flex-direction:column; text-align:left; border:1px solid rgba(24,60,58,.1); border-radius:22px; background:var(--cream); color:var(--ink); cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; }
.story-card:hover { transform:translateY(-4px); box-shadow:0 14px 30px rgba(24,60,58,.1); }
.story-card span { color:#93a09e; font-size:9px; font-weight:700; letter-spacing:.09em; }
.story-card strong { font-family:Georgia,serif; font-size:25px; line-height:1.2; margin:20px 0; }
.story-card small { margin-top:auto; font-weight:900; }
.load-more { display:block; margin:30px auto 0; border:0; border-radius:999px; background:var(--ink); color:white; padding:15px 24px; font-weight:900; cursor:pointer; }
.motion-section { padding:110px clamp(22px,9vw,145px); display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(60px,10vw,160px); align-items:center; background:var(--area-soft,#f4dfd6); }
.motion-copy h2,.process-section h2,.quality-section h2,.final-cta h2 { font-size:clamp(44px,5.6vw,78px); line-height:1.03; margin:16px 0 28px; }
.motion-copy > p { color:#536865; font-size:19px; line-height:1.7; max-width:650px; }
.motion-copy ul { list-style:none; margin:30px 0 38px; padding:0; display:grid; gap:17px; }
.motion-copy li { padding-left:25px; line-height:1.55; position:relative; }
.motion-copy li::before { content:'•'; color:var(--area-accent,var(--coral)); font-size:24px; position:absolute; left:2px; top:-5px; }
.phone-stage { justify-self:center; text-align:center; transform:rotate(2deg); }
.phone-stage > p { font-size:11px; font-weight:900; letter-spacing:.17em; margin-top:16px; }
.phone-video { width:min(360px,76vw); aspect-ratio:9 / 16; padding:10px; background:#102b2a; border:4px solid #102b2a; border-radius:42px; box-shadow:0 30px 70px rgba(24,60,58,.28); overflow:hidden; position:relative; }
.phone-video img { width:100%; height:100%; object-fit:cover; border-radius:29px; }
.video-shade { position:absolute; inset:10px; border-radius:29px; background:linear-gradient(transparent 40%,rgba(11,38,36,.82)); }
.play-button { position:absolute; left:50%; top:45%; transform:translate(-50%,-50%); width:76px; height:76px; border-radius:50%; border:2px solid white; background:rgba(255,255,255,.9); color:var(--area-accent,var(--coral)); font-size:28px; padding-left:7px; }
.video-caption { position:absolute; left:36px; right:36px; bottom:48px; color:white; text-align:left; display:grid; gap:8px; }
.video-caption span,.video-caption small { font-size:10px; letter-spacing:.12em; font-weight:900; }
.video-caption strong { font-family:Georgia,serif; font-size:29px; line-height:1.06; }
.testimonial-section { padding:110px clamp(22px,7vw,110px); background:#173b39; color:white; }
.testimonial-heading { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; margin-bottom:48px; }
.testimonial-heading .kicker { color:var(--yellow); }
.testimonial-heading h2 { font-size:clamp(44px,5.6vw,76px); line-height:1.03; margin:14px 0 0; }
.testimonial-heading > p { color:#d2e0dc; font-size:18px; line-height:1.7; max-width:470px; }
.testimonial-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:18px; }
.testimonial-card { min-height:350px; margin:0; padding:34px; border-radius:26px; background:#f8f2e8; color:var(--ink); display:flex; flex-direction:column; }
.testimonial-card.featured { background:var(--area-accent,var(--coral)); color:#102b2a; }
.testimonial-card blockquote { margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(25px,2.45vw,38px); line-height:1.23; letter-spacing:-.025em; }
.testimonial-card figcaption { display:grid; gap:4px; margin-top:auto; padding-top:36px; border-top:1px solid currentColor; }
.testimonial-card figcaption strong { font-size:14px; }
.testimonial-card figcaption span { font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; opacity:.62; }
.process-section { padding:110px clamp(22px,7vw,110px); background:var(--cream); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:52px; }
.process-grid article { min-height:330px; padding:34px 30px; background:white; border-radius:24px; border-top:7px solid var(--yellow); }
.process-grid article:nth-child(2){border-color:var(--coral)}.process-grid article:nth-child(3){border-color:var(--blue)}.process-grid article:nth-child(4){border-color:var(--green)}
.process-grid span { font-size:12px; font-weight:900; letter-spacing:.12em; color:var(--green); }
.process-grid h3 { font-size:32px; margin:56px 0 16px; }
.process-grid p { color:#647775; line-height:1.65; }
.quality-section { padding:110px clamp(22px,7vw,110px); background:white; }
.quality-intro { display:grid; grid-template-columns:1.15fr .85fr; column-gap:80px; align-items:end; }
.quality-intro .kicker { grid-column:1 / -1; }
.quality-intro > p:last-child { color:#647775; font-size:18px; line-height:1.7; padding-bottom:20px; }
.quality-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:50px; }
.quality-card { min-height:218px; border-radius:22px; padding:28px; background:var(--cream); text-decoration:none; display:flex; flex-direction:column; gap:14px; transition:transform .2s ease; }
.quality-card:hover { transform:translateY(-4px); }
.quality-card.active { background:var(--ink); color:white; grid-column:span 2; }
.quality-card span { font-size:12px; font-weight:900; letter-spacing:.13em; color:var(--coral); }
.quality-card strong { font-family:Georgia,serif; font-size:27px; line-height:1.15; margin-top:auto; }
.quality-card small { font-weight:800; opacity:.65; }
.final-cta { padding:100px clamp(22px,8vw,130px); display:grid; grid-template-columns:1.3fr .7fr; gap:100px; align-items:end; background:var(--ink); color:white; }
.final-cta .kicker { color:var(--yellow); }.final-cta h2{margin-bottom:0}.final-cta > div:last-child p{font-size:18px;line-height:1.7;color:#d9e6e2;margin-bottom:28px}.light-button{background:white;color:var(--ink)}
.draft-note { padding:13px 22px; background:#fff3c7; color:#6c5415; text-align:center; font-size:12px; font-weight:800; line-height:1.5; }
footer { display:grid; grid-template-columns:180px 1fr auto; align-items:center; gap:30px; padding:32px clamp(22px,6vw,90px); background:white; font-size:13px; color:#647775; }
footer img { width:90px; height:70px; object-fit:contain; }
.newsletter-hero { min-height:610px; padding:95px clamp(22px,8vw,130px); display:grid; grid-template-columns:1fr auto; align-items:center; gap:80px; background:#f4dfd6; }
.newsletter-hero h1 { margin-bottom:24px; }
.newsletter-hero > div > p:last-child { max-width:700px; color:#536865; font-size:21px; line-height:1.7; }
.newsletter-hero aside { width:250px; aspect-ratio:1; border-radius:50%; background:var(--ink); color:white; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; box-shadow:0 24px 60px rgba(24,60,58,.22); }
.newsletter-hero aside strong { font-family:Georgia,serif; font-size:74px; line-height:1; color:var(--yellow); }
.newsletter-hero aside span { margin-top:8px; font-weight:900; }
.newsletter-hero aside small { margin-top:8px; opacity:.68; letter-spacing:.12em; }
.newsletter-library { padding:105px clamp(22px,7vw,110px) 125px; background:white; }
.newsletter-library-heading { display:grid; grid-template-columns:1fr 1fr; column-gap:70px; align-items:end; margin-bottom:38px; }
.newsletter-library-heading .kicker { grid-column:1 / -1; }
.newsletter-library-heading h2 { font-size:clamp(44px,5vw,70px); margin:10px 0 0; }
.newsletter-library-heading > p:last-child { color:#647775; font-size:18px; line-height:1.6; }
.newsletter-filter { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:38px; }
.newsletter-filter button { border:1px solid rgba(24,60,58,.18); background:white; color:var(--ink); border-radius:999px; padding:11px 18px; font-weight:900; cursor:pointer; }
.newsletter-filter button.active { background:var(--ink); color:white; border-color:var(--ink); }
.newsletter-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.newsletter-card { overflow:hidden; border:1px solid rgba(24,60,58,.1); border-radius:24px; background:var(--cream); transition:transform .2s ease,box-shadow .2s ease; }
.newsletter-card:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(24,60,58,.11); }
.newsletter-card.latest { grid-column:span 2; grid-row:span 2; }
.newsletter-cover { display:block; position:relative; background:#e8e3d8; aspect-ratio:1 / 1.22; overflow:hidden; }
.newsletter-cover img { width:100%; height:100%; object-fit:cover; object-position:top; }
.newsletter-cover span { position:absolute; left:16px; top:16px; padding:9px 13px; border-radius:999px; background:var(--yellow); color:var(--ink); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.newsletter-card-copy { padding:22px 22px 25px; display:grid; gap:8px; }
.newsletter-card-copy p { margin:0; color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; }
.newsletter-card-copy h2 { margin:0; font-size:31px; }
.newsletter-card-copy small { color:#7c8a88; font-weight:800; }
.newsletter-card-copy a { margin-top:12px; font-weight:900; text-underline-offset:4px; }
.newsletter-cta { padding:100px clamp(22px,8vw,130px); display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:end; background:var(--ink); color:white; }
.newsletter-cta .kicker { color:var(--yellow); }
.newsletter-cta h2 { font-size:clamp(44px,5.6vw,76px); margin:15px 0 0; }
.newsletter-cta > div:last-child p { color:#d9e6e2; font-size:18px; line-height:1.7; margin-bottom:28px; }
.child-safe-hero { min-height:760px; padding:80px clamp(22px,7vw,110px); display:grid; grid-template-columns:1fr .9fr; gap:clamp(50px,8vw,120px); align-items:center; background:#eef5f1; }
.child-safe-hero > div > p:not(.kicker) { max-width:690px; color:#536865; font-size:20px; line-height:1.7; }
.child-safe-hero-image { min-height:590px; position:relative; }
.child-safe-hero-image img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; border-radius:52% 48% 28% 72% / 42% 46% 54% 58%; box-shadow:0 28px 65px rgba(24,60,58,.2); }
.child-safe-hero-image aside { position:absolute; left:-42px; bottom:28px; max-width:270px; padding:22px; border-radius:20px; background:var(--yellow); box-shadow:0 16px 35px rgba(24,60,58,.18); display:grid; gap:7px; }
.child-safe-hero-image aside strong { font-family:Georgia,serif; font-size:25px; }
.child-safe-hero-image aside span { font-size:13px; line-height:1.45; }
.child-safe-intro { padding:105px clamp(22px,7vw,110px); background:white; }
.child-safe-intro > h2,.principles-heading h2,.safe-practice-heading h2,.concern-section h2,.child-safe-contact h2 { font-size:clamp(44px,5.5vw,76px); line-height:1.03; margin:14px 0 0; }
.child-safe-values { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:52px; }
.child-safe-values article { min-height:285px; padding:30px; border-radius:22px; background:var(--cream); border-top:6px solid var(--coral); }
.child-safe-values article:nth-child(2){border-color:var(--yellow)}.child-safe-values article:nth-child(3){border-color:var(--blue)}.child-safe-values article:nth-child(4){border-color:var(--green)}
.child-safe-values span,.principles-grid span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; }
.child-safe-values h3 { font-size:31px; margin:44px 0 14px; }
.child-safe-values p,.principles-grid p,.safe-practice-grid p { color:#647775; line-height:1.65; }
.principles-section { padding:105px clamp(22px,7vw,110px); background:#173b39; color:white; }
.principles-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; }
.principles-heading .kicker { color:var(--yellow); }
.principles-heading > p { color:#d2e0dc; font-size:18px; line-height:1.7; }
.principles-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:52px; }
.principles-grid article { min-height:270px; padding:25px; border-radius:20px; background:#f8f2e8; color:var(--ink); }
.principles-grid h3 { font-size:24px; line-height:1.13; margin:40px 0 14px; }
.safe-practice-section { padding:105px clamp(22px,7vw,110px); background:var(--cream); }
.safe-practice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:50px; }
.safe-practice-grid article { padding:34px; min-height:280px; border-radius:23px; background:white; }
.safe-practice-grid h3 { font-size:30px; margin:0 0 22px; }
.concern-section { padding:105px clamp(22px,8vw,130px); display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; background:#f4dfd6; }
.concern-section > div > p:last-child { color:#536865; font-size:18px; line-height:1.7; }
.concern-section ol { list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.concern-section li { display:grid; grid-template-columns:210px 1fr; gap:25px; padding:25px 0; border-bottom:1px solid rgba(24,60,58,.18); }
.concern-section li strong { font-family:Georgia,serif; font-size:24px; }.concern-section li span{color:#536865;line-height:1.65}
.child-safe-contact { padding:100px clamp(22px,8vw,130px); display:grid; grid-template-columns:1.15fr .85fr; gap:90px; align-items:end; background:var(--ink); color:white; }
.child-safe-contact .kicker { color:var(--yellow); }.child-safe-contact > div:last-child p{color:#d9e6e2;font-size:18px;line-height:1.7}.child-safe-email{display:block;margin-top:20px;color:white;font-weight:800}
.philosophy-hero { min-height:760px; padding:80px clamp(22px,7vw,110px); display:grid; grid-template-columns:1fr .9fr; gap:clamp(50px,8vw,120px); align-items:center; background:#f7eadf; }
.philosophy-hero > div > p:not(.kicker) { max-width:690px; color:#536865; font-size:20px; line-height:1.7; }
.philosophy-hero-image { min-height:590px; position:relative; }
.philosophy-hero-image img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; border-radius:45% 55% 61% 39% / 51% 41% 59% 49%; box-shadow:0 28px 65px rgba(24,60,58,.2); }
.philosophy-hero-image aside { position:absolute; right:-28px; bottom:30px; max-width:285px; padding:23px; border-radius:20px; background:var(--yellow); box-shadow:0 16px 35px rgba(24,60,58,.18); display:grid; gap:7px; }
.philosophy-hero-image aside strong { font-family:Georgia,serif; font-size:25px; }.philosophy-hero-image aside span{font-size:13px;line-height:1.45}
.philosophy-commitments { padding:105px clamp(22px,7vw,110px); background:white; }
.philosophy-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; }
.philosophy-heading h2,.philosophy-contact h2 { font-size:clamp(44px,5.5vw,76px); line-height:1.03; margin:14px 0 0; }
.philosophy-heading > p { color:#647775; font-size:18px; line-height:1.7; }
.philosophy-commitment-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }
.philosophy-commitment-grid article { min-height:330px; padding:34px; border-radius:24px; background:var(--cream); border-top:7px solid var(--coral); }
.philosophy-commitment-grid article:nth-child(2){border-color:var(--blue)}.philosophy-commitment-grid article:nth-child(3){border-color:var(--green)}
.philosophy-commitment-grid span,.philosophy-values-grid article > span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; }
.philosophy-commitment-grid h3 { font-size:34px; line-height:1.08; margin:54px 0 18px; }.philosophy-commitment-grid p{color:#647775;line-height:1.7}
.philosophy-values { padding:105px clamp(22px,7vw,110px); background:var(--cream); }
.philosophy-values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:52px; }
.philosophy-values-grid article { min-height:300px; padding:30px; border-radius:22px; background:white; display:flex; flex-direction:column; gap:34px; }
.philosophy-values-grid h3 { font-size:29px; margin:0 0 15px; }.philosophy-values-grid p{margin:0;color:#647775;line-height:1.68}
.philosophy-quote { padding:100px clamp(22px,10vw,170px); text-align:center; background:#173b39; color:white; }
.philosophy-quote .kicker { color:var(--yellow); }.philosophy-quote blockquote{max-width:1000px;margin:24px auto;font-family:Georgia,serif;font-size:clamp(43px,6vw,82px);line-height:1.05;letter-spacing:-.035em}.philosophy-quote > p:last-child{max-width:720px;margin:0 auto;color:#d2e0dc;font-size:18px;line-height:1.7}
.philosophy-contact { padding:100px clamp(22px,8vw,130px); display:grid; grid-template-columns:1.15fr .85fr; gap:90px; align-items:end; background:#e97d64; color:#102b2a; }
.philosophy-contact > div:last-child p { font-size:18px; line-height:1.7; margin-bottom:28px; }
.country-acknowledgement { padding:90px clamp(22px,8vw,130px); display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,8vw,120px); align-items:end; background:#dcebe4; position:relative; overflow:hidden; }
.country-acknowledgement::after { content:''; position:absolute; width:310px; height:310px; right:-150px; top:-150px; border:42px solid rgba(62,117,89,.1); border-radius:50%; box-shadow:0 0 0 42px rgba(233,125,100,.08),0 0 0 84px rgba(241,200,75,.09); }
.country-acknowledgement h2 { max-width:720px; font-size:clamp(42px,5vw,70px); line-height:1.03; margin:14px 0 0; }
.country-acknowledgement > p { max-width:650px; margin:0; color:#405a58; font-size:19px; line-height:1.75; position:relative; z-index:1; }
.family-hub-hero { min-height:720px; padding:86px clamp(22px,7vw,110px); display:grid; grid-template-columns:1.12fr .88fr; gap:clamp(50px,8vw,120px); align-items:center; background:#eef5f1; }
.family-hub-hero > div > p:not(.kicker) { max-width:690px; color:#536865; font-size:20px; line-height:1.7; }
.latest-curriculum-resource{padding:80px clamp(22px,8vw,130px);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(38px,7vw,100px);align-items:center;background:#183c3a;color:white}.curriculum-resource-copy h2{margin:18px 0 20px;font-size:clamp(48px,6vw,82px);line-height:1}.curriculum-resource-copy>p:not(.kicker){max-width:660px;color:#d9e7e2;font-size:19px;line-height:1.7}.private-resource-label{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#d9e7e2;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.private-resource-label span{color:#f2bd83;font-size:10px}.curriculum-resource-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.curriculum-resource-meta span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;font-weight:800}.curriculum-resource-topics{padding:34px;border-radius:26px;background:#f8f1e8;color:#183c3a}.curriculum-resource-topics h3{margin:0 0 20px;font-size:30px}.curriculum-resource-topics ul{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin:0;padding:0;list-style:none}.curriculum-resource-topics li{position:relative;padding-left:20px;line-height:1.45;font-weight:800}.curriculum-resource-topics li:before{content:'•';position:absolute;left:0;color:#d87954}.curriculum-resource-topics p{margin:26px 0 0;padding-top:20px;border-top:1px solid rgba(24,60,58,.14);color:#60716e;font-size:14px;line-height:1.6}
.weekly-curriculum-section{grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);align-items:start}.weekly-curriculum-section .curriculum-resource-copy{position:sticky;top:30px}.weekly-curriculum-panel{padding:clamp(25px,4vw,42px);border-radius:28px;background:#f8f1e8;color:#183c3a;box-shadow:0 20px 55px rgba(0,0,0,.14)}.weekly-curriculum-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.weekly-curriculum-heading h3{margin:9px 0 7px;font-size:clamp(30px,3.4vw,48px);line-height:1.03}.weekly-curriculum-heading>div>p:last-child{margin:0;color:#687875;font-size:14px;font-weight:800}.weekly-status{display:flex;align-items:center;gap:8px;margin:0;color:#d66f4b;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.weekly-status span{font-size:8px}.automatic-week-label{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:#dcebe4;color:#315c56;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.curriculum-group-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 24px;padding-bottom:20px;border-bottom:1px solid rgba(24,60,58,.13)}.curriculum-group-tabs button{padding:11px 14px;border:1px solid rgba(24,60,58,.18);border-radius:999px;background:transparent;color:#536a66;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.curriculum-group-tabs button:hover,.curriculum-group-tabs button:focus-visible{border-color:#d66f4b}.curriculum-group-tabs button.active{border-color:#183c3a;background:#183c3a;color:#fff}.weekly-learning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.weekly-learning-grid article{min-height:190px;padding:21px;border:1px solid rgba(24,60,58,.1);border-radius:18px;background:#fff}.weekly-learning-grid article>div{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.weekly-learning-grid span{color:#d66f4b;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.weekly-learning-grid small{max-width:145px;color:#879490;font-size:10px;font-weight:800;line-height:1.3;text-align:right}.weekly-learning-grid h4{margin:24px 0 10px;font-size:21px;line-height:1.17}.weekly-learning-grid p{margin:0;color:#647572;font-size:13px;line-height:1.55}.curriculum-flex-note{margin:24px 0 0;padding-top:19px;border-top:1px solid rgba(24,60,58,.13);color:#687875;font-size:12px;line-height:1.6}
.secure-portal-card { padding:44px; border-radius:32px; background:#173b39; color:white; box-shadow:0 28px 65px rgba(24,60,58,.22); }
.secure-label { display:inline-flex; padding:9px 13px; border-radius:999px; background:var(--yellow); color:var(--ink); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.secure-portal-card h2 { font-size:clamp(42px,5vw,66px); margin:34px 0 20px; }.secure-portal-card p{color:#d2e0dc;font-size:18px;line-height:1.7}.secure-portal-card .button{margin:16px 0 22px}.secure-portal-card small{display:block;color:#a9bfba;line-height:1.5}
.hub-shortcuts { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:30px; }.hub-shortcuts a{padding:20px;border-radius:18px;background:white;color:var(--ink);text-decoration:none;font-family:Georgia,serif;font-size:22px;display:flex;justify-content:space-between;align-items:center}.hub-shortcuts a span{color:var(--coral)}
.family-resources { padding:105px clamp(22px,7vw,110px) 120px; background:white; }
.family-hub-heading { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:end; }
.family-hub-heading h2,.family-hub-details h2 { font-size:clamp(44px,5.5vw,76px); line-height:1.03; margin:14px 0 0; }.family-hub-heading > p{color:#647775;font-size:18px;line-height:1.7}
.family-resource-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }
.family-resource-grid > a { min-height:330px; padding:30px; border-radius:24px; background:var(--cream); border-top:7px solid var(--coral); text-decoration:none; display:flex; flex-direction:column; transition:transform .2s ease,box-shadow .2s ease; }
.family-resource-grid > a:nth-child(2),.family-resource-grid > a:nth-child(5){border-color:var(--blue)}.family-resource-grid > a:nth-child(3),.family-resource-grid > a:nth-child(6){border-color:var(--green)}
.family-resource-grid > a:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(24,60,58,.1)}.family-resource-grid span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em}.family-resource-grid h3{font-size:31px;line-height:1.1;margin:45px 0 16px}.family-resource-grid p{color:#647775;line-height:1.65;margin:0 0 24px}.family-resource-grid strong{margin-top:auto;font-size:14px}
.curriculum-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }.curriculum-grid a{min-height:310px;padding:30px;border-radius:24px;background:var(--cream);border-top:7px solid var(--curriculum-accent);text-decoration:none;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.curriculum-grid a:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(24,60,58,.1)}.curriculum-grid a:first-child{grid-column:span 2}.curriculum-grid span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em}.curriculum-grid h3{font-size:31px;line-height:1.1;margin:42px 0 16px}.curriculum-grid p{color:#647775;line-height:1.65;margin:0 0 24px}.curriculum-grid strong{margin-top:auto;font-size:14px}
.policy-library-preview { padding:105px clamp(22px,7vw,110px); background:var(--cream); }
.policy-group-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }.policy-group-grid article{padding:32px;border-radius:24px;background:white}.policy-group-grid h3{font-size:30px;margin:0 0 24px}.policy-group-grid ul{list-style:none;margin:0;padding:0}.policy-group-grid li{padding:16px 0;border-bottom:1px solid rgba(24,60,58,.1);display:grid;gap:7px;font-weight:800}.policy-group-grid li:last-child{border-bottom:0}.policy-group-grid li span,.policy-group-grid li a{color:#82908e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.policy-request{margin-top:28px;padding:28px 32px;border-radius:24px;background:#dcebe4;display:flex;justify-content:space-between;align-items:center;gap:30px}.policy-request p{margin:0;line-height:1.6}
.family-hub-details { padding:100px clamp(22px,8vw,130px); display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; background:#f4dfd6; }.family-hub-details dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.family-hub-details dl div{padding:25px;border-radius:20px;background:white}.family-hub-details dt{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.family-hub-details dd{margin:18px 0 0;font-family:Georgia,serif;font-size:22px;line-height:1.4}.family-hub-details dd a{text-underline-offset:4px}
.family-login-loading{min-height:650px;display:grid;place-items:center;background:#eef5f1;color:#617572;font-weight:800}.family-login-page{min-height:720px;padding:80px clamp(22px,8vw,130px);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(45px,8vw,120px);align-items:center;background:linear-gradient(135deg,#edf5f0 0%,#f7eee5 100%)}.family-login-intro h1{max-width:720px;margin:16px 0 24px;font-size:clamp(56px,7vw,96px);line-height:.98}.family-login-intro h1 em{color:#d66f4b;font-style:normal}.family-login-intro>p:not(.kicker){max-width:650px;color:#536865;font-size:20px;line-height:1.7}.family-login-trust{display:grid;gap:6px;max-width:620px;margin-top:32px;padding:21px 24px;border-left:4px solid #d66f4b;background:rgba(255,255,255,.65)}.family-login-trust span{color:#667976;font-size:14px;line-height:1.55}.family-login-card{position:relative;display:grid;gap:10px;padding:clamp(30px,5vw,52px);border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(24,60,58,.12)}.family-login-card h2{margin:4px 0 24px;font-size:44px}.family-login-card label{margin-top:8px;color:#31504c;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.family-login-card input{width:100%;padding:16px 17px;border:1px solid #cddbd5;border-radius:12px;background:#f9fbfa;color:#183c3a;font:inherit}.family-login-card input:focus{outline:3px solid rgba(214,111,75,.2);border-color:#d66f4b}.family-login-card .button{width:100%;margin-top:14px;border:0;cursor:pointer}.login-lock{position:absolute;right:32px;top:32px;color:#d66f4b}.family-login-error{margin:5px 0 0;color:#a33c2d;font-size:14px;font-weight:800}.demo-credentials{display:grid;grid-template-columns:auto 1fr;gap:7px 15px;margin-top:16px;padding:17px;border-radius:14px;background:#f3f6f3;color:#536865;font-size:13px}.demo-credentials strong{grid-row:1/3;align-self:center;color:#183c3a}.demo-credentials code{padding:2px 5px;border-radius:4px;background:#e0e9e4;color:#183c3a}.family-access-help{margin-top:11px;text-align:center;color:#536865;font-size:13px;font-weight:800;text-underline-offset:4px}.family-session-bar{display:flex;justify-content:flex-end;align-items:center;gap:18px;padding:10px clamp(22px,6vw,90px);background:#dcebe4;color:#31504c;font-size:12px}.family-session-bar button{padding:7px 12px;border:1px solid rgba(24,60,58,.2);border-radius:999px;background:transparent;color:#183c3a;font:inherit;font-weight:900;cursor:pointer}
.private-policy-page{min-height:100vh;background:#edf3ef}.private-policy-header{background:#fff}.signed-in-preview-bar{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 22px;background:#183c3a;color:#dcebe4;font-size:13px}.signed-in-preview-bar>span:first-child{color:#f2bd83;font-size:9px}.signed-in-preview-bar strong{color:#fff}.policy-reader-shell{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,820px);justify-content:center;gap:38px;padding:64px clamp(22px,6vw,90px) 100px}.policy-reader-sidebar{align-self:start;position:sticky;top:28px;padding:34px;border-radius:26px;background:#183c3a;color:white}.policy-back-link{display:inline-block;margin-bottom:32px;color:#dcebe4;font-size:13px;font-weight:900;text-underline-offset:4px}.policy-reader-sidebar h1{margin:12px 0 30px;font-size:clamp(35px,4vw,54px);line-height:1.03}.policy-reader-sidebar dl{display:grid;gap:0;margin:0}.policy-reader-sidebar dl div{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:15px 0;border-top:1px solid rgba(255,255,255,.14)}.policy-reader-sidebar dt{color:#a9c3ba;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.policy-reader-sidebar dd{margin:0;font-size:14px;font-weight:800}.policy-security-note{margin-top:26px;padding:19px;border-radius:17px;background:rgba(255,255,255,.09)}.policy-security-note p{margin:8px 0 0;color:#d4e1dc;font-size:13px;line-height:1.55}.policy-reader-document{padding:clamp(34px,6vw,72px);border-radius:28px;background:#fff;box-shadow:0 18px 60px rgba(25,60,55,.09)}.policy-reader-document>header{padding-bottom:38px;border-bottom:1px solid #dce6e1}.document-mark{color:#d66f4b;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.policy-reader-document h2{margin:18px 0 20px;font-size:clamp(45px,6vw,72px);line-height:1.02}.policy-lead{margin:0;color:#49625d;font-family:Georgia,serif;font-size:23px;line-height:1.55}.policy-reader-document>section{padding:38px 0;border-bottom:1px solid #e1e8e4}.policy-reader-document h3{margin:0 0 16px;font-size:30px}.policy-reader-document section>p{color:#526966;font-size:17px;line-height:1.75}.child-safe-standard-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 0;padding:0;list-style:none}.child-safe-standard-list li{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:15px;border-radius:14px;background:#f3f6f3;font-weight:800;line-height:1.35}.child-safe-standard-list li span{color:#d66f4b;font-size:12px;font-weight:900}.family-responsibility-summary{margin-top:38px;padding:30px!important;border:0!important;border-radius:20px;background:#f7eadc}.policy-reader-footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:34px}.policy-reader-footer p{max-width:510px;margin:0;color:#6a7d79;font-size:13px;line-height:1.6}.policy-reader-footer a{font-weight:900;text-underline-offset:4px}
@media (max-width:1100px) { .family-resource-grid,.curriculum-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:1100px) { .principles-grid{grid-template-columns:repeat(3,1fr)}.child-safe-values{grid-template-columns:repeat(2,1fr)} }
@media (max-width:1000px) { .newsletter-grid{grid-template-columns:repeat(3,1fr)} }
@media (max-width:860px) { .newsletter-hero,.child-safe-hero,.philosophy-hero,.family-hub-hero,.latest-curriculum-resource,.policy-reader-shell,.family-login-page{grid-template-columns:1fr;gap:30px}.weekly-curriculum-section .curriculum-resource-copy{position:static}.newsletter-hero aside{width:190px}.newsletter-library-heading,.newsletter-cta,.principles-heading,.concern-section,.child-safe-contact,.philosophy-heading,.philosophy-contact,.family-hub-heading,.family-hub-details{grid-template-columns:1fr}.newsletter-cta,.concern-section,.child-safe-contact,.philosophy-contact,.family-hub-details{gap:30px}.newsletter-grid{grid-template-columns:repeat(2,1fr)}.newsletter-card.latest{grid-row:auto}.child-safe-hero-image,.philosophy-hero-image{min-height:520px}.child-safe-hero-image aside{left:10px}.philosophy-hero-image aside{right:10px}.safe-practice-grid{grid-template-columns:repeat(2,1fr)}.philosophy-values-grid{grid-template-columns:repeat(2,1fr)}.policy-reader-sidebar{position:static}.signed-in-preview-bar{flex-wrap:wrap;text-align:center}.family-login-page{padding-top:55px;padding-bottom:65px} }
@media (max-width:560px) { .newsletter-grid,.child-safe-values,.principles-grid,.safe-practice-grid,.philosophy-commitment-grid,.philosophy-values-grid{grid-template-columns:1fr}.newsletter-card.latest{grid-column:auto}.newsletter-hero{padding-top:65px}.newsletter-library{padding-top:72px}.concern-section li{grid-template-columns:1fr;gap:8px}.child-safe-hero-image,.philosophy-hero-image{min-height:430px} }
@media (max-width:1000px) { .process-grid{grid-template-columns:repeat(2,1fr)}.quality-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr 1fr}.testimonial-card.featured{grid-column:1 / -1} }
@media (max-width:860px) { .site-header{height:84px;grid-template-columns:1fr auto auto;gap:10px}.area-tabs{top:84px;display:flex;overflow-x:auto;scroll-snap-type:x proximity}.area-tabs a{min-width:150px;scroll-snap-align:start}.area-tabs strong{font-size:11px}.brand img{width:82px;height:58px}.site-header > nav{display:none}.mobile-menu{display:block}.hero{grid-template-columns:1fr;padding-top:54px}.hero-visual{min-height:520px}.section-heading,.quality-intro,.testimonial-heading,.country-acknowledgement{grid-template-columns:1fr}.story-shell{grid-template-columns:1fr}.story-image{height:360px}.carousel-controls{background:rgba(251,247,238,.94);padding:6px;border-radius:999px}.motion-section,.final-cta{grid-template-columns:1fr}.phone-stage{margin-top:20px}.final-cta{gap:20px}.country-acknowledgement{gap:24px}footer{grid-template-columns:1fr;text-align:center;justify-items:center} }
@media (max-width:520px) { .site-header{padding-left:16px;padding-right:16px}.button-small{padding:0 13px;font-size:12px}.mobile-menu summary{padding:0 11px}.mobile-menu summary span{font-size:0}.mobile-menu summary span::after{content:'Menu';font-size:12px}h1{font-size:48px}.hero-visual{min-height:430px}.hero-note{right:8px;bottom:14px}.story-section{padding-top:72px}.story-copy{padding:42px 28px 92px}.country-acknowledgement{padding-top:72px;padding-bottom:72px}.country-acknowledgement > p{font-size:17px} }
@media (max-width:620px) { .process-grid,.quality-grid,.story-grid,.testimonial-grid,.family-resource-grid,.curriculum-grid,.policy-group-grid,.family-hub-details dl,.curriculum-resource-topics ul,.child-safe-standard-list,.weekly-learning-grid{grid-template-columns:1fr}.quality-card.active,.testimonial-card.featured,.curriculum-grid a:first-child{grid-column:auto}.process-grid article{min-height:260px}.process-grid h3{margin-top:35px}.library-heading{align-items:start;flex-direction:column}.story-card{min-height:200px}.testimonial-card{min-height:300px}.secure-portal-card,.curriculum-resource-topics,.policy-reader-sidebar,.policy-reader-document{padding:32px 26px}.weekly-curriculum-heading{align-items:flex-start;flex-direction:column}.weekly-learning-grid article{min-height:0}.hub-shortcuts{grid-template-columns:1fr}.policy-request,.policy-reader-footer{align-items:flex-start;flex-direction:column}.policy-reader-shell{padding-top:28px}.signed-in-preview-bar{font-size:12px} }
