/* Safa Soch V12.3 — International Clean Design System
   Permanent visual system: deep green + warm cream + Safa gold.
   Loaded last to normalise legacy page families without changing their content/SEO. */

:root{
  --ss-green-950:#021d17;
  --ss-green-900:#032c23;
  --ss-green-800:#064737;
  --ss-green-700:#075542;
  --ss-green-600:#0a6a51;
  --ss-gold-500:#e2b955;
  --ss-gold-300:#f3d37a;
  --ss-cream-100:#f6f0e4;
  --ss-ivory:#fcf9f2;
  --ss-white:#fffdf8;
  --ss-ink:#17362e;
  --ss-muted:#687a73;
  --ss-sage:#8fa79e;
  --ss-line:rgba(3,44,35,.13);
  --ss-line-dark:rgba(255,255,255,.13);
  --ss-shadow-sm:0 8px 24px rgba(2,29,23,.07);
  --ss-shadow:0 18px 55px rgba(2,29,23,.10);
  --ss-shadow-lg:0 30px 90px rgba(2,29,23,.14);
  --ss-radius-sm:12px;
  --ss-radius:18px;
  --ss-radius-lg:28px;
  --ss-shell:1280px;
  --ss-serif:Georgia,"Times New Roman",Times,serif;
  --ss-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;
  --ss-space-section:clamp(64px,7vw,104px);
  --ss-space-block:clamp(28px,4vw,52px);
}

html{scroll-behavior:smooth;background:var(--ss-cream-100)}
body.ss-brand-system,
body.hi-body{
  margin:0;
  color:var(--ss-ink);
  background:var(--ss-ivory);
  font-family:var(--ss-sans);
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.ss-brand-system *,body.hi-body *{box-sizing:border-box}
body.ss-brand-system img,body.hi-body img{max-width:100%;height:auto}
body.ss-brand-system a,body.hi-body a{text-underline-offset:3px}
body.ss-brand-system main,body.hi-body main{min-height:50vh}

/* Layout */
body.ss-brand-system .shell,body.hi-body .shell{width:min(var(--ss-shell),calc(100% - 48px));margin-inline:auto}
body.ss-brand-system .narrow,body.hi-body .narrow{width:min(820px,100%);margin-inline:auto}
body.ss-brand-system .section,body.ss-brand-system .ss-section,body.ss-brand-system .v10-standard-page,body.ss-brand-system .v9-page,
body.hi-body .section{padding:var(--ss-space-section) 0}
body.ss-brand-system .section.white,body.ss-brand-system .white{background:var(--ss-ivory)}
body.ss-brand-system .section.soft,body.ss-brand-system .soft{background:var(--ss-cream-100)}
body.ss-brand-system .section.dark,body.ss-brand-system .dark-section{background:var(--ss-green-900);color:var(--ss-ivory)}

/* Typography */
body.ss-brand-system h1,body.ss-brand-system h2,body.hi-body h1,body.hi-body h2{
  font-family:var(--ss-serif);
  font-weight:500;
  letter-spacing:-.038em;
  text-wrap:balance;
  color:inherit;
}
body.ss-brand-system h1,body.hi-body h1{font-size:clamp(46px,6.4vw,82px);line-height:.98;margin:0 0 24px}
body.ss-brand-system h2,body.hi-body h2{font-size:clamp(34px,4.2vw,58px);line-height:1.04;margin:0 0 20px}
body.ss-brand-system h3,body.hi-body h3{font-family:var(--ss-sans);font-size:clamp(18px,1.8vw,24px);line-height:1.2;letter-spacing:-.02em;color:inherit}
body.ss-brand-system p,body.hi-body p{color:var(--ss-muted)}
body.ss-brand-system .lead,body.hi-body .lead{font-size:clamp(18px,1.7vw,21px);line-height:1.65;color:var(--ss-muted);max-width:760px}
body.ss-brand-system .eyebrow,body.ss-brand-system .ss-kicker,body.ss-brand-system .v5-kicker,body.ss-brand-system .sn-kicker,body.ss-brand-system .sw-kicker,
body.hi-body .eyebrow{
  display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--ss-green-700);font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.16em
}
body.ss-brand-system .ss-kicker:not(.dark),body.ss-brand-system .inverse .ss-kicker{color:var(--ss-gold-300)}
body.ss-brand-system em,body.hi-body em{font-style:normal;color:var(--ss-gold-500)}

/* Focus & accessibility */
body.ss-brand-system :focus-visible,body.hi-body :focus-visible{outline:3px solid var(--ss-gold-500)!important;outline-offset:3px!important}
body.ss-brand-system .skip,body.hi-body .skip{position:fixed;left:14px;top:14px;z-index:9999;transform:translateY(-160%);background:var(--ss-gold-500);color:var(--ss-green-950);padding:12px 16px;border-radius:10px;font-weight:800}
body.ss-brand-system .skip:focus,body.hi-body .skip:focus{transform:none}

/* Permanent header */
body.ss-brand-system .ss-header,body.hi-body .ss-header{
  position:sticky;top:0;z-index:900;background:rgba(3,44,35,.94);color:var(--ss-ivory);border-bottom:1px solid rgba(226,185,85,.24);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);transition:box-shadow .22s ease,background .22s ease,border-color .22s ease
}
body.ss-brand-system .ss-header:before,body.hi-body .ss-header:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(243,211,122,.5),transparent);opacity:.55}
body.ss-brand-system .ss-header.is-scrolled,body.hi-body .ss-header.is-scrolled{box-shadow:0 14px 36px rgba(2,29,23,.18);border-bottom-color:rgba(226,185,85,.18)}
body.ss-brand-system .ss-header-row,body.hi-body .ss-header-row{min-height:84px;display:flex;align-items:center;gap:22px}
body.ss-brand-system .ss-brand-wrap,body.hi-body .ss-brand-wrap{display:flex;align-items:center;flex:0 0 auto;gap:14px}
body.ss-brand-system .ss-brand,body.hi-body .ss-brand{
  width:170px;min-width:170px;height:56px;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:linear-gradient(180deg,#fdfaf3,#f4efe2);border-radius:16px;border:1px solid rgba(255,255,255,.48);box-shadow:0 10px 28px rgba(0,0,0,.10)
}
body.ss-brand-system .ss-brand img,body.hi-body .ss-brand img{width:100%;height:100%;object-fit:contain}
body.ss-brand-system .ss-brand-note,body.hi-body .ss-brand-note{display:none}
body.ss-brand-system .ss-nav,body.hi-body .ss-nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:0}
body.ss-brand-system .ss-nav-main,body.hi-body .ss-nav-main{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:wrap}
body.ss-brand-system .ss-nav-end,body.hi-body .ss-nav-end{display:flex;align-items:center;gap:10px;padding-left:16px;border-left:1px solid rgba(255,255,255,.12)}
body.ss-brand-system .ss-nav a,body.hi-body .ss-nav a{color:rgba(252,249,242,.82);font-size:13px;line-height:1;font-weight:700;text-decoration:none;white-space:nowrap;transition:color .2s ease,opacity .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
body.ss-brand-system .ss-nav-link,body.hi-body .ss-nav-link{padding:11px 13px;border-radius:999px;border:1px solid transparent}
body.ss-brand-system .ss-nav-link:hover,body.hi-body .ss-nav-link:hover{color:#fff;background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}
body.ss-brand-system .ss-nav-link.is-active,body.hi-body .ss-nav-link.is-active{color:#fff;background:rgba(226,185,85,.12);border-color:rgba(226,185,85,.22);box-shadow:inset 0 0 0 1px rgba(226,185,85,.08)}
body.ss-brand-system .ss-lang,body.hi-body .ss-lang{padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:var(--ss-gold-300)!important;background:rgba(255,255,255,.03)}
body.ss-brand-system .ss-search-btn,body.ss-brand-system .ss-a11y-btn,body.hi-body .ss-search-btn,body.hi-body .ss-a11y-btn{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:var(--ss-ivory);display:grid;place-items:center;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}
body.ss-brand-system .ss-search-btn:hover,body.ss-brand-system .ss-a11y-btn:hover,body.hi-body .ss-search-btn:hover,body.hi-body .ss-a11y-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.2)}
body.ss-brand-system .ss-join,body.hi-body .ss-join{height:48px;padding:0 20px!important;border-radius:14px;background:var(--ss-gold-500);color:var(--ss-green-950)!important;font-weight:850!important;display:inline-flex;align-items:center;gap:12px;box-shadow:0 12px 28px rgba(226,185,85,.18)}
body.ss-brand-system .ss-header-progress,body.hi-body .ss-header-progress{height:2px;background:linear-gradient(90deg,var(--ss-gold-500),var(--ss-gold-300));transform-origin:left center;transform:scaleX(0)}
body.ss-brand-system .ss-menu-btn,body.hi-body .ss-menu-btn{display:none}

/* Breadcrumbs */
body.ss-brand-system .breadcrumbs,body.hi-body .breadcrumbs{padding-top:18px;padding-bottom:18px;display:flex;align-items:center;gap:9px;color:var(--ss-muted);font-size:13px}
body.ss-brand-system .breadcrumbs a,body.hi-body .breadcrumbs a{color:var(--ss-green-700);text-decoration:none;font-weight:700}

/* Buttons */
body.ss-brand-system .button,body.ss-brand-system .ss-btn,body.ss-brand-system .v5-btn,body.ss-brand-system .v9-btn,body.ss-brand-system .v11-btn,body.ss-brand-system .sn-btn,
body.hi-body .button{
  min-height:50px;padding:12px 20px;border-radius:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:800 14px/1 var(--ss-sans);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:var(--ss-green-900)
}
body.ss-brand-system .button:hover,body.ss-brand-system .ss-btn:hover,body.ss-brand-system .v5-btn:hover,body.ss-brand-system .v9-btn:hover,body.ss-brand-system .v11-btn:hover,body.ss-brand-system .sn-btn:hover,body.hi-body .button:hover{transform:translateY(-2px)}
body.ss-brand-system .button.primary,body.ss-brand-system .ss-primary,body.ss-brand-system .v5-btn.primary,body.ss-brand-system .v9-btn.primary,body.ss-brand-system .v11-btn.primary,body.ss-brand-system .sn-btn.primary,
body.hi-body .button.primary{background:var(--ss-gold-500);color:var(--ss-green-950);box-shadow:0 10px 26px rgba(226,185,85,.16)}
body.ss-brand-system .button.secondary,body.ss-brand-system .ss-outline,body.ss-brand-system .v5-btn.ghost,body.ss-brand-system .v9-btn.ghost,body.ss-brand-system .v11-btn.secondary,body.ss-brand-system .sn-btn.ghost,
body.hi-body .button.secondary{background:transparent;border-color:var(--ss-line);color:var(--ss-green-800)}
body.ss-brand-system .ss-dark-btn{background:var(--ss-green-900);color:var(--ss-ivory)}
body.ss-brand-system .ss-light-btn{background:var(--ss-white);border-color:var(--ss-line);color:var(--ss-green-800)}
body.ss-brand-system .actions,body.ss-brand-system .ss-actions,body.ss-brand-system .v11-actions,body.hi-body .actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}

