/* Manifest Media — company site design system. Dark editorial: ink, ivory, brass. */
@font-face { font-family: "Unbounded"; font-weight: 500; font-display: swap; src: url("/fonts/Unbounded-500.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-weight: 700; font-display: swap; src: url("/fonts/Unbounded-700.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 400; font-display: swap; src: url("/fonts/Manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 500; font-display: swap; src: url("/fonts/Manrope-500.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 600; font-display: swap; src: url("/fonts/Manrope-600.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 700; font-display: swap; src: url("/fonts/Manrope-700.woff2") format("woff2"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/InstrumentSerif-400-italic.woff2") format("woff2"); }

:root {
  --ink: #07070a; --ink-2: #0e0e12; --ink-3: #121218; --graphite: #17171c; --slate: #1f1f26;
  --line: rgba(243, 239, 230, 0.1); --line-2: rgba(243, 239, 230, 0.18);
  --ivory: #f3efe6; --ivory-70: rgba(243, 239, 230, 0.72); --ivory-60: rgba(243, 239, 230, 0.62); --ivory-40: rgba(243, 239, 230, 0.42);
  --brass: #c9a227; --brass-light: #f0dfa8; --brass-dim: rgba(201, 162, 39, 0.16);
  --violet: #7c3aed; --cyan: #22d3ee; --ok: #34d399;
  --display: "Unbounded", "Avenir Next", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --serif: "Instrument Serif", "Didot", Georgia, serif;
  --wrap: min(1280px, calc(100% - clamp(32px, 6vw, 96px)));
  --r: 18px; --r-sm: 12px;
  --nav-h: 72px;
}
* { box-sizing: border-box; }
html { background: var(--ink); color: var(--ivory); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 1000; padding: 8px 14px; background: var(--brass); color: var(--ink); border-radius: 8px; }
.skip:focus { left: 8px; }
.wrap { width: var(--wrap); margin-inline: auto; }
::selection { background: var(--brass); color: var(--ink); }

/* ---------- Type ---------- */
.eyebrow { font-family: var(--display); font-weight: 500; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); }
.display { font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; text-wrap: balance; }
.display--xl { font-size: clamp(40px, 6.4vw, 92px); }
.display--lg { font-size: clamp(34px, 4.8vw, 66px); }
.display--md { font-size: clamp(28px, 3.4vw, 46px); }
.display--sm { font-size: clamp(22px, 2.2vw, 30px); }
.display em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--brass-light); letter-spacing: 0; font-size: 1.08em; }
.h3 { font-family: var(--display); font-weight: 500; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.25; letter-spacing: -0.01em; }
.lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; color: var(--ivory-70); max-width: 62ch; text-wrap: pretty; }
.muted { color: var(--ivory-60); }
.small { font-size: 14px; color: var(--ivory-60); }
.fine { font-size: 13px; color: var(--ivory-40); line-height: 1.5; }
.prose { max-width: 72ch; }
.prose p + p { margin-top: 1em; }
.prose h2 { margin: 2.2em 0 0.7em; }
.prose h3 { margin: 1.8em 0 0.6em; }
.prose ul { list-style: disc; padding-left: 1.3em; margin: 0.8em 0; }
.prose ol { list-style: decimal; padding-left: 1.3em; margin: 0.8em 0; }
.prose li + li { margin-top: 0.35em; }
.prose blockquote { margin: 1.6em 0; padding-left: 1.2em; border-left: 2px solid var(--brass); font-family: var(--serif); font-style: italic; font-size: 1.35em; line-height: 1.35; color: var(--brass-light); }
.prose strong { color: var(--ivory); font-weight: 600; }
.prose a { color: var(--brass-light); text-decoration: underline; text-decoration-color: rgba(240, 223, 168, 0.4); text-underline-offset: 3px; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 999px; font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid transparent; transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brass); color: var(--ink); }
.btn--primary:hover { background: var(--brass-light); }
.btn--ghost { border-color: var(--line-2); color: var(--ivory); }
.btn--ghost:hover { border-color: var(--ivory); }
.btn--sm { padding: 11px 18px; font-size: 11px; }
.btn--lg { padding: 18px 34px; font-size: 14px; }
.link { font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); display: inline-flex; align-items: center; gap: 8px; }
.link::after { content: "→"; transition: transform 0.25s ease; }
.link:hover::after { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 100; height: var(--nav-h); backdrop-filter: blur(18px); background: rgba(7, 7, 10, 0.72); border-bottom: 1px solid var(--line); }
.nav__wrap { width: var(--wrap); margin-inline: auto; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: 0.06em; }
.nav__logo b { font-weight: 500; color: var(--ivory-60); margin-left: 6px; }
.nav__logo img { width: 30px; height: 30px; }
.nav__menu { display: flex; gap: 4px; height: 100%; }
.nav__item { position: relative; height: 100%; display: flex; align-items: center; }
.nav__link { padding: 10px 14px; font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory-70); border-radius: 8px; transition: color 0.2s; }
.nav__item:hover .nav__link, .nav__item.is-open .nav__link, body[data-section="products"] [data-nav="products"] .nav__link, body[data-section="solutions"] [data-nav="solutions"] .nav__link, body[data-section="showcases"] [data-nav="showcases"] .nav__link, body[data-section="technology"] [data-nav="technology"] .nav__link, body[data-section="company"] [data-nav="company"] .nav__link { color: var(--ivory); }
.mega { position: fixed; left: 0; right: 0; top: var(--nav-h); background: rgba(10, 10, 14, 0.96); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s; }
.nav__item:hover .mega, .nav__item.is-open .mega { opacity: 1; visibility: visible; transform: none; }
.mega__wrap { width: var(--wrap); margin-inline: auto; padding: 32px 0 36px; display: grid; gap: 32px; }
.mega__wrap--3 { grid-template-columns: 1fr 1fr 1.2fr; }
.mega__wrap--2 { grid-template-columns: 1fr 1fr; max-width: 760px; margin-left: auto; margin-right: auto; }
.mega__wrap--cards { grid-template-columns: repeat(6, 1fr); gap: 14px; }
.mega__title { font-family: var(--display); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory-40); margin-bottom: 8px; }
.mega__col > a { display: block; padding: 12px 14px; border-radius: 12px; transition: background 0.2s; }
.mega__col > a:hover { background: rgba(243, 239, 230, 0.05); }
.mega__col > a b { display: block; font-family: var(--display); font-weight: 500; font-size: 14px; }
.mega__col > a span { display: block; font-size: 13px; color: var(--ivory-60); margin-top: 2px; }
.mega__feature { display: block; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-3); }
.mega__feature img { aspect-ratio: 16 / 9; object-fit: cover; }
.mega__feature b { display: block; padding: 14px 16px 0; font-family: var(--display); font-weight: 500; font-size: 14px; }
.mega__feature span { display: block; padding: 2px 16px 16px; font-size: 13px; color: var(--ivory-60); }
.mega__card { display: block; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-3); transition: border-color 0.2s, transform 0.2s; }
.mega__card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.mega__card img { aspect-ratio: 4 / 3; object-fit: cover; }
.mega__card b { display: block; padding: 10px 12px 0; font-family: var(--display); font-weight: 500; font-size: 13px; }
.mega__card span { display: block; padding: 0 12px 12px; font-size: 12px; color: var(--ivory-60); }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; align-items: center; }
.nav__burger span { width: 22px; height: 2px; background: var(--ivory); transition: transform 0.25s, opacity 0.25s; }

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 10vh, 130px) 0; }
.section--tight { padding: clamp(48px, 7vh, 88px) 0; }
.section--alt { background: var(--ink-2); }
.section--line { border-top: 1px solid var(--line); }
.section__head { max-width: 780px; margin-bottom: clamp(36px, 5vh, 60px); }
.section__head .display { margin: 14px 0 18px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .lede { margin-inline: auto; }
.section__head--split { max-width: none; display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; }
.section__head--split .lede { margin-top: 0; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: calc(100svh - var(--nav-h)); display: grid; align-items: end; overflow: hidden; background: var(--ink); }
.hero__media { position: absolute; inset: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,7,10,0.2) 0%, rgba(7,7,10,0.35) 45%, rgba(7,7,10,0.95) 100%), linear-gradient(90deg, rgba(7,7,10,0.6), transparent 60%); }
.hero__body { position: relative; width: var(--wrap); margin-inline: auto; padding: clamp(80px, 14vh, 160px) 0 clamp(56px, 9vh, 96px); }
.hero__body .display { margin: 18px 0 22px; max-width: 14ch; }
.hero__body .lede { max-width: 56ch; }
.hero--page { min-height: 0; align-items: center; }
.hero--page .hero__body { padding: clamp(72px, 11vh, 130px) 0 clamp(48px, 7vh, 80px); }
.hero--page .display { max-width: 18ch; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.hero__meta div { font-size: 13px; color: var(--ivory-60); }
.hero__meta b { display: block; font-family: var(--display); font-weight: 500; font-size: 22px; color: var(--ivory); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory-40); font-family: var(--display); font-weight: 500; }
.crumbs a:hover { color: var(--ivory); }
.crumbs span::before { content: "/"; margin-right: 8px; opacity: 0.5; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--ink-2); }
.stats > div { padding: 30px 28px; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; }
.stats b { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.02em; color: var(--brass-light); line-height: 1; }
.stats b sup { font-size: 0.5em; vertical-align: super; margin-left: 2px; }
.stats span { display: block; margin-top: 10px; font-size: 14px; color: var(--ivory-60); }
.stats--inline { background: transparent; border: 0; border-radius: 0; gap: 18px; }
.stats--inline > div { border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--ink-2); }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 18px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 28px; border-radius: var(--r); border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)); transition: border-color 0.25s, transform 0.25s; }
a.card:hover, .card--hover:hover { border-color: var(--line-2); transform: translateY(-4px); }
.card__num { font-family: var(--display); font-size: 12px; letter-spacing: 0.16em; color: var(--brass); }
.card__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--brass-dim); color: var(--brass-light); font-family: var(--display); font-weight: 700; font-size: 14px; }
.card .h3 { margin-top: 4px; }
.card p { color: var(--ivory-60); font-size: 15px; }
.card .link { margin-top: auto; padding-top: 12px; }
.card--media { padding: 0; overflow: hidden; }
.card--media img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; transition: transform 0.6s ease; }
a.card--media:hover img { transform: scale(1.04); }
.card--media .card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card--media .card__body .link { margin-top: auto; }
.card--brass { border-color: rgba(201, 162, 39, 0.4); background: linear-gradient(160deg, rgba(201,162,39,0.14), rgba(201,162,39,0.03)); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-block; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-2); font-family: var(--display); font-weight: 500; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory-70); }
.tag--brass { border-color: rgba(201,162,39,0.5); color: var(--brass-light); background: var(--brass-dim); }

