/* Home V33 — Apple-inspired materials, quiet hierarchy and a reusable home design system. */
.page-home{
  --h33-bg:#f5f5f7;
  --h33-surface:rgba(255,255,255,.82);
  --h33-surface-solid:#fff;
  --h33-ink:#1d1d1f;
  --h33-copy:#515154;
  --h33-muted:#65656a;
  --h33-line:rgba(29,29,31,.1);
  --h33-line-strong:rgba(29,29,31,.16);
  --h33-yellow:var(--yellow,#f1d113);
  --h33-plum:var(--plum,#815299);
  --h33-dark:#151516;
  --h33-radius-sm:18px;
  --h33-radius:28px;
  --h33-radius-lg:40px;
  --h33-shadow:0 24px 80px rgba(20,20,22,.09);
  --h33-shadow-hover:0 30px 90px rgba(20,20,22,.14);
  --h33-ease:cubic-bezier(.22,1,.36,1);
  background:var(--h33-bg);
  color:var(--h33-ink);
}
.page-home .container{width:min(calc(100% - 48px),1240px)}
.page-home h1,.page-home h2,.page-home h3{color:inherit;letter-spacing:-.035em}
.page-home p{color:var(--h33-copy)}
.page-home .home33-main{display:flex;flex-direction:column;overflow:clip}
.js .page-home .home33-main [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .75s var(--h33-ease),transform .75s var(--h33-ease)}
.js .page-home .home33-main [data-reveal].is-revealed{opacity:1;transform:none}
.js .page-home .home33-main [data-reveal-delay="1"]{transition-delay:.08s}
.js .page-home .home33-main [data-reveal-delay="2"]{transition-delay:.15s}
.js .page-home .home33-main [data-reveal-delay="3"]{transition-delay:.22s}

/* Floating glass navigation */
.page-home .site-header{position:fixed;top:14px;right:0;left:0;padding:0;background:transparent;border:0;box-shadow:none}
.page-home .site-header.is-scrolled{top:8px;background:transparent;border:0;box-shadow:none}
.page-home .nav--polished,
.page-home .site-header.is-scrolled .nav--polished{
  width:min(calc(100% - 40px),1240px);
  height:66px;
  margin-inline:auto;
  padding:7px 9px 7px 12px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:22px;
  background:rgba(250,250,252,.76);
  box-shadow:0 14px 46px rgba(20,20,22,.08),inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter:blur(28px) saturate(170%);
  -webkit-backdrop-filter:blur(28px) saturate(170%);
}
.page-home .site-header.is-scrolled .nav--polished{height:62px;background:rgba(250,250,252,.9);border-color:rgba(29,29,31,.08)}
.page-home .brand--logo-only{width:48px;height:48px;padding:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(29,29,31,.06)}
.page-home .brand--logo-only .brand-logo-shell{width:100%;height:100%;border-radius:inherit}
.page-home .nav--polished .desktop-nav{gap:2px;padding:4px;border:0;border-radius:14px;background:rgba(29,29,31,.045)}
.page-home .nav--polished .desktop-nav>a{padding:8px 14px;border-radius:11px;font-size:14px;font-weight:600;color:#525256}
.page-home .nav--polished .desktop-nav>a:before,.page-home .nav--polished .desktop-nav>a:after{display:none}
.page-home .nav--polished .desktop-nav>a:hover{background:rgba(255,255,255,.82);color:#1d1d1f}
.page-home .nav--polished .desktop-nav>a.is-active{background:#1d1d1f;color:#fff}
.page-home .nav-learning-shortcut{min-height:44px;padding:9px 15px;border:0;border-radius:14px;background:var(--h33-yellow);box-shadow:none;font-size:13px}
.page-home .nav-learning-shortcut:hover{filter:brightness(.96)}
.page-home .nav--polished .search-trigger,.page-home .nav--polished .menu-trigger{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.78)}

/* Shared home components */
.home33-section{position:relative;padding:118px 0}
.home33-section-head{display:grid;grid-template-columns:76px minmax(230px,.72fr) minmax(300px,.9fr);gap:28px;align-items:end;margin-bottom:48px}
.home33-section-index{font-size:14px;font-weight:800;color:var(--h33-muted);align-self:start;padding-top:9px}
.home33-section-title>span,.home33-about-copy>span,.home33-orgs-head>div:first-child>span,.home33-vanda-card>div:nth-child(2)>span,.home33-guide-copy>span{display:block;margin-bottom:10px;font-size:13px;font-weight:750;color:var(--h33-plum)}
.home33-section-title h2,.home33-orgs-head h2{font-size:clamp(38px,5vw,64px);line-height:1.13}
.home33-section-intro{max-width:520px;justify-self:end}
.home33-section-intro p{margin:0 0 16px;font-size:15px;line-height:1.95}
.home33-section-intro a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800}
.home33-section-intro a span{transition:transform .2s ease}
.home33-section-intro a:hover span{transform:translateX(-4px)}
.home33-btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 21px;border:1px solid transparent;border-radius:16px;font-size:15px;font-weight:800;transition:transform .22s var(--h33-ease),box-shadow .22s ease,background-color .22s ease}
.home33-btn:hover{transform:translateY(-2px)}
.home33-btn svg,.home33-guide-option svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home33-btn--primary{background:var(--h33-yellow);color:var(--h33-ink);box-shadow:0 16px 38px rgba(241,209,19,.24)}
.home33-btn--primary:hover{box-shadow:0 20px 44px rgba(241,209,19,.32)}
.home33-btn--secondary{border-color:var(--h33-line-strong);background:rgba(255,255,255,.64);color:var(--h33-ink);backdrop-filter:blur(14px)}
.home33-btn--secondary:hover{background:#fff}
.home33-btn--dark{background:var(--h33-dark);color:#fff}
.home33-btn--light{background:#fff;color:var(--h33-dark)}
.home33-empty{grid-column:1/-1;padding:34px;border:1px dashed var(--h33-line-strong);border-radius:var(--h33-radius);background:rgba(255,255,255,.6);text-align:center}
.home33-empty p{margin:6px 0 0}
.home33-empty--dark{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#fff}

/* Hero */
.home33-hero{position:relative;min-height:100svh;padding:142px 0 54px;background:linear-gradient(180deg,#fafafc 0%,#f5f5f7 76%,#f5f5f7 100%);overflow:hidden;isolation:isolate}
.home33-hero:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(29,29,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(29,29,31,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}
.home33-hero-glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(6px);pointer-events:none}
.home33-hero-glow--yellow{width:520px;height:520px;right:-160px;top:-160px;background:rgba(241,209,19,.25)}
.home33-hero-glow--plum{width:420px;height:420px;left:-200px;bottom:70px;background:rgba(129,82,153,.11)}
.home33-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);gap:clamp(48px,7vw,100px);align-items:center}
.home33-hero-copy{position:relative;z-index:2;padding-top:12px}
.home33-kicker{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--h33-line);border-radius:999px;background:rgba(255,255,255,.66);font-size:13px;font-weight:750;color:#57575b;backdrop-filter:blur(14px)}
.home33-kicker-dot{width:8px;height:8px;border-radius:50%;background:var(--h33-yellow);box-shadow:0 0 0 6px rgba(241,209,19,.18)}
.home33-hero h1{max-width:800px;margin:25px 0 26px;font-size:clamp(48px,6.25vw,86px);line-height:1.18;text-wrap:balance}
.home33-hero-lead{max-width:720px;margin:0;font-size:clamp(18px,1.75vw,22px);line-height:2.05}
.home33-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.home33-topics{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.home33-topics span{padding:8px 12px;border:1px solid var(--h33-line);border-radius:999px;background:rgba(255,255,255,.48);color:#65656a;font-size:12px;font-weight:600}
.home33-hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding-block:16px}
.home33-portrait-halo{position:absolute;z-index:0;top:50px;width:min(44vw,520px);height:min(44vw,520px);border-radius:50%;background:linear-gradient(135deg,rgba(241,209,19,.8),rgba(241,209,19,.15) 50%,rgba(129,82,153,.14));filter:saturate(.9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.68)}
.home33-portrait-card{position:relative;z-index:2;width:min(100%,var(--hero-portrait-max,390px));margin:0;border:8px solid rgba(255,255,255,.82);border-radius:42px;background:#fff;box-shadow:var(--h33-shadow);overflow:hidden;transform:rotate(-1deg)}
.home33-portrait-card>img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:var(--hero-portrait-position,center top)}
.home33-portrait-card figcaption{position:absolute;right:16px;left:16px;bottom:16px;padding:15px 17px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(20,20,22,.77);color:#fff;backdrop-filter:blur(18px) saturate(130%)}
.home33-portrait-card figcaption small{display:block;margin-bottom:4px;color:var(--h33-yellow);font-size:10px;font-weight:800}
.home33-portrait-card figcaption strong{display:block;font-size:12px;line-height:1.85;font-weight:650}
.home33-achievements{position:relative;z-index:3;width:min(100%,540px);display:grid;gap:12px}
.home33-achievements article{position:relative;display:grid;grid-template-columns:minmax(118px,max-content) minmax(0,1fr);gap:18px;align-items:center;min-height:112px;padding:11px 12px 11px 18px;border:1px solid rgba(255,255,255,.9);border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 16px 48px rgba(20,20,22,.08);backdrop-filter:blur(20px) saturate(135%);overflow:hidden;transition:transform .24s var(--h33-ease),background-color .24s ease,box-shadow .24s ease}
.home33-achievements article:after{content:"";position:absolute;inset-block:18px;right:0;width:4px;border-radius:99px;background:var(--h33-yellow)}
.home33-achievements article:hover{transform:translateY(-3px);background:#fff;box-shadow:0 20px 54px rgba(20,20,22,.12)}
.home33-achievement-value{min-width:118px;height:90px;padding-inline:12px;display:grid;place-items:center;border-radius:22px;background:var(--h33-dark);color:var(--h33-yellow);font-size:clamp(30px,2.75vw,40px);font-weight:950;line-height:1;letter-spacing:-.055em;white-space:nowrap;font-variant-numeric:tabular-nums;unicode-bidi:isolate;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 12px 26px rgba(20,20,22,.16)}
.home33-achievement-copy{min-width:0}
.home33-achievements strong{display:block;font-size:17px;line-height:1.55}
.home33-achievements p{margin:5px 0 0;color:#68686d;font-size:11.5px;line-height:1.85}

/* Writings */
.home33-writings{background:#fff}
.home33-writing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home33-writing-card{min-width:0}
.home33-writing-card--featured>a{background:var(--h33-dark);color:#fff;border-color:var(--h33-dark)}
.home33-writing-card--featured .home33-writing-meta{color:rgba(255,255,255,.52)}
.home33-writing-card--featured .home33-writing-body>p{color:rgba(255,255,255,.62)}
.home33-writing-card--featured .home33-writing-footer{color:rgba(255,255,255,.48)}
.home33-writing-card--featured .home33-writing-footer strong{color:#fff}
.home33-writing-card>a{height:100%;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--h33-line);border-radius:var(--h33-radius);background:#fff;overflow:hidden;transition:transform .3s var(--h33-ease),box-shadow .3s ease,border-color .3s ease}
.home33-writing-card>a:hover{transform:translateY(-6px);border-color:rgba(29,29,31,.18);box-shadow:var(--h33-shadow-hover)}
.home33-writing-media{position:relative;aspect-ratio:16/10;background:#ededf0;overflow:hidden}
.home33-writing-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.18),transparent 45%);opacity:.3}
.home33-writing-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--h33-ease)}
.home33-writing-card>a:hover .home33-writing-media img{transform:scale(1.035)}
.home33-card-badge{position:absolute;z-index:2;top:16px;right:16px;padding:7px 11px;border-radius:999px;background:var(--h33-yellow);font-size:10px;font-weight:850}
.home33-writing-body{display:flex;flex-direction:column;padding:24px}
.home33-writing-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--h33-muted);font-size:10px}
.home33-writing-meta span{color:var(--h33-plum);font-weight:800}
.home33-writing-body h3{margin:13px 0 11px;font-size:clamp(22px,2.35vw,31px);line-height:1.5}
.home33-writing-card--featured h3{font-size:clamp(26px,3.2vw,42px)}
.home33-writing-body>p{margin:0;font-size:13px;line-height:1.95}
.home33-writing-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:25px;color:var(--h33-muted);font-size:10px}
.home33-writing-footer strong{display:inline-flex;align-items:center;gap:7px;color:var(--h33-ink);font-size:11px}

/* Learning */
.home33-learning{background:var(--h33-dark);color:#fff;overflow:hidden}
.home33-learning:before{content:"";position:absolute;width:760px;height:760px;right:-350px;top:-390px;border-radius:50%;background:rgba(241,209,19,.1);filter:blur(10px)}
.home33-section-head--dark .home33-section-index{color:rgba(255,255,255,.42)}
.home33-section-head--dark .home33-section-title>span{color:var(--h33-yellow)}
.home33-section-head--dark .home33-section-intro p{color:rgba(255,255,255,.58)}
.home33-section-head--dark .home33-section-intro a{color:#fff}
.home33-carousel{position:relative}
.home33-carousel-viewport{overflow:hidden}
.home33-carousel-track{display:flex;gap:20px;direction:rtl;transition:transform .62s var(--h33-ease);will-change:transform}
.home33-path-slide{flex:0 0 100%;min-width:0}
.home33-path-card{height:100%;min-height:500px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:stretch;border:1px solid rgba(255,255,255,.12);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035));overflow:hidden;backdrop-filter:blur(14px);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.home33-path-media{position:relative;align-self:center;aspect-ratio:16/10;margin:18px;border-radius:24px;background:#eee9df;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.2)}
.home33-path-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.42),transparent 42%);pointer-events:none}
.home33-path-media img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;transition:transform .65s var(--h33-ease)}
.home33-path-card:hover .home33-path-media img{transform:scale(1.012)}
.home33-path-media>span{position:absolute;z-index:2;right:18px;bottom:16px;font-size:54px;font-weight:900;line-height:1;color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.45)}
.home33-path-body{display:flex;flex-direction:column;justify-content:center;padding:42px 42px 42px 34px}
.home33-path-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;color:rgba(255,255,255,.56);font-size:11px}
.home33-path-topline>div{display:flex;flex-wrap:wrap;gap:8px}
.home33-path-topline>div span{padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.035)}
.home33-path-body h3{margin:28px 0 14px;font-size:clamp(34px,4vw,54px);line-height:1.35;text-wrap:balance}
.home33-path-body>p{margin:0;color:rgba(255,255,255,.68);font-size:15px;line-height:2}
.home33-path-audience{margin-top:24px;padding:17px 18px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.05)}
.home33-path-audience small{display:block;margin-bottom:5px;color:var(--h33-yellow);font-size:10px;font-weight:850}
.home33-path-audience strong{font-size:12px;line-height:1.85}
.home33-path-body>a{width:max-content;display:inline-flex;align-items:center;gap:9px;margin-top:30px;padding:12px 0;color:#fff;font-size:13px;font-weight:900}
.home33-carousel-controls{min-height:52px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:22px}
.home33-carousel-controls>div:first-child{display:flex;gap:8px}
.home33-carousel-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:rgba(255,255,255,.06);color:#fff}
.home33-carousel-controls button:hover{background:rgba(255,255,255,.12)}
.home33-carousel-dots{display:flex;justify-content:center;gap:6px}
.home33-carousel-dots button{width:7px;height:7px;padding:0;border:0;background:rgba(255,255,255,.22)}
.home33-carousel-dots button.is-active{width:25px;border-radius:99px;background:var(--h33-yellow)}
.home33-carousel-controls>span{color:rgba(255,255,255,.48);font-size:10px}
.home33-ai-card{margin-top:30px;padding:26px 28px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:linear-gradient(135deg,rgba(129,82,153,.42),rgba(129,82,153,.16));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.home33-ai-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#fff;color:var(--h33-plum);font-size:24px}
.home33-ai-card>div:nth-child(2)>span{display:block;margin-bottom:5px;color:#d8bdea;font-size:10px;font-weight:850}
.home33-ai-card h3{font-size:23px}
.home33-ai-card p{margin:5px 0 0;color:rgba(255,255,255,.58);font-size:11px}
.home33-ai-card .home33-btn{white-space:nowrap}

/* Guided start */
.home33-guide{padding:78px 0;background:#f5f5f7}
.home33-guide-card{position:relative;padding:42px;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:44px;border:1px solid rgba(255,255,255,.86);border-radius:var(--h33-radius-lg);background:rgba(255,255,255,.68);box-shadow:var(--h33-shadow);backdrop-filter:blur(22px) saturate(150%);overflow:hidden}
.home33-guide-card:after{content:"✦";position:absolute;left:-18px;bottom:-85px;color:rgba(129,82,153,.055);font-size:250px;line-height:1}
.home33-guide-copy{position:relative;z-index:1}
.home33-guide-copy h2{font-size:clamp(32px,4vw,50px);line-height:1.3}
.home33-guide-copy p{margin:15px 0 22px;font-size:13px;line-height:1.95}
.home33-guide-free{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:var(--h33-plum);font-size:12px;font-weight:850}
.home33-guide-options{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home33-guide-option{min-height:94px;padding:15px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;gap:12px;align-items:center;text-align:right;border:1px solid var(--h33-line);border-radius:20px;background:rgba(255,255,255,.78);transition:transform .22s var(--h33-ease),box-shadow .22s ease,border-color .22s ease}
.home33-guide-option:hover{transform:translateY(-3px);border-color:rgba(129,82,153,.25);box-shadow:0 16px 42px rgba(20,20,22,.08)}
.home33-guide-option>span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#f0f0f2;color:var(--h33-plum);font-size:11px;font-weight:850}
.home33-guide-option strong{font-size:13px;line-height:1.7}
.home33-guide-option svg{width:18px;color:#85858a}

/* Toolbox */
.home33-toolbox{background:#f5f5f7}
.home33-toolbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.home33-shelf{padding:22px;border:1px solid var(--h33-line);border-radius:var(--h33-radius);background:rgba(255,255,255,.82);box-shadow:0 16px 54px rgba(20,20,22,.045)}
.home33-shelf--2{margin-top:34px}
.home33-shelf header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:19px}
.home33-shelf header>div{display:flex;align-items:center;gap:11px}
.home33-shelf header span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--h33-yellow);font-size:10px;font-weight:850}
.home33-shelf h3{font-size:22px}
.home33-shelf header>small{color:var(--h33-muted);font-size:9px}
.home33-shelf-items{display:grid;gap:2px}
.home33-shelf-items>a{min-height:76px;padding:10px 5px;display:grid;grid-template-columns:56px minmax(0,1fr) 20px;gap:12px;align-items:center;border-top:1px solid var(--h33-line)}
.home33-shelf-items>a:first-child{border-top:0}
.home33-shelf-items img{width:56px;height:56px;border-radius:14px;object-fit:cover;background:#eeeef0}
.home33-shelf-items span{min-width:0}
.home33-shelf-items strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.home33-shelf-items small{display:block;margin-top:3px;color:var(--h33-muted);font-size:9px}
.home33-shelf-items b{font-size:14px;transition:transform .2s ease}
.home33-shelf-items>a:hover b{transform:translateX(-4px)}
.home33-shelf-enter{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:13px 14px;border-radius:15px;background:#f0f0f2;font-size:11px;font-weight:800}

/* About */
.home33-about{background:#fff}
.home33-about-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:clamp(54px,8vw,110px);align-items:center}
.home33-about-visual{position:relative;min-height:500px;display:grid;place-items:center;padding:44px;border-radius:var(--h33-radius-lg);background:linear-gradient(145deg,#f1f1f3,#fafafa);overflow:hidden}
.home33-about-visual:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:rgba(241,209,19,.36);filter:blur(2px)}
.home33-about-visual img{position:relative;z-index:1;width:100%;max-height:300px;object-fit:contain;border-radius:22px}
.home33-about-visual blockquote{position:absolute;z-index:2;right:24px;left:24px;bottom:24px;margin:0;padding:19px 21px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:0 14px 44px rgba(20,20,22,.08);backdrop-filter:blur(18px);font-size:14px;font-weight:650;line-height:1.9}
.home33-about-copy h2{max-width:680px;font-size:clamp(38px,5vw,64px);line-height:1.25}
.home33-about-copy p{max-width:650px;margin:22px 0 30px;font-size:16px;line-height:2.1}

/* Organizations */
.home33-orgs{padding-bottom:128px;background:#f5f5f7;overflow:hidden}
.home33-orgs-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:44px}
.home33-orgs-head>div:last-child{max-width:560px;justify-self:end}
.home33-orgs-head p{margin:0;font-size:14px;line-height:1.95}
.home33-orgs-head small{display:block;margin-top:9px;color:var(--h33-plum);font-size:10px}
.home33-org-stage{display:grid;gap:12px}
.home33-org-row{width:100%;overflow:hidden;direction:ltr}
.home33-org-track{width:max-content;display:flex;will-change:transform;animation-duration:var(--org-duration);animation-timing-function:linear;animation-iteration-count:infinite}
.home33-org-row--forward .home33-org-track{animation-name:h33MarqueeForward}
.home33-org-row--reverse .home33-org-track{animation-name:h33MarqueeReverse}
.home33-org-stage--pause .home33-org-row:hover .home33-org-track,.home33-org-stage--pause .home33-org-row:focus-within .home33-org-track{animation-play-state:paused}
.home33-org-group{display:flex;gap:12px;padding-right:12px}
.home33-org-card{width:210px;min-height:104px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid var(--h33-line);border-radius:20px;background:rgba(255,255,255,.74);direction:rtl;transition:transform .22s var(--h33-ease),background .22s ease,box-shadow .22s ease}
.home33-org-card:hover{transform:translateY(-3px);background:#fff;box-shadow:0 16px 44px rgba(20,20,22,.07)}
.home33-org-card>div{position:relative;width:150px;height:44px;display:grid;place-items:center}
.home33-org-card img{position:absolute;max-width:150px;max-height:44px;object-fit:contain;filter:grayscale(1);opacity:.68;transition:opacity .2s,filter .2s,transform .2s}
.home33-org-card .home33-org-logo-hover{opacity:0;filter:none;transform:scale(.94)}
.home33-org-card:hover .home33-org-logo-normal{opacity:0;transform:scale(1.03)}
.home33-org-card:hover .home33-org-logo-hover{opacity:1;transform:none}
.home33-org-card small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--h33-muted);font-size:9px}
@keyframes h33MarqueeForward{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes h33MarqueeReverse{from{transform:translateX(-50%)}to{transform:translateX(0)}}

/* Vanda */
.home33-vanda{padding-top:0;background:#f5f5f7}
.home33-vanda-card{position:relative;min-height:320px;padding:48px 52px;display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:42px;align-items:center;border-radius:44px;background:var(--h33-yellow);overflow:hidden}
.home33-vanda-card:before{content:"";position:absolute;width:410px;height:410px;left:-145px;top:-220px;border:1px solid rgba(29,29,31,.15);border-radius:50%;box-shadow:inset 0 0 0 48px rgba(255,255,255,.13)}
.home33-vanda-card>*{position:relative;z-index:1;min-width:0}
.home33-vanda-logo{width:150px;height:150px;display:grid;place-items:center;padding:14px;border-radius:34px;background:rgba(255,255,255,.72);box-shadow:0 20px 54px rgba(20,20,22,.11)}
.home33-vanda-logo img{width:100%;height:100%;object-fit:contain}
.home33-vanda-card>div:nth-child(2)>span{color:rgba(29,29,31,.58)}
.home33-vanda-card h2{font-size:clamp(38px,4.8vw,60px)}
.home33-vanda-card p{max-width:650px;margin:13px 0 0;color:rgba(29,29,31,.66);font-size:14px;line-height:2}
.home33-vanda-card>.home33-btn{min-width:205px}

/* Footer treatment on the redesigned home */
.page-home .site-footer.site-footer--v25{padding:70px 0 26px;background:#111112;color:#fff}
.page-home .site-footer--v25:after{display:none}
.page-home .footer-v25-shell{position:relative}
.page-home .footer-v25-grid{padding:0 0 44px;grid-template-columns:minmax(0,1.45fr) repeat(2,minmax(150px,.55fr));gap:clamp(36px,7vw,86px)}
.page-home .footer-v25-brand>p{max-width:500px;color:rgba(255,255,255,.55)}
.page-home .footer-v25-column>a,.page-home .footer-social-links>a{color:rgba(255,255,255,.62)}
.page-home .footer-v25-column>a:hover,.page-home .footer-social-links>a:hover{color:#fff}
.page-home .footer-v25-bottom{padding-top:22px;border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.42)}
.page-home .footer-brand-logo{background:#fff!important;border-radius:20px}

/* Focus and responsive behavior */
.page-home :is(a,button,input,textarea):focus-visible{outline:3px solid rgba(129,82,153,.34);outline-offset:3px}
@media(max-width:1100px){
  .home33-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:40px}
  .home33-hero-visual{min-height:0}
  .home33-section-head{grid-template-columns:58px minmax(220px,.75fr) minmax(280px,1fr)}
  .home33-toolbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home33-shelf--2{margin-top:0}
  .home33-shelf:last-child{grid-column:1/-1}
  .home33-vanda-card{grid-template-columns:125px minmax(0,1fr)}
  .home33-vanda-logo{width:125px;height:125px}
  .home33-vanda-card>.home33-btn{grid-column:1/-1;width:max-content}
}
@media(max-width:899px){
  .page-home .site-header{top:8px}
  .page-home .nav--polished,.page-home .site-header.is-scrolled .nav--polished{width:calc(100% - 20px);height:62px;border-radius:19px}
  .page-home .brand--logo-only{width:46px;height:46px}
  .page-home .nav-learning-shortcut{display:none}
  .home33-section{padding:88px 0}
  .home33-hero{min-height:auto;padding:116px 0 44px}
  .home33-hero-grid{grid-template-columns:1fr;gap:32px}
  .home33-hero-copy{max-width:780px}
  .home33-hero-visual{width:min(100%,680px);min-height:0;margin-inline:auto}
  .home33-portrait-halo{top:36px;width:470px;height:470px}
  .home33-achievements{width:min(100%,620px)}
  .home33-section-head{grid-template-columns:50px 1fr;gap:18px}
  .home33-section-intro{grid-column:2;justify-self:start;max-width:650px}
  .home33-writing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home33-writing-card:last-child:nth-child(odd){grid-column:1/-1}
  .home33-path-slide{flex-basis:100%}
  .home33-path-card{grid-template-columns:1fr;min-height:0}
  .home33-path-media{min-height:0;aspect-ratio:16/10;margin:14px;border-radius:22px}
  .home33-path-body{justify-content:flex-start;padding:30px 28px 32px}
  .home33-guide-card{grid-template-columns:1fr;gap:28px}
  .home33-guide-copy{max-width:650px}
  .home33-about-grid{grid-template-columns:1fr;gap:48px}
  .home33-about-visual{width:min(100%,680px);margin-inline:auto}
  .home33-orgs-head{grid-template-columns:1fr;gap:18px}
  .home33-orgs-head>div:last-child{justify-self:start}
  .page-home .footer-v25-grid{grid-template-columns:1.2fr repeat(2,.8fr);gap:28px}
}
@media(max-width:700px){
  .page-home .container{width:min(calc(100% - 28px),1240px)}
  .home33-section{padding:72px 0}
  .home33-hero{padding-top:104px}
  .home33-hero h1{font-size:clamp(39px,12vw,58px);line-height:1.24}
  .home33-hero-lead{font-size:17px;line-height:1.95}
  .home33-actions{display:grid;grid-template-columns:1fr}
  .home33-btn{width:100%}
  .home33-hero-visual{min-height:0;gap:18px;padding-top:8px}
  .home33-portrait-card{width:min(82vw,var(--hero-portrait-mobile,300px));border-width:6px;border-radius:34px}
  .home33-portrait-halo{top:20px;width:360px;height:360px}
  .home33-achievements{width:100%;gap:10px}
  .home33-achievements article{grid-template-columns:minmax(94px,max-content) minmax(0,1fr);gap:14px;min-height:96px;padding:10px 10px 10px 14px;border-radius:21px}
  .home33-achievement-value{min-width:94px;height:76px;padding-inline:9px;border-radius:18px;font-size:clamp(24px,6.5vw,29px)}
  .home33-achievements strong{font-size:15px}
  .home33-achievements p{font-size:10.5px;line-height:1.75}
  .home33-section-head{grid-template-columns:1fr;margin-bottom:34px}
  .home33-section-index{display:none}
  .home33-section-intro{grid-column:auto}
  .home33-section-title h2,.home33-orgs-head h2{font-size:40px}
  .home33-writing-grid{grid-template-columns:1fr}
  .home33-writing-card:last-child:nth-child(odd){grid-column:auto}
  .home33-writing-media{aspect-ratio:16/10}
  .home33-writing-body{padding:20px}
  .home33-path-card{grid-template-columns:1fr;min-height:0;border-radius:28px}
  .home33-path-media{min-height:0;aspect-ratio:16/10;margin:12px;border-radius:20px}
  .home33-path-body{justify-content:flex-start;padding:24px 20px 26px}
  .home33-path-body h3{font-size:clamp(28px,8.5vw,38px);margin-top:22px}
  .home33-path-body>p{font-size:13px}
  .home33-path-body>a{margin-top:22px}
  .home33-path-topline{align-items:flex-start;flex-direction:column}
  .home33-carousel-controls{grid-template-columns:auto 1fr}
  .home33-carousel-controls>span{display:none}
  .home33-ai-card{grid-template-columns:48px 1fr;padding:20px}
  .home33-ai-icon{width:48px;height:48px;border-radius:15px}
  .home33-ai-card .home33-btn{grid-column:1/-1}
  .home33-guide{padding:56px 0}
  .home33-guide-card{padding:26px 20px;border-radius:30px}
  .home33-guide-options{grid-template-columns:1fr}
  .home33-toolbox-grid{grid-template-columns:1fr}
  .home33-shelf:last-child{grid-column:auto}
  .home33-about-visual{min-height:400px;padding:24px}
  .home33-about-visual img{max-height:230px}
  .home33-about-visual blockquote{right:16px;left:16px;bottom:16px;padding:16px;font-size:12px}
  .home33-about-copy h2{font-size:40px}
  .home33-org-card{width:172px;min-height:92px}
  .home33-org-card>div{width:125px;height:38px}
  .home33-org-card img{max-width:125px;max-height:38px}
  .home33-vanda-card{grid-template-columns:1fr;padding:28px 22px;border-radius:32px;gap:22px}
  .home33-vanda-logo{width:104px;height:104px;border-radius:25px}
  .home33-vanda-card>.home33-btn{grid-column:auto;width:100%;min-width:0}
  .page-home .site-footer.site-footer--v25{padding-top:52px}
  .page-home .footer-v25-grid{grid-template-columns:1fr!important;gap:30px}
}
@media(max-width:420px){
  .page-home .container{width:calc(100% - 22px)}
  .page-home .nav--polished,.page-home .site-header.is-scrolled .nav--polished{width:calc(100% - 12px);height:58px;padding:5px 6px;border-radius:17px}
  .page-home .brand--logo-only{width:44px;height:44px;border-radius:14px}
  .page-home .nav--polished .search-trigger,.page-home .nav--polished .menu-trigger{width:42px;height:42px}
  .home33-hero{padding-top:94px}
  .home33-hero h1{font-size:38px}
  .home33-kicker{font-size:11px}
  .home33-topics span{font-size:10px}
  .home33-hero-visual{min-height:0}
  .home33-portrait-halo{top:16px;width:300px;height:300px}
  .home33-achievements article{grid-template-columns:minmax(88px,max-content) minmax(0,1fr);gap:11px;min-height:91px;padding:9px 9px 9px 12px}
  .home33-achievement-value{min-width:88px;height:72px;padding-inline:8px;font-size:clamp(22px,6.7vw,27px)}
  .home33-achievements strong{font-size:14px}
  .home33-achievements p{font-size:10px}
  .home33-portrait-card figcaption{right:10px;left:10px;bottom:10px;padding:12px}
  .home33-writing-footer{align-items:flex-start;flex-direction:column}
  .home33-guide-option{min-height:80px;grid-template-columns:34px minmax(0,1fr) 18px}
  .home33-about-copy h2,.home33-section-title h2,.home33-orgs-head h2{font-size:35px}
}
@media(prefers-reduced-motion:reduce){
  .page-home .home33-main [data-reveal]{opacity:1;transform:none;transition:none}
  .home33-org-track{animation:none!important}
  .home33-org-row{overflow:auto;scrollbar-width:none}
  .home33-org-group[aria-hidden="true"]{display:none}
  .home33-writing-media img,.home33-path-media img{transition:none}
}

/* Product Design v49 — quieter premium hierarchy and mobile-first composition. */
.page-home{
  --h33-radius-sm:14px;
  --h33-radius:22px;
  --h33-radius-lg:32px;
  --h33-shadow:0 18px 54px rgba(20,20,22,.075);
  --h33-shadow-hover:0 22px 64px rgba(20,20,22,.11);
}
.home33-section{padding-block:clamp(82px,9vw,112px)}
.home33-section-head{grid-template-columns:56px minmax(230px,.8fr) minmax(280px,.8fr);margin-bottom:42px}
.home33-section-title h2,.home33-orgs-head h2{font-size:clamp(36px,4.6vw,58px)}

.home33-hero{min-height:auto;padding:150px 0 42px;background:linear-gradient(180deg,#fbfbfc 0,#f5f5f7 100%)}
.home33-hero:before{opacity:.55;mask-image:linear-gradient(to bottom,#000,transparent 70%)}
.home33-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.7fr);gap:clamp(48px,7vw,92px)}
.home33-hero h1{max-width:830px;margin:22px 0 22px;font-size:clamp(50px,6vw,82px);line-height:1.16}
.home33-hero-lead{max-width:760px;font-size:clamp(17px,1.55vw,21px);line-height:2}
.home33-actions{align-items:center;margin-top:30px;gap:18px}
.home33-secondary-link{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:8px 2px;border-bottom:1px solid rgba(29,29,31,.28);font-size:14px;font-weight:800}
.home33-secondary-link:hover{border-color:var(--h33-plum);color:var(--h33-plum)}
.home33-topics{list-style:none;margin:26px 0 0;padding:0;gap:0;color:var(--h33-muted)}
.home33-topics li{display:flex;align-items:center;font-size:12px;font-weight:650}
.home33-topics li+li:before{content:"·";margin-inline:10px;color:rgba(29,29,31,.34)}
.home33-topics li{padding:0;border:0;background:transparent}
.home33-hero-visual{align-items:flex-end;padding:0}
.home33-portrait-halo{top:8%;width:min(38vw,430px);height:min(38vw,430px);opacity:.7}
.home33-portrait-card{width:min(100%,var(--hero-portrait-max,390px));border:0;border-radius:30px;box-shadow:0 24px 72px rgba(20,20,22,.14);transform:none;overflow:visible;background:transparent}
.home33-portrait-card>img{border-radius:30px;background:#eae9e4}
.home33-portrait-card figcaption{position:static;margin-top:12px;padding:0 4px;border:0;border-radius:0;background:transparent;color:var(--h33-copy);backdrop-filter:none}
.home33-portrait-card figcaption small{display:inline;color:var(--h33-plum);font-size:10px}
.home33-portrait-card figcaption strong{display:inline;margin-inline-start:6px;color:var(--h33-copy);font-size:11px;font-weight:600}

.home33-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:44px 0 0;padding:22px 0 0;border-top:1px solid var(--h33-line);gap:0}
.home33-proof>div{min-width:0;padding-inline:24px;border-inline-start:1px solid var(--h33-line)}
.home33-proof>div:first-child{padding-right:0;border-inline-start:0}
.home33-proof>div:last-child{padding-left:0}
.home33-proof dt{display:flex;align-items:baseline;gap:10px}
.home33-proof dt span{font-size:clamp(32px,3.3vw,46px);font-weight:900;line-height:1;letter-spacing:-.04em;white-space:nowrap}
.home33-proof dt strong{font-size:13px;line-height:1.65}
.home33-proof dd{margin:7px 0 0;color:var(--h33-muted);font-size:10.5px;line-height:1.75}

/* Editorial cards: restrained movement and fewer decorative surfaces. */
.home33-writing-grid{grid-template-columns:1.15fr repeat(2,minmax(0,.85fr));gap:16px}
.home33-writing-card>a{border-radius:20px;box-shadow:none}
.home33-writing-card>a:hover{transform:translateY(-3px);box-shadow:var(--h33-shadow)}
.home33-writing-card--featured h3{font-size:clamp(25px,2.7vw,38px)}

.home33-path-card{min-height:470px;border-radius:28px;background:rgba(255,255,255,.055);backdrop-filter:none}
.home33-path-media{margin:14px;border-radius:20px}
.home33-path-body{padding:38px 38px 38px 30px}
.home33-path-body h3{font-size:clamp(32px,3.7vw,50px)}
.home33-carousel-dots{gap:2px}
.home33-carousel-dots button{position:relative;width:44px;height:44px;border-radius:50%;background:transparent}
.home33-carousel-dots button:before{content:"";display:block;width:7px;height:7px;margin:auto;border-radius:99px;background:rgba(255,255,255,.28);transition:width .2s ease,background .2s ease}
.home33-carousel-dots button.is-active{width:44px;background:transparent}
.home33-carousel-dots button.is-active:before{width:24px;background:var(--h33-yellow)}
.home33-ai-card{display:none}

.home33-guide{padding-block:64px}
.home33-guide-card{padding:34px;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);gap:34px;border-color:var(--h33-line);border-radius:28px;background:#fff;box-shadow:none;backdrop-filter:none}
.home33-guide-card:after{display:none}
.home33-guide-options{gap:8px}
.home33-guide-option{min-height:78px;padding:12px;border-radius:16px;background:#fafafa}
.home33-guide-option:hover{transform:none;box-shadow:none;background:#f4f2f5}

.home33-shelf{border-radius:20px;background:#fff;box-shadow:none}
.home33-shelf--2{margin-top:0}
.home33-about-visual{min-height:440px;padding:34px;border-radius:30px}
.home33-about-visual blockquote{right:18px;left:18px;bottom:18px;border-radius:16px;box-shadow:var(--h33-shadow);backdrop-filter:none;background:rgba(255,255,255,.94)}
.home33-vanda-card{min-height:270px;padding:38px 42px;grid-template-columns:120px minmax(0,1fr) auto;gap:32px;border-radius:30px}
.home33-vanda-logo{width:120px;height:120px;border-radius:24px;box-shadow:none}

@media(max-width:899px){
  .home33-hero{padding-top:116px}
  .home33-hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);gap:34px}
  .home33-hero h1{font-size:clamp(42px,7vw,62px)}
  .home33-proof{margin-top:34px}
  .home33-proof>div{padding-inline:16px}
  .home33-writing-grid{grid-template-columns:1fr 1fr}
  .home33-writing-card--featured{grid-column:1/-1}
}

@media(max-width:700px){
  .page-home .container{width:min(calc(100% - 28px),1240px)}
  .home33-section{padding-block:64px}
  .home33-section-head{display:block;margin-bottom:26px}
  .home33-section-index{display:none}
  .home33-section-title h2{font-size:36px;line-height:1.25}
  .home33-section-intro{margin-top:12px}
  .home33-section-intro p{font-size:13px;margin-bottom:10px}

  .home33-hero{padding:102px 0 28px}
  .home33-hero-grid{grid-template-columns:1fr;gap:26px}
  .home33-hero h1{margin-block:18px;font-size:clamp(39px,11.2vw,52px);line-height:1.22}
  .home33-hero-lead{font-size:16px;line-height:1.95}
  .home33-actions{margin-top:24px}
  .home33-btn{min-height:50px;padding-inline:18px}
  .home33-secondary-link{font-size:13px}
  .home33-topics{margin-top:20px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}
  .home33-topics li{white-space:nowrap;font-size:10.5px}
  .home33-hero-visual{width:100%;align-items:center}
  .home33-portrait-halo{width:290px;height:290px;top:14%}
  .home33-portrait-card{width:min(100%,var(--hero-portrait-mobile,300px));border-radius:24px}
  .home33-portrait-card>img{border-radius:24px}
  .home33-portrait-card figcaption{text-align:center}
  .home33-proof{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px;padding-top:18px}
  .home33-proof>div{padding-inline:10px;text-align:center}
  .home33-proof dt{display:grid;gap:5px;justify-items:center}
  .home33-proof dt span{font-size:clamp(26px,8vw,38px)}
  .home33-proof dt strong{font-size:10.5px}
  .home33-proof dd{display:none}

  .home33-writing-grid{grid-template-columns:1fr;gap:14px}
  .home33-writing-card--featured{grid-column:auto}
  .home33-writing-card>a{grid-template-columns:112px minmax(0,1fr);grid-template-rows:1fr;min-height:160px}
  .home33-writing-media{height:100%}
  .home33-writing-media img{height:100%;aspect-ratio:auto}
  .home33-writing-body{padding:16px}
  .home33-writing-body h3,.home33-writing-card--featured h3{font-size:19px;line-height:1.55}
  .home33-writing-body>p{display:none}
  .home33-writing-footer strong{display:none}

  .home33-path-card{min-height:0;grid-template-columns:1fr;border-radius:22px}
  .home33-path-media{margin:10px 10px 0;aspect-ratio:16/10}
  .home33-path-body{padding:24px 20px 26px}
  .home33-path-body h3{margin-top:18px;font-size:31px}
  .home33-path-body>p{font-size:13px}
  .home33-carousel-controls{grid-template-columns:auto 1fr;margin-top:12px}
  .home33-carousel-controls>span{display:none}
  .home33-carousel-dots{justify-content:flex-end}

  .home33-guide{padding-block:54px}
  .home33-guide-card{padding:24px 18px;grid-template-columns:1fr;gap:22px;border-radius:22px}
  .home33-guide-copy h2{font-size:32px}
  .home33-guide-options{grid-template-columns:1fr}
  .home33-guide-option{min-height:68px}

  /* Mobile home shows a curated sample instead of three long shelves. */
  .home33-toolbox-grid{grid-template-columns:1fr}
  .home33-shelf:nth-child(n+2){display:none}
  .home33-shelf{padding:18px}

  .home33-about-grid{grid-template-columns:1fr;gap:34px}
  .home33-about-visual{min-height:330px;padding:24px}
  .home33-about-visual img{max-height:220px}
  .home33-about-copy h2{font-size:38px}
  .home33-about-copy p{font-size:15px;margin-block:18px 24px}
  .home33-vanda-card{grid-template-columns:80px minmax(0,1fr);padding:24px 20px;gap:18px;border-radius:22px}
  .home33-vanda-logo{width:80px;height:80px;border-radius:18px}
  .home33-vanda-card h2{font-size:30px}
  .home33-vanda-card p{font-size:12px}
  .home33-vanda-card>.home33-btn{grid-column:1/-1;width:100%;min-width:0}
}

@media(max-width:390px){
  .home33-actions{display:grid;grid-template-columns:1fr;justify-items:start;gap:8px}
  .home33-secondary-link{min-height:42px}
  .home33-proof>div{padding-inline:6px}
  .home33-proof dt span{font-size:26px}
  .home33-writing-card>a{grid-template-columns:98px minmax(0,1fr)}
}

@media(max-width:700px){
  /* Collaborations remain available on About; the mobile home stays curated. */
  .home33-orgs{display:none}
}

/* V49.2 — quieter mobile hierarchy and clearer brand focus. */
@media(max-width:640px){
  .home33-hero{padding-top:92px}.home33-hero-grid{gap:20px}.home33-hero-copy{text-align:right}.home33-actions{margin-top:22px}
  .home33-topics{display:none}.home33-portrait-card figcaption{padding:10px 12px}.home33-portrait-card figcaption small{font-size:9px}.home33-portrait-card figcaption strong{font-size:11px}
  .home33-proof{margin-top:22px}.home33-proof dt span{font-size:25px}.home33-proof dt strong{font-size:10px;line-height:1.45}
  .home33-ai-card{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:15px}.home33-ai-card p{display:none}.home33-ai-card .home33-btn{grid-column:1/-1;width:100%;justify-content:center}
  .home33-guide-card{padding:20px 16px}.home33-guide-copy p{font-size:12px}.home33-guide-option{min-height:62px}
}
