:root {
  --ink: #17271f;
  --forest: #203a2d;
  --forest-deep: #13281e;
  --sage: #748776;
  --paper: #f7f3ea;
  --paper-2: #eee7da;
  --white: #fffdf8;
  --clay: #ae6240;
  --clay-dark: #85472f;
  --amber: #dca640;
  --line: rgba(32, 58, 45, .16);
  --shadow: 0 28px 80px rgba(24, 35, 29, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--white); background: var(--clay); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247, 243, 234, .86);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(23, 39, 31, .07);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 36px;
  height: 42px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.brand-mark i {
  width: 8px;
  border-radius: 6px;
  display: block;
}
.brand-mark i:nth-child(1) { height: 38px; background: var(--forest); }
.brand-mark i:nth-child(2) { height: 29px; background: var(--clay); }
.brand-mark i:nth-child(3) { height: 22px; background: var(--amber); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand small {
  margin-bottom: 5px;
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}
.brand strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 720;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a, .text-link {
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease;
}
.site-nav a:hover, .text-link:hover { color: var(--clay); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--forest);
}

.button {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 14px; }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { background: var(--forest-deep); box-shadow: 0 12px 30px rgba(24, 52, 39, .2); }
.button-primary { color: var(--forest-deep); background: var(--amber); box-shadow: 0 16px 35px rgba(100, 72, 20, .16); }
.button-primary:hover { background: #e5b554; box-shadow: 0 18px 40px rgba(100, 72, 20, .24); }
.button-quiet { border-color: var(--line); background: rgba(255, 253, 248, .72); }
.button-quiet:hover { background: var(--white); }
.button-wide { width: 100%; }
.play-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: var(--clay);
  font-size: 8px;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 82px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(220, 166, 64, .17), transparent 23rem),
    linear-gradient(135deg, #f9f5ed 0%, #f2ecdf 100%);
}
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 58px;
}
.kicker, .eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker span { width: 34px; height: 2px; background: var(--clay); }
.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 650;
  line-height: .99;
  letter-spacing: -.045em;
}
.hero h1 em { color: var(--clay); font-style: italic; font-weight: 500; }
.hero-lede {
  max-width: 600px;
  margin: 27px 0 0;
  color: #46564d;
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 14px 0 0; color: #6d786f; font-size: 12px; }
.hero-proof {
  margin: 38px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}
.hero-proof li { display: grid; }
.hero-proof strong { font-family: var(--serif); font-size: 18px; }
.hero-proof span { color: #778078; font-size: 11px; }
.hero-art { position: relative; min-width: 0; padding: 38px 0 54px; }
.app-window {
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(29, 58, 43, .2);
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}
.app-window figcaption {
  height: 45px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #778078;
  background: #f9f7f1;
  font-size: 11px;
}
.app-window figcaption > strong { margin-left: auto; color: var(--forest); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c9c9c2; }
.window-dots i:first-child { background: var(--clay); }
.window-dots i:last-child { background: var(--sage); }
.hero-window { width: 760px; transform: rotate(1.4deg); }
.hero-window img { width: 100%; height: auto; aspect-ratio: 1.86; object-fit: cover; object-position: center top; }
.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(174, 98, 64, .22);
  border-radius: 50%;
}
.orbit-one { width: 610px; height: 610px; top: -55px; left: 80px; }
.orbit-two { width: 465px; height: 465px; top: 15px; left: 150px; }
.floating-note {
  position: absolute;
  z-index: 3;
  padding: 11px 14px;
  border: 1px solid rgba(32, 58, 45, .14);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 14px 34px rgba(24, 35, 29, .13);
}
.note-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: var(--white); background: var(--forest); }
.floating-note > span:last-child { display: grid; }
.floating-note small { color: var(--clay); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.floating-note strong { font-size: 12px; }
.note-snap { top: 0; right: -4px; }
.note-cut { bottom: 6px; left: -28px; }

.cost-strip { color: var(--white); background: var(--forest); }
.cost-grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
}
.cost-grid > * { min-height: 58px; padding: 0 28px; border-left: 1px solid rgba(255, 255, 255, .14); display: grid; align-content: center; }
.cost-grid > *:first-child { padding-left: 0; border-left: 0; }
.cost-intro { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.25; }
.cost-grid strong { color: #f2c96f; font-size: 13px; }
.cost-grid span { color: rgba(255, 255, 255, .68); font-size: 12px; }

.section-pad { padding: 118px 0; }
.narrow-center { max-width: 790px; text-align: center; }
.narrow-center h2, .section-heading h2, .story-copy h2, .offer-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.narrow-center > p:last-child {
  max-width: 690px;
  margin: 24px auto 0;
  color: #677269;
  font-size: 18px;
}
.value-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-grid article {
  min-height: 255px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, .65);
}
.value-grid article > span { color: var(--clay); font-family: var(--serif); font-size: 13px; }
.value-grid h3 { margin: 52px 0 9px; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.value-grid p { margin: 0; color: #68746b; }

.product-proof { color: var(--white); background: var(--forest-deep); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading p:last-child { margin: 0 0 5px; color: rgba(255, 255, 255, .68); font-size: 17px; }
.workflow-steps { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.workflow-steps article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, .035);
}
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  background: var(--amber);
  font-family: var(--serif);
  font-size: 20px;
}
.workflow-steps small { color: #e4b75c; font-size: 10px; font-weight: 750; letter-spacing: .15em; }
.workflow-steps h3 { margin: 7px 0 8px; font-family: var(--serif); font-size: 25px; }
.workflow-steps p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; }

.feature-story { background: var(--paper-2); }
.feature-story-alt { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 76px; }
.story-grid.reverse { grid-template-columns: 1.22fr .78fr; }
.story-grid.reverse .story-copy { order: 2; }
.story-copy > p:not(.eyebrow) { margin: 24px 0; color: #637067; font-size: 17px; }
.story-window img { width: 100%; height: auto; aspect-ratio: 1.82; object-fit: cover; object-position: top left; }
.check-list { margin: 26px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-weight: 650; font-size: 14px; }
.check-list span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--forest); font-size: 11px; }
.wood-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wood-chips span {
  padding: 8px 13px 8px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.wood-chips span::before { content: ""; width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .6); border-radius: 50%; background: var(--wood); box-shadow: 0 0 0 1px rgba(0, 0, 0, .12); }

