*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--light)}
:root{
  --navy:#0D1B2A; --navy-mid:#162538; --navy-light:#1E3248; --black:#060606;
  --light:#F5F5F3; --mid:#8A8A85;
  --gap:clamp(1.25rem,4vw,3rem);
  --eox:cubic-bezier(0.16,1,0.3,1); --ein:cubic-bezier(0.7,0,0.84,0);
  --r:12px;
}
body{font-family:'Barlow',sans-serif;background:var(--light);color:var(--navy);overflow-x:hidden;opacity:1;cursor:auto}
body.fonts-ready{opacity:1}
::selection{background:var(--navy);color:var(--light)}

/* LOGO */
.logo-on-light{height:calc(168px * 0.91);width:auto;display:block;mix-blend-mode:normal}
.logo-on-dark{height:168px;width:auto;display:block;opacity:1;mix-blend-mode:screen;isolation:isolate}

/* SCROLL PROGRESS */
#scroll-progress{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--navy);z-index:500;pointer-events:none}

/* CURTAIN */
#curtain{position:fixed;inset:0;background:var(--navy);z-index:1000;transform:translateY(-100%);will-change:transform;display:flex;align-items:center;justify-content:center;pointer-events:none}
#curtain-num{font-family:'Barlow Condensed',sans-serif;font-size:clamp(120px,20vw,280px);font-weight:600;color:rgba(245,245,243,.1);user-select:none;opacity:0;transition:opacity .15s ease;letter-spacing:.03em}
#curtain.visible{pointer-events:all}

/* GRAIN */
.grain-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;opacity:.032;mix-blend-mode:multiply}
.grain-overlay.light{opacity:.016}

/* UTILS */
.eyebrow{font-family:'Barlow Condensed',sans-serif;font-size:.92rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mid);display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-weight:600}
.eyebrow::before{content:'';display:block;width:28px;height:1px;background:currentColor;flex-shrink:0}
.eyebrow.light{color:rgba(245,245,243,.5)}

/* BUTTONS: sliding fill, text always visible */
.btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;font-family:'Barlow Condensed',sans-serif;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:.9rem 2.2rem;border:1.5px solid var(--navy);color:var(--navy);background:transparent;cursor:pointer;position:relative;overflow:hidden;white-space:nowrap;vertical-align:middle}
.btn .btn-bg{position:absolute;inset:0;background:var(--navy);transform:translateY(101%);transition:transform .38s var(--eox);z-index:0}
.btn span{position:relative;z-index:1;display:inline-block;line-height:1;transition:color .38s ease}
.btn:hover .btn-bg{transform:translateY(0)}
.btn:hover span{color:var(--light)}
.btn.filled{background:var(--navy);color:var(--light)}
.btn.filled .btn-bg{background:var(--light);transform:translateY(101%)}
.btn.filled span{color:var(--light)}
.btn.filled:hover span{color:var(--navy)}
.btn.filled:hover{background:var(--light);color:var(--navy)}
.btn.filled:hover .btn-bg{transform:translateY(0);background:var(--light)}
.btn.light-btn{border-color:rgba(245,245,243,.55);color:var(--light)}
.btn.light-btn .btn-bg{background:var(--light)}
.btn.light-btn span{color:var(--light)}
.btn.light-btn:hover span{color:var(--navy)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--eox),transform .9s var(--eox)}
.reveal.visible{opacity:1;transform:none}
.rd1{transition-delay:.1s}.rd2{transition-delay:.2s}.rd3{transition-delay:.3s}.rd4{transition-delay:.4s}

/* NAV */
nav{position:absolute;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.1rem var(--gap);transition:background .4s,backdrop-filter .4s,box-shadow .4s}
body.page-is-contact #mainNav .nav-links,
body.page-is-contact #mainNav .hamburger,
body.page-is-product #mainNav .nav-links,
body.page-is-product #mainNav .hamburger{display:none !important}
body.page-is-contact #mainNav,
body.page-is-product #mainNav{justify-content:flex-start}
nav.scrolled{background:transparent;backdrop-filter:none;box-shadow:none}
.nav-logo{cursor:pointer;display:flex;align-items:center}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{text-decoration:none;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:calc(.8rem * 1.2);letter-spacing:.13em;text-transform:uppercase;position:relative;padding-bottom:2px;cursor:pointer}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--navy);transition:width .25s var(--eox)}
.nav-links a:hover::after{width:100%}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{display:block;width:24px;height:1.5px;background:var(--navy);transition:transform .3s,opacity .3s}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--light);z-index:199;padding:5.5rem var(--gap) 3rem;flex-direction:column;transform:translateY(-100%);transition:transform .5s var(--eox)}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu a{display:block;text-decoration:none;color:var(--navy);font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,7vw,3.2rem);font-weight:300;padding:.9rem 0;border-bottom:1px solid rgba(13,27,42,.08);cursor:pointer}
.nav-cta{padding:.62rem 1.1rem !important;line-height:1;display:inline-flex !important;align-items:center !important}

/* PAGES */
.page{display:none}.page.active{display:block}

/* ══ HERO (home) ═ */

/* ══ PARTNER WITH ME ═════════════════════════════════════════ */
.partner-section{padding:clamp(5rem,10vw,9rem) var(--gap);background:var(--black);position:relative;overflow:hidden}
.partner-section .grain-overlay{opacity:.05;mix-blend-mode:screen}
.partner-inner{max-width:780px;position:relative;z-index:2}
.partner-section .eyebrow{color:rgba(245,245,243,.3)}
.partner-lead{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:300;font-style:italic;color:var(--light);line-height:1.2;letter-spacing:-.02em;margin-bottom:2.5rem}
.partner-body{font-size:clamp(.95rem,1.5vw,1.1rem);color:rgba(245,245,243,.5);font-weight:300;line-height:1.9;max-width:600px}
.partner-body p{margin-bottom:1rem}