/* ---------- Feature rows (media + text) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.feature + .feature { margin-top: clamp(64px, 10vh, 130px); }
.feature--flip .feature__media { order: 2; }
.feature__media { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--ink-3); }
.feature__media img, .feature__media video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature__media--portrait img, .feature__media--portrait video { aspect-ratio: 3 / 4; }
.feature__media--wide img, .feature__media--wide video { aspect-ratio: 16 / 10; }
.feature__caption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 8px; background: rgba(7,7,10,0.7); backdrop-filter: blur(8px); font-family: var(--display); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ivory-70); }
.feature__body .display { margin: 14px 0 18px; }
.feature__body .lede { font-size: 18px; }
.checks { margin-top: 26px; display: grid; gap: 12px; }
.checks li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; color: var(--ivory-70); font-size: 15.5px; }
.checks li::before { content: "✓"; color: var(--brass); font-weight: 700; margin-top: 1px; }
.checks b { color: var(--ivory); font-weight: 600; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.steps li { counter-increment: step; padding: 26px; border-radius: var(--r); border: 1px solid var(--line); background: var(--ink-2); position: relative; }
.steps li::before { content: counter(step, decimal-leading-zero); font-family: var(--display); font-weight: 700; font-size: 34px; color: var(--brass-dim); position: absolute; right: 22px; top: 14px; -webkit-text-stroke: 1px rgba(201,162,39,0.5); }
.steps b { display: block; font-family: var(--display); font-weight: 500; font-size: 16px; margin-bottom: 8px; }
.steps p { font-size: 14.5px; color: var(--ivory-60); }
.timeline { display: grid; gap: 0; border-left: 1px solid var(--line-2); margin-left: 8px; }
.timeline li { position: relative; padding: 0 0 34px 34px; }
.timeline li::before { content: ""; position: absolute; left: -6px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 4px var(--ink); }
.timeline time { display: block; font-family: var(--display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass); margin-bottom: 6px; }
.timeline b { display: block; font-family: var(--display); font-weight: 500; font-size: 18px; margin-bottom: 6px; }
.timeline p { color: var(--ivory-60); font-size: 15px; }

/* ---------- Logo strip ---------- */
.logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.logos div { display: grid; place-items: center; padding: 28px 20px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--ink-2); min-height: 96px; }
.logos img { max-height: 34px; width: auto; opacity: 0.85; filter: grayscale(1) brightness(1.4); }
.logos--text div { font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory-60); }

