/* Generated from assets/css/preview.css. Run npm run oncobiomix:build. */
/* CSS SECTION 01: system index and design intent.
   --------------------------------------------------------------------------
   Required internal order for this single stylesheet:
   01. CSS system index and design intent.
   02. Tokens and semantic custom properties.
   03. Base document styles and accessibility foundations.
   04. Shared utilities.
   05. Reusable component families.
   06. Persistent shell, navigation, and footer.
   07. Homepage sections in scroll order.
   08. Authored route systems.
   09. Workflow and print route systems.
   10. Legal and utility route systems.
   11. Dialogs and overlays.
   12. Cross-system responsive rules.
   13. Motion, reduced-motion, and focus affordances.
   14. Print rules.

   Ownership rule: add selectors near the system they belong to. If a selector
   cannot be placed in one of these sections, name the missing system before
   adding more CSS. */

/* Design intent:
   Clinical parchment is the default surface. Dark image-backed sections are
   deliberate exceptions. Text color is governed by surface roles first, with
   legacy --fg-* aliases kept only as implementation compatibility. */

/* ==========================================================================
   TOKENS & APPLIED STYLES
   ========================================================================== */
/* CSS SECTION 02: tokens and semantic custom properties. */
/* Governance: raw hex/rgb color literals belong in this token section only.
   Later sections should consume named variables so visual drift is auditable. */
:root{
  /* Brand guardrail: gold is for emphasis and structural accents only. */

  /* Brand. */
  --brand-blue:#0032C8;
  --brand-blue-dim:rgba(0,50,200,.09);
  --brand-blue-soft:#3557D6;
  --white:var(--parchment-surface);
  --ink:#161A28;
  --accent:#A97828;
  --accent-on:#261A08;
  --accent-text:#705018;
  --accent-structure:#9F7022;
  --accent-structural:var(--accent-structure);
  --accent-emphasis:#B18231;

  /* Core neutrals, signals, and data. */
  --n-1:#F7F8FB;
  --n-3:#DDE1EC;
  --n-4:#A8B0C4;
  --n-5:#5A6378;
  --signal-danger:#D7263D;
  --signal-warn:#E8A317;
  --data-3:#6E55D0;
  --data-4:#D06B3C;
  --data-5:#3C9B6B;
  --gut-inflammatory:var(--signal-danger);
  --gut-overgrowth:var(--data-3);
  --gut-low-diversity:var(--n-4);
  --gut-low-scfa:var(--signal-warn);
  --gut-barrier:var(--data-4);
  --gut-balanced:var(--data-5);

  /* Overlay scale and shared effects. */
  --solid-white:#FFFFFF;
  --solid-black:#000;
  --overlay-white-02:rgba(255,255,255,.02);
  --overlay-white-03:rgba(255,255,255,.03);
  --overlay-white-04:rgba(255,255,255,.04);
  --overlay-white-05:rgba(255,255,255,.05);
  --overlay-white-06:rgba(255,255,255,.06);
  --overlay-white-08:rgba(255,255,255,.08);
  --overlay-white-10:rgba(255,255,255,.1);
  --overlay-white-12:rgba(255,255,255,.12);
  --overlay-white-14:rgba(255,255,255,.14);
  --overlay-white-16:rgba(255,255,255,.16);
  --overlay-white-75:rgba(255,255,255,.75);
  --overlay-ink-032:rgba(10,18,48,.032);
  --overlay-ink-08:rgba(10,18,48,.08);
  --overlay-ink-12:rgba(10,18,48,.12);
  --overlay-ink-18:rgba(10,18,48,.18);
  --overlay-ink-62:rgba(10,18,48,.62);
  --overlay-black-42:rgba(0,0,0,.42);
  --overlay-black-50:rgba(0,0,0,.5);
  --overlay-brand-blue-08:rgba(0,45,223,.08);
  --shadow-ink-panel:rgba(10,18,48,.32);
  --surface-light-panel:rgba(255,255,255,.92);
  --surface-light-highlight:rgba(255,255,255,.95);
  --rule-accent-strong:color-mix(in srgb,var(--accent-structural) 70%,transparent);
  --section-accent-halo:color-mix(in srgb,var(--accent) 13%,transparent);

  /* Surface role contract.
     Normal reading text must use roles that remain readable on clinical
     parchment. Decorative or large-display roles cannot carry essential copy. */
  --text-strong:#171D2F;
  --text-body:#2D354A;
  --text-secondary:#4D5870;
  --text-muted:#5B6578;
  --text-subtle:#626B7A;
  --text-on-dark:var(--solid-white);
  --text-on-dark-secondary:#D7E1F3;
  --text-on-dark-muted:#B7C3D9;
  --text-on-action:var(--solid-white);

  /* Surface families. */
  --surface-editorial-bg:var(--parchment-bg);
  --surface-editorial-bg-alt:var(--parchment-bg-2);
  --surface-editorial-panel:var(--parchment-surface);
  --surface-card-bg:var(--parchment-card);
  --surface-card-bg-strong:var(--parchment-card-strong);
  --surface-document-bg:var(--n-1);
  --surface-modal-bg:var(--parchment-bg);

  /* Semantic text, surfaces, borders, and actions. */
  --bg:var(--parchment-bg);
  --bg-2:var(--parchment-bg-2);
  --surface:var(--white);
  --surface-glass:var(--parchment-card);
  --surface-glass-2:var(--parchment-card-strong);
  --surface-page:var(--bg);
  --surface-page-alt:var(--bg-2);
  --surface-page-light:#F7F9FE;
  --border:var(--parchment-line);
  --border-bright:rgba(56,43,25,.25);
  --border-hairline:rgba(56,43,25,.08);
  --fg-1:var(--text-strong);
  --fg-2:var(--text-body);
  --fg-3:var(--text-secondary);
  --fg-4:var(--text-muted);
  --fg-5:var(--text-subtle);
  --text-primary:var(--text-strong);
  --section-lede-color:var(--fg-2);
  --section-copy-color:var(--fg-3);
  --section-muted-color:var(--fg-4);
  --action-primary-bg:var(--brand-blue);
  --action-primary-text:var(--text-on-action);
  --action-primary-border:var(--border-bright);
  --action-secondary-bg:var(--overlay-white-04);
  --action-secondary-bg-hover:var(--overlay-white-08);
  --action-secondary-text:var(--fg-2);
  --action-secondary-text-hover:var(--fg-1);
  --action-secondary-border:var(--border-bright);
  --focus-ring:var(--brand-blue);
  --panel-border:var(--border);
  --panel-bg-muted:var(--overlay-white-02);
  --panel-shadow-subtle:var(--shadow-sm);
  --route-card-bg:linear-gradient(180deg,var(--overlay-white-05),var(--overlay-white-02));
  --route-note-border:var(--overlay-white-08);
  --shadow-sm:0 1px 2px rgba(10,18,48,.10);
  --shadow-cta:0 1px 2px rgba(0,0,0,.12),0 4px 16px rgba(0,45,223,.30),inset 0 1px 0 var(--overlay-white-12);
  --shadow-cta-hover:0 2px 4px rgba(0,0,0,.10),0 8px 24px rgba(0,45,223,.40),inset 0 1px 0 rgba(255,255,255,.15);
  --shadow-card:0 1px 0 var(--overlay-white-75) inset,0 18px 48px var(--parchment-shadow);
  --cta-brand-glow:color-mix(in srgb,var(--brand-blue) 22%,transparent);

  /* Navigation and chrome roles. */
  --nav-ink:var(--solid-black);
  --nav-hover-bg:rgba(0,0,0,.045);
  --nav-surface:var(--surface-glass-2);
  --nav-border:var(--border);
  --nav-shadow:0 12px 40px -16px var(--overlay-black-50);
  --announcement-surface:rgba(10,18,48,.48);
  --announcement-border:var(--overlay-white-08);
  --announcement-bg:rgba(231,218,195,.78);
  --nav-link-active-bg:color-mix(in srgb,var(--brand-blue) 14%,var(--surface-glass));
  --nav-active-ring:color-mix(in srgb,var(--brand-blue) 28%,transparent);
  --dropdown-surface:linear-gradient(180deg,color-mix(in srgb,var(--bg) 92%,var(--white)),var(--bg));
  --dropdown-border:var(--border-bright);
  --dropdown-divider:var(--overlay-white-08);
  --dropdown-shadow:0 1px 0 var(--overlay-white-08) inset,0 22px 52px -22px rgba(0,0,0,.72);
  --parchment-dropdown-end:#EDE0C7;
  --dropdown-shadow-warm:rgba(72,51,23,.48);
  --mobile-nav-border:var(--overlay-white-06);
  --mobile-nav-surface:var(--surface-glass-2);
  --mobile-nav-link-bg:var(--overlay-white-02);
  --mobile-toggle-bg:var(--surface-glass);
  --mobile-toggle-border:var(--border);
  --mobile-toggle-text:var(--fg-2);
  --shell-shadow-warm:rgba(72,51,23,.4);

  /* Section palettes: parchment and RD bridge. */
  --parchment-bg:#F3EBDD;
  --parchment-bg-2:#E7DAC3;
  --parchment-surface:#FFFBF1;
  --parchment-surface-2:var(--parchment-bg-2);
  --parchment-line:rgba(56,43,25,.15);
  --parchment-card:var(--parchment-surface-90);
  --parchment-card-strong:var(--parchment-surface-96);
  --parchment-soft:var(--parchment-surface-90);
  --parchment-soft-2:var(--parchment-surface-90);
  --parchment-surface-96:rgba(255,251,241,.96);
  --parchment-surface-90:rgba(255,251,241,.90);
  --parchment-shadow:rgba(72,51,23,.13);
  --parchment-shadow-soft:var(--parchment-shadow);
  --parchment-panel-wash:rgba(246,237,222,.86);
  --rd-image-shadow:rgba(72,51,23,.16);
  --rd-summary-shadow:rgba(72,51,23,.12);
  --rd-bridge-border:rgba(22,26,40,.34);
  --rd-bridge-ring:rgba(22,26,40,.12);

  /* Section palettes: hero and terrain. */
  --hero-bg:#071028;
  --hero-text-strong:var(--text-on-dark);
  --hero-text-muted:var(--text-on-dark-muted);
  --hero-text-body:var(--text-on-dark-secondary);
  --hero-rule-glow:rgba(20,172,255,.35);
  --hero-bottom-veil:var(--overlay-ink-62);
  --hero-veil-0:rgba(2,8,24,0);
  --hero-veil-02:rgba(2,8,24,.02);
  --hero-veil-04:rgba(2,8,24,.04);
  --hero-veil-08:rgba(2,8,24,.08);
  --hero-veil-24:rgba(2,8,24,.24);
  --hero-link-blue:#168CFF;
  --hero-rule-start:#1677FF;
  --hero-rule-end:#18D6E7;
  --hero-headline-shadow:rgba(0,0,0,.26);
  --terrain-bg:var(--hero-bg);
  --terrain-fg-2:var(--text-on-dark-secondary);
  --terrain-fg-3:var(--text-on-dark-secondary);
  --terrain-fg-4:var(--text-on-dark-muted);
  --terrain-fg-5:var(--text-on-dark-muted);
  --terrain-fg-6:var(--text-on-dark-secondary);
  --terrain-note-shadow:rgba(0,0,0,.85);

  /* Section palettes: light story and read cards. */
  --section-light-fg-1:var(--text-strong);
  --section-light-fg-2:var(--text-body);
  --section-light-fg-3:var(--text-secondary);
  --section-light-fg-4:var(--text-muted);
  --section-light-fg-5:var(--text-subtle);
  --section-light-accent-warm:var(--accent-text);
  --section-blue-vivid:#244FE8;
  --section-surface-cool:#FBFCFF;
  --section-label-warm:var(--accent-text);
  --read-overgrowth:#2F8C82;
  --read-barrier:#6C5C93;
  --read-balanced:#4B8A67;
  --read-diversity:#3159C8;
  --read-scfa:#B87333;
  --read-inflammatory:#B24A43;

  /* Section palettes: booking and order guide. */
  --booking-brand-halo:color-mix(in srgb,var(--brand-blue) 18%,transparent);
  --booking-icon-brand-halo:color-mix(in srgb,var(--brand-blue) 16%,transparent);
  --booking-icon-border:var(--booking-blue-glow);
  --booking-blue-border:rgba(0,45,223,.74);
  --booking-blue-wash:rgba(0,45,223,.19);
  --booking-blue-glow:rgba(0,45,223,.28);
  --booking-blue-glow-strong:rgba(0,45,223,.9);
  --booking-blue-selected-shadow:0 0 0 1px var(--booking-blue-glow),0 30px 70px -42px var(--booking-blue-glow-strong),0 1px 0 var(--overlay-white-08) inset;
  --booking-gold-border:rgba(224,182,107,.7);
  --booking-gold-wash:rgba(224,182,107,.08);
  --booking-gold-selected-shadow:0 0 0 1px var(--booking-gold-wash),0 30px 70px -44px var(--booking-gold-border),0 1px 0 var(--overlay-white-08) inset;
  --order-guide-blue-paper:color-mix(in srgb,var(--brand-blue) 4%,var(--white));
  --order-guide-blue-paper-strong:var(--order-guide-blue-paper);

  /* Section palettes: who-it-is-for. */
  --home-who-brand-halo:color-mix(in srgb,var(--brand-blue) 12%,transparent);
  --home-who-fit-border:color-mix(in srgb,var(--accent-structural) 28%,var(--border));
  --home-who-fit-surface-end:rgba(255,255,255,.028);
  --home-who-note-rule:color-mix(in srgb,var(--accent-structural) 80%,transparent);

  /* Layout and type. */
  --radius-sm:6px;
  --radius-md:8px;
  --radius-lg:10px;
  --radius-xl:12px;
  --radius-2xl:14px;
  --radius-3xl:16px;
  --radius-4xl:20px;
  --radius-pill:999px;
  --container:1200px;
  --section-pad-y:clamp(80px,10vw,120px);
  --section-pad-x:clamp(24px,3.8vw,72px);
  --font-hero:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
  --font-mono:'JetBrains Mono','SF Mono',Consolas,monospace;
  --serif:'Fraunces','Times New Roman',serif;
  --type-display-size:clamp(48px,7vw,88px);
  --type-display-lh:1.05;
  --type-display-ls:-2.4px;
  --type-display-weight:800;
  --type-h1-size:clamp(32px,5.2vw,60px);
  --type-h1-lh:1.1;
  --type-h1-ls:-2px;
  --type-h1-weight:800;
  --type-h2-size:clamp(28px,4vw,48px);
  --type-h2-lh:1.1;
  --type-h2-ls:-1.5px;
  --type-h2-weight:800;
  --type-h3-size:22px;
  --type-h3-lh:1.2;
  --type-h3-ls:-0.5px;
  --type-h3-weight:700;
  --type-body-size:15px;
  --type-body-lh:1.65;
  --type-label-size:11px;
  --type-label-ls:2px;
  --type-label-weight:700;
}

/* CSS SECTION 03: base document styles and accessibility foundations. */
/* Base/app utilities. */
*,*::before,*::after{
  box-sizing:border-box;
}
html,body{
  margin:0;
  padding:0;
  background:var(--bg);
  color:var(--fg-2);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.55;
  letter-spacing:-.1px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{
  max-width:100%;
  display:block;
}
button{
  font:inherit;
}
a{
  color:inherit;
}
/* CSS SECTION 04: shared utilities. */
/* Applied utility classes. */
/* Display/body utilities intentionally use the adaptive --fg-* ramp.
Section themes like .what override --fg-* locally,so do not replace these
foregrounds with root-level semantic aliases unless the section aliases move too.
Display type is reserved for section headlines.
Keep cards,tabs,and route panels tighter for scanability. */
.display,.h1,.h2,.h3,.h4{
  font-family:var(--font-hero);
  color:var(--fg-1);
  margin:0 0 .4em;
  text-wrap:balance;
}
.display{
  font-size:var(--type-display-size);
  line-height:var(--type-display-lh);
  letter-spacing:var(--type-display-ls);
  font-weight:var(--type-display-weight);
}
.h1{
  font-size:var(--type-h1-size);
  line-height:var(--type-h1-lh);
  letter-spacing:var(--type-h1-ls);
  font-weight:var(--type-h1-weight);
}
.h2{
  font-size:var(--type-h2-size);
  line-height:var(--type-h2-lh);
  letter-spacing:var(--type-h2-ls);
  font-weight:var(--type-h2-weight);
}
.h3{
  font-size:var(--type-h3-size);
  line-height:var(--type-h3-lh);
  letter-spacing:var(--type-h3-ls);
  font-weight:var(--type-h3-weight);
}
.body{
  font-family:var(--font-hero);
  font-size:var(--type-body-size);
  line-height:var(--type-body-lh);
  color:var(--fg-3);
}
.small{
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.55;
  color:var(--fg-5);
}
.label,.eyebrow{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:var(--type-label-ls);
  font-weight:var(--type-label-weight);
  text-transform:uppercase;
}
.label{
  color:var(--accent);
}
.eyebrow{
  color:var(--accent-emphasis);
}
/* CSS SECTION 05: reusable component families. */
/* Buttons. */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 24px;
  font-family:var(--font-hero);
  font-size:15px;
  font-weight:600;
  letter-spacing:-.2px;
  border-radius:var(--radius-xl);
  cursor:pointer;
  text-decoration:none;
  border:1px solid transparent;
  transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;
}
.btn:focus-visible{
  outline:2px solid var(--focus-ring);
  outline-offset:2px;
}
.btn-primary{
  background:var(--action-primary-bg);
  color:var(--action-primary-text);
  border-color:var(--action-primary-border);
  box-shadow:0 8px 24px var(--cta-brand-glow),inset 0 1px 0 color-mix(in srgb,var(--solid-white) 20%,transparent);
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-cta-hover);
}
.btn-secondary{
  background:var(--parchment-soft-2);
  color:var(--fg-1);
  border-color:var(--border-bright);
  box-shadow:0 8px 24px var(--cta-brand-glow),inset 0 1px 0 color-mix(in srgb,var(--solid-white) 20%,transparent);
}
.btn-secondary:hover{
  transform:translateY(-2px);
  background:var(--action-secondary-bg-hover);
  border-color:color-mix(in srgb,var(--brand-blue) 42%,var(--fg-1));
  color:var(--action-secondary-text-hover);
  box-shadow:var(--shadow-cta-hover);
}
.btn-icon{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
/* Section framework. */
.section{
  position:relative;
  padding:var(--section-pad-y) var(--section-pad-x);
  z-index:10;
}
.section-inner{
  max-width:var(--container);
  margin:0 auto;
  width:100%;
}
.section-head{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-bottom:56px;
  max-width:820px;
}
.section-head .eyebrow{
  margin:0;
}
.section-head h2{
  margin:0;
}
.section-head .lede{
  font-family:var(--font-hero);
  font-size:18px;
  line-height:1.6;
  color:var(--section-lede-color);
  margin:0;
  max-width:720px;
}
/* Opaque section backgrounds for the default clinical parchment canvas. */
.section-opaque{
  background:var(--bg);
}
.section-opaque-2{
  background:var(--bg-2);
}
/* CSS SECTION 06: persistent shell, navigation, and footer. */
:root{
  --announce-h:38px;
  --nav-h:66px;
  --site-header-h:calc(var(--announce-h) + var(--nav-h));
}
html{
  scroll-padding-top:calc(var(--site-header-h) + 18px);
}
.site-shell{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  background:color-mix(in srgb,var(--parchment-surface) 90%,transparent);
  backdrop-filter:blur(14px) saturate(160%);
  -webkit-backdrop-filter:blur(14px) saturate(160%);
  border-bottom:1px solid var(--border);
  box-shadow:0 16px 42px -26px var(--shell-shadow-warm);
  transition:background .3s,border-color .3s,box-shadow .3s,backdrop-filter .3s;
}
.site-shell.scrolled,body:not(.route-home) .site-shell{
  background:color-mix(in srgb,var(--parchment-surface) 90%,transparent);
  backdrop-filter:blur(14px) saturate(160%);
  -webkit-backdrop-filter:blur(14px) saturate(160%);
  border-bottom-color:var(--border);
  box-shadow:0 16px 42px -26px var(--shell-shadow-warm);
}
.announcement-bar{
  min-height:var(--announce-h);
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--border-hairline);
  background:var(--announcement-bg);
}
@media (max-width: 768px) {
	.announcement-bar{
		display: none;
	}
}