/* ══ NUMBERS ═════════════════════════════════════════════════ */
.numbers-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light)}
.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}
.number-card{background:var(--navy);border-radius:var(--r);padding:clamp(1.5rem,3vw,2.5rem);transition:filter .3s}
.number-card:nth-child(2){background:var(--navy-mid)}
.number-card:nth-child(3){background:var(--navy-light)}
.number-card:nth-child(4){background:#263D54}
.number-card:hover{transform:translateY(-4px);filter:brightness(1.12)}
.number-card .num{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:600;line-height:1;color:var(--light);margin-bottom:.5rem;letter-spacing:.01em}
.number-card .num.num-slot{display:inline-flex;flex-wrap:nowrap;align-items:baseline;white-space:nowrap;gap:0;column-gap:.02em;max-width:100%}
.number-card .num.num-slot .num-char{display:inline-flex;justify-content:center;min-width:0.42em;max-width:100%;text-align:center;transition:filter .12s ease,text-shadow .12s ease}
.number-card .num.num-slot .num-char.num-char--blur{filter:blur(1.25px);text-shadow:0 0 10px rgba(245,245,243,.42);will-change:filter}
@media(prefers-reduced-motion:reduce){.number-card .num.num-slot .num-char.num-char--blur{filter:none;text-shadow:none;will-change:auto}}
.number-card .num-label{font-size:clamp(.88rem,1.2vw,1rem);color:rgba(245,245,243,.55);font-weight:300;line-height:1.5}
.about-facts .fact-card .num{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:600;line-height:1;color:var(--light);margin-bottom:.5rem;letter-spacing:.01em}
.about-facts .fact-card .num.num-slot{display:inline-flex;flex-wrap:nowrap;align-items:baseline;white-space:nowrap;gap:0;column-gap:.02em;max-width:100%}
.about-facts .fact-card .num.num-slot .num-char{display:inline-flex;justify-content:center;min-width:0.42em;max-width:100%;text-align:center;transition:filter .12s ease,text-shadow .12s ease}
.about-facts .fact-card .num.num-slot .num-char.num-char--blur{filter:blur(1.25px);text-shadow:0 0 10px rgba(245,245,243,.42);will-change:filter}
@media(prefers-reduced-motion:reduce){.about-facts .fact-card .num.num-slot .num-char.num-char--blur{filter:none;text-shadow:none;will-change:auto}}

/* ══ LINKEDIN FEED (curated JSON) ═══════════════════════════ */
.linkedin-feed-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light);border-top:1px solid rgba(13,27,42,.07);position:relative;overflow:visible}
.linkedin-feed-section .linkedin-feed-intro{max-width:640px;margin-bottom:clamp(2rem,4vw,3rem)}
.linkedin-feed-section .linkedin-feed-intro h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(2.2rem,4.5vw,4rem);line-height:1.05;margin-bottom:.75rem}
.linkedin-feed-section .linkedin-feed-intro h2 em{font-style:italic;font-weight:600}
.linkedin-feed-section .linkedin-feed-intro p{font-size:clamp(.92rem,1.35vw,1.05rem);color:rgba(13,27,42,.55);font-weight:300;line-height:1.75}
.linkedin-cards-stack{display:flex;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:0;padding:clamp(2rem,4vw,3.5rem) var(--gap) clamp(3rem,6vw,5rem);overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin}
.linkedin-card{flex:0 0 min(280px,82vw);max-width:280px;position:relative;z-index:1;margin-left:clamp(-5.25rem,-14vw,-3.25rem);transition:transform .4s var(--eox),box-shadow .4s var(--eox),z-index 0s linear .05s;transform-origin:50% 100%;cursor:auto;scroll-snap-align:center;outline:none}
.linkedin-card:first-child{margin-left:0}
.linkedin-card:nth-child(1){transform:rotate(-4deg)}
.linkedin-card:nth-child(2){transform:rotate(2deg);z-index:2}
.linkedin-card:nth-child(3){transform:rotate(-1.5deg);z-index:3}
.linkedin-card:nth-child(4){transform:rotate(3deg);z-index:4}
@media(min-width:901px){
  .linkedin-cards-stack{scrollbar-width:none;-ms-overflow-style:none}
  .linkedin-cards-stack::-webkit-scrollbar{display:none;height:0;width:0}
}
.linkedin-card:hover,.linkedin-card:focus-within{z-index:50;transform:translateY(-14px) rotate(0deg) scale(1.02)!important;box-shadow:0 28px 56px rgba(13,27,42,.14),0 0 0 1px rgba(13,27,42,.06);transition-delay:0s}
.linkedin-card-inner{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.06);display:flex;flex-direction:column;min-height:280px;max-height:min(420px,55vh)}
.linkedin-card:hover .linkedin-card-inner,.linkedin-card:focus-within .linkedin-card-inner{max-height:none;box-shadow:0 8px 32px rgba(0,0,0,.1)}
.ln-head{display:flex;gap:.75rem;padding:.95rem .95rem 0;align-items:flex-start}
.ln-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:linear-gradient(145deg,#0D1B2A,#1E3248);position:relative;overflow:hidden}
.ln-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ln-avatar-fallback{position:absolute;inset:0;display:none;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-size:1rem;font-weight:600;color:var(--light);letter-spacing:.02em}
.ln-meta{min-width:0;flex:1}
.ln-name{font-family:'Barlow',sans-serif;font-size:.95rem;font-weight:600;color:rgba(0,0,0,.9);line-height:1.25}
.ln-headline{font-size:.75rem;color:rgba(0,0,0,.55);line-height:1.35;margin-top:.1rem}
.ln-time{font-size:.72rem;color:rgba(0,0,0,.45);margin-top:.2rem}
.ln-body{padding:.65rem .95rem 0;font-size:.88rem;color:rgba(0,0,0,.88);line-height:1.55;font-weight:400;flex:1;min-height:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.linkedin-card:hover .ln-body,.linkedin-card:focus-within .ln-body{-webkit-line-clamp:unset;overflow:visible}
.ln-tags{display:flex;flex-wrap:wrap;gap:.35rem .5rem;padding:.5rem .95rem 0}
.ln-tag{font-size:.82rem;color:#0a66c2;font-weight:500}
.ln-media{margin-top:.65rem;border-top:1px solid rgba(0,0,0,.06);max-height:140px;overflow:hidden;transition:max-height .35s var(--eox)}
.linkedin-card:hover .ln-media,.linkedin-card:focus-within .ln-media{max-height:480px}
.ln-media img{width:100%;height:auto;display:block;vertical-align:top}
.ln-stats{display:flex;align-items:center;gap:1.25rem;padding:.65rem .95rem;border-top:1px solid rgba(0,0,0,.06);margin-top:auto;font-size:.78rem;color:rgba(0,0,0,.5)}
.ln-stat{display:inline-flex;align-items:center;gap:.35rem}
.ln-stat svg{width:16px;height:16px;opacity:.55;flex-shrink:0}
.ln-footer-link{display:block;text-align:center;padding:.85rem;font-size:.75rem;color:#0a66c2;font-weight:600;text-decoration:none;border-top:1px solid rgba(0,0,0,.06);font-family:'Barlow',sans-serif}
.ln-footer-link:hover{text-decoration:underline}
.linkedin-feed-footnote{margin-top:1.5rem;text-align:center;font-size:.92rem;color:rgba(13,27,42,.55);font-weight:300}
.linkedin-feed-footnote-link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-wrap:wrap;text-decoration:none;color:var(--navy);font-weight:500;vertical-align:middle}
.linkedin-feed-footnote-link:hover{text-decoration:underline}
.linkedin-feed-footnote-link .linkedin-feed-li-logo{display:inline-flex;align-items:center;line-height:0}
.linkedin-feed-footnote-link .linkedin-feed-li-logo svg{height:1.15em;width:auto;display:block}
.linkedin-feed-empty{padding:2rem;text-align:center;color:rgba(13,27,42,.45);max-width:480px;margin:0 auto}
@media(prefers-reduced-motion:reduce){
  .linkedin-card{transition:none}
  .linkedin-card:hover,.linkedin-card:focus-within{transform:none!important;box-shadow:0 4px 14px rgba(0,0,0,.06)!important}
  .ln-media{max-height:none}
}
@media(max-width:900px){
  .linkedin-cards-stack{flex-direction:column;align-items:center;padding-left:var(--gap);padding-right:var(--gap)}
  .linkedin-card,.linkedin-cards-stack--service .service-flip-card{margin-left:0!important;margin-top:-1.25rem;width:100%;max-width:380px}
  .linkedin-card{transform:rotate(0deg)!important}
  .linkedin-cards-stack--service .service-flip-card{transform:none!important}
  .linkedin-card:first-child,.linkedin-cards-stack--service .service-flip-card:first-child{margin-top:0}
  .linkedin-card:hover,.linkedin-card:focus-within{transform:translateY(-6px) scale(1.01)!important}
}

/* ══ SERVICES TABS ═══════════════════════════════════════════ */
.services-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light)}
.services-intro{max-width:680px;margin-bottom:clamp(3rem,5vw,4rem)}
.services-intro h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(2.5rem,5vw,5rem);line-height:1.05;margin-bottom:1rem}
.services-intro h2 em{font-style:italic;font-weight:600}
.services-intro p{font-size:clamp(.95rem,1.4vw,1.1rem);color:rgba(13,27,42,.6);font-weight:300;line-height:1.8}
.service-tabs{display:flex;gap:.5rem;border-bottom:1px solid rgba(13,27,42,.1)}
.service-tab{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(.88rem,1.3vw,1.05rem);
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:1rem 2rem;
  border:none;
  background:none;
  cursor:auto;
  color:rgba(13,27,42,.35);
  position:relative;
  transition:color .3s;
  font-weight:400;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45em;
}
.service-tab--content .service-tab-label-mobile{display:none}
.service-tab::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--navy);transform:scaleX(0);transition:transform .3s var(--eox)}
.service-tab.active{color:var(--navy)}.service-tab.active::after{transform:scaleX(1)}
.service-tab:hover{color:var(--navy)}
.service-panels{padding:clamp(2.5rem,4vw,4rem) 0}
#services,#content-creation,#linkedin-feed{scroll-margin-top:clamp(5.5rem,12vw,9rem)}
.service-panel{display:none;flex-direction:column;gap:clamp(2rem,5vw,3.5rem);align-items:stretch;animation:fadeUp .5s var(--eox)}
.service-panel.active{display:flex}
.service-panel-main{max-width:min(100%,760px)}
.service-panel-cards{width:calc(100% + 2 * var(--gap));max-width:none;margin-left:calc(-1 * var(--gap));margin-right:calc(-1 * var(--gap));position:relative;overflow:visible}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.service-panel-num{font-family:'Barlow Condensed',sans-serif;font-size:clamp(4rem,9vw,9rem);font-weight:600;color:rgba(13,27,42,.08);line-height:1;margin-bottom:-1.5rem;letter-spacing:.03em}
.service-panel h3{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;font-style:italic;margin-bottom:1.5rem;line-height:1.1}
.service-panel p{font-size:clamp(.95rem,1.3vw,1.05rem);color:rgba(13,27,42,.6);font-weight:300;line-height:1.85;margin-bottom:1rem}
/* Service flip cards (three ways to work): front summary, hover reveals description on navy */
.linkedin-cards-stack.linkedin-cards-stack--service{
  gap:clamp(1rem,2.8vw,2rem);
}
.linkedin-cards-stack--service > .service-flip-card{
  flex:0 0 min(292px,86vw);
  max-width:300px;
  position:relative;
  z-index:1;
  margin-left:0;
  perspective:1100px;
  scroll-snap-align:center;
  outline:none;
  transform-origin:50% 100%;
  transition:transform .45s var(--eox),box-shadow .4s var(--eox),z-index 0s linear .05s;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.linkedin-cards-stack--service > .service-flip-card:nth-child(1){transform:rotate(-2.75deg)}
.linkedin-cards-stack--service > .service-flip-card:nth-child(2){transform:rotate(2deg);z-index:2}
.linkedin-cards-stack--service > .service-flip-card:nth-child(3){transform:rotate(-2.25deg);z-index:3}
@media(hover:hover) and (pointer:fine){
  .linkedin-cards-stack--service > .service-flip-card:hover,
  .linkedin-cards-stack--service > .service-flip-card:focus-within{
    z-index:70;
    transform:translateY(-10px) rotate(0deg) scale(1.02)!important;
    box-shadow:0 22px 44px rgba(13,27,42,.12);
  }
}
.service-flip-inner{
  position:relative;
  width:100%;
  min-height:min(300px,46vh);
  transform-style:preserve-3d;
  transition:transform .65s var(--eox);
}
@media(hover:hover) and (pointer:fine){
  .service-flip-card:hover .service-flip-inner,
  .service-flip-card:focus-within .service-flip-inner{transform:rotateY(180deg)}
}
.service-flip-card.is-flipped .service-flip-inner{transform:rotateY(180deg)}
/* Touch / coarse pointer: preserve-3d + rotateY(180deg) on the back often paints a blank navy face; use flat stacking + visibility instead */
@media(hover:none),(pointer:coarse){
  .linkedin-cards-stack--service .service-flip-front,
  .linkedin-cards-stack--service .service-flip-back{transition:opacity .3s var(--eox)}
  .linkedin-cards-stack--service .service-flip-card .service-flip-inner,
  .linkedin-cards-stack--service .service-flip-card.is-flipped .service-flip-inner,
  .linkedin-cards-stack--service .service-flip-card:hover .service-flip-inner,
  .linkedin-cards-stack--service .service-flip-card:focus-within .service-flip-inner{
    transform:none!important;
    transform-style:flat;
  }
  .linkedin-cards-stack--service .service-flip-back{
    transform:none!important;
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
  }
  .linkedin-cards-stack--service .service-flip-card:not(.is-flipped) .service-flip-back{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .linkedin-cards-stack--service .service-flip-card.is-flipped .service-flip-front{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .linkedin-cards-stack--service .service-flip-card.is-flipped .service-flip-back{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
}
.service-flip-face{
  position:absolute;
  inset:0;
  border-radius:12px;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  box-sizing:border-box;
  overflow:auto;
}
.service-flip-front{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  padding:1.2rem 1rem 1.35rem;
  text-align:center;
  background:#fff;
  border:1px solid rgba(13,27,42,.12);
  box-shadow:0 6px 22px rgba(13,27,42,.08);
}
.service-flip-back{
  background:var(--navy);
  color:var(--light);
  transform:rotateY(180deg);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.35rem 1.25rem;
  -webkit-font-smoothing:antialiased;
}
.service-flip-num{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(2.75rem,8vw,3.6rem);
  font-weight:600;
  line-height:1;
  letter-spacing:.04em;
  color:rgba(13,27,42,.14);
  margin:0 0 .15rem;
}
.service-flip-title{
  margin:0;
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(1.02rem,2.9vw,1.2rem);
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
  line-height:1.2;
  color:var(--navy);
  max-width:100%;
}
/* Beat .service-panel p (higher specificity) so flip copy is not forced to body grey */
.service-panel .service-flip-pillar{
  margin:0;
  font-size:clamp(.88rem,2.4vw,1rem);
  font-weight:600;
  color:rgba(13,27,42,.58);
  line-height:1.35;
}
.service-panel .service-flip-type{
  margin:0;
  font-size:clamp(.82rem,2.2vw,.95rem);
  font-weight:500;
  color:rgba(13,27,42,.45);
  line-height:1.4;
}
.service-panel .service-flip-desc{
  margin:0;
  font-size:clamp(.95rem,2.6vw,1.08rem);
  line-height:1.65;
  font-weight:300;
  color:var(--light);
  text-align:center;
}
@media(prefers-reduced-motion:reduce){
  .service-flip-inner{transition:none}
  .linkedin-cards-stack--service > .service-flip-card,
  .linkedin-cards-stack--service > .service-flip-card:hover,
  .linkedin-cards-stack--service > .service-flip-card:focus-within{transform:none!important;box-shadow:none}
}
/* Service offer cards: break out of one wide row on mid viewports (about LinkedIn strip unchanged) */
@media(max-width:1200px) and (min-width:901px){
  .services-section .service-panel-cards .linkedin-cards-stack--service{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto auto;
    justify-items:center;
    align-items:start;
    column-gap:clamp(1.25rem,3.5vw,2.25rem);
    row-gap:0;
    padding-left:var(--gap);
    padding-right:var(--gap);
    padding-bottom:clamp(2.5rem,5vw,4rem);
    overflow-x:visible;
    overflow-y:visible;
    flex-wrap:unset;
    justify-content:unset;
    scroll-snap-type:none;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card{
    flex:none;
    margin-left:0!important;
    width:100%;
    max-width:min(300px,44vw);
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(1){
    grid-column:1;
    grid-row:1;
    justify-self:end;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(2){
    grid-column:2;
    grid-row:1;
    justify-self:start;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(3){
    grid-column:1 / -1;
    grid-row:2;
    justify-self:center;
    margin-top:clamp(-2.5rem,-5vw,-1rem);
  }
}
@media(max-width:900px) and (min-width:640px){
  .services-section .service-panel-cards .linkedin-cards-stack--service{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto auto;
    justify-items:center;
    align-items:start;
    column-gap:clamp(1rem,3vw,1.75rem);
    row-gap:0;
    padding-left:var(--gap);
    padding-right:var(--gap);
    padding-bottom:clamp(1.5rem,4vw,2.5rem);
    flex-direction:unset;
    overflow-x:visible;
    scroll-snap-type:none;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card{
    margin-left:0!important;
    margin-top:0!important;
    width:100%;
    max-width:min(340px,46vw);
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(1){
    grid-column:1;
    grid-row:1;
    justify-self:end;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(2){
    grid-column:2;
    grid-row:1;
    justify-self:start;
  }
  .services-section .service-panel-cards .linkedin-cards-stack--service .service-flip-card:nth-child(3){
    grid-column:1 / -1;
    grid-row:2;
    justify-self:center;
    margin-top:clamp(-1.25rem,-3vw,-0.35rem);
  }
}
.service-feature{padding:1.2rem 1.5rem;border:1px solid rgba(13,27,42,.1);border-radius:8px}
.service-feature h4{font-family:'Barlow Condensed',sans-serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:.4rem;font-weight:500}
.service-feature p{font-size:.9rem;color:rgba(13,27,42,.55);font-weight:300;line-height:1.6;margin:0}

/* ══ PROOF SECTION ═══════════════════════════════════════════ */
.proof-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--navy);position:relative;overflow:hidden}
.proof-section .grain-overlay{opacity:.04}
.proof-section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:300;font-style:italic;color:var(--light);margin-bottom:clamp(3rem,5vw,5rem);position:relative;z-index:2;line-height:1.05}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:2}
.proof-card{background:rgba(245,245,243,.04);border:1px solid rgba(245,245,243,.08);border-radius:var(--r);padding:clamp(1.8rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1rem;transition:background .3s,border-color .3s}
.proof-card:hover{background:rgba(245,245,243,.07);border-color:rgba(245,245,243,.14)}
.proof-format{font-family:'Barlow Condensed',sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,245,243,.35)}
.proof-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:300;font-style:italic;color:var(--light);line-height:1.2}
.proof-body{font-size:clamp(.85rem,1.1vw,.95rem);color:rgba(245,245,243,.45);font-weight:300;line-height:1.8}
.proof-insight{font-size:clamp(.82rem,1vw,.9rem);color:rgba(245,245,243,.3);font-weight:300;line-height:1.7;padding-top:.8rem;border-top:1px solid rgba(245,245,243,.08)}
.proof-insight strong{color:rgba(245,245,243,.55);font-weight:400}
.proof-metric{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:var(--light);margin-top:auto}

/* ══ PHILOSOPHY ══════════════════════════════════════════════ */
.philosophy-section{
  padding:
    clamp(1rem,2.5vw,2rem)
    var(--gap)
    clamp(5rem,10vw,10rem);
  background:var(--light);
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(3rem,6vw,6rem);
  align-items:center;
}
.philosophy-left{position:relative;z-index:2}
.philosophy-quote{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.8rem);font-weight:300;font-style:italic;line-height:1.25;color:var(--navy);margin-bottom:2rem;letter-spacing:-.01em}
.philosophy-attr{font-family:'Barlow Condensed',sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid);margin-bottom:2.5rem}
.philosophy-body{font-size:clamp(.92rem,1.3vw,1rem);color:rgba(13,27,42,.6);line-height:1.9;font-weight:300}
.philosophy-left .philosophy-body + .philosophy-body{margin-top:1.15rem}
.philosophy-right{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:320px}
.philosophy-svg{width:100%;max-width:360px}
.phil-rect{fill:none;stroke:rgba(13,27,42,.1);stroke-width:1}
.phil-rect:nth-child(1){animation:philR 18s linear infinite}
.phil-rect:nth-child(2){animation:philR 24s linear infinite reverse}
.phil-rect:nth-child(3){animation:philR 32s linear infinite}
.phil-rect:nth-child(4){animation:philR 40s linear infinite reverse}
.phil-center{fill:none;stroke:rgba(13,27,42,.25);stroke-width:1.5}
@keyframes philR{from{transform-origin:center;transform:rotate(0deg)}to{transform-origin:center;transform:rotate(360deg)}}

/* ══ CAROUSEL ════════════════════════════════════════════════ */
.carousel-section{padding:clamp(4rem,8vw,8rem) 0 clamp(4rem,8vw,8rem) var(--gap);background:var(--light);overflow:hidden;border-top:1px solid rgba(13,27,42,.08)}
.carousel-header{display:flex;align-items:flex-end;justify-content:space-between;padding-right:var(--gap);margin-bottom:clamp(2.5rem,4vw,4rem)}
.carousel-header h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(2.5rem,5vw,5rem);line-height:1.05}
.carousel-header h2 em{font-style:italic;font-weight:600}
.carousel-header p{font-size:clamp(.9rem,1.2vw,1rem);color:rgba(13,27,42,.55);font-weight:300;max-width:260px;line-height:1.7;text-align:right}
.carousel-track-wrap{overflow:hidden;cursor:auto;padding-top:32px;padding-bottom:36px}
.carousel-track{display:flex;gap:clamp(.8rem,1.5vw,1.2rem);animation:carScroll 44s linear infinite;will-change:transform;width:max-content;user-select:none}
.carousel-track:hover,.carousel-track.dragging{animation-play-state:paused}
@keyframes carScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.carousel-card{width:clamp(230px,26vw,305px);height:clamp(330px,38vw,430px);border-radius:var(--r);overflow:hidden;flex-shrink:0;position:relative;cursor:auto;transition:transform .4s var(--eox),box-shadow .4s ease;display:block;z-index:1;transform-origin:center center}
.carousel-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 24px 60px rgba(13,27,42,.2);z-index:20}
.carousel-card-bg{position:absolute;inset:0;z-index:0}
.cc-da-nl{background:#0D1B2A;background-image:radial-gradient(circle at 30% 70%,rgba(255,255,255,.07) 0%,transparent 60%),radial-gradient(circle,rgba(245,245,243,.09) 1px,transparent 1px);background-size:auto,18px 18px}
.cc-ttbt{background:#0F2438;background-image:repeating-linear-gradient(60deg,transparent,transparent 22px,rgba(255,255,255,.055) 22px,rgba(255,255,255,.055) 23px)}
.cc-mfe-nl{background:#091520;background-image:radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.08) 0%,transparent 50%),repeating-linear-gradient(90deg,transparent,transparent 28px,rgba(255,255,255,.04) 28px,rgba(255,255,255,.04) 29px)}
.cc-mfe-pod{background:#0A1E30;background-image:radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.09) 30%,transparent 70%),radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.05) 55%,transparent 85%)}
.cc-da-pod{background:#0D2233;background-image:repeating-linear-gradient(-45deg,transparent,transparent 14px,rgba(255,255,255,.055) 14px,rgba(255,255,255,.055) 15px),repeating-linear-gradient(45deg,transparent,transparent 14px,rgba(255,255,255,.03) 14px,rgba(255,255,255,.03) 15px)}
.cc-video{background:#081219;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.07) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0%,transparent 40%)}
.cc-static-partner{background:#0c2030;background-image:radial-gradient(circle at 15% 40%,rgba(255,255,255,.09) 0%,transparent 45%),radial-gradient(circle at 90% 70%,rgba(255,255,255,.05) 0%,transparent 50%)}

/* Partner & Standards: light hero (no decorative hero bg), clear fixed nav, no Back control (main nav) */
#page-partner .product-page-hero,
#page-standards .product-page-hero{
  background:var(--light);
  min-height:0;
  justify-content:flex-start;
  padding-top:max(clamp(9rem,16vw,13rem),calc(168px * 0.91 + 3.25rem));
  padding-bottom:clamp(3rem,6vw,4.5rem);
}
#page-partner .product-page-hero-bg,
#page-partner .product-page-hero > .grain-overlay,
#page-standards .product-page-hero-bg,
#page-standards .product-page-hero > .grain-overlay{display:none}
#page-partner .product-page-hero-content,
#page-standards .product-page-hero-content{padding-top:0}
#page-partner .product-page-hero .eyebrow.light,
#page-standards .product-page-hero .eyebrow.light{color:rgba(13,27,42,.42)}
#page-partner .product-page-hero .eyebrow.light::before,
#page-standards .product-page-hero .eyebrow.light::before{background:rgba(13,27,42,.22)}
#page-partner .product-page-hero h1.product-seo-h1,
#page-standards .product-page-hero h1.product-seo-h1{color:var(--navy)}
#page-partner .product-page-hero p,
#page-standards .product-page-hero p{color:rgba(13,27,42,.62);max-width:40rem}
#page-partner .product-page-hero .btn.light-btn,
#page-standards .product-page-hero .btn.light-btn{border-color:var(--navy);color:var(--navy)}
#page-partner .product-page-hero .btn.light-btn span,
#page-standards .product-page-hero .btn.light-btn span{color:var(--navy)}
#page-partner .product-page-hero .btn.light-btn .btn-bg,
#page-standards .product-page-hero .btn.light-btn .btn-bg{background:var(--navy)}
#page-partner .product-page-hero .btn.light-btn:hover span,
#page-standards .product-page-hero .btn.light-btn:hover span{color:var(--light)}
.cc-static-standards{background:#0e1a28;background-image:linear-gradient(165deg,rgba(255,255,255,.06) 0%,transparent 35%),repeating-linear-gradient(0deg,transparent,transparent 24px,rgba(255,255,255,.035) 24px,rgba(255,255,255,.035) 25px)}
.carousel-card-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}
.carousel-card-logo{position:absolute;top:1.5rem;left:1.5rem;right:4.25rem;max-height:clamp(2.5rem,5vw,3.5rem);width:auto;max-width:calc(100% - 5.5rem);object-fit:contain;object-position:left top;z-index:2;filter:drop-shadow(0 2px 12px rgba(0,0,0,.28));pointer-events:none}
.cc-tag{font-family:'Barlow Condensed',sans-serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,245,243,.35);margin-bottom:.4rem}
.cc-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:300;font-style:italic;color:var(--light);line-height:1.2;margin-bottom:.6rem}
.cc-desc{font-size:clamp(.85rem,1.1vw,.95rem);color:rgba(245,245,243,.55);font-weight:300;line-height:1.65;margin-bottom:1rem}
.cc-arrow{font-family:'Barlow Condensed',sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(245,245,243,.4)}
.cc-num-bg{position:absolute;top:.8rem;right:1rem;font-family:'Cormorant Garamond',serif;font-size:5rem;font-weight:300;color:rgba(245,245,243,.7);line-height:1}

/* ══ SPEAKING / WORLD MAP ════════════════════════════════════ */
.speaking-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--navy);color:var(--light);position:relative;overflow:hidden}
.speaking-section .grain-overlay{opacity:.04}
.speaking-header{display:grid;grid-template-columns:1fr;align-items:end;margin-bottom:0;position:relative;z-index:2}
.speaking-header h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:300;line-height:1;color:var(--light)}
.speaking-header h2 em{font-style:italic;font-weight:600}
.speaking-subtext{font-size:clamp(.92rem,1.3vw,1.05rem);color:rgba(245,245,243,.45);font-weight:300;line-height:1.8;max-width:640px;margin-bottom:0;position:relative;z-index:2}
.speaking-cta{margin-top:clamp(1.35rem,2.8vw,2.25rem);margin-bottom:0;position:relative;z-index:2}
/* Map */
.world-map-wrap{position:relative;width:100%;margin-bottom:2rem;border-radius:var(--r);overflow:hidden;background:rgba(245,245,243,.02)}
.world-map-svg{width:100%;height:auto;display:block;overflow:visible}
.map-dot-group{cursor:auto}
.map-pulse{fill:rgba(120,180,255,.18);animation:pulse 2.8s ease-out infinite}
.map-dot{fill:rgba(140,200,255,.85);transition:r .2s,fill .2s}
.map-dot-group:hover .map-dot{fill:#fff}
/* Tooltip */
.map-tooltip{pointer-events:none;opacity:0;transition:opacity .2s}
.map-dot-group:hover .map-tooltip{opacity:1}
.map-tt-bg{fill:rgba(245,245,243,.08);rx:3}
.map-tt-city{font-family:'Barlow Condensed',sans-serif;font-size:10px;fill:rgba(245,245,243,.95);text-anchor:middle;font-weight:500;letter-spacing:.08em}
.map-tt-event{font-family:'Barlow Condensed',sans-serif;font-size:8px;fill:rgba(245,245,243,.5);text-anchor:middle;letter-spacing:.06em}
@keyframes pulse{0%{r:5;opacity:.7}100%{r:18;opacity:0}}
/* Conference ticker: driven from JS array */
.conf-ticker-wrap{overflow:hidden;border-top:1px solid rgba(245,245,243,.1);padding-top:1.5rem;position:relative;z-index:2}
.conf-ticker{display:flex;white-space:nowrap;will-change:transform}
.conf-item{font-family:'Cormorant Garamond',serif;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:300;font-style:italic;color:rgba(245,245,243,.6);padding:0 .8rem;flex-shrink:0;transition:color .2s}
.conf-item:hover{color:var(--light)}
.conf-sep{color:rgba(245,245,243,.18);padding:0 .2rem;font-family:'Cormorant Garamond',serif;font-size:clamp(1.2rem,2.5vw,2rem)}

/* ══ TRUSTED BY ══════════════════════════════════════════════ */
.clients-section{padding:clamp(4rem,6vw,6rem) var(--gap);background:var(--light)}
.clients-cloud{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2.2vw,1.85rem);margin-top:3rem;padding:1.5rem 0;max-width:min(1080px,100%);margin-left:auto;margin-right:auto}
.clients-cloud-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.75rem,1.8vw,1.5rem) clamp(1.25rem,3.5vw,3.5rem);width:100%}
.client-name{font-family:'Cormorant Garamond',serif;font-weight:300;color:var(--navy);transition:color .3s,transform .3s;cursor:default;line-height:1.12}
.client-name.sz-xl{font-size:clamp(2rem,4vw,4rem)}
.client-name.sz-lg{font-size:clamp(1.5rem,3vw,3rem)}
.client-name.sz-md{font-size:clamp(1.2rem,2.2vw,2.2rem)}
.client-name.sz-sm{font-size:clamp(.95rem,1.5vw,1.5rem)}
.clients-section .clients-cloud .client-name{font-size:clamp(1.55rem,3.4vw,3.1rem);letter-spacing:-.02em}
.client-name:hover{color:var(--navy-mid);transform:scale(1.05)}
@media(max-width:520px){
  .clients-section .clients-cloud .client-name{font-size:clamp(1.2rem,4.2vw,1.85rem)}
  .clients-cloud-row{gap:clamp(.5rem,1.2vw,1rem) clamp(.85rem,3vw,1.35rem)}
}

/* ══ TESTIMONIALS ════════════════════════════════════════════ */
.testimonial-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light);border-top:1px solid rgba(13,27,42,.07)}
.testimonial-carousel{position:relative;max-width:820px;margin:3rem auto 0;text-align:center}
.testimonial-slide{display:none;animation:fadeUp .5s var(--eox)}
.testimonial-slide.active{display:block}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2.4rem);font-weight:300;font-style:italic;line-height:1.45;color:var(--navy);margin-bottom:1.8rem;letter-spacing:-.01em}
.testimonial-quote::before{content:'\201C';color:rgba(13,27,42,.18);margin-right:.1em}
.testimonial-quote::after{content:'\201D';color:rgba(13,27,42,.18);margin-left:.1em}
.testimonial-attr{font-family:'Barlow Condensed',sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid)}
.testi-dots{display:flex;gap:.6rem;justify-content:center;margin-top:2rem}
.testi-dot{width:8px;height:8px;border-radius:50%;background:rgba(13,27,42,.14);border:none;cursor:auto;transition:background .3s,transform .3s;padding:0}
.testi-dot.active{background:var(--navy);transform:scale(1.2)}