/* Page hero normalisation */
body.ss-brand-system .page-hero,body.ss-brand-system .article-hero,body.ss-brand-system .founder-hero,body.ss-brand-system .v9-subhero,
body.hi-body .page-hero{
  position:relative;background:linear-gradient(135deg,var(--ss-cream-100),var(--ss-ivory));border-bottom:1px solid var(--ss-line);padding:clamp(62px,7vw,96px) 0
}
body.ss-brand-system .page-hero h1,body.ss-brand-system .article-hero h1,body.ss-brand-system .founder-hero h1,body.ss-brand-system .v9-subhero h1,body.hi-body .page-hero h1{max-width:900px}
body.ss-brand-system .sector-hero{
  background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-800));color:var(--ss-ivory);padding:clamp(64px,7vw,100px) 0;border-bottom:1px solid rgba(226,185,85,.28)
}
body.ss-brand-system .sector-hero h1,body.ss-brand-system .sector-hero h2,body.ss-brand-system .sector-hero h3,body.ss-brand-system .sector-hero p{color:inherit}
body.ss-brand-system .sector-hero .lead{color:rgba(252,249,242,.78)}
body.ss-brand-system .sector-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.8fr);gap:clamp(38px,6vw,86px);align-items:center}
body.ss-brand-system .sector-hero-grid>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow-lg);border:1px solid rgba(255,255,255,.14)}
body.ss-brand-system .sector-facts{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}
body.ss-brand-system .sector-facts span{padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.8);font-size:12px;font-weight:750}

/* Homepage hero restraint */
body.ss-brand-system .ss-hero{min-height:auto;background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory)}
body.ss-brand-system .ss-hero-grid{min-height:min(760px,calc(100vh - 80px));padding-top:clamp(56px,6vw,86px);padding-bottom:clamp(58px,6vw,88px);gap:clamp(42px,6vw,84px)}
body.ss-brand-system .ss-hero h1{font-size:clamp(52px,6.2vw,86px);line-height:.96;max-width:760px}
body.ss-brand-system .ss-hero .ss-lead{font-size:clamp(18px,1.65vw,21px);line-height:1.62;color:rgba(252,249,242,.78);max-width:660px}
body.ss-brand-system .ss-human-card{border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow-lg)}
body.ss-brand-system .ss-float-card.fc-two{display:none}
body.ss-brand-system .ss-hero-proof{margin-top:34px;gap:0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
body.ss-brand-system .ss-hero-proof>div{padding:20px 20px 20px 0}
body.ss-brand-system .ss-hero-band{background:rgba(0,0,0,.08);border-top:1px solid rgba(255,255,255,.1)}

/* Section headings */
body.ss-brand-system .section-heading,body.ss-brand-system .ss-section-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.7fr);gap:clamp(28px,5vw,72px);align-items:end;margin-bottom:var(--ss-space-block)}
body.ss-brand-system .section-heading>div,body.ss-brand-system .ss-section-head>div{min-width:0}
body.ss-brand-system .section-heading>p,body.ss-brand-system .ss-section-head>p{max-width:600px;margin:0 0 4px}
body.ss-brand-system .ss-section-head{display:block;max-width:920px}
body.ss-brand-system .ss-section-head>p{max-width:720px}
body.ss-brand-system .inverse,body.ss-brand-system .inverse h2,body.ss-brand-system .inverse h3{color:var(--ss-ivory)}
body.ss-brand-system .inverse p{color:rgba(252,249,242,.72)}
body.ss-brand-system .text-link,body.ss-brand-system .ss-text-link{display:inline-flex;margin-top:8px;color:var(--ss-green-700);font-weight:800;text-decoration:none}
body.ss-brand-system .inverse .text-link,body.ss-brand-system .inverse .ss-text-link{color:var(--ss-gold-300)}

/* Universal cards */
body.ss-brand-system :is(.programme-panel,.side-card,.sticky-card,.v10-policy-card,.v9-side-card,.v5-fee-card,.v5-side-info,.sn-side-card,.sn-auth-card,.sw-card,.v11-callout,.v9-empty){
  background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);box-shadow:var(--ss-shadow-sm);padding:clamp(22px,3vw,32px)
}
body.ss-brand-system :is(.programme-panel,.side-card,.sticky-card,.v10-policy-card,.v9-side-card,.v5-fee-card,.v5-side-info,.sn-side-card,.sn-auth-card,.sw-card,.v11-callout,.v9-empty) h2,
body.ss-brand-system :is(.programme-panel,.side-card,.sticky-card,.v10-policy-card,.v9-side-card,.v5-fee-card,.v5-side-info,.sn-side-card,.sn-auth-card,.sw-card,.v11-callout,.v9-empty) h3{margin-top:0}

/* Generic grids */
body.ss-brand-system .two-col,body.ss-brand-system .content,body.ss-brand-system .split,body.ss-brand-system .form-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr);gap:clamp(34px,6vw,76px);align-items:start}
body.ss-brand-system .module-grid,body.ss-brand-system .faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.ss-brand-system .module-grid article,body.ss-brand-system .faq-grid article{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);padding:26px;box-shadow:var(--ss-shadow-sm)}
body.ss-brand-system .module-grid article span{display:block;color:var(--ss-gold-500);font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:34px}
body.ss-brand-system .faq-grid article p{margin-bottom:0}
body.ss-brand-system .process-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(36px,7vw,88px);align-items:start}
body.ss-brand-system .process-grid ol{list-style:none;margin:0;padding:0;border-top:1px solid var(--ss-line)}
body.ss-brand-system .process-grid li{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--ss-line)}
body.ss-brand-system .process-grid li>b{color:var(--ss-gold-500);font-size:12px;letter-spacing:.12em}

/* Prose / editorial pages */
body.ss-brand-system .prose,body.ss-brand-system .article-body{font-size:17px;line-height:1.8;color:var(--ss-ink)}
body.ss-brand-system .prose p,body.ss-brand-system .article-body p{max-width:760px}
body.ss-brand-system .prose h2,body.ss-brand-system .article-body h2{font-size:clamp(30px,3vw,44px);margin-top:52px;margin-bottom:16px}
body.ss-brand-system .prose h3,body.ss-brand-system .article-body h3{margin-top:34px}
body.ss-brand-system .prose ul,body.ss-brand-system .article-body ul{padding-left:22px;color:var(--ss-muted)}
body.ss-brand-system .prose li,body.ss-brand-system .article-body li{margin:8px 0}
body.ss-brand-system .article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:clamp(34px,6vw,72px);align-items:start}
body.ss-brand-system .article-aside{position:sticky;top:110px}

