/* Many Business Solutions · homepage v1
   Tokens, base, components, sections. Motion lives in js/main.js;
   everything here renders a complete page without JavaScript. */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Aspekta";
  src: url("../fonts/AspektaVF.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InstrumentSerif-Italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InstrumentSerif-Italic-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PlexMono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PlexMono-400-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PlexMono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PlexMono-500-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --paper: #F4F2ED;
  --paper-2: #EBE8E1;
  --card: #FBFAF7;
  --ink: #0F0F14;
  --ink-2: #45454F;
  --ink-3: #65656F;
  --line: rgba(15, 15, 20, .12);
  --line-2: rgba(15, 15, 20, .2);

  --indigo: #1E00D7;          /* logo */
  --indigo-deep: #16009E;
  --indigo-light: #A99CFF;    /* on dark surfaces */
  --indigo-soft: #E4E0FB;

  --night: #0E0D14;
  --night-2: #17161F;
  --night-line: rgba(255, 255, 255, .1);
  --on-night: #EDEBF5;
  --on-night-2: rgba(237, 235, 245, .66);

  --f-sans: "Aspekta", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif: "Instrument Serif", "Times New Roman", serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gutter: clamp(16px, 4vw, 56px);
  --max: 1360px;
  --sec: clamp(64px, 9vw, 136px);
  --r-lg: 28px;
  --r-md: 20px;
  --r-sm: 14px;

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
  --t-fast: .22s;
  --t-med: .45s;

  --z-preview: 30;
  --z-header: 50;
  --z-menu: 60;
  --z-progress: 70;
  --z-loader: 100;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote, address { margin: 0; }
ul, ol { padding: 0; list-style: none; }
address { font-style: normal; }
em { font-style: normal; }
::selection { background: var(--indigo); color: #fff; }

:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 3px;
  border-radius: 6px;
}
.hero :focus-visible, .process :focus-visible, .cta :focus-visible, .ftr :focus-visible, .menu :focus-visible {
  outline-color: var(--indigo-light);
}

.wrap { width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--sec); }
/* Adjacent sections share one gap instead of stacking bottom + top padding.
   FAQ has its own surface, so it and the section after it keep full padding. */
.section + .section:not(.faq) { padding-top: 0; }
.section.faq + .section:not(.faq) { padding-top: var(--sec); }
.mono {
  font-family: var(--f-mono);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: fixed; left: 16px; top: 16px; z-index: 200;
  padding: 12px 18px; border-radius: 999px;
  background: var(--ink); color: #fff; font-weight: 500;
  transform: translateY(-160%); transition: transform var(--t-fast) var(--ease-out);
}
.skip:focus { transform: none; }

/* Serif accent word inside headings */
.h2 em, .hero__title em, .intro__statement em, .cta__title em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.005em;
  font-size: 1.1em;
  line-height: 1;
}

/* Headings */
.h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -.028em;
  font-weight: 450;
  text-wrap: balance;
}
.h2 em { color: var(--indigo); }

/* SplitText masks: keep descenders (ş ğ ç y g) and İ Ü dots inside the clip box */
.ln-mask { padding-block: .16em; margin-block: -.16em; }