/* ══ CTA ═════════════════════════════════════════════════════ */
.cta-section{padding:clamp(5rem,10vw,10rem) var(--gap);background:var(--black);text-align:center;position:relative;overflow:hidden}
.cta-section .grain-overlay{opacity:.05;mix-blend-mode:screen}
.cta-section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,8vw,9rem);font-weight:300;line-height:.95;color:var(--light);margin-bottom:1.5rem;letter-spacing:-.025em}
.cta-section h2 em{font-style:italic;font-weight:600}
.cta-sub{font-size:clamp(.95rem,1.5vw,1.1rem);color:rgba(245,245,243,.4);font-weight:300;line-height:1.75;max-width:500px;margin:0 auto 3rem}
.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}
.cta-section .btn{border-color:rgba(245,245,243,.45);color:var(--light)}


.cta-section .btn.filled{background:var(--navy);color:var(--light)}
.cta-section .btn.filled .btn-bg{background:var(--light)}
.cta-section .btn.filled span{color:var(--light)}
.cta-section .btn.filled:hover span{color:var(--navy)}
.cta-section.cta-product{background:transparent;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.06)}
.cta-section.cta-product .cta-product-pattern{position:absolute;inset:0;z-index:0}
.cta-section.cta-product .grain-overlay{z-index:1}
.cta-section.cta-product h2,
.cta-section.cta-product .cta-buttons{position:relative;z-index:2}
body.page-is-product .product-page-hero{padding-top:max(clamp(7rem,12vw,11rem),calc(168px * 0.91 + 2.75rem))}
.podcast-platforms{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(.75rem,1.8vw,1.35rem);margin-top:1.35rem}
.podcast-platforms .podcast-platforms-label{width:100%;flex-basis:100%;font-family:'Barlow Condensed',sans-serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,245,243,.38);margin:0}
.podcast-platforms a{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:10px;border:1px solid rgba(245,245,243,.22);background:rgba(255,255,255,.05);transition:background .25s,border-color .25s,transform .2s}
.podcast-platforms a:hover{background:rgba(255,255,255,.12);border-color:rgba(245,245,243,.45);transform:translateY(-2px)}
.podcast-platforms a{color:rgba(245,245,243,.88)}
.podcast-platforms svg{width:24px;height:24px;display:block;fill:currentColor}
.podcast-platforms img{width:24px;height:24px;display:block;object-fit:contain;opacity:.92}
.product-page-hero-content .podcast-platforms{margin-bottom:1.35rem}
.btn.filled:hover{background:var(--light);color:var(--navy)}
.btn.filled:hover .btn-bg{transform:translateY(0);background:var(--light)}

