
:root{
  --blue:#2270dd;
  --blue2:#3193f4;
  --navy:#071522;
  --navy2:#0b2235;
  --ink:#102033;
  --cream:#f6f3ed;
  --white:#fff;
  --muted:#687789;
  --line:#dbe2ea;
  --radius:22px;
  --shadow:0 24px 65px rgba(6,22,36,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}
a{color:inherit}
img{max-width:100%;display:block}
button{font:inherit}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(7,21,34,.97);
  border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(18px)
}
.header-inner{
  width:min(1500px,calc(100% - 54px));margin:auto;min-height:82px;
  display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:22px
}
.brand{display:flex;align-items:center;width:220px;height:68px;overflow:hidden}
.brand img{
  width:210px;height:66px;object-fit:contain;object-position:left center;
  filter:brightness(0) invert(1);
}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:22px}
.desktop-nav>a,.nav-drop>button,.partner-link{
  border:0;background:transparent;color:#fff;text-decoration:none;text-transform:uppercase;
  font-size:11px;letter-spacing:.08em;padding:31px 0 27px;cursor:pointer;white-space:nowrap
}
.desktop-nav>a:hover,.nav-drop>button:hover,.desktop-nav>a.active{color:var(--blue2)}
.nav-drop{position:relative}
.nav-drop button span{color:var(--blue2);margin-left:4px}
.drop-menu{
  display:none;position:absolute;left:-18px;top:66px;min-width:230px;
  background:#fff;color:var(--ink);box-shadow:var(--shadow);border-radius:14px;padding:9px
}
.nav-drop:hover .drop-menu,.nav-drop:focus-within .drop-menu{display:grid}
.drop-menu a{padding:13px 14px;text-decoration:none;border-radius:9px;font-size:13px}
.drop-menu a:hover{background:#edf5ff;color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:15px}
.partner-link{padding:0;color:#b9c6d2}
.phone-pill{
  display:inline-flex;gap:9px;align-items:center;color:#fff;text-decoration:none;
  border:1px solid var(--blue2);border-radius:999px;padding:12px 17px;font-weight:800;font-size:12px;white-space:nowrap
}
.phone-pill:hover{background:var(--blue)}
.phone-icon{color:var(--blue2)}
.phone-pill:hover .phone-icon{color:white}
.menu-toggle{display:none;background:transparent;border:0;padding:10px}
.menu-toggle span{display:block;width:25px;height:2px;background:white;margin:5px}
.mobile-menu{background:var(--navy);padding:12px 24px 26px}
.mobile-menu a{display:block;color:white;text-decoration:none;padding:12px 2px;border-bottom:1px solid rgba(255,255,255,.09)}
.mobile-menu a:last-child{border-bottom:0}
.hero{
  min-height:690px;position:relative;display:grid;align-items:end;background:var(--navy);overflow:hidden
}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);filter:saturate(.92)}
.hero-media:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,15,25,.97) 0%,rgba(3,15,25,.88) 28%,rgba(3,15,25,.32) 61%,rgba(3,15,25,.24) 100%)
}
.hero-grid{
  width:min(1460px,calc(100% - 90px));margin:0 auto 70px;position:relative;z-index:2;
  display:grid;grid-template-columns:minmax(460px,640px) 1fr;gap:50px
}
.eyebrow{
  text-transform:uppercase;letter-spacing:.35em;font-size:12px;font-weight:800;color:var(--blue2);margin-bottom:18px
}
.hero h1,.page-hero h1,.display{
  font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:.93;letter-spacing:-.04em;margin:0
}
.hero h1{font-size:clamp(64px,7vw,108px);color:#fff}
.hero h1 em{color:var(--blue2);font-style:italic}
.hero p{font-size:18px;line-height:1.55;color:#d9e1e8;max-width:620px}
.cta-row{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;
  padding:15px 22px;border-radius:10px;border:1px solid transparent;text-transform:uppercase;
  letter-spacing:.05em;font-size:12px;font-weight:900;transition:.2s ease
}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 14px 30px rgba(34,112,221,.28)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.03)}
.btn-dark{border-color:var(--navy);color:var(--navy);background:transparent}
.hero-note{
  align-self:end;justify-self:end;color:#fff;border-left:2px solid var(--blue2);padding-left:20px;
  text-transform:uppercase;letter-spacing:.28em;font-size:11px;line-height:2
}
.section{padding:96px 0}
.wrap{width:min(1440px,calc(100% - 80px));margin:auto}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:48px}
.kicker{text-transform:uppercase;letter-spacing:.28em;font-size:11px;font-weight:900;color:var(--blue)}
.section h2,.section-head h2,.story-copy h2,.cta-panel h2{
  font:400 clamp(42px,5vw,72px)/.98 Georgia,'Times New Roman',serif;letter-spacing:-.035em;margin:0
}
.section h2 em,.section-head h2 em{color:var(--blue);font-style:italic}
.section-head p{color:var(--muted);font-size:17px;line-height:1.7;max-width:620px}
.approach-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px}
.approach-intro{padding-right:28px}
.approach-intro p{color:var(--muted);line-height:1.7;font-size:16px}
.mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mosaic-card{min-width:0}
.mosaic-card img{width:100%;height:215px;object-fit:cover;border-radius:14px}
.mosaic-card h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin:14px 0 6px}
.mosaic-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}
.story-band{display:grid;grid-template-columns:1.1fr .9fr;background:var(--navy);color:white;min-height:560px}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-copy{padding:72px clamp(45px,6vw,95px);display:flex;flex-direction:column;justify-content:center}
.story-copy p{color:#c9d5df;line-height:1.7;font-size:17px;max-width:600px}
.feature-strip{background:linear-gradient(135deg,#0a3b72,#006bd9);color:#fff}
.feature-grid{width:min(1400px,calc(100% - 70px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.feature{padding:38px 30px;text-align:center;border-right:1px solid rgba(255,255,255,.22)}
.feature:last-child{border-right:0}
.feature .ico{font-size:31px;margin-bottom:11px}
.feature h3{text-transform:uppercase;color:#6ec0ff;letter-spacing:.08em;font-size:13px;margin:0 0 8px}
.feature p{font-size:13px;line-height:1.5;margin:0;color:#e9f4ff}
.cta-split{display:grid;grid-template-columns:.76fr 1.24fr;min-height:470px;background:#071522;color:#fff}
.cta-photo img{width:100%;height:100%;object-fit:cover}
.cta-panel{padding:65px clamp(45px,7vw,110px);display:flex;flex-direction:column;justify-content:center;position:relative}
.cta-panel p{color:#ced9e3;font-size:17px;line-height:1.65}
.contact-inline{display:flex;gap:12px;flex-wrap:wrap}
.location-line{margin-top:24px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:#c6d1db}
.page-hero{
  min-height:490px;position:relative;color:#fff;background:var(--navy);display:grid;align-items:end;overflow:hidden
}
.page-hero .bg{position:absolute;inset:0}
.page-hero .bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}
.page-hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,29,.96),rgba(4,18,29,.68) 48%,rgba(4,18,29,.30))}
.page-hero-content{
  width:min(1400px,calc(100% - 84px));margin:0 auto 56px;position:relative;z-index:2;max-width:1400px
}
.page-hero h1{font-size:clamp(58px,7vw,100px);max-width:950px}
.page-hero p{max-width:720px;font-size:18px;color:#d7e1e9;line-height:1.6}
.sub-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}
.sub-intro .display{font-size:clamp(46px,5vw,76px)}
.sub-intro p{font-size:17px;line-height:1.8;color:var(--muted)}
.photo-frame{border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.photo-frame img{width:100%;height:520px;object-fit:cover}
.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:white}
.info-card h3{margin:0 0 12px;font-size:18px}
.info-card p{margin:0;color:var(--muted);line-height:1.65}
.dark-section{background:var(--navy);color:#fff}
.dark-section p{color:#c9d4de}
.list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 35px;margin-top:28px}
.check{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.check:before{content:"✓";color:var(--blue2);font-weight:900}
.faq-section{background:#f4f7fa}
.faq-wrap{width:min(1100px,calc(100% - 60px));margin:auto}
.faq-heading{text-align:center;margin-bottom:38px}
.faq-heading h2{font-size:clamp(40px,5vw,65px)}
.faq-heading p{color:var(--muted)}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin:10px 0;overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:21px 24px;font-weight:800;display:flex;justify-content:space-between;gap:25px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{font-size:23px;color:var(--blue);transition:.2s}
.faq-item[open] summary span{transform:rotate(45deg)}
.faq-answer{padding:0 24px 22px;color:var(--muted);line-height:1.75}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.resource-card{border-radius:18px;border:1px solid var(--line);padding:28px;background:#fff;min-height:220px;display:flex;flex-direction:column}
.resource-card h3{font-size:20px;margin:0 0 10px}
.resource-card p{color:var(--muted);line-height:1.65;flex:1}
.resource-card a{color:var(--blue);font-weight:800;text-decoration:none}
.career-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.career-grid img{width:100%;height:520px;object-fit:cover;border-radius:20px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}
.contact-card{background:var(--navy);color:white;padding:42px;border-radius:22px}
.contact-card a{color:white;text-decoration:none}
.contact-card h3{font:400 38px/1 Georgia,serif}
.contact-method{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.contact-method small{display:block;color:#7fc2ff;text-transform:uppercase;letter-spacing:.15em;margin-bottom:5px}
.site-footer{background:#06111b;color:#fff;padding:52px 0 24px}
.footer-top{width:min(1400px,calc(100% - 70px));margin:auto;display:grid;grid-template-columns:1fr 1.6fr;gap:70px}
.footer-brand img{width:230px;filter:brightness(0) invert(1);margin-bottom:18px}
.footer-brand p{color:#aebdca}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.footer-links h3{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:#69b8ff}
.footer-links a{display:block;text-decoration:none;color:#c9d5df;margin:10px 0;font-size:13px}
.footer-bottom{width:min(1400px,calc(100% - 70px));margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;gap:25px;justify-content:space-between;color:#8799aa;font-size:11px;line-height:1.45}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.2,.8,.2,1),transform .65s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}
.parallax{will-change:transform}
@media(max-width:1100px){
  .desktop-nav,.partner-link{display:none}
  .header-inner{grid-template-columns:1fr auto auto}
  .menu-toggle{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-note{display:none}
  .approach-grid,.sub-intro,.contact-grid{grid-template-columns:1fr}
  .mosaic{grid-template-columns:repeat(2,1fr)}
  .story-band,.cta-split{grid-template-columns:1fr}
  .story-photo,.cta-photo{height:430px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .feature:nth-child(2){border-right:0}
  .feature:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.22)}
  .footer-top{grid-template-columns:1fr}
}
@media(max-width:720px){
  .header-inner{width:calc(100% - 28px);min-height:62px;grid-template-columns:1fr auto auto;gap:8px}
  .brand{width:142px;height:50px}
  .brand img{width:140px;height:48px}
  .phone-pill{width:40px;height:40px;padding:0;justify-content:center;font-size:0}
  .phone-icon{font-size:17px}
  .hero{min-height:690px}
  .hero-grid{width:calc(100% - 38px);margin-bottom:44px}
  .hero h1{font-size:60px}
  .hero p{font-size:16px}
  .wrap{width:calc(100% - 38px)}
  .section{padding:68px 0}
  .section-head{grid-template-columns:1fr;gap:15px}
  .mosaic{grid-template-columns:1fr 1fr;gap:10px}
  .mosaic-card img{height:145px}
  .mosaic-card h3{font-size:11px}
  .mosaic-card p{font-size:11px}
  .story-copy,.cta-panel{padding:48px 20px}
  .story-photo,.cta-photo{height:310px}
  .feature-grid{grid-template-columns:1fr 1fr;width:100%}
  .feature{padding:28px 16px}
  .page-hero{min-height:455px}
  .page-hero-content{width:calc(100% - 38px);margin-bottom:42px}
  .page-hero h1{font-size:56px}
  .page-hero p{font-size:16px}
  .photo-frame img{height:370px}
  .info-cards,.resource-grid{grid-template-columns:1fr}
  .list-grid{grid-template-columns:1fr}
  .career-grid{grid-template-columns:1fr}
  .career-grid img{height:420px}
  .faq-wrap{width:calc(100% - 30px)}
  .faq-item summary{padding:17px 16px;font-size:14px}
  .faq-answer{padding:0 16px 17px;font-size:14px}
  .footer-top{width:calc(100% - 38px);gap:32px}
  .footer-brand{text-align:center}
  .footer-brand img{margin:0 auto 15px}
  .footer-links{grid-template-columns:1fr 1fr;gap:18px}
  .footer-links div:last-child{grid-column:1/-1}
  .footer-bottom{width:calc(100% - 38px);display:grid;text-align:center}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .parallax{transform:none!important}
}


/* ==========================================================
   RICKY'S PLACE — MOTION, SPACING & TYPE PASS
   ========================================================== */

/* GENERAL TYPE: roughly 10–12% larger */
body{font-size:17px}
.hero p,.page-hero p{font-size:20px !important}
.section-head p,.story-copy p,.cta-panel p,.sub-intro p{font-size:18.5px !important}
.info-card p,.resource-card p,.contact-card,.faq-answer{font-size:15.5px !important}
.mosaic-card p,.feature p{font-size:13.5px !important}
.mosaic-card h3{font-size:14px !important}
.info-card h3,.resource-card h3{font-size:20px !important}
.btn{font-size:13px !important}
.desktop-nav>a,.nav-drop>button,.partner-link{font-size:12px !important}
.drop-menu a{font-size:14px !important}
.phone-pill{font-size:13px !important}
.kicker,.eyebrow{font-size:12.5px !important}

/* TIGHTER HEADER */
.header-inner{
  min-height:68px !important;
  width:min(1500px,calc(100% - 44px)) !important;
}
.brand{
  width:184px !important;
  height:56px !important;
}
.brand img{
  width:180px !important;
  height:54px !important;
}
.desktop-nav>a,.nav-drop>button,.partner-link{
  padding:24px 0 21px !important;
}
.drop-menu{top:57px !important}

/* REDUCE OVERSIZED HERO / SECTION SPACE */
.hero{min-height:610px !important}
.hero-grid{margin-bottom:48px !important}
.hero-media img{object-position:center 45% !important}
.page-hero{min-height:420px !important}
.page-hero-content{margin-bottom:42px !important}
.section{padding:72px 0 !important}
.section-head{margin-bottom:34px !important}
.story-band{min-height:475px !important}
.story-copy{padding:54px clamp(38px,5vw,76px) !important}
.cta-split{min-height:390px !important}
.cta-panel{padding:50px clamp(38px,6vw,80px) !important}
.photo-frame img{height:440px !important}
.resource-card{min-height:185px !important}
.career-grid img{height:450px !important}

/* FOOTER: ~20% larger type but less dead space */
.site-footer{padding:28px 0 14px !important}
.footer-top{gap:42px !important}
.footer-brand img{width:185px !important;margin-bottom:8px !important}
.footer-brand p{
  margin:7px 0 0 !important;
  font-size:16px !important;
}
.footer-links h3{font-size:13px !important}
.footer-links a{
  margin:7px 0 !important;
  font-size:15.5px !important;
}
.footer-bottom{
  margin-top:22px !important;
  padding-top:13px !important;
  font-size:13px !important;
}
.mobile-menu strong{
  display:block;
  color:#63b7ff;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  padding:17px 2px 4px;
}

/* SCROLL ENTRANCES */
.reveal{
  opacity:0;
  transform:translate3d(0,42px,0);
  transition:
    opacity .72s cubic-bezier(.16,1,.3,1),
    transform .78s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.reveal.reveal-left{transform:translate3d(-58px,12px,0)}
.reveal.reveal-right{transform:translate3d(58px,12px,0)}
.reveal.reveal-scale{transform:translate3d(0,28px,0) scale(.94)}
.reveal.visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}

/* FIRST-VIEW MOTION */
.hero .eyebrow,.hero h1,.hero p,.hero .cta-row,.hero .hero-note,
.page-hero .eyebrow,.page-hero h1,.page-hero p{
  opacity:0;
  transform:translate3d(0,34px,0);
}
body.motion-loaded .hero .eyebrow,
body.motion-loaded .page-hero .eyebrow{
  animation:heroRise .62s .08s cubic-bezier(.16,1,.3,1) forwards;
}
body.motion-loaded .hero h1,
body.motion-loaded .page-hero h1{
  animation:heroRise .82s .18s cubic-bezier(.16,1,.3,1) forwards;
}
body.motion-loaded .hero p,
body.motion-loaded .page-hero p{
  animation:heroRise .72s .34s cubic-bezier(.16,1,.3,1) forwards;
}
body.motion-loaded .hero .cta-row{
  animation:heroRise .68s .48s cubic-bezier(.16,1,.3,1) forwards;
}
body.motion-loaded .hero .hero-note{
  animation:heroSlideLeft .75s .58s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes heroRise{
  from{opacity:0;transform:translate3d(0,40px,0)}
  to{opacity:1;transform:none}
}
@keyframes heroSlideLeft{
  from{opacity:0;transform:translate3d(45px,0,0)}
  to{opacity:1;transform:none}
}

/* HERO IMAGE ZOOM / SETTLE */
.hero-media img,.page-hero .bg img{
  transform:scale(1.14);
  transition:transform 1.35s cubic-bezier(.16,1,.3,1),filter .7s ease;
  will-change:transform;
}
body.motion-loaded .hero-media img,
body.motion-loaded .page-hero .bg img{
  transform:scale(1.055);
}

/* IMAGE REVEALS */
.photo-frame,.story-photo,.cta-photo,.mosaic-card,.career-grid{position:relative}
.motion-media{
  opacity:0;
  transform:translate3d(0,34px,0);
  clip-path:inset(10% 0 10% 0 round 18px);
  transition:
    opacity .72s ease,
    transform .9s cubic-bezier(.16,1,.3,1),
    clip-path .9s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform,clip-path;
}
.motion-media.media-left{transform:translate3d(-48px,18px,0)}
.motion-media.media-right{transform:translate3d(48px,18px,0)}
.motion-media.media-visible{
  opacity:1;
  transform:none;
  clip-path:inset(0 0 0 0 round 18px);
}
.motion-media img{
  transform:scale(1.08);
  transition:transform 1.15s cubic-bezier(.16,1,.3,1);
}
.motion-media.media-visible img{transform:scale(1)}

.info-card,.resource-card,.feature,.faq-item{
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
@media(hover:hover){
  .info-card:hover,.resource-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(8,31,51,.12);
    border-color:#bfd8f3;
  }
  .mosaic-card:hover img,.photo-frame:hover img{transform:scale(1.045)}
}
.parallax{will-change:transform;transition:none !important}

/* MOBILE */
@media(max-width:720px){
  body{font-size:17px}
  .header-inner{
    min-height:56px !important;
    width:calc(100% - 24px) !important;
  }
  .brand{width:126px !important;height:46px !important}
  .brand img{width:124px !important;height:44px !important}
  .hero{min-height:575px !important}
  .hero-grid{margin-bottom:30px !important}
  .hero p,.page-hero p{font-size:17.5px !important}
  .page-hero{min-height:380px !important}
  .page-hero-content{margin-bottom:30px !important}
  .section{padding:48px 0 !important}
  .section-head{margin-bottom:24px !important}
  .section-head p,.story-copy p,.cta-panel p,.sub-intro p{font-size:17px !important}
  .story-photo,.cta-photo{height:270px !important}
  .story-copy,.cta-panel{padding:36px 19px !important}
  .photo-frame img{height:315px !important}
  .career-grid img{height:340px !important}
  .feature{padding:22px 13px !important}
  .feature p{font-size:13px !important}
  .faq-answer{font-size:15px !important}
  .site-footer{padding:18px 0 10px !important}
  .footer-top{gap:20px !important}
  .footer-brand img{width:145px !important}
  .footer-brand p{font-size:15px !important}
  .footer-links h3{font-size:12px !important}
  .footer-links a{font-size:14.5px !important}
  .footer-bottom{
    margin-top:14px !important;
    padding-top:10px !important;
    gap:7px !important;
    font-size:12.5px !important;
  }
  .reveal{transform:translate3d(0,48px,0)}
  .reveal.reveal-left{transform:translate3d(-44px,15px,0)}
  .reveal.reveal-right{transform:translate3d(44px,15px,0)}
}

@media(prefers-reduced-motion:reduce){
  .reveal,
  .hero .eyebrow,.hero h1,.hero p,.hero .cta-row,.hero .hero-note,
  .page-hero .eyebrow,.page-hero h1,.page-hero p,
  .motion-media,.motion-media img,
  .hero-media img,.page-hero .bg img{
    opacity:1 !important;
    transform:none !important;
    clip-path:none !important;
    transition:none !important;
    animation:none !important;
  }
}


/* ==========================================================
   FINAL MOBILE / MOTION / FOOTER FIXES
   Everything from the type-size update forward lives in this build.
   ========================================================== */

/* Prevent grid/flex children and long text from forcing horizontal overflow */
.header-inner > *,
.hero-grid > *,
.section-head > *,
.approach-grid > *,
.sub-intro > *,
.story-band > *,
.cta-split > *,
.contact-grid > *,
.footer-top > *,
.footer-links > *,
.info-card,
.resource-card,
.contact-card{
  min-width:0;
}
body,
main,
section,
.site-header,
.site-footer{
  max-width:100%;
}
p,h1,h2,h3,h4,h5,h6,a,summary{
  overflow-wrap:break-word;
}
.footer-links a,
.contact-method a{
  overflow-wrap:anywhere;
}

/* Make full sections visibly arrive, without scroll-jail */
.section-motion{
  opacity:0;
  transform:translate3d(0,30px,0);
  transition:
    opacity .72s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform;
}
.section-motion.section-visible{
  opacity:1;
  transform:none;
}
.section-motion.section-from-left{
  transform:translate3d(-34px,18px,0);
}
.section-motion.section-from-right{
  transform:translate3d(34px,18px,0);
}
.section-motion.section-from-left.section-visible,
.section-motion.section-from-right.section-visible{
  transform:none;
}

/* Slight moving depth on large visual bands */
.story-band.section-visible .story-photo img,
.cta-split.section-visible .cta-photo img{
  animation:sectionImageSettle 1.15s cubic-bezier(.16,1,.3,1) both;
}
@keyframes sectionImageSettle{
  from{transform:scale(1.075)}
  to{transform:scale(1)}
}

/* Footer: keep the current larger font + current logo size; only remove dead vertical space */
.site-footer{
  padding-top:20px !important;
  padding-bottom:10px !important;
}
.footer-top{
  gap:34px !important;
  align-items:start;
}
.footer-brand img{
  margin-bottom:4px !important;
}
.footer-brand p{
  margin-top:4px !important;
  margin-bottom:0 !important;
  line-height:1.35 !important;
}
.footer-links{
  row-gap:10px !important;
}
.footer-links h3{
  margin-top:2px !important;
  margin-bottom:7px !important;
  line-height:1.2 !important;
}
.footer-links a{
  margin:5px 0 !important;
  line-height:1.3 !important;
}
.footer-bottom{
  margin-top:14px !important;
  padding-top:9px !important;
  line-height:1.3 !important;
}

/* Tablet header: give the actions room and prevent collision */
@media(max-width:1100px){
  .header-inner{
    grid-template-columns:minmax(145px,1fr) auto auto !important;
    gap:10px !important;
  }
  .header-actions{
    gap:8px !important;
  }
  .phone-pill{
    max-width:180px;
  }
}

/* MOBILE REMAPPING FIX */
@media(max-width:720px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .header-inner{
    grid-template-columns:minmax(0,1fr) 42px 42px !important;
    gap:5px !important;
    padding:0 !important;
  }

  /* Keep logo size from the previous approved type/spacing update */
  .brand{
    justify-self:start;
    min-width:0;
  }

  /* Phone becomes icon-only on mobile: no number can overlap hamburger */
  .phone-pill{
    width:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    height:40px !important;
    padding:0 !important;
    gap:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    overflow:hidden !important;
    justify-self:end;
    border-radius:50% !important;
  }
  .phone-pill .phone-icon{
    display:block !important;
    font-size:18px !important;
    line-height:1 !important;
    margin:0 !important;
  }

  .menu-toggle{
    width:40px;
    height:40px;
    padding:7px !important;
    justify-self:end;
    flex:0 0 40px;
  }
  .menu-toggle span{
    width:24px !important;
    margin:4px auto !important;
  }

  .mobile-menu{
    max-height:calc(100vh - 56px);
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:9px 18px 18px !important;
  }
  .mobile-menu a{
    padding:10px 2px !important;
    line-height:1.25;
  }

  /* Mobile type reflow: retain the larger type, but let headings fit naturally */
  .hero h1{
    font-size:clamp(48px,15vw,60px) !important;
    line-height:.95 !important;
  }
  .page-hero h1{
    font-size:clamp(43px,13vw,56px) !important;
    line-height:.96 !important;
  }
  .display,
  .section h2,
  .section-head h2,
  .story-copy h2,
  .cta-panel h2{
    font-size:clamp(39px,11.5vw,50px) !important;
    line-height:1 !important;
  }

  .hero-grid,
  .page-hero-content,
  .wrap,
  .faq-wrap,
  .footer-top,
  .footer-bottom{
    max-width:100%;
  }

  .cta-row{
    width:100%;
  }
  .cta-row .btn{
    max-width:100%;
    white-space:normal;
    text-align:center;
  }

  .info-card,
  .resource-card,
  .contact-card,
  .faq-item{
    max-width:100%;
  }

  /* Footer: same current font and logo sizes, less empty height */
  .site-footer{
    padding-top:12px !important;
    padding-bottom:7px !important;
  }
  .footer-top{
    gap:12px !important;
  }
  .footer-brand img{
    margin-bottom:2px !important;
  }
  .footer-brand p{
    margin:2px 0 0 !important;
  }
  .footer-links{
    gap:10px 16px !important;
  }
  .footer-links h3{
    margin:0 0 5px !important;
  }
  .footer-links a{
    margin:4px 0 !important;
  }
  .footer-bottom{
    margin-top:9px !important;
    padding-top:7px !important;
    gap:4px !important;
  }

  /* More noticeable section arrivals on phones */
  .section-motion{
    transform:translate3d(0,38px,0);
  }
  .section-motion.section-from-left{
    transform:translate3d(-26px,22px,0);
  }
  .section-motion.section-from-right{
    transform:translate3d(26px,22px,0);
  }
  .section-motion.section-visible,
  .section-motion.section-from-left.section-visible,
  .section-motion.section-from-right.section-visible{
    transform:none;
  }
}

@media(max-width:390px){
  .header-inner{
    width:calc(100% - 16px) !important;
    grid-template-columns:minmax(0,1fr) 38px 38px !important;
    gap:3px !important;
  }
  .phone-pill,.menu-toggle{
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
  }
  .brand{
    max-width:118px !important;
  }
  .brand img{
    max-width:116px !important;
  }
  .hero h1{
    font-size:clamp(45px,15vw,55px) !important;
  }
  .page-hero h1{
    font-size:clamp(40px,12.5vw,50px) !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .section-motion,
  .section-motion.section-from-left,
  .section-motion.section-from-right{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .story-band.section-visible .story-photo img,
  .cta-split.section-visible .cta-photo img{
    animation:none !important;
  }
}
