:root {
  --ink: #111510;
  --ink-soft: #1d241c;
  --cream: #f6f1e6;
  --paper: #fffdf8;
  --muted: #6b7067;
  --line: rgba(17, 21, 16, 0.14);
  --lime: #c8f135;
  --lime-dark: #9dbd25;
  --orange: #ff714b;
  --blue: #8bd4ef;
  --shadow: 0 20px 60px rgba(17, 21, 16, 0.12);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(17,21,16,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(17,21,16,.12) 1px, transparent 1px);
  background-size: 48px 48px;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 999px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.surface { background: var(--paper); }
.dark { color: var(--cream); background: var(--ink); }
.accent { background: var(--lime); }
.small { font-size: .9rem; }
.muted { color: var(--muted); }
.dark .muted { color: #b8bdb4; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: inherit;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
h1 { margin-bottom: 28px; font-size: clamp(3.35rem, 8.4vw, 7.6rem); max-width: 900px; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 5.2vw, 5rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.4rem, 2.2vw, 2rem); }
.lead { max-width: 720px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.lede-wide { max-width: 840px; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--cream);
  background: rgba(17,21,16,.94);
  border-bottom: 1px solid rgba(246,241,230,.16);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--lime); border-radius: 10px 3px 10px 3px; font-size: .72rem; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: inherit; text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-links a:hover { color: var(--lime); }
.lang-link { padding-left: 20px; border-left: 1px solid rgba(246,241,230,.22); }
.menu-button { display: none; width: 44px; height: 44px; color: var(--cream); background: transparent; border: 1px solid rgba(246,241,230,.3); border-radius: 12px; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button-dark { color: var(--cream); background: var(--ink); border-color: var(--cream); box-shadow: 4px 4px 0 var(--cream); }
.button-dark:hover { box-shadow: 2px 2px 0 var(--cream); }
.button-ghost { background: transparent; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .88rem; }
.button[data-checkout-pending="true"]::after { content: "↗"; }
.paypal-checkout { margin-top: 28px; min-height: 48px; }
.paypal-checkout [data-paypal-status] { margin-top: 12px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero { position: relative; overflow: hidden; padding: clamp(38px, 5vh, 56px) 0; color: var(--cream); background: var(--ink); }
.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 80px;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 44px solid var(--lime);
  border-radius: 50%;
  opacity: .13;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(32px, 4vw, 56px); align-items: center; }
.hero h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(3.4rem, 6.1vw, 6.3rem); }
.hero .eyebrow { margin-bottom: 14px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { margin-bottom: 22px; color: #c9cec4; line-height: 1.45; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; padding: 0; list-style: none; font-size: .86rem; font-weight: 750; }
.micro-proof li { display: flex; gap: 8px; align-items: center; }
.micro-proof li::before { content: ""; width: 9px; height: 9px; background: var(--lime); border-radius: 50%; }
.schedule-card { position: relative; z-index: 2; padding: 20px; color: var(--ink); background: var(--paper); border: 2px solid var(--cream); border-radius: var(--radius); box-shadow: 12px 12px 0 var(--lime); transform: rotate(1.5deg); }
.schedule-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 20px; font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.schedule-week { display: grid; gap: 8px; }
.schedule-day { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; background: #f0ece1; border-radius: 12px; }
.schedule-day strong { font-size: .8rem; }
.schedule-day span { font-size: .82rem; }
.schedule-day b { padding: 4px 8px; color: var(--paper); background: var(--ink); border-radius: 999px; font-size: .68rem; text-transform: uppercase; }
.schedule-day.train { background: var(--lime); }
.schedule-day.train b { color: var(--ink); background: var(--paper); }
.schedule-note { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .83rem; }
.stats-bar { color: var(--ink); background: var(--lime); border-block: 2px solid var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: 22px 26px; border-right: 2px solid var(--ink); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.6rem; line-height: 1; letter-spacing: -.04em; }
.stat span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { margin-bottom: 6px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 var(--ink); }
.card-dark { color: var(--cream); background: var(--ink); }
.card-lime { background: var(--lime); }
.card-blue { background: var(--blue); }
.card-number { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 44px; color: var(--cream); background: var(--ink); border-radius: 50%; font-weight: 900; }
.card-dark .card-number { color: var(--ink); background: var(--lime); }
.card p:last-child { margin-bottom: 0; }
.feature-list { margin: 22px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 11px 0 11px 26px; border-top: 1px solid var(--line); }
.feature-list li::before { content: "+"; position: absolute; left: 0; font-weight: 900; }
.dark .feature-list li { border-color: rgba(246,241,230,.16); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.product-panel { padding: clamp(30px, 5vw, 58px); border: 2px solid var(--ink); border-radius: calc(var(--radius) + 8px); }
.product-panel h2 { max-width: 620px; }
.product-panel .price { display: flex; gap: 12px; align-items: baseline; margin: 28px 0; }
.price strong { font-size: clamp(3rem, 6vw, 5.4rem); letter-spacing: -.07em; line-height: 1; }
.price del { color: var(--muted); font-weight: 750; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }
.pill { display: inline-flex; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.free-panel { position: relative; overflow: hidden; color: var(--cream); background: var(--ink); }
.free-panel::after { content: "7"; position: absolute; right: -8px; bottom: -90px; color: rgba(200,241,53,.12); font-size: 20rem; font-weight: 950; line-height: 1; }
.free-panel > * { position: relative; z-index: 1; }
.paid-panel { background: var(--paper); }
.quote-strip { padding: 52px 0; color: var(--cream); background: var(--orange); border-block: 2px solid var(--ink); }
.quote-strip p { max-width: 980px; margin: 0; color: var(--ink); font-size: clamp(1.8rem, 4vw, 3.7rem); font-weight: 900; line-height: 1.04; letter-spacing: -.045em; }
.credential { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 24px; background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); }
.credential-mark { display: grid; place-items: center; width: 68px; height: 68px; color: var(--ink); background: var(--lime); border-radius: 18px 6px 18px 6px; font-size: 1.1rem; font-weight: 950; }
.credential p { margin-bottom: 0; }
.cta-band { position: relative; overflow: hidden; padding: 84px 0; color: var(--cream); background: var(--ink); }
.cta-band h2 { max-width: 850px; }
.cta-band::after { content: ""; position: absolute; right: -140px; bottom: -220px; width: 520px; height: 520px; border: 80px solid var(--orange); border-radius: 50%; opacity: .2; }
.cta-band .shell { position: relative; z-index: 1; }
.footer { padding: 54px 0 28px; color: var(--cream); background: var(--ink-soft); border-top: 1px solid rgba(246,241,230,.14); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 48px; }
.footer h3 { font-size: 1rem; letter-spacing: 0; }
.footer p, .footer a { color: #bcc1b7; }
.footer a:hover { color: var(--lime); }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(246,241,230,.14); font-size: .8rem; color: #aeb4a9; }
.page-hero { padding: 78px 0 66px; color: var(--cream); background: var(--ink); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3rem, 7.2vw, 6.7rem); }
.page-hero .lead { color: #c8cdc3; }
.breadcrumbs { margin-bottom: 28px; font-size: .8rem; font-weight: 750; }
.breadcrumbs a { color: #c8cdc3; text-decoration: none; }
.breadcrumbs span { margin: 0 8px; color: var(--lime); }
.program-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: 46px; align-items: start; }
.sticky-card { position: sticky; top: 100px; }
.module { padding: 24px 0; border-top: 1px solid var(--line); }
.module:first-child { border-top: 0; }
.module span { color: var(--muted); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.module h3 { margin-top: 8px; }
.disclaimer-box { padding: 22px; background: #eef5de; border-left: 5px solid var(--lime-dark); border-radius: 12px; }
.disclaimer-box p:last-child { margin-bottom: 0; }
.tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.tool-card { padding: clamp(24px, 4vw, 42px); background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 var(--ink); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field-grid.three { grid-template-columns: repeat(3, 1fr); }
.field { margin-bottom: 18px; }
.field label, .field-label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 850; }
.field input, .field select {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid #8f958a;
  border-radius: 11px;
}
.field textarea {
  width: 100%;
  min-height: 132px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid #8f958a;
  border-radius: 11px;
  resize: vertical;
}
.field small { display: block; margin-top: 6px; color: var(--muted); }
.intake-shell { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 28px; align-items: start; }
.intake-summary { position: static; align-self: start; padding: 28px; color: var(--cream); background: var(--ink); border-radius: var(--radius); box-shadow: 8px 8px 0 var(--lime); }
.intake-summary h2 { max-width: 10ch; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: .98; }
.intake-summary p { color: #c8cdc3; }
.intake-form { padding: clamp(24px, 4vw, 42px); background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 var(--ink); }
.form-section { margin-top: 34px; padding-top: 28px; border-top: 2px solid var(--ink); }
.form-section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.form-section h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); }
.intake-payment { margin-top: 24px; padding: clamp(20px, 4vw, 30px); background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); }
.intake-payment[hidden] { display: none; }
.intake-payment [data-intake-paypal-buttons] { margin-top: 20px; min-height: 48px; }
.intake-payment [data-intake-payment-status] { margin-top: 14px; }
.radio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { display: flex; gap: 10px; align-items: flex-start; min-height: 52px; padding: 12px; background: #f0ece1; border: 1px solid var(--line); border-radius: 11px; }
.choice input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 2px; }
.button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
.order-steps { counter-reset: order-step; display: grid; gap: 12px; margin: 24px 0; }
.order-step { counter-increment: order-step; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.order-step::before { content: counter(order-step); display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 950; }
.order-step p { margin: 3px 0 0; }
.unit-toggle { display: inline-grid; grid-template-columns: 1fr 1fr; margin-bottom: 22px; padding: 4px; background: #e9e5da; border-radius: 12px; }
.unit-toggle button { min-width: 100px; padding: 8px 12px; background: transparent; border: 0; border-radius: 9px; font-weight: 800; }
.unit-toggle button.is-active { color: var(--cream); background: var(--ink); }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; }
.check-field input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 3px; }
.tool-result { margin-top: 22px; padding: 22px; background: var(--lime); border: 2px solid var(--ink); border-radius: 16px; }
.tool-result-number { display: block; margin-bottom: 8px; font-size: 3rem; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.tool-result p:last-child { margin-bottom: 0; }
.legal { padding: 72px 0 100px; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.legal h2 { margin-top: 48px; font-size: 1.8rem; letter-spacing: -.03em; }
.legal h3 { margin-top: 28px; font-size: 1.2rem; letter-spacing: -.02em; }
.legal li { margin-bottom: 8px; }
.legal-note { padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--paper); border: 2px solid var(--ink); border-radius: 16px; box-shadow: 4px 4px 0 var(--ink); }
.faq-list summary { cursor: pointer; padding: 20px 54px 20px 20px; font-weight: 850; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 16px; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 20px 20px; margin: 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: start; }
.founder-block { position: sticky; top: 100px; padding: 28px; color: var(--cream); background: var(--ink); border-radius: var(--radius); box-shadow: 9px 9px 0 var(--lime); }
.founder-initials { display: grid; place-items: center; width: 104px; height: 104px; margin-bottom: 40px; color: var(--ink); background: var(--lime); border-radius: 32px 10px 32px 10px; font-size: 2rem; font-weight: 950; }
.founder-block p { color: #c8cdc3; }
.principle { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.principle strong { font-size: 2rem; line-height: 1; }
.principle p:last-child { margin-bottom: 0; }
.refund-band { padding: 24px; background: var(--blue); border: 2px solid var(--ink); border-radius: 18px; }
.refund-band p:last-child { margin-bottom: 0; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.resource-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 var(--ink); }
.resource-card:nth-child(2n) { background: var(--blue); }
.resource-card .button { margin-top: auto; align-self: flex-start; }
.article-hero { padding-bottom: 74px; }
.article-hero h1 { max-width: 1050px; font-size: clamp(2.9rem, 6.6vw, 6.2rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; color: #c8cdc3; font-size: .87rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 64px; align-items: start; }
.article-body { font-size: 1.08rem; line-height: 1.75; }
.article-body h2 { margin-top: 64px; font-size: clamp(2rem, 4vw, 3.3rem); }
.article-body h3 { margin-top: 38px; font-size: 1.55rem; letter-spacing: -.025em; }
.article-body li { margin-bottom: 10px; }
.article-body a { text-decoration-thickness: 2px; text-underline-offset: 3px; }
.article-toc { position: sticky; top: 100px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.article-toc strong { display: block; margin-bottom: 12px; }
.article-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .88rem; text-decoration: none; }
.article-toc a:hover { color: var(--ink); }
.article-callout { margin: 34px 0; padding: 26px; background: var(--lime); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
.article-callout p:last-child { margin-bottom: 0; }
.article-table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: .95rem; }
.article-table th, .article-table td { padding: 14px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.article-table th { background: var(--ink); color: var(--cream); }
.sources { margin-top: 64px; padding-top: 28px; border-top: 2px solid var(--ink); }
.sources li { font-size: .9rem; }

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .hero-grid, .section-heading, .program-grid, .about-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-grid { gap: 44px; }
  .hero h1 { max-width: 720px; }
  .schedule-card { max-width: 540px; transform: none; }
  .section-heading { gap: 18px; }
  .card-grid { grid-template-columns: 1fr; }
  .split, .tool-grid, .intake-shell { grid-template-columns: 1fr; }
  .sticky-card, .founder-block, .intake-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
}

@media (max-width: 720px) {
  .shell, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .header { backdrop-filter: none; }
  .nav { min-height: 66px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; inset: 66px 0 auto; padding: 22px 20px 26px; background: var(--ink); border-bottom: 1px solid rgba(246,241,230,.18); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { min-height: 46px; display: flex; align-items: center; }
  .nav-links .button { margin-top: 10px; justify-content: center; }
  .lang-link { padding-left: 0; border-left: 0; }
  .hero { padding: 54px 0 48px; }
  .hero::after { display: none; }
  h1 { font-size: clamp(3.05rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
  .lead { font-size: 1.05rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 2px solid var(--ink); }
  .stat:last-child { border-bottom: 0; }
  .product-panel { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .field-grid, .field-grid.three { grid-template-columns: 1fr; }
  .principle { grid-template-columns: 50px 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .schedule-day { grid-template-columns: 38px 1fr; }
  .schedule-day b { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .radio-grid, .field-grid, .field-grid.three { grid-template-columns: 1fr; }
}

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