/* ══ FOOTER ══════════════════════════════════════════════════ */
footer{background:var(--navy);padding:clamp(4rem,7vw,7rem) var(--gap) 2.5rem;position:relative;overflow:hidden}
footer .grain-overlay{opacity:.04}
.footer-manifesto{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5.5vw,5.5rem);font-weight:300;font-style:italic;color:rgba(245,245,243,.9);line-height:1.1;letter-spacing:-.025em;margin-bottom:.6rem;max-width:1000px}
.footer-manifesto-sub{font-family:'Barlow',sans-serif;font-size:clamp(.85rem,1.2vw,.95rem);font-weight:300;font-style:normal;color:rgba(245,245,243,.45);line-height:1.5;letter-spacing:.02em;margin-bottom:clamp(3rem,5vw,5rem);padding-bottom:clamp(2.5rem,4vw,4rem);border-bottom:1px solid rgba(245,245,243,.08);max-width:720px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(3rem,4vw,4rem);padding-bottom:clamp(2.5rem,4vw,4rem);border-bottom:1px solid rgba(245,245,243,.07)}
.footer-logo-col img{height:100px;width:auto;margin-bottom:1.2rem;display:block}
.footer-tagline{font-size:.88rem;color:rgba(245,245,243,.6);font-weight:300;line-height:1.8;max-width:230px;margin-bottom:1.8rem}
.footer-socials{display:flex;gap:.8rem}
.footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(245,245,243,.15);color:rgba(245,245,243,.5);text-decoration:none;transition:border-color .25s,color .25s;cursor:auto;border-radius:4px}
.footer-socials a:hover{border-color:rgba(245,245,243,.6);color:var(--light)}
.footer-socials svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.footer-col h4{font-family:'Barlow Condensed',sans-serif;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,245,243,.45);margin-bottom:1.4rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}
.footer-col ul a,.footer-col ul span{text-decoration:none;font-size:.88rem;color:rgba(245,245,243,.65);font-weight:300;transition:color .2s;cursor:auto;display:block}
.footer-col ul a:hover,.footer-col ul span:hover{color:rgba(245,245,243,.95)}
.footer-legal-detail{font-size:.78rem;color:rgba(245,245,243,.45);font-weight:300;line-height:1.9}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-family:'Barlow Condensed',sans-serif;font-size:.62rem;letter-spacing:.13em;text-transform:uppercase;color:rgba(245,245,243,.3)}

