@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Noto+Sans+Gurmukhi:wght@400;500;600&family=Noto+Sans+Devanagari:wght@400;500;600&display=swap");

:root {
  --satth-forest: #163f33;
  --satth-forest-deep: #10352b;
  --satth-olive: #4d5633;
  --satth-moss: #717a52;
  --satth-ochre: #a8793a;
  --satth-clay: #b76446;
  /* Accessible text variants; brighter ochre and clay remain non-text accents. */
  --satth-ochre-text: #76501f;
  --satth-clay-text: #873b28;
  --satth-ivory: #f3eedf;
  --satth-parchment: #e8dec9;
  --satth-paper-light: #f8f4e9;
  --satth-ink: #20231f;
  --satth-graphite: #5f625c;
  --satth-rule: rgba(32, 35, 31, 0.2);
  --satth-rule-light: rgba(243, 238, 223, 0.24);
  --shell: 1210px;
  --space-section: clamp(4.5rem, 9vw, 8rem);
  --ease: 210ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--satth-ivory);
  color: var(--satth-ink);
  font: 400 1rem/1.6 "DM Sans", Arial, sans-serif;
}
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .7rem 1rem; transform: translateY(-150%); background: var(--satth-forest); color: var(--satth-ivory); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--satth-clay); outline-offset: 4px; }
.paper-grain { background-image: radial-gradient(rgba(32,35,31,.05) .65px, transparent .75px); background-size: 7px 7px; }
.section-eyebrow {
  margin: 0 0 1.25rem;
  color: var(--satth-ochre-text);
  font: 500 clamp(1rem, .9vw, 1.125rem)/1.25 "DM Mono", monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.utility-label, .preview-tag, .status-label {
  font: 500 .72rem/1.3 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: inherit; letter-spacing: -.04em; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 500; line-height: .98; }
h3 { font-weight: 500; line-height: 1.16; }
em { color: var(--satth-forest); font-weight: 400; }
[lang="pa"] { font-family: "Noto Sans Gurmukhi", "Nirmala UI", sans-serif; letter-spacing: 0; }
.brand [lang="pa"], .hero-brand-script { font-weight: 500; line-height: 1.2; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--satth-rule);
  background: rgba(248,244,233,.96);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--satth-ink); text-decoration: none; letter-spacing: .16em; }
.brand img { width: 2.65rem; height: 2.65rem; object-fit: contain; }
.brand b { font-size: .95rem; }
.site-header nav { display: none; gap: 1.5rem; font-size: .86rem; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--satth-clay); }
.header-action { min-height: 2.85rem; padding: .68rem 1rem; border-radius: 1rem; background: var(--satth-forest); color: var(--satth-ivory); font-weight: 600; text-decoration: none; }
.button { display: inline-flex; min-height: 2.85rem; align-items: center; justify-content: center; gap: .4rem; padding: .72rem 1.1rem; border: 1px solid transparent; border-radius: .85rem; font-weight: 600; text-decoration: none; }
.button-primary { background: var(--satth-forest); color: var(--satth-ivory); }
.button-accent { background: var(--satth-ochre); color: var(--satth-forest-deep); }
.button-secondary { border-color: var(--satth-forest); color: var(--satth-forest); }
.button:disabled { cursor: not-allowed; opacity: .58; }