/* ---------- Media gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.gallery figure { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-3); }
.gallery img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; transition: transform 0.6s; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { padding: 10px 12px; font-family: var(--display); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory-60); }
.gallery--3 { grid-template-columns: repeat(3, 1fr); }
.gallery--3 img { aspect-ratio: 4 / 3; }
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.strip img { border-radius: 12px; aspect-ratio: 16 / 10; width: 100%; object-fit: cover; border: 1px solid var(--line); }

/* ---------- Tables / specs ---------- */
.spec { width: 100%; border-collapse: collapse; font-size: 15px; }
.spec th, .spec td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory-60); width: 30%; }
.spec tr:last-child td, .spec tr:last-child th { border-bottom: 0; }
.spec--box { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--ink-2); }
.spec--box th, .spec--box td { padding: 16px 22px; }
.table-scroll { overflow-x: auto; }
.compare thead th { width: auto; color: var(--brass); border-bottom: 1px solid var(--line-2); }
.compare td:first-child { font-weight: 600; color: var(--ivory); }

/* ---------- Accordion / tabs ---------- */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__btn { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; text-align: left; font-family: var(--display); font-weight: 500; font-size: 17px; line-height: 1.3; }
.acc__btn::after { content: "+"; font-size: 24px; color: var(--brass); flex: none; transition: transform 0.25s; }
.acc__item.is-open .acc__btn::after { transform: rotate(45deg); }
.acc__panel { display: none; padding: 0 0 24px; color: var(--ivory-70); max-width: 72ch; }
.acc__item.is-open .acc__panel { display: block; }
.tabs__bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.tabs__bar button { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line-2); font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory-60); }
.tabs__bar button.is-active { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; }