/* ══ ABOUT ═══════════════════════════════════════════════════ */
.about-hero{padding:clamp(7rem,12vw,11rem) var(--gap) clamp(4rem,6vw,6rem);background:var(--light);display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:center}
#page-about .about-hero{padding-top:max(clamp(7rem,12vw,11rem),calc(168px * 0.91 + 2.75rem + 200px))}
.about-hero-left h1{font-family:'Cormorant Garamond',serif;font-size:clamp(52px,8vw,100px);font-weight:300;line-height:.95;margin-bottom:2.5rem}
.about-hero-left h1 em{font-style:italic;font-weight:600}
.about-hero-left p{font-size:clamp(.92rem,1.4vw,1.05rem);color:rgba(13,27,42,.62);font-weight:300;line-height:1.85;margin-bottom:1.2rem}
.about-hero-socials{display:flex;gap:.85rem;margin-top:1.75rem;align-items:center;flex-wrap:wrap}
.about-hero-socials a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(13,27,42,.18);color:rgba(13,27,42,.5);text-decoration:none;transition:border-color .25s,color .25s,background .25s;border-radius:6px}
.about-hero-socials a:hover{border-color:var(--navy);color:var(--navy);background:rgba(13,27,42,.04)}
.about-hero-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.about-hero-socials a[aria-label="YouTube"] svg path{fill:none}
.about-hero-socials a[aria-label="YouTube"] svg polyline{fill:currentColor;stroke:none}
.about-photo{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;display:block;border-radius:var(--r)}
.about-video-section{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--navy);color:var(--light);position:relative;overflow:hidden}
.about-video-wrap{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background:#0A1520;margin-top:3rem;border-radius:var(--r)}
.about-video-placeholder-box{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0A1520,#0F2030)}
.about-career-timeline{padding:clamp(4rem,8vw,7rem) var(--gap);background:var(--light);border-top:1px solid rgba(13,27,42,.08);border-bottom:1px solid rgba(13,27,42,.08)}
.about-career-timeline h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.1rem,4.6vw,4.2rem);font-weight:300;line-height:1.08;color:var(--navy);margin-bottom:clamp(2rem,4vw,3rem)}
.about-career-timeline h2 em{font-style:italic;color:inherit}
.career-timeline-desktop{display:block}
.career-timeline-mobile{display:none}
.career-timeline{position:relative;display:flex;justify-content:space-between;align-items:flex-end;gap:.2rem;width:100%;min-height:112px;margin-bottom:2rem;padding-bottom:12px}
.career-timeline__line{position:absolute;left:0;right:0;bottom:21px;height:2px;background:linear-gradient(90deg,rgba(13,27,42,.16),rgba(13,27,42,.28),rgba(13,27,42,.16));pointer-events:none}
.career-dot{position:relative;flex:1 1 0;min-width:0;left:auto;top:auto;transform:none;background:transparent;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column-reverse;align-items:center;gap:.35rem}
.career-dot::before{content:'';display:block;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid rgba(13,27,42,.45);box-shadow:0 2px 8px rgba(13,27,42,.12);transition:transform .2s ease,border-color .2s ease,background .2s ease;flex-shrink:0}
.career-dot__label{position:relative;top:auto;left:auto;transform:none;font-family:'Barlow Condensed',sans-serif;font-size:clamp(.58rem,.95vw,.78rem);letter-spacing:.06em;text-transform:uppercase;color:rgba(13,27,42,.62);text-align:center;line-height:1.15;max-width:100%;word-break:break-word;hyphens:auto}
.career-dot:hover::before,.career-dot:focus-visible::before,.career-dot.active::before{transform:scale(1.1);border-color:var(--navy);background:var(--navy)}
.career-dot:hover .career-dot__label,.career-dot:focus-visible .career-dot__label,.career-dot.active .career-dot__label{color:var(--navy)}
.career-dot:focus-visible{outline:none}
.career-timeline-card{background:#fff;border:1px solid rgba(13,27,42,.12);border-radius:var(--r);padding:clamp(1.15rem,2vw,1.6rem);max-width:840px;box-shadow:0 10px 24px rgba(13,27,42,.08)}
.career-timeline-card__date{font-family:'Barlow Condensed',sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(13,27,42,.48);margin-bottom:.55rem}
.career-timeline-card h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.35rem,2.2vw,2rem);font-weight:500;line-height:1.2;color:var(--navy);margin-bottom:.25rem}
.career-timeline-card__company{font-size:clamp(.96rem,1.25vw,1.05rem);color:rgba(13,27,42,.72);font-weight:500;margin-bottom:.25rem}
.career-timeline-card__location{font-size:.9rem;color:rgba(13,27,42,.48);margin-bottom:.75rem}
.career-timeline-card__summary{font-size:clamp(.9rem,1.2vw,.98rem);line-height:1.75;color:rgba(13,27,42,.68)}
.career-milestone-mobile{display:grid;grid-template-columns:minmax(3.25rem,4.5rem) minmax(0,1fr);gap:.65rem 1rem;padding:clamp(.85rem,2.5vw,1.15rem) 0;border-bottom:1px solid rgba(13,27,42,.1);align-items:stretch}
.career-milestone-mobile:last-child{border-bottom:none}
.career-milestone-mobile__rail{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:.15rem;min-height:100%}
.career-milestone-mobile__date{font-family:'Barlow Condensed',sans-serif;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(13,27,42,.55);line-height:1.2;max-width:4.25rem;margin:0 auto}
.career-milestone-mobile__node{display:block;width:13px;height:13px;border-radius:50%;background:#fff;border:2px solid rgba(13,27,42,.38);margin-top:.45rem;flex-shrink:0}
.career-milestone-mobile__rail::after{content:'';position:absolute;left:50%;top:3.15rem;bottom:0;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,rgba(13,27,42,.22),rgba(13,27,42,.06))}
.career-milestone-mobile:last-child .career-milestone-mobile__rail::after{display:none}
.career-milestone-mobile__body{min-width:0}
.career-milestone-mobile__body h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.15rem,4vw,1.45rem);font-weight:500;line-height:1.2;color:var(--navy);margin-bottom:.25rem}
.career-milestone-mobile__body .career-timeline-card__company{font-size:clamp(.88rem,2.8vw,.98rem)}
.career-milestone-mobile__body .career-timeline-card__location{font-size:.86rem;margin-bottom:.55rem}
.career-milestone-mobile__body .career-timeline-card__summary{font-size:clamp(.86rem,2.6vw,.95rem);line-height:1.65;margin-bottom:0}
.career-milestone-mobile--cta .career-milestone-mobile__node{border-color:rgba(13,27,42,.55)}
@media(max-width:640px){
  .career-timeline-desktop{display:none}
  .career-timeline-mobile{display:flex;flex-direction:column;gap:0;margin-top:.25rem}
}
.placeholder-label{font-family:'Barlow Condensed',sans-serif;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,245,243,.2)}
.about-facts{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light)}
.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.about-facts .fact-card{padding:clamp(1.5rem,3vw,2.5rem);background:var(--navy);border-radius:var(--r);border:none;transition:filter .3s,transform .3s var(--eox)}
.about-facts .fact-card:nth-child(2){background:var(--navy-mid)}
.about-facts .fact-card:nth-child(3){background:var(--navy-light)}
.about-facts .fact-card:nth-child(4){background:#263D54}
.about-facts .fact-card:nth-child(5){background:var(--navy)}
.about-facts .fact-card:nth-child(6){background:var(--navy-mid)}
.about-facts .fact-card p{font-size:clamp(.88rem,1.2vw,1rem);color:rgba(245,245,243,.55);font-weight:300;line-height:1.5}
.about-facts .fact-card:hover{transform:translateY(-4px);filter:brightness(1.12)}

/* ══ CONTACT ═════════════════════════════════════════════════ */
.contact-hero{padding:clamp(7rem,12vw,11rem) var(--gap) clamp(4rem,6vw,6rem);background:var(--navy);color:var(--light);position:relative;overflow:hidden}
#page-contact .contact-hero{background:linear-gradient(165deg,#0f2c4a 0%,#0c2238 55%,#0a1d30 100%);border-bottom:none;padding-top:max(clamp(8rem,13vw,12rem),calc(168px * 0.91 + 2.75rem))}
.contact-hero h1{position:relative;z-index:2;font-family:'Cormorant Garamond',serif;font-size:clamp(56px,9vw,110px);font-weight:300;line-height:.95;margin-bottom:clamp(3rem,5vw,4rem)}
.contact-hero h1 em{font-style:italic;font-weight:600}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,5vw,5rem);align-items:start}
#page-contact .contact-info{align-self:start}
#page-contact .contact-form-col{align-self:start;display:flex;flex-direction:column}
.contact-info h3{font-family:'Barlow Condensed',sans-serif;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,245,243,.3);margin-bottom:.5rem}
.contact-info p{font-size:1.05rem;color:rgba(245,245,243,.65);font-weight:300;margin-bottom:2rem}
.contact-info .contact-coords{display:block;margin-top:.55rem;font-size:.95rem;color:rgba(245,245,243,.48);font-weight:300;letter-spacing:.02em}
.contact-info a{color:var(--light);text-decoration:none}
.contact-form{background:#fff;padding:clamp(1.5rem,3vw,2.5rem);border-radius:var(--r);border:1px solid rgba(13,27,42,.08)}
.form-group{margin-bottom:1.4rem}
.form-group label{display:block;font-family:'Barlow Condensed',sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(13,27,42,.38);margin-bottom:.4rem}
.form-group input,.form-group textarea,.form-group select{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(13,27,42,.16);padding:.65rem 0;font-family:'Barlow',sans-serif;font-size:.95rem;font-weight:300;color:var(--navy);outline:none;transition:border-color .2s;appearance:none;cursor:auto}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--navy)}
.form-group textarea{resize:none;height:90px}
.contact-form-feedback{min-height:1.3rem;margin:.25rem 0 1rem;font-size:.88rem;line-height:1.5;color:rgba(13,27,42,.55)}
.contact-form-feedback.is-error{color:#9d2f2f}
.contact-form-feedback.is-success{color:#1d6b35}
#contactSubmitBtn[disabled]{opacity:.55;pointer-events:none}
.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.contact-ticker{background:var(--light);color:var(--navy);overflow:hidden;border-top:1px solid rgba(13,27,42,.1);border-bottom:1px solid rgba(13,27,42,.07);padding:clamp(1.1rem,2vw,1.7rem) 0}
.contact-ticker__track{display:flex;width:max-content;animation:contactTicker 52s linear infinite}
.contact-ticker__track span{flex-shrink:0;padding-right:clamp(5rem,10vw,8rem);font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.08rem,1.35vw,1.23rem);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:var(--navy)}
@keyframes contactTicker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  .contact-ticker__track{animation:none;width:100%;flex-wrap:wrap;justify-content:center;padding:0 var(--gap);text-align:center}
  .contact-ticker__track span:last-child{display:none}
  .contact-ticker__track span{padding-right:0;white-space:normal;line-height:1.6}
}