/* Course catalogue / cards */
body.ss-brand-system .ss-course-grid{gap:20px}
body.ss-brand-system .ss-course-card{border-radius:var(--ss-radius);overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);box-shadow:none;transition:transform .24s ease,border-color .24s ease}
body.ss-brand-system .ss-course-card:hover{transform:translateY(-5px);border-color:rgba(226,185,85,.48)}
body.ss-brand-system .ss-course-photo{aspect-ratio:16/10;overflow:hidden}
body.ss-brand-system .ss-course-photo img{width:100%;height:100%;object-fit:cover}
body.ss-brand-system .ss-course-content{display:flex;flex-direction:column;min-height:270px;padding:24px}
body.ss-brand-system .ss-course-content h3{min-height:2.4em;margin:14px 0 10px;color:var(--ss-ivory)}
body.ss-brand-system .ss-course-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:rgba(252,249,242,.68)}
body.ss-brand-system .ss-course-price{margin-top:auto;padding-top:20px}
body.ss-brand-system .ss-price-band{border-radius:var(--ss-radius);border:1px solid rgba(255,255,255,.12);overflow:hidden}

/* Academy course detail */
body.ss-brand-system .v5-course-detail{padding:var(--ss-space-section) 0;background:var(--ss-ivory)}
body.ss-brand-system .v5-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(36px,6vw,76px);align-items:start}
body.ss-brand-system .v5-detail-main h1{font-size:clamp(44px,5vw,70px);max-width:850px}
body.ss-brand-system .v5-detail-main>.intro{font-size:20px;max-width:760px}
body.ss-brand-system .v5-detail-main>h2{font-size:clamp(30px,3vw,44px);margin-top:48px}
body.ss-brand-system .v5-detail-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:30px 0}
body.ss-brand-system .v5-detail-points>div{background:var(--ss-cream-100);border:1px solid var(--ss-line);padding:14px 16px;border-radius:12px;color:var(--ss-green-800);font-weight:750}
body.ss-brand-system .v5-detail-side{display:grid;gap:16px;position:sticky;top:108px}
body.ss-brand-system .v5-fee-card{background:var(--ss-green-900);color:var(--ss-ivory)}
body.ss-brand-system .v5-fee-card strong{display:block;font:500 clamp(40px,4vw,58px)/1 var(--ss-serif);color:var(--ss-gold-300);margin:8px 0 12px}
body.ss-brand-system .v5-fee-card p{color:rgba(252,249,242,.72)}
body.ss-brand-system .v5-disclaimer{padding:16px 18px;border-left:3px solid var(--ss-gold-500);background:var(--ss-cream-100);color:var(--ss-muted);font-size:13px;border-radius:0 10px 10px 0}

/* Forms */
body.ss-brand-system form label,body.hi-body form label{display:block;color:var(--ss-green-900);font-size:13px;font-weight:800;margin-bottom:7px}
body.ss-brand-system input:not([type=checkbox]):not([type=radio]),body.ss-brand-system select,body.ss-brand-system textarea,
body.hi-body input:not([type=checkbox]):not([type=radio]),body.hi-body select,body.hi-body textarea{
  width:100%;min-height:50px;border:1px solid rgba(3,44,35,.18);border-radius:12px;background:var(--ss-white);color:var(--ss-ink);padding:12px 14px;font:500 16px/1.4 var(--ss-sans);box-shadow:none
}
body.ss-brand-system textarea,body.hi-body textarea{min-height:140px;resize:vertical}
body.ss-brand-system input:focus,body.ss-brand-system select:focus,body.ss-brand-system textarea:focus,body.hi-body input:focus,body.hi-body select:focus,body.hi-body textarea:focus{border-color:var(--ss-green-600);outline:3px solid rgba(10,106,81,.12)}
body.ss-brand-system .consent{font-size:13px;color:var(--ss-muted)}

/* Tables */
body.ss-brand-system table{width:100%;border-collapse:separate;border-spacing:0;background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);overflow:hidden}
body.ss-brand-system th{background:var(--ss-green-900);color:var(--ss-ivory);font-size:12px;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:14px 16px}
body.ss-brand-system td{padding:14px 16px;border-top:1px solid var(--ss-line);color:var(--ss-muted);vertical-align:top}
body.ss-brand-system tr:nth-child(even) td{background:rgba(246,240,228,.45)}

/* Founder */
body.ss-brand-system .founder{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.1fr);gap:clamp(38px,7vw,88px);align-items:center}
body.ss-brand-system .founder-photo{margin:0;border-radius:var(--ss-radius-lg);overflow:hidden;background:var(--ss-cream-100);box-shadow:var(--ss-shadow)}
body.ss-brand-system .founder-photo img{width:100%;aspect-ratio:4/5;object-fit:cover}
body.ss-brand-system .founder-role{color:var(--ss-green-700)}

/* Final CTA */
body.ss-brand-system .final-cta{padding:clamp(54px,6vw,82px) 0;background:var(--ss-green-900);color:var(--ss-ivory)}
body.ss-brand-system .final-cta>.shell{display:flex;align-items:center;justify-content:space-between;gap:30px}
body.ss-brand-system .final-cta h2{font-size:clamp(34px,4vw,54px);margin-bottom:8px}
body.ss-brand-system .final-cta p{color:rgba(252,249,242,.7);margin-bottom:0}
body.ss-brand-system .button.light{background:var(--ss-gold-500);color:var(--ss-green-950)}
body.ss-brand-system .button.outline-light{border-color:rgba(255,255,255,.24);color:var(--ss-ivory);background:transparent}

/* Skills World */
body.ss-brand-system .sw-head{background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory);padding:clamp(60px,7vw,96px) 0}
body.ss-brand-system .sw-head p{color:rgba(252,249,242,.72)}
body.ss-brand-system .sw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.ss-brand-system .sw-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;min-height:320px;transition:transform .2s ease,border-color .2s ease}
body.ss-brand-system .sw-card:hover{transform:translateY(-4px);border-color:rgba(7,85,66,.28)}
body.ss-brand-system .sw-card h3{margin:18px 0 10px}
body.ss-brand-system .sw-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
body.ss-brand-system .sw-card-top{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--ss-muted)}

/* Skill Network community */
body.ss-brand-system .sn-page,body.ss-brand-system .sn-feed-page{background:var(--ss-cream-100)}
body.ss-brand-system .sn-hero{background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory);padding:clamp(58px,7vw,92px) 0}
body.ss-brand-system .sn-hero p{color:rgba(252,249,242,.72)}
body.ss-brand-system .sn-post{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);box-shadow:var(--ss-shadow-sm);padding:22px;margin-bottom:16px}
body.ss-brand-system .sn-post-body{font-size:16px;line-height:1.7}
body.ss-brand-system .sn-skill{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(7,85,66,.08);color:var(--ss-green-700);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
body.ss-brand-system .sn-avatar{background:var(--ss-green-900)!important;color:var(--ss-gold-300)!important;border:1px solid rgba(226,185,85,.35)}
body.ss-brand-system .community-flash{border-radius:12px;padding:14px 16px}

/* Passport / Skill check */
body.ss-brand-system .v9-pass-section{padding:var(--ss-space-section) 0;background:var(--ss-cream-100)}
body.ss-brand-system .v9-passport-card{border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow);border:1px solid var(--ss-line)}
body.ss-brand-system .v9-panel-label{font-size:11px;letter-spacing:.14em;font-weight:900;color:var(--ss-green-700)}

/* International / standards pages */
body.ss-brand-system .v11-intl-hero{background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory);padding:clamp(62px,7vw,100px) 0}
body.ss-brand-system .v11-intl-hero p{color:rgba(252,249,242,.72)}
body.ss-brand-system .v11-copy-grid,body.ss-brand-system .v11-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.ss-brand-system .v11-copy-grid>*,body.ss-brand-system .v11-topic-grid>*{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);padding:26px;box-shadow:var(--ss-shadow-sm)}
body.ss-brand-system .v10-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.ss-brand-system .v10-policy-callout{border-left:4px solid var(--ss-gold-500);background:var(--ss-cream-100);border-radius:0 var(--ss-radius-sm) var(--ss-radius-sm) 0;padding:20px 24px;margin:28px 0}