.hero { padding: var(--space-section) 0; background-color: var(--satth-parchment); }
.hero-grid, .promise-grid, .journey-layout, .language-grid, .trust-grid, .founder-grid { display: grid; gap: 3rem; }
.hero h1 { max-width: 12.5ch; font-size: clamp(3.15rem, 7vw, 6.35rem); }
.hero-brand-line { margin: 0 0 .65rem; color: var(--satth-forest); font-size: .95rem; font-weight: 700; letter-spacing: .04em; }
.hero h1 em { display: inline-block; }
.punjabi { margin: .8rem 0 1.25rem; color: var(--satth-forest); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-lead { max-width: 42rem; margin: 1.5rem 0 0; font-size: clamp(1.05rem, 1.45vw, 1.22rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; margin-top: 1.6rem; }
.hero-actions .button { min-height: 3.25rem; padding-inline: 1.35rem; }
.ask-panel {
  align-self: end;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(32,35,31,.16);
  border-radius: 1.8rem;
  background: rgba(248,244,233,.9);
  box-shadow: .75rem .75rem 0 rgba(168,121,58,.13);
}
.ask-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.ask-heading h2 { margin-top: .4rem; font-family: "DM Sans", sans-serif; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.ask-heading p { max-width: 30rem; margin: .55rem 0 0; color: var(--satth-graphite); font-size: .9rem; line-height: 1.45; }
.utility-label { color: var(--satth-clay-text); }
.preview-tag, .status-label { display: inline-block; flex: 0 0 auto; padding: .45rem .7rem; border: 1px solid var(--satth-rule); border-radius: 999px; color: var(--satth-olive); background: rgba(248,244,233,.72); }
.ask-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .65rem; margin-top: 1.35rem; }
.ask-field input {
  width: 100%;
  min-height: 3.75rem;
  padding: 1rem;
  border: 1px solid var(--satth-rule);
  border-radius: .85rem;
  background: var(--satth-paper-light);
  color: var(--satth-ink);
}
.ask-field button { min-width: 5.25rem; min-height: 3.5rem; padding-inline: .9rem; border: 0; border-radius: .85rem; background: var(--satth-forest); color: var(--satth-ivory); font-weight: 600; }
.access-signal { display: grid; gap: .2rem; margin-top: .85rem; padding: .8rem 0; border-block: 1px solid var(--satth-rule); color: var(--satth-graphite); font-size: .78rem; }
.access-signal strong { color: var(--satth-forest); font-weight: 600; }
.ask-example-cue { margin: 1rem 0 .6rem; color: var(--satth-graphite); font-size: .82rem; }
.ask-accordion { display: grid; gap: .55rem; border: 0; }
.ask-accordion-item { overflow: hidden; border: 1px solid var(--satth-rule); border-radius: 1rem; background: rgba(248,244,233,.62); }
.ask-accordion-item h3 { margin: 0; font-family: "DM Sans", sans-serif; font-size: 1rem; }
.ask-accordion-item h3 button { display: grid; width: 100%; min-height: 3rem; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: .85rem 1rem; border: 0; background: transparent; color: var(--satth-forest); text-align: left; transition: color var(--ease), background var(--ease); }
.ask-accordion-item h3 button:hover { background: rgba(232,222,201,.72); }
.ask-accordion-item h3 button[aria-expanded="true"] { background: var(--satth-forest); color: var(--satth-ivory); }
.accordion-indicator { font-size: 1.35rem; line-height: 1; }
.ask-accordion-panel { padding: 1rem 1rem 1.15rem; border-top: 1px solid var(--satth-rule); background: var(--satth-paper-light); animation: restrained-reveal var(--ease); }
.ask-accordion-panel strong { color: var(--satth-forest); font: 500 1.25rem/1.2 "Newsreader", serif; }
.ask-accordion-panel p { margin: .45rem 0; color: var(--satth-graphite); }
.ask-accordion-panel a { color: var(--satth-forest); font-weight: 600; }
.ask-disclosure { margin: 1rem 0 0; color: var(--satth-graphite); font-size: .78rem; }
.ask-custom-result { margin-top: 1rem; padding-top: 1rem; border-top: 2px solid var(--satth-forest); }
.ask-custom-result strong { font: 500 1.35rem/1.2 "Newsreader", serif; }
.ask-custom-result p { margin: .4rem 0 0; color: var(--satth-graphite); }
@keyframes restrained-reveal { from { opacity: 0; transform: translateY(-.35rem); } to { opacity: 1; transform: none; } }

.punjabi-identity { padding: clamp(3rem, 7vw, 5rem) 0; border-block: 1px solid var(--satth-rule); background: var(--satth-paper-light); text-align: center; }
.punjabi-identity .shell { max-width: 56rem; }
.punjabi-identity p { margin: 0; }
.punjabi-identity-primary { color: var(--satth-forest); font: 500 clamp(1.35rem, 2.6vw, 2.05rem)/1.55 "Noto Sans Gurmukhi", "Nirmala UI", sans-serif; }
.punjabi-identity-primary p + p { margin-top: .35rem; }
.punjabi-identity-english { margin-top: 1.25rem; color: var(--satth-graphite); font-size: clamp(.95rem, 1.6vw, 1.08rem); }
.punjabi-identity-english p + p { margin-top: .2rem; }

.promise { position: relative; isolation: isolate; overflow: hidden; padding: var(--space-section) 0; background: var(--satth-ivory); }
.roots-memory { position: absolute; z-index: -1; inset: auto auto 0 -6%; width: min(66rem, 95vw); opacity: .085; }
.promise-grid { align-items: end; }
.promise-copy h2 { max-width: 11ch; font-size: clamp(3rem, 7vw, 6rem); }
.promise-copy > p:not(.section-eyebrow) { max-width: 34rem; font-size: 1.08rem; }
.promise-copy aside { max-width: 27rem; margin-top: 2rem; padding: 1rem 0 0 1.1rem; border-top: 1px solid var(--satth-rule); border-left: 3px solid var(--satth-clay); color: var(--satth-olive); font: 1.25rem/1.35 "Newsreader", serif; }
.narrative-figure { margin: 0; color: var(--satth-olive); }
.narrative-picture, .narrative-picture img, .story-picture, .story-picture img, .watercolor-frame img { width: 100%; }
.narrative-figure figcaption { margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--satth-rule); color: var(--satth-graphite); font-size: .82rem; }
.watercolor-frame { overflow: hidden; border: 1px solid rgba(32,35,31,.12); background: rgba(248,244,233,.55); }
.watercolor-frame img { width: 100%; height: auto; object-fit: contain; }

.advice-culture { padding: var(--space-section) 0; background-color: var(--satth-parchment); }
.advice-grid, .narrative-split { display: grid; gap: 3rem; align-items: center; }
.advice-copy h2 { max-width: 12ch; font-size: clamp(2.75rem, 5.8vw, 5.2rem); }
.advice-copy > p:not(.section-eyebrow) { max-width: 34rem; font-size: 1.06rem; }
.advice-path { display: flex; flex-wrap: wrap; gap: .45rem .7rem; margin-top: 1.75rem; color: var(--satth-forest); font: 500 .74rem/1.3 "DM Mono", monospace; }
.advice-path span { display: inline-flex; min-height: 2.75rem; align-items: center; }
.advice-path span:not(:last-child)::after { margin-left: .7rem; color: var(--satth-ochre); content: "→"; }
.advice-scene { position: relative; }
.advice-scene > picture, .advice-scene > picture img { width: 100%; max-height: 23rem; object-fit: contain; opacity: .88; }
.conversation { position: relative; margin: -1.8rem 0 0 auto; width: min(100%, 31rem); padding: 1.1rem 1.25rem; border-left: 3px solid var(--satth-ochre); background: var(--satth-paper-light); box-shadow: .55rem .55rem 0 rgba(168,121,58,.12); }
.conversation p { margin: 0; padding: .6rem 0; border-bottom: 1px solid var(--satth-rule); color: var(--satth-graphite); font-size: .84rem; }
.conversation p:last-child { border-bottom: 0; }
.conversation b { color: var(--satth-ink); font-weight: 600; }
.conversation .satth-reply { color: var(--satth-forest); }

.guided-journey {
  position: relative;
  padding: var(--space-section) 0;
  background: var(--satth-olive);
  color: var(--satth-ivory);
  background-image: repeating-linear-gradient(45deg, rgba(243,238,223,.027) 0 1px, transparent 1px 7px);
}
.guided-journey .section-eyebrow { color: #f0c477; }
.journey-intro h2 { max-width: 11ch; font-size: clamp(2.8rem, 6vw, 5.3rem); }
.journey-intro > p:not(.section-eyebrow) { max-width: 31rem; }
.fine-print { color: #ddd8c8; font-size: .8rem; }
.journey-component { display: grid; gap: 1.5rem; align-items: center; }
.journey-sequence { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: .25rem; margin: 0; padding: 0; list-style: none; }
.journey-sequence li { position: relative; display: grid; gap: .25rem; min-width: 0; padding: .75rem .45rem; border-top: 1px solid var(--satth-rule-light); }
.journey-sequence li:not(:last-child)::after { position: absolute; top: .75rem; right: -.15rem; color: #e2b763; content: "→"; }
.journey-sequence span { color: #e2c98f; font: 500 .72rem/1 "DM Mono", monospace; }
.journey-sequence strong { color: var(--satth-ivory); font-size: .86rem; line-height: 1.2; }
.phone-carousel { min-width: 0; outline-offset: .5rem; touch-action: pan-y; }
.carousel-slides { display: grid; }
.phone-slide { display: grid; grid-area: 1 / 1; min-width: 0; transition: opacity var(--ease), transform var(--ease); }
.js .phone-slide[hidden] { display: none; }
.carousel-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; width: min(100%, 24rem); margin: 1.25rem auto 0; }
.carousel-arrow { min-height: 44px; padding: .55rem .8rem; border: 1px solid rgba(243,238,223,.5); background: transparent; color: var(--satth-ivory); transition: background var(--ease), color var(--ease), opacity var(--ease); }
.carousel-arrow:last-child { justify-self: end; }
.carousel-arrow:hover:not(:disabled) { background: var(--satth-ivory); color: var(--satth-forest); }
.carousel-arrow:disabled { cursor: not-allowed; opacity: .55; }
.carousel-control-icon { display: none; font-size: 1.4rem; line-height: 1; }
.carousel-position { margin: 0; color: var(--satth-ivory); font: 500 .78rem/1 "DM Mono", monospace; }
.carousel-dots { display: flex; justify-content: center; gap: .45rem; width: min(100%, 24rem); margin: .8rem auto 0; }
.carousel-dots button { width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.carousel-dots button::before { display: block; width: .55rem; height: .55rem; margin: auto; border: 1px solid var(--satth-ivory); border-radius: 50%; content: ""; }
.carousel-dots button[aria-current="true"]::before { background: #e2b763; border-color: #e2b763; }
.phone-wrap { width: min(100%, 19rem); justify-self: center; }
.product-phone { padding: .75rem; border: 2px solid var(--satth-parchment); border-radius: 2.15rem; background: var(--satth-forest-deep); box-shadow: .65rem .65rem 0 rgba(168,121,58,.76); }
.phone-status { display: flex; justify-content: space-between; padding: .2rem .35rem .75rem; color: var(--satth-ivory); font: 500 .68rem "DM Mono", monospace; }
.phone-status b { letter-spacing: .14em; }
.phone-screen { min-height: 28.5rem; padding: 1.45rem 1rem; border-radius: 1.45rem; background: var(--satth-paper-light); color: var(--satth-ink); }
.phone-kicker, .phone-step { margin: 0; color: var(--satth-clay); font: 500 .65rem/1.35 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.phone-step { margin-top: 1.1rem; color: var(--satth-olive); }
.phone-screen h3 { margin-top: .7rem; font: 500 1.65rem/.98 "Newsreader", serif; }
.phone-screen > p:not(.phone-kicker):not(.phone-step):not(.phone-boundary) { color: var(--satth-graphite); font-size: .82rem; }
.progress { height: .3rem; margin: 1.35rem 0 1.2rem; overflow: hidden; background: rgba(32,35,31,.12); }
.progress span { display: block; width: 20%; height: 100%; background: var(--satth-ochre); transition: width var(--ease); }
.progress[data-progress-step="1"] span { width: 20%; }
.progress[data-progress-step="2"] span { width: 40%; }
.progress[data-progress-step="3"] span { width: 60%; }
.progress[data-progress-step="4"] span { width: 80%; }
.progress[data-progress-step="5"] span { width: 100%; }
.phone-screen ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--satth-rule); }
.phone-screen li { display: flex; gap: .6rem; padding: .55rem 0; border-bottom: 1px solid var(--satth-rule); color: var(--satth-graphite); font-size: .76rem; }
.phone-screen li.complete { color: var(--satth-forest); font-weight: 500; }
.phone-boundary { margin: 1rem 0 0; color: var(--satth-clay); font-size: .67rem; }

.launch-journeys { padding: var(--space-section) 0; background-color: var(--satth-ivory); }
.section-intro { max-width: 48rem; margin-bottom: 3rem; }
.section-intro h2 { font-size: clamp(2.8rem, 6vw, 5.3rem); }
.section-intro > p:not(.section-eyebrow) { max-width: 40rem; }
.journey-stories { border-top: 2px solid var(--satth-forest); }
.story {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--satth-rule);
}
.story-copy .utility-label { color: var(--satth-clay); }
.story h3 { margin-top: .6rem; font: 500 clamp(2rem, 4vw, 3.3rem)/1 "Newsreader", serif; }
.story-price { display: inline-block; margin-top: .85rem; color: var(--satth-forest); font: 500 .8rem "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.story p { max-width: 38rem; margin-bottom: .4rem; color: var(--satth-graphite); }
.story .boundary { font-size: .78rem; }
.story-figure { margin: 0; align-self: center; }
.story-figure img { max-height: 19rem; margin-inline: auto; }
.utility-story {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: 4px solid var(--satth-clay);
  background: var(--satth-parchment);
}
.utility-story img { width: min(100%, 13rem); }
.utility-story h3 { margin: .35rem 0; font: 500 1.75rem "Newsreader", serif; }
.utility-story p { margin: 0; color: var(--satth-graphite); }

.language-notifications { padding: var(--space-section) 0; background: var(--satth-moss); color: var(--satth-ivory); }
.language-notifications .section-eyebrow { color: #f3c57b; }
.access-intro { margin-bottom: clamp(3.5rem, 8vw, 6.5rem); }
.access-intro h2 { max-width: 13ch; font-size: clamp(2.8rem, 6.5vw, 5.8rem); }
.access-intro > p:not(.section-eyebrow) { max-width: 42rem; color: #eee8d9; font-size: 1.05rem; }
.access-rows { margin-top: 2rem; border-top: 1px solid rgba(243,238,223,.45); }
.access-row { display: grid; gap: .3rem; padding: .95rem 0; border-bottom: 1px solid rgba(243,238,223,.25); }
.access-row span { color: #e9e3d4; }
.access-row strong { color: var(--satth-ivory); font-weight: 500; }
.language-copy h2 { font-size: clamp(2.8rem, 6.5vw, 5.8rem); }
.language-copy em { color: var(--satth-parchment); }
.bilingual-fragment { margin-top: 2.2rem; padding: 1.35rem; border: 1px solid rgba(243,238,223,.38); background: rgba(243,238,223,.09); }
.bilingual-fragment p { margin: .85rem 0 0; font-size: 1.08rem; }
.bilingual-fragment p[lang="pa"] { font: 400 1.4rem/1.5 "Newsreader", Georgia, serif; }
.language-status { color: #e7e1d0; font-size: .78rem; }
.notification-panel { align-self: end; padding: clamp(1.25rem, 3vw, 2rem); background: var(--satth-parchment); color: var(--satth-ink); }
.notification-panel h3 { font: 500 clamp(2rem, 4vw, 3.2rem)/1 "Newsreader", serif; }
.notification-panel > p:not(.section-eyebrow) { color: var(--satth-graphite); }
.notification { display: flex; min-height: 4.6rem; align-items: center; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--satth-rule); }
.notification span { display: grid; flex: 0 0 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--satth-forest); color: var(--satth-ivory); font: .7rem "DM Mono", monospace; }

.trust { padding: var(--space-section) 0; background: var(--satth-parchment); }
.trust header h2 { max-width: 10ch; font-size: clamp(2.75rem, 6vw, 5rem); }
.trust header > p:not(.section-eyebrow) { max-width: 34rem; }
.trust-rows { border-top: 2px solid var(--satth-forest); }
.trust-rows article { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--satth-rule); }
.trust-rows article > span { color: var(--satth-clay); font: .75rem "DM Mono", monospace; }
.trust-rows h3 { font-size: 1rem; }
.trust-rows p { margin: .35rem 0 0; color: var(--satth-graphite); }

.founder { position: relative; isolation: isolate; overflow: hidden; padding: var(--space-section) 0; background: var(--satth-forest-deep); color: var(--satth-ivory); }
.founder::before { position: absolute; z-index: -1; inset: 0; content: ""; background-image: repeating-linear-gradient(45deg, rgba(243,238,223,.032) 0 1px, transparent 1px 7px); }
.founder-memory { position: absolute; z-index: -1; right: -8rem; bottom: -11rem; width: min(44rem, 74vw); opacity: .1; }
.founder .section-eyebrow { color: #efbd6a; }
.founder h2 { max-width: 12ch; font-size: clamp(3rem, 7vw, 6.3rem); }
.founder-purpose { max-width: 30rem; margin: 1.5rem 0 0; color: #e6dfcf; font: 400 1.25rem/1.4 "Newsreader", serif; }
.founder-details { align-self: end; }
.founder-details > strong { display: block; margin-bottom: 1.8rem; color: var(--satth-parchment); font: 500 clamp(3rem, 7vw, 5rem)/1 "Newsreader", serif; }
.founder-details ul { margin: 0 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--satth-rule-light); }
.founder-details li { padding: .9rem 0; border-bottom: 1px solid var(--satth-rule-light); }
.founder-cta { display: inline-flex; min-height: 2.75rem; align-items: center; color: #efbd6a; font-weight: 600; }
.why-thirteen { margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--satth-rule-light); }
.why-thirteen summary { min-height: 2.75rem; color: #efbd6a; cursor: pointer; font-weight: 500; }
.why-thirteen p { color: #e0dccf; font-size: .84rem; }
.why-thirteen .why-boundary { color: #c9c8bd; font-size: .72rem; }
.site-footer { padding: 2.2rem 0; background: var(--satth-forest); color: var(--satth-ivory); }
.site-footer .brand { color: var(--satth-ivory); }
.footer-grid { display: grid; gap: 1rem; }
.footer-grid p { margin: .65rem 0 0; color: #dedccd; font-size: .8rem; }
.footer-grid nav { display: grid; align-content: start; gap: .45rem; }
.footer-grid nav strong { color: var(--satth-parchment); font-size: .8rem; }
.footer-grid nav a { color: #dedccd; font-size: .8rem; }
.footer-base { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--satth-rule-light); color: #c9c8bd; font-size: .72rem; }

.page-main { min-height: 65vh; padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--satth-ivory); }
.page-hero { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--satth-parchment); }
.page-hero h1 { max-width: 14ch; font-size: clamp(2.75rem, 7vw, 5.75rem); }
.page-hero p:not(.section-eyebrow) { max-width: 42rem; }
.page-card, .document-layout { width: min(calc(100% - 2rem), 50rem); margin-inline: auto; padding: clamp(1.25rem, 4vw, 2.5rem); border: 1px solid var(--satth-rule); background: var(--satth-paper-light); }
.document-layout { width: min(calc(100% - 2rem), 68rem); }
.document-layout h2 { margin-top: 2.5rem; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.document-layout h3 { margin-top: 1.75rem; }
.document-layout li + li { margin-top: .5rem; }
.document-meta { color: var(--satth-graphite); font-size: .82rem; }
.document-toc { margin: 2rem 0; padding: 1.25rem; border-left: 3px solid var(--satth-ochre); background: var(--satth-parchment); }
.form-grid { display: grid; gap: 1rem; }
.form-grid label { display: grid; gap: .35rem; font-weight: 500; }
.form-grid input { min-height: 3rem; padding: .75rem; border: 1px solid var(--satth-rule); background: #fffdf7; }
.form-status { min-height: 1.5rem; color: var(--satth-graphite); }
.outcome-panel { border-left: 4px solid var(--satth-ochre); }
.page-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.purpose-note { margin-top: 2rem; padding: 1.25rem; border-top: 1px solid var(--satth-rule); color: var(--satth-graphite); }
.founder-page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--satth-forest-deep); color: var(--satth-ivory); }
.founder-page-hero .section-eyebrow { color: #efbd6a; }
.founder-page-hero p { color: #e0dccf; }
.founder-page-hero .founder-price { display: block; margin-top: 1.5rem; color: var(--satth-parchment); font: 500 clamp(2.8rem, 7vw, 5rem)/1 "Newsreader", serif; }
.founder-page-grid { display: grid; gap: 2rem; align-items: start; }
.checkout-panel { position: sticky; top: 6rem; width: 100%; }
.checkout-panel h2 { font: 500 clamp(1.9rem, 4vw, 2.7rem)/1 "Newsreader", serif; }
.draft-notice { margin: 2rem 0; padding: 1rem; border-left: 3px solid var(--satth-clay); background: var(--satth-parchment); }

@media (min-width: 760px) {
  .site-header nav { display: flex; }
  .ask-field { grid-template-columns: 1fr auto; }
  .ask-field button { min-width: 7rem; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr); align-items: center; gap: clamp(3rem,5vw,5.5rem); }
  .promise-grid { grid-template-columns: .85fr 1.15fr; gap: 4rem; }
  .advice-grid, .narrative-split { grid-template-columns: .86fr 1.14fr; gap: 5rem; }
  .journey-layout { grid-template-columns: minmax(19rem, .72fr) minmax(29rem, 1.28fr); align-items: center; gap: 4.5rem; }
  .journey-component { gap: 1.5rem; }
  .story { grid-template-columns: 1fr 1fr; align-items: center; min-height: 24rem; }
  .story:nth-child(even) .story-copy { order: 2; }
  .story:nth-child(even) .story-figure { order: 1; }
  .utility-story { grid-template-columns: 13rem 1fr; }
  .language-grid, .trust-grid, .founder-grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .access-row { grid-template-columns: .8fr 1.2fr; align-items: baseline; }
  .footer-grid { grid-template-columns: auto 1fr auto; align-items: center; }
  .founder-page-grid { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .72fr); }
}

@media (max-width: 759px) {
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .hero { padding-top: 3.4rem; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.8rem); }
  .header-action { font-size: .85rem; }
  .journey-component { gap: 1.25rem; }
  .phone-wrap { width: min(100%, 18rem); }
  .phone-screen { min-height: 26rem; }
  .story { padding: 2rem 0; }
  .story-figure img { max-height: 14rem; }
  .promise-copy h2, .language-copy h2 { overflow-wrap: anywhere; }
  .conversation { margin-top: -1rem; }
  .checkout-panel { position: static; }
}

@media (min-width: 760px) and (max-width: 959px) {
  .journey-layout { grid-template-columns: 1fr; }
  .journey-intro { max-width: 40rem; }
  .journey-component { gap: 1.5rem; }
}

@media (max-width: 350px) {
  .brand b { display: none; }
  .header-action { padding-inline: .8rem; }
  .hero h1 { font-size: 2.9rem; }
  .ask-panel { padding: 1rem; border-radius: 1.25rem; }
  .preview-tag { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Conversion experience v1: accessible extensions to the canonical SATTH system. */
:root {
  --surface-page: var(--satth-ivory);
  --surface-elevated: var(--satth-paper-light);
  --ink-primary: var(--satth-ink);
  --ink-secondary: #555b54;
  --action-primary: var(--satth-forest);
  --action-hover: #0d3228;
  --section-dark: var(--satth-forest-deep);
  --accent-brass: var(--satth-ochre);
  --accent-warning: #a34732;
  --border-default: rgba(32,35,31,.24);
  --focus-ring: #d88b2d;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --mobile-body: 1.0625rem;
  --mobile-secondary: .9375rem;
  --mobile-meta: .8125rem;
  --control-min: 44px;
}
html { scroll-padding-top: 6rem; }
body { min-width: 320px; color: var(--ink-primary); font-size: 17px; }
button, input, select, textarea { font: inherit; }
a, button, summary, input { outline-offset: 3px; }
:focus-visible { outline: 3px solid var(--focus-ring); }
.button { min-height: 48px; font-size: 1rem; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--satth-forest); font-weight: 600; }
.brand strong { text-transform: none; letter-spacing: .025em; }
.brand strong span { font-weight: 500; }
.language-quick, .menu-button { min-width: 44px; min-height: 44px; border: 1px solid var(--border-default); background: transparent; color: var(--satth-forest); }
.language-quick { display: inline-flex; align-items: center; padding: .55rem .85rem; border-radius: 999px; color: var(--satth-forest); background: rgba(232,222,201,.48); font-size: .76rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.menu-button { display: none; font-size: 1.25rem; }
.mobile-menu { padding: 1rem max(1rem, calc((100vw - 76rem)/2)); border-top: 1px solid var(--border-default); background: var(--satth-paper-light); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; min-height: 46px; align-items: center; border-bottom: 1px solid var(--border-default); color: var(--satth-ink); }
.hero { padding-bottom: 0; }
.hero h1 { max-width: 12.5ch; font-size: clamp(3rem, 6vw, 5.75rem); }
.hero h1 em { display: inline; }
.hero-question, .hero-answer { display: block; }
.hero-lead-mobile, .mobile-hero-link { display: none; }
.hero-lead { max-width: 43rem; }
.hero-grid > *, .ask-panel, .ask-heading > *, .ask-field > * { min-width: 0; }
.language-trust { color: var(--satth-forest); font-weight: 500; }
.ask-panel { align-self: center; }
.access-signal { display: grid; gap: .2rem; margin: 1rem 0; padding: .8rem 0; border-block: 1px solid var(--border-default); font-size: .88rem; }
.access-signal strong { color: var(--satth-forest); }
.founder-strip { display: grid; gap: 1rem; align-items: stretch; margin-top: clamp(2rem,5vw,4rem); padding-block: 1.2rem; border-top: 1px solid var(--border-default); }
.founder-strip .founder-fact { display: grid; align-content: center; gap: .2rem; min-width: 0; padding-right: 1rem; border-right: 1px solid var(--satth-rule); }
.founder-strip .founder-fact > strong { color: var(--satth-forest); font-size: 1.05rem; }
.founder-strip .founder-fact > span { color: var(--ink-secondary); font-size: .92rem; }
.founder-strip a { color: var(--satth-forest); font-weight: 700; }
.promise-body { max-width: 34rem; margin: 0; color: var(--ink-secondary); font-size: 1.08rem; }
.promise-copy h2 { max-width: 12ch; font-size: clamp(2.7rem,5.6vw,5.25rem); }
.guide-grid { display: grid; gap: 1px; border: 1px solid var(--border-default); background: var(--border-default); }
.guide-card { position: relative; display: grid; min-width: 0; background: var(--satth-paper-light); }
.guide-media { overflow: hidden; background: var(--satth-parchment); }
.guide-media picture, .guide-media img { width: 100%; height: auto; }
.guide-media picture { display: grid; height: 100%; place-items: center; }
.guide-media img { object-fit: contain; }
.guide-card-copy { padding: 1.25rem; }
.guide-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .65rem; }
.guide-meta .status-label { border-color: rgba(22,63,51,.28); background: rgba(22,63,51,.06); color: var(--satth-forest); }
.guide-card h3 { margin: .65rem 0; font: 500 clamp(1.55rem,3vw,2.1rem)/1.08 "Newsreader",serif; }
.guide-card h3 a { color: var(--satth-ink); text-decoration: none; }
.guide-card h3 a::after { position: absolute; inset: 0; content: ""; }
.guide-card p { color: var(--ink-secondary); }
.guides-more { margin-top: 1.5rem; }
.media-landscape { aspect-ratio: 16/10; }
.media-card { aspect-ratio: 4/3; }
.media-portrait { aspect-ratio: 4/5; }
.media-square { aspect-ratio: 1; }
.language-modes { display: grid; gap: .6rem; margin: 1.5rem 0; }
.language-modes button { display: grid; min-height: 60px; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: .8rem 1rem; border: 1px solid rgba(243,238,223,.42); background: rgba(243,238,223,.08); color: var(--satth-ivory); text-align: left; }
.language-modes button span { font-size: .8rem; }
.language-modes button[aria-pressed="true"] { border-left: 4px solid #efbd6a; background: rgba(243,238,223,.18); }
.language-modes button:disabled { cursor: not-allowed; opacity: .72; }
.trust-boundary { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border-default); color: var(--ink-secondary); }
.founder-scope { margin: 1.5rem 0; border-top: 1px solid var(--satth-rule-light); }
.founder-scope div { display: grid; gap: .25rem; padding: .85rem 0; border-bottom: 1px solid var(--satth-rule-light); }
.founder-scope span, .founder-timing span { color: #efbd6a; font: 500 .78rem/1.35 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.founder-scope strong, .founder-timing strong { color: var(--satth-ivory); font-weight: 500; }
.founder-timing { display: grid; grid-template-columns: auto 1fr; gap: .35rem 1rem; }
.founder-counter { margin-top: 1.5rem; }
.founder-counter strong { display: block; color: var(--satth-parchment); font-weight: 600; }
.founder-progress { height: .5rem; margin-top: .7rem; overflow: hidden; background: rgba(243,238,223,.2); }
.founder-progress span { display: block; width: 0; height: 100%; background: #efbd6a; transition: width 200ms ease; }
.renewal-disclosure { color: #dedccd; font-size: .86rem; }
.sticky-actions { position: fixed; z-index: 40; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); left: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .5rem; border: 1px solid var(--border-default); background: rgba(248,244,233,.97); box-shadow: 0 .4rem 1.5rem rgba(16,53,43,.18); }
.sticky-actions[hidden], .founder-prompt[hidden] { display: none; }
.founder-prompt { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 1rem; }
.founder-prompt-backdrop { position: absolute; inset: 0; background: rgba(16,53,43,.72); }
.founder-prompt section { position: relative; width: min(100%, 36rem); max-height: min(70vh,42rem); overflow: auto; padding: clamp(1.5rem,5vw,3rem); background: var(--satth-paper-light); }
.founder-prompt h2 { font-size: clamp(2rem,5vw,3.4rem); }
.prompt-close { position: absolute; top: .75rem; right: .75rem; width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.8rem; }
.prompt-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 1rem; }
.prompt-open { overflow: hidden; }
.founder-hero-grid { display: grid; gap: 2rem; align-items: end; }
.founder-story { width: 100%; margin: 0; }
.checkout-summary dl { margin: 1rem 0 1.5rem; border-top: 1px solid var(--border-default); }
.checkout-summary dl div { display: grid; grid-template-columns: minmax(6rem, .7fr) 1.3fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--border-default); }
.checkout-summary dt { color: var(--ink-secondary); }
.checkout-summary dd { margin: 0; font-weight: 500; }
.faq details { padding: 1rem 0; border-top: 1px solid var(--border-default); }
.faq summary { min-height: 44px; cursor: pointer; font-weight: 600; }
.guides-hero h1 { max-width: 14ch; }
.guide-search-label { display: block; margin: 2rem 0 .55rem; font-weight: 600; }
.guide-search { width: min(100%,52rem); min-height: 60px; padding: .9rem 1rem; border: 2px solid var(--satth-forest); background: var(--satth-paper-light); font-size: 1.05rem; }
.suggested-searches { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; }
.suggested-searches button { min-height: 44px; padding: .5rem .75rem; border: 1px solid var(--border-default); background: transparent; }
.category-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.category-list span { padding: .45rem .7rem; border-left: 2px solid var(--satth-ochre); background: var(--satth-parchment); font-size: .86rem; }
.guide-catalog { border-top: 2px solid var(--satth-forest); }
.guide-entry { display: grid; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--border-default); }
.guide-entry h2 { margin: .5rem 0; font-size: clamp(1.65rem,3.5vw,2.5rem); }
.guide-entry p { color: var(--ink-secondary); }
.guide-state { align-self: center; padding: 1rem; border-left: 3px solid var(--satth-ochre); background: var(--satth-parchment); }
.guide-state p { font-size: .88rem; }

@media (min-width: 760px) {
  .founder-strip { grid-template-columns: repeat(3,minmax(0,1fr)) auto; }
  .guide-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .guide-card { grid-template-rows: auto 1fr; }
  .founder-hero-grid { grid-template-columns: 1.3fr .7fr; }
  .guide-entry { grid-template-columns: 1.4fr .6fr; }
  .sticky-actions { display: none !important; }
}
@media (min-width: 1100px) {
  .guide-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sticky-actions { display: none !important; }
}
@media (max-width: 900px) {
  .site-header nav:not(.mobile-menu), .language-quick { display: none; }
  .menu-button { display: grid; place-items: center; }
  .header-action { display: none; }
  .header-inner { min-height: 4.25rem; }
}
@media (max-width: 759px) {
  body { padding-bottom: env(safe-area-inset-bottom); font-size: var(--mobile-body); line-height: 1.55; }
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .section-eyebrow { margin-bottom: 1rem; font-size: var(--mobile-meta); line-height: 1.35; letter-spacing: .16em; }
  .utility-label, .preview-tag, .status-label { font-size: .75rem; line-height: 1.4; }
  .button, .header-action, .menu-button { min-height: 48px; font-size: 1rem; }
  .mobile-menu { max-height: calc(100vh - 4.25rem); overflow-y: auto; padding: .5rem 1rem 1rem; }
  .mobile-menu a { min-height: 48px; font-size: 1rem; }
  .hero { padding-top: 2rem; }
  .hero h1 { max-width: 12ch; font-size: clamp(2.65rem,12vw,3.65rem); line-height: 1.01; }
  .hero-question, .hero-answer { display: block; }
  .hero-answer { margin-top: .32em; color: var(--satth-forest); font-style: normal; }
  .mobile-hero-link { display: block; }
  .hero-lead { margin-top: 1.15rem; font-size: var(--mobile-body); line-height: 1.5; }
  .hero-actions { display: grid; align-items: stretch; gap: .85rem; margin-top: 1.25rem; }
  .hero-actions .button { width: 100%; }
  .language-trust { margin: .75rem 0 0; font-size: var(--mobile-secondary); }
  .hero-grid { gap: 1.35rem; }
  .ask-panel { padding: 1.1rem; border-radius: 1.25rem; box-shadow: .4rem .4rem 0 rgba(168,121,58,.13); }
  .ask-heading { flex-wrap: wrap; }
  .ask-heading h2 { font-size: 1.55rem; line-height: 1.1; }
  .ask-field { grid-template-columns: 1fr; }
  .ask-example-cue, .ask-accordion-panel { font-size: var(--mobile-secondary); }
  .ask-accordion-item h3 button { min-height: 48px; font-size: var(--mobile-secondary); }
  .access-signal, .ask-disclosure { font-size: var(--mobile-secondary); line-height: 1.5; }
  .founder-strip { margin: 1rem -1rem 0; padding: 1.15rem; border: 0; background: var(--satth-forest); color: var(--satth-ivory); }
  .founder-strip .founder-fact { padding: 0 0 .9rem; border-right: 0; border-bottom: 1px solid rgba(243,238,223,.2); }
  .founder-strip .founder-fact > strong { color: var(--satth-ivory); font-size: 1.05rem; }
  .founder-strip .founder-fact > span { color: #e6dfcf; font-size: var(--mobile-secondary); }
  .founder-strip .button { width: 100%; border-color: var(--satth-ivory); color: var(--satth-ivory); }
  .mobile-hero-link { padding: .65rem 0 1.2rem; }
  .promise, .advice-culture, .guided-journey, .launch-journeys, .language-notifications, .trust, .founder { padding-block: clamp(3.75rem,16vw,5rem); }
  .promise-grid { gap: 1.5rem; }
  .promise-copy h2 { font-size: clamp(2.55rem,12vw,3.45rem); line-height: 1; }
  .promise-body { order: 3; font-size: var(--mobile-body); line-height: 1.55; }
  .narrative-figure { order: 2; }
  .narrative-figure figcaption { font-size: var(--mobile-secondary); line-height: 1.5; }
  .advice-grid, .narrative-split { gap: 1.75rem; }
  .advice-copy h2 { font-size: clamp(2.45rem,11vw,3.35rem); }
  .advice-copy > p:not(.section-eyebrow) { font-size: var(--mobile-body); }
  .advice-path { gap: .25rem .5rem; font-size: .75rem; }
  .advice-path span { min-height: 44px; }
  .conversation { width: calc(100% - .5rem); margin: -1rem 0 0 auto; padding: 1rem; }
  .conversation p { font-size: var(--mobile-secondary); line-height: 1.5; }
  .conversation-label { color: var(--satth-clay) !important; font: 500 .75rem/1.4 "DM Mono", monospace !important; letter-spacing: .08em; text-transform: uppercase; }
  .journey-layout { gap: 2rem; }
  .journey-intro h2 { font-size: clamp(2.45rem,11vw,3.35rem); }
  .journey-intro > p:not(.section-eyebrow), .fine-print { font-size: var(--mobile-secondary); line-height: 1.5; }
  .journey-context { margin-top: 1.35rem; }
  .journey-context picture, .journey-context img { width: 100%; height: auto; }
  .journey-sequence { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--satth-rule-light); }
  .journey-sequence li { grid-template-columns: 2.75rem 1fr; align-items: center; min-height: 44px; padding: .65rem .5rem; border-top: 0; border-bottom: 1px solid var(--satth-rule-light); }
  .journey-sequence li:not(:last-child)::after { top: auto; right: .5rem; bottom: -.55rem; content: "↓"; }
  .journey-sequence strong { font-size: 1rem; }
  .phone-wrap { width: min(100%,20rem); }
  .phone-screen > p:not(.phone-kicker):not(.phone-step):not(.phone-boundary) { font-size: var(--mobile-secondary); line-height: 1.5; }
  .phone-screen li { min-height: 44px; align-items: center; font-size: .875rem; line-height: 1.4; }
  .phone-boundary { font-size: .8125rem; line-height: 1.4; }
  .section-intro { margin-bottom: 2rem; }
  .section-intro h2 { font-size: clamp(2.45rem,11vw,3.35rem); }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card-copy { padding: 1.2rem; }
  .guide-card h3 { font-size: 1.8rem; }
  .guide-card p { font-size: var(--mobile-secondary); line-height: 1.5; }
  .guide-meta { align-items: flex-start; }
  .guide-meta .utility-label { max-width: 58%; }
  .guide-meta .status-label { max-width: 42%; text-align: right; }
  .access-intro { margin-bottom: 3.5rem; }
  .access-intro h2, .language-copy h2 { font-size: clamp(2.45rem,11vw,3.35rem); }
  .access-intro > p:not(.section-eyebrow), .access-row span, .access-row strong { font-size: var(--mobile-body); line-height: 1.5; }
  .access-row { gap: .15rem; padding: 1rem 0; }
  .language-modes button { min-height: 64px; grid-template-columns: 1fr; gap: .2rem; padding: .85rem 1rem; }
  .language-modes button strong { font-size: 1rem; }
  .language-modes button span { font-size: var(--mobile-secondary); line-height: 1.4; }
  .bilingual-fragment p { font-size: var(--mobile-body); }
  .bilingual-fragment p[lang="pa"] { font-size: 1.25rem; overflow-wrap: anywhere; }
  .notification-panel > p:not(.section-eyebrow), .notification p { font-size: var(--mobile-secondary); line-height: 1.5; }
  .trust-grid { gap: 2rem; }
  .trust header h2 { max-width: 12ch; font-size: clamp(2.45rem,11vw,3.35rem); }
  .trust-boundary { font-size: var(--mobile-secondary); line-height: 1.5; }
  .trust-rows { display: grid; gap: .75rem; border-top: 0; }
  .trust-rows article { grid-template-columns: 2.2rem 1fr; padding: 1rem; border: 1px solid var(--border-default); background: rgba(248,244,233,.58); }
  .trust-rows article > span { font-size: .8rem; }
  .trust-rows h3 { font-size: 1.05rem; }
  .trust-rows p { font-size: var(--mobile-secondary); line-height: 1.5; }
  .founder-grid { gap: 2rem; }
  .founder h2 { font-size: clamp(2.55rem,12vw,3.55rem); }
  .founder-intro > p:not(.section-eyebrow), .founder-details { font-size: var(--mobile-body); }
  .founder-details > strong { margin-bottom: 1.2rem; font-size: 3.75rem; }
  .founder-scope span, .founder-timing span { font-size: .75rem; }
  .founder-scope strong, .founder-timing strong, .founder-details li { font-size: var(--mobile-secondary); line-height: 1.45; }
  .founder-timing { grid-template-columns: 1fr; gap: .15rem; padding: 1rem 0; }
  .founder-timing strong + span { margin-top: .85rem; }
  .founder-cta { min-height: 52px; }
  .founder-counter { margin-top: 1.25rem; }
  .renewal-disclosure, .why-thirteen p, .why-thirteen .why-boundary { font-size: var(--mobile-secondary); line-height: 1.5; }
  .founder-memory { right: -10rem; bottom: -5rem; opacity: .055; }
  .site-footer { padding: 2.5rem 0 calc(6rem + env(safe-area-inset-bottom)); }
  .footer-grid { gap: 1.75rem; }
  .footer-grid p, .footer-grid nav strong, .footer-grid nav a, .footer-base { font-size: .875rem; line-height: 1.5; }
  .footer-grid nav { gap: .2rem; }
  .footer-grid nav a { display: flex; min-height: 44px; align-items: center; }
  .language-notifications { padding-bottom: 6rem; }
  .founder-prompt { align-items: end; padding: 0; }
  .founder-prompt section { width: 100%; max-height: 68vh; padding: 2rem 1rem max(1rem,env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .founder-prompt p, .founder-prompt a, .founder-prompt button { font-size: var(--mobile-secondary); line-height: 1.5; }
  .prompt-actions { display: grid; }
  .sticky-actions { right: .5rem; bottom: max(.5rem,env(safe-area-inset-bottom)); left: .5rem; }
  .sticky-actions .button { min-width: 0; min-height: 48px; padding-inline: .65rem; font-size: .9375rem; }
  .checkout-panel { position: static; }
  .page-main, .page-hero { padding-block: 3rem; }
  .page-hero h1 { font-size: clamp(2.45rem,11vw,3.5rem); }
  .page-card, .document-layout { width: min(calc(100% - 2rem),50rem); padding: 1.1rem; }
  .document-meta, .guide-state p, .form-status { font-size: var(--mobile-secondary); }
  .form-grid input { min-height: 48px; }
}
@media (max-width: 350px) {
  .brand strong span { display: none; }
  .brand { gap: .5rem; }
  .brand img { width: 2.35rem; height: 2.35rem; }
  .hero h1 { font-size: 2.55rem; }
  .ask-panel { padding: 1rem; }
  .sticky-actions .button { padding-inline: .4rem; font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Include the 834px target and the narrow browser-chrome rounding band above it. */
@media (max-width: 834px), (min-width: 835px) and (max-width: 850px) {
  .founder-grid { justify-items: center; text-align: center; }
  .founder-intro, .founder-details { width: min(100%, 38rem); }
  .founder-intro h2, .founder-intro > p { margin-inline: auto; }
  .founder-details > strong, .founder-cta { margin-inline: auto; }
  .founder-details ul, .founder-scope, .founder-timing { width: min(100%, 34rem); margin-inline: auto; text-align: left; }
  .founder-counter, .renewal-disclosure, .why-thirteen { width: min(100%, 34rem); margin-inline: auto; }
  .founder-cta { justify-content: center; }
}

/* Batch 2: conversion repair and content rhythm */
.hero-brand-line {
  margin-bottom: .85rem;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  letter-spacing: .025em;
}
.hero-brand-script { font-size: .92em; }
.founder-cap-note {
  margin-top: .4rem;
  color: var(--ink-secondary);
  font-size: .82rem;
  line-height: 1.45;
}

.advice-irs-visual img {
  max-height: 29rem;
  object-fit: cover;
  object-position: center;
}
.advice-scene > picture.advice-irs-visual,
.advice-scene > picture.advice-irs-visual img {
  max-height: 29rem;
  opacity: 1;
}

.phone-status b {
  display: inline-flex;
  align-items: baseline;
  gap: .25rem;
  letter-spacing: .1em;
}
.phone-status b [lang="pa"] { letter-spacing: 0; }
.carousel-arrow:disabled {
  opacity: .36;
  border-style: dashed;
}
.carousel-position { text-align: center; }

.notification-panel > p.notification-promise {
  margin: .75rem 0 1.25rem;
  color: #3e463e;
  font-size: .9rem;
  line-height: 1.55;
}
.notification p {
  margin: 0;
  color: #30372f;
}

.founder-intro { min-width: 0; }
.founder-story-visual {
  width: min(100%, 34rem);
  margin: 2rem 0 0;
}
.founder-story-picture,
.founder-story-picture img {
  display: block;
  width: 100%;
}
.founder-story-picture img {
  max-height: 21rem;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(243,238,223,.22);
}
.founder-story-visual figcaption {
  margin-top: .75rem;
  color: #d9d5c7;
  font-size: .78rem;
  line-height: 1.45;
}
.founder-rate-rule {
  max-width: 34rem;
  margin: -1rem 0 1.35rem;
  color: #e6dfcf;
  font-size: .9rem;
  line-height: 1.55;
}

.checkout-panel .fine-print,
.checkout-security-note {
  color: #55584f;
  font-size: .82rem;
  line-height: 1.55;
}
.checkout-panel [data-founder-availability] {
  padding: .85rem 1rem;
  border-left: 3px solid var(--satth-ochre);
  background: var(--satth-parchment);
  color: #34372f;
}
.checkout-security-note {
  margin: 1rem 0 0;
}
.checkout-summary .section-eyebrow { color: var(--satth-clay-text); }

.guides-hero { padding-block: clamp(2.75rem, 6vw, 4.75rem); }
.guides-hero h1 { margin-bottom: .8rem; }
.guide-search-label { margin-top: 1.5rem; }
.suggested-searches { row-gap: .6rem; }
.category-list {
  margin-bottom: 2.5rem;
  padding-bottom: .15rem;
}
.guide-catalog {
  display: grid;
  gap: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--satth-forest);
}
.guide-entry {
  gap: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--border-default);
  background: var(--satth-paper-light);
}
.guide-entry h2 { margin-bottom: .65rem; }
.guide-entry > div:first-child > p { margin-bottom: 0; }
.guide-state {
  display: grid;
  align-content: center;
  gap: .75rem;
  min-width: 0;
  padding: 1.1rem 1.15rem;
}
.guide-state strong,
.guide-state p,
.guide-state a { display: block; }
.guide-state p { margin: 0; line-height: 1.5; }
.guide-state-action {
  width: fit-content;
  color: var(--satth-forest);
  font-weight: 700;
  line-height: 1.35;
}
.guide-state-coming-before-launch { border-left-color: var(--satth-olive); }
.guide-state-being-researched { border-left-color: var(--satth-clay); }

.site-footer { padding-block: clamp(2.75rem, 6vw, 4.5rem); }
.footer-grid {
  gap: 2rem;
  align-items: start;
}
.footer-brand-block { max-width: 25rem; }
.footer-brand { letter-spacing: .08em; }
.footer-logo-badge {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--satth-parchment);
}
.footer-logo-badge img {
  width: 2.25rem;
  height: 2.25rem;
}
.footer-grid nav,
.footer-social { gap: .65rem; }
.footer-grid nav strong,
.footer-social > strong {
  color: var(--satth-parchment);
  font-size: .9rem;
}
.footer-grid nav a { font-size: .86rem; }
.footer-grid p { font-size: .84rem; line-height: 1.55; }
.footer-handle {
  margin: .35rem 0 0 !important;
  color: var(--satth-parchment) !important;
  font: 600 1.05rem/1.3 "DM Sans", sans-serif;
}

@media (min-width: 760px) {
  .journey-layout {
    grid-template-columns: minmax(17rem, .62fr) minmax(31rem, 1.38fr);
  }
  .footer-grid {
    grid-template-columns: minmax(15rem, 1.3fr) repeat(3, minmax(9rem, .7fr));
  }
}

@media (max-width: 759px) {
  .founder-cap-note { margin-top: 1rem; }
  .founder-story-visual { margin-inline: auto; }
  .category-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -1rem;
    padding: 0 1rem .75rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .category-list span {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .guide-catalog { gap: 1rem; }
  .guide-entry { padding: 1.2rem; }
  .guide-state { padding: 1rem; }
  .footer-grid { gap: 2.25rem; }
}

/* Batch 3: product proof and visual storytelling */
.guide-grid {
  gap: clamp(1.125rem, 2.4vw, 2rem);
  border: 0;
  background: transparent;
}
.guide-card {
  overflow: hidden;
  border: 1px solid var(--border-default);
  border-radius: 1rem;
  box-shadow: 0 .65rem 1.75rem rgba(16,53,43,.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.guide-card:hover,
.guide-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(22,63,51,.28);
  box-shadow: 0 1rem 2.25rem rgba(16,53,43,.1);
}
.guide-media,
.guide-picture,
.guide-picture img {
  overflow: hidden;
  border-radius: .95rem .95rem 0 0;
}
.guide-picture img,
.guide-media > img {
  transition: transform 240ms ease;
}
.guide-card:hover .guide-picture img,
.guide-card:focus-within .guide-picture img,
.guide-card:hover .guide-media > img,
.guide-card:focus-within .guide-media > img {
  transform: scale(1.015);
}
.guide-card-copy {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.guide-card-action {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--satth-forest);
  font-weight: 700;
}

.access-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(16rem, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.access-copy { min-width: 0; }
.access-story-visual {
  width: min(100%, 31rem);
  margin: 0;
  justify-self: end;
}
.access-story-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(243,238,223,.28);
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3rem rgba(15,42,34,.2);
}
.access-rows {
  grid-column: 1 / -1;
}

.founder-product-preview {
  width: min(100%, 39rem);
  margin: 2rem 0 0;
}
.founder-product-preview img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(243,238,223,.24);
  border-radius: 1.1rem;
  background: rgba(243,238,223,.08);
  box-shadow: 0 1.35rem 3.25rem rgba(0,0,0,.18);
}
.founder-product-preview figcaption {
  max-width: 36rem;
  margin-top: .85rem;
  color: #e2ddcf;
  font-size: .82rem;
  line-height: 1.5;
}

@media (max-width: 759px) {
  .access-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .access-story-visual {
    width: min(100%, 25rem);
    justify-self: center;
  }
  .access-rows { grid-column: auto; }
  .guide-grid { gap: 1.125rem; }
  .guide-card-copy { min-height: auto; }
  .founder-product-preview {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-card,
  .guide-picture img,
  .guide-media > img {
    transition: none;
  }
  .guide-card:hover,
  .guide-card:focus-within {
    transform: none;
  }
}


/* Batch 4: mobile conversion and final visual polish */
body.menu-open { overflow: hidden; }
.site-header { box-shadow: 0 .2rem 1.2rem rgba(16,53,43,.035); }
.header-inner { padding-block: .15rem; }
.menu-button { border-radius: .8rem; background: rgba(232,222,201,.52); }
.menu-button[aria-expanded="true"] { background: var(--satth-forest); color: var(--satth-ivory); }
.mobile-menu { box-shadow: 0 1.25rem 2.5rem rgba(16,53,43,.14); }
.mobile-menu a { text-decoration: none; }
.mobile-menu a:hover { color: var(--satth-clay-text); }

.hero-copy { min-width: 0; }
.hero-brand-line { line-height: 1.35; }
.hero-actions .button { text-align: center; }
.founder-strip { position: relative; }

.phone-carousel { touch-action: pan-y; }
.carousel-controls { min-width: 0; }
.carousel-arrow { flex: 0 0 auto; }
.carousel-dot { min-width: 44px; min-height: 44px; }
.phone-wrap { max-width: 100%; }
.phone-screen { overflow-wrap: anywhere; }

.founder-product-preview,
.access-story-visual { isolation: isolate; }
.founder-product-preview img,
.access-story-visual img { content-visibility: auto; }

.checkout-panel { border-radius: 1.25rem; }
.checkout-panel input { border-radius: .7rem; }
.checkout-panel .button { width: 100%; }
.checkout-panel a { text-underline-offset: .18em; }

.guide-entry { border-radius: 1rem; }
.guide-state { border-radius: .7rem; }
.guide-state-action { min-height: 44px; align-items: center; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.category-list { scrollbar-color: var(--satth-moss) transparent; }

.footer-base { padding-top: 1.5rem; border-top: 1px solid var(--satth-rule-light); }
.footer-social p:last-child { max-width: 19rem; }

@media (min-width: 1100px) {
  .hero { padding-top: clamp(5.25rem, 7vw, 7rem); }
  .hero-grid { align-items: start; }
  .hero-copy { padding-top: .8rem; }
  .ask-panel { margin-top: .4rem; }
  .founder-product-preview { width: min(100%, 42rem); }
  .access-story-visual { width: min(100%, 29rem); }
}

@media (min-width: 760px) and (max-width: 1099px) {
  .hero-grid { gap: 2.5rem; }
  .hero h1 { font-size: clamp(3.75rem, 7.2vw, 5.35rem); }
  .ask-panel { padding: 1.5rem; }
  .founder-product-preview { width: min(100%, 35rem); }
}

@media (max-width: 900px) {
  .site-header { background: rgba(248,244,233,.985); }
  .site-header .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu {
    position: fixed;
    z-index: 51;
    inset: calc(5.25rem + env(safe-area-inset-top)) 0 auto;
    max-height: calc(100dvh - 5.25rem - env(safe-area-inset-top));
    overscroll-behavior: contain;
    pointer-events: auto;
  }
}

@media (max-width: 759px) {
  :root { --space-section: clamp(3.5rem, 14vw, 4.75rem); }
  html { scroll-padding-top: 4.75rem; }
  .site-header { padding-top: env(safe-area-inset-top); }
  .header-inner { min-height: 5.25rem; gap: .65rem; }
  .brand { min-width: 0; gap: .55rem; letter-spacing: .08em; }
  .brand img { width: 2.25rem; height: 2.25rem; }
  .brand strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
  .menu-button { flex: 0 0 46px; width: 46px; height: 46px; min-height: 46px; }
  .mobile-menu { padding: .5rem 1rem max(1rem, env(safe-area-inset-bottom)); }
  .mobile-menu a { padding-inline: .15rem; }

  .hero { padding-top: 1.65rem; }
  .hero-grid { gap: 1.15rem; }
  .hero-brand-line { margin-bottom: .65rem; font-size: 1.08rem; }
  .hero h1 { max-width: 11.5ch; font-size: clamp(2.55rem, 11.5vw, 3.45rem); line-height: .99; }
  .hero-lead { margin-top: 1rem; }
  .hero-actions { gap: .7rem; margin-top: 1.05rem; }
  .hero-actions .button { min-height: 50px; }
  .founder-cap-note { margin-top: .75rem; }
  .ask-panel { margin-inline: -.15rem; padding: 1rem; }
  .ask-heading { gap: .6rem; }
  .ask-heading h2 { font-size: 1.45rem; }
  .ask-heading p { font-size: .88rem; }
  .ask-field { margin-top: 1rem; }
  .ask-field input { min-height: 52px; }
  .ask-field button { min-height: 50px; }
  .ask-accordion { gap: .45rem; }
  .founder-strip { width: min(calc(100% - 2rem), var(--shell)); margin: .8rem auto 0; text-align: center; }
  .founder-strip .founder-fact { width: 100%; }

  .promise, .advice-culture, .guided-journey, .launch-journeys,
  .language-notifications, .trust, .founder { padding-block: var(--space-section); }
  .section-intro { margin-bottom: 1.6rem; }
  .section-intro h2, .access-intro h2, .language-copy h2,
  .journey-intro h2, .advice-copy h2, .trust header h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.2rem);
    line-height: 1.01;
  }

  .journey-layout { gap: 1.5rem; }
  .journey-intro > p:not(.section-eyebrow) { margin-bottom: 0; }
  .journey-context { margin-top: 1rem; }
  .phone-slide { justify-items: center; }
  .phone-wrap { width: min(100%, 18.75rem); margin-inline: auto; justify-self: center; }
  .phone-screen { min-height: 25rem; }
  .carousel-controls { grid-template-columns: 3rem minmax(0,1fr) 3rem; gap: .5rem; }
  .carousel-arrow { display: grid; width: 3rem; height: 3rem; padding: 0; place-items: center; border-radius: 50%; }
  .carousel-control-text { display: none; }
  .carousel-control-icon { display: inline; }
  .carousel-dots { gap: .1rem; }
  .carousel-dot { min-width: 38px; min-height: 44px; }

  .guide-grid { gap: 1rem; }
  .guide-card { border-radius: .85rem; box-shadow: 0 .45rem 1.2rem rgba(16,53,43,.055); }
  .guide-card-copy { padding: 1.15rem; }
  .guide-card h3 { font-size: 1.68rem; }
  .guide-meta { gap: .5rem; }
  .guide-meta .utility-label, .guide-meta .status-label { max-width: 100%; text-align: left; }
  .guide-card-action { padding-top: .75rem; }

  .access-intro { gap: 1.2rem; margin-bottom: 2.25rem; }
  .access-story-visual { width: min(100%, 21rem); }
  .access-story-visual img { border-radius: .9rem; }
  .access-row { padding: .9rem 0; }

  .founder-grid { gap: 1.5rem; }
  .founder-product-preview { width: calc(100% + .5rem); margin: 1.4rem -.25rem 0; }
  .founder-product-preview img { border-radius: .85rem; }
  .founder-product-preview figcaption { margin-inline: .25rem; }
  .founder-details > strong { font-size: clamp(3.2rem, 16vw, 3.75rem); }
  .founder-rate-rule { margin-top: -.45rem; }

  .guides-hero { padding-block: 2.4rem 2.75rem; }
  .guides-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.15rem); }
  .guide-search-label { margin-top: 1.2rem; }
  .guide-search { min-height: 54px; font-size: 1rem; }
  .suggested-searches { flex-wrap: nowrap; overflow-x: auto; margin-inline: -1rem; padding: 0 1rem .5rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .suggested-searches button { flex: 0 0 auto; scroll-snap-align: start; white-space: nowrap; }
  .category-list { margin-bottom: 1.75rem; }
  .guide-entry { gap: 1rem; padding: 1.05rem; border-radius: .85rem; }
  .guide-entry h2 { font-size: 1.7rem; }
  .guide-state { gap: .55rem; padding: .9rem; }
  .guide-state-action { display: inline-flex; }

  .founder-page-hero { padding-block: 3.25rem; }
  .founder-page-grid { gap: 1.5rem; }
  .checkout-panel { padding: 1.1rem; border-radius: 1rem; }
  .checkout-panel h2 { font-size: 2rem; }
  .checkout-panel .fine-print, .checkout-security-note { font-size: .875rem; }

  .site-footer { padding-top: 2.35rem; }
  .footer-grid { gap: 1.6rem; }
  .footer-brand-block { max-width: 100%; }
  .footer-grid nav { padding-top: 1rem; border-top: 1px solid var(--satth-rule-light); }
  .footer-social { padding-top: 1rem; border-top: 1px solid var(--satth-rule-light); }
  .footer-base { margin-top: 1.5rem; padding-top: 1.25rem; }
}

@media (max-width: 759px) {
  .advice-path {
    display: grid;
    gap: 0;
    margin-top: 1.5rem;
    font-family: inherit;
    font-size: clamp(1.25rem, 5.4vw, 1.375rem);
    font-weight: 500;
    line-height: 1.25;
  }
  .advice-path span {
    position: relative;
    min-height: 3.25rem;
    padding: .7rem 2rem .7rem 0;
    border-bottom: 1px solid var(--satth-rule);
  }
  .advice-path span:not(:last-child)::after {
    position: absolute;
    right: .25rem;
    margin-left: 0;
  }
  .advice-community-visual,
  .advice-community-visual img {
    max-height: none;
    object-fit: contain;
  }
  body.sticky-actions-visible {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }
  .sticky-actions {
    gap: .4rem;
    padding: .35rem;
    border-radius: .8rem;
  }
  .sticky-actions .button {
    min-height: 44px;
    padding-block: .5rem;
  }
}

@media (max-width: 390px) {
  .shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.05rem); }
  .ask-panel { margin-inline: 0; }
  .founder-strip { width: min(calc(100% - 1.5rem), var(--shell)); margin-inline: auto; }
  .phone-wrap { width: min(100%, 18rem); }
  .page-card, .document-layout { width: min(calc(100% - 1.5rem), 50rem); }
}

@media (max-width: 350px) {
  .brand strong { max-width: 8.25rem; }
  .hero h1 { font-size: 2.38rem; }
  .hero-actions .button { padding-inline: .8rem; }
  .founder-strip { padding: 1rem .85rem; }
  .carousel-controls { grid-template-columns: 2.75rem minmax(0,1fr) 2.75rem; }
  .carousel-arrow { width: 2.75rem; height: 2.75rem; }
  .sticky-actions .button { font-size: .84rem; }
}

@media (hover: none) {
  .guide-card:hover { transform: none; box-shadow: 0 .45rem 1.2rem rgba(16,53,43,.055); }
}
/* Homepage conversion v2 -------------------------------------------------- */
.homepage-v2 .section-intro { max-width: 760px; margin-bottom: 2rem; }
.homepage-v2 .section-intro-centered { margin-inline: auto; text-align: center; }
.hero-v2 { padding-top: clamp(3.5rem, 8vw, 7rem); }
.hero-v2-grid { align-items: start; }
.hero-v2-copy { max-width: 700px; }
.hero-v2-copy h1 { max-width: 13ch; }
.hero-v2-copy h1 em { color: var(--brass, #9a6b22); font-style: normal; }
.hero-hybrid-line { margin: .35rem 0 .8rem; color: #6f4d18; font-weight: 750; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-support { max-width: 60ch; font-size: clamp(1.02rem, 1.8vw, 1.18rem); }
.hero-boundary { max-width: 68ch; margin-top: 1rem; font-size: .94rem; color: var(--muted, #56645d); }
.ask-panel-v2 { position: sticky; top: 6.5rem; }
.how-v2, .ask-categories-v2, .availability-v2, .professional-v2, .community-v2, .final-cta-v2 { padding: clamp(4rem, 8vw, 7rem) 0; }
.how-v2 { background: #f6f0e3; }
.how-v2-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.how-v2-card { padding: 1.35rem; border: 1px solid rgba(22,63,51,.18); border-radius: 22px; background: rgba(255,255,255,.72); }
.how-v2-number { display: block; margin-bottom: 1.2rem; color: #8a5d19; font: 700 .82rem/1 ui-monospace, monospace; }
.how-v2-label { display: flex; flex-wrap: wrap; gap: .35rem .65rem; margin-bottom: .65rem; }
.how-v2-label span { color: #76501a; }
.how-v2-card h3 { margin-bottom: .55rem; font-size: 1.12rem; }
.guided-journey-v2 { padding-top: clamp(4rem, 8vw, 7rem); }
.journey-proof-list { display: grid; gap: .55rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.journey-proof-list li { position: relative; padding-left: 1.6rem; }
.journey-proof-list li::before { content: "✓"; position: absolute; left: 0; color: #1f6d55; font-weight: 800; }
.ask-categories-v2 { background: #163f33; color: #fffdf6; }
.ask-categories-v2 .section-eyebrow, .ask-categories-v2 .section-intro p { color: #f0dfb9; }
.ask-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.ask-category-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; color: #fffdf6; text-decoration: none; background: rgba(255,255,255,.06); }
.ask-category-grid a:hover, .ask-category-grid a:focus-visible { background: rgba(255,255,255,.12); }
.ask-categories-cta { margin-top: 1.4rem; }
.availability-v2 { background: #f7f3e9; }
.availability-v2-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.availability-v2-grid article { padding: 1.5rem; border-radius: 22px; border: 1px solid rgba(22,63,51,.16); background: #fffdf7; }
.availability-v2-grid h3 { margin-bottom: 1rem; }
.availability-v2-grid ul { display: grid; gap: .65rem; padding-left: 1.15rem; }
.professional-v2 { background: #e9dfcb; }
.professional-v2-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.professional-v2 ol { display: grid; gap: .75rem; padding: 0; list-style: none; }
.professional-v2 li { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; align-items: center; padding: 1rem; border-radius: 16px; background: rgba(255,255,255,.66); }
.professional-v2 li span { color: #805718; font: 700 .82rem/1 ui-monospace, monospace; }
.professional-v2 li p { margin: 0; }
.community-v2-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.community-punjabi { color: #76501a; font-weight: 700; }
.founder-v2 .founder-intro h2 { max-width: 15ch; }
.final-cta-v2 { text-align: center; background: #163f33; color: #fffdf6; }
.final-cta-v2 .shell { max-width: 860px; }
.final-cta-v2 .section-eyebrow { color: #e9cf98; }
.final-cta-v2 h2 { margin-inline: auto; max-width: 20ch; }
.final-cta-v2 p { max-width: 65ch; margin-inline: auto; }
.final-cta-v2 > .shell > div { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin: 1.5rem 0 1rem; }
.final-cta-v2 small { display: block; color: #d9e2dd; }

@media (max-width: 980px) {
  .how-v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .availability-v2-grid { grid-template-columns: 1fr; }
  .professional-v2-grid, .community-v2-grid { grid-template-columns: 1fr; }
  .ask-panel-v2 { position: static; }
}

@media (max-width: 640px) {
  .hero-v2 { padding-top: 2.5rem; }
  .hero-v2-copy h1 { max-width: none; font-size: clamp(2.3rem, 12vw, 3.6rem); }
  .hero-v2-copy .hero-actions { align-items: stretch; }
  .hero-v2-copy .hero-actions .button { width: 100%; text-align: center; }
  .how-v2-grid, .ask-category-grid { grid-template-columns: 1fr; }
  .how-v2-card { padding: 1.2rem; }
  .ask-category-grid a { min-height: 58px; }
  .professional-v2-grid { gap: 1.5rem; }
  .final-cta-v2 > .shell > div { display: grid; }
  .final-cta-v2 .button { width: 100%; }
}


/* Patch 7C.1: critical conversion fixes ---------------------------------- */
.sticky-label-compact { display: none; }

.founder-hero-copy { max-width: 760px; }
.founder-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.35rem; }
.founder-hero-boundary { max-width: 60ch; margin-top: .85rem; font-size: .94rem; color: #e0dccf; }
.founder-value-band { padding: clamp(3.25rem, 7vw, 5.5rem) 0; background: #f6f0e3; }
.founder-value-band .section-intro { max-width: 850px; }
.founder-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.founder-value-grid article { padding: 1.35rem; border: 1px solid rgba(22,63,51,.16); border-radius: 20px; background: rgba(255,255,255,.76); }
.founder-value-grid article > span { display: block; margin-bottom: 1rem; color: #805718; font: 700 .82rem/1 ui-monospace, monospace; }
.founder-value-grid h3 { margin-bottom: .55rem; }

@media (max-width: 759px) {
  .hero-v2-copy .hero-support { display: none; }
  .hero-v2-copy .hero-actions { grid-template-columns: 1fr; }
  .founder-value-grid { grid-template-columns: 1fr; }
  .founder-membership-v2 .founder-page-hero { padding-block: 2.75rem; }
  .founder-hero-actions .button { width: 100%; text-align: center; }
  .founder-hero-boundary { font-size: .9rem; line-height: 1.45; }
  .founder-membership-v2 .founder-page-grid { display: flex; flex-direction: column; }
  .founder-membership-v2 .checkout-panel { order: 1; }
  .founder-membership-v2 .founder-story { order: 2; }
}

@media (max-width: 360px) {
  .sticky-label-full { display: none; }
  .sticky-label-compact { display: inline; }
  .sticky-actions { grid-template-columns: .8fr 1.2fr; }
  .sticky-actions .button { font-size: .9rem; }
  .hero-v2-copy .hero-lead { font-size: 1rem; line-height: 1.48; }
}


/* Patch 7C.2: compressed homepage, language selector, tools, protection, and launch-status pages */
.language-trigger{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.45rem .7rem;border:1px solid rgba(22,63,51,.2);border-radius:999px;background:#fff;color:var(--forest,#163f33);font:700 .78rem/1 system-ui,sans-serif;white-space:nowrap;cursor:pointer}.language-trigger:focus-visible{outline:3px solid rgba(163,122,59,.4);outline-offset:2px}.language-sheet[hidden]{display:none}.language-sheet{position:fixed;inset:0;z-index:1000}.language-sheet-backdrop{position:absolute;inset:0;background:rgba(8,28,23,.58)}.language-sheet-panel{position:absolute;right:max(1rem,env(safe-area-inset-right));top:5.25rem;width:min(440px,calc(100% - 2rem));max-height:calc(100vh - 6.25rem);overflow:auto;background:#fffdf8;border-radius:24px;box-shadow:0 24px 80px rgba(6,28,22,.28);padding:1.25rem;outline:none}.language-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.language-sheet-head h2{margin:.2rem 0 1rem;font-size:1.45rem}.language-sheet-close{width:44px;height:44px;border:0;border-radius:50%;background:#edf3ef;font-size:1.7rem;cursor:pointer}.language-options{display:grid;gap:.55rem}.language-options button{display:grid;grid-template-columns:1fr auto;grid-template-areas:'strong icon' 'span icon';text-align:left;gap:.15rem .8rem;min-height:64px;padding:.8rem 1rem;border:1px solid #dbe4de;border-radius:16px;background:#fff;cursor:pointer}.language-options strong{grid-area:strong;color:#163f33}.language-options span{grid-area:span;color:#607069;font-size:.84rem}.language-options i{grid-area:icon;align-self:center;opacity:0}.language-options button[aria-checked=true]{border-color:#a37a3b;background:#fbf4e8}.language-options button[aria-checked=true] i{opacity:1}.language-review-note{margin:1rem 0 0;color:#5e6c66;font-size:.82rem}.language-sheet-open{overflow:hidden}

.homepage-v3 .section-intro{max-width:760px}.hero-v3{padding:clamp(4rem,7vw,7rem) 0}.hero-v3-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:clamp(2rem,5vw,5rem);align-items:center}.hero-v3 h1{max-width:780px}.ask-panel-v3{align-self:center}.founder-offer-strip{background:#153f33;color:#fff;padding:1rem 0}.founder-offer-strip-inner{display:grid;grid-template-columns:1fr 1.35fr auto;align-items:center;gap:1.25rem}.founder-offer-strip span{display:block;color:#e9c889;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.founder-offer-strip strong{font-size:1.05rem}.founder-offer-strip p{margin:.2rem 0 0;color:#dce8e2;font-size:.82rem}.guided-journey-v3{padding:clamp(4rem,7vw,7rem) 0}.journey-compact-visual{display:grid;gap:1rem}.journey-compact-visual picture,.journey-compact-visual img{display:block;width:100%;border-radius:24px}.journey-compact-visual ol{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.journey-compact-visual li{display:grid;grid-template-columns:auto 1fr;gap:.1rem .8rem;padding:.75rem 0;border-bottom:1px solid rgba(22,63,51,.13)}.journey-compact-visual li span{grid-row:1/3;color:#a37a3b;font-weight:800}.journey-compact-visual small{color:#5e6c66}.text-link-cta{display:inline-flex;margin-top:1rem;font-weight:800;color:#163f33}.pain-tile-section,.how-v3,.tools-preview,.launch-status-compact,.trust-v3{padding:clamp(3.5rem,7vw,6.5rem) 0}.pain-tile-section{background:#fbf7ef}.pain-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pain-tile{position:relative;display:block;min-height:150px;padding:1.15rem;border:1px solid rgba(22,63,51,.14);border-radius:18px;background:#fff;color:inherit;text-decoration:none;transition:.2s ease}.pain-tile:hover{transform:translateY(-3px);border-color:#a37a3b;box-shadow:0 12px 32px rgba(22,63,51,.08)}.pain-tile>span{color:#a37a3b;font-weight:800;font-size:.76rem}.pain-tile h3{margin:.6rem 1.5rem .3rem 0;font-size:1.02rem}.pain-tile p{margin:0;color:#5e6c66;font-size:.86rem}.pain-tile i{position:absolute;right:1rem;top:1rem;font-style:normal;font-weight:800}.section-action{text-align:center;margin:1.5rem 0 0}.how-v3-grid,.trust-v3-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.how-v3-grid article,.trust-v3-grid article{padding:1.15rem;border-top:2px solid #a37a3b}.how-v3-grid article>span,.trust-v3-grid article>span{color:#a37a3b;font-weight:800}.how-v3-grid article>p:first-of-type{display:flex;justify-content:space-between;gap:.5rem}.how-v3-grid small{color:#75847d}.tool-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.tool-preview-grid article{padding:1.25rem;border:1px solid rgba(22,63,51,.15);border-radius:20px;background:#fff}.tool-preview-grid span,.tool-directory-grid article>span,.protection-pack-grid article>span{display:inline-block;color:#7a5a2c;background:#f4ead8;border-radius:999px;padding:.3rem .55rem;font-size:.7rem;font-weight:800}.launch-status-compact{background:#eff4f0}.launch-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.launch-status-grid article{background:#fff;padding:1.15rem;border-radius:18px}.launch-status-grid h3{font-size:1rem}.launch-status-grid ul{padding-left:1.1rem;margin-bottom:0}.launch-status-grid li{margin:.4rem 0;font-size:.84rem}.protection-callout{padding:clamp(4rem,7vw,6.5rem) 0;background:#163f33;color:#fff}.protection-callout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.protection-callout h2,.protection-callout .section-eyebrow{color:#fff}.protection-callout p,.protection-callout li{color:#dce8e2}.protection-callout li{margin:.8rem 0}.founder-v3{padding:clamp(4rem,7vw,6.5rem) 0;background:#163f33;color:#fff}.founder-v3-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.founder-v3 h2,.founder-v3 .section-eyebrow{color:#fff}.founder-v3 p,.founder-v3 li,.founder-v3 small{color:#dce8e2}.founder-price-protection{font-weight:800;color:#f3d298!important}.founder-v3-offer{padding:1.4rem;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.07)}.founder-v3-offer small{display:block;margin-top:.8rem}.final-cta-v3{padding:4rem 0;text-align:center}.final-cta-v3 .shell{max-width:850px}.final-cta-v3 div div{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.founder-regular-price,.founder-deadline{margin:.5rem 0}.checkout-assurances{font-size:.82rem;font-weight:700;color:#365b4f}

.utility-hero,.protection-hero,.services-hero,.how-page-hero{padding:clamp(4rem,8vw,7rem) 0;background:#f5f0e6}.utility-hero .shell,.protection-hero .shell,.services-hero .shell,.how-page-hero .shell{max-width:920px}.utility-hero h1,.protection-hero h1,.services-hero h1,.how-page-hero h1{max-width:850px}.tool-directory-grid,.protection-pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tool-directory-grid article,.protection-pack-grid article{padding:1.35rem;border:1px solid rgba(22,63,51,.15);border-radius:20px;background:#fff}.tool-directory-grid h2,.protection-pack-grid h2{font-size:1.25rem}.page-boundary,.protection-standard,.service-disclosure,.how-boundaries{margin-top:2rem;padding:1.5rem;border-radius:22px;background:#edf3ef}.protection-standard ul{columns:2}.service-status-list{display:grid;gap:1rem}.service-status-list article{display:grid;grid-template-columns:minmax(220px,.55fr) 1.45fr;gap:2rem;padding:1.4rem;border:1px solid rgba(22,63,51,.14);border-radius:20px}.service-status-list span{color:#a37a3b;font-size:.76rem;font-weight:800}.service-status-list ul{columns:2;margin:0}.journey-detail-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.journey-detail-grid article{padding:1.15rem;border-top:3px solid #a37a3b}.journey-detail-grid span{color:#a37a3b;font-weight:800}

@media(max-width:1000px){.site-header nav[aria-label="Primary navigation"]{display:none}.header-action{display:none}.hero-v3-grid,.founder-offer-strip-inner,.protection-callout-grid,.founder-v3-grid{grid-template-columns:1fr}.founder-offer-strip-inner{gap:.75rem}.founder-offer-strip .button{justify-self:start}.how-v3-grid,.trust-v3-grid,.tool-preview-grid,.launch-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-detail-grid article:last-child{grid-column:1/-1}}
@media(max-width:700px){.header-inner{gap:.45rem}.brand strong{display:none}.language-trigger{margin-left:auto;padding:.4rem .6rem}.menu-button{margin-left:0}.language-sheet-panel{position:absolute;left:0;right:0;bottom:0;top:auto;width:100%;max-height:82vh;border-radius:24px 24px 0 0;padding:1.1rem max(1rem,env(safe-area-inset-right)) calc(1.1rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.hero-v3{padding:3.1rem 0}.hero-v3 h1{font-size:clamp(2.2rem,12vw,3.6rem)}.hero-v3 .hero-lead{font-size:1rem}.hero-v3 .hero-actions{display:grid}.founder-offer-strip-inner{display:block}.founder-offer-strip-inner>div{margin-bottom:.8rem}.founder-offer-strip .button{width:100%}.pain-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.pain-tile{min-height:132px;padding:.9rem}.pain-tile h3{font-size:.9rem}.pain-tile p{font-size:.76rem}.how-v3-grid,.trust-v3-grid,.tool-preview-grid,.launch-status-grid,.tool-directory-grid,.protection-pack-grid,.journey-detail-grid{grid-template-columns:1fr}.service-status-list article{grid-template-columns:1fr;gap:.5rem}.service-status-list ul{columns:1}.protection-standard ul{columns:1}.final-cta-v3 div div{display:grid}.final-cta-v3 .button{width:100%}.homepage-v3{padding-bottom:calc(78px + env(safe-area-inset-bottom))}}
@media(max-width:360px){.language-trigger{font-size:.72rem;min-width:62px}.pain-tile-grid{grid-template-columns:1fr}.pain-tile{min-height:auto}.hero-v3 .section-eyebrow{font-size:.68rem}}


/* Patch 7C.3: functional language modes and contrast refinement */
:root {
  --satth-focus-ring: #b14b2e;
  --satth-secondary-readable: #46534d;
  --satth-muted-readable: #52625b;
}
:focus-visible {
  outline: 3px solid var(--satth-focus-ring) !important;
  outline-offset: 3px;
}
.satth-i18n-pb,
.satth-i18n-hi { display: none; }
html[data-language-mode="pb"] .satth-i18n-en,
html[data-language-mode="hi"] .satth-i18n-en,
html[data-language-mode="en"] .satth-i18n-pb,
html[data-language-mode="en"] .satth-i18n-hi,
html[data-language-mode="pb"] .satth-i18n-hi,
html[data-language-mode="hi"] .satth-i18n-pb,
html[data-language-mode="en-pb"] .satth-i18n-hi,
html[data-language-mode="en-hi"] .satth-i18n-pb { display: none; }
html[data-language-mode="pb"] .satth-i18n-pb,
html[data-language-mode="hi"] .satth-i18n-hi,
html[data-language-mode="en-pb"] .satth-i18n-en,
html[data-language-mode="en-pb"] .satth-i18n-pb,
html[data-language-mode="en-hi"] .satth-i18n-en,
html[data-language-mode="en-hi"] .satth-i18n-hi { display: inline; }
html[data-language-mode="en-pb"] :is(h1,h2,h3,p,li,label,summary,dt,dd) > .satth-i18n > .satth-i18n-pb,
html[data-language-mode="en-hi"] :is(h1,h2,h3,p,li,label,summary,dt,dd) > .satth-i18n > .satth-i18n-hi {
  display: block;
  margin-top: .22em;
  font-size: .84em;
  line-height: 1.48;
  letter-spacing: 0;
  color: var(--satth-secondary-readable);
}
html[data-language-mode="pb"] body,
html[data-language-mode="en-pb"] .satth-i18n-pb {
  font-family: "Noto Sans Gurmukhi", "Nirmala UI", sans-serif;
}
html[data-language-mode="hi"] body,
html[data-language-mode="en-hi"] .satth-i18n-hi {
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
}
html[data-language-mode="pb"] :is(h1,h2,h3),
html[data-language-mode="hi"] :is(h1,h2,h3) {
  line-height: 1.16;
  letter-spacing: -.015em;
}
.hero-boundary,
.fine-print,
.language-review-note,
.pain-tile p,
.journey-compact-visual small,
.how-v3-grid small,
.founder-hero-boundary,
.footer-base,
.site-footer p {
  color: var(--satth-secondary-readable);
}
.language-options span { color: var(--satth-secondary-readable); }
.language-options button[aria-checked="true"] {
  border-width: 2px;
  border-color: #76501f;
  box-shadow: 0 0 0 2px rgba(118,80,31,.12);
}
.language-options button[aria-checked="true"]::after {
  content: "Selected";
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.language-options button { position: relative; }
.button-accent {
  background: #b9853f;
  color: #102f27;
}
.button-accent:hover { background: #c4934d; }
.button-secondary { background: rgba(255,255,255,.35); }
input::placeholder,
textarea::placeholder { color: #58665f; opacity: 1; }
@media (max-width: 700px) {
  html[data-language-mode="en-pb"] :is(h1,h2,h3,p,li,label,summary,dt,dd) > .satth-i18n > .satth-i18n-pb,
  html[data-language-mode="en-hi"] :is(h1,h2,h3,p,li,label,summary,dt,dd) > .satth-i18n > .satth-i18n-hi {
    font-size: .8em;
  }
}


/* Patch 7C.3.1: intentional bilingual hierarchy, script typography, and transactional contrast */
:root {
  --satth-action-bg: #785020;
  --satth-action-bg-hover: #654219;
  --satth-action-text: #fffaf0;
  --satth-disabled-bg: #d9ddd8;
  --satth-disabled-text: #46504b;
}
.button-accent {
  background: var(--satth-action-bg);
  color: var(--satth-action-text);
}
.button-accent:hover,
.button-accent:focus-visible {
  background: var(--satth-action-bg-hover);
  color: #ffffff;
}
.button:disabled,
button:disabled,
[aria-disabled="true"] {
  opacity: 1;
  background: var(--satth-disabled-bg);
  color: var(--satth-disabled-text);
  border-color: #aab2ad;
  cursor: not-allowed;
}
[lang="pa"],
[lang="hi"] {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}
:is(em, i) [lang="pa"],
:is(em, i) [lang="hi"],
[lang="pa"] :is(em, i),
[lang="hi"] :is(em, i) {
  font-style: normal;
}
html[data-language-mode="en-pb"] h1 > .satth-i18n > .satth-i18n-pb,
html[data-language-mode="en-hi"] h1 > .satth-i18n > .satth-i18n-hi {
  margin-top: .32rem;
  font-size: .54em;
  line-height: 1.34;
  font-weight: 650;
  color: var(--satth-secondary-readable);
}
html[data-language-mode="en-pb"] h2 > .satth-i18n > .satth-i18n-pb,
html[data-language-mode="en-hi"] h2 > .satth-i18n > .satth-i18n-hi {
  font-size: .62em;
  line-height: 1.38;
  font-weight: 650;
}
html[data-language-mode="en-pb"] .hero-lead > .satth-i18n > .satth-i18n-pb,
html[data-language-mode="en-hi"] .hero-lead > .satth-i18n > .satth-i18n-hi {
  max-width: 60ch;
  font-size: .76em;
  line-height: 1.52;
}
.button .satth-i18n {
  display: inline-grid;
  justify-items: center;
  gap: .12rem;
  line-height: 1.18;
}
html[data-language-mode="en-pb"] .button .satth-i18n-pb,
html[data-language-mode="en-hi"] .button .satth-i18n-hi {
  display: block;
  margin-top: 0;
  font-size: .72em;
  line-height: 1.25;
  color: inherit;
  opacity: .92;
}
html[data-language-mode="pb"] .hero-v3 h1,
html[data-language-mode="hi"] .hero-v3 h1 {
  font-size: clamp(2.4rem, 7vw, 5.3rem);
  line-height: 1.12;
}
.language-options button[aria-checked="true"] {
  border-color: #785020;
  background: #fff3df;
}
@media (max-width: 700px) {
  html[data-language-mode="en-pb"] .hero-v3 h1,
  html[data-language-mode="en-hi"] .hero-v3 h1 {
    font-size: clamp(2.05rem, 10.6vw, 3.15rem);
    line-height: 1.04;
  }
  html[data-language-mode="en-pb"] h1 > .satth-i18n > .satth-i18n-pb,
  html[data-language-mode="en-hi"] h1 > .satth-i18n > .satth-i18n-hi {
    font-size: .48em;
    line-height: 1.38;
  }
  html[data-language-mode="en-pb"] .hero-lead > .satth-i18n > .satth-i18n-pb,
  html[data-language-mode="en-hi"] .hero-lead > .satth-i18n > .satth-i18n-hi {
    font-size: .72em;
  }
  html[data-language-mode="pb"] .hero-v3 h1,
  html[data-language-mode="hi"] .hero-v3 h1 {
    font-size: clamp(2rem, 10.4vw, 3.2rem);
  }
  .button .satth-i18n {
    width: 100%;
  }
}


/* Patch 7D: green-first visual system, denser information architecture, and conversion polish */
:root{
  --satth-green-950:#092c25;--satth-green-900:#0f382f;--satth-green-800:#17483b;--satth-green-700:#245646;
  --satth-olive-800:#465632;--satth-olive-700:#5b6b43;--satth-sage-200:#dce6dc;--satth-sage-100:#edf3ed;
  --satth-ivory-100:#f8f4e9;--satth-ivory-200:#efe8d8;--satth-ink-900:#17211d;--satth-brass:#b48643;
}
.button-light{background:var(--satth-ivory-100);color:var(--satth-green-950);border:1px solid rgba(248,244,233,.72)}
.button-light:hover,.button-light:focus-visible{background:#fff;color:var(--satth-green-950)}
.button-accent{background:var(--satth-green-900)!important;color:#fff!important;border-color:var(--satth-green-900)!important}
.button-accent:hover,.button-accent:focus-visible{background:var(--satth-green-700)!important;color:#fff!important}
.founder-offer-strip{background:var(--satth-green-950)}
.founder-offer-strip .button{box-shadow:0 8px 24px rgba(0,0,0,.18)}
.guided-journey-v3{background:linear-gradient(135deg,var(--satth-olive-800),#35472d);color:var(--satth-ivory-100)}
.guided-journey-v3 .section-eyebrow,.guided-journey-v3 h2,.guided-journey-v3 strong,.guided-journey-v3 .journey-proof-list{color:var(--satth-ivory-100)}
.guided-journey-v3 p,.guided-journey-v3 li{color:#edf2e7}
.guided-journey-v3 .text-link-cta{color:#fff;text-decoration-thickness:2px}
.guided-journey-v3 .fine-print{color:#dce6d8!important}
.guided-journey-v3 .journey-compact-visual ol{gap:.7rem}
.guided-journey-v3 .journey-compact-visual li{padding:.9rem 1rem;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(9,44,37,.35)}
.guided-journey-v3 .journey-compact-visual li span{color:#f3cc86}.guided-journey-v3 .journey-compact-visual small{color:#dfe9df}
.pain-tile-section{background:var(--satth-sage-100)}
.pain-tile{background:#fffdf8;border-color:rgba(15,56,47,.18)}
.how-v3{background:var(--satth-green-900);color:#fff}.how-v3 h2,.how-v3 h3,.how-v3 strong{color:#fff}.how-v3 p{color:#dce8e2}.how-v3-grid article{border-top-color:#d9b06e;background:rgba(255,255,255,.06);border-radius:0 0 16px 16px}.how-v3-grid small{color:#cfe0d7}
.tools-preview{background:var(--satth-sage-200)}.tool-preview-grid article{background:var(--satth-ivory-100);border-color:rgba(15,56,47,.22)}
.launch-status-compact{background:var(--satth-green-950);color:#fff}.launch-status-compact h2,.launch-status-compact h3{color:#fff}.launch-status-compact .section-eyebrow{color:#f2c77c}.launch-status-compact article{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14)}.launch-status-compact li{color:#dce8e2}.launch-status-compact a{color:#fff}
.trust-v3{background:var(--satth-sage-100)}.trust-v3-grid article{background:#fff;padding:1.2rem;border-radius:0 0 16px 16px}
.final-cta-v3{background:var(--satth-olive-800);color:#fff}.final-cta-v3 h2,.final-cta-v3 .section-eyebrow{color:#fff}
.site-footer{background:var(--satth-green-950)!important}.site-footer p,.site-footer a,.site-footer strong,.footer-base{color:#eef4ee!important}.site-footer a:hover{color:#fff!important}.footer-base{border-color:rgba(255,255,255,.22)!important}
.green-hero{background:linear-gradient(135deg,var(--satth-green-950),var(--satth-green-800));color:#fff}.olive-hero{background:linear-gradient(135deg,var(--satth-olive-800),var(--satth-green-900));color:#fff}
.green-hero h1,.green-hero p,.green-hero .section-eyebrow,.olive-hero h1,.olive-hero p,.olive-hero .section-eyebrow{color:#fff}.green-hero .section-eyebrow,.olive-hero .section-eyebrow{color:#f2c77c}
.hero-compact{max-width:1040px!important}.hero-utility-row,.launch-hero-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.hero-utility-row span,.launch-hero-pills span{padding:.55rem .8rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.82rem;font-weight:750}.hero-utility-row b{color:#f2c77c;align-self:center}
.green-page-main{background:linear-gradient(180deg,var(--satth-sage-100),#f5f1e6);padding-top:clamp(2.5rem,5vw,4rem)}
.compact-section-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.compact-section-head h2{max-width:780px}
.dense-tool-grid article,.dense-protection-grid article{background:#fffdf8;box-shadow:0 12px 30px rgba(9,44,37,.07);border-color:rgba(15,56,47,.2)}
.dense-tool-grid article:nth-child(1),.dense-tool-grid article:nth-child(4),.dense-protection-grid article:nth-child(1),.dense-protection-grid article:nth-child(4){background:var(--satth-green-900);color:#fff}.dense-tool-grid article:nth-child(1) h2,.dense-tool-grid article:nth-child(4) h2,.dense-protection-grid article:nth-child(1) h2,.dense-protection-grid article:nth-child(4) h2{color:#fff}.dense-tool-grid article:nth-child(1) p,.dense-tool-grid article:nth-child(4) p,.dense-protection-grid article:nth-child(1) p,.dense-protection-grid article:nth-child(4) p{color:#dce8e2}.dense-tool-grid article:nth-child(1) a,.dense-tool-grid article:nth-child(4) a{color:#fff}
.green-boundary{background:var(--satth-green-900)!important;color:#fff!important}.green-boundary h2,.green-boundary p,.green-boundary .section-eyebrow{color:#fff!important}
.dark-standard{background:var(--satth-green-950)!important;color:#fff}.dark-standard h2,.dark-standard li,.dark-standard .section-eyebrow{color:#fff}
.journey-card-grid{gap:1rem}.journey-card-grid article{border:0;border-radius:18px;background:#fffdf8;padding:1.35rem;box-shadow:0 10px 24px rgba(9,44,37,.08)}.journey-card-grid article:nth-child(3){background:var(--satth-green-900);color:#fff}.journey-card-grid article:nth-child(3) h2,.journey-card-grid article:nth-child(3) p{color:#fff}
.roadmap-cards article{background:#fffdf8}.roadmap-cards article:nth-child(1),.roadmap-cards article:nth-child(3){background:var(--satth-green-900);color:#fff}.roadmap-cards article:nth-child(1) h2,.roadmap-cards article:nth-child(3) h2,.roadmap-cards article:nth-child(1) li,.roadmap-cards article:nth-child(3) li{color:#fff}.roadmap-cards b{font-size:2rem;color:#f2c77c}.roadmap-cards span{display:block}
.founder-now-later{padding:clamp(3rem,6vw,5rem) 0;background:var(--satth-sage-200)}.founder-now-later-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.founder-now-later-grid article{padding:1.4rem;border-radius:20px;background:#fffdf8;border:1px solid rgba(15,56,47,.18)}.founder-now-later-grid article:first-child{background:var(--satth-green-900);color:#fff}.founder-now-later-grid article:first-child h3,.founder-now-later-grid article:first-child li{color:#fff}.founder-now-later-grid span{color:#9a6b2b;font-weight:800;text-transform:uppercase;font-size:.74rem;letter-spacing:.07em}.founder-now-later-grid article:first-child span{color:#f2c77c}
.guides-hero{background:linear-gradient(135deg,var(--satth-green-900),var(--satth-olive-800))!important;color:#fff}.guides-hero h1,.guides-hero p,.guides-hero label{color:#fff}.guide-search{background:#fffdf8}.guide-topics,.guide-categories{background:var(--satth-sage-200)!important}.guide-topic,.guide-category{border-color:var(--satth-green-700)!important}.guide-catalog{background:var(--satth-sage-100);padding:1.25rem;border-top-color:var(--satth-green-900)}.guide-entry{background:#fffdf8;border:1px solid rgba(15,56,47,.15);padding:1.25rem;border-radius:16px}.guide-state{background:var(--satth-sage-200)}
@media(max-width:700px){.compact-section-head{align-items:stretch;display:grid}.founder-now-later-grid{grid-template-columns:1fr}.hero-utility-row b{display:none}.guided-journey-v3 .journey-compact-visual li{padding:.8rem}.roadmap-cards article{padding:1.1rem}.service-status-list article{gap:.8rem}}


/* Patch 7E: SATTH commercial product system — Ambrook confidence, SATTH identity */
:root{
  --color-background-primary:#081f19;
  --color-background-secondary:#0c2b23;
  --color-surface-primary:#12382e;
  --color-surface-elevated:#1a4437;
  --color-surface-olive:#34442f;
  --color-surface-light:#faf7ef;
  --color-text-primary:#f7f4eb;
  --color-text-secondary:#d6e0d6;
  --color-text-dark:#172019;
  --color-action-primary:#efba67;
  --color-action-primary-hover:#f5c77c;
  --color-border-dark:rgba(247,244,235,.18);
  --color-focus:#ffd489;
  --radius-card:22px;
  --shadow-card:0 20px 50px rgba(3,18,14,.22);
}
body{background:var(--color-background-primary);color:var(--color-text-primary)}
.site-header{background:rgba(250,247,239,.98);border-bottom:1px solid rgba(23,32,25,.12)}
.site-header nav{gap:1.45rem}
.site-header nav a{font-weight:650}
.button-gold{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.15rem;border:1px solid #efba67;border-radius:12px;background:var(--color-action-primary);color:#172019;font-weight:850;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.button-gold:hover,.button-gold:focus-visible{background:var(--color-action-primary-hover);color:#101712}
.button-ghost-light{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.15rem;border:1px solid rgba(255,255,255,.4);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-weight:800;text-decoration:none}
.button-ghost-light:hover,.button-ghost-light:focus-visible{background:#fff;color:#102a22}
.satth-product-hero{background:linear-gradient(135deg,#081f19 0%,#102f27 55%,#263c2d 100%);color:#fff;padding-block:clamp(3rem,7vw,6.5rem)}
.satth-product-hero h1,.satth-product-hero h2,.satth-product-hero p{color:#fff}
.satth-product-hero .section-eyebrow{color:#efba67}
.satth-product-hero .hero-boundary{color:#d6e0d6}
.satth-product-hero .ask-panel{background:#f8f4e9;color:#172019;border:0;box-shadow:var(--shadow-card)}
.satth-product-hero .ask-panel h2,.satth-product-hero .ask-panel p{color:#172019}
.satth-product-hero .ask-disclosure{color:#4d5b53!important}
.founder-offer-strip{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.12)}
.product-proof-v4{background:#0c2b23;padding:clamp(4rem,8vw,7rem) 0}
.product-proof-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:clamp(2rem,6vw,5rem);align-items:center}
.product-proof-copy h2{max-width:760px;color:#fff;font-size:clamp(2.3rem,5vw,5.2rem);line-height:.98}
.product-proof-copy>p{color:#d6e0d6;font-size:1.12rem;max-width:58ch}
.product-proof-points{display:grid;gap:.7rem;padding:0;margin:1.5rem 0 2rem;list-style:none}
.product-proof-points li{position:relative;padding-left:1.7rem;color:#f7f4eb}
.product-proof-points li::before{content:"✓";position:absolute;left:0;color:#efba67;font-weight:900}
.satth-ui-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem;align-items:start}
.satth-ui-card{border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-card);background:#173d32;color:#fff;padding:1.25rem;box-shadow:var(--shadow-card)}
.satth-ui-card span{color:#efba67;font-size:.72rem;font-weight:900;letter-spacing:.11em}
.satth-ui-question{margin-top:4rem}
.satth-ui-question strong{display:block;margin:.8rem 0;font-size:1.35rem;line-height:1.25}
.satth-ui-question small{color:#cddbd2}
.satth-ui-answer{grid-row:span 2}
.satth-ui-answer header{display:flex;justify-content:space-between;gap:1rem}
.satth-ui-answer header b{padding:.35rem .55rem;border-radius:999px;background:#efba67;color:#172019;font-size:.7rem}
.satth-ui-answer h3{color:#fff;font-size:1.8rem;margin:2rem 0 .8rem}
.satth-ui-answer p{color:#d6e0d6}
.satth-ui-meta{display:grid;gap:.65rem;margin-top:2rem}
.satth-ui-meta span{display:block;padding:.8rem;border-radius:12px;background:rgba(255,255,255,.07);color:#f7f4eb;letter-spacing:0}
.satth-ui-track{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;grid-column:1/-1}
.satth-ui-track>span{grid-column:1/-1}
.satth-ui-track div{padding:.75rem;border-radius:12px;background:rgba(255,255,255,.07)}
.satth-ui-track b{color:#fff;font-size:1.1rem}.satth-ui-track p{margin:.2rem 0 0;color:#cddbd2;font-size:.8rem}
.guided-journey-v3{background:#27382a}
.pain-tile-section,.tools-preview,.trust-v3{background:#0c2b23}
.pain-tile-section h2,.tools-preview h2,.tools-preview>div>header p,.trust-v3 h2{color:#fff}
.pain-tile,.tool-preview-grid article,.trust-v3-grid article{background:#173d32;border-color:rgba(255,255,255,.13);color:#fff}
.pain-tile h3,.tool-preview-grid h3,.trust-v3-grid h3{color:#fff}
.pain-tile p,.tool-preview-grid p,.trust-v3-grid p{color:#d6e0d6}
.how-v3{background:#081f19}
.launch-status-compact{background:#27382a}
.protection-callout{background:#0c2b23;color:#fff}
.protection-callout h2,.protection-callout p,.protection-callout li{color:#fff}
.founder-v3{background:#081f19}
.final-cta-v3{background:#34442f}
.green-page-main{background:#081f19}
.green-page-main .compact-section-head h2,.green-page-main .compact-section-head p{color:#fff}
.dense-tool-grid article,.dense-protection-grid article,.journey-card-grid article,.roadmap-cards article{background:#173d32;color:#fff;border-color:rgba(255,255,255,.14)}
.dense-tool-grid article h2,.dense-protection-grid article h2,.journey-card-grid article h2,.roadmap-cards article h2{color:#fff}
.dense-tool-grid article p,.dense-protection-grid article p,.journey-card-grid article p,.roadmap-cards article li{color:#d6e0d6}
.dense-tool-grid article a{color:#f3c577}
.founder-membership-clarification{margin:.85rem 0 0;font-size:.76rem;line-height:1.5;color:#56645c}
.site-footer{background:#061713!important}
.site-footer p,.site-footer a,.site-footer strong,.footer-base{color:#e7eee8!important}
.site-footer .footer-base{color:#cbd8cf!important}
html[data-language-mode="en-pb"] .site-header nav .satth-i18n-pb,
html[data-language-mode="en-hi"] .site-header nav .satth-i18n-hi{display:none!important}
html[data-language-mode="en-pb"] .site-header nav .satth-i18n-en,
html[data-language-mode="en-hi"] .site-header nav .satth-i18n-en{display:inline!important}
@media(max-width:900px){
  .product-proof-grid{grid-template-columns:1fr}
  .satth-ui-showcase{max-width:720px}
}
@media(max-width:600px){
  .satth-product-hero{padding-top:2.4rem}
  .product-proof-v4{padding:3.5rem 0}
  .satth-ui-showcase{grid-template-columns:1fr}
  .satth-ui-question{margin-top:0}
  .satth-ui-answer{grid-row:auto}
  .satth-ui-track{grid-column:auto;grid-template-columns:1fr}
  .satth-ui-track>span{grid-column:auto}
}


/* Patch 7E.1: forest confidence + parchment clarity */
:root{
  --surface-brand:#0c2b23;
  --surface-reading:#f6f0e3;
  --surface-planning:#f6f0e3;
  --surface-soft:#d5dfd1;
  --surface-transaction:#081f19;
  --text-on-brand:#f8f4e9;
  --text-on-reading:#17231d;
  --action-on-brand:#efba67;
  --action-on-reading:#12382e;
}
.parchment-journal{
  background-color:var(--surface-planning);
  background-image:radial-gradient(rgba(18,56,46,.085) .7px,transparent .7px);
  background-size:18px 18px;
  color:var(--text-on-reading);
}
.parchment-journal h2,.parchment-journal h3,.parchment-journal p,.parchment-journal li{color:var(--text-on-reading)}
.parchment-journal .section-eyebrow{color:#7d5926}
.product-proof-v4{background-color:var(--surface-reading);padding:clamp(3.5rem,7vw,6rem) 0}
.product-proof-grid{grid-template-columns:minmax(280px,.75fr) minmax(520px,1.25fr)}
.product-proof-copy h2{color:#12382e;font-size:clamp(2.2rem,4.5vw,4.5rem)}
.product-proof-copy>p{color:#425249}
.satth-app-frame{overflow:hidden;border:1px solid rgba(18,56,46,.22);border-radius:24px;background:#fffdf8;box-shadow:0 24px 60px rgba(12,43,35,.17)}
.satth-app-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:#12382e;color:#fff}
.satth-app-bar strong{font-size:1.1rem}.satth-app-bar span{color:#d5dfd1}.satth-app-bar b{padding:.35rem .6rem;border-radius:999px;background:#efba67;color:#17231d;font-size:.72rem}
.satth-workflow-card{margin:1rem;padding:1rem 1.1rem;border:1px solid rgba(18,56,46,.15);border-radius:16px;background:#fcf9f1;color:#17231d}
.satth-workflow-card h3{margin:.4rem 0;color:#12382e}
.satth-workflow-card p{margin:.35rem 0;color:#4d5c53}
.product-kicker,.satth-source-row span{color:#8a642e;font-size:.68rem;font-weight:900;letter-spacing:.1em}
.satth-workflow-columns{display:grid;grid-template-columns:1fr 1fr}
.satth-workflow-card dl{margin:.6rem 0 0}.satth-workflow-card dl div{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(18,56,46,.1)}.satth-workflow-card dt{color:#5c6a62}.satth-workflow-card dd{margin:0;text-align:right;font-weight:750}
.product-checklist{list-style:none;padding:0;margin:.6rem 0 0}.product-checklist li{position:relative;padding:.48rem 0 .48rem 1.8rem}.product-checklist li:before{content:"○";position:absolute;left:0;color:#59694a;font-size:1.15rem}.product-checklist li.is-complete:before{content:"✓";color:#12382e;font-weight:900}
.satth-source-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.2rem;background:#e6ecdf;border-top:1px solid rgba(18,56,46,.14)}.satth-source-row span,.satth-source-row strong{display:block}.satth-source-row strong{margin-top:.25rem;color:#12382e}
.sample-question-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:.8rem 0}.sample-question-chips button{min-height:38px;padding:.45rem .65rem;border:1px solid rgba(18,56,46,.24);border-radius:999px;background:#f6f0e3;color:#12382e;font-weight:750;cursor:pointer}.sample-question-chips button:hover,.sample-question-chips button:focus-visible{background:#d5dfd1}
.ask-disclosure strong{display:block;margin-bottom:.2rem;color:#243a31}
.guided-journey-v3{background:#445438;padding:clamp(3.2rem,6vw,5rem) 0}
.journey-layout-compact{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem)}
.journey-layout-compact h2,.journey-layout-compact p{color:#fff}.journey-layout-compact .section-eyebrow{color:#efba67}
.journey-proof-cards{display:grid;gap:.7rem;list-style:none;padding:0;margin:0}.journey-proof-cards li{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(8,31,25,.25)}.journey-proof-cards strong{color:#efba67}.journey-proof-cards span{color:#f8f4e9}
.pain-tile-section{background-color:#f6f0e3;background-image:radial-gradient(rgba(18,56,46,.06) .7px,transparent .7px);background-size:18px 18px}
.pain-tile-section h2{color:#12382e}.pain-tile{background:#fffdf8!important;color:#17231d!important;border-color:rgba(18,56,46,.17)!important}.pain-tile h3{color:#12382e!important}.pain-tile p{color:#4d5c53!important}
.how-v3{background:#0c2b23;padding:clamp(3.2rem,6vw,5rem) 0}
.how-v3-grid article{padding:.9rem 1rem}.how-v3-grid article h3{font-size:1.05rem}.how-v3-grid article>p:last-child{font-size:.88rem}
.trust-v3-compact{background:#d5dfd1;padding:clamp(2.8rem,5vw,4rem) 0}.trust-compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.trust-compact-grid h2{color:#12382e}.trust-compact-grid ul{margin:0;padding-left:1.2rem;color:#243a31}.trust-compact-grid li{margin:.65rem 0}
.founder-v3{background:#081f19;padding:clamp(3.5rem,6vw,5rem) 0}
.founder-now-later{padding:clamp(3.5rem,6vw,5rem) 0}.founder-availability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.founder-availability-grid article{padding:1.25rem;border:1px solid rgba(18,56,46,.16);border-radius:18px;background:#fffdf8}.founder-availability-grid article>span{color:#7d5926;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.founder-availability-grid h3{margin:.55rem 0;color:#12382e}.founder-availability-grid li{margin:.45rem 0;color:#35473e}
.founder-page-hero{padding-block:clamp(3rem,6vw,5rem)}.founder-hero-copy h1{max-width:760px}.founder-hero-summary{max-width:56ch}.founder-story-compact details{margin:.8rem 0;border:1px solid rgba(18,56,46,.14);border-radius:14px;background:#fffdf8;padding:.9rem 1rem}.founder-story-compact summary{cursor:pointer;font-weight:800;color:#12382e}.founder-story-compact details p,.founder-story-compact details li{color:#425249}
.founder-membership-clarification{font-size:.84rem!important;line-height:1.5!important;color:#405149!important}
@media(max-width:900px){.product-proof-grid,.journey-layout-compact,.trust-compact-grid{grid-template-columns:1fr}.satth-workflow-columns{grid-template-columns:1fr}}
@media(max-width:700px){.product-proof-v4,.guided-journey-v3,.pain-tile-section,.how-v3,.trust-v3-compact,.founder-v3{padding-block:3rem}.satth-app-bar{align-items:flex-start;flex-wrap:wrap}.satth-source-row{grid-template-columns:1fr}.journey-proof-cards li{grid-template-columns:1fr;gap:.25rem}.founder-availability-grid{grid-template-columns:1fr}.founder-page-hero{padding-top:2.4rem}.founder-hero-copy>p{margin:.55rem 0}.founder-hero-actions .button{width:100%}}


/* Patch 7E.2 — precision contrast and conversion correction */
:root{
  --satth-gold-bright:#efba67;
  --satth-gold-hover:#f5c77c;
  --satth-forest-ink:#17231d;
  --satth-card-ivory:#fffdf8;
}
@media(min-width:1001px){
  .site-header nav[aria-label="Primary navigation"]{
    display:flex!important;flex:1 1 auto;justify-content:center;align-items:center;
    gap:clamp(1rem,2.2vw,2rem);opacity:1!important
  }
  .site-header nav[aria-label="Primary navigation"] a{
    color:#17372d!important;opacity:1!important;font-weight:700
  }
}
.site-header .header-action{background:#0f493b;color:#f8f4e9}

.button-gold,.founder-offer-strip .button-gold,.founder-v3 .button-gold{
  background:var(--satth-gold-bright)!important;color:var(--satth-forest-ink)!important;
  border-color:var(--satth-gold-bright)!important;font-weight:850
}
.button-gold:hover,.button-gold:focus-visible{
  background:var(--satth-gold-hover)!important;color:#101712!important
}

.satth-product-hero #hero-title span{display:block}
.satth-product-hero #hero-title em{
  display:block;margin-top:.08em;color:var(--satth-gold-bright)!important;opacity:1!important;
  font-size:.57em;line-height:1.02;font-style:normal;font-weight:750
}
.satth-product-hero #hero-title{max-width:10.5ch}
.founder-offer-strip p{color:#f3efe3!important;letter-spacing:0!important;text-transform:none!important}
.founder-offer-strip strong{color:#fff!important}
.founder-offer-strip span{color:var(--satth-gold-bright)!important}

.satth-app-frame{overflow:visible}
.satth-workflow-card{min-width:0}
.satth-app-bar b{color:var(--satth-forest-ink)!important}
@media(max-width:700px){
  .satth-app-frame{overflow:hidden}
  .satth-workflow-columns{display:grid;grid-template-columns:1fr}
}

.guided-journey-v3 .journey-proof-cards li{
  grid-template-columns:110px minmax(0,1fr);align-items:start;padding-left:1rem
}
.guided-journey-v3 .journey-proof-cards li::before{
  content:"✓";position:static;grid-column:1;grid-row:1;color:var(--satth-gold-bright)!important;
  font-weight:950;margin-right:.45rem
}
.guided-journey-v3 .journey-proof-cards strong{
  grid-column:1;grid-row:1;padding-left:1.55rem;color:#fff!important
}
.guided-journey-v3 .journey-proof-cards span{grid-column:2;color:#dbe4da!important}
.guided-journey-v3 .journey-intro h2{font-size:clamp(2.6rem,5.4vw,5.4rem)}
@media(max-width:700px){
  .guided-journey-v3 .journey-proof-cards li{grid-template-columns:1fr}
  .guided-journey-v3 .journey-proof-cards li::before,
  .guided-journey-v3 .journey-proof-cards strong,
  .guided-journey-v3 .journey-proof-cards span{grid-column:1}
  .guided-journey-v3 .journey-proof-cards strong{padding-left:1.5rem}
}

.how-v3-grid article>span,.journey-card-grid-refined article>span{color:var(--satth-gold-bright)!important}
.how-v3-grid article h3,.journey-card-grid-refined article h2{color:#fff!important}
.how-v3-grid article>p:last-child,.journey-card-grid-refined article p{color:#d7e2d8!important}
.how-v3-grid article p strong{color:#fff!important}
html[data-language-mode="en"] .how-v3-grid small[lang="pa"]{color:#cbd9cf!important;opacity:.74}
html[data-language-mode="en-pb"] .how-v3-grid small[lang="pa"],
html[data-language-mode="pb"] .how-v3-grid small[lang="pa"]{color:var(--satth-gold-bright)!important;opacity:1}

.trust-v3-compact{background:#e7eadc!important;color:#17372d!important}
.trust-v3-compact h2{color:#12382e!important}
.trust-v3-compact li{color:#35483f!important}

/* Guides */
.guides-hero .guide-topic,.guides-hero button,.guides-hero .guide-topic-button{
  background:#fffdf8!important;color:#12382e!important;border:1px solid rgba(18,56,46,.28)!important;opacity:1!important
}
.guides-hero .guide-topic:hover,.guides-hero .guide-topic:focus-visible{background:#dce7d9!important}
.guide-categories,.category-list{background:#f6f0e3!important}
.guide-categories span,.category-list span,.guide-category{
  background:#eee3cf!important;color:#17372d!important;border-color:#9b6e2f!important;opacity:1!important
}
.guide-category[aria-current="true"],.guide-category.is-active{background:#17372d!important;color:#f8f4e9!important}
.guide-entry,.guide-card{background:#fffdf8!important;color:#17231d!important}
.guide-entry h2,.guide-entry h3,.guide-card h3,.guide-card h3 a{color:#12382e!important;opacity:1!important}
.guide-entry p,.guide-card p{color:#48574f!important}
.guide-state,.guide-card-action{background:#dce5d8!important;color:#12382e!important}
.guide-state h3,.guide-state strong,.guide-card-action strong{color:#12382e!important}
.guide-state p,.guide-card-action p{color:#425249!important}
.guide-state a,.guide-card-action a{color:#0f4a3d!important;font-weight:800}

/* Tools */
.tools-parchment-hero{background-color:#f6f0e3!important;color:#17231d!important}
.tools-parchment-hero h1{color:#12382e!important}
.tools-parchment-hero p{color:#425249!important}
.tools-parchment-hero .section-eyebrow{color:#8a642e!important}
.tools-parchment-hero .hero-utility-row span{
  background:#12382e!important;color:#f8f4e9!important;border-color:#12382e!important
}
.tools-directory-surface{background:#081f19!important}
.tools-directory-surface .compact-section-head h2{color:#fff!important}
.tools-directory-surface .compact-section-head .section-eyebrow{color:var(--satth-gold-bright)!important}
.dense-tool-grid article{position:relative;padding-top:1.8rem!important}
.dense-tool-grid article>span{
  display:inline-flex;position:static!important;margin:0 0 .65rem;padding:.35rem .6rem;
  border-radius:999px;background:#f6e7c9!important;color:#6f4b1f!important;line-height:1.2
}
.dense-tool-grid article h2{margin:.15rem 0 .8rem!important;color:#fff!important}
.dense-tool-grid article p{color:#d7e2d8!important}
.tool-card-link{display:inline-flex;margin-top:.8rem;color:var(--satth-gold-bright)!important;font-weight:800}

/* Launch status */
.launch-roadmap-surface{background-color:#f6f0e3!important;color:#17231d!important}
.launch-roadmap-surface .roadmap-cards article{
  background:#fffdf8!important;border-color:rgba(18,56,46,.16)!important;color:#17231d!important
}
.launch-roadmap-surface .roadmap-cards article b{color:#9b6e2f!important}
.launch-roadmap-surface .roadmap-cards article span{color:#7d5926!important}
.launch-roadmap-surface .roadmap-cards article h2{color:#12382e!important}
.launch-roadmap-surface .roadmap-cards article li{color:#35483f!important}
.launch-roadmap-surface .green-boundary{background:#e7eadc!important;color:#17372d!important}
.launch-roadmap-surface .green-boundary h2{color:#12382e!important}

/* Founder */
.founder-v3 #founder-title{color:#fff!important}
.founder-v3 .founder-v3-offer{background:#304b39!important;color:#fff!important}
.founder-v3 .founder-v3-offer li,.founder-v3 .founder-v3-offer small{color:#e3eadf!important}
.founder-page-hero .founder-price{color:var(--satth-gold-bright)!important}
.founder-availability-grid article{color:#17231d!important}
.founder-availability-grid .availability-guaranteed{background:#dce7d9!important}
.founder-availability-grid .availability-planned{background:#fffdf8!important}
.founder-availability-grid .availability-progressive{background:#e5e8d6!important}
.founder-availability-grid .availability-separate{background:#eee4d5!important}
.founder-availability-grid article h3,.founder-availability-grid article li{color:#17372d!important}

.founder-page-grid{
  grid-template-columns:minmax(0,1fr) minmax(360px,460px)!important;
  gap:clamp(1.5rem,4vw,3rem)!important;align-items:start
}
.founder-story-compact{
  padding:clamp(1.2rem,2vw,1.8rem);border:1px solid rgba(18,56,46,.14);
  border-radius:20px;background:#f6f0e3
}
.founder-story-compact h2,.founder-story-compact h3{color:#12382e!important}
.founder-before-title{margin-top:1.8rem}
.founder-next-steps{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0;list-style:none
}
.founder-next-steps li{
  display:flex;gap:.75rem;padding:1rem;border:1px solid rgba(18,56,46,.14);
  border-radius:14px;background:#fffdf8
}
.founder-next-steps b{
  display:grid;width:2rem;height:2rem;place-items:center;flex:0 0 auto;
  border-radius:999px;background:#12382e;color:#f8f4e9
}
.founder-next-steps span,.founder-next-steps strong,.founder-next-steps small{display:block}
.founder-next-steps strong{color:#12382e}
.founder-next-steps small{margin-top:.2rem;color:#4d5c53;line-height:1.4}
.checkout-panel{
  top:5.8rem;background:#fffdf8!important;color:#17231d!important;
  box-shadow:0 18px 48px rgba(12,43,35,.12)
}
.checkout-summary h2,.checkout-summary dd{color:#12382e!important}
.checkout-summary dt{color:#56645c!important}
.checkout-form label{display:grid!important;gap:.4rem;color:#12382e!important;font-weight:800}
.checkout-form input{
  min-height:3.3rem;background:#fff!important;border:1px solid #9eaa9f!important;color:#17231d!important
}
.checkout-form input:focus{outline:3px solid rgba(239,186,103,.45);border-color:#12382e!important}
.checkout-assurances{color:#315045!important}
.checkout-security-note,.checkout-panel .fine-print{color:#56645c!important}
@media(max-width:900px){
  .founder-page-grid{grid-template-columns:1fr!important}
  .checkout-panel{position:static!important}
}
@media(max-width:600px){.founder-next-steps{grid-template-columns:1fr}}

.site-footer{background:#061713!important}
.footer-social .footer-handle{color:#f8f4e9!important}


/* Patch 7E.4 — final color pass and launch-status guidance */
html[data-language-mode="en"] .satth-i18n-pb,
html[data-language-mode="en"] .satth-i18n-hi,
html[data-language-mode="pb"] .satth-i18n-en,
html[data-language-mode="pb"] .satth-i18n-hi,
html[data-language-mode="hi"] .satth-i18n-en,
html[data-language-mode="hi"] .satth-i18n-pb{display:none!important}
html[data-language-mode="en"] .satth-i18n-en,
html[data-language-mode="pb"] .satth-i18n-pb,
html[data-language-mode="hi"] .satth-i18n-hi{display:inline!important}
html[data-language-mode="en-pb"] .satth-i18n-pb,
html[data-language-mode="en-pb"] .satth-i18n-hi,
html[data-language-mode="en-hi"] .satth-i18n-pb,
html[data-language-mode="en-hi"] .satth-i18n-hi{display:none!important}
html[data-language-mode="en-pb"] .satth-i18n-en,
html[data-language-mode="en-hi"] .satth-i18n-en{display:inline!important}

.hero-v3 .button-gold{color:#17372d!important}
.founder-offer-strip .button-gold{color:#17372d!important;background:#efbd6a!important;border-color:#efbd6a!important}
.founder-offer-strip .button-gold:hover,.founder-offer-strip .button-gold:focus-visible{background:#f6cf88!important;color:#102a22!important}

/* Homepage guide cues */
.pain-tile{
  background:#fffdf8!important;
  border:1px solid rgba(18,56,46,.14)!important;
  box-shadow:0 .45rem 1.25rem rgba(16,53,43,.05);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.pain-tile span{color:#9b6e2f!important}
.pain-tile h3{color:#12382e!important}
.pain-tile p{color:#4d5c53!important}
.pain-tile i{color:#12382e!important}
.pain-tile:hover,.pain-tile:focus-visible{
  transform:translateY(-2px);
  background:#173d32!important;
  border-color:#173d32!important;
  box-shadow:0 .85rem 2rem rgba(12,43,35,.14);
}
.pain-tile:hover span,.pain-tile:hover i,.pain-tile:focus-visible span,.pain-tile:focus-visible i{color:#efbd6a!important}
.pain-tile:hover h3,.pain-tile:hover p,.pain-tile:focus-visible h3,.pain-tile:focus-visible p{color:#f8f4e9!important}
.pain-tile:nth-child(2){background:#173d32!important;border-color:#173d32!important}
.pain-tile:nth-child(2) span,.pain-tile:nth-child(2) i{color:#efbd6a!important}
.pain-tile:nth-child(2) h3,.pain-tile:nth-child(2) p{color:#f8f4e9!important}
.pain-tile-section .section-action .button-secondary,
.homepage-v3 .button-secondary[href="/guides/"]{
  background:#173d32!important;
  color:#f8f4e9!important;
  border-color:#173d32!important;
}
.pain-tile-section .section-action .button-secondary:hover,
.pain-tile-section .section-action .button-secondary:focus-visible{background:#12382e!important;color:#efbd6a!important}
.homepage-v3 .how-v3-grid article small{display:none!important}

/* How-it-works page: keep contrast but move the body surface to parchment */
.how-page .green-page-main{background:#f6f0e3!important;padding-top:clamp(2.5rem,5vw,4rem)!important}
.how-page .green-page-main .journey-card-grid-refined article{
  background:#173d32!important;
  border:1px solid rgba(18,56,46,.12)!important;
  box-shadow:0 .65rem 1.65rem rgba(16,53,43,.08);
}
.how-page .green-page-main .compact-section-head h2,
.how-page .green-page-main .compact-section-head p{color:#12382e!important}
.how-page .green-page-main .green-boundary{
  background:#dfe8da!important;
  color:#17372d!important;
  border:1px solid rgba(18,56,46,.12)!important;
}
.how-page .green-page-main .green-boundary h2,
.how-page .green-page-main .green-boundary p,
.how-page .green-page-main .green-boundary .section-eyebrow{color:#12382e!important}
.how-page .green-page-main .green-boundary .button-light{
  background:#173d32!important;
  color:#f8f4e9!important;
  border-color:#173d32!important;
}
.how-page .green-page-main .green-boundary .button-light:hover,
.how-page .green-page-main .green-boundary .button-light:focus-visible{color:#efbd6a!important}

/* Guide directory: more color without losing readability */
.guides-hero .guide-search,
.guides-hero .guide-search input,
.guide-search{background:#fffdf8!important}
.guide-catalog{border-top:2px solid #12382e!important}
.guide-entry{
  padding:1.4rem!important;
  border:1px solid rgba(18,56,46,.1)!important;
  border-radius:1.25rem!important;
  margin-top:1rem!important;
  background:#fffdf8!important;
  box-shadow:0 .45rem 1.25rem rgba(16,53,43,.04);
}
.guide-entry:nth-child(even){background:#f4f7ef!important}
.guide-entry:nth-child(3n){background:#fff8ee!important}
.guide-entry .guide-state{
  border-left:4px solid #9b6e2f!important;
  border-radius:1rem!important;
  background:#dfe8da!important;
  box-shadow:none!important;
}
.guide-entry:nth-child(even) .guide-state{background:#eef1de!important}
.guide-entry:nth-child(3n) .guide-state{background:#f5ebd7!important}
.guide-entry .guide-state a{display:inline-flex;align-items:center;gap:.3rem}
.category-list span,.guide-category,.guide-topic-button,.guides-hero .guide-topic{
  border-radius:999px!important;
  padding:.55rem .9rem!important;
}
.guide-category[aria-current="true"],.guide-category.is-active,.guides-hero .guide-topic.is-active{
  background:#173d32!important;
  color:#f8f4e9!important;
  border-color:#173d32!important;
}

/* Launch status: stage-by-stage color */
.launch-roadmap-surface .launch-hero-pills span,
.services-hero .launch-hero-pills span{border-radius:999px}
.launch-roadmap-surface .roadmap-card,
.launch-roadmap-surface .roadmap-cards .roadmap-card{
  border:1px solid rgba(18,56,46,.12)!important;
  border-left-width:4px!important;
  border-radius:1.4rem!important;
  box-shadow:0 .5rem 1.4rem rgba(16,53,43,.05);
}
.launch-roadmap-surface .roadmap-card.roadmap-live{background:#e0eadf!important;border-left-color:#173d32!important}
.launch-roadmap-surface .roadmap-card.roadmap-founder{background:#fff5e2!important;border-left-color:#c48d3b!important}
.launch-roadmap-surface .roadmap-card.roadmap-launch{background:#eef3e7!important;border-left-color:#3a6047!important}
.launch-roadmap-surface .roadmap-card.roadmap-coming{background:#fffdf8!important;border-left-color:#9b6e2f!important}
.launch-roadmap-surface .roadmap-card.roadmap-review{background:#eee6db!important;border-left-color:#7c5f38!important}
.launch-roadmap-surface .roadmap-card h2{margin-top:.15rem!important}
.launch-roadmap-surface .roadmap-card ul{display:grid;gap:.55rem}
.launch-roadmap-surface .roadmap-card li::marker{color:#9b6e2f}
.launch-roadmap-surface .service-disclosure,
.launch-roadmap-surface .green-boundary{background:#e7eadc!important;color:#17372d!important;border:1px solid rgba(18,56,46,.1)!important}
.launch-roadmap-surface .service-disclosure h2,
.launch-roadmap-surface .green-boundary h2{color:#12382e!important}
.launch-roadmap-surface .service-disclosure p,
.launch-roadmap-surface .green-boundary p{color:#35483f!important;opacity:1!important}

/* Founder page: keep compact and use clearer color families */
.founder-availability-grid .availability-guaranteed{
  background:#173d32!important;
  color:#f8f4e9!important;
  border-top:4px solid #efbd6a!important;
}
.founder-availability-grid .availability-guaranteed h3,
.founder-availability-grid .availability-guaranteed li,
.founder-availability-grid .availability-guaranteed span{color:#f8f4e9!important}
.founder-availability-grid .availability-planned{
  background:#fffdf8!important;
  border-top:4px solid #c48d3b!important;
}
.founder-availability-grid .availability-progressive{
  background:#e3ead8!important;
  border-top:4px solid #56725d!important;
}
.founder-availability-grid .availability-separate{
  background:#f1e8da!important;
  border-top:4px solid #9b6e2f!important;
}
.founder-story-compact details{margin-top:1rem;padding:1rem 0;border-top:1px solid rgba(18,56,46,.14)!important}


/* Patch 7E.5 — premium consistency and complete localization polish */
/* Remove permanent dark state from homepage card 2. All cards share one default; dark appears only on hover/focus. */
.pain-tile:nth-child(2){
  background:#fffdf8!important;
  border-color:rgba(18,56,46,.14)!important;
}
.pain-tile:nth-child(2) span{color:#9b6e2f!important}
.pain-tile:nth-child(2) h3{color:#12382e!important}
.pain-tile:nth-child(2) p{color:#4d5c53!important}
.pain-tile:nth-child(2) i{color:#12382e!important}
.pain-tile:nth-child(2):hover,.pain-tile:nth-child(2):focus-visible{
  background:#173d32!important;border-color:#173d32!important
}
.pain-tile:nth-child(2):hover span,.pain-tile:nth-child(2):hover i,
.pain-tile:nth-child(2):focus-visible span,.pain-tile:nth-child(2):focus-visible i{color:#efbd6a!important}
.pain-tile:nth-child(2):hover h3,.pain-tile:nth-child(2):hover p,
.pain-tile:nth-child(2):focus-visible h3,.pain-tile:nth-child(2):focus-visible p{color:#f8f4e9!important}

/* Guides: one premium card family, no alternating random backgrounds. */
.guide-entry,.guide-entry:nth-child(even),.guide-entry:nth-child(3n){
  background:#fffdf8!important;
  border:1px solid rgba(18,56,46,.14)!important;
  box-shadow:0 .55rem 1.4rem rgba(16,53,43,.055)!important;
}
.guide-entry .guide-state,.guide-entry:nth-child(even) .guide-state,.guide-entry:nth-child(3n) .guide-state{
  background:#e3eadf!important;
  border-left:4px solid #9b6e2f!important;
  color:#17372d!important;
}
.guide-entry .guide-state h3,.guide-entry .guide-state strong,.guide-entry .guide-state p,.guide-entry .guide-state a{color:#17372d!important}
.guide-category,.category-list span,.guides-hero .guide-topic,.guide-topic-button{
  background:#f3ead8!important;
  color:#17372d!important;
  border:1px solid rgba(155,110,47,.28)!important;
}
.guide-category:hover,.guide-category:focus-visible,.category-list span:hover,.guides-hero .guide-topic:hover,.guide-topic-button:hover{
  background:#e3eadf!important;color:#12382e!important
}
.guide-category[aria-current="true"],.guide-category.is-active,.guides-hero .guide-topic.is-active{
  background:#173d32!important;color:#f8f4e9!important;border-color:#173d32!important
}

/* Launch status: one premium surface family; stages differ by small accents, not random fills. */
.launch-roadmap-surface .roadmap-card,
.launch-roadmap-surface .roadmap-card.roadmap-live,
.launch-roadmap-surface .roadmap-card.roadmap-founder,
.launch-roadmap-surface .roadmap-card.roadmap-launch,
.launch-roadmap-surface .roadmap-card.roadmap-coming,
.launch-roadmap-surface .roadmap-card.roadmap-review{
  background:#fffdf8!important;
  border:1px solid rgba(18,56,46,.14)!important;
  border-left:5px solid #173d32!important;
  box-shadow:0 .55rem 1.5rem rgba(16,53,43,.06)!important;
}
.launch-roadmap-surface .roadmap-card b{color:#9b6e2f!important}
.launch-roadmap-surface .roadmap-card span{color:#7d5926!important}
.launch-roadmap-surface .roadmap-card h2{color:#12382e!important}
.launch-roadmap-surface .roadmap-card li{color:#35483f!important}
.launch-roadmap-surface .roadmap-card li::marker{color:#9b6e2f!important}
.launch-roadmap-surface .roadmap-founder{border-left-color:#c48d3b!important}
.launch-roadmap-surface .roadmap-launch{border-left-color:#56725d!important}
.launch-roadmap-surface .roadmap-review{border-left-color:#7c5f38!important}

/* Membership: unified premium card system; emphasis comes from label/border only. */
.founder-availability-grid .availability-guaranteed,
.founder-availability-grid .availability-planned,
.founder-availability-grid .availability-progressive,
.founder-availability-grid .availability-separate{
  background:#fffdf8!important;
  color:#17372d!important;
  border:1px solid rgba(18,56,46,.14)!important;
  border-top:4px solid #9b6e2f!important;
  box-shadow:0 .55rem 1.45rem rgba(16,53,43,.055)!important;
}
.founder-availability-grid .availability-guaranteed{border-top-color:#173d32!important}
.founder-availability-grid .availability-progressive{border-top-color:#56725d!important}
.founder-availability-grid .availability-separate{border-top-color:#7c5f38!important}
.founder-availability-grid article span{color:#7d5926!important}
.founder-availability-grid article h3,.founder-availability-grid article li{color:#17372d!important}

/* Selected-language pages should not expose untranslated hidden-language support labels. */
html[data-language-mode="pb"] [lang="en"]:not(.satth-i18n-en),
html[data-language-mode="hi"] [lang="en"]:not(.satth-i18n-en){font-style:normal}

/* Patch 7E.6 — premium consistency, readable cards, simple controls */
:root{
  --satth-premium-forest:#12382e;
  --satth-premium-forest-2:#173d32;
  --satth-premium-ink:#17372d;
  --satth-premium-ivory:#fffdf8;
  --satth-premium-parchment:#f6f0e3;
  --satth-premium-sage:#e3eadf;
  --satth-premium-gold:#b17b2c;
}

/* Homepage recognition cards: never preselect card 2. */
.pain-tile,
.pain-tile:nth-child(2),
.pain-tile[aria-current="true"],
.pain-tile.is-active,
.pain-tile.is-selected{
  background:var(--satth-premium-ivory)!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(18,56,46,.15)!important;
}
.pain-tile span,.pain-tile:nth-child(2) span{color:var(--satth-premium-gold)!important}
.pain-tile h3,.pain-tile:nth-child(2) h3{color:var(--satth-premium-forest)!important}
.pain-tile p,.pain-tile:nth-child(2) p{color:#4d5c53!important}
.pain-tile i,.pain-tile:nth-child(2) i{color:var(--satth-premium-forest)!important}
.pain-tile:hover,.pain-tile:focus-visible,.pain-tile:focus-within,
.pain-tile:nth-child(2):hover,.pain-tile:nth-child(2):focus-visible,.pain-tile:nth-child(2):focus-within{
  background:var(--satth-premium-forest-2)!important;
  color:#f8f4e9!important;
  border-color:var(--satth-premium-forest-2)!important;
}
.pain-tile:hover h3,.pain-tile:hover p,.pain-tile:hover i,.pain-tile:hover span,
.pain-tile:focus-visible h3,.pain-tile:focus-visible p,.pain-tile:focus-visible i,.pain-tile:focus-visible span,
.pain-tile:focus-within h3,.pain-tile:focus-within p,.pain-tile:focus-within i,.pain-tile:focus-within span{color:#f8f4e9!important}

/* Guide directory: one premium family, no random alternating colors. */
.guide-entry,.guide-entry:nth-child(even),.guide-entry:nth-child(3n),.guide-card{
  background:var(--satth-premium-ivory)!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(18,56,46,.14)!important;
  box-shadow:0 .45rem 1.25rem rgba(12,43,35,.05)!important;
}
.guide-entry h2,.guide-entry h3,.guide-card h2,.guide-card h3,.guide-card a{color:var(--satth-premium-forest)!important}
.guide-entry p,.guide-card p{color:#4d5c53!important}
.guide-entry .guide-state,.guide-entry:nth-child(even) .guide-state,.guide-entry:nth-child(3n) .guide-state,.guide-card-action{
  background:var(--satth-premium-sage)!important;
  color:var(--satth-premium-ink)!important;
  border-left:4px solid var(--satth-premium-gold)!important;
}
.guide-entry .guide-state h3,.guide-entry .guide-state strong,.guide-entry .guide-state p,.guide-entry .guide-state a,
.guide-card-action h3,.guide-card-action strong,.guide-card-action p,.guide-card-action a{color:var(--satth-premium-ink)!important}
.guide-category,.category-list span,.guides-hero .guide-topic,.guide-topic-button{
  background:#f2eadb!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(177,123,44,.24)!important;
  box-shadow:none!important;
}
.guide-category:hover,.guide-category:focus-visible,.category-list span:hover,.guides-hero .guide-topic:hover,.guide-topic-button:hover{
  background:var(--satth-premium-sage)!important;
  color:var(--satth-premium-forest)!important;
}

/* Launch hero controls are simple buttons, not layered glass pills. */
.launch-hero-pills{display:flex;flex-wrap:wrap;gap:.65rem!important}
.launch-hero-pills span,
.services-hero .launch-hero-pills span,
.launch-roadmap-surface .launch-hero-pills span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:2.5rem!important;
  padding:.55rem 1rem!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#f8f4e9!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  text-shadow:none!important;
}
.launch-hero-pills span::before,.launch-hero-pills span::after{content:none!important;display:none!important}

/* Launch roadmap: one premium light family with strong readable text. */
.launch-roadmap-surface .roadmap-card,
.launch-roadmap-surface .roadmap-card.roadmap-live,
.launch-roadmap-surface .roadmap-card.roadmap-founder,
.launch-roadmap-surface .roadmap-card.roadmap-launch,
.launch-roadmap-surface .roadmap-card.roadmap-coming,
.launch-roadmap-surface .roadmap-card.roadmap-review{
  background:var(--satth-premium-ivory)!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(18,56,46,.14)!important;
  border-left:5px solid var(--satth-premium-forest)!important;
  box-shadow:0 .45rem 1.25rem rgba(12,43,35,.05)!important;
}
.launch-roadmap-surface .roadmap-card b{color:var(--satth-premium-gold)!important}
.launch-roadmap-surface .roadmap-card span{color:#76501f!important}
.launch-roadmap-surface .roadmap-card h2{color:var(--satth-premium-forest)!important}
.launch-roadmap-surface .roadmap-card p,.launch-roadmap-surface .roadmap-card li{color:#35483f!important;font-weight:500!important}
.launch-roadmap-surface .roadmap-card li::marker{color:var(--satth-premium-gold)!important}
.launch-roadmap-surface .service-disclosure,.launch-roadmap-surface .green-boundary{
  background:var(--satth-premium-sage)!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(18,56,46,.12)!important;
}
.launch-roadmap-surface .service-disclosure h2,.launch-roadmap-surface .service-disclosure p,
.launch-roadmap-surface .green-boundary h2,.launch-roadmap-surface .green-boundary p{color:var(--satth-premium-ink)!important;opacity:1!important}

/* Founder availability: identical premium surfaces and guaranteed readability. */
.founder-availability-grid .availability-guaranteed,
.founder-availability-grid .availability-planned,
.founder-availability-grid .availability-progressive,
.founder-availability-grid .availability-separate{
  background:var(--satth-premium-ivory)!important;
  color:var(--satth-premium-ink)!important;
  border:1px solid rgba(18,56,46,.14)!important;
  border-top:4px solid var(--satth-premium-gold)!important;
  box-shadow:0 .45rem 1.25rem rgba(12,43,35,.05)!important;
}
.founder-availability-grid .availability-guaranteed{border-top-color:var(--satth-premium-forest)!important}
.founder-availability-grid .availability-progressive{border-top-color:#56725d!important}
.founder-availability-grid .availability-separate{border-top-color:#7c5f38!important}
.founder-availability-grid .availability-guaranteed span,
.founder-availability-grid .availability-guaranteed h3,
.founder-availability-grid .availability-guaranteed li,
.founder-availability-grid .availability-planned span,
.founder-availability-grid .availability-planned h3,
.founder-availability-grid .availability-planned li,
.founder-availability-grid .availability-progressive span,
.founder-availability-grid .availability-progressive h3,
.founder-availability-grid .availability-progressive li,
.founder-availability-grid .availability-separate span,
.founder-availability-grid .availability-separate h3,
.founder-availability-grid .availability-separate li{
  color:var(--satth-premium-ink)!important;
  opacity:1!important;
}
.founder-availability-grid article>span{color:#76501f!important}

/* One selected language only; no hidden English support text leaking through. */
html[data-language-mode="en"] .satth-i18n-pb,html[data-language-mode="en"] .satth-i18n-hi,
html[data-language-mode="pb"] .satth-i18n-en,html[data-language-mode="pb"] .satth-i18n-hi,
html[data-language-mode="hi"] .satth-i18n-en,html[data-language-mode="hi"] .satth-i18n-pb{display:none!important}
html[data-language-mode="en"] .satth-i18n-en,html[data-language-mode="pb"] .satth-i18n-pb,html[data-language-mode="hi"] .satth-i18n-hi{display:inline!important}
