@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
:root{--accent:#ea3d4f;--accent-soft:#f7e7e9;--text:#2d2e2d;--muted:#747574;--white:#fff;--shadow-xs:0 4px 14px rgba(38,38,38,.045);--shadow-sm:0 10px 28px rgba(38,38,38,.06);--shadow-md:0 18px 48px rgba(38,38,38,.075);--serif:"DM Serif Display",Georgia,serif;--sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ease:cubic-bezier(.22,.75,.2,1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;background:#fff}body{margin:0;background:#fff;color:var(--text);font-family:var(--sans);line-height:1.55;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-appearance:none;appearance:none}button{cursor:pointer}.ui-icon{display:inline-block;width:18px;height:18px;flex:0 0 18px;background:currentColor;mask:var(--icon-url) center/contain no-repeat;-webkit-mask:var(--icon-url) center/contain no-repeat}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 10px 34px rgba(38,38,38,.035)}.site-header__inner{width:min(1380px,calc(100% - 48px));min-height:104px;margin:0 auto;display:grid;grid-template-columns:minmax(315px,1fr) auto auto;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:13px;color:var(--text);width:max-content}.brand__icon{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(234,61,79,.1));transition:transform .42s var(--ease),filter .42s var(--ease)}.brand:hover .brand__icon{transform:translateY(-1px) scale(1.025);filter:drop-shadow(0 11px 18px rgba(234,61,79,.15))}.brand__copy{display:flex;flex-direction:column}.brand__name{font-family:var(--serif);font-size:28px;line-height:1;color:var(--text);letter-spacing:-.02em}.brand__tagline{margin-top:7px;font-size:10px;letter-spacing:.075em;color:var(--muted);white-space:nowrap}.site-nav{position:relative;display:flex;align-items:center;gap:5px;padding:5px;border-radius:16px}.site-nav__indicator{position:absolute;left:0;top:5px;height:44px;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm);opacity:0;transition:transform .38s var(--ease),width .38s var(--ease),opacity .2s ease;pointer-events:none}.site-nav.is-ready .site-nav__indicator{opacity:1}.site-nav__link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 13px;color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap;transition:color .22s ease}.site-nav__link:hover{color:var(--accent)}.site-nav__link.is-active{color:var(--text)}.site-nav__link.is-members,.site-nav__link.is-members.is-active{color:var(--accent)}.lang-switch{display:flex;gap:5px;align-items:center;font-size:11px;color:#aaa}.lang-switch a{color:var(--muted);font-weight:700}.lang-switch a:hover,.lang-switch a.is-active{color:var(--accent)}.site-main{overflow:hidden}.site-section{padding:100px 0;scroll-margin-top:112px}.site-section:nth-child(even){background:#fff}.section-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);align-items:center;gap:72px}.hero-section{min-height:calc(100vh - 104px);display:flex;align-items:center;padding:80px 0}.eyebrow{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-weight:700;margin-bottom:13px}.section-copy h1,.section-copy h2,.stories-heading h1,.article-head h1{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;margin:0;color:var(--text)}.section-copy h1{font-size:clamp(54px,7vw,92px);line-height:.98}.section-copy h2{font-size:clamp(40px,4.4vw,64px);line-height:1}.section-body{margin-top:24px;max-width:670px;color:var(--muted);font-size:16px}.button-primary,.button-soft,.feedback-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:13px 18px;min-height:46px;transition:transform .24s var(--ease),box-shadow .24s var(--ease),color .24s ease}.button-primary{background:var(--accent);color:#fff;box-shadow:0 12px 30px rgba(234,61,79,.2);margin-top:28px}.button-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(234,61,79,.25)}.button-soft{background:#fff;color:var(--text);box-shadow:var(--shadow-sm)}.button-soft:hover{color:var(--accent)}.section-accent{height:360px;border-radius:30px;background:#fff;box-shadow:var(--shadow-md);display:grid;place-items:center;position:relative;overflow:hidden}.section-accent span{position:absolute;border-radius:50%;background:rgba(234,61,79,.07);filter:blur(1px)}.section-accent span:nth-child(1){width:190px;height:190px;right:12%;top:16%}.section-accent span:nth-child(2){width:90px;height:90px;left:14%;bottom:17%;background:rgba(45,46,45,.035)}.section-accent span:nth-child(3){width:20px;height:20px;background:var(--accent);opacity:.85}.platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.platform-card{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:19px;border-radius:17px;background:#fff;color:var(--text);box-shadow:var(--shadow-sm);transition:transform .24s var(--ease),box-shadow .24s var(--ease),color .24s ease}.platform-card:hover{color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.site-footer{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:28px 0 38px;color:var(--muted);font-size:11px}.cookie-banner{position:fixed;left:24px;right:24px;bottom:22px;z-index:100;max-width:760px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 18px;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(38,38,38,.13);backdrop-filter:blur(16px);animation:cookieIn .45s var(--ease)}.cookie-banner strong{font-family:var(--serif);font-size:18px;font-weight:400}.cookie-banner p{margin:3px 0 0;color:var(--muted);font-size:11px}.cookie-actions{display:flex;gap:8px;flex:0 0 auto}.cookie-actions button{border:0;border-radius:12px;background:#fff;box-shadow:var(--shadow-xs);padding:10px 12px;color:var(--muted);white-space:nowrap}.cookie-actions button:hover{color:var(--accent)}.cookie-actions button.is-primary{background:var(--accent);color:#fff;box-shadow:0 8px 20px rgba(234,61,79,.18)}@keyframes cookieIn{from{transform:translateY(22px);opacity:0}to{transform:none;opacity:1}}.age-gate{min-height:100vh;display:grid;place-items:center;padding:30px;background:#fff}.age-card{width:min(760px,100%);display:grid;grid-template-columns:280px 1fr;gap:42px;align-items:center;padding:42px;border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(38,38,38,.08)}.age-card .brand{align-self:flex-start;flex-direction:column;align-items:flex-start}.age-card .brand__icon{width:78px;height:78px}.age-card .brand__name{font-size:33px}.age-copy h1{font-family:var(--serif);font-size:47px;line-height:1;margin:0 0 18px;font-weight:400}.age-copy p{color:var(--muted);margin:0}.age-actions{display:flex;gap:10px;margin-top:25px}.age-actions .button-primary{margin-top:0}.age-language{margin-top:20px;display:flex;gap:6px;color:#aaa;font-size:11px}.stories-page,.article-page{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:82px 0}.stories-heading{margin-bottom:34px}.stories-heading h1,.article-head h1{font-size:clamp(46px,6vw,76px);line-height:1}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .28s var(--ease),box-shadow .28s var(--ease)}.story-card:hover{transform:translateY(-3px);box-shadow:0 22px 56px rgba(38,38,38,.09)}.story-card__image{display:block;aspect-ratio:16/9;overflow:hidden}.story-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.story-card:hover img{transform:scale(1.025)}.story-card__body{padding:20px}.story-card h2{font-family:var(--serif);font-weight:400;font-size:25px;line-height:1.1;margin:0 0 11px}.story-card h2 a{color:var(--text)}.story-card h2 a:hover{color:var(--accent)}.story-card p{font-size:12px;color:var(--muted);min-height:38px}.text-link{font-size:12px;font-weight:700}.empty-story{grid-column:1/-1;padding:40px;border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);color:var(--muted)}.article-page article{max-width:850px;margin:0 auto}.article-head{text-align:center;margin-bottom:36px}.article-featured{aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:38px}.article-featured img{width:100%;height:100%;object-fit:cover}.article-content{font-size:16px;line-height:1.78}.article-content h2,.article-content h3,.article-content h4{font-family:var(--serif);font-weight:400;line-height:1.15;margin:1.6em 0 .6em}.article-content h2{font-size:38px}.article-content h3{font-size:30px}.article-content h4{font-size:24px}.article-content a{color:var(--accent);text-decoration:none}.article-content blockquote{margin:30px 0;padding:22px 25px;border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);font-family:var(--serif);font-size:23px}.feedback-button{margin-top:34px;background:#fff;color:var(--accent);box-shadow:var(--shadow-sm)}.feedback-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.feedback-message{color:var(--muted);font-size:12px}.not-found{min-height:60vh;display:grid;place-items:center}.not-found h1{font-family:var(--serif);font-size:100px;font-weight:400}
@media(max-width:1120px){.site-header__inner{grid-template-columns:1fr auto}.site-nav{grid-column:1/-1;grid-row:2;overflow:auto;justify-content:flex-start;padding-bottom:8px}.site-header__inner{padding:13px 0;min-height:auto}.lang-switch{grid-column:2;grid-row:1}.site-nav__link{flex:0 0 auto}.site-nav__indicator{top:5px}.section-inner{gap:42px}.story-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.site-header__inner,.section-inner,.stories-page,.article-page,.site-footer{width:calc(100% - 28px)}.brand__icon{width:50px;height:50px}.brand__name{font-size:23px}.brand__tagline{font-size:8.8px}.site-section{padding:72px 0}.section-inner{grid-template-columns:1fr;gap:28px}.hero-section{min-height:auto;padding-top:84px}.section-accent{height:260px}.platform-grid{grid-template-columns:1fr}.story-grid{grid-template-columns:1fr}.age-card{grid-template-columns:1fr;padding:28px;gap:28px}.age-card .brand{flex-direction:row;align-items:center}.age-card .brand__icon{width:58px;height:58px}.age-card .brand__name{font-size:25px}.age-copy h1{font-size:39px}.cookie-banner{left:12px;right:12px;bottom:12px;flex-direction:column;align-items:stretch}.cookie-actions{width:100%}.cookie-actions button{flex:1}.article-content h2{font-size:32px}.article-content h3{font-size:27px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* =========================================================
   Gabriella Alba v8 — admin-identical sliding navigation
   ========================================================= */
.site-nav{
  position:relative;isolation:isolate;display:flex;align-items:center;gap:6px;padding:5px;background:transparent;border:0!important;box-shadow:none!important;border-radius:0;
}
.site-nav__indicator{
  position:absolute;z-index:0;top:0;left:0;width:0;height:44px;background:#fff;border:0;border-radius:14px;
  box-shadow:0 2px 8px rgba(35,35,34,.035),0 12px 30px rgba(35,35,34,.075);opacity:0;pointer-events:none;
  transform:translate3d(0,0,0);transition:transform 430ms cubic-bezier(.22,.74,.24,1),width 430ms cubic-bezier(.22,.74,.24,1),height 430ms cubic-bezier(.22,.74,.24,1),opacity 180ms ease;will-change:transform,width,height;
}
.site-nav.is-ready .site-nav__indicator{opacity:1}
.site-nav__link{
  position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 17px;color:var(--muted);background:transparent!important;border:0!important;border-radius:14px;box-shadow:none!important;transform:none!important;font-size:12.5px;font-weight:650;letter-spacing:.01em;white-space:nowrap;transition:color 230ms cubic-bezier(.22,.74,.24,1)!important;
}
.site-nav__link::before,.site-nav__link::after{display:none!important;content:none!important}
.site-nav__link:hover{color:var(--accent)!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}
.site-nav__link:hover .ui-icon{transform:none!important}
.site-nav__link:active{transform:none!important}
.site-nav__link.is-active{color:var(--text)!important;background:transparent!important;border:0!important;box-shadow:none!important}
.site-nav__link.is-members,.site-nav__link.is-members.is-active,.site-nav__link.is-members:hover{color:var(--accent)!important}
.site-nav__link .ui-icon{transition:color 230ms cubic-bezier(.22,.74,.24,1)!important}
.lang-switch a,.lang-switch a:hover,.lang-switch a:focus,.lang-switch a:active,.brand,.brand:hover,.text-link,.text-link:hover,.story-card a,.article-content a{text-decoration:none!important}
@media(max-width:1120px){.site-nav{padding:5px;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav__indicator{top:0}.site-nav__link{flex:0 0 auto}}

/* =========================================================
   v10 — explicitly defined sections only
   ========================================================= */
.hero-section--defined{min-height:calc(100vh - 104px);padding:0;background:#fff;display:block}.hero-defined{width:min(1380px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:64px;align-items:stretch;min-height:calc(100vh - 104px)}.hero-defined__quote{display:flex;align-items:center;padding:64px 0 80px;position:relative}.hero-defined__quote blockquote{margin:0;max-width:690px;font-family:var(--serif);font-size:clamp(46px,5.2vw,78px);line-height:1.03;letter-spacing:-.035em;color:var(--text);font-weight:400}.hero-quote-mark{position:absolute;top:19%;left:-8px;font-family:var(--serif);font-size:96px;line-height:1;color:var(--accent);opacity:.14;pointer-events:none}.hero-defined__visual{min-height:620px;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:0 24px 64px rgba(38,38,38,.09)}.hero-defined__visual img{width:100%;height:100%;min-height:620px;object-fit:cover;display:block}.hero-image-placeholder{width:100%;height:100%;min-height:620px;background:#fff;box-shadow:inset 0 0 0 1px rgba(45,46,45,.03)}.section-pending{font-family:var(--serif);font-size:30px;color:#aaa}.site-section--defined{padding:92px 0}.section-inner--single{display:block}.section-heading-defined{margin-bottom:28px}.section-heading-defined h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,4.3vw,58px);line-height:1;margin:0}.platform-grid--defined{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.platform-card--defined{justify-content:flex-start;min-height:92px;padding:18px 20px;border-radius:20px}.platform-card__icon{width:48px;height:48px;flex:0 0 48px;border-radius:16px;background:#fff;box-shadow:var(--shadow-xs);display:grid;place-items:center;color:var(--accent)}.platform-card__icon.has-icon{border-radius:0;background:var(--accent);box-shadow:none;-webkit-mask:var(--platform-icon) center/28px 28px no-repeat;mask:var(--platform-icon) center/28px 28px no-repeat}.platform-card__copy{min-width:0;display:flex;flex-direction:column;gap:4px}.platform-card__copy strong{font-family:var(--serif);font-size:22px;line-height:1.1;font-weight:400;color:var(--text)}.platform-card__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}.platform-card:hover .platform-card__copy strong,.platform-card:hover .platform-card__copy small{color:var(--accent)}.platform-card__arrow{margin-left:auto;color:var(--muted);display:grid;place-items:center}.platform-card:hover .platform-card__arrow{color:var(--accent)}
@media(max-width:980px){.hero-defined{grid-template-columns:1fr;gap:28px;min-height:auto}.hero-defined__quote{padding:70px 0 10px}.hero-defined__visual{min-height:480px;border-radius:26px}.hero-defined__visual img,.hero-image-placeholder{min-height:480px}.platform-grid--defined{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.hero-defined{width:calc(100% - 28px)}.hero-defined__quote blockquote{font-size:clamp(40px,12vw,58px)}.hero-defined__visual{min-height:420px}.hero-defined__visual img,.hero-image-placeholder{min-height:420px}.platform-grid--defined{grid-template-columns:1fr}.site-section--defined{padding:72px 0}}
\n/* v10.2 Hero + iOS glass header */
:root{--site-header-height:104px}
.site-header{background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);box-shadow:0 12px 34px rgba(35,35,35,.075);isolation:isolate}
.home-with-hero .site-header{margin-bottom:calc(-1 * var(--site-header-height))}
.home-with-hero .site-main{position:relative;z-index:1}
.home-with-hero .site-header{z-index:80}
.hero-section--defined{height:680px;min-height:0;max-height:680px;padding:0;background:#fff;overflow:hidden}
.hero-defined{height:680px;min-height:0;max-height:680px;align-items:stretch}
.hero-defined__quote{padding:calc(var(--site-header-height) + 32px) 0 54px;align-items:center}
.hero-defined__quote blockquote{color:var(--accent)}
.hero-quote-mark{color:var(--accent);opacity:.13;top:calc(var(--site-header-height) + 18px)}
.hero-defined__visual{height:680px;min-height:0;max-height:680px;border-radius:0 0 30px 30px;box-shadow:0 24px 64px rgba(38,38,38,.09)}
.hero-defined__visual img,.hero-image-placeholder{height:680px;min-height:0;max-height:680px}
@media(max-width:980px){.home-with-hero .site-header{margin-bottom:0}.hero-section--defined{height:auto;max-height:none;overflow:visible;padding-top:0}.hero-defined{height:auto;max-height:none;min-height:0}.hero-defined__quote{padding:60px 0 18px}.hero-defined__visual,.hero-defined__visual img,.hero-image-placeholder{height:480px;min-height:480px;max-height:480px}.hero-quote-mark{top:22px}}
@media(max-width:760px){.hero-defined__visual,.hero-defined__visual img,.hero-image-placeholder{height:420px;min-height:420px;max-height:420px}}

/* v10.3 — pure white visual system + refined hero */
:root{--accent-soft:#fff!important}
html,body,.site-main,.site-section,.hero-section--defined,.hero-defined,.hero-defined__quote,.hero-defined__visual,.hero-image-placeholder,.stories-page,.article-page{background:#fff!important}
.site-section:nth-child(even){background:#fff!important}

/* Quote: only quotation mark uses accent; copy stays primary text and is more restrained. */
.hero-defined__quote blockquote{
  color:var(--text)!important;
  font-size:clamp(38px,4.15vw,62px)!important;
  line-height:1.06!important;
}
.hero-quote-mark{
  color:var(--accent)!important;
  opacity:1!important;
}

/* Hero image is completely flat: no card shadow, no tinted surface. */
.hero-defined__visual{
  background:#fff!important;
  box-shadow:none!important;
}
.hero-defined__visual img{
  box-shadow:none!important;
  background:#fff!important;
}
.hero-image-placeholder{
  background:#fff!important;
  box-shadow:none!important;
}

/* Never use light-grey section surfaces. */
.section-accent,.empty-story,.article-content blockquote{background:#fff!important}

@media(max-width:760px){
  .hero-defined__quote blockquote{font-size:clamp(34px,10vw,50px)!important}
}


/* v10.4 — natural hero/header overlap, inline quote mark, no image crop */
.home-with-hero .site-header{
  margin-bottom:0!important;
  background:rgba(255,255,255,.97)!important;
  -webkit-backdrop-filter:blur(22px) saturate(165%)!important;
  backdrop-filter:blur(22px) saturate(165%)!important;
  transition:background-color .35s var(--ease),box-shadow .35s var(--ease),backdrop-filter .35s var(--ease)!important;
}
.home-with-hero .site-header.is-scrolled{
  background:rgba(255,255,255,.80)!important;
  -webkit-backdrop-filter:blur(26px) saturate(175%)!important;
  backdrop-filter:blur(26px) saturate(175%)!important;
  box-shadow:0 12px 34px rgba(35,35,35,.07)!important;
}
.home-with-hero .site-main{position:relative;z-index:1}
.hero-section--defined{padding:0!important;background:#fff!important}
.hero-defined{height:680px!important;max-height:680px!important;min-height:0!important;align-items:stretch!important}
.hero-defined__quote{padding:40px 0 48px!important;align-items:center!important}
.hero-defined__quote blockquote{
  position:relative!important;
  padding-top:42px!important;
  font-size:clamp(34px,3.65vw,54px)!important;
  line-height:1.08!important;
}
.hero-quote-mark{
  position:absolute!important;
  top:0!important;
  left:0!important;
  font-size:68px!important;
  line-height:.72!important;
  opacity:1!important;
  color:var(--accent)!important;
}
.hero-quote-text{display:block;color:var(--text)!important}
.hero-defined__visual{
  height:680px!important;
  min-height:0!important;
  max-height:680px!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.hero-defined__visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:680px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  transform:none!important;
  scale:1!important;
  box-shadow:none!important;
  background:#fff!important;
}
@media(max-width:980px){
  .hero-defined{height:auto!important;max-height:none!important}
  .hero-defined__quote{padding:54px 0 18px!important}
  .hero-defined__quote blockquote{padding-top:34px!important;font-size:clamp(34px,7vw,48px)!important}
  .hero-quote-mark{font-size:56px!important}
  .hero-defined__visual{height:480px!important;max-height:480px!important}
  .hero-defined__visual img{height:480px!important;max-height:480px!important;object-fit:contain!important}
}
@media(max-width:760px){
  .hero-defined__visual{height:420px!important;max-height:420px!important}
  .hero-defined__visual img{height:420px!important;max-height:420px!important}
}

/* v10.5 — mobile fullscreen navigation + refined mobile hero */
.mobile-menu-toggle,.mobile-menu,.mobile-menu-close{display:none}

@media(max-width:760px){
  .site-header{box-shadow:none!important;background:rgba(255,255,255,.82)!important;-webkit-backdrop-filter:blur(20px) saturate(165%);backdrop-filter:blur(20px) saturate(165%)}
  .site-header.is-scrolled{box-shadow:none!important;background:rgba(255,255,255,.68)!important}
  .site-header__inner{width:calc(100% - 28px)!important;grid-template-columns:1fr auto!important;min-height:84px!important;padding:10px 0!important;gap:12px!important}
  .site-header .site-nav,.site-header .lang-switch{display:none!important}
  .site-header .brand__icon{width:46px;height:46px}
  .site-header .brand__name{font-size:22px}
  .site-header .brand__tagline{font-size:8.4px;margin-top:6px}

  .mobile-menu-toggle{display:grid;width:48px;height:48px;border:0;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm);place-content:center;gap:6px;color:var(--text);padding:0;transition:transform .28s var(--ease),color .2s ease,box-shadow .28s var(--ease)}
  .mobile-menu-toggle:hover{color:var(--accent)}
  .mobile-menu-toggle:active{transform:scale(.96)}
  .mobile-menu-toggle span{display:block;width:20px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .3s var(--ease)}

  .mobile-menu{display:block;position:fixed;inset:0;z-index:250;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(26px) saturate(170%);backdrop-filter:blur(26px) saturate(170%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .34s var(--ease),visibility .34s step-end}
  .mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .34s var(--ease),visibility 0s}
  .mobile-menu__inner{height:100%;min-height:100dvh;width:min(100%,640px);margin:0 auto;padding:max(18px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow:auto}
  .mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:24px}
  .mobile-menu__top .brand__icon{width:50px;height:50px}.mobile-menu__top .brand__name{font-size:24px}.mobile-menu__top .brand__tagline{font-size:8.8px}
  .mobile-menu-close{display:grid;width:48px;height:48px;flex:0 0 48px;border:0;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm);place-content:center;color:var(--text);padding:0;position:relative;transition:color .2s ease,transform .25s var(--ease)}
  .mobile-menu-close:hover{color:var(--accent)}.mobile-menu-close:active{transform:scale(.96)}
  .mobile-menu-close span{position:absolute;left:14px;top:23px;width:20px;height:1.5px;border-radius:999px;background:currentColor}.mobile-menu-close span:first-child{transform:rotate(45deg)}.mobile-menu-close span:last-child{transform:rotate(-45deg)}

  .mobile-menu__nav{display:grid;gap:8px;margin:auto 0;padding:22px 0}
  .mobile-menu__link{display:flex;align-items:center;gap:16px;min-height:60px;padding:0 18px;border-radius:18px;background:#fff;color:var(--text);box-shadow:0 5px 18px rgba(38,38,38,.045);font-size:16px;font-weight:650;transition:color .22s ease,transform .28s var(--ease),box-shadow .28s var(--ease)}
  .mobile-menu__link .ui-icon{width:21px;height:21px;flex-basis:21px;color:var(--muted);transition:color .22s ease}
  .mobile-menu__link:hover,.mobile-menu__link.is-active{color:var(--accent);box-shadow:var(--shadow-sm)}
  .mobile-menu__link:hover .ui-icon,.mobile-menu__link.is-active .ui-icon{color:var(--accent)}
  .mobile-menu__link:active{transform:scale(.985)}
  .mobile-menu__link.is-members{color:var(--accent)}.mobile-menu__link.is-members .ui-icon{color:var(--accent)}

  .mobile-menu__languages{padding-top:22px;margin-top:10px;box-shadow:0 -10px 28px -28px rgba(38,38,38,.3)}
  .mobile-menu__languages-label{display:block;margin-bottom:10px;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:750}
  .mobile-language-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .mobile-language-switch a{display:grid;place-items:center;min-height:54px;border-radius:16px;background:#fff;color:var(--muted);box-shadow:var(--shadow-sm);font-weight:750;font-size:14px;transition:color .2s ease,box-shadow .25s var(--ease),transform .25s var(--ease)}
  .mobile-language-switch a.is-active,.mobile-language-switch a:hover{color:var(--accent);box-shadow:var(--shadow-md)}
  .mobile-language-switch a:active{transform:scale(.98)}
  body.mobile-menu-open{overflow:hidden;touch-action:none}

  .hero-defined__visual{position:relative!important;overflow:hidden!important;background:#fff!important;border-radius:0!important}
  .hero-defined__visual::before,.hero-defined__visual::after{content:"";position:absolute;left:0;right:0;height:92px;z-index:2;pointer-events:none}
  .hero-defined__visual::before{top:0;background:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,.94) 18%,rgba(255,255,255,0) 100%)}
  .hero-defined__visual::after{bottom:0;background:linear-gradient(to top,#fff 0%,rgba(255,255,255,.94) 18%,rgba(255,255,255,0) 100%)}
  .hero-defined__visual img{position:relative;z-index:1;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;transform:none!important}
}

/* v10.6 — mobile hero fade overlaps 1px beyond the image bounds */
@media(max-width:760px){
  .hero-defined__visual{overflow:visible!important;position:relative!important}
  .hero-defined__visual::before{
    content:""!important;
    position:absolute!important;
    z-index:2!important;
    pointer-events:none!important;
    top:-1px!important;
    right:0!important;
    bottom:-1px!important;
    left:0!important;
    background:
      linear-gradient(to bottom,#fff 0,rgba(255,255,255,.96) 1px,rgba(255,255,255,0) 22%),
      linear-gradient(to top,#fff 0,rgba(255,255,255,.96) 1px,rgba(255,255,255,0) 22%)!important;
  }
}

/* v10.7 — desktop hero/header blend */
@media(min-width:761px){
  /* remove any visual gradient/shadow under the header */
  .site-header,
  .site-header.is-scrolled{
    box-shadow:none!important;
  }

  /* blend only the top of the hero image into the white header area */
  .hero-defined__visual{
    position:relative!important;
    overflow:visible!important;
  }

  .hero-defined__visual::before{
    content:""!important;
    position:absolute!important;
    z-index:3!important;
    pointer-events:none!important;
    top:-1px!important;
    left:0!important;
    right:0!important;
    height:150px!important;
    background:linear-gradient(
      to bottom,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.96) 18%,
      rgba(255,255,255,.72) 42%,
      rgba(255,255,255,.28) 72%,
      rgba(255,255,255,0) 100%
    )!important;
    -webkit-backdrop-filter:blur(12px)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 35%,rgba(0,0,0,.65) 65%,transparent 100%)!important;
    mask-image:linear-gradient(to bottom,#000 0%,#000 35%,rgba(0,0,0,.65) 65%,transparent 100%)!important;
  }
}

/* v10.9 — desktop: no hero gradient, no header shadow */
@media(min-width:761px){
  .site-header,
  .site-header.is-scrolled{
    box-shadow:none!important;
  }
  .hero-defined__visual::before{
    content:none!important;
    display:none!important;
    background:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
}

/* v10.11 — About Me */
.about-defined{background:#fff!important;padding:110px 0}
.about-defined__inner{width:min(860px,calc(100% - 48px));margin:0 auto}
.about-defined__copy{max-width:720px}
.about-defined h2{margin:8px 0 14px;font-family:var(--serif);font-size:clamp(38px,4.2vw,58px);font-weight:500;line-height:1.05;color:var(--text)}
.about-defined__line{display:block;width:34px;height:1px;background:var(--accent);margin:22px 0 26px}
.about-defined__intro{font-size:17px;line-height:1.8;color:var(--text);max-width:690px}
.about-more{margin-top:30px;border:0;border-radius:14px;background:var(--accent);color:#fff;padding:14px 19px;font:inherit;font-weight:650;box-shadow:0 12px 28px rgba(234,61,79,.18);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.about-more:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(234,61,79,.24)}
.about-modal{position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s var(--ease),visibility .28s step-end}
.about-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .28s var(--ease),visibility 0s}
.about-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(255,255,255,.76);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}
.about-modal__dialog{position:relative;width:min(760px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:auto;background:#fff;border-radius:26px;padding:48px;box-shadow:0 28px 80px rgba(31,31,31,.14);transform:translateY(12px) scale(.985);transition:transform .3s var(--ease)}
.about-modal.is-open .about-modal__dialog{transform:none}
.about-modal__dialog h2{font-family:var(--serif);font-size:clamp(34px,4vw,50px);font-weight:500;margin:8px 0 28px}
.about-modal__content{font-size:16px;line-height:1.8}.about-modal__content p{margin:0 0 18px}.about-modal__content p:last-child{margin-bottom:0}
.about-modal__close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:13px;background:#fff;color:var(--text);box-shadow:var(--shadow-sm);font-size:25px;line-height:1;transition:color .2s ease,transform .2s ease}.about-modal__close:hover{color:var(--accent);transform:scale(1.04)}
body.about-modal-open{overflow:hidden}
@media(max-width:760px){.about-defined{padding:78px 0}.about-defined__inner{width:calc(100% - 36px)}.about-defined__intro{font-size:16px;line-height:1.75}.about-modal{padding:14px}.about-modal__dialog{padding:38px 24px 28px;border-radius:22px;max-height:calc(100dvh - 28px)}}

/* v10.12 — formatted About content */
.rich-content p,.about-modal__content p{margin:0 0 18px}
.rich-content p:last-child,.about-modal__content p:last-child{margin-bottom:0}
.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4,.rich-content h5,.rich-content h6,
.about-modal__content h1,.about-modal__content h2,.about-modal__content h3,.about-modal__content h4,.about-modal__content h5,.about-modal__content h6{font-family:var(--serif);font-weight:500;line-height:1.18;color:var(--text);margin:28px 0 12px}
.rich-content h1,.about-modal__content h1{font-size:2.25em}.rich-content h2,.about-modal__content h2{font-size:1.9em}.rich-content h3,.about-modal__content h3{font-size:1.55em}.rich-content h4,.about-modal__content h4{font-size:1.3em}.rich-content h5,.about-modal__content h5{font-size:1.12em}.rich-content h6,.about-modal__content h6{font-size:1em}
.rich-content ul,.rich-content ol,.about-modal__content ul,.about-modal__content ol{margin:18px 0;padding-left:24px}
.rich-content li,.about-modal__content li{margin:7px 0}
.rich-content a,.about-modal__content a{color:var(--accent);text-decoration:none}
.rich-content a:hover,.about-modal__content a:hover{color:var(--accent)}

/* v10.13 — compact About popup typography */
.about-modal__dialog h2{
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1.02!important;
  margin:6px 0 20px!important;
  letter-spacing:-.025em;
}
.about-modal__content{
  line-height:1.62!important;
}
.about-modal__content p{margin-bottom:13px!important}
.about-modal__content h1,.about-modal__content h2,.about-modal__content h3,
.about-modal__content h4,.about-modal__content h5,.about-modal__content h6{
  line-height:1.08!important;
  margin:20px 0 9px!important;
}
@media(max-width:760px){
  .about-modal__dialog h2{font-size:30px!important;line-height:1!important;margin-bottom:16px!important}
  .about-modal__content{line-height:1.58!important}
  .about-modal__content p{margin-bottom:12px!important}
}

/* v10.15 — long About popup scrolls naturally on mobile */
@media(max-width:760px){
  .about-modal{
    display:block!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch;
    padding:14px!important;
    overscroll-behavior:contain;
  }
  .about-modal__backdrop{
    position:fixed!important;
    inset:0!important;
  }
  .about-modal__dialog{
    margin:14px auto!important;
    max-height:none!important;
    min-height:0!important;
    overflow:visible!important;
    width:100%!important;
  }
  body.about-modal-open{
    overflow:hidden!important;
  }
}

/* v10.20 — About modal: topmost layer + mobile scroll + stable animation */
.about-modal{
  z-index:99999!important;
  position:fixed!important;
  inset:0!important;
}
.about-modal__backdrop{
  z-index:0!important;
}
.about-modal__dialog{
  z-index:1!important;
}

@media(max-width:760px){
  .about-modal{
    display:block!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    padding:0!important;
    background:rgba(255,255,255,.78)!important;
    -webkit-backdrop-filter:blur(18px) saturate(150%)!important;
    backdrop-filter:blur(18px) saturate(150%)!important;
  }
  .about-modal__backdrop{
    position:fixed!important;
    inset:0!important;
    background:transparent!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .about-modal__dialog{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    max-height:none!important;
    min-height:0!important;
    margin:calc(env(safe-area-inset-top) + 14px) auto calc(env(safe-area-inset-bottom) + 22px)!important;
    padding:42px 24px 30px!important;
    overflow:visible!important;
    transform:none!important;
    opacity:0!important;
    transition:opacity .22s ease!important;
    border-radius:22px!important;
  }
  .about-modal.is-open .about-modal__dialog{
    transform:none!important;
    opacity:1!important;
  }
  .about-modal__close{
    position:sticky!important;
    float:right!important;
    top:12px!important;
    right:12px!important;
    z-index:3!important;
    margin:-24px -8px 0 0!important;
  }
  body.about-modal-open{
    overflow:hidden!important;
    touch-action:auto!important;
  }
  .site-header,
  .mobile-menu{
    z-index:200!important;
  }
}

/* v10.21 — About modal clean entrance without first-frame flash */
.about-modal{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease,visibility 0s linear .18s!important;
}
.about-modal.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:opacity .18s ease,visibility 0s!important;
}
.about-modal__dialog{
  opacity:0!important;
  transform:translateY(8px)!important;
  transition:opacity .18s ease,transform .22s cubic-bezier(.22,.8,.28,1)!important;
}
.about-modal.is-open .about-modal__dialog{
  opacity:1!important;
  transform:translateY(0)!important;
}
@media(max-width:760px){
  .about-modal__dialog{
    opacity:0!important;
    transform:translateY(10px)!important;
    transition:opacity .16s ease,transform .2s cubic-bezier(.22,.8,.28,1)!important;
  }
  .about-modal.is-open .about-modal__dialog{
    opacity:1!important;
    transform:translateY(0)!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .about-modal,.about-modal__dialog{transition:none!important;transform:none!important}
}

/* v10.22 — clean About popup surface, no shadow */
.about-modal{
  background:rgba(255,255,255,.88)!important;
  -webkit-backdrop-filter:blur(14px) saturate(145%)!important;
  backdrop-filter:blur(14px) saturate(145%)!important;
}
.about-modal__backdrop{
  background:transparent!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.about-modal__dialog{
  background:#fff!important;
  box-shadow:none!important;
  border:0!important;
}
.about-modal__close{
  box-shadow:none!important;
  background:#fff!important;
}
.about-modal{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .16s ease,visibility 0s linear .16s!important;
}
.about-modal.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:opacity .16s ease,visibility 0s!important;
}
.about-modal__dialog{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}
@media(max-width:760px){
  .about-modal{
    background:rgba(255,255,255,.94)!important;
    -webkit-backdrop-filter:blur(12px) saturate(140%)!important;
    backdrop-filter:blur(12px) saturate(140%)!important;
  }
  .about-modal__dialog{
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
    transition:none!important;
  }
}

/* v10.24 — global popup/modal layer above absolutely everything */
:root{
  --ga-z-header:1000;
  --ga-z-mobile-menu:5000;
  --ga-z-popup:1000000;
}

/* Site chrome stays below dialogs */
.site-header,
.site-header.is-scrolled{
  z-index:var(--ga-z-header)!important;
}
.mobile-menu,
.mobile-nav,
[data-mobile-menu]{
  z-index:var(--ga-z-mobile-menu)!important;
}

/* All current and future popup/modal surfaces */
.about-modal,
.modal,
.popup,
.dialog-overlay,
.lightbox,
[data-modal],
[data-popup],
[role="dialog"][aria-modal="true"]{
  position:fixed!important;
  z-index:var(--ga-z-popup)!important;
}

/* Keep internal dialog/backdrop layers inside the modal's own stacking context. */
.about-modal__backdrop,
.modal__backdrop,
.popup__backdrop{
  z-index:0!important;
}
.about-modal__dialog,
.modal__dialog,
.popup__dialog,
[role="dialog"][aria-modal="true"]{
  z-index:1!important;
}

/* Avoid transformed ancestors from visually competing with fixed popups. */
body:has(.about-modal.is-open) .site-header,
body:has(.modal.is-open) .site-header,
body:has(.popup.is-open) .site-header{
  z-index:var(--ga-z-header)!important;
}

/* v10.25 — definitive body-level modal portal */
body > .about-modal,
body > .modal,
body > .popup,
body > .dialog-overlay,
body > .lightbox,
body > [data-modal],
body > [data-popup],
[data-ga-portaled="true"]{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  isolation:isolate!important;
}

/* Header/nav can never compete with the portal. */
.site-header,
.site-header.is-scrolled,
.mobile-menu,
.mobile-nav,
[data-mobile-menu]{
  z-index:1000!important;
}

/* The modal itself owns its whole viewport. */
body > .about-modal{
  width:100vw!important;
  height:100dvh!important;
  max-width:none!important;
  margin:0!important;
}

/* Preserve long-popup scrolling on mobile after moving under body. */
@media(max-width:760px){
  body > .about-modal{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

body.about-modal-open .site-main{
  z-index:auto!important;
}

/* v10.31 — About Me image */
.about-defined__inner{
  display:grid!important;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr)!important;
  align-items:center!important;
  gap:clamp(42px,6vw,88px)!important;
}
.about-defined__media{
  width:100%;
  max-width:430px;
  aspect-ratio:4 / 5;
  justify-self:center;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
}
.about-defined__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
@media(max-width:760px){
  .about-defined__inner{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .about-defined__media{
    width:min(82vw,380px);
    border-radius:24px;
  }
}

/* v10.32 — Hero image has no white gradients on desktop or mobile */
.hero-defined__visual::before,
.hero-defined__visual::after{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
@media(max-width:760px){
  .hero-defined__visual::before,
  .hero-defined__visual::after{
    content:none!important;
    display:none!important;
    background:none!important;
  }
}

/* v10.35 — Latest Stories */
.latest-stories{
  background:#fff!important;
  padding:108px 0 116px;
}
.latest-stories__inner{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.latest-stories__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:34px;
}
.latest-stories__head .eyebrow{
  display:block;
  margin-bottom:7px;
}
.latest-stories__head h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(38px,4.1vw,58px);
  line-height:1.02;
  font-weight:500;
  letter-spacing:-.025em;
  color:var(--text);
}
.latest-stories__head h2::first-letter{
  color:inherit;
}
.latest-stories__head p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.latest-stories__all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  padding:10px 0;
  color:var(--text);
  text-decoration:none!important;
  font-size:11px;
  font-weight:750;
  letter-spacing:.06em;
  text-transform:uppercase;
  transition:color .22s ease;
}
.latest-stories__all:hover{color:var(--accent)}
.latest-stories__arrow{
  display:inline-block;
  font-size:18px;
  font-weight:400;
  line-height:1;
  transition:transform .24s cubic-bezier(.22,.8,.28,1);
}
.latest-stories__all:hover .latest-stories__arrow{transform:translateX(4px)}
.latest-stories__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.latest-story-card{
  min-width:0;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,46,45,.055);
  transform:translateY(0);
  transition:transform .32s cubic-bezier(.22,.8,.28,1),box-shadow .32s ease;
}
.latest-story-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(45,46,45,.085);
}
.latest-story-card__media{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#fff;
  text-decoration:none!important;
}
.latest-story-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.001);
  transition:transform .55s cubic-bezier(.22,.8,.28,1);
}
.latest-story-card:hover .latest-story-card__media img{transform:scale(1.025)}
.latest-story-card__placeholder{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  font-family:var(--serif);
  font-size:72px;
  color:rgba(234,61,79,.28);
  background:#fff;
}
.latest-story-card__body{
  padding:24px 24px 23px;
}
.latest-story-card__label{
  display:block;
  margin-bottom:11px;
  color:var(--accent);
  font-size:10px;
  font-weight:750;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.latest-story-card h3{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(23px,2vw,30px);
  line-height:1.14;
  font-weight:500;
  letter-spacing:-.018em;
}
.latest-story-card h3 a{
  color:var(--text);
  text-decoration:none!important;
  transition:color .22s ease;
}
.latest-story-card h3 a:hover{color:var(--accent)}
.latest-story-card__body p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  min-height:4.65em;
  margin:15px 0 0;
  color:var(--text);
  opacity:.8;
  font-size:14px;
  line-height:1.55;
}
.latest-story-card__meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:20px;
  color:var(--muted);
  font-size:10.5px;
}
.latest-story-card__meta i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:rgba(45,46,45,.3);
}
.latest-stories__all--mobile{display:none}

@media(max-width:980px){
  .latest-stories__grid{gap:16px}
  .latest-story-card__body{padding:20px}
  .latest-story-card h3{font-size:24px}
}
@media(max-width:760px){
  .latest-stories{
    padding:78px 0 84px;
  }
  .latest-stories__inner{
    width:calc(100% - 36px);
  }
  .latest-stories__head{
    display:block;
    margin-bottom:25px;
  }
  .latest-stories__head h2{
    font-size:40px;
  }
  .latest-stories__head > .latest-stories__all{
    display:none;
  }
  .latest-stories__grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .latest-story-card{
    border-radius:21px;
  }
  .latest-story-card__media{
    aspect-ratio:16/10;
  }
  .latest-story-card__body{
    padding:21px;
  }
  .latest-story-card__body p{
    min-height:0;
  }
  .latest-stories__all--mobile{
    display:inline-flex;
    margin-top:22px;
  }
}

/* v10.42 — Stories Members Area CTA */
.stories-page .stories-heading{
  width:min(1180px,calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
.stories-members-cta{
  width:min(560px,calc(50% - 24px));
  margin:-116px max(24px,calc((100% - 1180px)/2)) 54px auto;
  padding:24px 26px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  border-radius:24px;
  background:#fff;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 12px 34px rgba(45,46,45,.065);
  -webkit-tap-highlight-color:transparent;
  transition:transform .24s cubic-bezier(.22,.8,.28,1),box-shadow .24s ease;
}
.stories-members-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 17px 40px rgba(45,46,45,.09);
}
.stories-members-cta__icon{
  width:54px;height:54px;display:grid;place-items:center;border-radius:18px;
  background:rgba(234,61,79,.07);
}
.stories-members-cta__icon .ui-icon{width:23px;height:23px;background-color:var(--accent)}
.stories-members-cta__copy{min-width:0}
.stories-members-cta__copy .eyebrow{display:block;margin-bottom:5px}
.stories-members-cta__copy h2{
  margin:0;font-family:var(--serif);font-size:clamp(22px,1.7vw,28px);line-height:1.08;
  font-weight:500;letter-spacing:-.018em;color:var(--text);
}
.stories-members-cta__copy p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.stories-members-cta__arrow{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;transition:transform .24s cubic-bezier(.22,.8,.28,1)}
.stories-members-cta__arrow .ui-icon{width:17px;height:17px;background-color:var(--accent)}
.stories-members-cta:hover .stories-members-cta__arrow{transform:translateX(4px)}
@media(max-width:900px){
  .stories-members-cta{width:calc(100% - 48px);margin:0 auto 42px}
}
@media(max-width:760px){
  .stories-page .stories-heading{width:calc(100% - 36px)}
  .stories-members-cta{width:calc(100% - 36px);margin:0 auto 30px;padding:22px;grid-template-columns:auto 1fr auto;gap:14px;border-radius:21px}
  .stories-members-cta__icon{width:48px;height:48px;border-radius:16px}
  .stories-members-cta__copy h2{font-size:23px}
  .stories-members-cta__copy p{font-size:11px}
}

/* v10.43 — Article feedback as an unmistakable interactive banner */
.article-feedback-wrap{
  margin-top:42px;
  max-width:760px;
}
.feedback-button{
  width:100%;
  margin:0;
  padding:20px 22px;
  min-height:84px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 30px;
  align-items:center;
  gap:17px;
  text-align:left;
  border:0;
  border-radius:22px;
  background:#fff;
  color:var(--text);
  box-shadow:0 12px 34px rgba(45,46,45,.075);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:transform .24s var(--ease),box-shadow .24s var(--ease),opacity .24s ease;
}
.feedback-button__icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:rgba(234,61,79,.075);
  transition:transform .24s var(--ease),background .24s ease;
}
.feedback-button__icon .ui-icon{
  width:21px;
  height:21px;
  background-color:var(--accent);
}
.feedback-button__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.feedback-button__copy strong{
  color:var(--accent);
  font-size:15px;
  line-height:1.25;
  font-weight:700;
}
.feedback-button__copy small{
  color:var(--muted);
  font-size:11px;
  line-height:1.45;
  font-weight:400;
}
.feedback-button__arrow{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}
.feedback-button__arrow .ui-icon{
  width:17px;
  height:17px;
  background-color:var(--accent);
  transition:transform .24s var(--ease);
}
.feedback-button:hover{
  transform:translateY(-3px);
  box-shadow:0 17px 42px rgba(45,46,45,.105);
}
.feedback-button:hover .feedback-button__icon{
  transform:scale(1.055);
  background:rgba(234,61,79,.11);
}
.feedback-button:hover .feedback-button__arrow .ui-icon{
  transform:translateX(3px);
}
.feedback-button:active{
  transform:translateY(-1px) scale(.995);
}
.feedback-button.is-sending{
  opacity:.72;
}
.feedback-button.is-sent{
  cursor:default;
  transform:none;
  box-shadow:0 10px 28px rgba(45,46,45,.055);
}
.feedback-message{
  margin:12px 0 0;
  padding:13px 16px;
  display:flex;
  align-items:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  border-radius:14px;
  background:rgba(234,61,79,.065);
  color:var(--text);
  font-size:12px;
  line-height:1.4;
  box-shadow:none;
  opacity:0;
  transform:translateY(-5px);
  transition:opacity .25s ease,transform .25s var(--ease);
}
.feedback-message[hidden]{display:none}
.feedback-message.is-visible{
  opacity:1;
  transform:none;
}
.feedback-message__icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:var(--accent);
}
.feedback-message__icon .ui-icon{
  width:13px;
  height:13px;
  background-color:#fff!important;
}
@media(max-width:760px){
  .article-feedback-wrap{margin-top:34px}
  .feedback-button{
    min-height:80px;
    padding:17px;
    grid-template-columns:44px minmax(0,1fr) 24px;
    gap:13px;
    border-radius:20px;
  }
  .feedback-button__icon{
    width:44px;
    height:44px;
    border-radius:14px;
  }
  .feedback-button__copy strong{font-size:14px}
  .feedback-button__copy small{font-size:10.5px}
  .feedback-message{
    width:100%;
    padding:12px 14px;
  }
}

/* v10.44 — Stories title + Members banner share one vertically-centered row */
.stories-page .stories-top{
  width:100%;
  margin:0 0 54px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(500px,560px);
  align-items:center;
  gap:64px;
}
.stories-page .stories-heading{
  width:auto;
  margin:0;
  align-self:center;
}
.stories-page .stories-heading .eyebrow{
  margin-bottom:13px;
}
.stories-page .stories-heading h1{
  margin:0;
}
.stories-page .stories-members-cta{
  width:100%;
  margin:0;
  align-self:center;
}
@media(max-width:900px){
  .stories-page .stories-top{
    display:block;
    margin-bottom:42px;
  }
  .stories-page .stories-heading{
    width:100%;
    margin:0 0 30px;
  }
  .stories-page .stories-members-cta{
    width:100%;
    margin:0;
  }
}
@media(max-width:760px){
  .stories-page .stories-top{margin-bottom:30px}
  .stories-page .stories-heading{width:100%;margin-bottom:24px}
  .stories-page .stories-members-cta{width:100%}
}

/* v10.45 — full-width feedback banner with integrated success state */
.article-page article{
  width:100%;
}
.article-feedback-wrap{
  width:100%;
  max-width:none!important;
  margin-top:42px;
}
.feedback-button{
  width:100%!important;
  grid-template-columns:48px minmax(0,1fr) auto!important;
}
.feedback-button__arrow{
  display:none!important;
}
.feedback-button__success{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  min-width:0;
  color:#278a4b;
  font-size:12px;
  line-height:1.35;
  font-weight:700;
  opacity:0;
  transform:translateX(8px);
  transition:opacity .25s ease,transform .25s var(--ease);
}
.feedback-button__success[hidden]{
  display:none!important;
}
.feedback-button__success.is-visible{
  opacity:1;
  transform:none;
}
.feedback-button__success-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#278a4b;
}
.feedback-button__success-icon .ui-icon{
  width:14px;
  height:14px;
  background-color:#fff!important;
}
.feedback-button.is-sent{
  cursor:default;
}
.feedback-button.is-sent .feedback-button__icon{
  background:rgba(39,138,75,.08);
}
.feedback-button.is-sent .feedback-button__icon .ui-icon{
  background-color:#278a4b;
}
.feedback-message{
  display:none!important;
}
@media(max-width:760px){
  .feedback-button{
    grid-template-columns:44px minmax(0,1fr)!important;
  }
  .feedback-button__success{
    grid-column:1 / -1;
    justify-content:flex-start;
    padding-left:57px;
    margin-top:2px;
    font-size:11px;
  }
}

/* v10.46 — larger Members Area CTA affordance */
.stories-members-cta__arrow{
  width:52px!important;
  height:52px!important;
  border-radius:16px;
  background:rgba(234,61,79,.075);
  transition:transform .24s var(--ease),background .24s ease;
}
.stories-members-cta__arrow .ui-icon{
  width:22px!important;
  height:22px!important;
}
.stories-members-cta:hover .stories-members-cta__arrow{
  transform:translateX(3px);
  background:rgba(234,61,79,.12);
}
@media(max-width:760px){
  .stories-members-cta__arrow{
    width:46px!important;
    height:46px!important;
    border-radius:14px;
  }
  .stories-members-cta__arrow .ui-icon{
    width:20px!important;
    height:20px!important;
  }
}

/* v10.47 — sent feedback title follows the green success state */
.feedback-button.is-sent .feedback-button__copy strong{
  color:#278a4b!important;
}

/* v10.51 — Lifestyle text-only section */
.lifestyle-defined{background:#fff!important;padding:110px 0}
.lifestyle-defined__inner{width:min(944px,calc(100% - 48px));margin:0 auto}
.lifestyle-defined__copy{width:100%;max-width:none;margin:0 auto}
.lifestyle-defined h2{margin:8px 0 14px;font-family:var(--serif);font-size:clamp(38px,4.2vw,58px);font-weight:500;line-height:1.05;color:var(--text)}
.lifestyle-defined__line{display:block;width:34px;height:1px;background:var(--accent);margin:22px 0 26px}
.lifestyle-defined__intro{font-size:17px;line-height:1.8;color:var(--text);max-width:none}
body.lifestyle-modal-open{overflow:hidden}
.latest-stories__empty{grid-column:1/-1;padding:34px;border-radius:22px;background:#fff;box-shadow:0 10px 32px rgba(45,46,45,.05);color:var(--muted);text-align:center;font-size:13px}
@media(max-width:760px){
  .lifestyle-defined{padding:78px 0}
  .lifestyle-defined__inner{width:calc(100% - 36px)}
  .lifestyle-defined__intro{font-size:16px;line-height:1.75}
}




/* v10.54 — definitive homepage section rhythm
   Homepage sections use a 140px desktop outer gap and 100px on mobile.
   Previous section-specific vertical paddings are neutralized here. */
.home-with-hero .site-main > .site-section:not(.hero-section){
  margin:140px 0 0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.home-with-hero .site-main > .hero-section{
  margin:0!important;
}

/* No hidden outer spacing on the main section containers. */
.home-with-hero .about-defined,
.home-with-hero .latest-stories,
.home-with-hero .lifestyle-defined,
.home-with-hero .site-section--connect,
.home-with-hero .site-section--members{
  padding-block:0!important;
  margin-bottom:0!important;
}

/* Keep only internal component spacing; section-to-section distance is controlled above. */
@media(max-width:760px){
  .home-with-hero .site-main > .site-section:not(.hero-section){
    margin-top:100px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
}


/* v10.57 — Hero always fills the browser viewport height */
.home-with-hero .hero-section.hero-section--defined{
  width:100%;
  height:100vh!important;
  height:100svh!important;
  min-height:100vh!important;
  min-height:100svh!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
}
@supports (height: 100dvh){
  .home-with-hero .hero-section.hero-section--defined{
    height:100dvh!important;
    min-height:100dvh!important;
  }
}


/* v10.58 — full-height Hero, including all inner elements
   Fixes the white strip caused by legacy 680/480/420px limits. */
.home-with-hero .hero-section.hero-section--defined{
  height:100vh!important;
  height:100svh!important;
  min-height:100vh!important;
  min-height:100svh!important;
  max-height:none!important;
  overflow:hidden!important;
}
@supports (height:100dvh){
  .home-with-hero .hero-section.hero-section--defined{
    height:100dvh!important;
    min-height:100dvh!important;
  }
}

.home-with-hero .hero-section.hero-section--defined > .hero-defined{
  width:min(1380px,calc(100% - 48px))!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  margin:0 auto!important;
  align-items:stretch!important;
}

.home-with-hero .hero-defined__quote{
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
}

.home-with-hero .hero-defined__visual{
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  align-self:stretch!important;
  overflow:hidden!important;
}

.home-with-hero .hero-defined__visual img,
.home-with-hero .hero-image-placeholder{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* Tablet/mobile: remove the old fixed 480px / 420px image heights too. */
@media(max-width:980px){
  .home-with-hero .hero-section.hero-section--defined > .hero-defined{
    width:calc(100% - 28px)!important;
    height:100%!important;
    min-height:100%!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr)!important;
  }
  .home-with-hero .hero-defined__quote{
    height:auto!important;
  }
  .home-with-hero .hero-defined__visual,
  .home-with-hero .hero-defined__visual img,
  .home-with-hero .hero-image-placeholder{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
  }
}


/* v10.59 — mobile Hero order: image first, quote second */
@media(max-width:760px){
  .home-with-hero .hero-section.hero-section--defined > .hero-defined{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:100%!important;
  }

  .home-with-hero .hero-defined__visual{
    order:1!important;
    flex:1 1 auto!important;
    width:100%!important;
    min-height:0!important;
  }

  .home-with-hero .hero-defined__quote{
    order:2!important;
    flex:0 0 auto!important;
    width:100%!important;
    height:auto!important;
  }
}


/* v10.60 — mobile Hero image occupies one complete viewport */
@media(max-width:760px){
  .home-with-hero .hero-section.hero-section--defined{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }

  .home-with-hero .hero-section.hero-section--defined > .hero-defined{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
  }

  .home-with-hero .hero-defined__visual{
    order:1!important;
    flex:0 0 100vh!important;
    width:100%!important;
    height:100vh!important;
    min-height:100vh!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  .home-with-hero .hero-defined__visual img,
  .home-with-hero .hero-image-placeholder{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  .home-with-hero .hero-defined__quote{
    order:2!important;
    flex:0 0 auto!important;
    width:calc(100% - 28px)!important;
    height:auto!important;
    margin:0 auto!important;
  }

  @supports (height:100dvh){
    .home-with-hero .hero-defined__visual{
      flex-basis:100dvh!important;
      height:100dvh!important;
      min-height:100dvh!important;
    }
  }
}


/* v10.61 — mobile first screen: full-height image stage, no zoom/crop */
@media(max-width:760px){
  .home-with-hero .hero-defined__visual{
    width:100%!important;
    height:100vh!important;
    min-height:100vh!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#fff!important;
  }

  .home-with-hero .hero-defined__visual img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    min-width:0!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    scale:1!important;
    margin:auto!important;
  }

  @supports (height:100dvh){
    .home-with-hero .hero-defined__visual{
      height:100dvh!important;
      min-height:100dvh!important;
    }
  }
}


/* v10.62 — mobile: image + quote both visible in the initial viewport */
@media(max-width:760px){
  .home-with-hero .hero-section.hero-section--defined{
    width:100%!important;
    height:100vh!important;
    min-height:100vh!important;
    max-height:100vh!important;
    overflow:hidden!important;
    padding:0!important;
  }

  .home-with-hero .hero-section.hero-section--defined > .hero-defined{
    width:calc(100% - 28px)!important;
    height:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    gap:0!important;
    align-items:stretch!important;
  }

  .home-with-hero .hero-defined__visual{
    order:1!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    padding:0!important;
    margin:0!important;
  }

  .home-with-hero .hero-defined__visual img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    min-width:0!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    scale:1!important;
    margin:auto!important;
  }

  .home-with-hero .hero-defined__quote{
    order:2!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:8px 0 14px!important;
    display:flex!important;
    align-items:flex-start!important;
  }

  .home-with-hero .hero-defined__quote blockquote{
    width:100%!important;
    margin:0!important;
    padding-top:24px!important;
    font-size:clamp(28px,8.4vw,40px)!important;
    line-height:1.05!important;
  }

  .home-with-hero .hero-quote-mark{
    top:0!important;
    font-size:48px!important;
  }

  @supports (height:100dvh){
    .home-with-hero .hero-section.hero-section--defined{
      height:100dvh!important;
      min-height:100dvh!important;
      max-height:100dvh!important;
    }
  }
}


/* v10.63 — Let's Connect: 5 platforms in requested order */
@media(min-width:981px){
  .site-section--connect .platform-grid--defined{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  .site-section--connect .platform-card--defined{
    min-width:0;
  }
  .site-section--connect .platform-card__copy small{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}
@media(min-width:761px) and (max-width:980px){
  .site-section--connect .platform-grid--defined{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .site-section--connect .platform-grid--defined{
    grid-template-columns:1fr!important;
  }
}


/* v10.64 — clean social cards: icon + platform name only */
.site-section--connect .platform-card--defined{
  grid-template-columns:auto minmax(0,1fr)!important;
}
.site-section--connect .platform-card__copy{
  min-width:0;
}
.site-section--connect .platform-card__copy strong{
  margin:0!important;
}


/* v10.65 — Members: all 3 platforms on one row on desktop */
@media(min-width:761px){
  .site-section--members .platform-grid--defined{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .site-section--members .platform-grid--defined{
    grid-template-columns:1fr!important;
  }
}






/* v10.68 — Members moved after Hero; footer owns final page spacing */
.home-with-hero .site-main{
  padding-bottom:0!important;
}
.home-with-hero .site-main > .site-section--members{
  margin-bottom:0!important;
}



/* v10.70 — final homepage spacing belongs to Let's Connect */
.home-with-hero .site-main > .site-section--connect{
  padding-bottom:100px!important;
}
.home-with-hero .site-footer{
  padding-top:28px!important;
}


/* v10.72 — guaranteed final 100px after Let's Connect */
body.home-with-hero main.site-main > section.site-section.site-section--connect{
  padding-bottom:100px!important;
  box-sizing:border-box!important;
}

/* v10.81 — exact Admin visible typography: titles + paragraph content */
:root{
  --ga-admin-text:#2d2e2d;
  --ga-admin-muted:#737572;
  --ga-admin-accent:#ea3d4f;
  --ga-admin-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --ga-admin-serif:"DM Serif Display",Georgia,"Times New Roman",serif;
}

/* Admin base */
html body{
  color:var(--ga-admin-text)!important;
  font-family:var(--ga-admin-sans)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.5!important;
}

/* Same visible title system as Admin "Welcome back, Gabriella." */
.about-defined h2,
.latest-stories__head h2,
.lifestyle-defined h2,
.section-heading-defined h2,
.stories-heading h1,
.article-head h1,
.about-modal__dialog > h2,
#about-modal-title,
#lifestyle-modal-title{
  color:var(--ga-admin-text)!important;
  font-family:var(--ga-admin-serif)!important;
  font-size:38px!important;
  font-weight:400!important;
  line-height:1.03!important;
  letter-spacing:-.026em!important;
}

/* Same visible Admin intro/description paragraph:
   Inter / 13.5px / 400 / #737572 / 1.8 */
.about-defined__intro,
.lifestyle-defined__intro,
.latest-stories__head p,
.section-heading-defined p,
.story-card__body p,
.stories-members-cta__copy p,
.feedback-button__copy small,
.article-content,
.about-modal__content{
  color:var(--ga-admin-muted)!important;
  font-family:var(--ga-admin-sans)!important;
  font-size:13.5px!important;
  font-weight:400!important;
  line-height:1.8!important;
}

/* Make authored paragraphs/lists inherit exactly instead of legacy 16/17px rules. */
.about-defined__intro p,
.about-defined__intro li,
.lifestyle-defined__intro p,
.lifestyle-defined__intro li,
.article-content p,
.article-content li,
.about-modal__content p,
.about-modal__content li{
  color:inherit!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
}

/* Admin eyebrow/kicker */
.eyebrow{
  color:var(--ga-admin-accent)!important;
  font-family:var(--ga-admin-sans)!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1.5!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}

/* Rich content headings retain Admin editor hierarchy, but use Admin title color. */
.article-content h1,.about-modal__content h1{
  color:var(--ga-admin-text)!important;font-family:var(--ga-admin-serif)!important;
  font-size:2em!important;font-weight:500!important;line-height:1.2!important;
}
.article-content h2,.about-modal__content h2{
  color:var(--ga-admin-text)!important;font-family:var(--ga-admin-serif)!important;
  font-size:1.7em!important;font-weight:500!important;line-height:1.2!important;
}
.article-content h3,.about-modal__content h3{
  color:var(--ga-admin-text)!important;font-family:var(--ga-admin-serif)!important;
  font-size:1.45em!important;font-weight:500!important;line-height:1.2!important;
}
.article-content h4,.about-modal__content h4{
  color:var(--ga-admin-text)!important;font-family:var(--ga-admin-serif)!important;
  font-size:1.25em!important;font-weight:500!important;line-height:1.2!important;
}
.article-content h5,.article-content h6,
.about-modal__content h5,.about-modal__content h6{
  color:var(--ga-admin-text)!important;font-family:var(--ga-admin-serif)!important;
  font-weight:500!important;line-height:1.2!important;
}

/* Card names remain normal UI text, not muted paragraph text. */
.platform-card__copy strong,
.story-card__body h2,
.story-card__body h2 a,
.stories-members-cta__copy h2,
.feedback-button__copy strong{
  color:var(--ga-admin-text)!important;
}

/* Hero keeps display size but exact Admin serif/color/weight. */
.hero-defined__quote blockquote,
.hero-quote-text{
  color:var(--ga-admin-text)!important;
  font-family:var(--ga-admin-serif)!important;
  font-weight:400!important;
}
.hero-quote-mark{color:var(--ga-admin-accent)!important}

/* Links */
.article-content a,
.about-modal__content a,
.text-link{
  color:var(--ga-admin-accent)!important;
  text-decoration:none!important;
}

@media(max-width:760px){
  .about-defined h2,
  .latest-stories__head h2,
  .lifestyle-defined h2,
  .section-heading-defined h2,
  .stories-heading h1,
  .article-head h1,
  .about-modal__dialog > h2,
  #about-modal-title,
  #lifestyle-modal-title{
    font-size:34px!important;
  }
}


/* v10.82 — Stories Members banner: entire banner is the CTA; no right-side button */
.stories-members-cta__arrow{
  display:none!important;
}
.stories-members-cta{
  grid-template-columns:auto minmax(0,1fr)!important;
}


/* v10.84 — footer + empty Privacy Policy page */
.site-footer{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:28px 0 38px;
  color:var(--muted);
  font-family:var(--sans);
  font-size:11px;
  line-height:1.65;
}
.site-footer__main{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.site-footer__dot{
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:var(--accent);
}
.site-footer a{
  color:inherit;
  transition:color .2s ease;
}
.site-footer a:hover{color:var(--accent)}
.site-footer__copyright{
  margin:4px 0 0;
  color:var(--muted);
  font:inherit;
}
.legal-page{
  width:min(1180px,calc(100% - 48px));
  min-height:calc(100vh - 220px);
  margin:0 auto;
  padding:82px 0 120px;
}
.legal-page__inner h1{
  margin:8px 0 0;
  color:var(--text);
  font-family:var(--serif);
  font-size:clamp(46px,6vw,76px);
  font-weight:400;
  line-height:1;
}
@media(max-width:760px){
  .site-footer{width:min(100% - 32px,1180px);padding-bottom:28px}
  .site-footer__main{gap:6px}
  .legal-page{width:min(100% - 32px,1180px);padding:62px 0 90px}
}


/* v10.85 — footer Back to top */
.site-footer__bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-top:4px;
}
.site-footer__copyright{margin:0}
.site-footer__top{
  flex:0 0 auto;
  border:0;
  padding:0;
  background:transparent;
  color:var(--muted);
  font:inherit;
  font-weight:600;
  cursor:pointer;
  transition:color .2s ease;
}
.site-footer__top:hover{color:var(--accent)}
@media(max-width:600px){
  .site-footer__bottom{align-items:flex-start;gap:16px}
}


/* v10.86 — mobile Back to top becomes a full visible footer action */
@media(max-width:600px){
  .site-footer__bottom{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:22px;
    margin-top:6px;
  }
  .site-footer__copyright{
    width:100%;
  }
  .site-footer__top{
    display:flex;
    width:100%;
    min-height:48px;
    align-items:center;
    justify-content:center;
    margin-top:4px;
    padding:0 18px;
    border-radius:14px;
    background:#fff;
    color:var(--text);
    font-size:12px;
    font-weight:650;
    box-shadow:var(--shadow-control);
  }
  .site-footer__top:hover,
  .site-footer__top:active{
    color:var(--accent);
    box-shadow:var(--shadow-control-focus);
  }
}


/* v10.87 — mobile menu uses the original header controls.
   Logo and hamburger never change position; hamburger morphs into X. */
@media(max-width:760px){
  /* Keep the real header above the fullscreen menu. */
  .site-header,
  .site-header.is-scrolled{
    z-index:5001!important;
  }
  .mobile-menu,
  [data-mobile-menu]{
    z-index:5000!important;
  }

  /* The menu previously rendered a second logo + close button.
     Hide that duplicate row so nothing visually jumps on open. */
  .mobile-menu__top{
    display:none!important;
  }

  /* Start menu content below the unchanged header. */
  .mobile-menu__inner{
    padding-top:calc(var(--site-header-height) + 18px)!important;
  }

  /* Same physical button remains in place in both states. */
  .mobile-menu-toggle{
    position:relative!important;
    display:block!important;
    width:48px!important;
    height:48px!important;
    padding:0!important;
    gap:0!important;
    transform:none!important;
  }
  .mobile-menu-toggle:active{
    transform:none!important;
  }

  .mobile-menu-toggle span{
    position:absolute!important;
    left:14px!important;
    width:20px!important;
    height:1.5px!important;
    margin:0!important;
    border-radius:999px!important;
    background:currentColor!important;
    transform-origin:50% 50%!important;
    transition:
      top .3s var(--ease),
      transform .34s var(--ease),
      opacity .2s ease!important;
  }
  .mobile-menu-toggle span:first-child{
    top:20px!important;
  }
  .mobile-menu-toggle span:last-child{
    top:27px!important;
  }

  /* Hamburger -> X */
  .mobile-menu-toggle[aria-expanded="true"] span:first-child{
    top:23px!important;
    transform:rotate(45deg)!important;
  }
  .mobile-menu-toggle[aria-expanded="true"] span:last-child{
    top:23px!important;
    transform:rotate(-45deg)!important;
  }

  /* Old separate close control is no longer used visually. */
  .mobile-menu-close{
    display:none!important;
  }
}


/* v10.89 — mobile popups: no visible X; tap anywhere closes */
@media(max-width:760px){
  .about-modal__close{
    display:none!important;
  }
}


/* v10.90 — About Me / Lifestyle are full pages; popup UI retired */
.about-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.content-page{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:82px 0 140px;
}
.content-page__inner{
  width:min(760px,100%);
  margin:0 auto;
}
.content-page__inner h1{
  margin:8px 0 34px;
  color:var(--ga-admin-text,#2d2e2d);
  font-family:var(--ga-admin-serif,"DM Serif Display",Georgia,serif);
  font-size:38px;
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.026em;
}
@media(max-width:760px){
  .content-page{
    width:min(100% - 32px,1180px);
    padding:58px 0 100px;
  }
  .content-page__inner h1{font-size:34px}
}


/* v10.91 — dedicated full-content pages for About Me and Lifestyle */
.profile-content-page{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:96px 0 140px;
}
.profile-content-page__header{
  width:min(820px,100%);
  margin:0 auto 42px;
}
.profile-content-page__header h1{
  margin:8px 0 0;
  color:#2d2e2d;
  font-family:"DM Serif Display",Georgia,"Times New Roman",serif;
  font-size:38px;
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.026em;
}
.profile-content-page__layout{
  display:grid;
  grid-template-columns:minmax(260px,360px) minmax(0,1fr);
  align-items:start;
  gap:56px;
  width:min(960px,100%);
  margin:0 auto;
}
.profile-content-page__media{
  position:sticky;
  top:calc(var(--site-header-height) + 28px);
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.profile-content-page__media img{
  display:block;
  width:100%;
  height:auto;
  max-height:640px;
  object-fit:contain;
  object-position:center top;
}
.profile-content-page__article{
  min-width:0;
  color:#737572!important;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:13.5px!important;
  font-weight:400!important;
  line-height:1.8!important;
}
.profile-content-page__article--wide{
  width:min(820px,100%);
  margin:0 auto;
}
.profile-content-page__article p,
.profile-content-page__article li{
  color:inherit!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
}
.profile-content-page__article h1,
.profile-content-page__article h2,
.profile-content-page__article h3,
.profile-content-page__article h4,
.profile-content-page__article h5,
.profile-content-page__article h6{
  color:#2d2e2d!important;
}
@media(max-width:760px){
  .profile-content-page{
    width:calc(100% - 32px);
    padding:62px 0 100px;
  }
  .profile-content-page__header{
    margin-bottom:28px;
  }
  .profile-content-page__header h1{
    font-size:34px;
  }
  .profile-content-page__layout{
    grid-template-columns:1fr;
    gap:30px;
  }
  .profile-content-page__media{
    position:relative;
    top:auto;
    width:min(420px,100%);
    margin:0 auto;
  }
}


/* v10.93 — dedicated pages: sticky header shadow + full Privacy Policy page */
.page-dedicated .site-header{
  box-shadow:none!important;
}
.page-dedicated .site-header.is-scrolled{
  box-shadow:0 12px 34px rgba(35,35,35,.07)!important;
}
.profile-content-page--privacy .profile-content-page__header{
  width:min(820px,100%);
}
.profile-content-page--privacy .profile-content-page__article{
  min-height:220px;
}


/* v10.98 — Lifestyle FAQ */
.lifestyle-faq{
  width:min(820px,100%);
  margin:90px auto 0;
}
.lifestyle-faq__head{margin-bottom:24px}
.lifestyle-faq__head h2{
  margin:7px 0 0;
  color:#2d2e2d;
  font-family:"DM Serif Display",Georgia,"Times New Roman",serif;
  font-size:38px;
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.026em;
}
.lifestyle-faq__list{display:grid;gap:10px}
.lifestyle-faq__item{
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.lifestyle-faq__item summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:68px;
  padding:18px 20px;
  color:#2d2e2d;
  font-size:14px;
  font-weight:650;
  cursor:pointer;
}
.lifestyle-faq__item summary::-webkit-details-marker{display:none}
.lifestyle-faq__item summary i{
  position:relative;
  width:18px;height:18px;flex:0 0 18px;
}
.lifestyle-faq__item summary i::before,
.lifestyle-faq__item summary i::after{
  content:"";
  position:absolute;
  left:3px;right:3px;top:8px;
  height:1.5px;
  border-radius:99px;
  background:var(--accent);
  transition:transform .22s ease;
}
.lifestyle-faq__item summary i::after{transform:rotate(90deg)}
.lifestyle-faq__item[open] summary i::after{transform:rotate(0)}
.lifestyle-faq__answer{
  padding:0 20px 20px;
}
.lifestyle-faq__answer > :first-child{margin-top:0!important}
.lifestyle-faq__answer > :last-child{margin-bottom:0!important}
@media(max-width:760px){
  .lifestyle-faq{margin-top:70px}
  .lifestyle-faq__head h2{font-size:34px}
  .lifestyle-faq__item summary{padding:16px 17px;font-size:13.5px}
  .lifestyle-faq__answer{padding:0 17px 17px}
}


/* v11.05 — brand remains static on hover */
.brand:hover .brand__icon{
  transform:none!important;
}

/* v11.15 — platform typography */
:root{--font-sans:'Jost',sans-serif;}
html,body,button,input,select,textarea{font-family:'Jost',sans-serif;}


/* Lifestyle image — homepage + dedicated page */
.lifestyle-defined__inner{
  width:min(1180px,calc(100% - 48px))!important;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
  align-items:center;
  gap:clamp(42px,6vw,84px);
}
.lifestyle-defined__copy{
  min-width:0;
}
.lifestyle-defined__media{
  width:100%;
  max-width:430px;
  aspect-ratio:4 / 5;
  justify-self:end;
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
}
.lifestyle-defined__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.lifestyle-page__media{
  width:min(960px,100%);
  margin:0 auto 48px;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
}
.lifestyle-page__media img{
  display:block;
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:cover;
  object-position:center;
}
@media(max-width:760px){
  .lifestyle-defined__inner{
    width:calc(100% - 36px)!important;
    grid-template-columns:1fr;
    gap:30px;
  }
  .lifestyle-defined__media{
    grid-row:1;
    width:min(82vw,380px);
    justify-self:center;
    border-radius:24px;
  }
  .lifestyle-defined__copy{
    grid-row:2;
  }
  .lifestyle-page__media{
    margin-bottom:34px;
    border-radius:20px;
  }
}


/* Article previous / posts / next navigation */
.article-navigation{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:stretch;
  gap:14px;
  margin-top:46px;
}
.article-navigation__item,
.article-navigation__back{
  min-height:74px;
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  text-decoration:none;
}
.article-navigation__item{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:14px 16px;
  min-width:0;
}
.article-navigation__item--next{
  text-align:right;
  align-items:flex-end;
}
.article-navigation__label{
  color:var(--muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.article-navigation__item strong{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--text);
  font-family:var(--serif);
  font-size:17px;
  font-weight:500;
  line-height:1.2;
}
.article-navigation__item:hover strong,
.article-navigation__back:hover{
  color:var(--accent);
}
.article-navigation__back{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  color:var(--text);
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.article-navigation__item--empty{
  visibility:hidden;
}

@media(max-width:760px){
  .article-navigation{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:38px;
  }
  .article-navigation__item--empty{
    display:none;
  }
  .article-navigation__item,
  .article-navigation__back{
    min-height:64px;
  }
  .article-navigation__item--next{
    text-align:left;
    align-items:flex-start;
  }
  .article-navigation__back{
    order:2;
  }
  .article-navigation__item--previous{
    order:1;
  }
  .article-navigation__item--next{
    order:3;
  }
}


/* =========================================================
   Clean 18+ gate redesign
   ========================================================= */
.age-gate{
  min-height:100svh;
  display:grid;
  place-items:center;
  padding:32px;
  background:#fff;
}
.age-card{
  width:min(900px,100%);
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);
  gap:0;
  align-items:stretch;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(45,46,45,.07);
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 70px rgba(38,38,38,.065);
}
.age-card__brand{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:430px;
  padding:42px 38px;
  background:#faf9f9;
  border-right:1px solid rgba(45,46,45,.06);
}
.age-card .age-card__brand .brand{
  align-self:flex-start;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.age-card .age-card__brand .brand__icon{
  width:72px;
  height:72px;
}
.age-card .age-card__brand .brand__name{
  font-size:30px;
}
.age-signals{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.age-signals span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(234,61,79,.13);
  border-radius:999px;
  background:#fff;
  color:var(--accent);
  font-size:10px;
  font-weight:700;
  letter-spacing:.045em;
}
.age-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px 52px;
}
.age-kicker{
  display:inline-flex;
  align-self:flex-start;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  margin-bottom:17px;
  border-radius:999px;
  background:var(--accent-soft);
  color:var(--accent);
  font-size:10px;
  font-weight:750;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.age-copy h1{
  max-width:430px;
  margin:0 0 16px;
  color:var(--text);
  font-family:var(--serif);
  font-size:clamp(40px,5vw,56px);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.025em;
}
.age-copy p{
  max-width:470px;
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.age-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:28px;
}
.age-actions .button-primary,
.age-actions .button-soft{
  width:100%;
  min-height:48px;
  margin:0;
  border-radius:12px;
}
.age-language{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:21px;
  color:#b6b6b6;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
}
.age-language span{
  width:18px;
  height:1px;
  background:#dedede;
}
.age-language a{
  color:#aaa;
}
.age-language a.is-active{
  color:var(--accent);
}

@media(max-width:760px){
  .age-gate{
    padding:18px;
    align-items:center;
  }
  .age-card{
    grid-template-columns:1fr;
    width:min(440px,100%);
    border-radius:20px;
  }
  .age-card__brand{
    min-height:auto;
    padding:24px 24px 20px;
    border-right:0;
    border-bottom:1px solid rgba(45,46,45,.06);
  }
  .age-card .age-card__brand .brand{
    flex-direction:row;
    align-items:center;
    gap:11px;
  }
  .age-card .age-card__brand .brand__icon{
    width:52px;
    height:52px;
  }
  .age-card .age-card__brand .brand__name{
    font-size:24px;
  }
  .age-signals{
    flex-direction:row;
    flex-wrap:wrap;
    gap:6px;
    margin-top:18px;
  }
  .age-signals span{
    min-height:26px;
    padding:0 9px;
    font-size:8.5px;
  }
  .age-copy{
    padding:28px 24px 24px;
  }
  .age-kicker{
    margin-bottom:14px;
  }
  .age-copy h1{
    font-size:38px;
    margin-bottom:13px;
  }
  .age-copy p{
    font-size:12px;
    line-height:1.62;
  }
  .age-actions{
    grid-template-columns:1fr;
    margin-top:22px;
  }
  .age-actions .button-primary,
  .age-actions .button-soft{
    min-height:46px;
  }
  .age-language{
    margin-top:18px;
  }
}


/* =========================================================
   18+ gate layout refinement
   ========================================================= */
.age-card__brand{
  position:relative;
  justify-content:flex-start;
  background:#fff;
}
.age-card .age-card__brand .brand{
  flex-direction:row;
  align-items:center;
  gap:14px;
}
.age-card .age-card__brand .brand__icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
}
.age-card .age-card__brand .brand__text{
  min-width:0;
}
.age-card .age-card__brand .brand__name{
  font-size:27px;
  line-height:1.05;
}
.age-card .age-card__brand .brand__tagline{
  margin-top:5px;
}
.age-signals{
  margin-top:auto;
}
.age-copy{
  position:relative;
  padding-bottom:78px;
}
.age-language{
  position:absolute;
  right:30px;
  bottom:25px;
  margin:0;
}

@media(max-width:760px){
  .age-card__brand{
    background:#fff;
  }
  .age-card .age-card__brand .brand{
    flex-direction:row;
    align-items:center;
  }
  .age-card .age-card__brand .brand__icon{
    width:50px;
    height:50px;
    flex-basis:50px;
  }
  .age-card .age-card__brand .brand__name{
    font-size:23px;
  }
  .age-signals{
    margin-top:18px;
  }
  .age-copy{
    padding-bottom:66px;
  }
  .age-language{
    right:24px;
    bottom:22px;
  }
}