/* Search/status/utility */
body.ss-brand-system .status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(7,85,66,.08);color:var(--ss-green-700);font-size:12px;font-weight:800}
body.ss-brand-system .flash{padding:12px 0;background:var(--ss-cream-100);border-bottom:1px solid var(--ss-line)}
body.ss-brand-system .flash.success{background:#edf7f1;color:#245e45}
body.ss-brand-system .flash.error{background:#fff0ec;color:#8b3328}

/* Permanent compact footer */
body.ss-brand-system .ss-footer,body.hi-body .ss-footer{background:radial-gradient(circle at 82% 10%,rgba(226,185,85,.08),transparent 24%),var(--ss-green-950);color:var(--ss-ivory);border-top:1px solid rgba(226,185,85,.28);position:relative;overflow:hidden}
body.ss-brand-system .ss-footer:before,body.hi-body .ss-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(226,185,85,.55),transparent);opacity:.75}
body.ss-brand-system .ss-footer:after,body.hi-body .ss-footer:after{content:"SAFA SOCH";position:absolute;left:-20px;right:0;bottom:-70px;font:500 clamp(90px,14vw,210px)/1 var(--ss-serif);letter-spacing:-.05em;color:rgba(255,255,255,.015);white-space:nowrap;pointer-events:none}
body.ss-brand-system .ss-footer-cta,body.hi-body .ss-footer-cta{padding:56px 0 40px;display:flex;align-items:end;justify-content:space-between;gap:40px;border-bottom:1px solid rgba(255,255,255,.11)}
body.ss-brand-system .ss-footer-eyebrow,body.hi-body .ss-footer-eyebrow{margin:0 0 10px;color:var(--ss-gold-300)!important;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
body.ss-brand-system .ss-footer-cta h2,body.hi-body .ss-footer-cta h2{font-size:clamp(32px,3.8vw,52px);line-height:1.02;margin:0;max-width:12ch}
body.ss-brand-system .ss-footer-cta-actions,body.hi-body .ss-footer-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.ss-brand-system .ss-footer-cta-actions a,body.hi-body .ss-footer-cta-actions a{min-height:48px;padding:12px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.18);color:var(--ss-ivory);text-decoration:none;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.03)}
body.ss-brand-system .ss-footer-cta-actions a.primary,body.hi-body .ss-footer-cta-actions a.primary{background:var(--ss-gold-500);border-color:var(--ss-gold-500);color:var(--ss-green-950)}
body.ss-brand-system .ss-footer-main,body.hi-body .ss-footer-main{padding:42px 0 36px;display:grid;grid-template-columns:minmax(290px,.88fr) minmax(0,1.5fr);gap:clamp(42px,7vw,92px);position:relative;z-index:1}
body.ss-brand-system .ss-footer-brand,body.hi-body .ss-footer-brand{display:grid;align-content:start;gap:14px}
body.ss-brand-system .ss-footer-logo,body.hi-body .ss-footer-logo{width:162px;height:58px;padding:8px 14px;border-radius:14px;background:linear-gradient(180deg,#fdfaf3,#f4efe2);display:flex;align-items:center}
body.ss-brand-system .ss-footer-logo img,body.hi-body .ss-footer-logo img{width:100%;height:100%;object-fit:contain}
body.ss-brand-system .ss-footer-brand p,body.hi-body .ss-footer-brand p{max-width:380px;margin:0;color:rgba(252,249,242,.66);font-size:14px;line-height:1.7}
body.ss-brand-system .ss-footer-badges,body.hi-body .ss-footer-badges{display:flex;flex-wrap:wrap;gap:8px}
body.ss-brand-system .ss-footer-badges span,body.hi-body .ss-footer-badges span{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);font-size:11px;font-weight:800;color:#e7dfcf}
body.ss-brand-system .ss-footer-brand address,body.hi-body .ss-footer-brand address{display:grid;gap:6px;font-style:normal;font-size:13px;color:rgba(252,249,242,.64)}
body.ss-brand-system .ss-footer-brand address a,body.hi-body .ss-footer-brand address a,body.ss-brand-system .ss-social a,body.hi-body .ss-social a{color:var(--ss-ivory);text-decoration:none}
body.ss-brand-system .ss-social,body.hi-body .ss-social{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;font-weight:800}
body.ss-brand-system .ss-social a,body.hi-body .ss-social a{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}
body.ss-brand-system .ss-footer-links,body.hi-body .ss-footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
body.ss-brand-system .ss-footer-group,body.hi-body .ss-footer-group{border:0}
body.ss-brand-system .ss-footer-group summary,body.hi-body .ss-footer-group summary{list-style:none;cursor:default;color:var(--ss-gold-300);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:13px}
body.ss-brand-system .ss-footer-group summary::-webkit-details-marker,body.hi-body .ss-footer-group summary::-webkit-details-marker{display:none}
body.ss-brand-system .ss-footer-group div,body.hi-body .ss-footer-group div{display:grid;gap:10px}
body.ss-brand-system .ss-footer-group a,body.hi-body .ss-footer-group a{color:rgba(252,249,242,.66);text-decoration:none;font-size:13px;line-height:1.45}
body.ss-brand-system .ss-footer-group a:hover,body.hi-body .ss-footer-group a:hover{color:#fff}
body.ss-brand-system .ss-footer-bottom,body.hi-body .ss-footer-bottom{position:relative;z-index:1;padding:20px 0 30px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:rgba(252,249,242,.48)}
body.ss-brand-system .ss-footer-bottom>div,body.hi-body .ss-footer-bottom>div{display:flex;gap:16px;flex-wrap:wrap}
body.ss-brand-system .ss-footer-bottom nav,body.hi-body .ss-footer-bottom nav{display:flex;gap:16px;flex-wrap:wrap}
body.ss-brand-system .ss-footer-bottom a,body.hi-body .ss-footer-bottom a{color:rgba(252,249,242,.6);text-decoration:none}

/* WhatsApp */
body.ss-brand-system .wa,body.hi-body .wa{position:fixed;right:20px;bottom:max(20px,env(safe-area-inset-bottom));width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#078765;color:white;text-decoration:none;font-weight:900;z-index:780;box-shadow:0 12px 30px rgba(2,29,23,.24);border:1px solid rgba(255,255,255,.2)}

body.ss-brand-system .ss-menu-backdrop,body.hi-body .ss-menu-backdrop{position:fixed;inset:0;background:rgba(2,29,23,.44);border:0;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:880}
body.ss-brand-system .ss-menu-backdrop.show,body.hi-body .ss-menu-backdrop.show{opacity:1;pointer-events:auto}
body.ss-brand-system.ss-menu-open,body.hi-body.ss-menu-open{overflow:hidden}
/* Mobile */
@media(max-width:1060px){
  body.ss-brand-system .ss-header-row,body.hi-body .ss-header-row{min-height:76px}
  body.ss-brand-system .ss-menu-btn,body.hi-body .ss-menu-btn{display:grid;margin-left:auto;width:46px;height:46px;padding:11px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(255,255,255,.035);place-content:center;gap:5px;cursor:pointer}
  body.ss-brand-system .ss-menu-btn span,body.hi-body .ss-menu-btn span{width:22px;height:2px;background:var(--ss-ivory);display:block;transition:.2s}
  body.ss-brand-system .ss-nav,body.hi-body .ss-nav{position:fixed;top:76px;left:0;right:0;bottom:0;background:rgba(2,29,23,.985);padding:22px 18px 32px;display:none;overflow:auto;align-content:start;z-index:890}
  body.ss-brand-system .ss-nav.open,body.hi-body .ss-nav.open{display:grid}
  body.ss-brand-system .ss-nav-main,body.hi-body .ss-nav-main{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.12);margin-top:8px}
  body.ss-brand-system .ss-nav-main a,body.hi-body .ss-nav-main a{font-family:var(--ss-serif);font-size:clamp(27px,7vw,38px);font-weight:500;padding:16px 2px;border-bottom:1px solid rgba(255,255,255,.11);border-radius:0;background:transparent}
  body.ss-brand-system .ss-nav-end,body.hi-body .ss-nav-end{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding-top:22px;padding-left:0;border-left:0}
  body.ss-brand-system .ss-join,body.hi-body .ss-join{grid-column:1/-1;justify-content:space-between}
  body.ss-brand-system .sector-hero-grid{grid-template-columns:1fr}
  body.ss-brand-system .sector-hero-grid>img{max-height:480px}
  body.ss-brand-system .module-grid,body.ss-brand-system .faq-grid,body.ss-brand-system .sw-grid,body.ss-brand-system .v11-copy-grid,body.ss-brand-system .v11-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ss-brand-system .article-layout{grid-template-columns:1fr}
  body.ss-brand-system .article-aside{position:static}
  body.ss-brand-system .v5-detail-grid{grid-template-columns:1fr}
  body.ss-brand-system .v5-detail-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ss-brand-system .ss-footer-main,body.hi-body .ss-footer-main{grid-template-columns:1fr}
}

@media(max-width:760px){
  :root{--ss-space-section:56px;--ss-space-block:34px}
  body.ss-brand-system .shell,body.hi-body .shell{width:min(100% - 32px,var(--ss-shell))}
  body.ss-brand-system h1,body.hi-body h1{font-size:clamp(42px,13vw,58px);line-height:.98}
  body.ss-brand-system h2,body.hi-body h2{font-size:clamp(32px,9.5vw,44px)}
  body.ss-brand-system .ss-brand,body.hi-body .ss-brand{width:146px;min-width:146px;height:52px}
  body.ss-brand-system .ss-nav,body.hi-body .ss-nav{top:72px;padding:20px 18px 28px}
  body.ss-brand-system .ss-hero-grid{min-height:auto;padding-top:44px;padding-bottom:52px;grid-template-columns:1fr}
  body.ss-brand-system .ss-hero h1{font-size:clamp(46px,13.8vw,62px)}
  body.ss-brand-system .ss-human-stage{min-height:410px;max-height:440px}
  body.ss-brand-system .ss-float-card{max-width:220px}
  body.ss-brand-system .ss-hero-proof{display:grid;grid-template-columns:1fr 1fr;margin-top:28px}
  body.ss-brand-system .ss-hero-proof>div{padding:16px 10px 16px 0;border-bottom:1px solid rgba(255,255,255,.1)}
  body.ss-brand-system .ss-hero-band{display:none}
  body.ss-brand-system .section-heading,body.ss-brand-system .ss-section-head,body.ss-brand-system .two-col,body.ss-brand-system .content,body.ss-brand-system .split,body.ss-brand-system .form-layout,body.ss-brand-system .process-grid,body.ss-brand-system .founder{grid-template-columns:1fr}
  body.ss-brand-system .module-grid,body.ss-brand-system .faq-grid,body.ss-brand-system .sw-grid,body.ss-brand-system .v11-copy-grid,body.ss-brand-system .v11-topic-grid,body.ss-brand-system .v10-policy-grid{grid-template-columns:1fr}
  body.ss-brand-system .v5-detail-points{grid-template-columns:1fr}
  body.ss-brand-system .v5-detail-side{grid-template-columns:1fr}
  body.ss-brand-system .final-cta>.shell{display:grid;grid-template-columns:1fr}
  body.ss-brand-system .actions,body.ss-brand-system .ss-actions,body.ss-brand-system .v11-actions,body.hi-body .actions{display:grid;grid-template-columns:1fr}
  body.ss-brand-system .actions>a,body.ss-brand-system .ss-actions>a,body.ss-brand-system .v11-actions>a,body.hi-body .actions>a{width:100%}
  body.ss-brand-system .ss-course-content{min-height:240px}
  body.ss-brand-system .ss-footer-cta,body.hi-body .ss-footer-cta{padding:40px 0 28px;display:grid;align-items:start}
  body.ss-brand-system .ss-footer-cta-actions,body.hi-body .ss-footer-cta-actions{display:grid;grid-template-columns:1fr}
  body.ss-brand-system .ss-footer-main,body.hi-body .ss-footer-main{padding:30px 0 26px;gap:28px}
  body.ss-brand-system .ss-footer-links,body.hi-body .ss-footer-links{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid rgba(255,255,255,.1)}
  body.ss-brand-system .ss-footer-group,body.hi-body .ss-footer-group{border-bottom:1px solid rgba(255,255,255,.1)}
  body.ss-brand-system .ss-footer-group summary,body.hi-body .ss-footer-group summary{display:flex;justify-content:space-between;align-items:center;margin:0;padding:16px 0;cursor:pointer;font-size:11px}
  body.ss-brand-system .ss-footer-group summary:after,body.hi-body .ss-footer-group summary:after{content:"+";font-size:18px;color:var(--ss-gold-300)}
  body.ss-brand-system .ss-footer-group[open] summary:after,body.hi-body .ss-footer-group[open] summary:after{content:"−"}
  body.ss-brand-system .ss-footer-group div,body.hi-body .ss-footer-group div{padding:0 0 16px}
  body.ss-brand-system .ss-footer-bottom,body.hi-body .ss-footer-bottom{display:grid;align-items:start;padding-bottom:88px}
  body.ss-brand-system .ss-footer-bottom nav,body.hi-body .ss-footer-bottom nav{gap:12px}
  body.ss-brand-system .wa,body.hi-body .wa{right:16px;bottom:max(18px,calc(env(safe-area-inset-bottom) + 10px));width:52px;height:52px}
  body.ss-brand-system table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}

@media(prefers-reduced-motion:reduce){
  body.ss-brand-system *,body.hi-body *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

/* Legacy family normalisation */
body.ss-brand-system .accordion{display:grid;gap:10px}
body.ss-brand-system .accordion article{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:14px;overflow:hidden;box-shadow:var(--ss-shadow-sm)}
body.ss-brand-system .accordion button{width:100%;min-height:58px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:transparent;border:0;color:var(--ss-green-900);font:800 15px/1.35 var(--ss-sans);text-align:left;cursor:pointer}
body.ss-brand-system .accordion article>div{padding:0 18px 17px}
body.ss-brand-system .accordion article>div p{margin:0}
body.ss-brand-system .quick-answer,body.ss-brand-system .copy-box,body.ss-brand-system .viz-callout,body.ss-brand-system .knowledge-checklist{padding:22px 24px;background:var(--ss-cream-100);border:1px solid var(--ss-line);border-left:4px solid var(--ss-gold-500);border-radius:0 14px 14px 0;margin:20px 0 30px}
body.ss-brand-system .quick-answer>span{display:block;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--ss-green-700);margin-bottom:8px}
body.ss-brand-system .movement-quote{margin:30px 0;padding:26px 30px;background:var(--ss-green-900);color:var(--ss-ivory);border-radius:var(--ss-radius);font:500 clamp(24px,3vw,36px)/1.35 var(--ss-serif)}
body.ss-brand-system dl{margin:0}
body.ss-brand-system dt{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.09em;color:var(--ss-sage);margin-top:15px}
body.ss-brand-system dd{margin:4px 0 0;color:var(--ss-ink)}
body.ss-brand-system .check-list{display:grid;gap:9px;padding-left:0;list-style:none}
body.ss-brand-system .check-list li{position:relative;padding-left:25px}
body.ss-brand-system .check-list li:before{content:"✓";position:absolute;left:0;color:var(--ss-green-600);font-weight:900}
body.ss-brand-system .article-meta{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 18px;color:var(--ss-muted);font-size:12px}
body.ss-brand-system .article-meta span{padding:7px 9px;background:rgba(7,85,66,.06);border-radius:999px}
body.ss-brand-system .author-line{display:flex;gap:12px;align-items:center;margin-top:24px;font-size:13px}
body.ss-brand-system .author-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ss-green-900);color:var(--ss-gold-300);font-weight:900}
body.ss-brand-system .author-line small{display:block;color:var(--ss-muted)}
body.ss-brand-system .article-hero .shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:clamp(36px,6vw,72px);align-items:center}
body.ss-brand-system .article-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow)}
body.ss-brand-system .image-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,6vw,72px);align-items:center}
body.ss-brand-system .image-story img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow)}
body.ss-brand-system .method{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.ss-brand-system .method article{padding:22px;background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius)}
body.ss-brand-system .method article>b{display:block;color:var(--ss-gold-500);font-size:12px;letter-spacing:.12em;margin-bottom:28px}
body.ss-brand-system .method h3{margin-bottom:8px}
body.ss-brand-system .school-track-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.ss-brand-system .school-track-card{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);overflow:hidden;box-shadow:var(--ss-shadow-sm)}
body.ss-brand-system .school-track-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
body.ss-brand-system .school-track-card>div{padding:24px}
body.ss-brand-system .school-track-card>div>span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--ss-green-700)}
body.ss-brand-system .school-hero-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.ss-brand-system .school-hero-gallery img{width:100%;height:180px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.14)}
body.ss-brand-system .school-hero-gallery .school-hero-main{grid-column:1/-1;height:330px}
body.ss-brand-system .targets{display:flex;gap:9px;flex-wrap:wrap}
body.ss-brand-system .targets span,body.ss-brand-system .claim{display:inline-flex;padding:8px 11px;border-radius:999px;border:1px solid var(--ss-line);background:var(--ss-white);font-size:12px;color:var(--ss-green-700);font-weight:750}
body.ss-brand-system .authority-hero{background:linear-gradient(135deg,var(--ss-cream-100),var(--ss-ivory))}
body.ss-brand-system .video-section{background:var(--ss-green-900);color:var(--ss-ivory)}
body.ss-brand-system .video-section p{color:rgba(252,249,242,.7)}
body.ss-brand-system .dual-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.ss-brand-system .video-story-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:var(--ss-radius);overflow:hidden}
body.ss-brand-system .video-player video{display:block;width:100%;aspect-ratio:16/9;background:#000}
body.ss-brand-system .video-story-copy{padding:22px}
body.ss-brand-system .video-story-copy span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--ss-gold-300);font-weight:900}
body.ss-brand-system .video-help{padding:9px 14px;margin:0;font-size:12px;background:rgba(0,0,0,.15)}
body.ss-brand-system .video-help a{color:var(--ss-gold-300)}

