/* Celebrations Live 24/7 — static site. Hand-written, no framework, no theme. */

:root{
  --ink:#0a0a0a;
  --ink-2:#2b2b2b;
  --muted:#6f6f6f;
  --line:#e6e6e6;
  --paper:#ffffff;
  --paper-2:#f7f7f7;
  --accent:#ff8111;
  --accent-dk:#e06d00;
  --bar:#D46000;
  --wrap:1180px;
  --r:14px;
  --shadow:0 10px 34px rgba(0,0,0,.10);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font:400 14px/1.7 "Roboto",system-ui,-apple-system,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{line-height:1.15;margin:0 0 .5em;font-weight:700;letter-spacing:-.02em}
h1{font-size:clamp(2.1rem,5.4vw,3.6rem)}
h2{font-size:clamp(1.7rem,3.6vw,2.6rem)}
h3{font-size:1.2rem}
p{margin:0 0 1.1em}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
.center{text-align:center}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;background:var(--ink);color:#fff;padding:10px 16px;z-index:999;border-radius:8px}

/* ---------- top bar (from the original Elementor header) ---------- */
.topbar{background:var(--bar);color:#fff;font-size:.78rem;font-weight:600}
.topbar-inner{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:34px;flex-wrap:wrap}
.topbar a{color:#fff;text-decoration:none}
.topbar a:hover{text-decoration:underline}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.95);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:20px;min-height:82px}
.brand{display:flex;align-items:center;margin-right:auto;text-decoration:none;padding:6px 0}
.brand img{height:60px;width:auto;display:block}
.nav ul{display:flex;gap:6px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.nav a{
  text-decoration:none;font-size:.9rem;font-weight:500;color:var(--ink-2);
  padding:9px 13px;border-radius:999px;white-space:nowrap;transition:.18s;
}
.nav a:hover{background:var(--paper-2);color:var(--ink)}
.nav a.is-active{background:var(--ink);color:#fff}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:10px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);transition:.25s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- hero ---------- */
.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}
.hero-slides,.hero-veil{position:absolute;inset:0}
.slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.6s ease;transform:scale(1.04);
}
.slide.is-on{opacity:1}
.hero-veil{background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.35) 42%,rgba(0,0,0,.82) 100%)}
.hero-inner{position:relative;z-index:2;padding-top:110px;padding-bottom:52px}
.hero h1{margin-bottom:.3em;text-shadow:0 2px 28px rgba(0,0,0,.4)}
.hero h1 span{color:#fff;opacity:.94}
.lede{font-size:clamp(1rem,1.6vw,1.2rem);color:rgba(255,255,255,.92);max-width:62ch;margin-bottom:1.6em}
.band .lede,.page-head .lede{color:var(--muted)}
.btn{
  display:inline-block;background:var(--accent);color:#fff;text-decoration:none;
  padding:14px 30px;border-radius:999px;font-weight:600;font-size:.95rem;
  transition:.2s;border:2px solid var(--accent);
}
.btn:hover{background:var(--accent-dk);border-color:var(--accent-dk);transform:translateY(-2px)}
.btn.ghost{background:transparent;color:var(--ink);border-color:var(--ink)}
.btn.ghost:hover{background:var(--ink);color:#fff}

/* ---------- bands ---------- */
.band{padding:88px 0}
.band.alt{background:var(--paper-2)}
.eyebrow{
  text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:600;
  color:var(--accent);margin:0 0 .7em;
}
.eyebrow a{text-decoration:none}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.split-media img{border-radius:var(--r);width:100%}
.narrow{max-width:76ch;margin:0 auto}
.prose p{color:var(--ink-2)}
.prose img{border-radius:10px;margin:14px 0}
.more{margin-top:40px}

.client-row{display:grid;grid-template-columns:repeat(6,1fr);gap:26px;list-style:none;padding:0;margin:36px 0 0;align-items:center}






.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.trio h3{font-size:1.25rem}
.trio p{color:var(--muted);font-size:.96rem}



/* ---------- generic carousel ---------- */
.carousel{position:relative;margin-top:44px}
.cg-viewport{overflow:hidden}
.cg-track{
  display:flex;list-style:none;margin:0;padding:0;
  transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform;
}
.cg-slide{flex:0 0 auto;padding:0 11px;box-sizing:border-box}
.cg-slide img{width:100%;border-radius:var(--r)}
.partner-carousel{margin-top:40px}
.partner-carousel .cg-track{transition-timing-function:linear}
.partner-carousel .cg-slide{padding:0 20px;display:flex;align-items:center;justify-content:center}
.partner-carousel .cg-slide img{
  height:48px;width:auto;margin:0 auto;object-fit:contain;border-radius:0;
  filter:brightness(0) invert(1);opacity:.9;
}
.cg-dots{display:flex;justify-content:center;gap:9px;margin-top:26px}
.cg-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;
  background:#cfcfcf;cursor:pointer;transition:.2s;
}
.cg-dots button[aria-current="true"]{background:var(--accent);transform:scale(1.35)}

/* ---------- cards / grid ---------- */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:44px}
.card{
  text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:var(--r);
  overflow:hidden;transition:.25s;display:flex;flex-direction:column;
}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.card-img{aspect-ratio:4/3;overflow:hidden;background:var(--paper-2)}
.card-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.card:hover .card-img img{transform:scale(1.06)}
.card-body{padding:18px 20px 22px}
.card-body h3{margin:0 0 6px;font-size:1.02rem;line-height:1.35}
.card-meta{font-size:.78rem;color:var(--muted)}

