@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-var-cyrillic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "AVERAI";
  src: url("../fonts/averai.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --chrome: #051f20;
  --green-deep: #123524;
  --green: #076653;
  --lime: #e3ef26;
  --mint: #daf1de;
  --mint-soft: #edf8ef;
  --paper: #fffdf2;
  --white: #ffffff;
  --ink: #101713;
  --muted: #59625d;
  --line: #cbd4ce;
  --critical: #e3120b;
  --font-display: "Raleway", Arial, sans-serif;
  --font-body: Arial, sans-serif;
  --font-brand: "AVERAI", "Raleway", Arial, sans-serif;
  --max: 1180px;
  --nav-h: 60px;
  --radius-control: 8px;
  --radius-card: 14px;
  --shadow: 0 22px 48px -30px rgba(5, 31, 32, 0.42);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--green-deep);
}

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 9px 12px;
  color: var(--chrome);
  background: var(--lime);
  border-radius: var(--radius-control);
  transform: translateY(-140%);
}

.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.06; letter-spacing: -0.025em; text-wrap: balance; }
h1 { max-width: 14ch; margin-bottom: 24px; font-size: clamp(42px, 5vw, 58px); font-weight: 760; }
h2 { margin-bottom: 18px; font-size: clamp(30px, 3.3vw, 40px); font-weight: 740; }
h3 { margin-bottom: 12px; font-size: 22px; font-weight: 720; }
p { margin-bottom: 16px; }
.lead { max-width: 66ch; color: var(--muted); font-size: 19px; line-height: 1.55; }
.on-dark { color: var(--white); background: var(--chrome); }
.on-dark p, .on-dark span { color: rgba(255, 255, 255, 0.74); }
.section { padding-block: 76px; }
.section-head { margin-bottom: 34px; }
.compact-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.compact-head h2, .compact-head p { margin-bottom: 0; }
.compact-head p { max-width: 44ch; color: var(--muted); }

.site-nav {
  position: sticky;
  z-index: 90;
  top: 0;
  height: var(--nav-h);
  color: var(--white);
  background: var(--chrome);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-inner { display: grid; grid-template-columns: 136px 1fr auto; align-items: center; gap: 26px; height: 100%; }
.brand { display: block; width: 150px; height: 48px; overflow: hidden; }
.brand img { width: 230px; max-width: none; height: auto; transform: translate(-8px, -8px); }
.site-nav .brand { width: 136px; height: 40px; }
.site-nav .brand img { width: 208px; transform: translate(-7px, -7px); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 24px; }
.nav-links a, .site-footer a { text-decoration: none; }
.nav-links > a, .nav-dropdown summary { font-size: 13px; font-weight: 700; }
.nav-links > a:hover, .nav-links > a[aria-current="page"], .nav-dropdown summary:hover, .nav-dropdown[open] summary { color: var(--lime); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 8px; min-height: 38px; list-style: none; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.nav-dropdown[open] summary::after { margin-top: 4px; transform: rotate(225deg); }
.nav-dropdown-panel { position: absolute; z-index: 2; top: calc(100% + 8px); left: 50%; display: grid; width: 330px; padding: 8px; color: var(--chrome); background: var(--white); border-radius: var(--radius-card-sm); box-shadow: var(--shadow); transform: translateX(-50%); }
.nav-dropdown-panel::before { position: absolute; top: -9px; right: 0; left: 0; height: 9px; content: ""; }
.nav-solution-link { display: grid; gap: 3px; padding: 13px 14px; border-radius: var(--radius-control); color: inherit; }
.nav-solution-link:hover, .nav-solution-link:focus-visible { color: var(--green-deep); background: var(--paper); }
.nav-solution-link + .nav-solution-link { border-top: 1px solid var(--line); }
.nav-solution-link span { font-size: 15px; font-weight: 800; }
.nav-solution-link small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.nav-actions, .action-row { display: flex; align-items: center; gap: 10px; }
.nav-actions { gap: 8px; }
.nav-actions .button { min-height: 36px; padding: 7px 13px; font-size: 13px; }
.nav-toggle { display: none; padding: 8px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-control); }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-open .nav-toggle > span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.mobile-open .nav-toggle > span:nth-child(3) { opacity: 0; }
.mobile-open .nav-toggle > span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--green-deep); }
.button-primary:hover { background: var(--green); }
.button-signal { color: var(--chrome); background: var(--lime); }
.button-signal:hover { background: #f0f66a; }
.button-ghost { color: var(--green-deep); background: transparent; border-color: var(--green-deep); }
.button-on-dark { color: var(--white); background: transparent; border-color: rgba(255,255,255,.42); }
.quiet-link { color: var(--green-deep); font-weight: 800; text-underline-offset: 4px; }

.home-hero { padding-block: 68px 76px; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: 70px; }
.hero-copy .lead { margin-bottom: 28px; }
.home-hero-media { display: block; margin: 0; }
.home-hero-media img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius-card); box-shadow: var(--shadow); }