/* Section label */
.label {
  display: flex; gap: 14px; align-items: center;
  color: var(--ink-3);
  margin-bottom: 28px;
}
.label .mono:first-child { color: var(--indigo); }
.label--light { color: var(--on-night-2); }
.label--light .mono:first-child { color: var(--indigo-light); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink); --btn-fg: #fff; --btn-icon-bg: var(--indigo); --btn-icon-fg: #fff;
  position: relative;
  display: inline-flex; align-items: center; gap: 14px;
  min-height: 54px;
  padding: 7px 7px 7px 26px;
  border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 500; font-size: 15px; line-height: 1;
  letter-spacing: -.005em;
  white-space: nowrap;
  transition: background-color var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
  touch-action: manipulation;
  will-change: transform;
}
.btn:not(:has(.btn__icon)) { padding-right: 26px; }
.btn__label {
  position: relative; display: block;
  overflow: clip;
  padding-block: .3em; margin-block: -.3em;
}
.btn__label > span { display: block; position: relative; transition: transform .55s var(--ease-out); }
.btn__label > span::after {
  content: attr(data-label);
  position: absolute; left: 0; top: calc(100% + .6em);
  white-space: nowrap;
}
.btn:hover .btn__label > span { transform: translateY(calc(-100% - .6em)); }
.btn__icon {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--btn-icon-bg); color: var(--btn-icon-fg);
  flex: none;
  transition: transform .5s var(--ease-out), background-color var(--t-fast);
}
.btn__icon svg { width: 18px; height: 18px; }
.btn:hover .btn__icon { transform: rotate(-45deg); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--ink); }
.btn--light:hover { --btn-bg: var(--card); }
.btn--ink:hover { --btn-bg: #24232C; }
.btn--ghost {
  --btn-bg: rgba(255, 255, 255, .08); --btn-fg: #fff; --btn-icon-bg: rgba(255,255,255,.14);
  border: 1px solid rgba(255, 255, 255, .34);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.btn--ghost:hover { --btn-bg: rgba(255, 255, 255, .16); }
.btn--ghost-ink { --btn-bg: transparent; --btn-fg: var(--ink); border: 1px solid var(--line-2); }
.btn--ghost-ink:hover { --btn-bg: var(--ink); --btn-fg: #fff; }
.btn--sm { min-height: 46px; padding: 5px 5px 5px 20px; font-size: 14px; gap: 12px; }
.btn--sm .btn__icon { width: 36px; height: 36px; }

.link {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 500; font-size: 15px;
  padding-block: 10px;
  background: linear-gradient(currentColor, currentColor) left calc(100% - 6px) / 100% 1px no-repeat;
  transition: background-size .5s var(--ease-out), color var(--t-fast);
}
.link svg { width: 18px; height: 18px; transition: transform .45s var(--ease-out); }
.link:hover { color: var(--indigo); background-size: 0% 1px; background-position: right calc(100% - 6px); }
.link:hover svg { transform: translateX(4px); }
.link--light:hover { color: var(--indigo-light); }

.chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px 9px 12px; border-radius: 999px;
  font-family: var(--f-mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.chip--glass {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.chip__dot {
  position: relative; width: 8px; height: 8px; border-radius: 50%;
  background: var(--indigo-light);
  box-shadow: 0 0 0 4px rgba(169, 156, 255, .22);
}

/* ---------- Loader ---------- */
.loader { display: none; }
.js .loader {
  position: fixed; inset: 0; z-index: var(--z-loader);
  display: grid; place-items: center;
  background: var(--paper);
}
.loader__mark { width: min(56vw, 360px); clip-path: inset(0 100% 0 0); }
.loader__mark img { width: 100%; }
.loader__meta {
  position: absolute; left: var(--gutter); right: var(--gutter); bottom: 32px;
  display: flex; align-items: center; gap: 16px; color: var(--ink-3);
}
.loader__bar { flex: 1; height: 1px; background: var(--line); position: relative; }
.loader__bar i { position: absolute; inset: 0; background: var(--indigo); transform: scaleX(0); transform-origin: left; }
.is-loaded .loader { display: none; }

/* ---------- Progress ---------- */
.progress { position: fixed; left: 0; right: 0; top: 0; height: 2px; z-index: var(--z-progress); pointer-events: none; }
.progress span { display: block; height: 100%; background: var(--indigo); transform: scaleX(0); transform-origin: left; }

/* ---------- Header ---------- */
.hdr {
  position: fixed; left: 0; right: 0; top: 0; z-index: var(--z-header);
  padding: 22px calc(var(--gutter) + 10px) 0;
  transition: transform .6s var(--ease-out);
  pointer-events: none;
}
.hdr > * { pointer-events: auto; }
.hdr::before {
  content: ""; position: absolute; inset: 0 0 -28px;
  background: linear-gradient(180deg, var(--paper) 0%, rgba(244, 242, 237, .92) 55%, rgba(244, 242, 237, 0) 100%);
  opacity: 0; transition: opacity var(--t-med) var(--ease-out), background .3s;
  pointer-events: none;
}
.hdr__in { position: relative; }
.hdr.is-solid::before { opacity: 1; }
.hdr.is-solid.is-dark::before { background: linear-gradient(180deg, var(--night) 0%, rgba(14, 13, 20, .9) 55%, rgba(14, 13, 20, 0) 100%); }
.menu-open .hdr::before { opacity: 0; }
.hdr.is-hidden { transform: translateY(-130%); }
.hdr__in {
  max-width: calc(var(--max) + 20px); margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
}
.hdr__logo { position: relative; display: block; width: 128px; justify-self: start; }
.hdr__logo img { width: 100%; transition: opacity var(--t-med) var(--ease-out); }
.hdr__logo-c { position: absolute; inset: 0; opacity: 0; }

.hdr__nav ul {
  display: flex; gap: 2px; padding: 5px; border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%);
  transition: background-color var(--t-med) var(--ease-out), border-color var(--t-med) var(--ease-out);
}
.hdr__nav a {
  display: block; padding: 10px 16px; border-radius: 999px;
  color: #fff; font-size: 14px; font-weight: 500; line-height: 1.3; white-space: nowrap;
  transition: background-color var(--t-fast), color var(--t-fast);
}
.hdr__nav a:hover { background: rgba(255, 255, 255, .14); }
.hdr__nav a.is-active { background: #fff; color: var(--ink); }

.hdr__right { justify-self: end; display: flex; align-items: center; gap: 14px; }
.lang { display: flex; gap: 2px; font-family: var(--f-mono); font-size: 12px; font-weight: 500; letter-spacing: .06em; }
.lang a { display: grid; place-items: center; min-width: 36px; height: 36px; border-radius: 999px; color: rgba(255, 255, 255, .7); transition: color var(--t-fast), background-color var(--t-fast); }
.lang a[aria-current="true"] { color: #fff; }
.lang a:hover { background: rgba(255, 255, 255, .12); color: #fff; }

.burger { display: none; width: 48px; height: 48px; border-radius: 50%; background: #fff; position: relative; }
.burger span { position: absolute; left: 15px; right: 15px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .45s var(--ease-out), top .45s var(--ease-out); }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 27px; }
.burger[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }

/* solid state after hero */
.hdr.is-solid .hdr__logo-w { opacity: 0; }
.hdr.is-solid .hdr__logo-c { opacity: 1; }
.hdr.is-solid .hdr__nav ul { background: rgba(244, 242, 237, .78); border-color: var(--line); }
.hdr.is-solid .hdr__nav a { color: var(--ink-2); }
.hdr.is-solid .hdr__nav a:hover { background: rgba(15, 15, 20, .06); color: var(--ink); }
.hdr.is-solid .hdr__nav a.is-active { background: var(--ink); color: #fff; }
.hdr.is-solid .lang a { color: var(--ink-3); }
.hdr.is-solid .lang a[aria-current="true"] { color: var(--ink); }
.hdr.is-solid .lang a:hover { background: rgba(15, 15, 20, .06); color: var(--ink); }
.hdr.is-solid .hdr__cta { --btn-bg: var(--ink); --btn-fg: #fff; }
.hdr.is-solid .burger { background: var(--ink); }
.hdr.is-solid .burger span { background: #fff; }
/* on the dark process section */
.hdr.is-solid.is-dark .hdr__logo-w { opacity: 1; }
.hdr.is-solid.is-dark .hdr__logo-c { opacity: 0; }
.hdr.is-solid.is-dark .hdr__nav ul { background: rgba(23, 22, 31, .72); border-color: var(--night-line); }
.hdr.is-solid.is-dark .hdr__nav a { color: var(--on-night-2); }
.hdr.is-solid.is-dark .hdr__nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.hdr.is-solid.is-dark .hdr__nav a.is-active { background: #fff; color: var(--ink); }
.hdr.is-solid.is-dark .lang a { color: var(--on-night-2); }
.hdr.is-solid.is-dark .lang a[aria-current="true"] { color: #fff; }
.hdr.is-solid.is-dark .hdr__cta { --btn-bg: #fff; --btn-fg: var(--ink); }
.hdr.is-solid.is-dark .burger { background: #fff; }
.hdr.is-solid.is-dark .burger span { background: var(--ink); }
.menu-open .hdr { transform: none; z-index: 65; }
.menu-open .hdr .hdr__logo-w { opacity: 1; }
.menu-open .hdr .hdr__logo-c { opacity: 0; }
.menu-open .hdr .burger { background: #fff; }
.menu-open .hdr .burger span { background: var(--ink); }

/* JS-only first-paint guard for the hero (removed as soon as the intro starts) */
.js:not(.is-ready) .hero__title, .js:not(.is-ready) [data-hero-el] { visibility: hidden; }

/* ---------- Mobile menu ---------- */
.menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--night); color: var(--on-night);
  padding: 110px var(--gutter) 32px;
  overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu__in { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 48px; }
.menu__list li { border-bottom: 1px solid var(--night-line); }
.menu__list a {
  display: flex; align-items: baseline; gap: 18px;
  padding: 14px 0;
  font-size: clamp(28px, 7vw, 40px); line-height: 1.2; letter-spacing: -.025em; font-weight: 450;
}
.menu__list .mono { color: var(--indigo-light); transform: translateY(-.4em); }
.menu__foot { display: grid; gap: 20px; color: var(--on-night-2); font-size: 15px; }
.menu__foot .mono { display: block; color: var(--on-night); margin-bottom: 4px; }
.menu__tel { color: #fff; font-size: 20px; font-weight: 500; }

/* ---------- Hero ---------- */
.hero { padding: 10px; height: 100vh; height: 100svh; min-height: 640px; }
.hero__frame {
  position: relative; height: 100%;
  border-radius: var(--r-lg); overflow: hidden;
  color: #fff; background: #1A1822;
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; transform-origin: 50% 55%; }
.hero__shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 9, 16, .5) 0%, rgba(10, 9, 16, 0) 26%),
    linear-gradient(0deg, rgba(10, 9, 16, .86) 0%, rgba(10, 9, 16, .4) 38%, rgba(10, 9, 16, 0) 66%),
    radial-gradient(90% 70% at 0% 100%, rgba(10, 9, 16, .5) 0%, rgba(10, 9, 16, 0) 60%);
}
.hero__inner {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px;
  padding-bottom: clamp(40px, 6vh, 72px);
  max-width: calc(var(--max) + var(--gutter) * 2);
}
.hero__copy { max-width: 720px; }
.hero__copy .chip { margin-bottom: 28px; }
.hero__title {
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 460;
}
.hero__title .line { display: block; overflow: clip; padding-block: .16em; margin-block: -.16em; }
.hero__title .line__in { display: block; }
.hero__title em { color: #fff; }
.hero__lead { margin-top: 22px; max-width: 540px; font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, .84); }
.hero__cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

.dossier {
  width: 340px; padding: 20px 20px 18px;
  border-radius: var(--r-md);
  background: rgba(20, 18, 30, .44);
  border: 1px solid rgba(255, 255, 255, .16);
  -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%);
  color: #fff;
}
.dossier__head { display: flex; justify-content: space-between; align-items: center; color: rgba(255, 255, 255, .72); }
.dossier__tag { padding: 4px 8px; border-radius: 6px; background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .8); font-size: 11px; }
.dossier__title { margin-top: 14px; font-size: 20px; font-weight: 500; letter-spacing: -.015em; }
.dossier__steps { margin-top: 14px; border-top: 1px solid rgba(255, 255, 255, .14); }
.dossier__step {
  display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 12px;
  min-height: 44px; border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px; color: rgba(255, 255, 255, .9);
}
.dossier__step .mono { color: rgba(255, 255, 255, .5); }
.tick {
  width: 20px; height: 20px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  background: var(--indigo-light); border-color: var(--indigo-light); color: var(--night);
}
.tick { transition: background-color .3s var(--ease-out), border-color .3s, color .3s, transform .45s var(--ease-out); }
.tick svg { width: 12px; height: 12px; }
.dossier__step.is-pending .tick { transform: scale(.82); }
.dossier__step { transition: color .3s; }
.dossier__step.is-pending .tick { background: transparent; border-color: rgba(255,255,255,.35); color: transparent; }
.dossier__step.is-pending { color: rgba(255, 255, 255, .6); }
.dossier__bar { margin-top: 16px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .14); overflow: hidden; }
.dossier__bar span { display: block; height: 100%; background: var(--indigo-light); transform-origin: left; }
.dossier__foot { margin-top: 10px; color: rgba(255, 255, 255, .66); font-size: 11px; }

.hero__scroll {
  position: absolute; right: var(--gutter); top: 50%;
  display: none; /* shown on wide screens only */
}
@media (min-width: 1280px) {
  .hero__scroll {
    display: flex; flex-direction: column; align-items: center; gap: 14px;
    right: 28px; top: auto; bottom: auto; top: 44%;
    color: rgba(255,255,255,.7);
    writing-mode: vertical-rl;
  }
  .hero__scroll .mono { letter-spacing: .14em; }
  .hero__scroll-line { width: 1px; height: 64px; background: rgba(255, 255, 255, .25); position: relative; overflow: hidden; }
  .hero__scroll-line::after {
    content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 40%;
    background: #fff; animation: scrollcue 2.2s var(--ease-io) infinite;
  }
}
@keyframes scrollcue { 0% { transform: translateY(-100%); } 100% { transform: translateY(260%); } }

/* ---------- Ticker ---------- */
.ticker {
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
@supports (overflow: clip) { .ticker { overflow: visible; overflow-x: clip; } }
.ticker__track { display: flex; width: max-content; will-change: transform; }
.ticker__group { display: flex; align-items: center; flex: none; }
.ticker__group > span, .ticker__group > em {
  padding-inline: 28px;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.3;
  letter-spacing: -.02em;
  font-weight: 450;
  white-space: nowrap;
}
.ticker__group > em {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: clamp(25px, 2.6vw, 36px); color: var(--indigo);
}
.ticker__group > i { width: 9px; height: 9px; background: var(--ink); transform: rotate(45deg); flex: none; }

/* ---------- Intro ---------- */
.intro .label { margin-bottom: 40px; justify-content: center; }
.intro__statement {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
  font-size: clamp(25px, 2.9vw, 42px);
  line-height: 1.32;
  letter-spacing: -.025em;
  font-weight: 420;
}
.pill {
  display: inline-block;
  width: 2.15em; height: .92em;
  border-radius: 999px;
  overflow: hidden;
  vertical-align: -.08em;
  margin-inline: .06em;
  text-indent: 0;
  background: var(--paper-2);
}
.pill img { width: 100%; height: 100%; object-fit: cover; }
.intro__statement .w { text-indent: 0; }

.facts {
  margin-top: clamp(40px, 7vw, 112px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line);
}
.fact { padding: 28px 32px 0 0; }
.fact + .fact { padding-left: 32px; border-left: 1px solid var(--line); }
.fact .mono { color: var(--ink-3); }
.fact__num {
  display: block; margin-top: 18px;
  font-size: clamp(44px, 4.6vw, 64px); line-height: 1.1; letter-spacing: -.04em; font-weight: 380;
  font-variant-numeric: tabular-nums;
}
.fact p { margin-top: 10px; max-width: 30ch; color: var(--ink-2); font-size: 15px; }

/* ---------- Section head ---------- */
.sec-head {
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 48px; align-items: end;
  margin-bottom: clamp(32px, 5vw, 80px);
}
.sec-head .h2 { max-width: 21ch; }
.sec-head__aside { color: var(--ink-2); max-width: 46ch; font-size: 16px; }
.sec-head--row { grid-template-columns: minmax(0, 1fr) auto; }

/* ---------- Services ---------- */
.svc { border-top: 1px solid var(--line-2); counter-reset: svc; }
.svc__item { position: relative; border-bottom: 1px solid var(--line-2); }
.svc__row {
  position: relative; isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: 64px minmax(0, 1.3fr) minmax(0, 1fr) 48px;
  gap: 28px; align-items: center;
  padding: 30px 0;
  text-align: left;
}
.svc__row::before {
  content: ""; position: absolute; inset: 0 calc(var(--gutter) * -.5); z-index: -1;
  background: var(--paper-2); border-radius: var(--r-sm);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .5s var(--ease-out);
}
.svc__no { color: var(--ink-3); transition: color var(--t-fast); }
.svc__title {
  font-size: clamp(22px, 2.5vw, 36px); line-height: 1.18; letter-spacing: -.025em; font-weight: 450;
  transition: transform .5s var(--ease-out);
}
.svc__desc { color: var(--ink-2); font-size: 15px; line-height: 1.55; max-width: 42ch; }
.svc__plus {
  position: relative; justify-self: end;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-2);
  transition: background-color var(--t-med) var(--ease-out), border-color var(--t-med), transform var(--t-med) var(--ease-out);
}
.svc__plus::before, .svc__plus::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 14px; height: 1.6px; margin: -.8px 0 0 -7px;
  background: var(--ink); border-radius: 2px;
  transition: transform var(--t-med) var(--ease-out), background-color var(--t-med);
}
.svc__plus::after { transform: rotate(90deg); }
@media (hover: hover) and (pointer: fine) {
  .svc__row:hover::before { transform: scaleY(1); }
  .svc__row:hover .svc__title { transform: translateX(12px); }
  .svc__row:hover .svc__no { color: var(--indigo); }
  .svc__row:hover .svc__plus { border-color: var(--ink); }
}
.svc__item.is-open .svc__no { color: var(--indigo); }
.svc__item.is-open .svc__plus { background: var(--ink); border-color: var(--ink); transform: rotate(45deg); }
.svc__item.is-open .svc__plus::before, .svc__item.is-open .svc__plus::after { background: #fff; }

.svc__item, .qa { scroll-margin-top: 96px; }
.svc__panel {
  display: grid; grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows .6s var(--ease-out), visibility 0s linear .6s;
}
.svc__item.is-open .svc__panel { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .6s var(--ease-out), visibility 0s; }
.svc__panel-in { min-height: 0; overflow: hidden; padding-left: 92px; }
.svc__body {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) 48px; gap: 28px;
  padding-top: 4px;
}
.svc__body p { color: var(--ink-2); max-width: 58ch; }
.svc__thumb { display: none; }
.svc__scope li {
  display: flex; gap: 12px; align-items: baseline;
  padding: 10px 0; border-top: 1px solid var(--line);
  font-size: 15px;
}
.svc__scope li::before { content: ""; width: 6px; height: 6px; flex: none; background: var(--indigo); transform: translateY(-2px) rotate(45deg); }
.svc__panel .link { margin: 18px 0 34px; }
.svc__links { display: flex; flex-wrap: wrap; gap: 14px 32px; margin: 18px 0 34px; }
.svc__panel .svc__links .link { margin: 0; }

.svc-preview {
  position: fixed; left: 0; top: 0; z-index: var(--z-preview);
  width: 320px; height: 224px;
  pointer-events: none;
  opacity: 0; visibility: hidden;
}
.svc-preview__frame {
  position: absolute; inset: 0; border-radius: var(--r-sm); overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 30px 60px -20px rgba(15, 15, 20, .35);
}
.svc-preview__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; clip-path: inset(100% 0 0 0); }
.svc-preview__frame img.is-active { clip-path: inset(0 0 0 0); z-index: 1; }
.svc-preview__label {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  padding: 7px 11px; border-radius: 999px;
  background: rgba(255,255,255,.92); color: var(--ink); font-size: 11px;
}

/* ---------- Why UK ---------- */
.why__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 104px); align-items: start; }
.why__media { position: sticky; top: 96px; height: calc(100vh - 120px); height: calc(100svh - 120px); max-height: 860px; }
.why__stack { position: relative; height: 100%; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); }
.why__img { position: absolute; inset: 0; clip-path: inset(100% 0 0 0); }
.why__img.is-active { clip-path: inset(0 0 0 0); }
.why__img img { width: 100%; height: 100%; object-fit: cover; }
.why__img figcaption {
  position: absolute; left: 18px; bottom: 18px;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(15, 15, 20, .5); color: #fff;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: 11px;
}
.why__count {
  position: absolute; right: 18px; top: 18px; z-index: 5;
  display: flex; gap: 6px; align-items: center;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, .92); color: var(--ink);
}
.why__now { display: inline-block; overflow: hidden; height: 1.4em; }
.why__now span { display: inline-block; }
.why__intro { padding-top: 24px; margin-bottom: clamp(40px, 8vh, 96px); }
.why__intro p { margin-top: 24px; color: var(--ink-2); max-width: 52ch; }
.why__item {
  min-height: 62vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-block: 40px;
  border-top: 1px solid var(--line);
  transition: opacity .5s var(--ease-out);
}
.js .why__item { opacity: .32; }
.js .why__item.is-active { opacity: 1; }
.why__thumb { display: none; }
.why__no { color: var(--indigo); }
.why__item h3 { margin-top: 18px; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.2; letter-spacing: -.022em; font-weight: 460; }
.why__item p { margin-top: 16px; color: var(--ink-2); max-width: 50ch; }
.why__item .why__fact {
  margin-top: 24px; display: inline-flex; align-self: flex-start; gap: 10px; align-items: center;
  padding: 8px 12px; border-radius: 8px; background: var(--indigo-soft); color: var(--indigo-deep);
  font-size: 11px; max-width: none;
}
.why__end { margin-top: 24px; padding-top: 40px; border-top: 1px solid var(--line); }
.why__end p { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.45; letter-spacing: -.012em; max-width: 36ch; margin-bottom: 28px; }

/* ---------- Process ---------- */
.process {
  position: relative;
  background: var(--night); color: var(--on-night);
  border-radius: var(--r-lg);
  overflow: clip;
}
.process-wrap { padding-inline: 10px; }
.process__pin { padding-block: clamp(64px, 9vw, 136px) clamp(56px, 8vw, 112px); }
.process__head {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 48px; align-items: end;
  margin-bottom: clamp(32px, 5vw, 72px);
}
.process .h2 em { color: var(--indigo-light); }
.process__aside { color: var(--on-night-2); max-width: 44ch; }
.process__viewport { padding-inline: var(--gutter); overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.process.is-pinned { height: 100vh; height: 100svh; }
.process.is-pinned .process__pin { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(72px, 11vh, 120px) clamp(36px, 6vh, 72px); }
.process.is-pinned .process__head { margin-bottom: clamp(32px, 5vh, 64px); }
.process.is-pinned .process__viewport { overflow: visible; }
.process.is-pinned .step__card { min-height: clamp(290px, 38vh, 380px); }
.process__track {
  position: relative;
  display: flex; gap: 20px;
  width: max-content;
  padding-top: 38px;
  margin-inline: auto;
  max-width: none;
}
.process__rail { position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: var(--night-line); }
.process__fill { position: absolute; inset: 0; background: var(--indigo-light); transform: scaleX(0); transform-origin: left; }
.step { position: relative; width: clamp(290px, 29vw, 420px); flex: none; }
.step__node {
  position: absolute; left: 0; top: -38px;
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--night); border: 1px solid rgba(255,255,255,.3);
  transition: background-color .4s var(--ease-out), border-color .4s, box-shadow .4s;
}
.step.is-active .step__node { background: var(--indigo-light); border-color: var(--indigo-light); box-shadow: 0 0 0 6px rgba(169, 156, 255, .18); }
.step__tab {
  display: inline-block;
  padding: 9px 16px 8px;
  border-radius: 12px 12px 0 0;
  background: var(--night-2); color: var(--on-night-2);
  border: 1px solid var(--night-line); border-bottom: 0;
  font-size: 11px;
  transition: color .4s, background-color .4s;
}
.step.is-active .step__tab { color: var(--night); background: var(--indigo-light); border-color: var(--indigo-light); }
.step__card {
  margin-top: -1px;
  padding: 28px;
  min-height: 400px;
  display: flex; flex-direction: column;
  border-radius: 0 var(--r-md) var(--r-md) var(--r-md);
  background: var(--night-2);
  border: 1px solid var(--night-line);
}
.step__no { font-family: var(--f-serif); font-style: italic; font-size: 44px; line-height: 1.1; color: var(--indigo-light); }
.step h3 { margin-top: 18px; font-size: 24px; line-height: 1.2; letter-spacing: -.02em; font-weight: 480; }
.step p { margin-top: 12px; color: var(--on-night-2); font-size: 15px; line-height: 1.6; }
.step__dl { margin-top: auto; padding-top: 24px; display: grid; gap: 0; }
.step__dl div { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--night-line); font-size: 14px; }
.step__dl dt { color: var(--indigo-light); font-size: 11px; padding-top: 2px; }
.step__dl dd { color: var(--on-night); margin: 0; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 120px); align-items: center; }
.about__media { position: relative; }
.about__img { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); }
.about__img img { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; object-fit: cover; }
.about__cap { margin-top: 14px; color: var(--ink-3); }
.about__lead { margin-top: 24px; color: var(--ink-2); max-width: 54ch; font-size: 17px; }
.reasons { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(24px, 3vw, 48px); }
.reasons li { padding: 22px 0 26px; border-top: 1px solid var(--line); }
.reasons .mono { color: var(--indigo); }
.reasons h3 { margin-top: 10px; font-size: 19px; line-height: 1.3; letter-spacing: -.015em; font-weight: 520; }
.reasons p { margin-top: 8px; color: var(--ink-2); font-size: 15px; }
.about__copy > .link { margin-top: 28px; }