/* ---------- page head ---------- */
.page-head{padding:66px 0 10px;border-bottom:1px solid var(--line);background:var(--paper-2)}
.page-head h1{margin-bottom:.25em}
.page-head .lede{margin-bottom:1.4em}

/* ---------- galleries ---------- */
.gallery{columns:3;column-gap:18px;margin-top:8px}
.shot{display:block;margin:0 0 18px;break-inside:avoid;border-radius:10px;overflow:hidden;cursor:zoom-in}
.shot img{width:100%;transition:.4s}
.shot:hover img{transform:scale(1.03)}
.hero-shot{margin-bottom:34px}
.hero-shot img{width:100%;border-radius:var(--r)}
.blog-body img{display:inline-block;width:calc(33.333% - 8px);margin:4px;vertical-align:top;border-radius:8px}

.lb{position:fixed;inset:0;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;z-index:200;padding:24px}
.lb.is-open{display:flex}
.lb img{max-width:94vw;max-height:90vh;width:auto;border-radius:6px}
.lb-close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:2.4rem;cursor:pointer;line-height:1}

/* ---------- contact / footer ---------- */
.offices{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:44px}
.offices article{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px}
.offices h3{color:var(--accent)}
.offices a{color:var(--ink-2)}
.social{display:flex;gap:14px;margin-top:10px}
.social a{font-size:.86rem;font-weight:600;text-decoration:none;color:var(--accent)}