/* ══ PRODUCT PAGES ═══════════════════════════════════════════ */
.product-page-hero{min-height:60vh;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(7rem,12vw,11rem) var(--gap) clamp(4rem,6vw,5rem);position:relative;overflow:hidden}
.product-page-hero-bg{position:absolute;inset:0;z-index:0}
.product-page-hero-content{position:relative;z-index:2;max-width:700px}
.product-page-hero-logo{max-width:min(280px,72%);max-height:clamp(2.75rem,6vw,4rem);width:auto;height:auto;object-fit:contain;object-position:left top;display:block;margin-bottom:1.1rem;filter:drop-shadow(0 2px 14px rgba(0,0,0,.25))}
#page-da-podcast .product-page-hero-logo{margin-left:auto;object-position:right top}
.product-page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(44px,7vw,88px);font-weight:300;font-style:italic;color:var(--light);line-height:1;margin-bottom:1.5rem;letter-spacing:-.01em}
.product-page-hero h1.product-seo-h1{font-size:clamp(22px,3.6vw,38px);font-style:normal;font-weight:400;line-height:1.2;max-width:38rem;letter-spacing:-.01em}
.product-page-hero p{font-size:clamp(.92rem,1.4vw,1.05rem);color:rgba(245,245,243,.55);font-weight:300;line-height:1.8;max-width:480px;margin-bottom:2rem}
.product-page-body{padding:clamp(4rem,8vw,8rem) var(--gap);background:var(--light)}
.product-page-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(13,27,42,.1);border-radius:var(--r);overflow:hidden;margin-bottom:clamp(3rem,5vw,5rem)}
.pp-stat{padding:clamp(1.5rem,3vw,2.5rem);border-right:1px solid rgba(13,27,42,.1)}
.pp-stat:last-child{border-right:none}
.pp-stat .num{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1;margin-bottom:.3rem}
.pp-stat .num-label{font-size:clamp(.82rem,1.1vw,.9rem);color:rgba(13,27,42,.45);font-weight:300}
.product-page-benchmark{font-size:clamp(.88rem,1.15vw,.98rem);color:rgba(13,27,42,.55);font-weight:300;line-height:1.65;margin-bottom:2rem;max-width:640px;padding:1rem 1.25rem;background:rgba(13,27,42,.04);border-radius:var(--r);border-left:3px solid rgba(13,27,42,.12)}
.product-page-desc{max-width:640px;margin-bottom:3rem}
.product-page-desc h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;font-style:italic;margin-bottom:1.5rem}
.product-page-desc p{font-size:clamp(.92rem,1.3vw,1rem);color:rgba(13,27,42,.6);font-weight:300;line-height:1.95;margin-bottom:1rem}
#page-partner .partner-how-it-works{
  max-width:100%;
  background:var(--navy);
  color:var(--light);
  border-radius:var(--r);
  border:1px solid rgba(245,245,243,.12);
  padding:clamp(1.5rem,3vw,2.5rem);
}
#page-partner .partner-how-it-works h2{color:var(--light)}
#page-partner .partner-how-it-works p{color:rgba(245,245,243,.72)}
#page-partner .partner-how-it-works a{color:var(--light)}
#page-partner .partner-how-it-works a:hover{color:rgba(245,245,243,.9)}
.placeholder-section{padding:3rem;border:1px dashed rgba(13,27,42,.13);border-radius:var(--r);text-align:center}
.placeholder-section p{font-family:'Barlow Condensed',sans-serif;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(13,27,42,.22)}
.hero-dear{font-family:'Cormorant Garamond',serif;color:var(--light)}
.hero-dear .dear-big{font-size:clamp(80px,14vw,180px);font-weight:300;font-style:italic;line-height:.9;display:block;letter-spacing:-.03em}
.hero-dear .architects-small{font-family:'Cormorant Garamond',serif;font-size:clamp(1.15rem,2.2vw,1.65rem);font-weight:300;font-style:italic;letter-spacing:0;text-transform:none;color:rgba(245,245,243,.72);display:block;margin-top:.75rem}
.hero-dear.hero-dear--podcast{text-align:right}
.hero-dear.hero-dear--podcast .architects-small{margin-top:0;margin-bottom:.4rem}
.hero-dear.hero-dear--podcast .dear-big{margin-top:0}
.hero-token-stack{display:flex;flex-direction:column;line-height:1}
.hero-token-stack span{font-family:'Cormorant Garamond',serif;font-size:clamp(44px,7vw,88px);font-weight:300;font-style:italic;color:var(--light);display:block;letter-spacing:-.01em}
.hero-token-stack span:nth-child(even){margin-left:clamp(1rem,3vw,3rem);font-size:clamp(32px,5.5vw,64px);color:rgba(245,245,243,.55)}
.hero-trenches-big{font-family:'Cormorant Garamond',serif;font-size:clamp(60px,11vw,150px);font-weight:300;font-style:italic;color:var(--light);letter-spacing:-.03em;line-height:1;display:block}
.hero-trenches-small{font-family:'Cormorant Garamond',serif;font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:300;font-style:italic;color:rgba(245,245,243,.55);display:block;margin-bottom:.75rem;letter-spacing:0}
.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem}
.case-slot{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed rgba(13,27,42,.13);border-radius:var(--r)}
.case-slot-num{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,7rem);font-weight:300;color:rgba(13,27,42,.08);margin-bottom:1rem;line-height:1}
.hero-mfe-grid-bg{position:absolute;inset:0;z-index:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 38px,rgba(245,245,243,.03) 38px,rgba(245,245,243,.03) 39px),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(245,245,243,.03) 60px,rgba(245,245,243,.03) 61px)}

/* ══ RESPONSIVE ══════════════════════════════════════════════ */
@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){
  .numbers-grid{grid-template-columns:repeat(2,1fr)}
  .philosophy-section{grid-template-columns:1fr;gap:3rem}
  .philosophy-right{min-height:200px}
  .about-hero{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .facts-grid{grid-template-columns:repeat(2,1fr)}
  .service-panel-cards{width:100%;margin-left:0;margin-right:0}
  .product-page-stats{grid-template-columns:repeat(3,1fr)}
  .proof-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  html{
    --nav-logo-mobile-height:clamp(52px,15vw,71px);
    --nav-hero-gap-after-bar:12px;
  }
  .nav-links{display:none}.hamburger{display:flex}.mobile-menu{display:flex}
  #mainNav{display:flex;gap:.75rem;align-items:center}
  .nav-logo{flex:0 1 auto;min-width:0;max-width:calc(100% - 58px)}
  .hamburger{flex-shrink:0}
  #mainNav .logo-on-light{height:var(--nav-logo-mobile-height);width:auto;max-width:100%;object-fit:contain}
  .mobile-menu{
    padding-top:max(
      clamp(5.5rem,22vw,7.25rem),
      calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar))
    );
  }
  body.page-is-product .product-page-hero{padding-top:max(clamp(6rem,14vw,10rem),calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar)))}
  #page-contact .contact-hero{padding-top:max(clamp(6.5rem,15vw,10rem),calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar)))}
  #page-about .about-hero{padding-top:max(clamp(7rem,15vw,11rem),calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar) + 200px))}
  #page-partner .product-page-hero,
  #page-standards .product-page-hero{padding-top:max(clamp(6.5rem,16vw,10rem),calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar) + 1.5rem))}
  .numbers-grid{grid-template-columns:1fr 1fr}
  .facts-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .carousel-header{flex-direction:column;align-items:flex-start;gap:1rem}
  .carousel-header p{text-align:left;max-width:100%}
  .case-study-grid{grid-template-columns:1fr}
  .proof-grid{grid-template-columns:1fr}
  .partner-section{padding:clamp(4rem,8vw,6rem) var(--gap)}
  .product-page-stats{grid-template-columns:1fr}
  .pp-stat{border-right:none;border-bottom:1px solid rgba(13,27,42,.1)}
  .pp-stat:last-child{border-bottom:none}
  /* Services tabs: three equal columns, no 01/02/03, third tab reads "Content" — fits one row without scroll */
  .service-tabs{
    gap:.2rem;
    overflow-x:visible;
    justify-content:space-between;
  }
  .service-tab{
    flex:1 1 0;
    min-width:0;
    padding:.5rem .3rem;
    font-size:clamp(.68rem,3.1vw,.82rem);
    letter-spacing:.06em;
    white-space:nowrap;
  }
  .service-tab-num{display:none}
  .service-tab--content .service-tab-label-desktop{display:none}
  .service-tab--content .service-tab-label-mobile{display:inline}
}
@media(max-width:480px){
  .numbers-grid{grid-template-columns:1fr}
  .facts-grid{grid-template-columns:1fr}
  .cta-buttons{flex-direction:column;align-items:center}
  .footer-bottom{flex-direction:column;text-align:center;gap:.3rem}
}