/* ---------- Quote ---------- */
.quote { padding: clamp(40px, 6vw, 72px); border-radius: var(--r); border: 1px solid var(--line); background: radial-gradient(80% 100% at 50% 0%, rgba(201,162,39,0.12), transparent 70%), var(--ink-2); text-align: center; }
.quote p { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3vw, 40px); line-height: 1.25; color: var(--brass-light); max-width: 26ch; margin-inline: auto; text-wrap: balance; }
.quote cite { display: block; margin-top: 22px; font-style: normal; font-family: var(--display); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ivory-60); }

/* ---------- Split / banner ---------- */
.banner { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); min-height: 420px; display: grid; align-items: end; }
.banner img, .banner video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,7,10,0.92)); }
.banner__body { position: relative; z-index: 1; padding: clamp(28px, 5vw, 56px); max-width: 640px; }
.banner__body .display { margin: 12px 0 14px; }

/* ---------- Article / newsroom ---------- */
.article { display: grid; grid-template-columns: minmax(0, 72ch) 1fr; gap: clamp(32px, 6vw, 96px); }
.article__aside { position: sticky; top: calc(var(--nav-h) + 24px); align-self: start; display: grid; gap: 16px; }
.article__aside .card { padding: 22px; }
.article__meta { display: flex; flex-wrap: wrap; gap: 16px; font-family: var(--display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ivory-60); margin: 14px 0 28px; }
.article__hero { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); margin-bottom: 40px; }
.article__hero img { aspect-ratio: 16 / 8; width: 100%; object-fit: cover; }
.news { display: grid; gap: 0; border-top: 1px solid var(--line); }
.news a { display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); transition: background 0.2s; }
.news a:hover { background: rgba(243,239,230,0.03); }
.news time { font-family: var(--display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); }
.news b { display: block; font-family: var(--display); font-weight: 500; font-size: 18px; line-height: 1.3; }
.news span { display: block; margin-top: 4px; color: var(--ivory-60); font-size: 14.5px; }
.news .tag { justify-self: end; }