/* ---------- responsive ---------- */
@media (max-width:980px){
  .split{grid-template-columns:1fr;gap:34px}
  .trio,.offices{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .client-row{grid-template-columns:repeat(4,1fr)}
  
  .gallery{columns:2}
  .brand img{height:50px}
}
@media (max-width:760px){
  .topbar{display:none}
  .brand img{height:42px}
  .hero{min-height:78vh}
  .hero-inner{padding-top:70px}
  .band{padding:62px 0}
  .grid{grid-template-columns:1fr}
  .client-row{grid-template-columns:repeat(3,1fr)}
  .gallery{columns:1}
  .blog-body img{width:calc(50% - 8px)}
  .cg-slide{padding:0 7px}
  .partner-carousel .cg-slide img{height:32px}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* continuous partner-logo marquee (replaces the original infinite carousel) */
.cg-marquee{
  animation:cg-scroll linear infinite;
  transition:none;
}
.partner-carousel:hover .cg-marquee{animation-play-state:paused}
@keyframes cg-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (prefers-reduced-motion:reduce){
  .cg-marquee{animation:none}
}

/* testimonials (Elementor Pro testimonial-carousel, "bubble" skin) */
.testimonial-carousel .cg-slide{align-self:stretch}
.quote{
  margin:0;height:100%;background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:30px 28px 26px;display:flex;flex-direction:column;gap:18px;
}
.quote blockquote{
  margin:0;font-size:.94rem;line-height:1.75;color:var(--ink-2);position:relative;padding-top:26px;flex:1;
}
.quote blockquote::before{
  content:"“";position:absolute;top:-10px;left:-4px;
  font-size:4rem;line-height:1;color:var(--accent);opacity:.32;font-family:Georgia,serif;
}
.quote figcaption{display:flex;flex-direction:column;border-top:1px solid var(--line);padding-top:14px}
.quote figcaption strong{font-size:.95rem}
.quote figcaption span{font-size:.8rem;color:var(--accent);font-weight:600}


/* ============ section treatments taken from the live Elementor CSS ============ */

/* The Journey — decorative dashed shape behind the heading */
.journey .split-text{position:relative}


.journey h2{font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:600;color:var(--ink-2)}
.journey .eyebrow{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:800;color:var(--ink);
  letter-spacing:-.03em;text-transform:none;margin-bottom:.18em;line-height:1}

/* “Make Bold Events” — full-bleed event photo (Second-Background.png) */
.pitch{
  position:relative;padding:130px 0;color:#fff;
  background-size:cover;background-position:center;background-repeat:no-repeat;
}
.pitch-veil{position:absolute;inset:0;background:rgba(0,0,0,.42)}
.pitch-inner{position:relative;z-index:1}
.pitch h2{font-size:clamp(1.9rem,4.4vw,3.2rem);text-shadow:0 2px 24px rgba(0,0,0,.45)}
.pitch .lede{color:rgba(255,255,255,.93);margin-inline:auto;text-shadow:0 1px 14px rgba(0,0,0,.4)}

/* The Founder — photo is the section background, copy sits on the right */
.founder{
  position:relative;color:#fff;padding:0;background-color:#0b1a33;
  background-image:var(--founder-img);
  background-size:cover;background-position:center right;background-repeat:no-repeat;
}
.founder-grid{display:grid;grid-template-columns:1fr 1fr;min-height:460px;align-items:center}
.founder-text{grid-column:2;padding:70px 0 70px 20px}
.founder-text h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;
  font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:.6em}
.founder .eyebrow.light{color:#fff;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4.4vw,3.2rem);text-transform:none;letter-spacing:-.01em;font-weight:400;margin-bottom:.1em}
.founder-text p{color:rgba(255,255,255,.9);font-size:.97rem}
.founder-text blockquote{margin:18px 0 0;padding:0;border:0;background:none;
  color:rgba(255,255,255,.9);font-style:normal;font-size:.97rem}

/* “Who we are” — orange band with the venue photo masked over it */
.foundation{position:relative;background:var(--accent);color:#fff;padding:96px 0 70px;overflow:hidden}
.found-bg{
  position:absolute;inset:0;background-size:cover;background-position:right center;
  background-repeat:no-repeat;opacity:.9;
}
.found-mask{
  position:absolute;inset:0;
  background:radial-gradient(120% 130% at 18% 45%, rgba(10,10,10,.96) 0 52%, rgba(10,10,10,.75) 62%, rgba(10,10,10,0) 78%);
}
.found-inner{position:relative;z-index:1;max-width:1000px}
.foundation h2{font-size:clamp(1.9rem,4vw,2.9rem);margin-bottom:.7em}
.foundation p{color:rgba(255,255,255,.9);font-size:.95rem}
.found-cta{margin:34px 0 26px}


.found-logo{height:74px;width:auto}

/* client logos — the live site shows them in full colour */
.client-row img{height:62px;width:100%;object-fit:contain;transition:.25s}
.client-row img:hover{transform:scale(1.06)}

/* trio — middle card lifted, as on the live site */
.trio article{padding:26px 24px;border-radius:var(--r)}
.trio article:nth-child(2){background:var(--paper-2)}

@media (max-width:980px){
  /* Stacked layout: the photo gets its own block framed on the founder,
     instead of relying on background cropping (which cut his face off). */
  .founder{background-image:none}
  .founder-grid{grid-template-columns:1fr;min-height:0}
  .founder-grid::before{
    content:"";display:block;height:320px;margin:0 -20px 0;
    background-image:var(--founder-img);
    background-size:cover;background-position:28% 20%;background-repeat:no-repeat;
    -webkit-mask-image:linear-gradient(180deg,#000 68%,transparent 100%);
            mask-image:linear-gradient(180deg,#000 68%,transparent 100%);
  }
  .founder-text{grid-column:1;padding:6px 0 62px;background:none}
  
  .found-mask{background:linear-gradient(180deg,rgba(10,10,10,.92) 0%,rgba(10,10,10,.86) 100%)}
}
@media (max-width:760px){
  .pitch{padding:86px 0}
  .founder-grid::before{height:250px;background-position:30% 18%}
  .found-logo{height:56px}
}


/* ---- "The Journey": a road that draws itself from the heading to the photo ---- */
.journey .split{position:relative}
.journey .split-text,
.journey .split-media{position:relative;z-index:1}

.road-svg{
  position:absolute;inset:0;width:100%;height:100%;
  color:var(--accent);pointer-events:none;z-index:0;
  overflow:visible;
}
/* Default state = road fully drawn, so it is visible even if JS never runs. */
.road-base{stroke-dasharray:var(--road-len,600);stroke-dashoffset:0}
.road-line{opacity:1}

/* JS arms the animation by adding .anim, then .is-on plays it when scrolled to. */
.journey.anim .road-base{stroke-dashoffset:var(--road-len,600)}
.journey.anim .road-line{opacity:0}
.journey.anim.is-on .road-base{animation:road-draw 1.5s cubic-bezier(.65,0,.35,1) forwards}
.journey.anim.is-on .road-line{animation:road-reveal .45s 1.15s ease forwards, road-march 1.1s 1.5s linear infinite}

@keyframes road-draw   {to{stroke-dashoffset:0}}
@keyframes road-reveal {to{opacity:1}}
@keyframes road-march  {to{stroke-dashoffset:-26}}

@media (max-width:980px){ .road-svg{display:none} }
@media (prefers-reduced-motion:reduce){
  .journey.anim .road-base{stroke-dashoffset:0}
  .journey.anim .road-line{opacity:1}
  .journey.anim.is-on .road-base,
  .journey.anim.is-on .road-line{animation:none}
}


/* ============ off-canvas menu — tablet & mobile ============ */
.drawer-backdrop{
  position:fixed;inset:0;z-index:98;background:rgba(10,10,10,.55);
  opacity:0;visibility:hidden;transition:opacity .32s ease,visibility 0s linear .32s;
}
.drawer-backdrop.is-open{opacity:1;visibility:visible;transition-delay:0s}
.drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:99;width:min(86vw,380px);
  background:var(--paper);display:flex;flex-direction:column;
  transform:translateX(102%);transition:transform .42s cubic-bezier(.32,.72,0,1);
  overflow-y:auto;-webkit-overflow-scrolling:touch;
}
.drawer.is-open{transform:none}
.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:16px 18px 12px 22px;border-bottom:1px solid var(--line)}
.drawer-logo{height:44px;width:auto}
.drawer-close{
  width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;
  font-size:1.7rem;line-height:1;cursor:pointer;color:var(--ink);display:grid;place-items:center;
}
.drawer-nav ul{list-style:none;margin:0;padding:10px 12px}
.drawer-nav li{
  opacity:0;transform:translateX(22px);
  transition:opacity .38s ease,transform .38s cubic-bezier(.32,.72,0,1);
}
.drawer.is-open .drawer-nav li{opacity:1;transform:none}
.drawer-nav li:nth-child(1){transition-delay:.08s}
.drawer-nav li:nth-child(2){transition-delay:.12s}
.drawer-nav li:nth-child(3){transition-delay:.16s}
.drawer-nav li:nth-child(4){transition-delay:.20s}
.drawer-nav li:nth-child(5){transition-delay:.24s}
.drawer-nav li:nth-child(6){transition-delay:.28s}
.drawer-nav li:nth-child(7){transition-delay:.32s}
.drawer-nav li:nth-child(8){transition-delay:.36s}
.drawer-nav a{
  display:block;padding:14px 12px;font-size:1.08rem;font-weight:600;text-decoration:none;
  color:var(--ink);border-radius:10px;
}
.drawer-nav a:hover,.drawer-nav a:focus-visible{background:var(--paper-2)}
.drawer-nav a.is-active{color:var(--accent)}
.drawer-contact{margin-top:auto;padding:18px 24px 28px;border-top:1px solid var(--line);
  display:flex;flex-direction:column;gap:9px;font-size:.92rem}
.drawer-contact a{color:var(--ink-2);text-decoration:none}
.drawer-contact a:hover{color:var(--accent)}
.drawer-kicker{margin:0 0 4px;font-size:.72rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--accent)}
.drawer-contact .social{margin-top:6px}
body.drawer-open{overflow:hidden}

/* desktop keeps the inline nav; ≤980px switches to the drawer */
@media (min-width:981px){
  .drawer,.drawer-backdrop{display:none}
}
@media (max-width:980px){
  .nav{display:none}
  .nav-toggle{display:flex}
  .header-inner{min-height:70px}
}
@media (prefers-reduced-motion:reduce){
  .drawer,.drawer-backdrop,.drawer-nav li{transition:none}
}


/* ============ footer — matches the original site’s 4-column layout ============ */
.site-footer{background:#fff;color:var(--ink);padding:78px 0 0;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:44px;padding-bottom:60px}
.site-footer h4{font-size:1.28rem;font-weight:700;letter-spacing:-.01em;margin:0 0 30px;color:var(--ink)}
.foot-about .foot-logo{height:82px;width:auto;margin:0 0 30px}
.foot-about p{font-size:.94rem;line-height:1.95;color:var(--ink);margin:0 0 1.2em}
.foot-list{list-style:disc;margin:0;padding:0 0 0 20px;font-size:.94rem;line-height:1.95}
.foot-list li{margin:0 0 .5em}
.foot-list a{color:var(--ink);text-decoration:none}
.foot-list a:hover{color:var(--accent)}
.foot-links li{font-weight:700}
.foot-links a{color:var(--ink);text-decoration:none}
.foot-links a:hover{color:var(--accent)}
.foot-social{display:flex;gap:12px;margin-top:22px;padding-left:20px}
.foot-social a{
  width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;
  display:grid;place-items:center;transition:transform .25s,background .25s;
}
.foot-social a:hover{background:var(--accent);transform:translateY(-2px)}
.foot-social svg{width:18px;height:18px;fill:currentColor}
.foot-base{border-top:1px solid var(--line);padding:20px 24px 26px}
.foot-base p{font-size:.82rem;color:var(--muted);margin:0}
.found-note{margin:22px 0 0;max-width:70ch;color:rgba(255,255,255,.9);font-size:.95rem}

@media (max-width:980px){ .footer-grid{grid-template-columns:1fr 1fr;gap:36px} }
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr;gap:30px;padding-bottom:40px}
  .site-footer{padding-top:56px}
  .site-footer h4{margin-bottom:18px}
  .foot-about .foot-logo{height:66px;margin-bottom:20px}
}

/* ============ About us — compact, with Read more ============ */
.about-band{padding:72px 0}
.about-wrap{max-width:720px}
.about-title{font-size:clamp(1.35rem,2.4vw,1.7rem);margin-bottom:.9em}
.about-text{font-size:.95rem;line-height:1.75;color:var(--ink-2);text-align:center}
.about-text p{margin:0 0 1em}



.about-band.js-ready 



@media (max-width:760px){
  .about-band{padding:56px 0}
  .about-text{font-size:.92rem;line-height:1.7}
}
@media (prefers-reduced-motion:reduce){  }


/* ============ type scale — Roboto, all body copy 12–15px (site-wide) ============ */
/* Appended last so it wins the cascade over every earlier rule. */
body{font-family:"Roboto",system-ui,-apple-system,"Segoe UI",sans-serif}
p,li,blockquote,figcaption,td,th,label,input,button,textarea,.prose p,.about-text,.trio p,
.founder-text p,.founder-text blockquote,.foundation p,.found-note,.offices p,.quote blockquote,
.quote figcaption strong,.foot-about p,.foot-list,.foot-list li,.site-footer p,.drawer-contact,
.drawer-contact a,.blog-body,.blog-body p{font-size:14px;line-height:1.75}
.lede,.hero .lede,.page-head .lede,.band .lede,.pitch .lede{font-size:15px;line-height:1.7}
.card-meta,.quote figcaption span,.foot-base p,.topbar,.drawer-kicker,.eyebrow{font-size:12px}
.rm-toggle,.social a{font-size:13px}
.btn{font-size:14px}
.nav a,.drawer-nav a{font-size:14px}
.quote blockquote{font-size:14px}
h3{font-size:16px}
.card-body h3{font-size:15px}
.trio h3,.svc h3{font-size:18px}
@media (max-width:760px){
  p,li,blockquote,.prose p,.about-text,.foot-list,.foot-about p{font-size:13.5px}
  .lede,.hero .lede,.page-head .lede{font-size:14px}
}


/* ============ Read more (generic: About us, Who we are) ============ */
.rm-text p{margin:0 0 1em}
/* collapse only once JS has taken over (.js-ready) — without JS everything is visible */
[data-readmore].js-ready .rm-more{max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .35s ease}
[data-readmore].js-ready .rm-more.is-open{max-height:1600px;opacity:1}
.rm-toggle{
  display:none;margin:2px 0 0;background:none;border:0;padding:6px 2px;
  font:600 13px/1 "Roboto",system-ui,sans-serif;color:var(--accent);cursor:pointer;
  border-bottom:2px solid var(--accent);letter-spacing:.02em;
}
[data-readmore].js-ready .rm-toggle{display:inline-block}
.rm-toggle:hover{color:var(--accent-dk);border-color:var(--accent-dk)}
.rm-toggle::after{content:" ↓";font-size:.8em}
.rm-toggle[aria-expanded="true"]::after{content:" ↑"}
.about-band .rm-toggle{display:none;margin-inline:auto}
.about-band.js-ready .rm-toggle{display:block;width:max-content}
/* on the dark Who-we-are band the toggle reads white with the orange underline */
.foundation .rm-toggle{color:#fff;border-color:var(--accent)}
.foundation .rm-toggle:hover{color:var(--accent-soft, #ffd9b8)}
.foundation .found-cta{margin:26px 0 30px}
/* View All — compact pill instead of the full-width block */
.btn.btn-view{display:inline-block;padding:10px 24px;font-size:13px;background:#fff;color:var(--ink);border-color:#fff;border-radius:999px}
.btn.btn-view:hover{background:var(--cream, #f5efe6);border-color:var(--cream, #f5efe6);transform:translateY(-2px)}
@media (prefers-reduced-motion:reduce){ [data-readmore].js-ready .rm-more{transition:none} }