/* ---------- FAQ ---------- */
.faq { background: var(--card); border-block: 1px solid var(--line); }
.faq__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 120px); align-items: start; }
.faq__side { position: sticky; top: 120px; }
.faq__side > p { margin-top: 22px; color: var(--ink-2); max-width: 38ch; }
.faq__side .btn { margin-top: 32px; }
.faq__note { margin-top: 28px !important; font-size: 13px; color: var(--ink-3) !important; }
.faq__list { border-top: 1px solid var(--line-2); }
.qa { border-bottom: 1px solid var(--line-2); }
.qa h3 { font-size: inherit; font-weight: inherit; }
.qa button {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 26px 0; text-align: left;
  font-size: clamp(17px, 1.5vw, 20px); line-height: 1.4; letter-spacing: -.012em; font-weight: 500;
  transition: color var(--t-fast);
}
.qa button:hover { color: var(--indigo); }
.qa__icon { position: relative; flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); transition: background-color var(--t-med) var(--ease-out), border-color var(--t-med); }
.qa__icon::before, .qa__icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; margin: -.8px 0 0 -6px;
  background: currentColor; border-radius: 2px; transition: transform var(--t-med) var(--ease-out);
}
.qa__icon::after { transform: rotate(90deg); }
.qa.is-open .qa__icon { background: var(--ink); border-color: var(--ink); color: #fff; }
.qa.is-open .qa__icon::after { transform: rotate(0deg); }
.qa__panel { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .55s var(--ease-out), visibility 0s linear .55s; }
.qa.is-open .qa__panel { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .55s var(--ease-out), visibility 0s; }
.qa__in { min-height: 0; overflow: hidden; }
.qa__in p { padding: 0 64px 28px 0; color: var(--ink-2); max-width: 68ch; }
.qa__list { margin: -12px 64px 28px 0; max-width: 68ch; }
.qa__list li {
  display: flex; gap: 12px; align-items: baseline;
  padding: 9px 0; border-top: 1px solid var(--line);
  color: var(--ink-2); font-size: 15px;
}
.qa__list li:last-child { border-bottom: 1px solid var(--line); }
.qa__list li::before { content: ""; width: 6px; height: 6px; flex: none; background: var(--indigo); transform: translateY(-2px) rotate(45deg); }

/* ---------- Notes ---------- */
.notes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.note:nth-child(2) { margin-top: clamp(0px, 7vw, 96px); }
.note__img { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); }
.note__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.note:hover .note__img img { transform: scale(1.05); }
.note__tag { position: absolute; left: 14px; top: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 11px; }
.note__title {
  margin-top: 20px; font-size: 21px; line-height: 1.3; letter-spacing: -.018em; font-weight: 500;
  background: linear-gradient(currentColor, currentColor) left bottom / 0% 1px no-repeat;
  display: inline; transition: background-size .6s var(--ease-out);
}
.note:hover .note__title { background-size: 100% 1px; }
.note__meta { margin-top: 14px; color: var(--ink-3); }