.process-strip { padding-block: 44px; }
.process-compact { display: grid; grid-template-columns: .75fr 1.6fr; align-items: center; gap: 54px; }
.process-compact h2 { max-width: 16ch; margin-bottom: 10px; font-size: 30px; }
.process-compact p { margin-bottom: 0; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-line li { min-height: 90px; padding: 8px 20px; border-left: 1px solid rgba(255,255,255,.2); }
.process-line strong, .process-line span { display: block; }
.process-line strong { margin-bottom: 7px; font-family: var(--font-display); font-size: 16px; }
.process-line span { font-size: 13px; line-height: 1.4; }

.products { background: var(--white); }
.product-routes { display: grid; grid-template-columns: 1.6fr .72fr; gap: 18px; }
.route-primary, .route-secondary { border-radius: var(--radius-card); }
.route-primary { display: grid; grid-template-columns: 1fr; align-items: center; gap: 36px; min-height: 350px; padding: 42px; color: var(--white); background: var(--green-deep); }
.route-primary p { max-width: 58ch; color: rgba(255,255,255,.76); }
.route-secondary { display: flex; flex-direction: column; justify-content: space-between; min-height: 350px; padding: 34px; background: var(--mint); }
.averai-product-name, .averai-inline { font-family: var(--font-brand); font-weight: 700; letter-spacing: .01em; }
.route-primary .averai-product-name { margin-bottom: 18px; font-size: 38px; }
.client-journey { margin-top: 44px; padding-top: 38px; border-top: 1px solid var(--line); }
.journey-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; margin-bottom: 32px; }
.journey-head h3 { margin-bottom: 8px; font-size: 28px; }
.journey-head p { max-width: 62ch; margin-bottom: 0; color: var(--muted); }
.journey-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.journey-steps li { position: relative; padding: 22px 16px 0 0; border-top: 1px solid var(--green-deep); }
.journey-steps li::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--green-deep); border-radius: 50%; content: ""; }
.journey-steps b, .journey-steps strong, .journey-steps span { display: block; }
.journey-steps b { margin-bottom: 8px; color: var(--green); font-size: 12px; }
.journey-steps strong { margin-bottom: 7px; font-family: var(--font-display); font-size: 15px; line-height: 1.3; }
.journey-steps span { max-width: 20ch; color: var(--muted); font-size: 13px; line-height: 1.45; }

.compact-cta { padding-block: 42px; }
.compact-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.compact-cta h2 { margin-bottom: 8px; font-size: 30px; }
.compact-cta p { margin-bottom: 0; }

