/* =====================================================================
   OPTION A — "Familiar, Perfected"
   Deep teal + brand red, soft shapes, Figtree headlines over Lato.
   Modernized continuity with the old site: one wave, pill CTAs.
   ===================================================================== */

/* ---------- Fonts (self-hosted, latin) ---------- */
@font-face { font-family:"Lato"; src:url("../shared/fonts/lato-400.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Lato"; src:url("../shared/fonts/lato-400i.woff2") format("woff2"); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:"Lato"; src:url("../shared/fonts/lato-700.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:"Figtree"; src:url("../shared/fonts/figtree-700.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:"Figtree"; src:url("../shared/fonts/figtree-800.woff2") format("woff2"); font-weight:800; font-style:normal; font-display:swap; }

/* ---------- Tokens ---------- */
:root{
  --teal-900:#0A2E3A;
  --teal-700:#30505A;
  --red-600:#970000;
  --red-700:#7A0000;
  --gray-800:#434343;
  --gray-100:#F4F4F2;
  --white:#FFFFFF;
  --ink:#233038;

  --bg:var(--white);
  --text:var(--gray-800);
  --heading:var(--teal-900);
  --accent:var(--red-600);

  --wrap:1140px;
  --r:14px; --r-sm:10px; --r-pill:999px;
  --shadow:0 8px 30px rgba(10,46,58,.10);
  --shadow-sm:0 3px 12px rgba(10,46,58,.08);
  --header-h:68px;
  --focus:#970000;

  --h-font:"Figtree",system-ui,sans-serif;
  --b-font:"Lato",system-ui,sans-serif;
}

/* ---------- Reset / base ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
html.menu-open{overflow:hidden;}
body{margin:0;font-family:var(--b-font);color:var(--text);background:var(--bg);
  font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;}
img,picture,svg,iframe{display:block;max-width:100%;}
img{height:auto;}
a{color:var(--red-700);}
h1,h2,h3,h4{font-family:var(--h-font);color:var(--heading);line-height:1.12;
  font-weight:800;margin:0;letter-spacing:-.01em;}
p{margin:0 0 1rem;}
p:last-child{margin-bottom:0;}
ul{margin:0;padding:0;list-style:none;}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem);width:100%;}
.section{padding-block:clamp(3rem,7vw,5.75rem);}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}

.skip-link{position:absolute;left:1rem;top:-3rem;z-index:100;background:var(--red-600);color:#fff;
  padding:.6rem 1rem;border-radius:0 0 var(--r-sm) var(--r-sm);transition:top .15s;}
.skip-link:focus{top:0;}

:where(a,button,input,summary,[tabindex]):focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:3px;}

/* ---------- Headings / eyebrow ---------- */
.section-title{font-size:clamp(1.65rem,3.5vw,2.5rem);margin-bottom:.35em;}
.section-title--center{text-align:center;}
.section-sub{text-align:center;color:var(--teal-700);font-size:1.15rem;margin-top:-.4rem;margin-bottom:2rem;}
.eyebrow{font-family:var(--h-font);font-weight:800;text-transform:uppercase;letter-spacing:.14em;
  font-size:.78rem;color:var(--red-600);margin:0 0 .6rem;}
.eyebrow--center{text-align:center;}
.eyebrow--on-dark{color:#f4b3b3;}
.section-title--on-dark{color:#fff;}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--h-font);font-weight:800;font-size:1rem;line-height:1;
  padding:.85rem 1.6rem;border-radius:var(--r-pill);border:2px solid transparent;
  text-decoration:none;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .06s;}
.btn:active{transform:translateY(1px);}
.btn--primary{background:var(--red-600);color:#fff;}
.btn--primary:hover{background:var(--red-700);}
.btn--ghost{background:transparent;color:var(--red-700);border-color:var(--red-600);}
.btn--ghost:hover{background:var(--red-600);color:#fff;}
.btn--on-dark{background:#fff;color:var(--teal-900);}
.btn--on-dark:hover{background:var(--gray-100);}
.btn--sm{padding:.6rem 1.1rem;font-size:.9rem;}
.btn--block{display:flex;width:100%;}
.hero .btn--ghost{color:#fff;border-color:rgba(255,255,255,.7);}
.hero .btn--ghost:hover{background:#fff;color:var(--teal-900);border-color:#fff;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
  backdrop-filter:saturate(150%) blur(6px);border-bottom:1px solid #e7e4de;min-height:var(--header-h);}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h);}
.brand{display:inline-flex;align-items:center;}
.brand__logo{height:42px;width:auto;}
.nav-desktop{display:none;align-items:center;gap:1.5rem;}
.nav-desktop__list{display:flex;gap:1.4rem;align-items:center;}
.nav-desktop__list a{font-family:var(--h-font);font-weight:700;color:var(--teal-900);text-decoration:none;font-size:1rem;}
.nav-desktop__list a:hover{color:var(--red-600);}
.menu-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:0;cursor:pointer;
  font-family:var(--h-font);font-weight:800;color:var(--teal-900);padding:.4rem .2rem;font-size:.95rem;}
.menu-btn__bars{display:inline-flex;flex-direction:column;gap:4px;width:22px;}
.menu-btn__bars span{height:2.5px;background:var(--teal-900);border-radius:2px;transition:.2s;}
.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(2){opacity:0;}
.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}

.nav-mobile{position:fixed;inset:0;top:var(--header-h);background:var(--white);z-index:45;
  display:none;overflow-y:auto;padding:1.25rem clamp(1rem,5vw,2rem) 2.5rem;}
.nav-mobile.is-open{display:block;animation:fade .18s ease;}
@keyframes fade{from{opacity:0;transform:translateY(-6px);}to{opacity:1;transform:none;}}
.nav-mobile ul{display:flex;flex-direction:column;}
.nav-mobile li{border-bottom:1px solid #eee;}
.nav-mobile a{display:block;padding:1rem .25rem;font-family:var(--h-font);font-weight:700;font-size:1.25rem;
  color:var(--teal-900);text-decoration:none;}
.nav-mobile a[aria-current="page"]{color:var(--red-600);}
.nav-mobile .btn{margin-top:1.5rem;}

@media(min-width:900px){
  .nav-desktop{display:flex;}
  .menu-btn{display:none;}
  .nav-mobile{display:none !important;}
}

/* ---------- Hero ---------- */
.hero{position:relative;display:flex;align-items:flex-end;isolation:isolate;
  min-height:min(86vh,720px);padding-block:clamp(3rem,10vh,7rem) clamp(3.5rem,9vh,6rem);
  color:#fff;overflow:hidden;}
.hero--sub{min-height:min(60vh,480px);}
.hero__media{position:absolute;inset:0;z-index:-2;}
.hero__media img{width:100%;height:100%;object-fit:cover;}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(10,46,58,.42) 0%,rgba(10,46,58,.55) 45%,rgba(10,46,58,.9) 100%);}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:58px;z-index:1;pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,42 C320,86 1040,4 1440,44 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;}
.hero__inner{position:relative;z-index:1;text-align:center;}
.hero__content{max-width:780px;margin-inline:auto;}
.hero__kicker{font-family:var(--h-font);font-weight:800;text-transform:uppercase;letter-spacing:.22em;
  font-size:.8rem;color:#f4c9c9;margin:0 0 .8rem;}
.hero__title{font-size:clamp(2.6rem,6.5vw,4.3rem);color:#fff;margin-bottom:.15em;text-shadow:0 2px 20px rgba(0,0,0,.25);}
.hero__identity{font-family:var(--h-font);font-weight:700;font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fff;margin:0 0 1rem;}
.hero__tagline{font-size:clamp(1.02rem,1.6vw,1.2rem);color:rgba(255,255,255,.92);max-width:44ch;margin:0 auto 1.6rem;}
.schedule{display:flex;flex-direction:column;gap:.35rem;margin:0 0 1rem;}
.hero__schedule{align-items:center;}
.schedule__row{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;align-items:baseline;}
.schedule__row dt{font-family:var(--h-font);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;}
.schedule__row dd{margin:0;color:rgba(255,255,255,.95);font-size:1rem;}
.hero__address{display:inline-flex;align-items:center;gap:.45rem;color:rgba(255,255,255,.95);font-weight:700;margin:0 0 1.7rem;}
.hero__address .icon{color:#f4c9c9;flex:none;}
.hero__actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;}
.hero--sub .hero__tagline{margin-bottom:1.9rem;font-size:clamp(1.1rem,2vw,1.35rem);}

/* ---------- Split sections ---------- */
.split{display:grid;gap:clamp(1.5rem,4vw,3.2rem);align-items:center;}
.split__media img{width:100%;border-radius:var(--r);box-shadow:var(--shadow);object-fit:cover;aspect-ratio:3/2;}
@media(min-width:800px){
  .split{grid-template-columns:1fr 1fr;}
  .split--reverse .split__text{order:2;}
}

/* ---------- Service times band ---------- */
.times-band{background:var(--gray-100);}
.times-grid{display:grid;gap:1.25rem;max-width:760px;margin:0 auto;}
.times-col{background:#fff;border-radius:var(--r);box-shadow:var(--shadow-sm);padding:1.6rem 1.8rem;
  border-top:4px solid var(--red-600);}
.times-col__day{font-size:1.3rem;color:var(--teal-900);margin-bottom:.8rem;}
.times-list li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px dashed #e2ded6;}
.times-list li:last-child{border-bottom:0;}
.times-list__what{font-weight:700;color:var(--ink);}
.times-list__when{color:var(--teal-700);font-family:var(--h-font);font-weight:700;white-space:nowrap;}
.times-band__note{text-align:center;margin-top:1.6rem;}
@media(min-width:640px){.times-grid{grid-template-columns:1fr 1fr;}}

/* ---------- Ministries ---------- */
.ministry-grid{display:grid;gap:1.4rem;}
.ministry-card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);
  border:1px solid #eeeae3;display:flex;flex-direction:column;}
.ministry-card__media{position:relative;}
.ministry-card__media img:not(.ministry-card__badge){width:100%;aspect-ratio:3/2;object-fit:cover;}
.ministry-card__badge{position:absolute;right:.7rem;bottom:.7rem;width:74px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));}
.ministry-card__panel{aspect-ratio:3/2;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--teal-900),var(--teal-700));color:rgba(255,255,255,.85);}
.ministry-card__body{padding:1.3rem 1.4rem 1.5rem;}
.ministry-card__body h3{font-size:1.3rem;color:var(--teal-900);margin-bottom:.5rem;}
@media(min-width:760px){.ministry-grid{grid-template-columns:repeat(3,1fr);}}

/* ---------- Serve chips ---------- */
.serve-chips{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;max-width:820px;margin:0 auto;}
.serve-chips li{background:var(--gray-100);border:1px solid #e6e2da;border-radius:var(--r-pill);
  padding:.7rem 1.4rem;font-family:var(--h-font);font-weight:700;color:var(--teal-900);}
.serve__cta{text-align:center;margin-top:2rem;}

/* ---------- Sermon series (dark teal band) ---------- */
.series{background:linear-gradient(160deg,var(--teal-900),var(--teal-700));color:#fff;}
.series .section-sub{color:#cfe0e5;}
.series__grid{display:grid;gap:1.6rem;align-items:center;max-width:900px;margin:0 auto;}
.series__art img{width:100%;border-radius:var(--r);box-shadow:0 12px 40px rgba(0,0,0,.35);aspect-ratio:16/9;object-fit:cover;}
.sermon-card{display:block;background:#fff;color:var(--text);border-radius:var(--r);overflow:hidden;
  text-decoration:none;box-shadow:var(--shadow);transition:transform .15s;}
.sermon-card:hover{transform:translateY(-3px);}
.sermon-card__thumb{position:relative;}
.sermon-card__thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;}
.sermon-card__play{position:absolute;inset:0;margin:auto;width:60px;height:60px;background:var(--red-600);
  color:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 6px 20px rgba(0,0,0,.35);}
.sermon-card__latest{position:absolute;top:.7rem;left:.7rem;background:var(--red-600);color:#fff;
  font-family:var(--h-font);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .6rem;border-radius:var(--r-sm);}
.sermon-card__meta{padding:1.1rem 1.3rem 1.3rem;}
.sermon-card__title{font-size:1.25rem;color:var(--teal-900);margin-bottom:.3rem;}
.sermon-card__sub{color:var(--teal-700);font-weight:700;margin:0 0 .2rem;}
.sermon-card__date{color:#7d7a74;font-size:.9rem;margin:0;}
.series__cta{text-align:center;margin-top:2rem;}
.series .btn--primary{background:#fff;color:var(--red-700);}
.series .btn--primary:hover{background:var(--gray-100);}
@media(min-width:760px){.series__grid{grid-template-columns:1fr 1fr;}}

/* ---------- Testimonials ---------- */
.testimonials{background:var(--gray-100);}
.quote-grid{display:grid;gap:1.4rem;}
.quote{margin:0;background:#fff;border-radius:var(--r);padding:1.8rem 1.7rem;box-shadow:var(--shadow-sm);
  border-left:4px solid var(--red-600);}
.quote blockquote{margin:0;font-size:1.12rem;line-height:1.55;color:var(--ink);}
.quote figcaption{margin-top:1rem;font-family:var(--h-font);font-weight:800;color:var(--teal-700);}
@media(min-width:760px){.quote-grid{grid-template-columns:repeat(3,1fr);}}

/* ---------- Events ---------- */
.events__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1.8rem;}
.events__more-top{flex:none;}
.event-grid{display:grid;gap:1.1rem;}
.event-card{display:flex;gap:1.2rem;align-items:center;background:#fff;border:1px solid #eeeae3;
  border-radius:var(--r);padding:1.1rem 1.3rem;box-shadow:var(--shadow-sm);}
.event-card__date{flex:none;width:74px;text-align:center;background:var(--teal-900);color:#fff;border-radius:var(--r-sm);padding:.6rem 0;}
.event-card__mon{display:block;text-transform:uppercase;font-family:var(--h-font);font-weight:800;font-size:.8rem;letter-spacing:.08em;color:#f4c9c9;}
.event-card__day{display:block;font-family:var(--h-font);font-weight:800;font-size:1.7rem;line-height:1;}
.event-card__body h3{font-size:1.2rem;color:var(--teal-900);margin-bottom:.25rem;}
.event-card__when{margin:0;font-weight:700;color:var(--ink);}
.event-card__where{margin:0;color:#7d7a74;}
@media(min-width:760px){.event-grid{grid-template-columns:repeat(3,1fr);}.event-card{flex-direction:column;text-align:center;align-items:center;}}

/* ---------- Invite (im-new) ---------- */
.invite{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:center;}
.invite__facts{display:flex;gap:2rem;flex-wrap:wrap;margin:1.6rem 0;}
.invite__fact h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--red-600);margin-bottom:.4rem;}
.invite__fact address{font-style:normal;font-weight:700;color:var(--ink);}
.invite__fact p{margin:0;font-weight:700;color:var(--ink);}
.invite__map{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);border:1px solid #e6e2da;}
.invite__map iframe{width:100%;height:100%;min-height:340px;border:0;}
@media(min-width:820px){.invite{grid-template-columns:1fr 1fr;}}

/* ---------- What to Expect ---------- */
.expect .eyebrow--center,.expect .section-title--center{max-width:var(--wrap);margin-inline:auto;}
.expect-row{margin-top:clamp(2rem,5vw,3.5rem);}
.expect-row h3{font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--teal-900);margin-bottom:.7rem;}
.expect-row .split__media img{aspect-ratio:4/3;}

/* ---------- Kids ---------- */
.kids{background:var(--gray-100);}
.kids__head{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.2rem;}
.kids__badge{width:84px;height:auto;flex:none;}
.kids__intro{max-width:70ch;font-size:1.1rem;}
.kids__lead img{width:100%;border-radius:var(--r);box-shadow:var(--shadow);aspect-ratio:21/9;object-fit:cover;margin:1.8rem 0;}
.kids-schedule{display:grid;gap:1.4rem;}
.kids-col{background:#fff;border-radius:var(--r);padding:1.6rem 1.7rem;box-shadow:var(--shadow-sm);}
.kids-col__title{font-size:1.35rem;color:var(--red-700);margin-bottom:1rem;display:flex;justify-content:space-between;gap:.6rem;flex-wrap:wrap;align-items:baseline;}
.kids-col__title span{font-size:1rem;color:var(--teal-700);font-weight:700;}
.kids-item{margin-bottom:1.2rem;}
.kids-item:last-child{margin-bottom:0;}
.kids-item h4{font-size:1.08rem;color:var(--teal-900);margin-bottom:.35rem;}
.kids__gallery{display:grid;gap:1.1rem;margin-top:1.6rem;}
.kids__gallery img{width:100%;border-radius:var(--r);box-shadow:var(--shadow-sm);aspect-ratio:3/2;object-fit:cover;}
.kids__cta{text-align:center;margin-top:2rem;}
.kids__cta p{font-size:1.15rem;font-weight:700;color:var(--teal-900);margin-bottom:1rem;}
@media(min-width:760px){.kids-schedule{grid-template-columns:1fr 1fr;}.kids__gallery{grid-template-columns:1fr 1fr;}}

/* ---------- Gospel band ---------- */
.gospel-band{background:var(--teal-900);color:#fff;padding-block:clamp(3rem,7vw,5rem);text-align:center;}
.gospel-band__inner{max-width:720px;}
.gospel-band__title{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.6rem;}
.gospel-band__body{color:rgba(255,255,255,.92);font-size:1.15rem;margin-bottom:1.7rem;}

/* ---------- Next step ---------- */
.next-step{text-align:center;}
.next-step__inner{max-width:640px;margin-inline:auto;}
.next-step p{font-size:1.15rem;margin-bottom:1.6rem;}

/* ---------- Footer ---------- */
.site-footer{background:var(--teal-900);color:rgba(255,255,255,.82);font-size:.98rem;}
.site-footer__grid{display:grid;gap:2rem;padding-block:clamp(2.5rem,6vw,4rem);}
.site-footer h2.footer-col__title{font-family:var(--h-font);font-size:1.05rem;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;}
.footer-brand__logo{height:56px;width:auto;margin-bottom:.8rem;}
.footer-brand__est{font-family:var(--h-font);font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#f4c9c9;font-size:.8rem;margin:0 0 .8rem;}
.footer-brand__mission{color:#fff;font-weight:700;max-width:26ch;}
.social{display:flex;gap:.7rem;margin-top:1.1rem;}
.social a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;transition:background .18s;}
.social a:hover{background:var(--red-600);}
.site-footer address{font-style:normal;line-height:1.9;}
.site-footer a{color:rgba(255,255,255,.85);text-decoration:none;}
.site-footer a:hover{color:#fff;text-decoration:underline;}
.footer-directions{display:inline-block;margin-top:.8rem;font-family:var(--h-font);font-weight:700;color:#f4c9c9 !important;}
.footer-day{font-family:var(--h-font);font-weight:800;color:#fff;margin:.8rem 0 .2rem;}
.footer-line{margin:0 0 .5rem;}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .8rem;}
.footer-news p{margin-bottom:1rem;}
.newsletter{display:flex;gap:.5rem;flex-wrap:wrap;}
.newsletter__input{flex:1;min-width:0;padding:.75rem 1rem;border-radius:var(--r-pill);border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);color:#fff;font-family:var(--b-font);font-size:1rem;}
.newsletter__input::placeholder{color:rgba(255,255,255,.6);}
.newsletter__btn{flex:none;}
.site-footer__base{border-top:1px solid rgba(255,255,255,.14);}
.site-footer__base-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.3rem;font-size:.85rem;color:rgba(255,255,255,.6);}
.site-footer__base p{margin:0;}
.site-footer,.series,.hero,.gospel-band{--focus:#ffd27a;}
@media(min-width:680px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr;}}
@media(min-width:1000px){.site-footer__grid{grid-template-columns:1.6fr 1fr 1.2fr 1fr 1.3fr;}}

/* ---------- Mockup badge ---------- */
.mock-badge{position:fixed;left:1rem;bottom:1rem;z-index:60;display:inline-flex;align-items:center;gap:.5rem;
  background:var(--teal-900);color:#fff;text-decoration:none;padding:.5rem .9rem;border-radius:var(--r-pill);
  box-shadow:0 6px 20px rgba(0,0,0,.3);font-family:var(--h-font);font-weight:800;font-size:.85rem;}
.mock-badge__letter{background:var(--red-600);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.8rem;}
.mock-badge__name{opacity:.9;}
.mock-badge:hover{background:var(--teal-700);}

/* ---------- Motion ---------- */
@media(prefers-reduced-motion:reduce){*{animation:none !important;scroll-behavior:auto !important;transition:none !important;}}