/* ---------- CTA ---------- */
.cta { padding: 0 10px 10px; }
.cta__window {
  position: relative; isolation: isolate;
  min-height: min(88vh, 820px);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; align-items: flex-end;
  color: #fff; background: #151320;
}
.cta__bg { position: absolute; inset: 0; z-index: -2; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta__window::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(0deg, rgba(10, 9, 16, .88) 0%, rgba(10, 9, 16, .45) 45%, rgba(10, 9, 16, .15) 100%),
    radial-gradient(80% 80% at 0% 100%, rgba(10, 9, 16, .5), transparent 70%);
}
.cta__inner { padding-block: clamp(56px, 8vw, 104px); max-width: calc(var(--max) + var(--gutter) * 2); }
.cta__title { max-width: 16ch; }
.cta .h2 em { color: #fff; }
.cta__lead { margin-top: 22px; max-width: 48ch; color: rgba(255,255,255,.82); font-size: 17px; }
.cta__btns { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn__icon--ghost { background: rgba(255, 255, 255, .14); }

/* ---------- Footer ---------- */
.ftr { padding: 10px; }
.ftr__in {
  background: var(--night); color: var(--on-night);
  border-radius: var(--r-lg);
  padding-block: clamp(64px, 8vw, 112px) 28px;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2));
}
.ftr__top { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); padding-bottom: 64px; border-bottom: 1px solid var(--night-line); }
.ftr__brand img { width: 150px; }
.ftr__brand p { margin-top: 24px; color: var(--on-night-2); max-width: 36ch; font-size: 15px; }
.ftr__social { margin-top: 28px; display: flex; gap: 10px; }
.ftr__social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--night-line); color: var(--on-night); transition: background-color var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.ftr__social a:hover { background: #fff; color: var(--ink); border-color: #fff; }
.ftr__social svg { width: 20px; height: 20px; }
.ftr__offices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.office__img { aspect-ratio: 16 / 10; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 20px; background: var(--night-2); }
.office__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.office:hover .office__img img { transform: scale(1.05); }
.office .mono { color: var(--indigo-light); }
.office address { margin-top: 10px; color: var(--on-night); font-size: 15px; line-height: 1.6; }
.office .link { margin-top: 10px; font-size: 14px; }

.ftr__mid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 96px); padding-block: 56px; }
.ftr__contact .mono { color: var(--on-night-2); }
.ftr__mail, .ftr__tel { display: block; width: fit-content; font-size: clamp(19px, 1.7vw, 24px); letter-spacing: -.015em; font-weight: 450; line-height: 1.4; transition: color var(--t-fast); }
.ftr__mail { margin-top: 14px; }
.ftr__mail:hover, .ftr__tel:hover { color: var(--indigo-light); }
.ftr__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ftr__nav .mono { color: var(--on-night-2); }
.ftr__nav ul { margin-top: 14px; display: grid; gap: 2px; }
.ftr__nav a { display: inline-block; padding: 5px 0; color: var(--on-night); font-size: 15px; transition: color var(--t-fast); }
.ftr__nav a:hover { color: var(--indigo-light); }