/* ---------- Forms ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 6px; font-family: var(--display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ivory-60); }
.form input, .form select, .form textarea { width: 100%; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--line-2); background: var(--ink-2); color: var(--ivory); font: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--brass); outline-offset: 1px; border-color: transparent; }
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ivory-60) 50%), linear-gradient(135deg, var(--ivory-60) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.form textarea { min-height: 150px; resize: vertical; }
.form .full { grid-column: 1 / -1; }
.form__status { grid-column: 1 / -1; min-height: 24px; font-size: 14px; color: var(--ivory-60); }
.form__status.is-ok { color: var(--ok); }
.form__status.is-err { color: #f87171; }

/* ---------- CTA band + footer ---------- */
.cta-band { padding: clamp(72px, 10vh, 120px) 0; background: radial-gradient(60% 80% at 80% 50%, rgba(201,162,39,0.14), transparent 70%), var(--ink-2); border-top: 1px solid var(--line); }
.cta-band__wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-band .display { margin: 14px 0 16px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-self: end; }
.footer { border-top: 1px solid var(--line); padding: 64px 0 28px; background: var(--ink); }
.footer__wrap { display: grid; grid-template-columns: 1.3fr 2.4fr; gap: 56px; }
.footer__brand p { margin-top: 18px; color: var(--ivory-60); font-size: 14.5px; max-width: 40ch; }
.footer__addr { font-size: 13px !important; color: var(--ivory-40) !important; }
.footer__addr a { color: var(--ivory-70); }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer__cols a { display: block; padding: 5px 0; font-size: 14px; color: var(--ivory-60); transition: color 0.2s; }
.footer__cols a:hover { color: var(--ivory); }
.footer__title { font-family: var(--display); font-weight: 500; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory); margin-bottom: 10px; }
.footer__legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 12.5px; color: var(--ivory-40); }
.footer__legal a { margin-right: 18px; color: var(--ivory-60); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; } .reveal[data-delay="2"] { transition-delay: 0.2s; } .reveal[data-delay="3"] { transition-delay: 0.3s; } .reveal[data-delay="4"] { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .logos { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .mega__wrap--cards { grid-template-columns: repeat(3, 1fr); }
  .footer__wrap { grid-template-columns: 1fr; gap: 36px; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  body { font-size: 16px; }
  .nav__menu { display: none; position: fixed; inset: var(--nav-h) 0 0; background: var(--ink); overflow-y: auto; padding: 12px 0 40px; flex-direction: column; gap: 0; height: auto; }
  body.menu-open .nav__menu { display: flex; }
  .nav__item { height: auto; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .nav__link { width: 100%; text-align: left; padding: 18px clamp(16px, 5vw, 48px); font-size: 14px; display: flex; justify-content: space-between; }
  .nav__link::after { content: "+"; color: var(--brass); }
  .nav__item.is-open .nav__link::after { content: "–"; }
  .mega { position: static; opacity: 1; visibility: visible; transform: none; display: none; border: 0; background: var(--ink-2); }
  .nav__item.is-open .mega { display: block; }
  .nav__item:hover .mega:not(.is-open) { display: none; }
  .nav__item.is-open:hover .mega { display: block; }
  .mega__wrap { grid-template-columns: 1fr !important; gap: 8px; padding: 8px clamp(8px, 3vw, 32px) 20px; }
  .mega__col--feature, .mega__feature img { display: none; }
  .mega__wrap--cards { grid-template-columns: repeat(2, 1fr) !important; }
  .nav__burger { display: flex; }
  body.menu-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav__cta .btn--ghost { display: none; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .feature, .section__head--split, .cta-band__wrap, .article { grid-template-columns: 1fr; }
  .feature--flip .feature__media { order: 0; }
  .cta-band__actions { justify-self: start; }
  .article__aside { position: static; }
  .form { grid-template-columns: 1fr; }
  .news a { grid-template-columns: 1fr; gap: 8px; }
  .news .tag { justify-self: start; }
  .hero__body .display { max-width: none; }
  .strip { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .grid--4, .stats, .steps, .logos, .gallery, .gallery--3, .footer__cols { grid-template-columns: 1fr; }
  .stats > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats > div:last-child { border-bottom: 0; }
  .nav__cta .btn--primary { display: none; }
  .btn { width: 100%; }
  .actions .btn { width: auto; flex: 1; }
}
