@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --purple-1000: #100719;
  --purple-950: #170923;
  --purple-900: #211038;
  --purple-800: #361458;
  --purple-700: #57217c;
  --purple-100: #eee8f4;
  --gold: #d7ad55;
  --gold-light: #f1d48d;
  --gold-pale: #fbf4df;
  --blue: #17243e;
  --ink: #201923;
  --muted: #6b6270;
  --line: #e8e1eb;
  --white: #fff;
  --off-white: #faf8fb;
  --green: #23875d;
  --shell: min(1180px, calc(100% - 40px));
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 28px 80px rgba(25, 8, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: 'DM Sans', system-ui, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--purple-900); border-radius: 8px; transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255, 255, 255, .95); box-shadow: 0 10px 40px rgba(22, 9, 35, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo-crop { width: 128px; height: 106px; display: block; padding: 5px; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 11px; box-shadow: 0 8px 28px rgba(12,5,18,.13); }
.brand-logo-crop img { width: 100%; height: 100%; object-fit: contain; }
.site-header.scrolled .brand-logo-crop { border-color: var(--line); box-shadow: none; }
.brand-logo-full { position: relative; width: 176px; height: 146px; display: block; overflow: hidden; background: var(--white); border-radius: 16px; }
.brand-logo-full img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right 180ms ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; }
.site-header.scrolled .nav-cta { color: var(--white); background: var(--purple-900); border-color: var(--purple-900); }
.language-link { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 7px 10px; color: var(--gold-light); border: 1px solid rgba(215,173,85,.48); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.main-nav > .language-link::after { display: none; }
.site-header.scrolled .language-link { color: var(--purple-800); border-color: rgba(87,33,124,.32); }
.menu-toggle { display: none; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px 0; background: currentColor; transition: transform 180ms ease; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 10% 32%, rgba(88, 31, 126, .58), transparent 35%), linear-gradient(135deg, var(--purple-1000), var(--purple-900) 58%, #2f124d); }
.hero::after { content: ''; position: absolute; width: 660px; height: 660px; top: -280px; right: -220px; border: 1px solid rgba(215, 173, 85, .16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(215,173,85,.025), 0 0 0 180px rgba(215,173,85,.015); }
.hero-gridlines { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; z-index: 1; min-height: 790px; padding-top: 158px; padding-bottom: 86px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr); align-items: center; gap: 75px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-light); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.purple { color: var(--purple-700); }
.eyebrow.gold { color: #987027; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 { margin-top: 0; font-family: 'Manrope', sans-serif; line-height: 1.12; }
.hero h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(3.15rem, 5.9vw, 5.7rem); font-weight: 700; letter-spacing: -.065em; }
.hero h1 em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 700px; margin: 0; color: rgba(255,255,255,.73); font-size: 1.09rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 800; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(215,173,85,.46); outline-offset: 3px; }
.button-gold { color: var(--purple-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 30px rgba(215,173,85,.2); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-light { color: var(--purple-900); background: var(--white); }
.button-purple { color: var(--white); background: var(--purple-900); }
.hero-signature { display: flex; align-items: center; gap: 15px; margin-top: 43px; color: rgba(255,255,255,.62); font-family: 'Manrope', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-signature i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.hero-visual { position: relative; min-height: 560px; }
.hero-photo { position: absolute; inset: 0 0 78px 62px; margin: 0; overflow: hidden; border-radius: 210px 210px 28px 28px; box-shadow: var(--shadow); }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,7,27,.52), transparent 48%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.flow-panel { position: absolute; z-index: 2; right: 22px; bottom: 0; width: min(390px, 91%); padding: 21px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.65); border-radius: 18px; box-shadow: 0 24px 65px rgba(16,6,27,.25); backdrop-filter: blur(12px); }
.flow-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.flow-panel-head small { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flow-panel-head strong { display: block; margin-top: 1px; font-family: 'Manrope', sans-serif; }
.live-indicator { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; color: var(--green); background: #e6f4ed; border-radius: 999px; font-size: .67rem; font-weight: 800; }
.live-indicator i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.flow-panel ol { padding: 0; margin: 0; list-style: none; }
.flow-panel li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.flow-panel li:last-child { padding-bottom: 0; border-bottom: 0; }
.channel-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--purple-700); background: var(--purple-100); border-radius: 8px; font-size: .63rem; font-weight: 800; }
.flow-panel li strong { display: block; font-size: .8rem; }
.flow-panel li small { display: block; color: var(--muted); font-size: .68rem; }
.flow-panel li b { color: #8d6825; font-size: .65rem; }
.section-heading h2, .section-intro h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4vw, 4.3rem); letter-spacing: -.06em; }
.about { position: relative; overflow: hidden; background: var(--white); }
.about::after { content: ''; position: absolute; width: 420px; height: 420px; right: -210px; bottom: -265px; border: 1px solid rgba(97,42,151,.1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(97,42,151,.025), 0 0 0 130px rgba(215,173,85,.025); pointer-events: none; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: start; }
.about-heading { position: sticky; top: 130px; }
.about-heading h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(2.45rem, 4.4vw, 4.65rem); letter-spacing: -.065em; }
.about-content > p { color: var(--muted); }
.about-content .about-lead { margin-top: 0; color: var(--ink); font-size: 1.3rem; font-weight: 600; line-height: 1.5; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.about-pillars article { min-height: 210px; display: flex; flex-direction: column; padding: 25px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--off-white); }
.about-pillars article:nth-child(2) { background: var(--gold-pale); border-color: #ecdfba; }
.about-pillars article:nth-child(3) { color: var(--white); background: var(--purple-900); border-color: var(--purple-900); }
.about-pillars small { color: #987027; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-pillars article:nth-child(3) small { color: var(--gold-light); }
.about-pillars strong { margin: 25px 0 9px; color: var(--purple-800); font-family: 'Manrope', sans-serif; font-size: 1.3rem; }
.about-pillars article:nth-child(3) strong { color: var(--white); }
.about-pillars span { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.about-pillars article:nth-child(3) span { color: rgba(255,255,255,.65); }
.promise { background: var(--off-white); }
.promise-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 90px; }
.promise-copy p { color: var(--muted); }
.promise-copy p:last-child { margin-bottom: 0; }
.promise-copy .large-copy { margin-top: 0; color: var(--ink); font-size: 1.22rem; font-weight: 600; line-height: 1.5; }
.operations-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 58px; }
.operations-flow article { min-height: 255px; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.operations-flow article.featured { color: var(--white); background: var(--purple-900); border-color: var(--purple-900); box-shadow: var(--shadow); }
.operations-flow article > span { display: block; margin-bottom: 47px; color: #a47a2d; font-family: 'Manrope', sans-serif; font-size: .75rem; font-weight: 800; }
.operations-flow article > small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.operations-flow .featured > small { color: var(--gold-light); }
.operations-flow h3 { margin: 7px 0 10px; font-size: 1.42rem; }
.operations-flow p { margin: 0; color: var(--muted); font-size: .9rem; }
.operations-flow .featured p { color: rgba(255,255,255,.62); }
.flow-arrow { color: var(--gold); font-size: 1.35rem; }

.services { background: var(--white); }
.section-intro.centered { max-width: 850px; margin: 0 auto 58px; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro.centered > p:last-child { max-width: 690px; margin: 22px auto 0; color: var(--muted); }
.section-intro.compact { margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 650px; display: flex; flex-direction: column; padding: 34px 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--off-white); }
.service-card::after { content: ''; position: absolute; width: 220px; height: 220px; right: -120px; top: -115px; border: 1px solid currentColor; border-radius: 50%; opacity: .1; box-shadow: 0 0 0 35px currentColor; }
.client-card { color: var(--white); background: var(--purple-900); border-color: var(--purple-900); }
.prospect-card { background: var(--gold-pale); border-color: #ecdfba; }
.growth-card { background: #f1f4fa; border-color: #dfe5ee; }
.service-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; margin-bottom: 54px; }
.service-topline span { font-family: 'Manrope', sans-serif; font-size: .75rem; font-weight: 800; }
.service-topline small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.client-card .service-topline span, .client-card .service-name { color: var(--gold-light); }
.client-card .service-topline small { color: rgba(255,255,255,.5); }
.service-name { margin: 0 0 10px; color: var(--purple-700); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { min-height: 108px; margin-bottom: 16px; font-size: clamp(1.75rem, 2.7vw, 2.48rem); letter-spacing: -.05em; }
.service-summary { min-height: 86px; margin: 0 0 24px; color: var(--muted); font-size: .91rem; }
.client-card .service-summary { color: rgba(255,255,255,.62); }
.service-card ul { padding: 0; margin: 0 0 30px; list-style: none; }
.service-card li { position: relative; padding: 10px 0 10px 23px; border-bottom: 1px solid var(--line); font-size: .87rem; }
.service-card li::before { content: '✓'; position: absolute; left: 0; color: #9d7429; font-weight: 900; }
.client-card li { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.12); }
.client-card li::before { color: var(--gold-light); }
.service-card > a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--purple-700); font-weight: 800; }
.client-card > a { color: var(--gold-light); }
.service-card > a span { transition: transform 180ms ease; }
.service-card > a:hover span { transform: translate(3px, -3px); }

.method { color: var(--white); background: var(--purple-900); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.method-copy h2 { margin-bottom: 25px; font-size: clamp(2.55rem, 4.5vw, 4.7rem); letter-spacing: -.065em; }
.method-copy h2 em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.method-copy > p:not(.eyebrow) { max-width: 500px; margin: 0 0 30px; color: rgba(255,255,255,.64); }
.method-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.method-list li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.method-list > li > span { color: var(--gold-light); font-family: 'Manrope', sans-serif; font-size: .8rem; font-weight: 800; }
.method-list small { color: var(--gold-light); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.method-list h3 { margin: 5px 0 7px; font-size: 1.38rem; }
.method-list p { margin: 0; color: rgba(255,255,255,.59); }

.operational { background: var(--off-white); }
.operational-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.operational-photo { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 220px 220px 26px 26px; background: var(--purple-100); }
.operational-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,7,27,.72), transparent 52%); }
.operational-photo img { width: 100%; height: 100%; object-fit: cover; }
.operational-photo figcaption { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; color: var(--white); font-size: .87rem; font-weight: 600; }
.operational-copy h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4vw, 4.2rem); letter-spacing: -.06em; }
.operational-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.operational-points { margin-top: 34px; border-top: 1px solid var(--line); }
.operational-points article { display: grid; grid-template-columns: 170px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.operational-points strong { color: var(--purple-800); font-family: 'Manrope', sans-serif; }
.operational-points span { color: var(--muted); font-size: .88rem; }

.boundaries { background: var(--white); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.boundary-grid article { min-height: 475px; padding: clamp(34px, 5vw, 58px); }
.we-handle { color: var(--white); background: var(--purple-900); }
.you-decide { background: var(--gold-pale); }
.boundary-grid small { color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.you-decide small { color: #8c6725; }
.boundary-grid h3 { margin: 13px 0 32px; font-size: clamp(1.9rem, 3.1vw, 3rem); letter-spacing: -.05em; }
.boundary-grid ul { padding: 0; margin: 0; list-style: none; }
.boundary-grid li { position: relative; padding: 14px 0 14px 29px; border-bottom: 1px solid rgba(255,255,255,.13); }
.you-decide li { border-color: #e3d5ae; }
.boundary-grid li::before { content: '—'; position: absolute; left: 0; color: var(--gold-light); }
.you-decide li::before { color: #8c6725; }

.markets { position: relative; overflow: hidden; color: var(--white); background: var(--blue); }
.markets-orbit { position: absolute; width: 570px; height: 570px; right: -130px; top: -210px; border: 1px solid rgba(215,173,85,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(215,173,85,.03), 0 0 0 140px rgba(215,173,85,.018); }
.markets-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.markets h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.4vw, 4.6rem); letter-spacing: -.06em; }
.market-copy > p { margin-top: 0; color: rgba(255,255,255,.66); font-size: 1.06rem; }
.market-copy > small { display: block; margin-top: 27px; color: var(--gold-light); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.market-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.market-tags span { padding: 8px 13px; color: var(--gold-light); border: 1px solid rgba(215,173,85,.33); border-radius: 999px; font-size: .75rem; font-weight: 700; }

.pilot { background: var(--off-white); }
.pilot-card { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 75px; align-items: end; padding: clamp(38px, 6vw, 72px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 24px 75px rgba(29,23,33,.06); }
.pilot-copy h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 4.05rem); letter-spacing: -.06em; }
.pilot-copy > p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: var(--muted); }
.pilot-steps { padding: 0; margin: 0; list-style: none; }
.pilot-steps li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.pilot-steps span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--purple-700); background: var(--purple-100); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.pilot-steps p { margin: 0; color: var(--muted); font-size: .87rem; }
.pilot-steps strong { color: var(--ink); }
.pilot-card > .button { justify-self: end; margin-top: 34px; grid-column: 2; }

.contact { color: var(--white); background: linear-gradient(135deg, #100719, #2a1046); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.8vw, 4.7rem); letter-spacing: -.065em; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.65); }
.contact-details { display: grid; gap: 12px; margin-top: 45px; }
.contact-details a, .contact-details > div { display: grid; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details small { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; font-size: .94rem; }
.contact-form { display: grid; gap: 20px; padding: clamp(28px, 5vw, 52px); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: #403646; font-size: .84rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ink); background: #fcfafc; border: 1px solid #ded6e1; border-radius: 11px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple-700); }
.form-submit { width: 100%; border: 0; }
.form-help { margin: -8px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.site-footer { padding: 54px 0 24px; color: rgba(255,255,255,.68); background: #0c0512; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top > p { margin: 0; font-size: .9rem; }
.footer-links { display: flex; gap: 24px; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; }
.footer-bottom p { margin: 0; font-size: .74rem; }
@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: .86rem; }
  .hero-grid { grid-template-columns: 1fr .76fr; gap: 44px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .growth-card { grid-column: 1 / -1; min-height: 560px; }
  .service-card h3, .service-summary { min-height: 0; }
}

@media (max-width: 860px) {
  :root { --shell: min(calc(100% - 32px), 720px); }
  .section-pad { padding: 82px 0; }
  .header-inner { min-height: 98px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px 32px; color: var(--white); background: var(--purple-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease; }
  .main-nav a { font-size: 1.3rem; }
  .main-nav .nav-cta { margin-top: 10px; border-color: rgba(255,255,255,.25); }
  .main-nav .language-link { margin-top: 8px; color: var(--gold-light); border-color: rgba(215,173,85,.48); font-size: .9rem; }
  .menu-open .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu-open .menu-toggle { color: var(--white); }
  .menu-open .menu-toggle > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero-grid { min-height: 0; padding-top: 138px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; max-width: 560px; width: 100%; margin: 0 auto; }
  .about-grid, .promise-grid, .method-grid, .operational-grid, .markets-grid, .contact-grid, .pilot-card { grid-template-columns: 1fr; gap: 45px; }
  .about-heading { position: static; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article { min-height: 0; }
  .operations-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .service-grid { grid-template-columns: 1fr; }
  .growth-card { grid-column: auto; min-height: 0; }
  .service-card { min-height: 0; }
  .method-copy, .contact-copy { position: static; }
  .operational-photo { min-height: 560px; max-width: 520px; width: 100%; margin: 0 auto; }
  .boundary-grid { grid-template-columns: 1fr; }
  .boundary-grid article { min-height: 0; }
  .pilot-card > .button { grid-column: auto; justify-self: start; margin-top: 0; }
}

@media (max-width: 590px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 24px; }
  .section-pad { padding: 68px 0; }
  .hero-grid { padding-top: 128px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(2.72rem, 13.5vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-signature { gap: 9px; font-size: .61rem; letter-spacing: .08em; }
  .hero-visual { min-height: 505px; }
  .hero-photo { inset: 0 0 64px 22px; border-radius: 155px 155px 22px 22px; }
  .flow-panel { right: 0; padding: 17px; }
  .flow-panel li { grid-template-columns: 28px 1fr; }
  .flow-panel li b { display: none; }
  .operations-flow article { min-height: 0; padding: 27px; }
  .operations-flow article > span { margin-bottom: 32px; }
  .service-card { padding: 28px 24px; }
  .service-topline { margin-bottom: 38px; }
  .method-list li { grid-template-columns: 42px 1fr; gap: 9px; }
  .operational-photo { min-height: 460px; }
  .operational-points article { grid-template-columns: 1fr; gap: 5px; }
  .boundary-grid article { padding: 30px 24px; }
  .pilot-card { padding: 29px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .contact-form { padding: 27px 20px; }
  .brand-logo-crop { width: 102px; height: 84px; padding: 4px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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