.announcement-inner{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
  padding:8px clamp(16px,3vw,36px);
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.35;
  color:var(--text-secondary);
  text-align:left;
}
.announcement-copy{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  max-width:min(640px,calc(100% - 340px));
  min-width:0;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.announcement-inner strong{
  font-weight:700;
  color:var(--text-primary);
}
.announcement-enroll{
  color:var(--accent-structural);
  font-weight:800;
  text-decoration:none;
}
.announcement-enroll:hover{
  color:var(--fg-1);
  text-decoration:underline;
  text-underline-offset:3px;
}
.announcement-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  flex-shrink:0;
}
.announcement-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 8px;
  border-radius:var(--radius-pill);
  font-family:var(--font-hero);
  font-size:12px;
  font-weight:700;
  letter-spacing:0;
  color:var(--nav-ink);
  text-decoration:none;
  white-space:nowrap;
  transition:background .18s,color .18s,box-shadow .18s;
}
@media (max-width: 768px) {
	.announcement-link{
	  display: none;
	}	
}
.announcement-link:hover,.announcement-link.active,.announcement-link[aria-current="page"]{
  color:var(--nav-ink);
  background:var(--nav-hover-bg);
}
.announcement-links .resource-menu-button{
  padding:5px 8px;
  font-size:12px;
  color:var(--nav-ink);
}
.announcement-links .resources-dropdown{
  z-index:80;
}
.site-header{
  min-height:var(--nav-h);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  padding:12px clamp(16px,3vw,36px);
  background:transparent;
  border-bottom:0;
  transition:none;
}
.sh-brand{
  display:inline-flex;
  align-items:center;
  gap:0;
  margin-right:auto;
  color:var(--fg-1);
  text-decoration:none;
  white-space:nowrap;
}
.sh-brand-wordmark{
  display:block;
  width:clamp(170px,15vw,236px);
  height:auto;
  overflow:visible;
}
.sh-brand-wordmark .wm-dark,.sh-brand-wordmark .wm-x{
  fill:var(--nav-ink);
}
.sh-brand-wordmark .wm-blue,.sh-brand-wordmark .wm-gold{
  fill:var(--brand-blue-soft);
}
.sh-brand-text{
  font-family:var(--font-hero);
  font-size:clamp(24px,2.1vw,34px);
  font-weight:800;
  letter-spacing:0;
}
.sh-brand-text span:nth-child(2){
  color:var(--brand-blue-soft);
}
.sh-brand-text span:nth-child(3){
  color:var(--accent-text);
}
.sh-nav-menu{
  display:flex;
  align-items:center;
  gap:2px;
  margin:0;
  padding:0;
  list-style:none;
}
.mobile-nav-menu{
  margin:0;
  list-style:none;
}
.mobile-nav-menu li{
  margin:0;
}
.sh-nav-menu li{
  position:relative;
  margin:0;
}
.mobile-menu-item{
	display: none;
}
@media (max-width: 768px) {
	.mobile-menu-item{
		display: block;
	}	
}

.sh-nav-menu .sub-menu{
  display:none;
  position:absolute;
  top:100%;
  right:0;
  min-width:220px;
  margin:0;
  padding:10px;
  list-style:none;
  border:1px solid var(--border);
  background:var(--parchment-surface);
  box-shadow:var(--shadow-lg);
  z-index:20;
}
.sh-nav-menu li:hover>.sub-menu,.sh-nav-menu li:focus-within>.sub-menu{
  display:grid;
}
.classic-content{
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.7;
}
.classic-content>*:first-child{
  margin-top:0;
}
.classic-content>*:last-child{
  margin-bottom:0;
}
.sh-nav{
  display:flex;
  align-items:center;
  gap:2px;
  overflow-x:auto;
  scrollbar-width:none;
  min-width:0;
}
.sh-nav::-webkit-scrollbar{
  display:none;
}
.utility-nav{
  margin-left:10px;
  overflow:visible;
}
.sh-nav a,.mobile-route-panel a{
  padding:8px 13px;
  border-radius:var(--radius-pill);
  font-family:var(--font-hero);
  font-size:13px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  color:var(--nav-ink);
  text-decoration:none;
  white-space:nowrap;
  transition:background .18s,color .18s,box-shadow .18s;
}
.sh-nav a:hover,.mobile-route-panel a:hover{
  color:var(--nav-ink);
  background:var(--nav-hover-bg);
}
@media (min-width: 768px) {
	.sh-nav a.active,.sh-nav a[aria-current="page"],.sh-nav a[aria-current="location"],.mobile-route-panel a.active,.mobile-route-panel a[aria-current="page"],.mobile-route-panel a[aria-current="location"]{
	  background:var(--nav-link-active-bg);
	  color:var(--nav-ink);
	  box-shadow:inset 0 0 0 1px var(--nav-active-ring);
	}
}