/* ---- v7 overrides ---- */
.hero{
  --hero-dots-size: 11px;
  --hero-dots-bottom: .9rem;
  --hero-dots-clearance: .22rem;
  min-height:clamp(36rem,78vh,52rem);
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(13,27,42,.08);
  background:var(--light);
}
.hero-scene{position:absolute;inset:0;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .6s ease;display:flex;align-items:flex-start}
.hero-scene.active{opacity:1;pointer-events:auto;visibility:visible}
.hero-scene[data-scene="education"]{background:#F5F5F3}
.hero-scene[data-scene="consulting"]{background:#F5F5F3}
.hero-scene[data-scene="content"]{background:#F5F5F3}
.hero-content{
  max-width:1080px;
  width:100%;
  position:relative;
  z-index:2;
  padding:
    max(clamp(7rem,12vw,10rem),calc(168px * 0.91 + 2.75rem))
    var(--gap)
    max(
      .8rem,
      calc(var(--hero-dots-bottom) + var(--hero-dots-size) + var(--hero-dots-clearance))
    );
}
.hero-eyebrow{
  font-family:'Barlow Condensed',sans-serif;
  font-size:.92rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:.8rem;
  color:rgba(13,27,42,.62);
  margin-bottom:1.5rem;
  font-weight:600;
  opacity:1;
  transform:none;
}
.hero-eyebrow::before{content:'';display:block;width:28px;height:1px;background:rgba(13,27,42,.32);flex-shrink:0}
.hero-headline{
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-style:normal;
  color:var(--navy);
  font-size:clamp(3.9rem,10.4vw,9.1rem);
  line-height:.93;
  max-width:900px;
  margin:0 0 .1rem;
  opacity:1;
  transform:none;
}
@media(min-width:981px){
  .hero .hero-headline{font-size:clamp(3.12rem,8.32vw,7.28rem)}
}
.hero-headline em{color:var(--navy);font-style:italic}
/* Education hero: keep headline to exactly two lines (no mid-phrase wraps) */
.hero-headline--stack-2 .hero-headline-line{display:block;white-space:nowrap}
.hero-sub{color:rgba(13,27,42,.68);max-width:760px;margin-top:1.5rem;margin-bottom:1rem;opacity:1;transform:none}
.hero-ctas{opacity:1;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.hero-dots{position:absolute;left:50%;transform:translate(-50%,25px);bottom:var(--hero-dots-bottom);top:auto;display:flex;gap:.5rem;opacity:1;z-index:10}
.hero-dot{width:11px;height:11px;border-radius:999px;border:none;background:rgba(13,27,42,.25);cursor:pointer}
.hero-dot.active{background:var(--navy)}
.hero .btn{border-color:rgba(13,27,42,.42);color:var(--navy)}
.hero .btn .btn-bg{background:var(--navy)}
.hero .btn:hover span{color:var(--light)}
.hero .btn.filled{background:var(--navy);color:var(--light)}
.hero .btn.filled .btn-bg{background:var(--navy)}
.hero .btn.filled span{color:var(--light)}
.hero .btn.filled:hover span{color:var(--light)}
@media(max-width:768px){
  /* Stack hero in-flow so height follows the active slide; dots sit tight under CTAs (no tall empty band). */
  .hero{
    --hero-dots-bottom:.45rem;
    --hero-dots-clearance:.12rem;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    min-height:0;
  }
  .hero-scene:not(.active){
    position:absolute;
    inset:0;
    z-index:0;
  }
  .hero-scene.active{
    position:relative;
    inset:auto;
    width:100%;
    flex:0 0 auto;
    min-height:0;
    z-index:1;
  }
  .hero-dots{
    position:relative;
    bottom:auto;
    left:auto;
    transform:none;
    align-self:center;
    justify-content:center;
    width:100%;
    margin-top:calc(.35rem + 25px);
    margin-bottom:calc(var(--hero-dots-bottom) + env(safe-area-inset-bottom,0px));
    z-index:2;
    flex-shrink:0;
  }
  .hero-content{
    padding-top:max(
      clamp(4.5rem,12vw,5.75rem),
      calc(env(safe-area-inset-top, 0px) + 2.2rem + var(--nav-logo-mobile-height) + var(--nav-hero-gap-after-bar, 12px))
    );
    padding-right:var(--gap);
    padding-left:var(--gap);
    padding-bottom:.25rem;
  }
  .hero-headline{margin-bottom:.35rem}
  .hero-eyebrow{margin-bottom:1rem}
  .hero-sub{margin-top:1rem;line-height:1.55}
  .hero-ctas{margin-top:.15rem;margin-bottom:0}
  .hero .hero-headline{
    font-size:clamp(2.55rem,7.2vw + 0.61rem,4.12rem);
    line-height:1.08;
    letter-spacing:-.02em;
    max-width:100%;
  }
  .hero .hero-eyebrow{font-size:.88rem;letter-spacing:.16em}
}

.partner-section{background:var(--navy)}
.partner-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.partner-visual{display:flex;justify-content:center;align-items:center}
.partner-orbit{width:min(100%,320px);height:auto}
.partner-orbit circle,.partner-orbit path{fill:none;stroke:rgba(245,245,243,.26);stroke-width:1.5;stroke-linecap:round;animation:orbitPulse 5s ease-in-out infinite}
.partner-orbit circle:nth-child(2){animation-delay:.6s}.partner-orbit circle:nth-child(3){animation-delay:1.2s}.partner-orbit path{animation-delay:1.8s}
@keyframes orbitPulse{0%,100%{opacity:.25;transform:scale(1)}50%{opacity:.7;transform:scale(1.03)}}

.philosophy-logo-wrap{display:flex;align-items:center;justify-content:center;padding:1rem}
.philosophy-logo{width:min(560px,88%);height:auto;mix-blend-mode:normal;filter:none;opacity:1}

.world-map-wrap{background:transparent;padding:0;display:flex;justify-content:center;min-height:680px;margin-top:-78px}

.minimal-globe{position:relative;width:100%;height:680px !important;min-height:680px !important;touch-action:none}
.minimal-globe canvas{display:block;width:100% !important;height:100% !important}
.globe-tooltip{position:absolute;left:0;top:0;transform:translate(-50%,-140%);background:rgba(5,5,5,.88);color:#fff;padding:.45rem .8rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;opacity:0;pointer-events:none;transition:opacity .18s ease;line-height:1}
@media(max-width:900px){.world-map-wrap{min-height:500px}.minimal-globe{height:500px !important;min-height:500px !important}}


.cta-home{background:linear-gradient(145deg,#10233b 0%,#0f2c4a 100%)}
.cta-about{background:var(--light);color:var(--navy)}
.cta-about .grain-overlay{opacity:.015;mix-blend-mode:multiply}
.cta-about h2{color:var(--navy)}
.cta-about .cta-sub{color:rgba(13,27,42,.6)}
.cta-about .btn{border-color:var(--navy);color:var(--navy)}
.cta-pattern{position:absolute;inset:0;background:radial-gradient(circle at 20% 25%,rgba(255,255,255,.09),transparent 32%),radial-gradient(circle at 82% 68%,rgba(255,255,255,.08),transparent 30%);opacity:.55;z-index:1;pointer-events:none}
.cta-home>*{position:relative;z-index:2}
.cta-home.cta-section h2{margin-bottom:clamp(2.25rem,5vw,4rem)}
@media(max-width:980px) and (min-width:769px){
  .hero .hero-headline{font-size:clamp(4.12rem,12.29vw,7.37rem)}
}
@media(max-width:980px){.partner-inner{grid-template-columns:1fr}.partner-visual{order:-1}}
@media(max-width:480px){
  .hero .hero-headline{
    font-size:clamp(2.31rem,6.85vw + 0.53rem,3.6rem);
    line-height:1.09;
  }
  .hero-sub{font-size:.9rem;line-height:1.5}
}
/* ---- v7.1 requested fixes ---- */
.philosophy-section{background:var(--navy);color:var(--light)}
.philosophy-quote{color:var(--light)}
.philosophy-attr{color:rgba(245,245,243,.55)}
.philosophy-body{color:rgba(245,245,243,.72)}
.philosophy-section .eyebrow{color:rgba(245,245,243,.72)}
.philosophy-section .eyebrow::before{background:rgba(245,245,243,.5)}
footer .logo-on-dark{filter:brightness(1.1)}
#page-contact .footer-logo-col img{height:calc(168px * 1.3);width:auto}
#page-contact footer .logo-on-dark{mix-blend-mode:screen;filter:brightness(1.2)}


.contact-top-nav,.product-top-nav{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin:0;position:absolute;top:clamp(1rem,2.2vw,1.6rem);right:var(--gap);left:auto;width:auto;z-index:210}
.contact-top-nav .btn,.product-top-nav .btn{padding:.55rem 1rem;min-height:40px;border-color:rgba(245,245,243,.5);color:var(--light)}
.contact-top-nav .btn .btn-bg,.product-top-nav .btn .btn-bg{background:var(--light)}
.contact-top-nav .btn:hover span,.product-top-nav .btn:hover span{color:var(--navy)}

@media(max-width:768px){.contact-top-nav,.product-top-nav{top:clamp(.85rem,3vw,1.35rem);right:clamp(1rem,4vw,3rem)}}

.about-books{padding:clamp(4rem,8vw,8rem) var(--gap);background:#f7f7f5;border-top:1px solid rgba(13,27,42,.08);border-bottom:1px solid rgba(13,27,42,.08)}
.about-books-grid{
  display:grid;
  grid-template-columns:minmax(0,min(42rem,100%)) auto;
  gap:clamp(.65rem,1.25vw,1.1rem);
  align-items:center;
  justify-items:start;
  justify-content:start;
  width:100%;
}
.about-books h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;line-height:1.08;margin-bottom:1rem;color:var(--navy)}
.about-books p{font-size:clamp(.92rem,1.2vw,1rem);color:rgba(13,27,42,.68);line-height:1.8}
.book-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.3rem 0;max-width:22rem}
.book-kpi{padding:.9rem;background:#fff;border:1px solid rgba(13,27,42,.1);border-radius:10px}
.book-kpi strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:1.6rem;letter-spacing:.02em;color:var(--navy)}
.book-kpi span{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(13,27,42,.5)}
.book-cover-wrap{display:flex;justify-content:flex-start;margin:0;width:100%}
@media(max-width:900px){
  .book-cover-wrap{justify-content:center}
}
.book-cover-link{
  display:block;
  line-height:0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 44px rgba(13,27,42,.1);
  border:1px solid rgba(13,27,42,.08);
  transition:transform .38s var(--eox),box-shadow .38s var(--eox);
}
.book-cover-link:hover,.book-cover-link:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 22px 56px rgba(13,27,42,.14);
  outline:none;
}
.book-cover-link:focus-visible{box-shadow:0 0 0 3px var(--light),0 0 0 5px var(--navy)}
.book-cover-img{
  display:block;
  width:100%;
  max-width:min(320px,78vw);
  height:auto;
  object-fit:cover;
}
@media(max-width:900px){.about-books-grid{grid-template-columns:1fr;justify-items:stretch;gap:clamp(1rem,3vw,1.75rem)}.book-kpis{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.book-cover-wrap{margin-top:.5rem}}
@media(max-width:560px){.book-kpis{grid-template-columns:1fr}}

/* ══ PRIVACY MODAL ═════════════════════════════════════════ */
.privacy-modal{position:fixed;inset:0;z-index:2400;display:flex;align-items:center;justify-content:center;padding:var(--gap);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,visibility .32s}
.privacy-modal.privacy-modal--open{opacity:1;visibility:visible;pointer-events:auto}
.privacy-modal__backdrop{position:absolute;inset:0;background:rgba(13,27,42,.74);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.privacy-modal__panel{position:relative;z-index:1;width:100%;max-width:min(720px,100%);max-height:min(88vh,920px);background:var(--light);border-radius:var(--r);box-shadow:0 28px 90px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .38s var(--eox)}
.privacy-modal.privacy-modal--open .privacy-modal__panel{transform:translateY(0) scale(1)}
.privacy-modal__head{flex-shrink:0;padding:1.35rem 1.35rem 1.1rem;background:var(--navy);color:var(--light);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(245,245,243,.08)}
.privacy-modal__head h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(1.45rem,3.2vw,2rem);line-height:1.12;margin:0;letter-spacing:-.02em}
.privacy-modal__head h2 em{font-style:italic;font-weight:600}
.privacy-modal__close{flex-shrink:0;width:42px;height:42px;border:1px solid rgba(245,245,243,.38);background:transparent;color:var(--light);border-radius:8px;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .22s,border-color .22s;font-family:'Barlow',sans-serif;padding:0}
.privacy-modal__close:hover{background:rgba(245,245,243,.1);border-color:rgba(245,245,243,.55)}
.privacy-modal__body{overflow-y:auto;padding:1.5rem clamp(1.1rem,3vw,1.75rem) 2rem;-webkit-overflow-scrolling:touch}
.privacy-modal__body h3{font-family:'Barlow Condensed',sans-serif;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);margin:1.65rem 0 .65rem;font-weight:600}
.privacy-modal__body h3:first-of-type{margin-top:0}
.privacy-modal__body p{font-size:.9rem;color:rgba(13,27,42,.78);line-height:1.78;margin:0 0 1rem;font-weight:300}
.privacy-modal__body ul{margin:0 0 1rem 1.15rem;padding:0}
.privacy-modal__body li{font-size:.88rem;color:rgba(13,27,42,.78);line-height:1.68;margin-bottom:.4rem;font-weight:300}
.privacy-modal__body a{color:var(--navy);font-weight:500;text-decoration:underline;text-underline-offset:2px}
.privacy-modal__body a:hover{color:#162538}
.privacy-modal__body .privacy-subtle{font-size:.82rem;color:rgba(13,27,42,.55)}
.privacy-modal__body address{font-style:normal;font-size:.88rem;color:rgba(13,27,42,.78);line-height:1.65;margin-bottom:1rem}
.footer-privacy-btn{background:none;border:none;font:inherit;font-family:'Barlow Condensed',sans-serif;font-size:.62rem;letter-spacing:.13em;text-transform:uppercase;color:rgba(245,245,243,.42);cursor:pointer;padding:.2rem 0;text-decoration:underline;text-underline-offset:3px;transition:color .2s}
.footer-privacy-btn:hover{color:rgba(245,245,243,.95)}
.footer-bottom-links{display:inline-flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;justify-content:flex-end}
.static-page-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.25rem}
.static-page-body .product-page-desc h2{margin-top:0}
.standards-accordion{display:flex;flex-direction:column;gap:.65rem}
#page-standards .standards-accordion-band{
  background:var(--navy);
  color:var(--light);
  margin-top:clamp(2rem,4vw,3rem);
  margin-left:calc(-1 * var(--gap));
  margin-right:calc(-1 * var(--gap));
  width:calc(100% + 2 * var(--gap));
  padding:clamp(2.5rem,5vw,3.75rem) var(--gap) clamp(2.75rem,6vw,4rem);
  box-sizing:border-box;
}
#page-standards .standards-accordion-inner{max-width:640px;margin:0}
#page-standards .standards-principles-heading{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.75rem,3.5vw,2.5rem);
  font-weight:300;
  font-style:italic;
  color:rgba(245,245,243,.96);
  margin:0 0 1.1rem;
  line-height:1.12;
}
#page-standards .standards-accordion-band .standards-accordion{margin:0;max-width:none}
#page-standards .standards-accordion-band .standards-details{
  border:1px solid rgba(245,245,243,.16);
  border-radius:var(--r);
  background:rgba(245,245,243,.07);
  overflow:hidden;
}
#page-standards .standards-accordion-band .standards-details summary{
  cursor:pointer;
  list-style:none;
  font-family:'Barlow Condensed',sans-serif;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(245,245,243,.95);
  padding:1rem 2.75rem 1rem 1.15rem;
  position:relative;
}
#page-standards .standards-accordion-band .standards-details summary::-webkit-details-marker{display:none}
#page-standards .standards-accordion-band .standards-details summary::after{
  content:'+';
  position:absolute;
  right:1.1rem;
  top:50%;
  transform:translateY(-50%);
  font-size:1.15rem;
  font-weight:300;
  color:rgba(245,245,243,.55);
}
#page-standards .standards-accordion-band .standards-details[open] summary::after{content:'−'}
#page-standards .standards-accordion-band .standards-details p{
  font-size:.95rem;
  color:rgba(245,245,243,.82);
  font-weight:300;
  line-height:1.75;
  margin:0 0 .85rem;
  padding:0 1.15rem;
}
#page-standards .standards-accordion-band .standards-details p:last-child{
  margin-bottom:0;
  padding-bottom:1.2rem;
}
#page-standards .standards-accordion-band .standards-footnote{
  font-size:.88rem;
  color:rgba(245,245,243,.62);
  line-height:1.75;
  margin:1.85rem 0 0;
}
#page-standards .standards-accordion-band .standards-footnote a{
  color:var(--light);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
}
#page-standards .standards-accordion-band .standards-footnote a:hover{color:rgba(245,245,243,.95)}
.contact-form-note{font-size:.82rem;color:rgba(245,245,243,.45);margin:.35rem 0 1rem;line-height:1.55}
.service-panel-ctas{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:1rem}
.service-panel-footnote{font-size:.82rem;color:rgba(13,27,42,.48);margin-top:1rem;line-height:1.55}
.service-panel-footnote a,
.product-page-desc a{
  color:var(--navy);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
}
.service-panel-footnote a:hover,
.product-page-desc a:hover{color:rgba(13,27,42,.82)}
.standards-section-divider{border:none;border-top:1px solid rgba(13,27,42,.1);margin:clamp(1.75rem,4vw,2.75rem) 0 clamp(2rem,5vw,3rem);max-width:100%}
.standards-part2{max-width:640px;margin:0 0 clamp(2rem,4vw,3rem)}
.standards-part2__title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:300;font-style:italic;color:var(--navy);margin:0 0 1.15rem;line-height:1.12}
.standards-part2__lede,.standards-part2__after{font-family:'Barlow',sans-serif;font-size:clamp(.92rem,1.3vw,1.05rem);color:rgba(13,27,42,.62);font-weight:300;line-height:1.85;margin:0 0 1rem}
.standards-part2__after{margin-top:clamp(1rem,2vw,1.35rem);margin-bottom:0}
#page-standards .standards-format-tabs{display:flex;flex-wrap:wrap;gap:.4rem .25rem;border-bottom:1px solid rgba(13,27,42,.1);margin:clamp(1.1rem,2.5vw,1.65rem) 0 0;overflow:visible}
#page-standards .standards-format-tab-label-mobile{display:none}
#page-standards .standards-format-tab{flex:1 1 10rem;min-width:0;max-width:100%;font-family:'Barlow Condensed',sans-serif;font-size:clamp(.62rem,2vw,.85rem);letter-spacing:.06em;text-transform:uppercase;padding:.75rem .45rem;border:none;background:none;cursor:pointer;color:rgba(13,27,42,.38);position:relative;transition:color .3s;font-weight:400;text-align:left;line-height:1.25;box-sizing:border-box}
#page-standards .standards-format-tab::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--navy);transform:scaleX(0);transition:transform .3s var(--eox)}
#page-standards .standards-format-tab.active{color:var(--navy)}
#page-standards .standards-format-tab.active::after{transform:scaleX(1)}
#page-standards .standards-format-tab:hover{color:var(--navy)}
@media(max-width:768px){
  #page-standards .standards-format-tab-label-desktop{display:none}
  #page-standards .standards-format-tab-label-mobile{display:inline}
  #page-standards .standards-format-tabs{justify-content:space-between;gap:.25rem}
  #page-standards .standards-format-tab{flex:1 1 0;text-align:center;padding:.6rem .35rem}
}
#page-standards .standards-format-panels{padding:clamp(1.25rem,2.8vw,1.85rem) 0 0}
#page-standards .standards-format-panel{display:none}
#page-standards .standards-format-panel.active{display:block}
#page-standards .standards-format-panel p{margin:0;font-family:'Barlow',sans-serif;font-size:clamp(.92rem,1.3vw,1.05rem);color:rgba(13,27,42,.62);font-weight:300;line-height:1.85}
.standards-philosophy{max-width:640px;margin:0 0 clamp(2.25rem,5vw,3.25rem)}
.standards-philosophy p{
  font-family:'Barlow',sans-serif;
  font-size:clamp(.92rem,1.3vw,1.05rem);
  font-weight:300;
  font-style:normal;
  color:rgba(13,27,42,.62);
  line-height:1.85;
  margin:0 0 1rem;
}
.standards-philosophy p:last-child{margin-bottom:0}
.static-page-h3{font-family:'Barlow Condensed',sans-serif;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(13,27,42,.48);margin:1.75rem 0 .65rem;font-weight:600}
.static-page-body .product-page-desc .static-page-h3:first-of-type{margin-top:.5rem}
.partner-best-for{font-size:clamp(.88rem,1.2vw,.98rem);color:rgba(13,27,42,.68);margin:-.35rem 0 1.15rem;line-height:1.65}
.partner-audit-stats{margin:1rem 0 1.25rem;padding-left:1.15rem;color:rgba(13,27,42,.68);font-size:clamp(.9rem,1.25vw,1rem);line-height:1.75;font-weight:300}
.partner-audit-stats li{margin-bottom:.5rem}
@media(prefers-reduced-motion:reduce){.privacy-modal,.privacy-modal__panel{transition:none}}