.findep-hero { padding-block: 62px 42px; background: var(--paper); }
.findep-hero-grid { display: grid; grid-template-columns: 1fr; align-items: center; gap: 62px; }
.findep-copy .averai-product-name { max-width: none; margin-bottom: 18px; font-size: clamp(42px, 4.6vw, 54px); }
.hero-statement { max-width: 18ch; margin-bottom: 18px; font-family: var(--font-display); font-size: 30px; font-weight: 720; line-height: 1.12; letter-spacing: -.02em; }
.findep-copy .lead { margin-bottom: 26px; }
.hero-note { margin-top: 14px; color: var(--muted); font-size: 13px; }
.outcome-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); }
.outcome-row > div { padding: 22px 24px 0; border-left: 1px solid var(--line); }
.outcome-row > div:first-child { padding-left: 0; border-left: 0; }
.outcome-row strong, .outcome-row span { display: block; }
.outcome-row strong { margin-bottom: 5px; font-family: var(--font-display); }
.outcome-row span { color: var(--muted); font-size: 14px; }

.work-section { background: var(--white); }
.js .reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity .48s ease, transform .48s ease; }
.js .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: work; }
.work-grid li { position: relative; padding: 24px 22px 22px; background: var(--mint-soft); border-radius: 12px; counter-increment: work; }
.work-grid li::before { display: block; margin-bottom: 16px; color: var(--green); content: counter(work); font-family: var(--font-brand); font-size: 18px; }
.work-grid strong, .work-grid span { display: block; }
.work-grid strong { margin-bottom: 8px; font-family: var(--font-display); }
.work-grid span { color: var(--muted); font-size: 14px; }