.utility-nav a{
  color:var(--nav-ink);
}
.resource-menu{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.resource-menu-button{
  appearance:none;
  border:0;
  background:transparent;
  padding:8px 13px;
  border-radius:var(--radius-pill);
  font-family:var(--font-hero);
  font-size:13px;
  font-weight:700;
  letter-spacing:0;
  color:var(--nav-ink);
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
  transition:background .18s,color .18s,box-shadow .18s;
}
.resource-menu-button:hover,.resource-menu.open .resource-menu-button{
  color:var(--nav-ink);
  background:var(--nav-hover-bg);
}
.resource-menu-button.active{
  background:var(--nav-link-active-bg);
  color:var(--nav-ink);
  box-shadow:inset 0 0 0 1px var(--nav-active-ring);
}
.resource-menu-button svg{
  width:13px;
  height:13px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s;
}
.resource-menu.open .resource-menu-button svg{
  transform:rotate(180deg);
}
.resources-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:354px;
  max-width:calc(100vw - 32px);
  display:grid;
  gap:3px;
  padding:9px;
  border:1px solid var(--dropdown-border);
  border-radius:var(--radius-2xl);
  background:linear-gradient(180deg,var(--white),var(--parchment-dropdown-end));
  box-shadow:0 24px 58px -30px var(--dropdown-shadow-warm);
}
.resources-dropdown[hidden]{
  display:none!important;
}
.dropdown-intro{
  padding:10px 12px 12px;
  margin:0 0 4px;
  border-bottom:1px solid var(--dropdown-divider);
}
.dropdown-kicker{
  margin:0 0 5px;
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.55px;
  text-transform:uppercase;
  color:var(--nav-ink);
}
.dropdown-blurb{
  margin:0;
  font-family:var(--font-hero);
  font-size:12.5px;
  line-height:1.42;
  color:var(--nav-ink);
}
.resources-dropdown a{
  display:flex;
  align-items:center;
  padding:11px 12px;
  border-radius:var(--radius-lg);
  font-size:13px;
  color:var(--nav-ink);
  background:transparent;
  white-space:normal;
  text-decoration:none;
}
.resources-dropdown a:hover,.resources-dropdown a.active{
  color:var(--nav-ink);
  background:var(--nav-hover-bg);
  box-shadow:none;
}
.mobile-resource-kicker{
  margin:10px 2px 2px;
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--accent-structural);
}
.sh-cta{
  padding:10px 18px;
  font-size:13px;
  border-radius:var(--radius-lg);
  flex-shrink:0;
}
.mobile-nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  padding:10px 13px;
  border:1px solid var(--mobile-toggle-border);
  border-radius:var(--radius-lg);
  background:var(--mobile-toggle-bg);
  color:var(--mobile-toggle-text);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
  cursor:pointer;
}
.mobile-nav-backdrop{
  display:none;
  position:fixed;
  inset:0;
  z-index:998;
  border:0;
  background:var(--overlay-black-50);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .35s ease,visibility 0s linear .35s;
}
.mobile-nav-backdrop.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}
.mobile-route-panel{
  display:none;
  position:fixed;
  top:0;
  right:0;
  z-index:999;
  width:min(88vw,430px);
  height:100vh;
  height:100dvh;
  flex-direction:column;
  padding:clamp(18px,4vw,28px);
  border-left:1px solid var(--mobile-nav-border);
  background:var(--mobile-nav-surface);
  box-shadow:var(--shadow-lg);
  overflow-y:auto;
  overscroll-behavior:contain;
  transform:translate3d(100%,0,0);
  visibility:hidden;
  pointer-events:none;
  transition:transform .45s cubic-bezier(.22,1,.36,1),visibility 0s linear .45s;
}
.mobile-route-panel.is-open{
  transform:translate3d(0,0,0);
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}
.mobile-nav-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid var(--mobile-nav-border);
}
.mobile-nav-title{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  color:var(--nav-ink);
}
.mobile-nav-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--mobile-toggle-border);
  border-radius:50%;
  background:var(--mobile-toggle-bg);
  color:var(--mobile-toggle-text);
  cursor:pointer;
}
.mobile-nav-close svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}
.mobile-route-panel-inner{
  display:grid;
  gap:0;
  padding:18px 0 28px;
}
.mobile-route-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:17px 2px;
  border-bottom:1px solid var(--mobile-nav-border);
  border-radius:0;
  background:transparent;
  font-size:18px;
}
.mobile-route-panel a:hover,.mobile-route-panel a:focus-visible{
  background:transparent;
  color:var(--brand-blue);
}
.mobile-route-panel a.active,.mobile-route-panel a[aria-current="location"]{
  color:var(--brand-blue);
  box-shadow:inset 3px 0 0 var(--brand-blue);
  padding-left:14px;
}
.mobile-route-panel .mobile-nav-cta{
  justify-content:center;
  margin-top:auto;
  padding:13px 18px;
  border:0;
  border-radius:var(--radius-lg);
  background:var(--brand-blue);
  color:var(--white);
  font-size:14px;
}
.mobile-route-panel .mobile-nav-cta:hover,.mobile-route-panel .mobile-nav-cta:focus-visible{
  background:var(--brand-blue);
  color:var(--white);
}
body.mobile-nav-open{
  overflow:hidden;
  touch-action:none;
}
.site-router{
  position:relative;
  z-index:2;
}
.footer-contact{
  padding:64px var(--section-pad-x);
  border-top:1px solid var(--border);
  background:var(--parchment-surface);
  color:var(--fg-2);
}
.footer-contact__inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px 40px;
  align-items:center;
}
.footer-contact__eyebrow{
  margin:0 0 7px;
  color:var(--accent-emphasis);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.footer-contact__copy h2{
  margin:0;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:clamp(26px,2.7vw,38px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.08;
}
.footer-contact__copy h2 em{
  color:var(--brand-blue);
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
}
.footer-contact__email{
  min-width:230px;
  justify-content:center;
}
.footer-contact__legacy{
  grid-column:1/-1;
  margin:0;
  padding-top:20px;
  border-top:1px solid var(--border);
  color:var(--fg-4);
  font-family:var(--font-hero);
  font-size:13px;
}
.footer-contact__legacy a{
  color:var(--brand-blue);
  font-weight:800;
  text-underline-offset:3px;
}
@media(max-width:680px){
  .footer-contact{
    padding:36px 20px 26px;
  }
  .footer-contact__inner{
    grid-template-columns:1fr;
  }
  .footer-contact__email{
    width:100%;
  }
  .footer-contact__legacy{
    grid-column:auto;
  }
}
.site-footer{
  text-align:center;
  padding:30px var(--section-pad-x);
  border-top:1px solid var(--border);
  background:var(--surface-glass);
  color:var(--fg-5);
}
.site-footer-inner{
  display:grid;
  gap:12px;
  justify-items:center;
}
.site-footer-copy{
  margin:0;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.4px;
  color:var(--fg-5);
}
.site-footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px 18px;
  flex-wrap:wrap;
}
.site-footer-links a{
  font-family:var(--font-hero);
  font-size:13px;
  font-weight:700;
  color:var(--fg-3);
  text-decoration:none;
}
.site-footer-links a:hover{
  color:var(--fg-1);
  text-decoration:underline;
  text-underline-offset:3px;
}
/* CSS SECTION 07: homepage sections in scroll order. */
/* Hero. */
.hero{
  position:relative;
  min-height:max(760px,56.28vw);
  display:flex;
  align-items:flex-start;
  padding:calc(var(--site-header-h) + clamp(96px,12vh,156px)) clamp(42px,6.25vw,120px) clamp(48px,6vh,80px);
  overflow:hidden;
  background:var(--terrain-bg);
  isolation:isolate;
  display:flex;
  align-items:center;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--asset-hero-deck-background);
  background-size:100% auto;
  background-position:center top;
  background-repeat:no-repeat;
  transform:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,var(--hero-veil-24) 0%,var(--hero-veil-08) 42%,var(--hero-veil-0) 68%);
  pointer-events:none;
}
.hero-inner{
  position:relative;
  z-index:5;
  width:100%;
  max-width:none;
  margin:0;
}
.hero-grid{
  display:block;
}
.hero-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  width:min(57vw,980px);
  min-width:0;
  color:var(--white);
}
.hero-wordmark{
  display:block;
  width:clamp(520px,45vw,860px);
  height:auto;
  margin:0 0 clamp(34px,4.1vw,52px);
  overflow:visible;
  filter:drop-shadow(0 3px 20px var(--overlay-black-42));
}
.hero-wordmark .wm-dark,.hero-wordmark .wm-x{
  fill:var(--hero-text-strong);
}
.hero-wordmark .wm-blue,.hero-wordmark .wm-gold{
  fill:var(--brand-blue-soft);
}
.hero-headline{
  font-family:var(--font-hero);
  font-size:clamp(38px,3.38vw,58px);
  line-height:1.08;
  letter-spacing:-.9px;
  font-weight:500;
  color:var(--hero-text-strong);
  margin:0 0 12px;
  max-width:920px;
  text-wrap:balance;
  text-shadow:0 2px 20px var(--hero-headline-shadow);
  white-space:nowrap;
}
.hero-sub{
  font-family:var(--font-hero);
  font-size:clamp(20px,1.72vw,29px);
  line-height:1.22;
  color:var(--hero-text-muted);
  margin:0;
  max-width:940px;
  letter-spacing:.012em;
  white-space:nowrap;
}
.hero-sub .hero-plus{
  color:var(--hero-link-blue);
  font-weight:600;
  padding:0 .16em;
}
.hero-rule{
  display:block;
  width:110px;
  height:3px;
  margin:clamp(42px,5vw,63px) 0 clamp(38px,4.5vw,57px);
  border-radius:var(--radius-pill);
  background:linear-gradient(90deg,var(--hero-rule-start),var(--hero-rule-end));
  box-shadow:0 0 18px var(--hero-rule-glow);
}
.hero-body{
  font-family:var(--font-hero);
  font-size:clamp(22px,1.92vw,28px);
  line-height:1.35;
  color:var(--hero-text-body);
  margin:0;
  max-width:720px;
  letter-spacing:.004em;
}
@media(max-width:1240px){
  .hero{
    padding-left:clamp(32px,5vw,72px);
  }
  .hero-copy{
    width:min(66vw,820px);
  }
  .hero-wordmark{
    width:clamp(420px,58vw,700px);
  }
  .hero-headline,.hero-sub{
    white-space:normal;
  }
  .hero-headline{
    max-width:760px;
  }
  .hero-sub{
    max-width:740px;
  }
}
@media(max-width:1080px){
  .hero{
    min-height:max(760px,100vh);
    padding-top:calc(var(--site-header-h) + clamp(76px,10vh,118px));
  }
  .hero::before{
    background-size:cover;
    background-position:60% center;
  }
  .hero::after{
    background:linear-gradient(90deg,var(--hero-veil-24) 0%,var(--hero-veil-08) 42%,var(--hero-veil-0) 68%);
  }
  .hero-copy{
    width:min(760px,88vw);
  }
}
@media(max-width:680px){
  .hero{
    padding:calc(var(--site-header-h) + 46px) 22px 72px;
    min-height:760px;
  }
  .hero::before{
    background-position:66% center;
    opacity:.9;
  }
  .hero::after{
    background:linear-gradient(90deg,var(--hero-veil-24) 0%,var(--hero-veil-08) 42%,var(--hero-veil-0) 68%);
  }
  .hero-copy{
    width:100%;
    max-width:430px;
  }
  .hero-wordmark{
    width:100%;
    max-width:430px;
    margin-bottom:28px;
  }
  .hero-headline{
    font-size:clamp(34px,10vw,48px);
    white-space:normal;
  }
  .hero-sub{
    font-size:18px;
    white-space:normal;
  }
  .hero-body{
    font-size:20px;
  }
}
.gut-groups{
  background:var(--bg-2);
}
.research{
  background:var(--bg-2);
}
.research .section-inner{
  max-width:1480px;
}
/* ==========================================================================
TEAM SECTION &mdash; leadership grid
========================================================================== */
.team{
  background:var(--bg);
}
.team-title-emphasis{
  font-family:var(--serif);
  font-style:italic;
  color:var(--accent-emphasis);
  font-weight:500;
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.member{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:22px 24px 24px;
  border:1px solid var(--border);
  border-radius:var(--radius-2xl);
  background:var(--surface-glass);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 1px 0 var(--overlay-white-04) inset,0 12px 28px -14px var(--overlay-black-50);
  transition:transform .22s ease,border-color .22s ease;
}
.member:hover{
  transform:translateY(-2px);
  border-color:var(--border-bright);
}
.member-head{
  display:flex;
  align-items:center;
  gap:16px;
  padding-bottom:16px;
  border-bottom:1px solid var(--border);
}
.member-photo{
  width:68px;
  height:68px;
  border-radius:50%;
  flex-shrink:0;
  background:color-mix(in srgb,var(--brand-blue) 28%,var(--ink));
  border:1px solid var(--overlay-white-14);
  overflow:hidden;
  box-shadow:0 4px 12px var(--shadow-ink-panel);
  display:flex;
  align-items:center;
  justify-content:center;
}
.member-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.member-name{
  font-family:var(--font-hero);
  font-size:18px;
  font-weight:800;
  letter-spacing:-.3px;
  color:var(--fg-1);
  line-height:1.1;
  margin:0 0 4px;
}
.member-role{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--accent-structural);
  font-weight:700;
  line-height:1.4;
}
.member-body{
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.55;
  color:var(--fg-4);
  margin:0;
}
/* Featured CEO card &mdash; spans the full row */
.member--lead{
  grid-column:1/-1;
  flex-direction:row;
  align-items:center;
  gap:28px;
}
.member--lead .member-head{
  border-bottom:0;
  padding-bottom:0;
  flex-shrink:0;
}
.member--lead .member-photo{
  width:88px;
  height:88px;
}
.member--lead .member-body{
  border-left:1px solid var(--border);
  padding-left:28px;
  max-width:520px;
}
@media(max-width:960px){
  .team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .team-grid{
    grid-template-columns:1fr;
  }
  .member--lead{
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }
  .member--lead .member-head{
    border-bottom:1px solid var(--border);
    padding-bottom:16px;
  }
  .member--lead .member-photo{
    width:68px;
    height:68px;
  }
  .member--lead .member-body{
    border-left:0;
    padding-left:0;
  }
}
/* RD bridge. */
.rd-microbiome{
  --rd-blue:var(--brand-blue-soft);
  --rd-gold:var(--accent);
  --rd-gold-on:var(--accent-on);
  --rd-ink:var(--ink);
  --rd-muted:var(--fg-3);
  --rd-parchment:var(--parchment-bg);
  --rd-parchment-2:var(--parchment-bg-2);
  --rd-surface:var(--parchment-surface);
  --rd-surface-2:var(--parchment-surface-2);
  --rd-warm-line:var(--parchment-line);
  --rd-line-gold:color-mix(in srgb,var(--rd-gold) 48%,transparent);
  --rd-line-blue:color-mix(in srgb,var(--rd-blue) 35%,transparent);
  --rd-gold-glow:color-mix(in srgb,var(--rd-gold) 28%,transparent);
  --rd-blue-glow:color-mix(in srgb,var(--rd-blue) 22%,transparent);
  --rd-bg:var(--rd-parchment);
  --rd-bg-alt:var(--rd-parchment-2);
  --rd-panel-surface:var(--rd-surface);
  --rd-section-line:var(--rd-warm-line);
  --rd-text:var(--rd-ink);
  position:relative;
  overflow:hidden;
  margin-top:0;
  background:radial-gradient(ellipse 980px 520px at 14% 10%,var(--section-accent-halo),transparent 70%),radial-gradient(ellipse 780px 460px at 88% 15%,color-mix(in srgb,var(--brand-blue-soft) 8%,transparent),transparent 72%),linear-gradient(180deg,var(--rd-panel-surface) 0%,var(--rd-bg) 48%,var(--rd-bg-alt) 100%);
  color:var(--rd-text);
  padding:clamp(64px,7.2vw,92px) var(--section-pad-x) clamp(74px,8vw,108px);
  border-top:1px solid var(--rd-section-line);
}
.rd-microbiome .section-inner{
  max-width:1560px;
  position:relative;
}
.rd-microbiome__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(300px,460px) minmax(260px,410px) minmax(300px,460px);
  align-items:start;
  justify-content:center;
  gap:clamp(28px,3.6vw,70px);
}
.rd-card{
  position:relative;
  min-height:646px;
  padding:32px 28px 28px;
  border:1px solid var(--rd-line-gold);
  border-radius:22px;
  background:linear-gradient(180deg,var(--parchment-surface-96),var(--parchment-card));
  box-shadow:0 1px 0 var(--parchment-soft) inset,0 30px 80px var(--parchment-shadow-soft);
}
.rd-card--microbiome{
  border-color:var(--rd-line-blue);
}
.rd-card__head{
  display:grid;
  grid-template-columns:76px 1fr;
  align-items:center;
  gap:20px;
  margin-bottom:24px;
}
.rd-role-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--rd-gold-on);
  background:var(--rd-gold);
  box-shadow:0 14px 32px var(--rd-gold-glow);
}
.rd-card--microbiome .rd-role-icon{
  color:var(--solid-white);
  background:var(--rd-blue);
  box-shadow:0 14px 32px color-mix(in srgb,var(--brand-blue-soft) 20%,transparent);
}
.rd-role-icon svg{
  width:40px;
  height:40px;
  stroke:var(--solid-white);
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rd-card__title{
  margin:0 0 8px;
  color:var(--rd-ink);
  font-size:25px;
  line-height:1.05;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}
.rd-card__subhead{
  margin:0;
  color:var(--rd-gold-on);
  font-size:19px;
  line-height:1.25;
  font-weight:700;
}
.rd-card--microbiome .rd-card__subhead{
  color:var(--rd-blue);
}
.rd-card__rule{
  width:148px;
  height:2px;
  margin-top:12px;
  background:linear-gradient(90deg,var(--rd-gold),transparent);
}
.rd-card--microbiome .rd-card__rule{
  background:linear-gradient(90deg,var(--rd-blue),transparent);
}
.rd-card__image{
  width:100%;
  aspect-ratio:1.58;
  border-radius:15px;
  object-fit:cover;
  box-shadow:0 18px 34px var(--rd-image-shadow);
  margin:0 0 26px;
}
.rd-fact-list{
  list-style:none;
  display:grid;
  gap:20px;
  margin:0;
  padding:0;
}
.rd-fact-list li{
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  gap:18px;
  color:var(--rd-ink);
  font-size:18px;
  line-height:1.15;
  font-weight:500;
}
.rd-mini-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--rd-gold-on);
  border:1px solid color-mix(in srgb,var(--rd-gold) 45%,transparent);
  background:linear-gradient(180deg,color-mix(in srgb,var(--rd-gold) 12%,var(--rd-surface)),var(--parchment-soft));
}
.rd-card--microbiome .rd-mini-icon{
  color:var(--rd-blue);
  border-color:var(--rd-line-blue);
  background:linear-gradient(180deg,color-mix(in srgb,var(--rd-blue) 8%,var(--rd-surface)),var(--parchment-soft));
}
.rd-mini-icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rd-advantage{
  align-self:stretch;
  min-height:646px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:36px;
  padding:20px 0 12px;
  text-align:center;
}
.rd-brand-lockup{
  position:absolute;
  top:55px;
  left:50%;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  width:auto;
  padding:0;
  transform:translateX(-50%);
  background:transparent;
  white-space:nowrap;
  line-height:1;
}
.rd-brand-lockup::before,.rd-brand-lockup::after{
  content:"";
  position:absolute;
  top:50%;
  width:clamp(58px,4.9vw,76px);
  height:20px;
  transform:translateY(-50%);
  background-repeat:no-repeat;
}
.rd-brand-lockup::before{
  right:calc(100% + 18px);
  background:radial-gradient(circle at calc(100% - 8px) 50%,var(--rd-gold) 0 4px,var(--rd-gold-glow) 4.5px 8px,transparent 8.5px),linear-gradient(var(--rd-gold),var(--rd-gold)) left 50% / calc(100% - 10px) 2px no-repeat;
}
.rd-brand-lockup::after{
  left:calc(100% + 18px);
  background:radial-gradient(circle at 8px 50%,var(--rd-blue) 0 4px,var(--rd-blue-glow) 4.5px 8px,transparent 8.5px),linear-gradient(var(--rd-blue),var(--rd-blue)) right 50% / calc(100% - 10px) 2px no-repeat;
}
.rd-brand-wordmark{
  display:block;
  width:clamp(272px,22.5vw,358px);
  height:auto;
  overflow:visible;
}
.rd-brand-wordmark .wm-dark,.rd-brand-wordmark .wm-x{
  fill:var(--rd-ink);
}
.rd-brand-wordmark .wm-blue,.rd-brand-wordmark .wm-gold{
  fill:var(--rd-blue);
}
.rd-bridge-mark{
  position:relative;
  width:218px;
  height:218px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--parchment-surface-90);
  border:1px solid var(--rd-bridge-border);
  box-shadow:0 24px 70px var(--parchment-shadow-soft),inset 0 0 0 14px var(--parchment-soft-2),inset 0 0 0 16px var(--rd-bridge-ring);
}
.rd-bridge-mark::before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:50%;
  border:1px solid var(--overlay-ink-18);
  pointer-events:none;
}
.rd-bridge-mark svg{
  position:relative;
  z-index:1;
  width:112px;
  height:112px;
  stroke:var(--rd-ink);
  fill:none;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rd-advantage-copy{
  max-width:440px;
  margin:0 auto;
}
.rd-advantage-copy h2{
  margin:0;
  color:var(--rd-ink);
  font-size:24px;
  line-height:1.18;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}
.rd-dual-rule{
  width:118px;
  height:2px;
  margin:18px auto 22px;
  background:linear-gradient(90deg,var(--rd-gold) 0 48%,transparent 48% 52%,var(--rd-blue) 52% 100%);
}
.rd-advantage-copy p{
  margin:0;
  color:var(--rd-ink);
  font-size:20px;
  line-height:1.48;
  font-weight:500;
}
.rd-summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:34px auto 0;
  max-width:1060px;
  padding-bottom:56px;
}
.rd-summary::before,.rd-summary::after{
  content:"";
  height:20px;
  flex:1 1 180px;
  max-width:460px;
  background:radial-gradient(circle at 8px 50%,var(--rd-gold) 0 4px,color-mix(in srgb,var(--rd-gold) 24%,transparent) 4.5px 7px,transparent 7.5px),linear-gradient(var(--rd-gold),var(--rd-gold)) 8px 50% / calc(100% - 8px) 1px no-repeat;
}
.rd-summary::after{
  background:radial-gradient(circle at calc(100% - 8px) 50%,var(--rd-blue) 0 4px,var(--rd-blue-glow) 4.5px 7px,transparent 7.5px),linear-gradient(var(--rd-blue),var(--rd-blue)) left 50% / calc(100% - 8px) 1px no-repeat;
}
.rd-summary-badge{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  color:var(--rd-blue);
  background:color-mix(in srgb,var(--parchment-surface) 94%,transparent);
  border:1px solid color-mix(in srgb,var(--rd-blue) 24%,transparent);
  box-shadow:0 16px 34px var(--rd-summary-shadow),inset 0 0 0 10px color-mix(in srgb,var(--parchment-surface) 66%,transparent);
}
.rd-summary-badge svg{
  width:31px;
  height:31px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rd-summary-copy{
  position:absolute;
  top:76px;
  left:50%;
  width:min(1040px,94vw);
  transform:translateX(-50%);
  margin:0;
  color:var(--rd-ink);
  font-size:26px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:-.15px;
  text-align:center;
}
@media(max-width:1180px){
  .rd-microbiome{
    padding:56px 22px 82px;
  }
  .rd-microbiome__grid{
    grid-template-columns:minmax(280px,560px);
    gap:26px;
  }
  .rd-card{
    min-height:0;
  }
  .rd-advantage{
    order:2;
    min-height:0;
    gap:26px;
    padding:8px 0;
  }
  .rd-card--dietitian{
    order:1;
  }
  .rd-card--microbiome{
    order:3;
  }
  .rd-brand-lockup{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    padding:0;
    background:transparent;
  }
  .rd-brand-lockup::before,.rd-brand-lockup::after{
    display:none;
  }
  .rd-brand-wordmark{
    width:clamp(272px,44vw,360px);
  }
  .rd-bridge-mark{
    width:168px;
    height:168px;
  }
  .rd-bridge-mark svg{
    width:74px;
    height:74px;
  }
  .rd-summary{
    display:grid;
    grid-template-columns:minmax(80px,1fr) auto minmax(80px,1fr);
    gap:14px 18px;
    margin-top:28px;
    padding-bottom:0;
  }
  .rd-summary::before{
    grid-column:1;
  }
  .rd-summary-badge{
    grid-column:2;
  }
  .rd-summary::after{
    grid-column:3;
  }
  .rd-summary-copy{
    grid-column:1 / -1;
    position:static;
    transform:none;
    width:auto;
    font-size:20px;
  }
}
@media(max-width:620px){
  .rd-microbiome{
    padding:48px 12px 68px;
  }
  .rd-card{
    padding:22px 18px 20px;
    border-radius:18px;
  }
  .rd-card__head{
    grid-template-columns:58px 1fr;
    gap:15px;
    margin-bottom:18px;
  }
  .rd-role-icon{
    width:58px;
    height:58px;
  }
  .rd-role-icon svg{
    width:32px;
    height:32px;
  }
  .rd-card__title{
    font-size:20px;
  }
  .rd-card__subhead{
    font-size:16px;
  }
  .rd-card__rule{
    width:118px;
    margin-top:9px;
  }
  .rd-card__image{
    border-radius:13px;
    margin-bottom:20px;
  }
  .rd-fact-list{
    gap:15px;
  }
  .rd-fact-list li{
    grid-template-columns:44px 1fr;
    gap:13px;
    font-size:16px;
  }
  .rd-mini-icon{
    width:44px;
    height:44px;
  }
  .rd-mini-icon svg{
    width:25px;
    height:25px;
  }
  .rd-brand-wordmark{
    width:min(286px,78vw);
  }
  .rd-advantage-copy h2{
    font-size:21px;
  }
  .rd-advantage-copy p{
    font-size:17px;
  }
  .rd-summary{
    grid-template-columns:1fr;
    gap:14px;
  }
  .rd-summary::before,.rd-summary::after{
    display:none;
  }
  .rd-summary-badge{
    justify-self:center;
  }
  .rd-summary-copy{
    font-size:18px;
  }
}
/* Home-gut measurement bridge.
   Local --fg/--border aliases intentionally retheme shared typography and
   panel recipes for this light editorial band without duplicating selectors. */
.home-gut{
  --fg-1:var(--section-light-fg-1);
  --fg-2:var(--section-light-fg-2);
  --fg-3:var(--section-light-fg-3);
  --fg-4:var(--section-light-fg-4);
  --fg-5:var(--section-light-fg-5);
  --border:var(--overlay-ink-12);
  --border-bright:var(--overlay-ink-18);
  --surface-glass:var(--solid-white);
  --surface-glass-2:var(--solid-white);
  --brand-blue-soft:var(--section-blue-vivid);
  --brand-blue-dim:var(--overlay-brand-blue-08);
  position:relative;
  overflow:hidden;
  margin-top:0;
  background:var(--bg);
  color:var(--fg-2);
  padding:clamp(72px,8vw,104px) var(--section-pad-x) clamp(36px,5vw,64px);
  border-top:1px solid var(--overlay-ink-08);
  box-shadow:0 -22px 60px -44px color-mix(in srgb,var(--ink) 65%,transparent);
}
.home-gut .section-inner{
  max-width:1320px;
}
.home-gut .section-head{
  max-width:860px;
  margin-bottom:44px;
}
.home-gut .eyebrow{
  color:var(--accent-emphasis);
}
.home-gut .h1{
  font-size:clamp(34px,4.8vw,60px);
  line-height:1.06;
  letter-spacing:-1.7px;
  max-width:980px;
  color:var(--fg-1);
}
.home-gut .h1 em{
  font-family:var(--serif);
  font-style:italic;
  color:var(--brand-blue);
  font-weight:500;
  letter-spacing:-1px;
}
.home-gut .lede{
  max-width:820px;
  color:var(--fg-3);
}
/* Component family: light panels. */
.home-gut__biofig{
  position:relative;
  margin-top:42px;
  border-radius:var(--radius-4xl);
  overflow:hidden;
  padding:26px 26px 24px;
  background:var(--surface-light-panel);
  border:1px solid var(--border);
  box-shadow:0 18px 48px -34px color-mix(in srgb,var(--ink) 30%,transparent),0 1px 0 var(--surface-light-highlight) inset;
}
.home-gut__biofig::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(var(--overlay-ink-032) 1px,transparent 1px),linear-gradient(90deg,var(--overlay-ink-032) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,black,transparent 74%);
  opacity:.34;
  pointer-events:none;
}
.home-gut__eyebrow{
  position:relative;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--accent-emphasis);
  font-weight:800;
}
.home-gut__flow{
  position:relative;
  display:grid;
  grid-template-columns:1fr 30px 1.05fr 30px 1fr 30px 1fr;
  align-items:stretch;
  margin-top:20px;
}
.home-gut__stage{
  position:relative;
  justify-self:center;
  width:calc(100% - 10px);
  padding:16px 15px;
  border:1px solid color-mix(in srgb,var(--ink) 12%,transparent);
  border-radius:var(--radius-xl);
  background:linear-gradient(180deg,var(--solid-white) 0%,var(--section-surface-cool) 100%);
  box-shadow:0 1px 0 var(--surface-light-highlight) inset,0 12px 28px -22px color-mix(in srgb,var(--ink) 35%,transparent);
}
.home-gut__stage::before{
  content:"";
  position:absolute;
  top:-1px;
  left:16%;
  right:16%;
  height:2px;
  border-radius:var(--radius-pill);
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 80%,transparent) 50%,transparent);
  box-shadow:none;
}
.home-gut__stage-head{
  font-family:var(--font-hero);
  font-size:15px;
  line-height:1.2;
  color:var(--fg-1);
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:9px;
  font-weight:750;
  letter-spacing:-.15px;
}
.home-gut__stage-head .sn{
  font-family:var(--font-mono);
  font-size:9.5px;
  color:var(--section-label-warm);
  border:1px solid color-mix(in srgb,var(--accent) 48%,transparent);
  background:color-mix(in srgb,var(--accent) 10%,transparent);
  border-radius:6px;
  padding:2px 6px;
  font-weight:800;
}
.home-gut__items{
  display:grid;
  gap:0;
}
.home-gut__item{
  display:flex;
  align-items:center;
  gap:8px;
  font-size: 14px;
  line-height:1.42;
  color:var(--fg-3);
  padding:6px 0;
  border-bottom:1px solid var(--overlay-ink-08);
}
.home-gut__item:last-child{
  border-bottom:0;
}
.home-gut__icon{
  width:16px;
  height:16px;
  flex:0 0 auto;
  color:var(--brand-blue);
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-gut__microbe{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:76px;
  padding: 6px;
  border-radius: 8px;
  background: white;
  filter:drop-shadow(0 8px 16px color-mix(in srgb,var(--brand-blue) 10%,transparent));
}

.home-gut__microbe img{
	/*padding: 4px;
	border-radius: 8px;*/
	max-height: 100px;
	width: auto;
}

.home-gut__sub{
  font-size:12px;
  color:var(--fg-5);
  margin:3px 0 0;
  line-height:1.45;
  text-align:center;
}
.home-gut__arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:color-mix(in srgb,var(--brand-blue) 48%,transparent);
}
.home-gut__arrow svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:none;
}
.home-gut__foot{
  position:relative;
  text-align:center;
  font-family:var(--serif);
  font-style:italic;
  font-size:16px;
  color:var(--fg-3);
  margin:20px 0 0;
  padding-top:16px;
  border-top:1px solid var(--border);
}
.home-gut__table-wrap{
  max-width:772px;
  margin:24px auto 0;
  min-width:0;
}
.home-patient__documents{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:24px auto 0;
}
.home-gut__ledger{
  display:grid;
  grid-template-columns:.88fr 1fr;
  border:1px solid var(--border);
  border-radius:var(--radius-4xl);
  overflow:hidden;
  background:var(--white);
  box-shadow:0 18px 48px -34px var(--shadow-ink-panel),0 1px 0 var(--surface-light-highlight) inset;
}
.home-gut__ledger-col{
  padding:28px 30px;
  background:var(--white);
}
.home-gut__ledger-col--then{
  border-right:1px solid var(--border);
}
.home-gut__ledger-col--now{
  background:linear-gradient(180deg,color-mix(in srgb,var(--brand-blue) 6%,transparent),var(--solid-white) 82%);
}
.home-gut__ledger-col h3{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  font-weight:800;
  color:var(--fg-5);
  margin:0 0 14px;
}
.home-gut__ledger-col--now h3{
  color:var(--brand-blue);
}
.home-gut__ledger-col ul{
  list-style:none;
  margin:0;
  padding:0;
}
.home-gut__ledger-col li{
  padding:10px 0;
  border-bottom:1px solid var(--border);
  font-family:var(--font-hero);
  font-size:15.5px;
  line-height:1.48;
  color:var(--fg-2);
}
.home-gut__ledger-col li:last-child{
  border-bottom:0;
}
.home-gut__ledger-col--now li{
  color:var(--fg-2);
}
.home-gut__restate{
  margin:52px 0 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-align:center;
}
.home-gut__approach-label{
  font-family:var(--font-mono);
  font-size:14px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  font-weight:800;
  color:var(--brand-blue);
  margin:0;
  display:none;
}
@media(max-width:1080px){
  .home-gut__flow{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .home-gut__arrow{
    display:none;
  }
}
@media(max-width:640px){
  .home-gut{
    padding:48px 20px 48px;
  }
  .home-gut__biofig{
    padding:24px 18px;
  }
  .home-gut__flow,.home-gut__ledger{
    grid-template-columns:1fr;
  }
  .home-gut__ledger-col{
    padding:24px 22px;
  }
  .home-gut__ledger-col--then{
    border-right:0;
    border-bottom:1px solid var(--border);
  }
  .home-gut .h1{
    letter-spacing:-1.1px;
  }
}
/* Who-it-is-for. */
.home-who{
  --home-who-lede-color:var(--text-body);
  --home-who-copy-color:var(--text-secondary);
  --home-who-muted-color:var(--text-secondary);
  position:relative;
  overflow:hidden;
  background:var(--bg);
  padding:clamp(48px,7vw,84px) var(--section-pad-x) clamp(52px,7vw,88px);
}
.home-who .section-inner{
  max-width:1240px;
}
.home-who .section-head{
  display:grid;
  gap:12px;
  max-width:1040px;
  margin:0 0 30px;
}
.home-who .h1{
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.04;
  letter-spacing:-1.4px;
  max-width:none;
}
.home-who .h1 em{
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
  color:var(--brand-blue);
  letter-spacing:-1px;
}
.home-who__title-line,.home-who__title-break{
  display:block;
}
.home-who__title-line{
  white-space:nowrap;
}
.home-who .lede{
  font-size:16px;
  line-height:1.55;
  color:var(--home-who-lede-color);
  max-width:720px;
}
.home-who__grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:24px;
  align-items:stretch;
}
.home-who__list-wrap{
  padding:0;
}
.home-who__list{
  list-style:none;
  margin:0;
  padding:0;
}
.home-who__list li{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid var(--border);
  font-family:var(--font-hero);
  font-size:15.5px;
  line-height:1.42;
  color:var(--section-copy-color);
}
.home-who__list li:last-child{
  border-bottom:0;
}
.home-who__check{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-top:1px;
  border-radius:50%;
  border:1px solid color-mix(in srgb,var(--brand-blue-soft) 60%,transparent);
  background:var(--booking-brand-halo);
  box-shadow:0 0 0 5px var(--overlay-brand-blue-08);
}
.home-who__check svg{
  width:13px;
  height:13px;
  stroke:var(--fg-1);
  fill:none;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-who__fit-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:12px;
  padding:24px 26px;
  border:1px solid var(--home-who-fit-border);
  border-radius:var(--radius-4xl);
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent-structural) 8%,var(--overlay-white-03)),var(--home-who-fit-surface-end));
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.home-who__fit-card::before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:2px;
  border-radius:0 0 var(--radius-pill) var(--radius-pill);
  background:linear-gradient(90deg,transparent,var(--home-who-note-rule),transparent);
}
.home-who__note-kicker{
  font-family:var(--font-mono);
  font-size:10.5px;
  font-weight:800;
  letter-spacing:1.7px;
  text-transform:uppercase;
  color:var(--accent-structural);
  margin:0 0 8px;
}
.home-who__fit-card h3{
  font-family:var(--font-hero);
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.5px;
  font-weight:800;
  color:var(--fg-1);
  margin:0 0 8px;
}
.home-who__fit-card p{
  font-family:var(--font-hero);
  font-size:14px;
  line-height:1.55;
  color:var(--home-who-muted-color);
  margin:0;
}
.home-who__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:4px;
}
.home-who__tags span{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border:1px solid color-mix(in srgb,var(--accent-structural) 28%,transparent);
  border-radius:var(--radius-pill);
  background:color-mix(in srgb,var(--solid-white) 3%,transparent);
  font-family:var(--font-hero);
  font-size:12.5px;
  font-weight:700;
  line-height:1;
  color:var(--home-who-copy-color);
}
@media(max-width:880px){
  .home-who{
    padding-top:44px;
  }
  .home-who__grid{
    grid-template-columns:1fr;
  }
  .home-who .section-head{
    margin-bottom:24px;
  }
}
@media(max-width:700px){
  .home-who__title-line{
    white-space:normal;
  }
}
@media(max-width:560px){
  .home-who{
    padding-left:20px;
    padding-right:20px;
  }
  .home-who .h1{
    letter-spacing:-1.2px;
  }
  .home-who__list li{
    grid-template-columns:26px minmax(0,1fr);
    gap:12px;
    padding:15px 0;
    font-size:15px;
  }
  .home-who__fit-card{
    padding:22px 20px;
  }
}
/* What/how-it-works terrain.
   Local foreground aliases let the terrain band use shared utilities on a
   dark image-backed surface while preserving route-level contrast. */
