@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";:root{--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;--teal:var(--teal-600);--teal-bright:var(--teal-400);--teal-hover:var(--teal-700);--teal-soft:var(--teal-50);--teal-border:#0d948838;--bg:#fff;--bg-soft:var(--teal-50);--bg-alt:#f6f9fb;--surface:#fff;--surface-raised:#fff;--ink:#0f2b2a;--text-main:#1f2d3d;--text-muted:#5b7183;--text-dim:#8aa0b0;--text-on-teal:#fff;--amber:#f59e0b;--amber-soft:#fff7ed;--coral:#fb7185;--success:#0f766e;--success-bg:#ecfdf5;--error:#dc2626;--error-bg:#fef2f2;--border:#e3ecf1;--border-strong:#cfdde5;--glass-border:var(--border);--glass-bg:#ffffffc7;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;--shadow-sm:0 1px 2px #0f3b3a0f;--shadow:0 4px 16px #0f3b3a14;--shadow-lg:0 18px 48px #0f3b3a24;--shadow-teal:0 8px 24px #0d948847;--transition:all .25s cubic-bezier(.25, .8, .25, 1);--transition-fast:all .15s ease;--nav-height:76px;--container-max:1240px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-serif:"Fraunces", Georgia, "Times New Roman", serif;font-family:var(--font-sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-main);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + var(--space-4))}body{background:radial-gradient(1100px 620px at 88% -8%, var(--teal-50), transparent 62%), radial-gradient(760px 480px at -6% 8%, #eff8ff, transparent 60%), var(--bg);background-attachment:fixed;min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:var(--teal-700);transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--teal-500)}:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:2px solid var(--teal-500);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--teal-200);color:var(--teal-900)}h1,h2,h3,h4,h5,h6{margin-bottom:var(--space-4);letter-spacing:-.02em;color:var(--ink);text-wrap:balance;font-weight:700;line-height:1.15}h1{font-family:var(--font-serif);font-size:clamp(2.25rem,5.5vw,3.75rem)}h2{font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}p{text-wrap:pretty}.text-gradient-teal,.text-gradient-gold{background:linear-gradient(120deg, var(--teal-600), var(--teal-400) 60%, #22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-600);margin-bottom:var(--space-3);font-size:.8rem;font-weight:700;display:inline-block}.lead{color:var(--text-muted);font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.75}.text-center{text-align:center}.container{width:100%;max-width:var(--container-max);padding:0 var(--space-5);margin:0 auto}@media (width<=640px){.container{padding:0 var(--space-4)}}.section{padding:var(--space-9) 0}.section-sm{padding:var(--space-7) 0}.section-header{margin-bottom:var(--space-7)}.section-header.centered{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.section-title{margin-bottom:var(--space-3)}.section-subtitle{color:var(--text-muted);font-size:1.05rem}.glass-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-align:center;white-space:nowrap;border:1px solid #0000;padding:.8rem 1.6rem;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.2;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-primary{background:linear-gradient(135deg, var(--teal-500), var(--teal-600));color:var(--text-on-teal);box-shadow:var(--shadow-teal)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg, var(--teal-400), var(--teal-500));color:#fff;transform:translateY(-2px)}.btn-outline{background:var(--surface);color:var(--teal-800);border-color:var(--border-strong)}.btn-outline:hover:not(:disabled){border-color:var(--teal-400);color:var(--teal-600);background:var(--teal-50);transform:translateY(-2px)}.btn-ghost{color:var(--text-muted);background:0 0;padding:.5rem .85rem}.btn-ghost:hover:not(:disabled){color:var(--teal-600);background:var(--teal-50)}.btn-danger{background:var(--error-bg);color:var(--error);border-color:#fecaca}.btn-danger:hover:not(:disabled){background:#fee2e2}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-block{width:100%}.form-group{margin-bottom:var(--space-5)}.form-group label{margin-bottom:var(--space-2);color:var(--ink);font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border-radius:var(--radius);border:1px solid var(--border-strong);background-color:var(--surface);width:100%;color:var(--text-main);transition:var(--transition-fast);padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--teal-400);box-shadow:0 0 0 3px var(--teal-100);outline:none}.form-hint{color:var(--text-dim);margin-top:var(--space-2);font-size:.8rem}.form-row{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}@media (width<=640px){.form-row{grid-template-columns:1fr}}.badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-full);letter-spacing:.03em;background:var(--teal-50);color:var(--teal-700);border:1px solid var(--teal-border);padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-muted{background:var(--bg-alt);color:var(--text-muted);border-color:var(--border)}.badge-success{background:var(--success-bg);color:var(--success);border-color:#a7f3d0}.status-message{border-radius:var(--radius);margin-bottom:var(--space-5);border:1px solid #0000;padding:.85rem 1rem;font-size:.9rem}.status-message.success{background:var(--success-bg);color:var(--success);border-color:#a7f3d0}.status-message.error{background:var(--error-bg);color:var(--error);border-color:#fecaca}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#eef4f7 25%,#f7fbfc 37%,#eef4f7 63%) 0 0/400% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:100%}to{background-position:0}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:-100px;left:var(--space-4);z-index:2000;background:var(--teal-600);color:#fff;border-radius:var(--radius);padding:.75rem 1.25rem;font-weight:600;transition:top .2s;position:absolute}.skip-link:focus{top:var(--space-4);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.7s ease-out both fadeIn}.delay-100{animation-delay:.1s}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{padding-top:var(--nav-height);flex:1}.navbar{z-index:1000;padding:var(--space-4) 0;transition:var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.navbar.scrolled{padding:var(--space-3) 0;-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--border);box-shadow:var(--shadow);background:#ffffffe0}.navbar-content{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.navbar-logo{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.logo-icon{color:var(--teal-600);font-size:1.5rem}.logo-text{font-family:var(--font-serif);color:var(--ink);letter-spacing:.02em;font-size:1.2rem;font-weight:700}.navbar-links{align-items:center;gap:var(--space-5);display:flex}.nav-link{color:var(--text-main);padding:var(--space-1) 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--teal-600);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-2px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--teal-600)}.nav-cta{padding:.55rem 1.15rem;font-size:.88rem}.menu-toggle{border:1px solid var(--border);color:var(--text-main);border-radius:var(--radius);cursor:pointer;transition:var(--transition-fast);background:0 0;padding:.55rem .7rem;font-size:1.15rem;display:none}.menu-toggle:hover{color:var(--teal-600);border-color:var(--teal-600)}.mobile-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:var(--transition);z-index:1001;background:#0f3b3a61;position:fixed;inset:0}.mobile-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{background:var(--surface);border-left:1px solid var(--border);width:min(320px,85vw);box-shadow:var(--shadow-lg);z-index:1002;overscroll-behavior:contain;transition:transform .3s cubic-bezier(.25,.8,.25,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-inner{gap:var(--space-2);padding:calc(var(--nav-height) + var(--space-4)) var(--space-5) var(--space-6);flex-direction:column;display:flex}.mobile-link{color:var(--text-main);padding:var(--space-3) var(--space-2);border-radius:var(--radius);border-bottom:1px solid var(--border);transition:var(--transition-fast);font-size:1.05rem;font-weight:500}.mobile-link:hover,.mobile-link.active{color:var(--teal-600);background:var(--teal-50)}.mobile-cta{margin-top:var(--space-4)}@media (width<=900px){.navbar-links{display:none}.menu-toggle{display:block}}.newsletter-form{width:100%}.newsletter-form:not(.compact) .form-group .btn{width:100%;margin-top:var(--space-3)}.newsletter-inline{gap:var(--space-2);display:flex}.newsletter-inline input{border-radius:var(--radius);border:1px solid var(--border);background-color:var(--surface);min-width:0;color:var(--ink);transition:var(--transition-fast);flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.newsletter-inline input::placeholder{color:var(--text-dim)}.newsletter-inline input:focus{border-color:var(--teal-600);background-color:var(--surface);box-shadow:0 0 0 3px var(--teal-50);outline:none}@media (width<=480px){.newsletter-inline{flex-direction:column}}.honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.newsletter-privacy{margin-top:var(--space-3);color:var(--text-dim);font-size:.78rem}.newsletter-error{margin-top:var(--space-3);color:var(--error);font-size:.85rem}.newsletter-success{align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius);background:var(--success-bg);border:1px solid #4ade804d;display:flex}.newsletter-success p{color:var(--success);margin:0;font-size:.92rem}.success-check{border-radius:var(--radius-full);background:var(--success);width:30px;height:30px;color:var(--ink);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.footer{margin-top:var(--space-9);border-top:1px solid var(--border);background:var(--bg-soft)}.footer-newsletter{margin-top:calc(var(--space-7) * -1);margin-bottom:var(--space-7)}.footer-newsletter-inner{gap:var(--space-6);padding:var(--space-6);background:linear-gradient(135deg, var(--teal-50), #e8f7fb);border-color:var(--teal-border);grid-template-columns:1.2fr 1fr;align-items:center;display:grid}.footer-newsletter-copy h3{color:var(--ink);margin-bottom:var(--space-2);font-family:var(--font-serif);font-size:1.5rem}.footer-newsletter-copy p{color:var(--text-muted);margin:0;font-size:.95rem}@media (width<=820px){.footer-newsletter-inner{text-align:center;grid-template-columns:1fr}}.footer-content{gap:var(--space-6);padding-top:var(--space-7);padding-bottom:var(--space-7);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-logo{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.footer-logo .logo-icon{color:var(--teal-600);font-size:1.4rem}.footer-logo .logo-text{font-family:var(--font-serif);color:var(--ink);font-size:1.15rem;font-weight:700}.footer-mission{color:var(--text-muted);max-width:34ch;margin-bottom:var(--space-4);font-size:.95rem;font-style:italic}.footer-socials{gap:var(--space-3);flex-wrap:wrap;display:flex}.social-icon{border-radius:var(--radius-full);border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);transition:var(--transition-fast);justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.social-icon:hover{color:var(--teal-600);border-color:var(--teal-600);background:var(--teal-50);transform:translateY(-2px)}.footer-col{gap:var(--space-3);flex-direction:column;display:flex}.footer-col h4{color:var(--ink);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-1);font-size:.85rem;font-weight:700}.footer-col a{color:var(--text-muted);font-size:.92rem}.footer-col a:hover{color:var(--teal-600)}@media (width<=900px){.footer-content{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-content{text-align:center;grid-template-columns:1fr}.footer-logo,.footer-socials{justify-content:center}.footer-mission{max-width:none}}.footer-bottom{border-top:1px solid var(--border);padding:var(--space-5) 0}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.footer-bottom p{color:var(--text-dim);margin:0;font-size:.82rem}.footer-disclosure{text-align:right;max-width:52ch}@media (width<=720px){.footer-bottom-inner{text-align:center;flex-direction:column}.footer-disclosure{text-align:center}}.book-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.book-card:hover{border-color:var(--teal-border);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.book-cover-link{display:block}.book-cover{aspect-ratio:2/3;background:var(--bg-alt);width:100%;position:relative;overflow:hidden}.book-cover img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.book-card:hover .book-cover img{transform:scale(1.04)}.cover-fallback{background:linear-gradient(135deg, var(--teal-100), var(--teal-50));border-bottom:1px solid var(--border);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cover-fallback span{font-family:var(--font-serif);color:var(--teal-600);opacity:.55;font-size:2.5rem;font-weight:700}.book-badge{top:var(--space-3);left:var(--space-3);border-radius:var(--radius-full);background:var(--teal-600);color:var(--text-on-teal);letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--shadow-sm);padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute}.book-info{padding:var(--space-4);gap:var(--space-2);flex-direction:column;flex-grow:1;display:flex}.book-title{font-size:1rem;line-height:1.35;font-family:var(--font-sans);margin:0;font-weight:600}.book-title a{color:var(--ink)}.book-title a:hover{color:var(--teal-600)}.book-subtitle{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.book-meta{align-items:center;gap:var(--space-2);padding-top:var(--space-2);flex-wrap:wrap;margin-top:auto;display:flex}.book-rating{color:var(--teal-600);align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;display:inline-flex}.rating-count{color:var(--text-dim);font-weight:400}.book-actions{gap:var(--space-2);margin-top:var(--space-3);flex-direction:column;display:flex}.book-btn{width:100%}.book-btn-secondary{border:1px solid var(--border);width:100%}.books-grid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}@media (width<=480px){.books-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.book-btn-secondary{display:none}}.giving-band{gap:var(--space-6);padding:var(--space-7);border-radius:var(--radius-lg);border:1px solid var(--teal-border);background:linear-gradient(135deg, var(--teal-50), #e8f7fb);box-shadow:var(--shadow);grid-template-columns:auto 1fr;align-items:center;display:grid}.giving-band-mark{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--teal-500), var(--teal-600));color:#fff;width:76px;height:76px;box-shadow:var(--shadow-teal);flex-shrink:0;justify-content:center;align-items:center;font-size:1.9rem;display:flex}.giving-band-body h2{margin-bottom:var(--space-3)}.giving-band-body .lead{margin-bottom:var(--space-5);max-width:62ch}@media (width<=720px){.giving-band{text-align:center;padding:var(--space-6) var(--space-5);grid-template-columns:1fr}.giving-band-mark{margin:0 auto}.giving-band-body .lead{margin-left:auto;margin-right:auto}}.giving-inline{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius);border:1px solid var(--teal-border);background:var(--teal-50);color:var(--teal-800);font-size:.9rem;line-height:1.6;display:flex}.giving-inline svg{color:var(--teal-600);flex-shrink:0;margin-top:.2rem}.giving-badge{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);background:var(--teal-50);border:1px solid var(--teal-border);color:var(--teal-700);padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.giving-page{max-width:760px;margin:0 auto}.giving-hero{text-align:center;margin-bottom:var(--space-8)}.giving-hero .eyebrow{display:block}.giving-figure{align-items:baseline;gap:var(--space-2);padding:var(--space-4) var(--space-6);margin-bottom:var(--space-5);border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--teal-500), var(--teal-600));color:#fff;box-shadow:var(--shadow-teal);display:inline-flex}.giving-figure .amount{font-family:var(--font-serif);font-size:clamp(2.5rem,7vw,3.5rem);font-weight:700;line-height:1}.giving-figure .unit{opacity:.92;font-size:1rem;font-weight:600}.giving-story p{color:var(--text-main);margin-bottom:var(--space-5);font-size:1.05rem;line-height:1.9}.giving-story p:first-child{font-family:var(--font-serif);color:var(--ink);font-size:clamp(1.35rem,3vw,1.6rem);font-weight:600;line-height:1.45}.giving-steps{gap:var(--space-5);margin:var(--space-8) 0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.giving-step{padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.giving-step-num{border-radius:var(--radius-full);background:var(--teal-50);border:1px solid var(--teal-border);width:34px;height:34px;color:var(--teal-700);margin-bottom:var(--space-3);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex}.giving-step h3{margin-bottom:var(--space-2);font-size:1rem}.giving-step p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.7}.giving-note{padding:var(--space-5);border-radius:var(--radius);background:var(--bg-alt);border:1px solid var(--border);color:var(--text-muted);font-size:.87rem;line-height:1.75}.giving-art{width:100%;max-width:520px;height:auto;margin:var(--space-6) auto 0}.hero{min-height:78vh;padding:var(--space-9) 0 var(--space-8);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4bf29,#0000 66%);width:62vw;max-width:760px;height:62vw;max-height:760px;position:absolute;top:-25%;right:-12%}.hero-inner{z-index:1;gap:var(--space-7);grid-template-columns:1.05fr .95fr;align-items:center;display:grid;position:relative}.hero-copy{max-width:640px}.hero-art img{width:100%;height:auto}@media (width<=980px){.hero-inner{grid-template-columns:1fr}.hero-art{display:none}}.hero-copy h1{margin-bottom:var(--space-5)}.hero-copy .lead{max-width:58ch;margin-bottom:var(--space-6)}.hero-actions{gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.hero-amazon{align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:.9rem;display:inline-flex}.hero-amazon:hover{color:var(--teal-600)}@media (width<=560px){.hero{min-height:auto;padding-top:var(--space-8)}.hero-actions .btn{width:100%}}.value-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-soft)}.value-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.value-card{text-align:left}.value-icon{color:var(--teal-600);margin-bottom:var(--space-3);font-size:1.6rem}.value-card h3{color:var(--ink);margin-bottom:var(--space-2);font-size:1.05rem}.value-card p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.7}.section-cta{margin-top:var(--space-7);justify-content:center;display:flex}.empty-state{text-align:center;color:var(--text-muted);padding:var(--space-7) var(--space-4);border:1px dashed var(--border);border-radius:var(--radius-lg);font-size:1rem}.newsletter-band{gap:var(--space-7);padding:var(--space-7);border-color:var(--teal-border);background:linear-gradient(135deg, var(--teal-50), #e8f7fb);grid-template-columns:1.1fr 1fr;align-items:center;display:grid}.newsletter-band h2{margin-bottom:var(--space-3)}.newsletter-band .lead{margin:0;font-size:1rem}@media (width<=860px){.newsletter-band{gap:var(--space-5);padding:var(--space-6) var(--space-5);grid-template-columns:1fr}}