/* Hindi page families */
body.hi-body .hi-hero{padding:clamp(58px,7vw,96px) 0;background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory)}
body.hi-body .hi-hero p{color:rgba(252,249,242,.76)}
body.hi-body .hi-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:clamp(38px,6vw,78px);align-items:center}
body.hi-body .hi-hero-grid>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow-lg)}
body.hi-body .hero-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
body.hi-body .hero-trust span{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.8);font-size:12px}
body.hi-body .quick-proof{background:var(--ss-cream-100);border-bottom:1px solid var(--ss-line)}
body.hi-body .quick-proof>.shell{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
body.hi-body .quick-proof a{padding:20px 18px;text-decoration:none;border-right:1px solid var(--ss-line)}
body.hi-body .quick-proof a:last-child{border-right:0}
body.hi-body .quick-proof b{display:block;color:var(--ss-green-900);margin-bottom:4px}
body.hi-body .quick-proof span{display:block;color:var(--ss-muted);font-size:12px}
body.hi-body .hi-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.hi-body .hi-card-grid article,body.hi-body .hindi-card{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);padding:26px;box-shadow:var(--ss-shadow-sm)}
body.hi-body .bilingual-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,70px);align-items:start}
body.hi-body .method{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.hi-body .method article{padding:22px;background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius)}
body.hi-body .image-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,70px);align-items:center}
body.hi-body .image-story img{width:100%;border-radius:var(--ss-radius-lg)}