.capabilities { background: var(--white); }
.narrow-heading { max-width: 760px; }
.capability-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: var(--clay); background: #f3e7dc; font-family: var(--serif); font-size: 18px; }
.capability-grid h3 { margin: 35px 0 8px; font-family: var(--serif); font-size: 21px; line-height: 1.2; }
.capability-grid p { margin: 0; color: #6f7971; font-size: 13px; line-height: 1.55; }

.offer { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.offer::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -230px;
  right: -160px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .018), 0 0 0 160px rgba(255, 255, 255, .012);
}
.offer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; }
.light { color: #e7ba61; }
.offer-copy > p:not(.eyebrow) { max-width: 670px; margin: 25px 0 0; color: rgba(255, 255, 255, .68); font-size: 17px; }
.value-stack { margin-top: 45px; border-top: 1px solid rgba(255, 255, 255, .15); }
.value-stack > div { min-height: 78px; border-bottom: 1px solid rgba(255, 255, 255, .15); display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; }
.value-stack > div > span { color: #e7ba61; font-family: var(--serif); font-size: 12px; }
.value-stack p { margin: 0; display: grid; }
.value-stack strong { font-size: 14px; }
.value-stack small { color: rgba(255, 255, 255, .58); }
.value-stack b { color: #e7ba61; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.price-card { padding: 38px; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(8, 18, 12, .26); }
.price-badge { margin: 0; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.price-card h3 { margin: 14px 0 0; font-family: var(--serif); font-size: 29px; line-height: 1.15; }
.price { margin-top: 26px; display: flex; align-items: baseline; }
.price > span { align-self: flex-start; margin: 12px 3px 0 0; font-family: var(--serif); font-size: 26px; }
.price strong { font-family: var(--serif); font-size: 69px; line-height: 1; letter-spacing: -.06em; }
.price small { margin-left: 10px; color: #748078; }
.price-note { margin: 14px 0 0; color: #667168; font-size: 13px; }
.price-card ul { margin: 28px 0; padding: 26px 0; border-block: 1px solid var(--line); display: grid; gap: 11px; list-style: none; }
.price-card li { display: flex; gap: 10px; font-size: 13px; font-weight: 600; }
.price-card li span { color: var(--clay); }
.price-card .microcopy { text-align: center; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:last-child { color: #67736a; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 21px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 28px; padding-right: 50px; color: #69746b; }

.final-cta { padding: 100px 0; text-align: center; color: var(--white); background: var(--clay-dark); }
.final-cta-inner { max-width: 850px; }
.cta-mark { height: 52px; margin: 0 auto 28px; display: flex; align-items: flex-end; justify-content: center; gap: 5px; }
.cta-mark i { width: 10px; border-radius: 6px; display: block; background: var(--amber); }
.cta-mark i:nth-child(1) { height: 46px; }
.cta-mark i:nth-child(2) { height: 35px; opacity: .8; }
.cta-mark i:nth-child(3) { height: 25px; opacity: .65; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 24px auto 30px; color: rgba(255, 255, 255, .72); font-size: 17px; }

.site-footer { padding: 70px 0 25px; color: rgba(255, 255, 255, .7); background: #0f2018; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.brand-light strong { color: var(--white); }
.footer-brand p { max-width: 280px; margin-top: 20px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 7px; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:not(.brand) { font-size: 13px; }
.footer-grid a:not(.brand):hover { color: var(--white); }
.footer-bottom { margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .11); display: flex; justify-content: space-between; font-size: 11px; }

.legal-header { grid-template-columns: 1fr auto; }
.legal-page { min-height: calc(100vh - 78px); padding: 96px 0; background: var(--paper); }
.legal-shell { max-width: 820px; }
.legal-shell > h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 78px); line-height: 1; letter-spacing: -.045em; }
.legal-updated { margin: 18px 0 56px; color: #788178; font-size: 13px; }
.legal-shell section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; }
.legal-shell section p { margin: 0; color: #5f6b63; }
.legal-shell section a { color: var(--clay-dark); font-weight: 700; text-decoration: underline; }
.legal-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .hero-art { width: min(880px, 100%); margin: 0 auto; }
  .hero-window { width: 100%; }
  .cost-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
  .story-grid, .story-grid.reverse { grid-template-columns: 1fr; }
  .story-copy { max-width: 720px; }
  .story-grid.reverse .story-copy { order: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 70px;
    right: 15px;
    left: 15px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: grid;
    gap: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 11px 8px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); }
  .hero-lede { font-size: 17px; }
  .hero-art { padding-top: 18px; }
  .floating-note { display: none; }
  .cost-grid { padding: 28px 0; grid-template-columns: 1fr 1fr; }
  .cost-grid > * { min-height: 70px; padding: 10px 18px; }
  .cost-grid > *:nth-child(3) { border-left: 0; }
  .section-pad { padding: 84px 0; }
  .value-grid, .workflow-steps { grid-template-columns: 1fr; }
  .value-grid article { min-height: 210px; }
  .value-grid h3 { margin-top: 32px; }
  .split-heading, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .offer-grid { gap: 60px; }
  .price-card { width: min(500px, 100%); margin: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .brand strong { font-size: 22px; }
  .hero { min-height: auto; padding-bottom: 44px; }
  .hero h1 { font-size: 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li { padding: 8px 0; border-bottom: 1px solid var(--line); }
  .hero-art { padding-bottom: 0; }
  .hero-window { border-radius: 11px; transform: none; }
  .hero-window figcaption { height: 34px; }
  .hero-window figcaption strong { display: none; }
  .hero-orbit { display: none; }
  .cost-grid { grid-template-columns: 1fr; }
  .cost-grid > * { padding: 13px 0; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .cost-grid > *:last-child { border-bottom: 0; }
  .section-pad { padding: 70px 0; }
  .narrow-center h2, .section-heading h2, .story-copy h2, .offer-copy h2, .faq-heading h2, .final-cta h2 { font-size: 37px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 205px; }
  .value-stack > div { padding: 12px 0; grid-template-columns: 30px 1fr; }
  .value-stack b { grid-column: 2; }
  .price-card { padding: 28px 22px; }
  .price strong { font-size: 60px; }
  .faq-list summary { min-height: 74px; font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

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