.ftr__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px; padding-top: 24px; border-top: 1px solid var(--night-line); font-size: 13px; color: var(--on-night-2); }
.ftr__legal { display: flex; gap: 24px; }
.ftr__legal a, .ftr__totop { padding-block: 10px; transition: color var(--t-fast); }
.ftr__legal a:hover, .ftr__totop:hover { color: #fff; }
.ftr__credit a { display: inline-block; padding-block: 10px; color: var(--on-night); font-weight: 700; letter-spacing: -.01em; transition: color var(--t-fast); }
.ftr__credit a:hover { color: #fff; }
.ftr__totop { display: inline-flex; gap: 8px; align-items: center; }
.ftr__totop svg { width: 16px; height: 16px; }

/* Preview-only destinations (EN, social, policy pages) keep their layout but stay inert */
a[aria-disabled="true"] { opacity: .45; cursor: default; pointer-events: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .hdr__nav a { padding: 10px 12px; font-size: 13.5px; }
  .lang { display: none; }
}
@media (max-width: 1023px) {
  .hdr__nav, .hdr__cta { display: none; }
  .burger { display: block; }
  .hdr__in { grid-template-columns: 1fr auto; }
  .hdr { padding-top: 18px; }

  .dossier { display: none; }
  .hero__inner { grid-template-columns: 1fr; }

  .sec-head, .process__head { grid-template-columns: 1fr; gap: 24px; }

  .svc__row { grid-template-columns: 44px minmax(0, 1fr) 46px; gap: 16px; padding: 24px 0; }
  .svc__desc { display: none; }
  .svc__panel-in { padding-left: 0; }
  .svc__body { grid-template-columns: 1fr; gap: 20px; }
  .svc__thumb { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-sm); }

  .why__grid { grid-template-columns: 1fr; }
  .why__media { display: none; }
  .js .why__item { opacity: 1; }
  .why__intro { padding-top: 0; margin-bottom: 32px; }
  .why__item { min-height: 0; padding-block: 32px; }
  .why__thumb { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-sm); margin-bottom: 24px; }

  .process__track { flex-direction: column; width: auto; padding-top: 0; padding-left: 36px; margin: 0; }
  .process__rail { left: 6px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .process__fill { transform: scaleY(0); transform-origin: top; }
  .step { width: 100%; }
  .step__node { left: -36px; top: 12px; }
  .step__card { min-height: 0; }
  .process__viewport { padding-inline: var(--gutter); overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.process.is-pinned { height: 100vh; height: 100svh; }
.process.is-pinned .process__pin { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(72px, 11vh, 120px) clamp(36px, 6vh, 72px); }
.process.is-pinned .process__head { margin-bottom: clamp(32px, 5vh, 64px); }
.process.is-pinned .process__viewport { overflow: visible; }
.process.is-pinned .step__card { min-height: clamp(290px, 38vh, 380px); }

  .about__grid { grid-template-columns: 1fr; }
  .about__img { aspect-ratio: 4 / 3; }

  .faq__grid { grid-template-columns: 1fr; }
  .faq__side { position: static; }

  .notes__grid { grid-template-columns: 1fr 1fr; }
  .note:nth-child(2) { margin-top: 0; }
  .note:nth-child(3) { display: none; }

  .ftr__top, .ftr__mid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .hero { min-height: 600px; }
  .hero__title { font-size: clamp(34px, 9.4vw, 44px); }
  .hero__lead { font-size: 16px; }
  .hero__cta .btn--ghost { display: none; }
  .hero__media img { object-position: 42% 60%; }

  .intro__statement { text-indent: 0; }
  .facts { grid-template-columns: 1fr; }
  .fact, .fact + .fact { padding: 24px 0; border-left: 0; }
  .fact + .fact { border-top: 1px solid var(--line); }
  .fact:last-child { padding-bottom: 0; }

  .sec-head--row { grid-template-columns: 1fr; }
  .sec-head--row > .btn { justify-self: start; }
  .notes__grid { grid-template-columns: 1fr; gap: 40px; }
  .note:nth-child(3) { display: block; }
  .note__img { aspect-ratio: 4 / 3; }

  .qa__in p { padding-right: 0; }
  .qa__list { margin-right: 0; }
  .reasons { grid-template-columns: 1fr; }

  .ftr__offices { grid-template-columns: 1fr; }
  .ftr__nav { grid-template-columns: 1fr 1fr; }
  .ftr__bottom { flex-direction: column; align-items: flex-start; }
  .ftr__legal { flex-wrap: wrap; gap: 4px 20px; }
  .cta__btns .btn { width: 100%; justify-content: space-between; }
}

@media (max-width: 480px) {
  .chip { font-size: 11px; letter-spacing: .04em; padding-inline: 10px 13px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .loader { display: none; }
  .js .why__item { opacity: 1; }
}