@media(max-width:900px){
 body.ss-brand-system .article-hero .shell,body.ss-brand-system .image-story,body.hi-body .hi-hero-grid,body.hi-body .image-story,body.hi-body .bilingual-grid{grid-template-columns:1fr}
 body.ss-brand-system .method,body.hi-body .method{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.ss-brand-system .school-track-grid{grid-template-columns:1fr}
 body.ss-brand-system .school-hero-gallery .school-hero-main{height:280px}
 body.hi-body .quick-proof>.shell{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.hi-body .hi-card-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 body.ss-brand-system .dual-video-grid{grid-template-columns:1fr}
 body.ss-brand-system .method,body.hi-body .method{grid-template-columns:1fr}
 body.hi-body .quick-proof>.shell{grid-template-columns:1fr}
 body.hi-body .quick-proof a{border-right:0;border-bottom:1px solid var(--ss-line)}
 body.ss-brand-system .article-hero .shell{grid-template-columns:1fr}
}

/* Remaining public page families */
body.ss-brand-system .story-hero{padding:clamp(62px,7vw,96px) 0;background:linear-gradient(135deg,var(--ss-green-950),var(--ss-green-700));color:var(--ss-ivory)}
body.ss-brand-system .story-hero p{color:rgba(252,249,242,.72)}
body.ss-brand-system .story-hero .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:clamp(36px,6vw,72px);align-items:center}
body.ss-brand-system .story-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow-lg)}
body.ss-brand-system .timeline{display:grid;gap:0;border-top:1px solid var(--ss-line)}
body.ss-brand-system .timeline article{display:grid;grid-template-columns:72px 1fr;gap:26px;padding:30px 0;border-bottom:1px solid var(--ss-line)}
body.ss-brand-system .timeline article>b{font-size:12px;letter-spacing:.15em;color:var(--ss-gold-500)}
body.ss-brand-system .timeline article h2{font-size:clamp(28px,3vw,42px)}
body.ss-brand-system .cards{display:grid;gap:18px}
body.ss-brand-system .cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ss-brand-system .cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
body.ss-brand-system .cards>article{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);padding:26px;box-shadow:var(--ss-shadow-sm)}
body.ss-brand-system .flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.ss-brand-system .flow article{background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius);padding:22px}
body.ss-brand-system .flow article>b{display:block;color:var(--ss-gold-500);font-size:12px;margin-bottom:28px}
body.ss-brand-system .two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,6vw,72px);align-items:start}
body.ss-brand-system .contact-panel{background:var(--ss-green-900);color:var(--ss-ivory);border-radius:var(--ss-radius-lg);padding:clamp(28px,4vw,42px);box-shadow:var(--ss-shadow)}
body.ss-brand-system .contact-panel h2{font-size:clamp(30px,3vw,42px)}
body.ss-brand-system .contact-panel address{font-style:normal;color:rgba(252,249,242,.72);margin-bottom:16px}
body.ss-brand-system .contact-panel>a:not(.button){display:block;color:var(--ss-ivory);text-decoration:none;margin:6px 0;font-weight:750}
body.ss-brand-system .ask{margin-top:28px;padding:24px;background:var(--ss-cream-100);border:1px solid var(--ss-line);border-radius:var(--ss-radius)}
body.ss-brand-system .status{display:flex;gap:14px;align-items:flex-start;padding:22px;background:var(--ss-white);border:1px solid var(--ss-line);border-radius:var(--ss-radius)}
body.ss-brand-system .status i{width:12px;height:12px;border-radius:50%;background:var(--ss-green-600);box-shadow:0 0 0 6px rgba(10,106,81,.1);margin-top:7px;flex:0 0 auto}
body.ss-brand-system .further-reading,body.ss-brand-system .brand-answer{margin-top:38px;padding:24px;border-radius:var(--ss-radius);background:var(--ss-cream-100);border:1px solid var(--ss-line)}
body.ss-brand-system .brand-answer{background:var(--ss-green-900);color:var(--ss-ivory)}
body.ss-brand-system .brand-answer p{color:rgba(252,249,242,.75)}
body.ss-brand-system .brand-answer a{color:var(--ss-gold-300)}
body.ss-brand-system .article-side .side-card{margin-bottom:14px}
body.ss-brand-system .side-card a:not(.button){display:block;padding:8px 0;color:var(--ss-green-700);font-weight:700;text-decoration:none;border-bottom:1px solid var(--ss-line)}
body.ss-brand-system .side-card a:not(.button):last-child{border-bottom:0}
body.ss-brand-system .center,body.ss-brand-system .center-text{text-align:center}
body.ss-brand-system .compact{margin-top:24px}

/* Skill Network detail / auth consistency */
body.ss-brand-system .sn-auth{padding:var(--ss-space-section) 0;background:var(--ss-cream-100)}
body.ss-brand-system .sn-auth-copy{max-width:760px;margin-bottom:30px}
body.ss-brand-system .sn-auth-foot{margin-top:18px;color:var(--ss-muted);font-size:13px}
body.ss-brand-system .sn-join-card{background:var(--ss-green-900);color:var(--ss-ivory);border-radius:var(--ss-radius);padding:26px}
body.ss-brand-system .sn-join-card p{color:rgba(252,249,242,.72)}
body.ss-brand-system .sn-person{display:flex;align-items:center;gap:12px}
body.ss-brand-system .sn-post-type{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--ss-gold-500)}
body.ss-brand-system .sn-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.ss-brand-system .sn-empty{padding:24px;border:1px dashed rgba(3,44,35,.2);border-radius:var(--ss-radius);color:var(--ss-muted);background:rgba(252,249,242,.55)}

/* Legacy V5 sections and course SEO links */
body.ss-brand-system .v5-section{padding:var(--ss-space-section) 0}
body.ss-brand-system .v6-course-seo-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.ss-brand-system .v6-course-seo-links a{padding:13px 15px;background:var(--ss-cream-100);border:1px solid var(--ss-line);border-radius:12px;color:var(--ss-green-700);text-decoration:none;font-weight:750}

/* Make generic images feel intentional */
body.ss-brand-system main figure{margin:0}
body.ss-brand-system main figure>img{display:block}
body.ss-brand-system main figcaption{font-size:12px;color:var(--ss-muted);margin-top:8px}