.what{
  
  --bg:var(--terrain-bg);
  --fg-1:var(--solid-white);
  --fg-2:var(--terrain-fg-2);
  --fg-3:var(--terrain-fg-3);
  --fg-4:var(--terrain-fg-4);
  --fg-5:var(--terrain-fg-5);
  --border:var(--overlay-white-16);
  --border-bright:color-mix(in srgb,var(--solid-white) 24%,transparent);
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:var(--bg);
  min-height:clamp(720px,86vh,940px);
  display:flex;
  align-items:center;
  padding:clamp(96px,9vw,132px) var(--section-pad-x) clamp(112px,12vw,148px);
}
.what::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:var(--asset-terrain-mountain);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:1;
}
.what::after{
  content:none;
}
.what .section-inner{
  position:relative;
  z-index:1;
  max-width:1640px;
  margin:0 auto;
  width:100%;
}
.what-layout{
  display:grid;
  grid-template-columns:minmax(380px,680px) minmax(420px,1fr);
  gap:clamp(42px,4.6vw,76px);
  align-items:start;
}
.what-copy{
  max-width:700px;
  transform:translateY(-18px);
}
.what-copy .section-head{
  margin:0;
  max-width:none;
  gap:24px;
}
.what-copy .eyebrow{
  margin-bottom:-10px;
}
.what-copy .h1{
  font-size:clamp(40px,5.15vw,68px);
  line-height:1.04;
  letter-spacing:-1.2px;
  max-width:760px;
}
.what-copy .what-title{
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-.8px;
  max-width:740px;
}
.what-copy .lede{
  max-width:660px;
  font-size:clamp(17px,1.45vw,19px);
  line-height:1.62;
  color:var(--fg-3);
}
.what-copy .lede strong{
  color:var(--fg-1);
  font-weight:650;
}
.what-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:8px;
}
.what-support{
  margin:4px 0 0;
  padding-left:14px;
  border-left:1px solid var(--accent-structural);
  max-width:560px;
  color:var(--text-on-dark-secondary);
  font-family:var(--font-hero);
  font-size:12.75px;
  line-height:1.58;
}
.what-terrain{
  position:relative;
  min-height:680px;
  overflow:visible;
}
.what-workflow-visual{
  position:absolute;
  z-index:10;
  left:-756px;
  bottom:0;
  width:min(760px,calc(100vw - 48px));
  margin:0;
  pointer-events:none;
  filter:drop-shadow(0 28px 48px var(--overlay-black-42));
}
.what-workflow-visual img{
  display:block;
  width:100%;
  height:auto;
}
.what-guide-marker{
  display:none;
}
.what-guide-flag{
  position:relative;
  width:34px;
  height:56px;
  display:block;
}
.what-guide-flag::before{
  content:"";
  position:absolute;
  left:11px;
  top:13px;
  width:2px;
  height:41px;
  border-radius:999px;
  background:linear-gradient(to bottom,var(--accent-structural),color-mix(in srgb,var(--accent) 18%,transparent));
  box-shadow:0 0 16px color-mix(in srgb,var(--accent) 45%,transparent);
}
.what-guide-flag::after{
  content:"";
  position:absolute;
  left:7px;
  bottom:0;
  width:11px;
  height:4px;
  border-radius:999px;
  background:color-mix(in srgb,var(--accent) 75%,transparent);
  box-shadow:0 0 18px color-mix(in srgb,var(--accent) 55%,transparent);
}
.what-guide-flag svg{
  position:absolute;
  left:11px;
  top:4px;
  width:28px;
  height:25px;
  stroke:currentColor;
  fill:color-mix(in srgb,var(--accent) 16%,transparent);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.what-guide-note{
  max-width:190px;
  color:var(--fg-2);
  font-family:var(--font-hero);
  font-size:13px;
  font-weight:700;
  line-height:1.25;
  text-shadow:0 2px 10px var(--terrain-note-shadow),0 0 22px color-mix(in srgb,var(--ink) 80%,transparent);
}
@media(max-width:1180px){
  .what{
    min-height:auto;
  }
  .what-layout{
    grid-template-columns:1fr;
    gap:42px;
  }
  .what-copy{
    max-width:700px;
    transform:translateY(-18px);
  }
  .what-copy .h1{
    font-size:clamp(38px,7vw,54px);
  }
  .what-copy .what-title{
    font-size:clamp(34px,6vw,50px);
  }
  .what-terrain{
    min-height:360px;
  }
  .what-workflow-visual{
    left:0;
    width:min(760px,100%);
  }
  .what-guide-marker{
    display:none;
  }
}
@media(max-width:760px){
  .what{
    padding-top:96px;
    padding-bottom:92px;
  }
  .what::before{
    background-position:58% center;
  }
  .what-copy .h1{
    font-size:40px;
    line-height:1.08;
  }
  .what-copy .what-title{
    font-size:34px;
    line-height:1.12;
  }
  .what-copy .lede{
    font-size:16px;
  }
  .what-actions{
    align-items:stretch;
  }
  .what-actions .btn{
    width:100%;
    justify-content:center;
  }
  .what-terrain{
    min-height:240px;
  }
  .what-workflow-visual{
    left:0;
    right:0;
    bottom:0;
    width:100%;
  }
  .what-guide-marker{
    display:none;
  }
}
/* Read cards.
   Local aliases theme the readout band as a light measurement surface; the
   repeated --g-color values below are the per-Gut-Group variant contract. */
.read-section{
  --fg-1:var(--section-light-fg-1);
  --fg-2:var(--section-light-fg-2);
  --fg-3:var(--section-light-fg-3);
  --fg-4:var(--section-light-fg-4);
  --fg-5:var(--section-light-fg-5);
  --border:var(--overlay-ink-12);
  --border-bright:var(--overlay-ink-18);
  --surface-glass:var(--solid-white);
  --surface-glass-2:var(--solid-white);
  position:relative;
  overflow:hidden;
  background:var(--bg);
  color:var(--fg-2);
  padding:clamp(72px,8vw,108px) var(--section-pad-x);
}
.read-section .section-inner{
  max-width:1320px;
}
.read-layout{
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);
  gap:clamp(34px,4.8vw,72px);
  align-items:start;
}
.read-copy{
  display:grid;
  gap:18px;
  position:sticky;
  top:42px;
}
.read-title{
  font-family:var(--font-hero);
  font-size:clamp(38px,4.8vw,64px);
  line-height:1.02;
  letter-spacing:-1.35px;
  font-weight:800;
  color:var(--fg-1);
  margin:0;
  max-width:680px;
}
.read-title em{
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
  color:var(--brand-blue);
  letter-spacing:-1px;
}
.read-lede{
  font-family:var(--font-hero);
  font-size:17px;
  line-height:1.62;
  color:var(--fg-4);
  margin:0;
  max-width:620px;
}
.read-note{
  margin:8px 0 0;
  padding-left:14px;
  border-left:1px solid var(--accent-structural);
  font-family:var(--font-hero);
  font-size:12.75px;
  line-height:1.58;
  color:var(--text-muted);
  max-width:560px;
}
/* Component family: light panels - readout. */
.read-panel{
  position:relative;
  padding:18px;
  border:1px solid var(--border);
  border-radius:var(--radius-4xl);
  background:var(--surface-light-panel);
  box-shadow:0 18px 48px -34px var(--shadow-ink-panel),0 1px 0 var(--surface-light-highlight) inset;
  overflow:hidden;
}
.read-panel::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:2px;
  border-radius:0 0 var(--radius-pill) var(--radius-pill);
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent-structural) 70%,transparent),transparent);
}
.read-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.group-card{
  --g-color:var(--brand-blue);
  position:relative;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:196px;
  padding:18px 16px 15px;
  border:1px solid color-mix(in srgb,var(--g-color) 16%,var(--border));
  border-radius:var(--radius-2xl);
  background:linear-gradient(180deg,color-mix(in srgb,var(--g-color) 2.5%,var(--solid-white)),var(--solid-white) 72%);
  box-shadow:0 1px 0 var(--surface-light-highlight) inset,0 12px 28px -22px color-mix(in srgb,var(--ink) 24%,transparent);
  overflow:hidden;
}
.group-card::before{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--g-color) 45%,color-mix(in srgb,var(--accent) 35%,transparent)),transparent);
  border-radius:0 0 var(--radius-pill) var(--radius-pill);
}
.group-card__top{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.group-card__name{
  font-family:var(--font-hero);
  font-size:18px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.45px;
  color:var(--fg-1);
  margin:0;
}
.group-card__meaning{
  font-family:var(--font-hero);
  font-size:13.5px;
  line-height:1.48;
  color:var(--fg-3);
  margin:0;
}
.group-card__focus{
  margin:2px 0 0;
  padding-top:10px;
  border-top:1px solid var(--border);
  font-family:var(--font-hero);
  font-size:12.5px;
  line-height:1.48;
  color:var(--fg-4);
}
.group-card__focus b{
  display:block;
  margin:0 0 4px;
  font-family:var(--font-mono);
  font-size:9px;
  letter-spacing:1.25px;
  text-transform:uppercase;
  color:var(--accent-structural);
}
/* Gut Group card variants: one inherited --g-color per category. */
.read-section .g-overgrowth{
  --g-color:var(--read-overgrowth);
}
.read-section .g-barrier{
  --g-color:var(--read-barrier);
}
.read-section .g-balanced{
  --g-color:var(--read-balanced);
}
.read-section .g-diversity{
  --g-color:var(--read-diversity);
}
.read-section .g-scfa{
  --g-color:var(--read-scfa);
}
.read-section .g-inflammatory{
  --g-color:var(--read-inflammatory);
}
@media(max-width:1040px){
  .read-layout{
    grid-template-columns:1fr;
  }
  .read-copy{
    position:relative;
    top:auto;
  }
  .read-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .read-section{
    padding:52px 20px 64px;
  }
  .read-title{
    font-size:clamp(34px,10vw,44px);
    letter-spacing:-1.1px;
  }
  .read-panel{
    padding:12px;
    border-radius:var(--radius-3xl);
  }
  .read-grid{
    grid-template-columns:1fr;
  }
  .group-card{
    min-height:0;
  }
}
/* Healthcare providers. */
.home-hcp{
  padding:clamp(72px,8vw,112px) var(--section-pad-x);
  border-top:1px solid var(--parchment-line);
  background:var(--parchment-surface);
  color:var(--fg-2);
}
.home-hcp .section-inner{
  max-width:1420px;
}
.home-hcp__intro{
  width:100%;
}
.home-hcp__eyebrow,.home-hcp__rule-label{
  margin:0;
  color:var(--accent-emphasis);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.9px;
  text-transform:uppercase;
}
.home-hcp__title{
  margin:24px 0 0;
  max-width:1120px;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:clamp(48px,5vw,68px);
  font-weight:800;
  letter-spacing:0;
  line-height:.96;
}
.home-hcp__title em,.home-hcp__workflow-title em{
  color:var(--brand-blue);
  font-family:inherit;
  font-style:normal;
  font-weight:inherit;
}
.home-hcp__title em.home-hcp__title-italic{
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
  letter-spacing:-1px;
}
.home-hcp__accent{
  display:block;
  width:94px;
  height:4px;
  margin:34px 0 26px;
  border-radius:2px;
  background:var(--brand-blue-soft);
}
.home-hcp__lede{
  margin:0;
  max-width:1100px;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:18px;
  line-height:1.62;
}
.home-hcp__detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(44px,5vw,76px);
  align-items:start;
  margin-top:72px;
}
.home-hcp__workflow-head{
  margin-bottom:24px;
}
.home-hcp__rule-label{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  color:var(--accent-emphasis);
}
.home-hcp__rule-label::after{
  content:"";
  height:2px;
  background:var(--fg-1);
}
.home-hcp__workflow-title{
  margin:18px 0 8px;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:clamp(36px,3.5vw,48px);
  font-weight:800;
  letter-spacing:0;
  line-height:1;
}
.home-hcp__workflow-intro{
  margin:0;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:18px;
  line-height:1.55;
}
.home-hcp__steps{
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  gap:14px;
}
.home-hcp__step{
  --hcp-step-color:var(--brand-blue);
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:110px;
  padding:20px 22px;
  border:1px solid color-mix(in srgb,var(--brand-blue) 15%,var(--parchment-line));
  border-radius:6px;
  background:color-mix(in srgb,var(--brand-blue) 4%,var(--parchment-surface));
}
.home-hcp__step-icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border:1px solid color-mix(in srgb,var(--hcp-step-color) 22%,var(--parchment-line));
  border-radius:6px;
  background:var(--parchment-surface);
  color:var(--hcp-step-color);
}
.home-hcp__step-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-hcp__step h4{
  margin:0;
  color:var(--hcp-step-color);
  font-family:var(--font-hero);
  font-size:20px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.15;
  text-transform:uppercase;
}
.home-hcp__step h4 span::after{
  content:" /";
}
.home-hcp__step p{
  margin:6px 0 0;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:16px;
  line-height:1.45;
}
.home-hcp__benefits{
  margin:0;
}
.home-hcp__benefits ul{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.home-hcp__benefits li{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.home-hcp__check{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--brand-blue-soft);
  color:var(--solid-white);
}
.home-hcp__check svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-hcp__benefits h4{
  margin:0 0 4px;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:18px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.25;
}
.home-hcp__benefits li p{
  margin:0;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:15px;
  line-height:1.5;
}
.home-hcp__documents{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:54px;
  padding-top:28px;
  border-top:1px solid var(--border);
  align-items: center;
  justify-content: center;
}
.home-hcp__documents .btn{
  justify-content:center;
  min-width:230px;
}
.home-hcp__documents .btn-icon{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:960px){
  .home-hcp__detail-grid{
    grid-template-columns:1fr;
  }
  .home-hcp__steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .home-hcp{
    padding:64px 20px 72px;
  }
  .home-hcp__title{
    font-size:46px;
  }
  .home-hcp__steps{
    grid-template-columns:1fr;
  }
  .home-hcp__step{
    min-height:0;
    padding:20px;
  }
  .home-hcp__documents{
    margin-top:40px;
  }
  .home-hcp__documents .btn{
    width:100%;
  }
}
@media(max-width:420px){
  .home-hcp__step{
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
  }
  .home-hcp__step-icon{
    width:52px;
    height:52px;
  }
  .home-hcp__step h4{
    font-size:18px;
  }
}
/* Booking. */
.home-start{
  position:relative;
  overflow:hidden;
  background:var(--bg-2);
  color:var(--fg-2);
  padding:clamp(64px,6vw,88px) var(--section-pad-x) clamp(56px,5vw,78px);
}
.home-start .section-inner{
  max-width:1440px;
}
.home-start__grid{
  display:grid;
  grid-template-columns:minmax(340px,.34fr) minmax(0,1fr);
  gap:clamp(44px,5vw,76px);
  align-items:start;
}
.home-start__intro{
  padding:4px 0 0;
}
.home-start__eyebrow,.home-start__rule-label,.home-start__path-kicker,.home-start__price-label{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.9px;
  text-transform:uppercase;
}
.home-start__eyebrow{
  color:var(--accent-emphasis);
  margin:0 0 22px;
}
.home-start__title{
  margin:0;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:clamp(50px,4.8vw,66px);
  line-height:.98;
  letter-spacing:-1.35px;
  font-weight:800;
}
.home-start__title em{
  display:block;
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
  color:var(--brand-blue);
  letter-spacing:-1px;
}
.home-start__lede{
  margin:20px 0 0;
  max-width:420px;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:17px;
  line-height:1.62;
}
.home-start__decision{
  min-width:0;
}
.home-start__rule{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:center;
  margin:0 0 16px;
}
.home-start__rule-label{
  color:var(--accent-emphasis);
  margin:0;
}
.home-start__rule::after{
  content:"";
  height:1px;
  background:linear-gradient(90deg,var(--booking-gold-border),color-mix(in srgb,var(--accent) 28%,transparent),var(--booking-gold-wash));
}
.home-start__paths{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
/* Component family: booking cards. */
.home-start__path{
  position:relative;
  /*display:grid;
  grid-template-columns:80px minmax(0,1fr);*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
  align-items:center;
  min-height:226px;
  padding:26px 34px;
  border:1px solid var(--border);
  border-radius:var(--radius-3xl);
  background:linear-gradient(180deg,color-mix(in srgb,var(--parchment-surface) 92%,transparent),var(--parchment-panel-wash));
  box-shadow:var(--shadow-card);
  cursor:pointer;
  text-align:left;
  color:var(--fg-3);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.home-start__path:hover{
  transform:translateY(-2px);
  border-color:var(--border-bright);
}
.home-start__path[aria-pressed="true"]{
  border-color:var(--booking-blue-border);
  background:linear-gradient(180deg,color-mix(in srgb,var(--parchment-surface) 92%,transparent),var(--parchment-panel-wash));
  box-shadow:var(--booking-blue-selected-shadow);
}
.home-start__path[data-booking-choice="have"],
.home-start__path[data-booking-choice="gift"]{
  border-color:var(--booking-gold-border);
}
.home-start__path[data-booking-choice="have"][aria-pressed="true"],
.home-start__path[data-booking-choice="gift"][aria-pressed="true"]{
  border-color:var(--booking-gold-border);
  box-shadow:var(--booking-gold-selected-shadow);
}
.home-start__icon{
  --home-start-icon-size:72px;
  display:grid;
  place-items:center;
  flex:0 0 var(--home-start-icon-size);
  width:var(--home-start-icon-size);
  height:var(--home-start-icon-size);
  min-width:var(--home-start-icon-size);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid var(--booking-icon-border);
  color:var(--brand-blue-soft);
  background:radial-gradient(circle at 50% 40%,var(--booking-icon-brand-halo),color-mix(in srgb,var(--brand-blue) 4%,transparent) 68%);
}
.home-start__path[data-booking-choice="have"] .home-start__icon,
.home-start__path[data-booking-choice="gift"] .home-start__icon{
  color:var(--accent-structural);
  border-color:color-mix(in srgb,var(--accent) 38%,transparent);
  background:color-mix(in srgb,var(--accent) 6%,transparent);
}
.home-start__icon svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-start__path-kicker{
  display:block;
  margin:0 0 12px;
  color:var(--brand-blue-soft);
}
.home-start__path[data-booking-choice="have"] .home-start__path-kicker,
.home-start__path[data-booking-choice="gift"] .home-start__path-kicker{
  color:var(--accent-structural);
}
.home-start__path-title{
  display:block;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:32px;
  line-height:1.08;
  letter-spacing:-.55px;
  font-weight:800;
}
.home-start__path-copy{
  display:block;
  margin-top:12px;
  max-width:39ch;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:16px;
  line-height:1.55;
}
.home-start__path-action{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  min-height:46px;
  padding:12px 20px;
  border-radius:var(--radius-md);
  color:var(--action-primary-text);
  border:1px solid transparent;
  background:var(--brand-blue);
  box-shadow:0 8px 24px var(--cta-brand-glow),inset 0 1px 0 color-mix(in srgb,var(--solid-white) 20%,transparent);
  font-family:var(--font-hero);
  font-size:14px;
  font-weight:800;
}
.home-start__path-action:hover{
  box-shadow:var(--shadow-cta-hover);
}
.home-start__path[data-booking-choice="have"] .home-start__path-action,
.home-start__path[data-booking-choice="gift"] .home-start__path-action{
  color:var(--accent-structural);
  border-color:var(--booking-gold-border);
  background:var(--booking-gold-wash);
  box-shadow:none;
}
.home-start__path-action svg,.home-start__action .btn-icon{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-start__support{
  display:block;
  margin-top:16px;
}
.home-start__card{
  border:1px solid var(--border);
  border-radius:var(--radius-3xl);
  background:linear-gradient(180deg,color-mix(in srgb,var(--parchment-surface) 92%,transparent),var(--parchment-panel-wash));
  box-shadow:var(--shadow-card);
}
.home-start__action{
  display:grid;
  grid-template-columns:92px minmax(0,1fr) 184px;
  gap:22px;
  align-items:center;
  min-height:164px;
  padding:26px 30px;
  border:1px solid var(--border);
  border-radius:var(--radius-3xl);
  background:linear-gradient(180deg,color-mix(in srgb,var(--parchment-surface) 92%,transparent),var(--parchment-panel-wash));
  box-shadow:var(--shadow-card);
}
.home-start__action-icon{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:50%;
  border:1px solid var(--booking-blue-border);
  color:var(--brand-blue-soft);
  background:var(--overlay-brand-blue-08);
}
.home-start__action-icon svg{
  width:31px;
  height:31px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-start__copy[hidden]{
  display:none;
}
.home-start__copy h3{
  margin:0 0 8px;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.3px;
}
.home-start__copy p{
  margin:0;
  max-width:58ch;
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:15px;
  line-height:1.58;
}
.home-start__actions{
  display:grid;
  gap:10px;
}
.home-start__actions .btn{
  justify-content:center;
  min-height:42px;
  padding:11px 14px;
  border-radius:var(--radius-md);
  font-size:13px;
  font-weight:800;
}
.home-start__pricing{
  display:grid;
  grid-template-columns:1fr 1fr .88fr;
  align-items:stretch;
  overflow:hidden;
}
.home-start__price-box{
  padding:23px 26px;
  border-right:1px solid var(--border);
}
.home-start__price-box:last-child{
  border-right:0;
}
.home-start__price-label{
  margin:0 0 12px;
  min-height:4.65em;
  color:var(--accent-structural);
  font-size:12px;
  line-height:1.55;
}
.home-start__price-amount{
  margin:0;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:32px;
  font-weight:800;
  letter-spacing:-.6px;
  line-height:1;
}
.home-start__price-amount small{
  font-size:14px;
  color:var(--fg-4);
  letter-spacing:0;
}
.home-start__price-desc,.home-start__price-note{
  margin:12px 0 0;
  color:var(--fg-4);
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.55;
}
.home-start__price-plus{
  position:absolute;
  left:-13px;
  top:48%;
  color:var(--accent-structural);
  font-size:30px;
  line-height:1;
}
.home-start__price-box--ongoing{
  position:relative;
}
.home-start__booking{
  scroll-margin-top:calc(var(--site-header-h) + 18px);
  margin-top:20px;
  border-radius:var(--radius-3xl);
  border:1px solid var(--border);
  background:linear-gradient(180deg,color-mix(in srgb,var(--parchment-surface) 92%,transparent),var(--parchment-panel-wash));
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.home-start__booking-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  padding:17px 20px;
  color:var(--fg-2);
  font-family:var(--font-hero);
  font-size:14px;
  font-weight:800;
}
.home-start__booking-state{
  color:var(--fg-4);
  font-weight:600;
}
.home-start__booking-frame{
  margin:0 12px 12px;
  border:1px solid var(--border);
  border-radius:12px;
  overflow:hidden;
  background:var(--solid-white);
  min-height:860px;
  display:flex;
}
.home-start__booking-frame iframe{
  width:100%;
  min-height:860px;
  border:0;
  display:block;
  background:var(--solid-white);
}
.home-start__credit{
  display:flex;
  justify-content:center;
  gap:8px;
  align-items:center;
  margin:18px 0 0;
  color:var(--fg-4);
  font-family:var(--font-hero);
  font-size:15px;
}
.home-start__credit svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:1180px){
  .home-start__grid{
    grid-template-columns:1fr;
  }
  .home-start__intro{
    max-width:620px;
    padding-left:0;
  }
  .home-start__support{
    grid-template-columns:1fr;
  }
  .home-start__pricing{
    grid-template-columns:1fr;
  }
  .home-start__price-box{
    border-right:0;
    border-bottom:1px solid var(--overlay-white-10);
  }
  .home-start__price-label{
    min-height:0;
  }
  .home-start__price-plus{
    display:none;
  }
  .home-start__booking-frame,.home-start__booking-frame iframe{
    min-height:780px;
  }
}
@media(max-width:760px){
  .home-start{
    padding:52px 20px 64px;
  }
  .home-start__paths{
    grid-template-columns:1fr;
  }
  .home-start__path{
    grid-template-columns:1fr;
    min-height:auto;
    padding:28px 24px;
  }
  .home-start__icon{
    --home-start-icon-size:64px;
  }
  .home-start__action{
    grid-template-columns:1fr;
    padding:24px;
  }
  .home-start__actions{
    grid-template-columns:1fr;
  }
  .home-start__title{
    font-size:46px;
  }
  .home-start__booking-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .home-start__booking-frame{
    margin:0;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
}
/* Homepage team profiles. */
.home-team{
  background:var(--parchment-bg);
  border-top:1px solid var(--parchment-line);
}
.home-team .section-inner{
  max-width:1320px;
}
.home-team__intro{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:18px 64px;
  align-items:end;
  margin-bottom:68px;
}
.home-team__intro .eyebrow{
  grid-column:1/-1;
  margin:0;
}
.home-team__title{
  margin:0;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:56px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.02;
}
.home-team__title em{
  color:var(--brand-blue);
  font-family:var(--serif);
  font-weight:500;
}
.home-team__lede{
  max-width:650px;
  margin:0;
  color:var(--fg-4);
  font-family:var(--font-hero);
  font-size:19px;
  line-height:1.65;
}
.home-team__list{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}
.home-team__member{
  grid-column:span 2;
}
.home-team__member:nth-last-child(2):nth-child(3n + 1){
  grid-column:2 / span 2;
}
.home-team__member{
  min-width:0;
}
.home-team__card{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
  padding:0;
  overflow:hidden;
  border:1px solid var(--parchment-line);
  border-radius:6px;
  background:var(--parchment-surface-90);
  box-shadow:0 18px 50px -42px var(--shadow-ink-panel);
  color:inherit;
  text-align:left;
  cursor:pointer;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-team__card:hover,.home-team__card:focus-visible{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--brand-blue) 34%,var(--parchment-line));
  box-shadow:0 24px 58px -38px var(--shadow-ink-panel);
}
.home-team__card:focus-visible{
  outline:3px solid color-mix(in srgb,var(--brand-blue) 42%,transparent);
  outline-offset:3px;
}
.home-team__portrait{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:1;
  overflow:hidden;
  background:var(--parchment-bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-team__portrait::after{
  content:"";
  position:absolute;
  inset:0;
  border:8px solid color-mix(in srgb,var(--parchment-surface) 45%,transparent);
  pointer-events:none;
}
.home-team__portrait img{
  width:95%;
  max-width: 360px;
  height:95%;
  max-height: 360px;
  display:block;
  object-fit:cover;
  border-radius:100%;
  border:8px solid color-mix(in srgb,var(--parchment-surface) 45%,transparent);
}
.home-team__profile{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:21px 22px 23px;
}
.home-team__meta{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:15px;
}
.home-team__number{
  color:var(--accent-structural);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
}
.home-team__role{
  margin:0;
  color:var(--accent-structural);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
.home-team__name{
  display:block;
  margin:0;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:23px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.12;
}
.home-team__bio-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--parchment-line);
  color:var(--brand-blue);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
.home-team__bio-action svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
}
.home-team__card:hover .home-team__bio-action svg{
  transform:translateX(4px);
}
.home-team__modal{
  width:min(1080px,calc(100vw - 40px));
  max-width:none;
  max-height:calc(100dvh - 40px);
  margin:auto;
  padding:0;
  overflow:hidden;
  border:1px solid var(--parchment-line);
  border-radius:8px;
  background:var(--parchment-surface);
  box-shadow:0 40px 100px -36px var(--overlay-black-80);
  color:var(--fg-1);
}
.home-team__modal::backdrop{
  background:rgba(13,21,31,.72);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.home-team__modal-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr);
  max-height:calc(100dvh - 42px);
  overflow:auto;
}
.home-team__modal-close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid var(--parchment-line);
  border-radius:50%;
  background:var(--parchment-surface);
  color:var(--fg-1);
  box-shadow:0 10px 30px -20px var(--shadow-ink-panel);
  cursor:pointer;
}
.home-team__modal-close:hover,.home-team__modal-close:focus-visible{
  color:var(--brand-blue);
}
.home-team__modal-close svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}
.home-team__modal-portrait{
  width:calc(100% - 56px);
  aspect-ratio:1;
  align-self:center;
  margin:28px;
  overflow:hidden;
  border-radius:6px;
  background:var(--parchment-bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-team__modal-portrait img{
  width:95%;
  height:95%;
  border-radius: 100%;
  display:block;
  object-fit:cover;
  border:8px solid color-mix(in srgb,var(--parchment-surface) 45%,transparent);
}
.home-team__modal-copy{
  align-self:center;
  padding:76px 56px 52px 36px;
}
.home-team__modal-name{
  margin:0 0 24px;
  padding-right:30px;
  color:var(--fg-1);
  font-family:var(--font-hero);
  font-size:38px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.08;
}
.home-team__bio{
  color:var(--fg-3);
  font-family:var(--font-hero);
  font-size:16px;
  line-height:1.72;
}
.home-team__bio p{
  margin:0 0 16px;
}
.home-team__bio p:last-child{
  margin-bottom:0;
}
.home-team__modal-nav{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:14px;
  align-items:center;
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid var(--parchment-line);
}
.home-team__modal-nav-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  padding:8px 0;
  border:0;
  background:transparent;
  color:var(--brand-blue);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  cursor:pointer;
}
.home-team__modal-nav-button:last-child{
  justify-self:end;
}
.home-team__modal-nav-button:hover,.home-team__modal-nav-button:focus-visible{
  color:var(--accent-emphasis);
}
.home-team__modal-nav-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-team__modal-count{
  color:var(--fg-5);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:700;
}
body.team-modal-open{
  overflow:hidden;
}
@media(max-width:1080px){
  .home-team__list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  .home-team__member,.home-team__member:nth-last-child(2):nth-child(3n + 1){
    grid-column:auto;
  }
  .home-team__name{
    font-size:27px;
  }
}
@media(max-width:900px){
  .home-team__intro{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:48px;
  }
  .home-team__intro .eyebrow{
    grid-column:auto;
  }
  .home-team__lede{
    max-width:720px;
  }
  .home-team__modal-panel{
    grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);
  }
  .home-team__modal-copy{
    padding:72px 36px 48px;
  }
  .home-team__modal-name{
    font-size:32px;
  }
}
@media(max-width:680px){
  .home-team{
    padding:64px 20px 72px;
  }
  .home-team__title{
    font-size:42px;
  }
  .home-team__lede{
    font-size:17px;
  }
  .home-team__list{
    grid-template-columns:1fr;
    gap:18px;
  }
  .home-team__profile{
    padding:22px 22px 24px;
  }
  .home-team__modal{
    width:calc(100vw - 20px);
    max-height:calc(100dvh - 20px);
  }
  .home-team__modal-panel{
    grid-template-columns:1fr;
    max-height:calc(100dvh - 22px);
  }
  .home-team__modal-portrait{
    width:calc(100% - 32px);
    height:auto;
    margin:16px;
  }
  .home-team__modal-copy{
    padding:32px 24px 40px;
  }
  .home-team__modal-name{
    padding-right:0;
    font-size:29px;
  }
  .home-team__bio{
    font-size:15px;
  }
  .home-team__modal-close{
    top:12px;
    right:12px;
  }
}
/* ===========================================================================
THE SCIENCE: signal lens section
========================================================================== */
/* ==========================================================================
POLISH &mdash; smooth scroll,jump nav,entrance reveal,back-to-top
========================================================================== */
html{
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--site-header-h) + 18px);
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }
}
.route-reference-sheet{
  margin:clamp(26px,4vw,44px) 0 0;
  border:1px solid var(--border);
  border-radius:var(--radius-4xl);
  background:var(--surface);
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.route-reference-sheet img{
  display:block;
  width:100%;
  height:auto;
}
.route-reference-sheet figcaption{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.development-reference{
  margin-top:clamp(26px,4vw,44px);
}
.development-reference[hidden]{
  display:none;
}
.development-inner--with-reference{
  max-width:min(1480px,100%);
}
.development-inner--with-reference .development-hero{
  min-height:auto;
  padding-top:clamp(48px,8vw,96px);
}
/* CSS SECTION 08: authored route systems. */
.route-view[hidden]{
  display:none!important;
}
.route-page{
  min-height:100vh;
  padding:calc(var(--site-header-h) + 64px) var(--section-pad-x) 96px;
  background:var(--bg);
}
.route-inner{
  max-width:1180px;
  margin:0 auto;
}
.development-page{
  display:grid;
  align-items:center;
}
.development-inner{
  max-width:980px;
}
.development-hero{
  min-height:min(620px,calc(100vh - var(--site-header-h) - 160px));
  display:grid;
  align-content:center;
  gap:20px;
}
.development-hero .route-title{
  max-width:760px;
}
.development-hero .route-lede{
  max-width:680px;
}
.route-hero{
  display:grid;
  gap:20px;
  max-width:860px;
  margin-bottom:48px;
}
.route-kicker{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--accent-emphasis);
  margin:0;
}
.route-title{
  font-family:var(--font-hero);
  font-size:clamp(40px,6vw,72px);
  line-height:1.02;
  letter-spacing:-2.2px;
  font-weight:800;
  color:var(--fg-1);
  margin:0;
  text-wrap:balance;
}
.route-title em{
  font-family:var(--serif);
  font-weight:500;
  color:var(--brand-blue);
}
.route-lede{
  font-family:var(--font-hero);
  font-size:clamp(18px,2vw,22px);
  line-height:1.55;
  color:var(--fg-3);
  margin:0;
  max-width:780px;
}
.route-section{
  padding:30px 0;
  border-top:1px solid var(--overlay-white-08);
}
.route-section h2{
  font-family:var(--font-hero);
  font-size:clamp(26px,3.2vw,42px);
  line-height:1.12;
  letter-spacing:-1px;
  color:var(--fg-1);
  margin:0 0 14px;
}
.route-section p{
  font-family:var(--font-hero);
  font-size:16px;
  line-height:1.65;
  color:var(--section-copy-color);
  margin:0;
  max-width:760px;
}
.route-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.route-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
/* Component family: route cards. */
.route-card{
  padding:22px;
  border:1px solid var(--panel-border);
  border-radius:var(--radius-xl);
  background:var(--route-card-bg);
  box-shadow:var(--panel-shadow-subtle);
}
.route-card h3{
  font-family:var(--font-hero);
  font-size:19px;
  line-height:1.2;
  letter-spacing:-.3px;
  color:var(--fg-1);
  margin:0 0 8px;
}
.route-card h4{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--accent-structural);
  margin:0 0 10px;
}
.route-card p,.route-card li{
  font-family:var(--font-hero);
  font-size:14px;
  line-height:1.58;
  color:var(--section-copy-color);
}
.route-card p{
  margin:0;
}
.route-card ul{
  display:grid;
  gap:8px;
  margin:12px 0 0;
  padding:0;
  list-style:none;
}
.route-card li{
  display:flex;
  gap:9px;
  align-items:flex-start;
}
.route-card li::before{
  content:"";
  width:6px;
  height:6px;
  margin-top:.55em;
  border-radius:50%;
  background:var(--accent-structural);
  box-shadow:0 0 10px var(--rule-accent-strong);
  flex:0 0 auto;
}
.route-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}
.route-note{
  margin-top:22px;
  padding:16px 18px;
  border:1px solid var(--route-note-border);
  border-radius:var(--radius-lg);
  background:var(--panel-bg-muted);
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.55;
  color:var(--fg-5);
  max-width:820px;
}
.faq-page .route-inner{
  max-width:1120px;
}
.faq-page .route-hero{
  max-width:920px;
}
.faq-start-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
/* Component family: FAQ cards. */
.faq-start-card{
  position:relative;
  display:grid;
  gap:10px;
  padding:21px 20px;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:linear-gradient(180deg,var(--overlay-white-06),var(--overlay-white-02));
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.faq-start-card::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:2px;
  border-radius:0 0 var(--radius-pill) var(--radius-pill);
  background:linear-gradient(90deg,transparent,var(--rule-accent-strong),transparent);
}
.faq-start-card h3{
  font-family:var(--font-hero);
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.3px;
  color:var(--fg-1);
  margin:0;
}
.faq-start-card p{
  font-family:var(--font-hero);
  font-size:13.5px;
  line-height:1.56;
  color:var(--section-copy-color);
  margin:0;
}
.faq-section{
  padding:34px 0;
  border-top:1px solid var(--overlay-white-08);
}
.faq-section-head{
  display:grid;
  gap:8px;
  max-width:800px;
  margin-bottom:18px;
}
.faq-section-head h2{
  font-family:var(--font-hero);
  font-size:clamp(25px,3vw,38px);
  line-height:1.1;
  letter-spacing:-1px;
  color:var(--fg-1);
  margin:0;
}
.faq-section-head p{
  font-family:var(--font-hero);
  font-size:15px;
  line-height:1.6;
  color:var(--fg-5);
  margin:0;
}
.faq-list{
  display:grid;
  gap:9px;
}
/* Component family: FAQ accordion cards. */
.faq-item{
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:var(--overlay-white-02);
  overflow:hidden;
}
.faq-item[open]{
  background:linear-gradient(180deg,var(--overlay-white-05),var(--overlay-white-02));
  border-color:var(--border-bright);
}
.faq-item summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:17px 19px;
  cursor:pointer;
  list-style:none;
  font-family:var(--font-hero);
  font-size:16px;
  font-weight:700;
  line-height:1.28;
  letter-spacing:-.25px;
  color:var(--fg-2);
}
.faq-item summary::-webkit-details-marker{
  display:none;
}
.faq-item summary::after{
  content:"+";
  width:26px;
  height:26px;
  border:1px solid var(--border-bright);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-mono);
  font-size:15px;
  font-weight:800;
  color:var(--accent-structural);
  background:var(--overlay-white-03);
}
.faq-item[open] summary::after{
  content:"-";
  color:var(--fg-1);
  background:color-mix(in srgb,var(--brand-blue) 24%,var(--surface-glass));
}
.faq-answer{
  padding:0 19px 18px;
  font-family:var(--font-hero);
  font-size:14.5px;
  line-height:1.65;
  color:var(--section-copy-color);
  max-width:840px;
}
.faq-answer p{
  margin:0 0 10px;
}
.faq-answer p:last-child{
  margin-bottom:0;
}
.faq-answer strong{
  color:var(--fg-2);
  font-weight:700;
}
.faq-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
@media(max-width:980px){
  .faq-start-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .faq-start-grid{
    grid-template-columns:1fr;
  }
  .faq-item summary{
    padding:16px;
    font-size:15px;
  }
  .faq-answer{
    padding:0 16px 16px;
  }
}
.route-choice{
  display:grid;
  gap:10px;
}
.route-choice .btn{
  justify-content:center;
}
.why-gut-page{
  --why-blue:var(--brand-blue);
  --why-blue-soft:var(--brand-blue-soft);
  --why-blue-wash:color-mix(in srgb,var(--brand-blue) 7%,var(--parchment-surface));
  --why-blue-wash-strong:color-mix(in srgb,var(--brand-blue) 13%,var(--parchment-surface));
  --why-blue-line:color-mix(in srgb,var(--brand-blue) 46%,transparent);
  --why-gold:var(--accent-structural);
  --why-gold-wash:color-mix(in srgb,var(--accent-structural) 10%,var(--parchment-surface));
  --why-gold-line:color-mix(in srgb,var(--accent-structural) 50%,transparent);
  --why-panel:var(--parchment-surface-96);
  --why-panel-soft:var(--parchment-surface-90);
  --why-rule:var(--parchment-line);
  --why-shadow:0 26px 76px -54px var(--parchment-shadow);
  background:
    radial-gradient(circle at 9% 6%,color-mix(in srgb,var(--white) 60%,transparent),transparent 31rem),
    linear-gradient(180deg,var(--parchment-bg),var(--parchment-bg-2));
  color:var(--text-body);
  padding:0 var(--section-pad-x) clamp(64px,7vw,96px);
  overflow-x:hidden;
}
.route-page.why-gut-page{
  padding:0 var(--section-pad-x) clamp(64px,7vw,96px);
}
.why-gut-page .route-inner{
  max-width:1480px;
}
.why-gut-section{
  position:relative;
  min-height:calc(100vh - var(--site-header-h));
  scroll-margin-top:calc(var(--site-header-h) + 18px);
  padding:clamp(34px,4vw,54px) 0;
  border-top:1px solid var(--why-rule);
  display:grid;
  align-content:center;
}
.why-gut-section:first-child{
  border-top:0;
}
.why-gut-section__head{
  display:grid;
  gap:10px;
  max-width:1320px;
  margin:0 0 clamp(20px,2.4vw,30px);
}
.why-gut-eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  width:max-content;
  gap:18px;
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1;
  text-transform:uppercase;
  color:var(--accent-emphasis);
  margin:0;
}
.why-gut-eyebrow::after{
  content:"";
  display:block;
  width:72px;
  height:1px;
  background:var(--why-gold);
}
.why-gut-heading{
  font-family:var(--font-hero);
  font-size:clamp(32px,3.45vw,54px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:0;
  color:var(--text-strong);
  margin:0;
  text-wrap:balance;
}
.why-gut-subhead{
  font-family:var(--font-hero);
  font-size:clamp(18px,1.35vw,22px);
  line-height:1.45;
  color:var(--text-body);
  margin:0;
  max-width:910px;
}
.why-gut-copy{
  font-family:var(--font-hero);
  font-size:15.5px;
  line-height:1.5;
  color:var(--text-secondary);
  margin:0;
}
.why-gut-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:var(--why-blue);
  background:var(--why-blue-wash);
  border:1px solid var(--why-blue-line);
  box-shadow:0 14px 30px -24px var(--why-blue);
}
.why-gut-icon svg{
  width:25px;
  height:25px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-gut-icon--gold{
  color:var(--why-gold);
  background:var(--why-gold-wash);
  border-color:var(--why-gold-line);
  box-shadow:0 14px 30px -24px var(--why-gold);
}
.why-gut-hero{
  min-height:min(740px,calc(100vh - var(--site-header-h)));
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(560px,.82fr);
  gap:clamp(44px,7vw,110px);
  align-items:center;
  padding-top:calc(var(--site-header-h) + clamp(46px,6vw,82px));
  padding-bottom:clamp(48px,6vw,78px);
}
.why-gut-hero__copy{
  display:grid;
  gap:24px;
  max-width:820px;
}
.why-gut-hero .route-title{
  max-width:790px;
  font-size:clamp(44px,5.4vw,78px);
  letter-spacing:0;
}
.why-gut-boundary-note{
  display:flex;
  align-items:center;
  gap:18px;
  width:min(100%,760px);
  padding:18px 0 0;
  border-top:2px solid var(--why-gold-line);
  font-family:var(--font-hero);
  font-size:17px;
  font-weight:800;
  line-height:1.35;
  color:var(--accent-text);
}
.why-gut-boundary-note .why-gut-icon{
  width:42px;
  height:42px;
}
.why-gut-hero__preview{
  align-self:center;
  padding-top:8px;
  transform:translateY(-14px);
}
.why-gut-mini-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(104px,1fr));
  gap:18px;
  align-items:start;
  padding:28px 0 22px;
}
.why-gut-mini-flow::before{
  content:"";
  position:absolute;
  left:72px;
  right:72px;
  top:84px;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--why-blue) 9%,var(--why-blue) 91%,transparent);
}
.why-gut-mini-flow::after{
  display:none;
}
.why-gut-mini-flow__step{
  position:relative;
  display:grid;
  justify-items:center;
  gap:14px;
  text-align:center;
  color:var(--why-blue);
}
.why-gut-mini-flow__step::after{
  display:none;
}
.why-gut-mini-flow__step:last-child::after{
  display:none;
}
.why-gut-mini-flow__dot{
  position:absolute;
  top:50px;
  right:-12px;
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--why-blue);
  z-index:1;
}
.why-gut-mini-flow__step:last-child .why-gut-mini-flow__dot{
  display:none;
}
.why-gut-mini-flow .why-gut-icon{
  width:112px;
  height:112px;
  position:relative;
  z-index:1;
  background:color-mix(in srgb,var(--white) 44%,var(--why-blue-wash));
}
.why-gut-mini-flow .why-gut-icon svg{
  width:52px;
  height:52px;
}
.why-gut-mini-flow__label{
  font-family:var(--font-hero);
  font-size:24px;
  line-height:1.14;
  font-weight:800;
}
.why-gut-ledger-section .why-gut-section__head{
  max-width:1390px;
}
.why-gut-ledger-section .why-gut-heading{
  max-width:1360px;
}
.why-gut-ledger{
  position:relative;
  overflow:hidden;
  border:1px solid var(--why-rule);
  border-radius:var(--radius-2xl);
  background:var(--why-panel-soft);
  box-shadow:var(--why-shadow);
}
.why-gut-ledger::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:51%;
  background:
    radial-gradient(circle at 12% 22%,color-mix(in srgb,var(--white) 72%,transparent),transparent 14rem),
    linear-gradient(180deg,color-mix(in srgb,var(--why-blue) 11%,var(--white)),color-mix(in srgb,var(--why-blue) 5%,var(--white)));
  pointer-events:none;
}
.why-gut-ledger__head,
.why-gut-ledger__row{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr);
}
.why-gut-ledger__head{
  background:linear-gradient(90deg,color-mix(in srgb,var(--white) 34%,var(--why-panel)) 0 49%,color-mix(in srgb,var(--why-blue) 13%,var(--white)) 49% 100%);
  border-bottom:1px solid var(--why-rule);
}
.why-gut-ledger__heading{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 28px;
  font-family:var(--font-hero);
  font-size:21px;
  font-weight:800;
  line-height:1.25;
  color:var(--text-strong);
}
.why-gut-ledger__heading--measured{
  color:var(--why-blue);
}
.why-gut-ledger__row{
  border-bottom:1px solid var(--why-rule);
  background:linear-gradient(90deg,color-mix(in srgb,var(--white) 30%,transparent),transparent);
}
.why-gut-ledger__row:last-child{
  border-bottom:0;
}
.why-gut-ledger__cell{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:20px;
  align-items:center;
  padding:15px 28px;
  min-height:88px;
}
.why-gut-ledger__cell--measured{
  background:linear-gradient(90deg,color-mix(in srgb,var(--why-blue) 9%,transparent),color-mix(in srgb,var(--white) 28%,transparent));
}
.why-gut-ledger__cell .why-gut-icon{
  width:56px;
  height:56px;
}
.why-gut-ledger__cell h3,
.why-gut-evidence h3,
.why-gut-next-card h3,
.why-gut-context-card h3,
.why-gut-mechanism-node h3{
  font-family:var(--font-hero);
  font-size:20px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:0;
  color:var(--text-strong);
  margin:0;
}
.why-gut-ledger__cell--measured h3{
  color:var(--why-blue);
}
.why-gut-ledger__bridge-col{
  display:flex;
  align-items:center;
  justify-content:center;
  border-left:1px solid color-mix(in srgb,var(--why-gold) 26%,transparent);
  border-right:1px solid color-mix(in srgb,var(--why-blue) 20%,transparent);
  background:color-mix(in srgb,var(--parchment-bg) 58%,transparent);
}
.why-gut-ledger__arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--why-gold-line);
  color:var(--why-gold);
  background:var(--why-panel);
  font-family:var(--font-mono);
  font-weight:800;
}
.why-gut-ledger__bridge{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:20px auto 0;
  color:var(--accent-text);
  font-family:var(--font-hero);
  font-size:18px;
  font-weight:800;
  text-align:center;
}
.why-gut-ledger__bridge::before,
.why-gut-ledger__bridge::after{
  content:"";
  height:1px;
  flex:1 1 120px;
  max-width:310px;
  background:var(--why-gold-line);
}
.why-gut-mechanism-section .why-gut-section__head{
  margin-bottom:22px;
}
.why-gut-mechanism{
  position:relative;
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.why-gut-mechanism__field{
  position:relative;
  min-height:510px;
  padding:0 clamp(28px,3vw,48px);
  overflow:visible;
}
.why-gut-mechanism__field::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:104px;
  bottom:54px;
  border:1px dashed var(--why-gold-line);
  border-radius:var(--radius-pill);
  pointer-events:none;
}
.why-gut-mechanism__field::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  top:32px;
  height:1px;
  background:repeating-linear-gradient(90deg,var(--why-gold-line) 0 6px,transparent 6px 14px);
  pointer-events:none;
}
.why-gut-context-chip{
  position:absolute;
  z-index:3;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:14px;
  align-items:center;
  font-family:var(--font-hero);
  color:var(--accent-text);
  width:clamp(220px,17vw,290px);
}
.why-gut-context-chip strong{
  display:block;
  font-size:17px;
  line-height:1.2;
}
.why-gut-context-chip span{
  display:block;
  font-size:15px;
  line-height:1.35;
  color:var(--text-secondary);
}
.why-gut-context-chip .why-gut-icon{
  width:62px;
  height:62px;
}
.why-gut-context-chip .why-gut-icon svg{
  width:30px;
  height:30px;
}
.why-gut-context-chip::after{
  content:"";
  position:absolute;
  top:31px;
  height:1px;
  width:150px;
  background:repeating-linear-gradient(90deg,var(--why-gold-line) 0 6px,transparent 6px 14px);
  pointer-events:none;
}
.why-gut-context-chip--symptoms{
  left:9%;
  top:2px;
}
.why-gut-context-chip--symptoms::after{
  left:100%;
  width:170px;
}
.why-gut-context-chip--tolerance{
  left:41%;
  top:2px;
}
.why-gut-context-chip--tolerance::after{
  left:100%;
  width:210px;
}
.why-gut-context-chip--phase{
  right:5%;
  top:2px;
}
.why-gut-context-chip--phase::after{
  right:100%;
  width:170px;
}
.why-gut-context-chip--goals{
  left:23%;
  bottom:12px;
}
.why-gut-context-chip--goals::after{
  right:100%;
  width:210px;
}
.why-gut-context-chip--meds{
  left:53%;
  bottom:12px;
}
.why-gut-context-chip--meds::after{
  left:100%;
  width:230px;
}
.why-gut-mechanism__rail{
  position:absolute;
  left:clamp(28px,3vw,48px);
  right:clamp(28px,3vw,48px);
  top:152px;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,.94fr) minmax(0,.94fr) minmax(0,1.02fr);
  gap:62px;
  align-items:center;
}
.why-gut-mechanism__rail::before{
  display:none;
}
.why-gut-mechanism__connectors{
  position:absolute;
  z-index:1;
  left:clamp(130px,9.4vw,150px);
  right:clamp(150px,10vw,170px);
  top:205px;
  height:140px;
  overflow:visible;
  pointer-events:none;
}
.why-gut-mechanism__line{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.why-gut-mechanism__line--main{
  stroke:color-mix(in srgb,var(--why-blue) 44%,transparent);
  stroke-width:2;
}
.why-gut-mechanism__line--branch{
  stroke:color-mix(in srgb,var(--why-blue) 46%,transparent);
  stroke-width:1.5;
  stroke-dasharray:5 7;
}
.why-gut-mechanism__line--gold{
  stroke:color-mix(in srgb,var(--why-gold) 58%,transparent);
  stroke-width:1.5;
  stroke-dasharray:5 7;
}
.why-gut-mechanism__dot{
  fill:var(--why-blue);
}
.why-gut-mechanism__dot--gold{
  fill:var(--why-gold);
}
.why-gut-mechanism-node{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-areas:
    "num num"
    "icon title"
    "icon copy"
    "icon tag";
  justify-items:start;
  align-items:center;
  column-gap:22px;
  gap:11px;
  align-content:start;
  padding:0;
  min-height:214px;
  border:0;
  border-radius:0;
  background:transparent;
}
.why-gut-mechanism-node::after{
  display:none;
}
.why-gut-mechanism-node::before{
  display:none;
}
.why-gut-mechanism-node:last-child::after{
  display:none;
}
.why-gut-mechanism-node:last-child::before{
  display:none;
}
.why-gut-mechanism-node .why-gut-icon{
  grid-area:icon;
  width:112px;
  height:112px;
  border-width:2px;
  background:color-mix(in srgb,var(--white) 42%,var(--why-blue-wash));
  box-shadow:0 18px 38px -30px var(--why-blue);
}
.why-gut-mechanism-node .why-gut-icon svg{
  width:52px;
  height:52px;
}
.why-gut-mechanism-node h3{
  grid-area:title;
}
.why-gut-mechanism-node .why-gut-copy{
  grid-area:copy;
}
.why-gut-mechanism-node:last-child .why-gut-icon{
  color:var(--why-gold);
  border-color:var(--why-gold-line);
  background:var(--why-gold-wash);
}
.why-gut-mechanism-node:last-child h3,
.why-gut-mechanism-node:last-child .why-gut-mechanism-node__tag{
  color:var(--accent-text);
}
.why-gut-mechanism-node__number{
  grid-area:num;
  font-family:var(--font-mono);
  font-size:11.5px;
  font-weight:900;
  letter-spacing:1.4px;
  color:var(--why-blue);
  text-transform:uppercase;
}
.why-gut-mechanism-node__tag{
  grid-area:tag;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 12px;
  border-radius:var(--radius-sm);
  background:var(--why-blue-wash);
  color:var(--why-blue);
  font-family:var(--font-hero);
  font-size:14px;
  font-weight:700;
}
.why-gut-mechanism__note,
.why-gut-evidence__note,
.why-gut-order-note,
.why-gut-contact-fallback{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:20px;
  align-items:center;
  margin-top:24px;
  padding:18px 24px;
  border:1px solid var(--why-gold-line);
  border-radius:var(--radius-xl);
  background:var(--why-panel-soft);
  color:var(--text-body);
}
.why-gut-mechanism__note strong,
.why-gut-evidence__note strong,
.why-gut-order-note strong,
.why-gut-contact-fallback strong{
  color:var(--accent-text);
}
.why-gut-order-note,
.why-gut-contact-fallback{
  grid-template-columns:auto minmax(0,1fr) auto;
}
.why-gut-context{
  overflow:hidden;
}
.why-gut-context .why-gut-section__head{
  max-width:1380px;
}
.why-gut-context__field{
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(460px,.84fr) minmax(300px,.9fr);
  grid-template-rows:repeat(3,auto);
  gap:22px 58px;
  align-items:center;
  padding:8px 0;
}
.why-gut-context__field::before{
  content:"";
  position:absolute;
  inset:34px 18% 34px;
  border:1px dashed var(--why-blue-line);
  border-radius:var(--radius-pill);
  pointer-events:none;
}
.why-gut-context-card{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:88px;
  padding:14px 18px;
  border:1px solid var(--why-rule);
  border-radius:var(--radius-pill);
  background:var(--why-panel);
  box-shadow:0 16px 42px -34px var(--parchment-shadow);
}
.why-gut-context-card::after{
  content:"";
  position:absolute;
  top:50%;
  width:70px;
  height:2px;
  background:linear-gradient(90deg,var(--why-blue),var(--why-blue-line));
  pointer-events:none;
}
.why-gut-context-card::before{
  content:"";
  position:absolute;
  top:calc(50% - 6px);
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--why-blue);
  pointer-events:none;
  z-index:2;
}
.why-gut-context-card:nth-child(1),
.why-gut-context-card:nth-child(2),
.why-gut-context-card:nth-child(3){
  grid-column:1;
}
.why-gut-context-card:nth-child(1)::after,
.why-gut-context-card:nth-child(2)::after,
.why-gut-context-card:nth-child(3)::after{
  right:-72px;
}
.why-gut-context-card:nth-child(1)::before,
.why-gut-context-card:nth-child(2)::before,
.why-gut-context-card:nth-child(3)::before{
  right:-76px;
}
.why-gut-context-card:nth-child(5),
.why-gut-context-card:nth-child(6),
.why-gut-context-card:nth-child(7){
  grid-column:3;
}
.why-gut-context-card:nth-child(5)::after,
.why-gut-context-card:nth-child(6)::after,
.why-gut-context-card:nth-child(7)::after{
  left:-72px;
  background:linear-gradient(90deg,var(--why-blue-line),var(--why-blue));
}
.why-gut-context-card:nth-child(5)::before,
.why-gut-context-card:nth-child(6)::before,
.why-gut-context-card:nth-child(7)::before{
  left:-76px;
}
.why-gut-context__interpretation{
  position:relative;
  z-index:2;
  grid-column:2;
  grid-row:1 / span 3;
  display:grid;
  justify-items:center;
  gap:18px;
  padding:34px 38px;
  border:1px solid var(--why-gold-line);
  border-radius:var(--radius-2xl);
  background:var(--why-panel);
  text-align:center;
  box-shadow:var(--why-shadow);
}
.why-gut-context__interpretation h3{
  font-family:var(--font-hero);
  font-size:clamp(28px,2.6vw,38px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:0;
  color:var(--accent-text);
  margin:0;
}
.why-gut-context__boundary{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(300px,.66fr);
  gap:24px;
  align-items:center;
  margin-top:24px;
  padding:18px 26px;
  border:1px solid var(--why-gold-line);
  border-radius:var(--radius-xl);
  background:var(--why-panel-soft);
}
.why-gut-context__boundary-aside{
  padding-left:24px;
  border-left:1px solid var(--why-gold-line);
}
.why-gut-context__boundary-aside strong{
  color:var(--accent-text);
}
.why-gut-evidence .why-gut-section__head{
  max-width:1320px;
}
.why-gut-evidence__grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:34px;
}
.why-gut-evidence-panel{
  padding:26px 30px;
  border:1px solid var(--why-blue-line);
  border-radius:var(--radius-2xl);
  background:var(--why-panel);
  box-shadow:var(--why-shadow);
}
.why-gut-evidence-panel--guardrail{
  border-color:var(--why-gold-line);
  background:linear-gradient(180deg,var(--why-panel),var(--why-gold-wash));
}
.why-gut-evidence-panel__head{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:16px;
  margin-bottom:4px;
  border-bottom:1px solid currentColor;
  color:var(--why-blue);
}
.why-gut-evidence-panel--guardrail .why-gut-evidence-panel__head{
  color:var(--accent-text);
}
.why-gut-evidence-panel__head h3{
  font-size:clamp(27px,2.2vw,34px);
  color:currentColor;
}
.why-gut-evidence-list{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
.why-gut-evidence-list li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid var(--why-rule);
}
.why-gut-evidence-list li:last-child{
  border-bottom:0;
}
.why-gut-evidence__note{
  grid-template-columns:auto minmax(0,1fr) auto;
  padding:18px 26px;
}
.why-gut-evidence__handoff{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:0;
  font-family:var(--font-hero);
  font-size:18px;
  font-weight:800;
  color:var(--why-blue);
  text-decoration:none;
  white-space:nowrap;
}
.why-gut-evidence__handoff:hover,
.why-gut-evidence__handoff:focus-visible{
  text-decoration:underline;
}
.why-gut-takeaway .why-gut-section__head{
  max-width:none;
}
.why-gut-takeaway .why-gut-heading{
  max-width:none;
  font-size:clamp(32px,3.05vw,48px);
}
.why-gut-next-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
}
.why-gut-next-card{
  display:grid;
  grid-template-rows:auto auto auto 1fr auto;
  gap:16px;
  min-height:336px;
  padding:28px 26px;
  border:1px solid var(--why-rule);
  border-radius:var(--radius-xl);
  background:var(--why-panel);
  color:var(--text-body);
  text-decoration:none;
  box-shadow:0 16px 42px -36px var(--parchment-shadow);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.why-gut-next-card:first-child{
  border-color:var(--why-blue);
  box-shadow:0 18px 48px -42px var(--why-blue);
}
.why-gut-next-card:hover,
.why-gut-next-card:focus-visible{
  transform:translateY(-3px);
  border-color:var(--why-blue-line);
  box-shadow:var(--why-shadow);
  outline:0;
}
.why-gut-next-card__route{
  font-family:var(--font-hero);
  font-size:15px;
  font-weight:800;
  color:var(--why-blue);
}
.why-gut-next-card > .why-gut-icon{
  width:64px;
  height:64px;
}
.why-gut-next-card > .why-gut-icon svg{
  width:31px;
  height:31px;
}
.why-gut-next-card__rule{
  height:1px;
  background:var(--why-rule);
}
.why-gut-next-card__action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-family:var(--font-hero);
  font-size:16px;
  font-weight:800;
  color:var(--why-blue);
}
.why-gut-order-note,
.why-gut-contact-fallback{
  margin-top:22px;
  padding:20px 26px;
}
.why-gut-contact-fallback{
  border-color:var(--why-rule);
}
.why-gut-order-note .btn,
.why-gut-contact-fallback .btn{
  justify-self:end;
  min-height:auto;
  padding:0 0 0 28px;
  border:0;
  border-left:1px solid var(--why-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:var(--why-blue);
  white-space:nowrap;
}
.why-gut-order-note .btn::after,
.why-gut-contact-fallback .btn::after{
  content:"\00a0\2192";
}
@media(max-width:1180px){
  .why-gut-hero{
    grid-template-columns:1fr;
  }
  .why-gut-hero__preview{
    max-width:780px;
  }
  .why-gut-next-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .why-gut-mechanism__field{
    min-height:auto;
    display:grid;
    gap:18px;
    padding:0;
  }
  .why-gut-mechanism__field::before,
  .why-gut-mechanism__field::after{
    display:none;
  }
  .why-gut-context-chip{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:auto;
  }
  .why-gut-context-chip::after{
    display:none;
  }
  .why-gut-mechanism__rail{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .why-gut-mechanism__rail::before{
    display:none;
  }
  .why-gut-mechanism__connectors{
    display:none;
  }
  .why-gut-mechanism-node::after{
    display:none;
  }
  .why-gut-mechanism-node::before{
    display:none;
  }
  .why-gut-context__field{
    grid-template-columns:1fr;
    gap:18px;
  }
  .why-gut-context__field::before{
    display:none;
  }
  .why-gut-context-card:nth-child(n),
  .why-gut-context__interpretation{
    grid-column:auto;
    grid-row:auto;
  }
  .why-gut-context__interpretation{
    order:-1;
  }
  .why-gut-evidence__grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .route-page.why-gut-page{
    padding:0 20px 72px;
  }
  .why-gut-page .route-inner{
    width:calc(100vw - 40px);
    max-width:calc(100vw - 40px);
  }
  .why-gut-hero{
    min-height:auto;
    padding-top:calc(var(--site-header-h) + 42px);
    padding-bottom:64px;
  }
  .why-gut-section{
    padding:64px 0;
  }
  .why-gut-mini-flow,
  .why-gut-mechanism__rail,
  .why-gut-next-grid{
    grid-template-columns:1fr;
  }
  .why-gut-mechanism{
    padding:28px 0 0;
  }
  .why-gut-mechanism-node{
    grid-template-columns:1fr;
    grid-template-areas:none;
  }
  .why-gut-mechanism-node .why-gut-icon,
  .why-gut-mechanism-node h3,
  .why-gut-mechanism-node .why-gut-copy,
  .why-gut-mechanism-node__number,
  .why-gut-mechanism-node__tag{
    grid-area:auto;
  }
  .why-gut-mini-flow__step{
    grid-template-columns:auto minmax(0,1fr);
    justify-items:start;
    text-align:left;
  }
  .why-gut-mini-flow__step::after,
  .why-gut-mini-flow::before,
  .why-gut-mini-flow::after,
  .why-gut-mini-flow__dot{
    display:none;
  }
  .why-gut-ledger__head{
    display:none;
  }
  .why-gut-ledger__row{
    grid-template-columns:1fr;
  }
  .why-gut-ledger__bridge-col{
    min-height:42px;
    border-left:0;
    border-right:0;
    border-top:1px solid var(--why-rule);
    border-bottom:1px solid var(--why-rule);
  }
  .why-gut-ledger__cell{
    padding:20px;
    min-height:auto;
  }
  .why-gut-ledger__cell::before{
    content:attr(data-mobile-label);
    grid-column:1 / -1;
    font-family:var(--font-mono);
    font-size:12px;
    font-weight:800;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:var(--text-muted);
  }
  .why-gut-ledger__bridge::before,
  .why-gut-ledger__bridge::after{
    display:none;
  }
  .why-gut-context-card{
    border-radius:var(--radius-xl);
  }
  .why-gut-context__boundary,
  .why-gut-mechanism__note,
  .why-gut-evidence__note,
  .why-gut-order-note,
  .why-gut-contact-fallback{
    grid-template-columns:1fr;
  }
  .why-gut-context__boundary-aside{
    padding-left:0;
    padding-top:18px;
    border-left:0;
    border-top:1px solid var(--why-gold-line);
  }
  .why-gut-next-card{
    min-height:auto;
  }
  .why-gut-evidence__handoff,
  .why-gut-order-note .btn,
  .why-gut-contact-fallback .btn{
    justify-self:start;
    padding-left:0;
    border-left:0;
    white-space:normal;
  }
}
/* CSS SECTION 09: workflow and print route systems. */
.order-guide-page{
  --og-paper:var(--n-1);
  --og-ink:var(--ink);
  --og-muted:var(--n-5);
  --og-rule:var(--n-3);
  --og-soft:var(--order-guide-blue-paper);
  --og-blue:var(--brand-blue);
  --og-gold:var(--accent);
  --og-secondary-border:color-mix(in srgb,var(--brand-blue) 24%,transparent);
  --og-bg:var(--og-paper);
  --og-text:var(--og-ink);
  background:var(--og-bg);
  color:var(--og-text);
}
.order-guide-page .route-inner{
  max-width:1120px;
}
.order-guide-document{
  background:var(--white);
  border:1px solid var(--og-rule);
  box-shadow:0 28px 80px -56px color-mix(in srgb,var(--ink) 45%,transparent);
  padding:clamp(28px,5vw,64px);
  margin:0 auto;
}
.order-guide-cover{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:24px;
  border:1px solid var(--og-rule);
  border-left:6px solid var(--og-blue);
  background:linear-gradient(90deg,var(--order-guide-blue-paper-strong),var(--white));
  padding:18px 20px;
  margin-bottom:30px;
  border-radius:8px;
}
.order-guide-cover strong{
  display:block;
  font-family:var(--font-hero);
  font-size:22px;
  line-height:1.1;
  color:var(--og-ink);
  margin-top:4px;
}
.order-guide-cover-label{
  display:block;
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--og-blue);
}
.order-guide-cover dl{
  display:grid;
  grid-template-columns:auto auto;
  gap:7px 18px;
  margin:0;
  min-width:320px;
}
.order-guide-cover dt{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:var(--og-muted);
}
.order-guide-cover dd{
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.35;
  color:var(--og-ink);
  margin:0;
  text-align:right;
}
.order-guide-use{
  display:grid;
  grid-template-columns:1.05fr 1.4fr;
  gap:22px;
  align-items:start;
  background:color-mix(in srgb,var(--accent) 8%,var(--white));
  border:1px solid color-mix(in srgb,var(--accent) 38%,var(--og-rule));
  border-radius:8px;
  padding:22px;
  margin-bottom:28px;
}
.order-guide-use h2{
  font-size:clamp(23px,2.6vw,32px);
  margin-bottom:8px;
}
.order-guide-use-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.order-guide-use-list li{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  color:var(--og-ink);
}
.order-guide-use-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--og-blue);
  color:var(--white);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:900;
}
.order-guide-mini-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.order-guide-mini-flow article{
  border:1px solid var(--og-rule);
  border-radius:8px;
  padding:16px;
  background:var(--white);
}
.order-guide-mini-flow h3{
  font-size:17px;
  color:var(--og-blue);
}
.order-guide-notes{
  border:1px dashed var(--og-blue);
  border-radius:8px;
  padding:18px;
  background:var(--white);
  margin-top:18px;
}
.order-guide-notes h3{
  font-size:18px;
  color:var(--og-ink);
}
.order-guide-notes .order-guide-note-lines{
  gap:22px;
}
.order-guide-section.compact{
  padding-top:22px;
  padding-bottom:22px;
}
.order-guide-page .route-hero{
  max-width:none;
  margin-bottom:34px;
  border-bottom:2px solid var(--og-blue);
  padding-bottom:28px;
}
.order-guide-page .route-kicker{
  color:var(--accent-emphasis);
}
.order-guide-page .route-title{
  color:var(--og-ink);
  font-size:clamp(40px,5.4vw,68px);
}
.order-guide-page .route-title em{
  color:var(--brand-blue);
}
.order-guide-page .route-lede{
  color:var(--og-muted);
}
.order-guide-page .btn-secondary{
  border-color:var(--og-secondary-border);
  background:var(--white);
  color:var(--og-blue);
}
.order-guide-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:6px;
}
.order-guide-section{
  padding:28px 0;
  border-top:1px solid var(--og-rule);
}
.order-guide-section:first-of-type{
  border-top:0;
  padding-top:0;
}
.order-guide-section h2{
  font-family:var(--font-hero);
  font-size:clamp(25px,3vw,38px);
  line-height:1.12;
  letter-spacing:-.4px;
  color:var(--og-ink);
  margin:0 0 14px;
}
.order-guide-section h3{
  font-family:var(--font-hero);
  font-size:21px;
  line-height:1.18;
  color:var(--og-ink);
  margin:0 0 10px;
}
.order-guide-section p,.order-guide-section li,.order-guide-section label{
  font-family:var(--font-hero);
  font-size:15px;
  line-height:1.62;
  color:var(--og-muted);
}
.order-guide-section p{
  margin:0 0 12px;
  max-width:820px;
}
.order-guide-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.order-guide-panel{
  border:1px solid var(--og-rule);
  background:var(--og-soft);
  padding:22px;
  border-radius:8px;
}
.order-guide-panel.strong{
  border-color:color-mix(in srgb,var(--og-blue) 38%,var(--og-rule));
  background:linear-gradient(180deg,var(--order-guide-blue-paper),var(--white));
}
.order-guide-panel.gold{
  border-color:color-mix(in srgb,var(--og-gold) 48%,var(--og-rule));
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 12%,var(--white)),var(--white));
}
.order-guide-list{
  display:grid;
  gap:8px;
  margin:12px 0 0;
  padding-left:20px;
}
.order-guide-numbered{
  display:grid;
  gap:10px;
  margin:14px 0 0;
  padding-left:22px;
}
.order-guide-check-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.order-guide-check-group{
  border:1px solid var(--og-rule);
  border-radius:8px;
  padding:16px;
  background:var(--white);
}
.order-guide-check-group h3{
  font-size:17px;
  margin-bottom:12px;
  color:var(--og-blue);
}
.order-guide-check{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:8px 0;
}
.order-guide-check input{
  appearance:none;
  width:15px;
  height:15px;
  border:1.5px solid var(--og-blue);
  border-radius:2px;
  background:var(--white);
  flex:0 0 auto;
  margin-top:4px;
}
.order-guide-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.order-guide-step{
  border:1px solid var(--og-rule);
  border-radius:8px;
  padding:15px;
  background:var(--white);
}
.order-guide-step strong{
  display:block;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:var(--og-blue);
  margin-bottom:6px;
}
.order-guide-worksheet{
  border:2px solid var(--og-blue);
  border-radius:10px;
  padding:24px;
  background:var(--white);
  margin-top:16px;
}
.order-guide-fieldset{
  border:1px solid var(--og-rule);
  border-radius:8px;
  padding:18px;
  margin:14px 0;
  background:var(--white);
}
.order-guide-fieldset legend{
  font-family:var(--font-hero);
  font-size:18px;
  font-weight:800;
  color:var(--og-ink);
  padding:0 8px;
}
.order-guide-fields{
  display:grid;
  gap:12px;
}
.order-guide-field{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:12px;
  align-items:end;
  font-family:var(--font-hero);
  font-size:14px;
  color:var(--og-muted);
}
.order-guide-line{
  height:1px;
  background:var(--n-4);
  transform:translateY(-4px);
}
.order-guide-note-lines{
  display:grid;
  gap:18px;
  margin-top:10px;
}
.order-guide-boundary{
  border-left:5px solid var(--og-gold);
  background:color-mix(in srgb,var(--accent) 16%,var(--white));
  padding:18px 20px;
  margin-top:12px;
}
.order-guide-fax{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:2px solid var(--og-blue);
  background:var(--order-guide-blue-paper-strong);
  color:var(--og-blue);
  font-family:var(--font-hero);
  font-weight:900;
  font-size:20px;
  padding:12px 16px;
  border-radius:8px;
  margin-top:8px;
}
.order-guide-meta{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:var(--og-muted);
  margin-top:18px;
}
@media(max-width:920px){
  .order-guide-grid,.order-guide-check-grid,.order-guide-flow,.order-guide-mini-flow,.order-guide-use{
    grid-template-columns:1fr;
  }
  .order-guide-cover{
    display:grid;
  }
  .order-guide-cover dl{
    min-width:0;
  }
  .order-guide-field{
    grid-template-columns:1fr;
    gap:6px;
  }
  .order-guide-line{
    transform:none;
  }
}
@media(max-width:640px){
  .order-guide-document{
    padding:24px 18px;
    border-left:0;
    border-right:0;
  }
  .order-guide-actions .btn{
    width:100%;
    justify-content:center;
  }
  .order-guide-page{
    padding-left:0;
    padding-right:0;
  }
  .order-guide-page .route-title{
    letter-spacing:-1px;
  }
}
/* CSS SECTION 10: legal and utility route systems.
   These routes intentionally consume the shared route primitives above. */