.capabilities { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.capability-grid article { padding-top: 24px; border-top: 1px solid var(--green-deep); }
.capability-grid ul, .article-copy ul { margin: 0; padding-left: 20px; }
.capability-grid li { margin-bottom: 10px; }
.limit-note { margin-top: 22px; padding: 12px 14px; color: var(--green-deep); background: var(--mint-soft); border-radius: 8px; font-size: 14px; }

.plans { color: var(--green-deep); background: var(--mint); }
.plans-compact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.plans-compact > div:first-child p { max-width: 48ch; margin-bottom: 0; }
.plan-list { border-top: 1px solid rgba(18,53,36,.28); }
.plan-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid rgba(18,53,36,.28); }
.plan-list span { color: #315144; }

.demo-faq { background: var(--white); }
.demo-faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.demo-poster { margin: 24px 0 16px; overflow: hidden; background: var(--green-deep); border-radius: var(--radius-card); box-shadow: var(--shadow); }
.demo-poster-art { position: relative; min-height: 240px; overflow: hidden; background: linear-gradient(135deg, var(--green-deep), var(--green)); }
.demo-poster-art::before, .demo-poster-art::after { position: absolute; content: ""; }
.demo-poster-art::before { width: 280px; height: 280px; top: -112px; right: -64px; background: var(--lime); border-radius: 50%; opacity: .82; }
.demo-poster-art::after { right: 11%; bottom: 22%; left: 11%; height: 1px; background: rgba(255,255,255,.52); box-shadow: 0 34px 0 rgba(255,255,255,.32), 0 68px 0 rgba(255,255,255,.18); transform: rotate(-8deg); }
.demo-poster figcaption { display: grid; gap: 6px; padding: 18px; color: var(--white); background: var(--green-deep); }
.demo-poster figcaption strong { font-family: var(--font-display); }
.demo-poster figcaption span { color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; }
.faq-compact h2 { font-size: 30px; }
.faq-compact details { border-top: 1px solid var(--line); }
.faq-compact details:last-child { border-bottom: 1px solid var(--line); }
.faq-compact summary { padding: 16px 0; font-family: var(--font-display); font-weight: 700; cursor: pointer; }
.faq-compact details p { max-width: 62ch; padding-bottom: 14px; color: var(--muted); }

.blog-main { min-height: calc(100vh - var(--nav-h) - 140px); padding-block: 72px 110px; }
.blog-heading { display: grid; grid-template-columns: .45fr 1.2fr; align-items: end; gap: 60px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.blog-heading h1 { margin-bottom: 0; font-size: 54px; }
.blog-heading p { max-width: 62ch; margin-bottom: 4px; color: var(--muted); font-size: 18px; }
.blog-list { padding-top: 0; }
.blog-row { display: grid; grid-template-columns: 150px 1fr 230px; align-items: start; gap: 48px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.blog-row-meta span, .blog-row-meta time { display: block; color: var(--muted); font-size: 13px; }
.blog-row-copy h2 { max-width: 20ch; font-size: 34px; }
.blog-row-copy p { max-width: 68ch; color: var(--muted); }
.author-chip { display: flex; align-items: center; gap: 12px; }
.author-chip > span, .author-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--green); border-radius: 50%; font-family: var(--font-display); font-weight: 800; }
.author-chip strong, .author-chip small { display: block; }
.author-chip strong { font-size: 14px; }
.author-chip small { color: var(--muted); font-size: 12px; }

.article-main { background: var(--paper); }
.article-header { max-width: 920px; padding-block: 68px 46px; border-bottom: 1px solid var(--line); }
.article-header h1 { max-width: 16ch; font-size: clamp(42px, 5vw, 56px); }
.article-header .lead { max-width: 64ch; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.article-meta a { font-weight: 700; }
.article-author { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.article-author strong, .article-author small { display: block; }
.article-author small { max-width: 58ch; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 230px; align-items: start; justify-content: center; gap: 70px; padding-block: 54px 88px; }
.article-copy { font-size: 18px; line-height: 1.68; }
.article-copy h2 { margin-top: 48px; margin-bottom: 16px; font-size: 32px; }
.article-copy p { margin-bottom: 18px; }
.article-copy li { margin-bottom: 7px; }
.article-copy blockquote { margin: 34px 0; padding: 22px 26px; color: var(--white); background: var(--green-deep); border-radius: 12px; font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1.35; }
.article-copy .action-row { margin-top: 38px; }
.article-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 34px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 10px; }
.article-flow span { display: grid; place-items: center; min-height: 68px; padding: 10px; background: var(--white); font-size: 13px; font-weight: 700; text-align: center; }
.article-aside { position: sticky; top: calc(var(--nav-h) + 26px); padding-top: 18px; border-top: 1px solid var(--green-deep); }
.article-aside strong { font-family: var(--font-display); font-size: 18px; }
.article-aside p { color: var(--muted); font-size: 14px; }
.article-aside a { display: block; margin-top: 10px; color: var(--green-deep); font-size: 14px; font-weight: 700; }

.site-footer { color: var(--white); background: var(--chrome); }
.footer-grid { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 36px; min-height: 120px; }
.site-footer nav { display: flex; justify-content: center; gap: 24px; }
.site-footer nav a, .site-footer p { color: rgba(255,255,255,.72); font-size: 13px; }
.site-footer p { margin: 0; }

@media (max-width: 1000px) {
  .home-hero-grid, .findep-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .process-compact, .plans-compact { grid-template-columns: 1fr; gap: 28px; }
  .process-compact h2 { max-width: 22ch; }
  .product-routes { grid-template-columns: 1fr; }
  .route-secondary { min-height: 220px; }
  .journey-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 0; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .blog-row { grid-template-columns: 120px 1fr; }
  .author-chip { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --nav-h: 58px; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .lead { font-size: 17px; }
  .section { padding-block: 56px; }
  .compact-head { display: block; }
  .compact-head h2 { margin-bottom: 8px; }
  .nav-inner { grid-template-columns: 132px auto; justify-content: space-between; gap: 12px; }
  .site-nav .brand { width: 132px; height: 38px; }
  .site-nav .brand img { width: 202px; transform: translate(-7px, -7px); }
  .js .nav-toggle { display: block; min-width: 40px; min-height: 40px; padding: 7px; }
  .js .nav-links, .js .nav-actions { display: none; }
  .site-nav.mobile-open { height: 100svh; }
  .site-nav.mobile-open .nav-inner { align-content: start; min-height: 100svh; padding-bottom: 22px; }
  .site-nav.mobile-open .nav-links, .site-nav.mobile-open .nav-actions { display: flex; grid-column: 1 / -1; }
  .site-nav.mobile-open .nav-links { align-items: stretch; flex-direction: column; gap: 0; width: 100%; padding-top: 18px; }
  .site-nav.mobile-open .nav-links > a, .site-nav.mobile-open .nav-dropdown { border-top: 1px solid rgba(255,255,255,.18); }
  .site-nav.mobile-open .nav-links > a, .site-nav.mobile-open .nav-dropdown summary { padding: 13px 0; font-size: 17px; }
  .site-nav.mobile-open .nav-dropdown summary { justify-content: space-between; min-height: 0; }
  .site-nav.mobile-open .nav-dropdown-panel { position: static; width: 100%; padding: 0 0 10px; color: var(--white); background: transparent; border-radius: 0; box-shadow: none; transform: none; }
  .site-nav.mobile-open .nav-solution-link { padding: 12px 14px; background: rgba(255,255,255,.07); border-radius: var(--radius-control); }
  .site-nav.mobile-open .nav-solution-link + .nav-solution-link { margin-top: 6px; border-top: 0; }
  .site-nav.mobile-open .nav-solution-link:hover, .site-nav.mobile-open .nav-solution-link:focus-visible { color: var(--white); background: rgba(255,255,255,.13); }
  .site-nav.mobile-open .nav-solution-link small { color: rgba(255,255,255,.68); }
  .site-nav.mobile-open .nav-actions { align-items: stretch; flex-direction: column; width: 100%; margin-top: auto; }
  .site-nav.mobile-open .nav-actions .button { min-height: 46px; }

  .home-hero { padding-block: 44px 56px; }
  .home-hero-grid, .findep-hero-grid, .capability-grid, .demo-faq-grid, .blog-heading, .blog-row, .article-layout { grid-template-columns: 1fr; }
  .home-hero-media img { height: 300px; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .process-line li { min-height: 78px; padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.2); }
  .route-primary { grid-template-columns: 1fr; min-height: 0; padding: 28px; }
  .route-secondary { min-height: 0; padding: 28px; }
  .client-journey { margin-top: 34px; padding-top: 30px; }
  .journey-head { display: block; margin-bottom: 26px; }
  .journey-head .button { width: 100%; margin-top: 18px; }
  .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .journey-steps li { padding-right: 8px; }
  .journey-steps span { max-width: none; }
  .compact-cta-grid { align-items: flex-start; flex-direction: column; }

  .findep-hero { padding-block: 42px 38px; }
  .findep-copy .averai-product-name { font-size: 42px; }
  .hero-statement { font-size: 27px; }
  .outcome-row { grid-template-columns: 1fr; }
  .outcome-row > div, .outcome-row > div:first-child { padding: 16px 0; border-top: 1px solid var(--line); border-left: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .plan-list article { grid-template-columns: 1fr; gap: 6px; }
  .demo-faq-grid { gap: 52px; }

  .blog-main { padding-block: 48px 70px; }
  .blog-heading { gap: 14px; padding-bottom: 30px; }
  .blog-heading h1 { font-size: 42px; }
  .blog-row { gap: 14px; padding: 30px 0; }
  .blog-row-copy h2 { font-size: 28px; }
  .author-chip { grid-column: auto; margin-top: 10px; }

  .article-header { padding-block: 48px 36px; }
  .article-header h1 { font-size: 40px; }
  .article-layout { gap: 44px; padding-block: 40px 64px; }
  .article-copy { font-size: 17px; }
  .article-copy h2 { margin-top: 38px; font-size: 28px; }
  .article-aside { position: static; order: -1; }
  .article-flow { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .site-footer nav { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 460px) {
  body { font-size: 15px; }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .action-row { align-items: stretch; flex-direction: column; }
  .action-row .button { width: 100%; }
  .process-line { grid-template-columns: 1fr; }
  .route-primary .averai-product-name { font-size: 32px; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .work-grid li { padding: 16px 14px; }
  .work-grid li::before { margin-bottom: 10px; }
  .work-grid strong { font-size: 14px; }
  .work-grid span { font-size: 12px; }
  .article-header h1 { font-size: 36px; }
  .article-flow { grid-template-columns: 1fr; }
}

@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; }
  .js .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
}