@media(max-width:900px){
 body.ss-brand-system .story-hero .hero-grid{grid-template-columns:1fr}
 body.ss-brand-system .cards.three,body.ss-brand-system .cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.ss-brand-system .flow{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.ss-brand-system .two{grid-template-columns:1fr}
}
@media(max-width:600px){
 body.ss-brand-system .cards.three,body.ss-brand-system .cards.two,body.ss-brand-system .flow,body.ss-brand-system .sn-form-row,body.ss-brand-system .v6-course-seo-links{grid-template-columns:1fr}
 body.ss-brand-system .timeline article{grid-template-columns:42px 1fr;gap:14px}
}

/* Search and accessibility overlays */
body.ss-brand-system .v7-search-panel,body.ss-brand-system .v10-a11y-panel{position:fixed;inset:0;z-index:1200;background:rgba(2,29,23,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
body.ss-brand-system .v7-search-box,body.ss-brand-system .v10-a11y-dialog{width:min(760px,calc(100% - 32px));margin:12vh auto 0;background:var(--ss-ivory);border:1px solid var(--ss-line);border-radius:var(--ss-radius-lg);box-shadow:var(--ss-shadow-lg);padding:clamp(22px,4vw,38px)}
body.ss-brand-system .v7-search-box form{display:flex;gap:10px}
body.ss-brand-system .v7-search-box input{flex:1}
body.ss-brand-system .v7-search-box form button,body.ss-brand-system .v7-search-close,body.ss-brand-system .v10-a11y-options button,body.ss-brand-system .v10-a11y-reset{min-height:46px;border-radius:12px;border:1px solid var(--ss-line);padding:10px 14px;font-weight:800;cursor:pointer;background:var(--ss-white);color:var(--ss-green-900)}
body.ss-brand-system .v7-search-box form button{background:var(--ss-gold-500);border-color:var(--ss-gold-500)}
body.ss-brand-system .v7-search-close{margin-top:12px}
body.ss-brand-system .v10-a11y-head{display:flex;justify-content:space-between;gap:20px;align-items:start}
body.ss-brand-system .v10-a11y-head h2{font-size:clamp(30px,4vw,46px)}
body.ss-brand-system .v10-a11y-close{width:42px;height:42px;border-radius:12px;border:1px solid var(--ss-line);background:var(--ss-white);font-size:24px;cursor:pointer}
body.ss-brand-system .v10-a11y-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}
body.ss-brand-system .v10-a11y-foot{font-size:12px}
@media(max-width:600px){body.ss-brand-system .v7-search-box form{display:grid}body.ss-brand-system .v10-a11y-options{grid-template-columns:1fr}}


/* === V12.3.4 INTERNATIONAL POLISH LAYER === */
:root{
  --ss-content:760px;
  --ss-control-h:50px;
}
body.ss-brand-system,body.hi-body{font-size:16px;line-height:1.68}
body.ss-brand-system .shell,body.hi-body .shell{width:min(var(--ss-shell),calc(100% - 56px))}
body.ss-brand-system main>section,body.hi-body main>section{scroll-margin-top:96px}
body.ss-brand-system .section,body.ss-brand-system .ss-section,body.ss-brand-system .v10-standard-page,body.ss-brand-system .v9-page,body.hi-body .section{padding-block:clamp(72px,7.2vw,108px)}
body.ss-brand-system .section-heading,body.ss-brand-system .ss-section-head{margin-bottom:clamp(30px,4vw,50px)}
body.ss-brand-system .section-heading h2,body.ss-brand-system .ss-section-head h2{max-width:16ch}
body.ss-brand-system .section-heading>p,body.ss-brand-system .ss-section-head>p{line-height:1.72}

/* Cleaner page heroes */
body.ss-brand-system .page-hero,body.ss-brand-system .article-hero,body.ss-brand-system .founder-hero,body.ss-brand-system .v9-subhero,body.hi-body .page-hero{padding-block:clamp(68px,7vw,100px);background:linear-gradient(145deg,#fbf7ee,#f3eddf)}
body.ss-brand-system .page-hero .narrow,body.hi-body .page-hero .narrow{max-width:860px}
body.ss-brand-system .page-hero h1,body.ss-brand-system .article-hero h1,body.ss-brand-system .founder-hero h1,body.hi-body .page-hero h1{max-width:14ch}
body.ss-brand-system .page-hero p:not(.eyebrow),body.hi-body .page-hero p:not(.eyebrow){max-width:720px;font-size:clamp(17px,1.55vw,20px);line-height:1.7}
body.ss-brand-system .sector-hero{padding-block:clamp(72px,7vw,102px)}
body.ss-brand-system .sector-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:clamp(44px,6vw,80px)}
body.ss-brand-system .sector-hero-grid>img{aspect-ratio:16/11;object-position:center 36%;border-radius:24px}
body.ss-brand-system .sector-facts{margin-top:24px}

/* Homepage conversion rail */
body.ss-brand-system .ss-path-strip{background:#062f27;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(226,185,85,.18);color:var(--ss-ivory)}
body.ss-brand-system .ss-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-block:0}
body.ss-brand-system .ss-path-grid a{min-height:126px;padding:24px 24px 22px;border-right:1px solid rgba(255,255,255,.09);text-decoration:none;color:var(--ss-ivory);display:flex;flex-direction:column;justify-content:center;transition:background .2s ease,transform .2s ease}
body.ss-brand-system .ss-path-grid a:first-child{border-left:1px solid rgba(255,255,255,.09)}
body.ss-brand-system .ss-path-grid a:hover{background:rgba(255,255,255,.04)}
body.ss-brand-system .ss-path-grid small{font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--ss-gold-300);margin-bottom:7px}
body.ss-brand-system .ss-path-grid b{font-family:var(--ss-serif);font-size:24px;font-weight:500;line-height:1.05;letter-spacing:-.025em}
body.ss-brand-system .ss-path-grid span{font-size:11px;color:rgba(252,249,242,.6);margin-top:9px;font-weight:750}

/* Card and grid discipline */
body.ss-brand-system :is(.programme-panel,.side-card,.v10-policy-card,.hindi-card,.school-track-card,.video-story-card,.sn-card,.sw-card,.v11-card,.cards article,.compare article,.flow article,.module-grid article,.faq-grid article,.authority-facts article,.process-grid ol,.process-grid>div){border-radius:18px}
body.ss-brand-system :is(.programme-panel,.side-card,.v10-policy-card,.hindi-card,.cards article,.compare article,.flow article,.module-grid article,.faq-grid article,.authority-facts article){box-shadow:0 10px 32px rgba(2,29,23,.055)}
body.ss-brand-system .module-grid,body.ss-brand-system .faq-grid{gap:16px}
body.ss-brand-system .module-grid article,body.ss-brand-system .faq-grid article{padding:24px}
body.ss-brand-system .module-grid article h3,body.ss-brand-system .faq-grid article h3{margin:0 0 9px}
body.ss-brand-system .cards,body.ss-brand-system .compare,body.ss-brand-system .flow{gap:18px}
body.ss-brand-system .cards article,body.ss-brand-system .compare article,body.ss-brand-system .flow article{padding:28px}
body.ss-brand-system .two-col,body.ss-brand-system .content,body.ss-brand-system .process-grid{gap:clamp(34px,5vw,68px)}

/* Course cards: equal, concise, conversion first */
body.ss-brand-system .ss-course-grid{gap:18px}
body.ss-brand-system .ss-course-card{height:100%;border-radius:22px;overflow:hidden}
body.ss-brand-system .ss-course-photo{height:224px;overflow:hidden;background:#e9eee8}
body.ss-brand-system .ss-course-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%;transition:transform .35s ease}
body.ss-brand-system .ss-course-card:hover .ss-course-photo img{transform:scale(1.025)}
body.ss-brand-system .ss-course-content{display:flex;flex-direction:column;min-height:300px;padding:24px}
body.ss-brand-system .ss-course-content h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}
body.ss-brand-system .ss-course-content>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:20px}
body.ss-brand-system .ss-course-price{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}

/* Better image crops and captions site-wide */
body.ss-brand-system .article-hero img{aspect-ratio:16/11;object-position:center 35%}
body.ss-brand-system .image-story img{aspect-ratio:16/11;object-position:center 38%}
body.ss-brand-system .school-track-card img{aspect-ratio:16/10;object-position:center 38%}
body.ss-brand-system .school-hero-gallery img{object-position:center 38%}
body.ss-brand-system figure img{display:block}
body.ss-brand-system figcaption{line-height:1.35}

/* Readability */
body.ss-brand-system .prose,body.ss-brand-system .article-body{max-width:var(--ss-content)}
body.ss-brand-system .prose p,body.ss-brand-system .article-body p,body.ss-brand-system .prose li,body.ss-brand-system .article-body li{font-size:16px;line-height:1.78}
body.ss-brand-system .prose h2,body.ss-brand-system .article-body h2{margin-top:clamp(42px,5vw,64px);margin-bottom:16px;font-size:clamp(30px,3.5vw,46px);max-width:17ch}
body.ss-brand-system .prose h2:first-child,body.ss-brand-system .article-body h2:first-child{margin-top:0}
body.ss-brand-system .prose ul,body.ss-brand-system .article-body ul{padding-left:22px}
body.ss-brand-system .article-layout{gap:clamp(38px,6vw,78px)}
body.ss-brand-system .article-aside,body.ss-brand-system .article-side{min-width:0}