/* CSS SECTION 11: dialogs and overlays. */
.recipe-dialog{
  --r-accent:var(--accent);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:auto;
  margin:0;
  padding:0;
  width:min(440px,100vw);
  height:100%;
  max-width:100vw;
  max-height:100vh;
  border:0;
  background:transparent;
  color:inherit;
  overflow:hidden;
}
.recipe-dialog::backdrop{
  background:var(--overlay-ink-62);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.recipe-dialog[open]{
  display:flex;
}
.recipe-dialog[open] .recipe-card{
  animation:recipeSlideIn .38s cubic-bezier(.16,1,.3,1);
}
@keyframes recipeSlideIn{
  from{
    transform:translateX(100%);
    opacity:0;
  }
  to{
    transform:translateX(0);
    opacity:1;
  }
}
.recipe-card{
  position:relative;
  width:100%;
  height:100%;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:28px 26px 32px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--r-accent) 10%,var(--bg-2)) 0%,var(--bg-2) 40%,var(--bg) 100%);
  border-left:1px solid color-mix(in srgb,var(--r-accent) 30%,var(--border-bright));
  box-shadow:-24px 0 48px var(--overlay-black-50);
  color:var(--fg-2);
}
.recipe-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:var(--r-accent);
}
.recipe-close{
  position:absolute;
  right:16px;
  top:18px;
  width:30px;
  height:30px;
  border:0;
  padding:0;
  font:inherit;
  font-size:22px;
  line-height:1;
  color:color-mix(in srgb,var(--solid-white) 65%,transparent);
  background:var(--overlay-white-05);
  border-radius:var(--radius-md);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:background .2s,color .2s;
  z-index:2;
}
.recipe-close:hover,.recipe-close:focus-visible{
  background:var(--overlay-white-14);
  color:var(--fg-1);
  outline:none;
}
.recipe-sev{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--r-accent);
  font-weight:700;
  margin:0 0 8px;
}
.recipe-sev .dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--r-accent);
}
.recipe-title{
  font-family:var(--font-hero);
  font-size:28px;
  font-weight:800;
  letter-spacing:-.8px;
  color:var(--r-accent);
  margin:0 0 10px;
  line-height:1.05;
}
.recipe-desc{
  font-family:var(--font-hero);
  font-size:13px;
  line-height:1.55;
  color:var(--fg-3);
  margin:0 0 14px;
}
.recipe-focus{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  align-items:center;
  padding:11px 14px;
  border:1px solid var(--border-bright);
  border-radius:var(--radius-md);
  background:var(--overlay-white-02);
  font-size:12px;
  line-height:1.4;
  margin:0 0 18px;
}
.recipe-focus .lbl{
  font-family:var(--font-mono);
  font-size:9.5px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--fg-5);
  font-weight:700;
}
.recipe-focus .val{
  font-family:var(--font-hero);
  color:var(--fg-2);
  font-weight:500;
}
.recipe-focus .tl{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--fg-4);
  margin-left:auto;
}
.recipe-section{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--fg-5);
  margin:0 0 10px;
  padding-top:14px;
  border-top:1px solid var(--border);
}
.recipe-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.recipe-item{
  display:flex;
  align-items:stretch;
  gap:12px;
  padding:10px;
  background:var(--overlay-white-03);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  transition:border-color .2s,background .2s;
}
.recipe-item:hover{
  background:var(--overlay-white-05);
  border-color:color-mix(in srgb,var(--r-accent) 40%,var(--border-bright));
}
.recipe-img{
  width:72px;
  height:72px;
  flex-shrink:0;
  object-fit:cover;
  border-radius:var(--radius-sm);
  background:var(--overlay-white-04);
  border:1px solid var(--border-hairline);
}
.recipe-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.recipe-name{
  font-family:var(--font-hero);
  font-size:13px;
  font-weight:700;
  color:var(--fg-1);
  margin-bottom:3px;
  line-height:1.2;
  letter-spacing:-.1px;
}
.recipe-meta{
  font-family:var(--font-mono);
  font-size:9.5px;
  letter-spacing:.8px;
  color:var(--fg-5);
  margin-bottom:5px;
}
.recipe-detail{
  font-family:var(--font-hero);
  font-size:11.5px;
  color:var(--fg-4);
  line-height:1.45;
}
/* CSS SECTION 12: cross-system responsive rules. */
@media(max-width:1240px){
  .utility-nav{
    gap:0;
  }
  .sh-nav a,.resource-menu-button{
    padding-left:10px;
    padding-right:10px;
  }
  .site-header{
    gap:12px;
  }
  .sh-cta{
    padding-left:14px;
    padding-right:14px;
  }
}
@media(max-width:1080px){
  .site-header{
    gap:12px;
  }
  .announcement-inner{
    justify-content:space-between;
    text-align:left;
  }
  .route-grid,.route-grid.two{
    grid-template-columns:1fr 1fr;
  }
}
@media(min-width:768px) and (max-width:900px){
  .site-header{
    gap:8px;
    padding-left:16px;
    padding-right:16px;
  }
  .site-header>.sh-cta{
    display:none;
  }
  .sh-nav a,.resource-menu-button{
    padding-left:7px;
    padding-right:7px;
    font-size:12px;
  }
  .sh-brand-text{
    font-size:22px;
  }
}
@media(max-width:767px){
  .utility-nav,.site-header>.sh-cta{
    display:none;
  }
  .mobile-nav-toggle{
    display:inline-flex;
  }
  .mobile-route-panel{
    display:flex;
  }
  .mobile-nav-backdrop{
    display:block;
  }
}
@media(max-width:640px){
  :root{
    --announce-h:46px;
    --nav-h:60px;
  }
  .announcement-inner{
    font-size:12px;
    gap:10px;
  }
  .announcement-copy{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .announcement-links{
    gap:2px;
  }
  .announcement-link{
    padding:5px 7px;
    font-size:12px;
  }
   
  .route-page{
    padding:calc(var(--site-header-h) + 42px) 20px 72px;
  }
  .route-grid,.route-grid.two{
    grid-template-columns:1fr;
  }
  .route-title{
    letter-spacing:-1.4px;
  }
  .sh-brand{
    font-size:20px;
  }
  .sh-brand-wordmark{
    width:168px;
  }
  .mobile-nav-toggle{
    padding:9px 11px;
  }
}
@media(max-width:520px){
  .announcement-copy{
    display:none;
  }
  .announcement-inner{
    justify-content:flex-end;
  }
}
/* CSS SECTION 13: reusable motion, reduced-motion, and focus affordances. */
.has-js .reveal,.has-js [data-reveal]{
  transition-property:opacity,transform;
  transition-duration:.7s,.85s;
  transition-timing-function:cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
}
.has-js .reveal:not(.in-view),.has-js [data-reveal]:not(.in-view){
  opacity:0;
  transform:translate3d(0,22px,0);
}
.has-js [data-reveal="eyebrow"]:not(.in-view){
  transform:translate3d(0,10px,0);
}
.has-js [data-reveal="title"]:not(.in-view){
  transform:translate3d(0,30px,0);
}
.has-js [data-reveal="copy"]:not(.in-view){
  transform:translate3d(0,20px,0);
}
.has-js [data-reveal="card"]:not(.in-view){
  transform:translate3d(0,30px,0) scale(.985);
}
.has-js [data-reveal="fade"]:not(.in-view){
  transform:none;
}
.has-js [data-reveal="rule"]{
  transform-origin:left center;
}
.has-js [data-reveal="rule"]:not(.in-view){
  transform:scaleX(.001);
}
.has-js [data-reveal-from="left"]:not(.in-view){
  transform:translate3d(-26px,0,0);
}
.has-js [data-reveal-from="right"]:not(.in-view){
  transform:translate3d(26px,0,0);
}
/* Back-to-top */
.totop{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:90;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid var(--border-bright);
  background:var(--surface-glass-2);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  color:var(--fg-2);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px -8px var(--overlay-black-50);
  opacity:0;
  transform:translateY(20px) scale(.9);
  transition:opacity .25s,transform .25s,background .2s,border-color .2s;
}
.totop.visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.totop:hover{
  background:color-mix(in srgb,var(--brand-blue) 28%,var(--surface-glass-2));
  border-color:color-mix(in srgb,var(--brand-blue) 50%,transparent);
  color:var(--fg-1);
}
.totop svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(prefers-reduced-motion:reduce){
  .has-js .reveal,.has-js [data-reveal]{
    opacity:1;
    transform:none;
    transition:none;
  }
  .mobile-nav-backdrop,.mobile-route-panel{
    transition:none;
  }
  .site-header{
    transition:none;
  }
  .totop{
    transition:none;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}
/* CSS SECTION 14: print rules. */
@media print{
  @page{
    margin:.55in;
  }
  .site-shell,.announcement-bar,.mobile-route-panel,.totop,footer,.order-guide-actions{
    display:none!important;
  }
  body{
    background:white;
    color:CanvasText;
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
  }
  .route-view[hidden]{
    display:none!important;
  }
  .route-page{
    padding:0;
    background:white;
    min-height:auto;
  }
  .order-guide-document{
    border:0;
    box-shadow:none;
    padding:0;
  }
  .order-guide-cover,.order-guide-page .route-hero,.order-guide-section,.order-guide-panel,.order-guide-check-group,.order-guide-step,.order-guide-worksheet,.order-guide-fieldset,.order-guide-boundary,.order-guide-notes{
    break-inside:avoid;
  }
  .order-guide-page .route-title,.order-guide-page .route-kicker,.order-guide-page .route-lede,.order-guide-section h2,.order-guide-section h3,.order-guide-section p,.order-guide-section li,.order-guide-section label{
    color:CanvasText;
  }
  .order-guide-panel,.order-guide-check-group,.order-guide-step,.order-guide-worksheet,.order-guide-fieldset,.order-guide-cover,.order-guide-use,.order-guide-notes{
    border-color:ButtonBorder;
    background:white;
    box-shadow:none;
  }
  .order-guide-section{
    padding:18px 0;
  }
  .order-guide-check-grid,.order-guide-flow,.order-guide-mini-flow{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }
  .order-guide-grid{
    grid-template-columns:1fr 1fr;
  }
  .order-guide-line{
    background:GrayText;
  }
}
