:root {
  --ink: #10243f;
  --ink-soft: #40536a;
  --paper: #fbfaf7;
  --paper-warm: #f4efe7;
  --white: #ffffff;
  --line: #dfe4e7;
  --blue: #2d91c2;
  --purple: #7956ad;
  --green: #4c9668;
  --accent-orange: #e8932c;
  --shadow: 0 22px 60px rgba(20, 43, 67, .10);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(45,145,194,.24); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(16,36,63,.08); background: rgba(251,250,247,.9); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand__logo { width: 226px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { color: var(--ink-soft); position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 10px; background: var(--purple); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.main-nav > a.active { color: var(--ink); }
.mobile-menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid rgba(45,145,194,.35); outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 18px; }
.button--primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(16,36,63,.18); }
.button--primary:hover { background: #193653; box-shadow: 0 16px 34px rgba(16,36,63,.22); }
.button--secondary { border-color: rgba(16,36,63,.18); background: rgba(255,255,255,.55); }
.button--secondary:hover { background: white; }
.button--light { background: white; color: var(--ink); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: #b6dff1; }
.hero { position: relative; overflow: hidden; padding: 88px 0 82px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -280px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(121,86,173,.16), rgba(121,86,173,0) 68%); }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; }
.hero__copy h1, .page-hero h1 { margin: 20px 0 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; font-size: clamp(48px, 6vw, 78px); }
.hero__copy h1 em { font-style: normal; color: var(--purple); }
.hero__copy > p { max-width: 650px; color: var(--ink-soft); font-size: 19px; line-height: 1.68; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero__note { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; max-width: 590px; color: #68778a; font-size: 13px; line-height: 1.5; }
.hero__note svg { flex: 0 0 auto; color: var(--green); }

.mind-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.mind-visual__halo { position: absolute; inset: 50px; border-radius: 50%; background: linear-gradient(145deg, #e9f4f7, #f0e9f5 60%, #f6eadb); box-shadow: inset 0 0 0 1px rgba(16,36,63,.05); }
.mind-visual__halo::before, .mind-visual__halo::after { content: ""; position: absolute; border: 1px solid rgba(16,36,63,.08); border-radius: 50%; }
.mind-visual__halo::before { inset: -22px; }
.mind-visual__halo::after { inset: -48px; }
.mind-visual__core { position: relative; width: 260px; height: 260px; padding: 18px; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(10px); animation: breathe 5s ease-in-out infinite; }
.mind-card { position: absolute; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(16,36,63,.08); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(16,36,63,.10); font-weight: 750; font-size: 13px; }
.mind-card svg { color: var(--purple); }
.mind-card--one { left: 0; top: 110px; }
.mind-card--two { right: -2px; top: 155px; }
.mind-card--three { left: 72px; bottom: 32px; }
@keyframes breathe { 50% { transform: translateY(-8px) scale(1.015); } }

.intro-band { background: var(--ink); color: white; padding: 54px 0; }
.intro-band__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.intro-band__grid p { margin: 0; color: #cfdae3; font-size: 17px; line-height: 1.7; }
.intro-band__grid .intro-band__lead { color: white; font-family: Georgia, serif; font-size: 31px; line-height: 1.2; }

.section { padding: 104px 0; }
.section--soft { background: var(--paper-warm); }
.section--dark { background: var(--ink); color: white; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading--centered { text-align: center; margin-inline: auto; }
.section-heading h2, .editorial-grid h2, .split-content h2, .about-grid h2, .responsible-grid h2, .cta-card h2 { margin: 13px 0 16px; font-family: Georgia, serif; font-size: clamp(37px, 4.3vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .editorial-grid > div > p, .split-content > div > p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }

.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.path-card { min-height: 420px; padding: 40px; border-radius: var(--radius-lg); position: relative; overflow: hidden; box-shadow: 0 1px 0 rgba(16,36,63,.06); }
.path-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; bottom: -90px; border-radius: 50%; background: rgba(255,255,255,.32); }
.path-card--people { background: #dfeff5; }
.path-card--companies { background: #ede5f1; }
.path-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 62px; border-radius: 18px; background: white; color: var(--blue); box-shadow: 0 12px 24px rgba(16,36,63,.08); }
.path-card--companies .path-card__icon { color: var(--purple); }
.path-card h3 { max-width: 470px; margin: 14px 0; font-family: Georgia, serif; font-size: 34px; line-height: 1.1; font-weight: 500; letter-spacing: -.03em; }
.path-card p { max-width: 500px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.path-card > a { position: absolute; left: 40px; bottom: 38px; display: inline-flex; align-items: center; gap: 8px; font-weight: 750; }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.principle-card { padding: 32px; border: 1px solid rgba(16,36,63,.08); border-radius: var(--radius); background: rgba(255,255,255,.7); }
.principle-card > svg { width: 30px; color: var(--green); }
.principle-card:nth-child(2) > svg { color: var(--purple); }
.principle-card:nth-child(3) > svg { color: var(--blue); }
.principle-card h3 { margin: 24px 0 10px; font-size: 20px; }
.principle-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--purple); font-weight: 800; }
.article-stack { border-top: 1px solid var(--line); }
.article-mini { display: grid; grid-template-columns: 44px 1fr auto; gap: 18px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--line); transition: padding .18s ease, background .18s ease; }
.article-mini:hover { padding-inline: 14px; background: rgba(255,255,255,.55); }
.article-mini__index { color: var(--accent-orange); font-weight: 800; }
.article-mini div > span { color: #718096; font-size: 12px; }
.article-mini h3 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 21px; font-weight: 500; line-height: 1.25; }
.story-strip { padding-top: 0; }
.story-strip__inner { display: flex; gap: 28px; align-items: flex-start; padding: 42px 48px; border-left: 4px solid var(--accent-orange); background: white; box-shadow: var(--shadow); }
.story-strip__inner svg { flex: 0 0 auto; color: var(--purple); }
.story-strip blockquote { margin: 0; max-width: 900px; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.25; letter-spacing: -.025em; }

.cta-section { padding: 0 0 104px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 56px 64px; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--ink), #234968); color: white; overflow: hidden; position: relative; }
.cta-card::after { content: ""; position: absolute; right: -80px; top: -100px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 70px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 760px; margin-bottom: 10px; font-size: clamp(34px, 4vw, 50px); }
.cta-card p { margin: 0; max-width: 710px; color: #c9d8e4; font-size: 16px; line-height: 1.65; }
.cta-card .button { flex: 0 0 auto; }

.page-hero { padding: 100px 0 88px; position: relative; overflow: hidden; background: linear-gradient(180deg, #f2eee7, var(--paper)); }
.page-hero::after { content: ""; position: absolute; right: -180px; top: -180px; width: 460px; height: 460px; border-radius: 50%; border: 1px solid rgba(121,86,173,.15); box-shadow: 0 0 0 42px rgba(121,86,173,.035), 0 0 0 90px rgba(45,145,194,.025); }
.page-hero--compact { padding-block: 76px 68px; }
.page-hero__copy { max-width: 950px; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(48px, 6vw, 74px); }
.page-hero__copy > p { max-width: 800px; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { padding: 30px; min-height: 310px; border: 1px solid var(--line); border-radius: var(--radius); background: white; position: relative; }
.step-card > span { position: absolute; right: 24px; top: 22px; color: #b5bdc6; font-size: 13px; font-weight: 800; }
.step-card > svg { margin-top: 30px; color: var(--purple); }
.step-card h3 { margin: 42px 0 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.step-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.check-list { display: grid; gap: 14px; }
.check-list > div { display: flex; align-items: center; gap: 15px; padding: 18px 20px; border-radius: 16px; background: white; font-weight: 650; }
.check-list svg { color: var(--green); }
.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.use-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.use-card svg { color: var(--blue); }
.use-card:nth-child(2) svg, .use-card:nth-child(3) svg { color: var(--purple); }
.use-card:nth-child(4) svg { color: var(--green); }
.use-card h3 { margin: 22px 0 10px; font-size: 21px; }
.use-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.responsible-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.responsible-grid h2 { color: white; }
.responsible-grid p { margin: 0 0 20px; color: #cbd8e2; font-size: 18px; line-height: 1.75; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.prose-large p { margin: 0 0 22px; color: var(--ink-soft); font-size: 19px; line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.values-grid article { padding: 28px; border-radius: var(--radius); background: white; }
.values-grid svg { color: var(--purple); }
.values-grid article:nth-child(2) svg { color: var(--accent-orange); }
.values-grid article:nth-child(3) svg { color: var(--blue); }
.values-grid article:nth-child(4) svg { color: var(--green); }
.values-grid h3 { margin: 26px 0 10px; }
.values-grid p { margin: 0; color: var(--ink-soft); line-height: 1.6; }

.blog-section { padding-top: 72px; }
.featured-post { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 460px; margin-bottom: 56px; border-radius: var(--radius-lg); overflow: hidden; background: white; box-shadow: var(--shadow); }
.featured-post__visual { min-height: 390px; padding: 30px; position: relative; overflow: hidden; background: linear-gradient(145deg, #d8edf5, #e7def0); }
.featured-post__visual > span { position: relative; z-index: 2; display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; }
.featured-post__shape { position: absolute; width: 280px; height: 280px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 48% 52% 45% 55%; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 0 0 38px rgba(255,255,255,.3), 0 0 0 78px rgba(255,255,255,.15); }
.featured-post__shape::before, .featured-post__shape::after { content: ""; position: absolute; width: 85px; height: 130px; top: 72px; border: 8px solid rgba(255,255,255,.72); border-block: 0; border-radius: 40px; }
.featured-post__shape::before { left: 43px; transform: rotate(-12deg); }
.featured-post__shape::after { right: 43px; transform: rotate(12deg); }
.featured-post__copy { align-self: center; padding: 54px; }
.featured-post__copy h2 { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; font-weight: 500; letter-spacing: -.04em; }
.featured-post__copy > p { color: var(--ink-soft); line-height: 1.7; }
.post-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #758397; font-size: 13px; }
.post-meta span { display: inline-flex; align-items: center; gap: 5px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.post-card__top, .post-card__bottom { display: flex; justify-content: space-between; align-items: center; color: #738196; font-size: 12px; }
.post-card__top span:first-child { color: var(--purple); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.post-card h2 { margin: 36px 0 12px; font-family: Georgia, serif; font-size: 27px; line-height: 1.15; font-weight: 500; }
.post-card p { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.post-card__bottom { margin-top: auto; padding-top: 25px; }
.post-card__bottom a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-warm); }
.article-header { padding: 78px 0 64px; background: linear-gradient(180deg, #f2eee7, var(--paper)); }
.article-header__inner { max-width: 920px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 48px; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.article-header h1 { margin: 16px 0 20px; font-family: Georgia, serif; font-size: clamp(44px, 6vw, 70px); line-height: 1.03; font-weight: 500; letter-spacing: -.05em; }
.article-header p { max-width: 760px; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.article-header .post-meta { margin-top: 28px; }
.article-layout { max-width: 1050px; display: grid; grid-template-columns: minmax(0, 710px) 250px; gap: 70px; align-items: start; padding-top: 74px; padding-bottom: 110px; }
.article-content { color: #273d53; font-family: Georgia, serif; font-size: 19px; line-height: 1.85; }
.article-content h2 { margin: 55px 0 14px; color: var(--ink); font-size: 34px; line-height: 1.2; letter-spacing: -.025em; }
.article-content p { margin: 0 0 24px; }
.article-content ul { padding-left: 24px; }
.article-content li { margin: 8px 0; }
.article-content blockquote { margin: 36px 0; padding: 26px 30px; border-left: 4px solid var(--accent-orange); background: var(--paper-warm); color: var(--ink); font-size: 24px; line-height: 1.5; }
.article-note { position: sticky; top: 105px; padding: 22px; border-radius: 18px; background: var(--paper-warm); color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.article-note strong { display: block; color: var(--ink); margin-bottom: 8px; }
.article-note p { margin: 0; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-options { display: grid; gap: 14px; }
.contact-options article { display: flex; gap: 18px; padding: 22px; border-radius: 18px; background: var(--paper-warm); }
.contact-options svg { flex: 0 0 auto; color: var(--purple); }
.contact-options h2 { margin: 0 0 5px; font-size: 18px; }
.contact-options p { margin: 0; color: var(--ink-soft); line-height: 1.5; }
.contact-form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(16,36,63,.07); }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cad3d9; border-radius: 12px; background: #fdfdfc; color: var(--ink); padding: 13px 14px; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; border: 0; }
.form-note { margin: 0; color: #778496; font-size: 12px; }
.form-note a { text-decoration: underline; }
.legal-page { padding-top: 72px; }
.prose { max-width: 780px; }
.prose h2 { margin: 38px 0 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.prose p { color: var(--ink-soft); line-height: 1.75; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found span { color: var(--accent-orange); font-weight: 900; letter-spacing: .2em; }
.not-found h1 { margin: 16px 0; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 70px); font-weight: 500; }
.not-found p { color: var(--ink-soft); margin-bottom: 28px; }

.site-footer { padding: 70px 0 24px; background: #0b1c30; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 58px; padding-bottom: 50px; }
.brand--footer { width: fit-content; padding: 10px 13px; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.brand--footer .brand__logo { width: 244px; }
.footer-brand p { max-width: 330px; color: #9fb0c0; line-height: 1.65; }
.footer-grid h2 { margin: 5px 0 20px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #b8c6d3; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid > div:not(.footer-brand) a { display: inline-flex; align-items: center; gap: 7px; color: #e0e7ee; font-size: 14px; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8194a6; font-size: 12px; }

@media (max-width: 960px) {
  .hero__grid, .intro-band__grid, .editorial-grid, .split-content, .responsible-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .mind-visual { min-height: 460px; max-width: 620px; width: 100%; margin-inline: auto; }
  .principles-grid, .steps-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post__visual { min-height: 320px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-note { position: static; order: -1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 70px; }
  .brand__logo { width: 190px; }
  .mobile-menu-button { display: inline-grid; place-items: center; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 35px rgba(16,36,63,.12); }
  .main-nav--open { display: flex; }
  .main-nav > a:not(.button) { padding: 14px 4px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .nav-cta { margin-top: 10px; }
  .hero { padding: 58px 0 52px; }
  .hero__copy h1, .page-hero h1 { font-size: clamp(43px, 14vw, 58px); }
  .hero__copy > p, .page-hero__copy > p { font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .mind-visual { min-height: 380px; transform: scale(.9); margin-block: -28px; }
  .mind-visual__halo { inset: 38px; }
  .mind-card--one { left: -12px; }
  .mind-card--two { right: -14px; }
  .mind-card--three { left: 42px; }
  .intro-band { padding: 42px 0; }
  .intro-band__grid { gap: 22px; }
  .section { padding: 74px 0; }
  .path-grid, .principles-grid, .steps-grid, .use-grid, .post-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 440px; padding: 30px; }
  .path-card > a { left: 30px; }
  .story-strip__inner { padding: 30px; }
  .cta-section { padding-bottom: 74px; }
  .cta-card { padding: 42px 28px; flex-direction: column; align-items: flex-start; }
  .cta-card .button { width: 100%; }
  .page-hero { padding: 70px 0 60px; }
  .page-hero--compact { padding-block: 58px 50px; }
  .values-grid { grid-template-columns: 1fr; }
  .featured-post__copy { padding: 34px 26px; }
  .featured-post__shape { width: 220px; height: 220px; }
  .featured-post__shape::before, .featured-post__shape::after { width: 65px; height: 100px; top: 59px; }
  .featured-post__shape::before { left: 33px; }
  .featured-post__shape::after { right: 33px; }
  .article-header { padding: 52px 0 44px; }
  .back-link { margin-bottom: 34px; }
  .article-layout { padding-top: 48px; padding-bottom: 76px; }
  .article-content { font-size: 18px; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

.login-cta { white-space: nowrap; }
.cvat-video-section { background: #eef7f8; }
.cvat-video { position: relative; width: min(100%, 1080px); aspect-ratio: 16 / 9; margin: 0 auto; overflow: hidden; border-radius: 24px; background: #0b1c30; box-shadow: 0 24px 60px rgba(16, 36, 63, .2); }
.cvat-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cvat-video-fallback { margin: 20px 0 0; text-align: center; color: var(--ink-soft); }
.cvat-video-fallback a { font-weight: 800; text-decoration: underline; }