/* Forms and controls */
body.ss-brand-system :is(input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=password],input[type=number],select,textarea),body.hi-body :is(input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=password],input[type=number],select,textarea){width:100%;min-height:var(--ss-control-h);padding:12px 14px;border:1px solid rgba(3,44,35,.18);border-radius:13px;background:var(--ss-white);color:var(--ss-ink);font:500 15px/1.4 var(--ss-sans);box-shadow:0 1px 0 rgba(255,255,255,.6) inset;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.ss-brand-system textarea,body.hi-body textarea{min-height:132px;resize:vertical}
body.ss-brand-system :is(input,select,textarea):focus,body.hi-body :is(input,select,textarea):focus{border-color:var(--ss-green-600);box-shadow:0 0 0 4px rgba(10,106,81,.08);outline:0}
body.ss-brand-system label,body.hi-body label{font-size:13px;font-weight:750;color:var(--ss-green-900)}
body.ss-brand-system form{min-width:0}
body.ss-brand-system button,body.hi-body button{font-family:var(--ss-sans)}

/* Tables and structured data */
body.ss-brand-system table{width:100%;border-collapse:separate;border-spacing:0;background:var(--ss-white);border:1px solid var(--ss-line);border-radius:16px;overflow:hidden}
body.ss-brand-system th{background:#edf1eb;color:var(--ss-green-900);font-size:12px;text-transform:uppercase;letter-spacing:.06em;text-align:left}
body.ss-brand-system th,body.ss-brand-system td{padding:14px 16px;border-bottom:1px solid var(--ss-line);vertical-align:top}
body.ss-brand-system tr:last-child td{border-bottom:0}

/* FAQs and disclosure blocks */
body.ss-brand-system .accordion{gap:12px}
body.ss-brand-system .accordion article{border-radius:15px}
body.ss-brand-system .accordion button{padding:17px 19px;font-size:15px}
body.ss-brand-system .quick-answer,body.ss-brand-system .copy-box,body.ss-brand-system .viz-callout,body.ss-brand-system .knowledge-checklist{margin-block:24px 34px;border-radius:0 15px 15px 0}

/* Header/footer final spacing */
body.ss-brand-system .ss-header-row,body.hi-body .ss-header-row{min-height:82px}
body.ss-brand-system .ss-brand,body.hi-body .ss-brand{width:164px;min-width:164px;height:54px}
body.ss-brand-system .ss-footer-cta,body.hi-body .ss-footer-cta{padding-block:48px 34px}
body.ss-brand-system .ss-footer-main,body.hi-body .ss-footer-main{padding-block:36px 32px}
body.ss-brand-system .ss-footer-bottom,body.hi-body .ss-footer-bottom{padding-block:17px 24px}

/* Mobile polish */
@media(max-width:1060px){
 body.ss-brand-system .shell,body.hi-body .shell{width:min(var(--ss-shell),calc(100% - 36px))}
 body.ss-brand-system .ss-header-row,body.hi-body .ss-header-row{min-height:74px}
 body.ss-brand-system .ss-brand,body.hi-body .ss-brand{width:150px;min-width:150px;height:52px}
 body.ss-brand-system .ss-nav,body.hi-body .ss-nav{top:74px}
 body.ss-brand-system .ss-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.ss-brand-system .ss-path-grid a:nth-child(2){border-right:0}
 body.ss-brand-system .ss-path-grid a:nth-child(n+3){border-top:1px solid rgba(255,255,255,.09)}
}
@media(max-width:760px){
 :root{--ss-space-section:58px;--ss-space-block:32px}
 body.ss-brand-system .shell,body.hi-body .shell{width:min(100% - 28px,var(--ss-shell))}
 body.ss-brand-system h1,body.hi-body h1{font-size:clamp(42px,12.5vw,58px);line-height:.98;margin-bottom:20px}
 body.ss-brand-system h2,body.hi-body h2{font-size:clamp(32px,10vw,44px);line-height:1.02}
 body.ss-brand-system .page-hero,body.ss-brand-system .article-hero,body.ss-brand-system .founder-hero,body.ss-brand-system .v9-subhero,body.hi-body .page-hero{padding-block:54px}
 body.ss-brand-system .sector-hero{padding-block:56px}
 body.ss-brand-system .sector-hero-grid{gap:30px}
 body.ss-brand-system .sector-hero-grid>img{max-height:360px;aspect-ratio:4/3}
 body.ss-brand-system .ss-path-grid{grid-template-columns:1fr}
 body.ss-brand-system .ss-path-grid a{min-height:100px;padding:19px 18px;border-right:0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.09)}
 body.ss-brand-system .ss-path-grid a:first-child{border-top:0}
 body.ss-brand-system .ss-path-grid b{font-size:22px}
 body.ss-brand-system .ss-course-photo{height:205px}
 body.ss-brand-system .ss-course-content{min-height:0;padding:21px}
 body.ss-brand-system .module-grid article,body.ss-brand-system .faq-grid article,body.ss-brand-system .cards article,body.ss-brand-system .compare article,body.ss-brand-system .flow article{padding:22px}
 body.ss-brand-system .ss-photo-grid figcaption b{font-size:16px}
 body.ss-brand-system .breadcrumbs,body.hi-body .breadcrumbs{padding-block:12px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
 body.ss-brand-system .breadcrumbs::-webkit-scrollbar,body.hi-body .breadcrumbs::-webkit-scrollbar{display:none}
 body.ss-brand-system .ss-footer-badges,body.hi-body .ss-footer-badges{gap:6px}
 body.ss-brand-system .ss-footer-badges span,body.hi-body .ss-footer-badges span{font-size:10px;padding:7px 9px}
 body.ss-brand-system .ss-footer-bottom nav,body.hi-body .ss-footer-bottom nav{row-gap:8px}
}

/* V12.3.4 keeps the V12.3.1 Skill Network layout correction */
body.ss-brand-system .sn-layout{
  display:grid;
  grid-template-columns:minmax(185px,210px) minmax(0,1fr) minmax(230px,270px);
  gap:24px;
  align-items:start;
  padding-top:36px;
  padding-bottom:76px;
}
body.ss-brand-system .sn-layout>*{min-width:0}
body.ss-brand-system .sn-feed{min-width:0;display:grid;gap:14px}
body.ss-brand-system .sn-sidebar,
body.ss-brand-system .sn-right{min-width:0;display:grid;gap:14px;position:sticky;top:100px;align-self:start}
body.ss-brand-system .sn-side-card{min-width:0;overflow:hidden;padding:18px!important;border-radius:18px!important}
body.ss-brand-system .sn-side-card h2{font-family:var(--ss-sans)!important;font-size:17px!important;line-height:1.25!important;letter-spacing:-.015em!important;font-weight:800!important;margin:0 0 10px!important;color:var(--ss-green-900)!important;text-wrap:wrap;overflow-wrap:anywhere}
body.ss-brand-system .sn-side-card .sn-kicker{display:block;margin:0 0 12px;font-size:9px;line-height:1.25;letter-spacing:.14em}
body.ss-brand-system .sn-side-card a{padding:7px 0;font-size:13px;line-height:1.35;overflow-wrap:anywhere}
body.ss-brand-system .sn-right .sn-side-card:first-child h2{font-family:var(--ss-serif)!important;font-size:clamp(28px,2.15vw,36px)!important;line-height:1.06!important;letter-spacing:-.035em!important;font-weight:500!important;margin:0 0 14px!important}
body.ss-brand-system .sn-hero-card h2{font-family:var(--ss-serif)!important;font-size:clamp(30px,2.7vw,40px)!important;line-height:1.06!important;letter-spacing:-.03em!important;margin:10px 0 18px!important}
body.ss-brand-system .sn-post{padding:0!important;margin:0!important;overflow:hidden}
body.ss-brand-system .sn-post-body h2,body.ss-brand-system .sn-post-body h3{font-family:var(--ss-serif)!important;font-size:clamp(25px,2.2vw,32px)!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:500!important;margin:8px 0 10px!important;overflow-wrap:anywhere}
body.ss-brand-system .sn-post>header{padding:18px 18px 0}
body.ss-brand-system .sn-post-body{padding:14px 18px 18px}
body.ss-brand-system .sn-post>footer{padding:12px 18px}
body.ss-brand-system .sn-search{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(135px,170px) auto;gap:8px}
body.ss-brand-system .sn-search>*{min-width:0}
body.ss-brand-system .sn-search select{max-width:none;width:100%}
body.ss-brand-system .sn-search button{min-height:46px}
body.ss-brand-system .sn-join-card,body.ss-brand-system .sn-compose{min-width:0}
body.ss-brand-system .sn-empty h2{font-family:var(--ss-serif)!important;font-size:30px!important;line-height:1.1!important;margin:0 0 10px!important}
@media(max-width:1180px){body.ss-brand-system .sn-layout{grid-template-columns:minmax(180px,205px) minmax(0,1fr)}body.ss-brand-system .sn-right{display:none}}
@media(max-width:840px){body.ss-brand-system .sn-layout{grid-template-columns:1fr;gap:16px;padding-top:20px}body.ss-brand-system .sn-sidebar{position:static;display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding-bottom:4px;scrollbar-width:none}body.ss-brand-system .sn-sidebar::-webkit-scrollbar{display:none}body.ss-brand-system .sn-sidebar .sn-side-card{min-width:min(78vw,280px);scroll-snap-align:start}body.ss-brand-system .sn-search{grid-template-columns:1fr auto}body.ss-brand-system .sn-search select{grid-column:1/-1;grid-row:2}body.ss-brand-system .sn-search button{grid-column:2;grid-row:1}}
@media(max-width:560px){body.ss-brand-system .sn-layout{width:min(100% - 24px,var(--ss-shell))}body.ss-brand-system .sn-search{grid-template-columns:1fr}body.ss-brand-system .sn-search button,body.ss-brand-system .sn-search select{grid-column:auto;grid-row:auto;width:100%;min-height:46px}body.ss-brand-system .sn-sidebar .sn-side-card{min-width:min(86vw,300px)}body.ss-brand-system .sn-post-body h2,body.ss-brand-system .sn-post-body h3{font-size:25px!important}}
