/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2026 | 15:20:58 */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
:root {
  --purple: #794abc;
  --purple-deep: #5431bc;
  --graphite: #2f3133;
  --gray: #52575b;
  --gold: #cf9f4d;
  --gold-light: #e7b650;
  --paper: #f7f7f7;
  --white: #ffffff;
  --line: rgba(47, 49, 51, 0.14);
  --display: "Antonio", "Arial Narrow", sans-serif;
  --body: "Poppins", Arial, sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-smooth: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--graphite); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--body); }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, input, textarea { border: 0; outline: 0; }
img { display: block; max-width: 100%; }

.site-shell { overflow: hidden; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.section-light { background: var(--paper); }

/* Shared type & controls */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--purple-deep); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; display: block; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border-radius: 4px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em; transition: transform 180ms var(--ease), background 180ms var(--ease), color 180ms var(--ease), box-shadow 180ms var(--ease); }
.button:active { transform: scale(0.97); }
.button--gold { background: var(--gold-light); color: var(--graphite); box-shadow: 0 12px 28px rgba(231, 182, 80, 0.16); }
.button--gold:hover { background: #f0c568; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(231, 182, 80, 0.24); }
.button--full { width: 100%; margin-top: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--purple-deep); font-size: 0.75rem; font-weight: 700; transition: gap 180ms var(--ease), color 180ms var(--ease); }
.text-link:hover { gap: 14px; color: var(--purple); }
.text-link--light { color: var(--white); }
.text-link--light:hover { color: var(--gold-light); }

/* Header */
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 clamp(20px, 4.5vw, 70px); color: var(--white); transition: background 240ms var(--ease), box-shadow 240ms var(--ease), color 240ms var(--ease); }
.site-header--scrolled { color: var(--graphite); background: rgba(247, 247, 247, 0.92); box-shadow: 0 8px 30px rgba(47, 49, 51, 0.08); backdrop-filter: blur(16px); }
.header-brand, .footer-brand { display: inline-flex; align-items: center; }
.brand-lockup { display: flex; align-items: center; gap: 9px; color: var(--white); }
.brand-lockup--inverted { color: var(--white); }
.site-header--scrolled .brand-lockup { color: var(--graphite); }
.brand-mark { width: 31px; height: 31px; }
.brand-type { display: flex; flex-direction: column; line-height: 0.86; }
.brand-type small { font-size: 0.43rem; font-weight: 700; letter-spacing: 0.22em; }
.brand-type strong { font-family: var(--display); font-size: 1.42rem; letter-spacing: -0.04em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 0.67rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: 0.84; transition: opacity 180ms ease; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease); }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.main-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 14px; color: var(--graphite); background: var(--gold-light); font-size: 0.61rem; letter-spacing: 0.12em; }
.nav-cta:hover { background: #f0c568; }
.menu-toggle { display: none; color: inherit; background: transparent; padding: 8px; }

/* Hero */
.hero-section { position: relative; min-height: 780px; display: flex; align-items: center; background: linear-gradient(120deg, var(--purple) 0%, var(--purple-deep) 62%, #4024a9 100%); color: var(--white); isolation: isolate; }
.hero-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 74% 22%, rgba(231, 182, 80, 0.13), transparent 26%), linear-gradient(90deg, rgba(20, 11, 73, 0.1), transparent 55%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: 0.14; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.hero-cubes { position: absolute; z-index: -1; top: 0; right: -110px; width: 52vw; height: 100%; opacity: 0.11; background: repeating-linear-gradient(30deg, transparent 0 45px, rgba(255,255,255,.54) 46px 47px, transparent 48px 98px), repeating-linear-gradient(150deg, transparent 0 45px, rgba(255,255,255,.54) 46px 47px, transparent 48px 98px); mask-image: linear-gradient(90deg, transparent, black 45%, transparent); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(400px, 0.82fr); gap: clamp(50px, 8vw, 125px); align-items: center; padding-top: 72px; }
.hero-copy { max-width: 640px; }
.hero-copy h1 { max-width: 580px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 8.2vw, 7.75rem); font-weight: 600; line-height: 0.84; letter-spacing: -0.045em; text-transform: uppercase; }
.hero-copy h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-description { max-width: 485px; margin: 34px 0 0; color: rgba(255,255,255,.8); font-size: 0.92rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.hero-visual { position: relative; width: min(100%, 485px); justify-self: end; }
.hero-frame { position: relative; height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; box-shadow: 24px 35px 70px rgba(17, 8, 76, .28); transform: rotate(2.8deg); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.85) contrast(1.06); }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,19,98,.05) 34%, rgba(22,13,67,.85) 100%); }
.hero-image-note { position: absolute; top: 23px; left: 25px; display: flex; align-items: center; gap: 9px; color: var(--white); font-size: 0.61rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-image-note span { color: var(--gold-light); }
.hero-image-caption { position: absolute; bottom: 26px; left: 25px; max-width: 220px; font-family: var(--display); font-size: 1.75rem; line-height: .92; text-transform: uppercase; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 133px; padding: 15px 18px; background: var(--paper); color: var(--graphite); box-shadow: 0 18px 45px rgba(16, 7, 72, .26); }
.floating-card strong { color: var(--purple); font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: .9; }
.floating-card span { font-size: .6rem; font-weight: 700; line-height: 1.3; letter-spacing: .11em; text-transform: uppercase; }
.floating-card--top { top: 78px; left: -47px; }
.floating-card--bottom { right: -28px; bottom: 43px; color: var(--white); background: var(--graphite); }
.floating-card--bottom svg { color: var(--gold-light); }
.floating-card--bottom span { color: rgba(255,255,255,.72); }
.floating-card--bottom b { color: var(--white); font-weight: 700; }
.scroll-cue { position: absolute; right: clamp(20px, 4.5vw, 70px); bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: .58rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue svg { color: var(--gold-light); }

/* Intro */
.intro-section { padding: 145px 0 75px; }
.intro-grid { display: grid; grid-template-columns: .2fr 1fr .77fr; gap: 42px; align-items: start; }
.section-index { display: flex; align-items: center; gap: 15px; color: var(--gold); font-family: var(--display); font-size: 1.25rem; }
.section-index i { width: 32px; height: 1px; display: block; background: var(--gold); }
.intro-copy h2, .section-heading h2, .story-copy h2, .presence-copy h2, .clients-copy h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 500; line-height: .9; letter-spacing: -.042em; text-transform: uppercase; }
.intro-copy h2 strong, .clients-copy h2 strong { color: var(--purple); font-weight: 500; }
.intro-body { max-width: 355px; padding-top: 44px; }
.intro-body p { margin: 0 0 26px; color: var(--gray); font-size: .89rem; line-height: 1.9; }
.intro-footnote { display: grid; grid-template-columns: minmax(80px, 1fr) 2.25fr auto; align-items: center; gap: 20px; margin-top: 110px; color: var(--gray); }
.intro-line { height: 1px; background: var(--line); }
.intro-footnote p { margin: 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.intro-footnote svg { color: var(--gold); }

/* Companies */
.companies-section { padding: 80px 0 145px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 62px; }
.section-heading h2 i, .presence-copy h2 i, .contact-copy h2 i { color: var(--purple); font-style: normal; }
.section-heading-copy { max-width: 318px; margin: 0 8% 0 0; color: var(--gray); font-size: .78rem; line-height: 1.85; }
.companies-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.company-card { position: relative; min-height: 266px; display: flex; flex-direction: column; padding: 25px 22px 21px; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease); }
.company-card::after { content: ""; position: absolute; right: -25px; bottom: -48px; width: 150px; height: 150px; border: 1px solid rgba(121,74,188,.12); border-radius: 50%; transition: transform 260ms var(--ease); }
.company-card:hover { z-index: 1; transform: translateY(-7px); box-shadow: 0 22px 42px rgba(47,49,51,.12); }
.company-card:hover::after { transform: scale(1.4); }
.company-card--violet:hover { color: var(--white); background: var(--purple-deep); }
.company-card--gold:hover { color: var(--graphite); background: var(--gold-light); }
.company-card-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--purple); }
.company-card--gold .company-card-top { color: var(--gold); }
.company-card:hover .company-card-top { color: inherit; }
.company-number { font-size: .58rem; font-weight: 700; letter-spacing: .12em; opacity: .75; }
.company-card-body { margin-top: auto; }
.company-card-body p { margin: 0 0 9px; color: var(--gray); font-size: .59rem; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.company-card:hover .company-card-body p { color: inherit; opacity: .72; }
.company-card-body h3 { max-width: 190px; margin: 0 0 12px; font-family: var(--display); font-size: 1.75rem; font-weight: 500; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.company-card-body span { display: block; max-width: 220px; color: var(--gray); font-size: .68rem; line-height: 1.65; }
.company-card:hover .company-card-body span { color: inherit; opacity: .8; }
.company-card-arrow { position: absolute; right: 22px; bottom: 20px; color: var(--gold); transition: transform 180ms var(--ease); }
.company-card:hover .company-card-arrow { color: inherit; transform: translate(3px, -3px); }

/* Scale */
.scale-section { position: relative; overflow: hidden; padding: 135px 0 130px; background: var(--graphite); color: var(--white); }
.scale-texture { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(30deg, transparent 47%, rgba(255,255,255,.18) 48%, transparent 49%), linear-gradient(150deg, transparent 47%, rgba(255,255,255,.18) 48%, transparent 49%); background-size: 110px 190px; mask-image: linear-gradient(90deg, transparent, black 18%, black 80%, transparent); }
.scale-texture::after { content: ""; position: absolute; top: 17%; left: 59%; width: 420px; height: 420px; border: 1px solid rgba(231,182,80,.5); border-radius: 42% 58% 55% 45%; transform: rotate(32deg); }
.scale-inner { position: relative; }
.section-heading--dark { align-items: start; }
.section-heading--dark h2 i { color: var(--gold-light); }
.section-heading--dark .section-heading-copy { color: rgba(255,255,255,.62); padding-top: 27px; }
.metrics-grid { display: grid; grid-template-columns: 1.42fr repeat(3, 1fr); gap: 12px; margin-top: 72px; }
.metric-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px 22px 22px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.04); transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease); }
.metric-card:hover { transform: translateY(-5px); border-color: rgba(231,182,80,.75); background: rgba(255,255,255,.08); }
.metric-card > svg { color: var(--gold-light); }
.metric-card--featured { border-color: var(--gold); background: linear-gradient(140deg, rgba(231,182,80,.18), rgba(255,255,255,.04)); }
.metric-label { display: block; max-width: 150px; color: rgba(255,255,255,.7); font-size: .62rem; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.metric-card strong { display: block; margin-top: auto; font-family: var(--display); color: var(--gold-light); font-size: clamp(4rem, 6vw, 6.7rem); font-weight: 500; line-height: .8; letter-spacing: -.06em; }
.metric-card:not(.metric-card--featured) strong { color: var(--white); font-size: clamp(3.7rem, 5vw, 5.4rem); }
.metric-note { margin-top: 20px; color: rgba(255,255,255,.46); font-size: .63rem; line-height: 1.4; }
.scale-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.scale-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.77); font-size: .61rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.scale-tags span:nth-child(2) { border-color: var(--gold); color: var(--gold-light); }
.scale-tags small { margin-left: auto; color: rgba(255,255,255,.48); font-size: .64rem; }

/* Story */
.story-section { padding: 145px 0; }
.story-grid { display: grid; grid-template-columns: minmax(350px, .96fr) minmax(380px, .84fr); align-items: center; gap: clamp(80px, 11vw, 160px); }
.story-collage { position: relative; min-height: 635px; }
.collage-image { position: absolute; overflow: hidden; }
.collage-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.collage-image:hover img { transform: scale(1.04); }
.collage-image--large { top: 0; left: 8%; width: 74%; height: 512px; }
.collage-image--large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(47,49,51,.82)); }
.collage-image--large span { position: absolute; z-index: 1; bottom: 25px; left: 26px; color: var(--white); font-family: var(--display); font-size: 1.65rem; text-transform: uppercase; }
.collage-image--small { right: 0; bottom: 0; width: 47%; height: 245px; border: 9px solid var(--paper); }
.collage-stamp { position: absolute; top: 72px; right: 1%; width: 124px; height: 124px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--graphite); background: var(--gold-light); transform: rotate(8deg); }
.collage-stamp span { font-family: var(--display); font-size: 2.55rem; line-height: .85; }
.collage-stamp small { margin-top: 8px; font-size: .5rem; font-weight: 700; line-height: 1.2; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.story-copy .section-index { margin-bottom: 70px; }
.story-copy h2 strong { color: var(--purple); font-weight: 500; }
.story-lead { max-width: 345px; margin: 35px 0 0; color: var(--gray); font-size: .86rem; line-height: 1.9; }
.story-points { display: grid; gap: 15px; margin-top: 38px; }
.story-points div { display: flex; align-items: center; gap: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.story-points span { color: var(--gold); font-size: .6rem; font-weight: 700; letter-spacing: .12em; }
.story-points p { margin: 0; font-family: var(--display); font-size: 1.16rem; text-transform: uppercase; }

/* Presence */
.presence-section { position: relative; overflow: hidden; padding: 135px 0; background: var(--purple-deep); color: var(--white); }
.presence-grid { position: relative; display: grid; grid-template-columns: .92fr 1fr; gap: 100px; align-items: center; }
.presence-copy { position: relative; z-index: 1; }
.presence-copy h2 i { color: var(--gold-light); }
.presence-copy > p:not(.eyebrow) { max-width: 390px; margin: 32px 0 28px; color: rgba(255,255,255,.72); font-size: .85rem; line-height: 1.9; }
.location-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.location-card { min-height: 268px; display: flex; flex-direction: column; justify-content: end; padding: 25px; border: 1px solid rgba(255,255,255,.27); background: rgba(255,255,255,.06); transition: transform 220ms var(--ease), background 220ms var(--ease); }
.location-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); }
.location-card--gold { color: var(--graphite); border-color: var(--gold-light); background: var(--gold-light); }
.location-card--gold:hover { background: #f0c568; }
.location-card span { align-self: flex-end; margin-bottom: auto; color: var(--gold-light); font-family: var(--display); font-size: 1.4rem; }
.location-card--gold span { color: var(--purple-deep); }
.location-card h3 { margin: 0; font-family: var(--display); font-size: 2.6rem; font-weight: 500; line-height: .9; text-transform: uppercase; }
.location-card p { max-width: 140px; margin: 14px 0 0; color: rgba(255,255,255,.64); font-size: .67rem; line-height: 1.55; }
.location-card--gold p { color: rgba(47,49,51,.7); }
.presence-pattern { position: absolute; right: -220px; bottom: -240px; width: 610px; height: 610px; border: 1px solid rgba(255,255,255,.21); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.035), 0 0 0 165px rgba(255,255,255,.025); }

/* Clients */
.clients-section { padding: 135px 0; }
.clients-grid { display: grid; grid-template-columns: .88fr .92fr; gap: clamp(70px, 13vw, 190px); align-items: center; }
.clients-copy h2 strong { color: var(--purple); font-weight: 500; }
.clients-copy > p:not(.eyebrow) { max-width: 370px; margin: 32px 0 0; color: var(--gray); font-size: .84rem; line-height: 1.9; }
.client-proof { padding: 25px; border: 1px solid var(--line); background: var(--white); }
.client-proof-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--purple-deep); font-size: .63rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.client-proof-top svg { color: var(--gold); }
.client-pill-grid { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 0; }
.client-pill-grid span { padding: 9px 11px; border: 1px solid var(--line); color: var(--gray); font-size: .61rem; font-weight: 600; letter-spacing: .05em; }
.client-pill-grid span:first-child, .client-pill-grid span:last-child { color: var(--purple); border-color: rgba(121,74,188,.32); }
.client-placeholder { min-height: 170px; display: grid; place-items: center; border: 1px dashed rgba(47,49,51,.2); background: linear-gradient(140deg, rgba(121,74,188,.05), rgba(231,182,80,.1)); text-align: center; }
.client-placeholder > div { display: flex; justify-content: center; gap: 6px; margin-bottom: 11px; }
.placeholder-dot { width: 10px; height: 10px; display: block; border-radius: 50%; background: var(--purple); }
.placeholder-dot:nth-child(2) { background: var(--gold-light); }
.placeholder-dot:nth-child(3) { background: var(--graphite); }
.client-placeholder p { margin: 0; color: var(--gray); font-size: .68rem; font-weight: 600; line-height: 1.7; letter-spacing: .04em; text-transform: uppercase; }
.client-placeholder small { color: var(--gray); font-size: .59rem; font-weight: 400; letter-spacing: 0; text-transform: none; }

/* Contact */
.contact-section { position: relative; overflow: hidden; padding: 130px 0 120px; background: var(--purple); color: var(--white); }
.contact-section::before { content: ""; position: absolute; top: -150px; right: -80px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.04), 0 0 0 104px rgba(255,255,255,.04); }
.contact-lines { position: absolute; right: -20px; bottom: -180px; width: 56%; height: 350px; opacity: .22; background: repeating-radial-gradient(ellipse at center, transparent 0 22px, rgba(231,182,80,.6) 23px 24px, transparent 25px 48px); transform: rotate(-10deg); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr .82fr; gap: clamp(70px, 12vw, 165px); align-items: start; }
.contact-copy h2 i { color: var(--gold-light); }
.contact-copy > p:not(.eyebrow) { max-width: 355px; margin: 32px 0 0; color: rgba(255,255,255,.75); font-size: .85rem; line-height: 1.9; }
.contact-form { display: flex; flex-direction: column; padding: 27px; background: rgba(47,49,51,.42); }
.contact-form label { margin: 0 0 8px; color: rgba(255,255,255,.75); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 19px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; resize: vertical; color: var(--white); background: transparent; font-size: .8rem; transition: border-color 180ms ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.42); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-light); }
.form-status { display: flex; align-items: flex-start; gap: 7px; min-height: 18px; margin: 13px 0 0; color: rgba(255,255,255,.5); font-size: .6rem; line-height: 1.6; }
.form-status svg { flex: 0 0 auto; color: var(--gold-light); margin-top: 2px; }

/* Footer */
.site-footer { padding: 32px 0 22px; color: rgba(255,255,255,.68); background: var(--graphite); }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; }
.footer-note { display: flex; flex-direction: column; gap: 6px; text-align: center; }
.footer-note span { color: var(--gold-light); font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.footer-note small { color: rgba(255,255,255,.43); font-size: .57rem; letter-spacing: .08em; }
.back-top { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); color: var(--gold-light); transform: rotate(180deg); transition: background 180ms ease, color 180ms ease; }
.back-top:hover { color: var(--graphite); background: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.36); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-content { grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr); gap: 48px; }
  .hero-frame { height: 540px; }
  .companies-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card--featured { grid-row: span 2; }
  .story-grid { gap: 65px; }
  .presence-grid { gap: 58px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 40px, 600px); }
  .site-header { height: 70px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; place-items: center; }
  .main-nav { position: fixed; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 25px; padding: 95px 40px 40px; opacity: 0; pointer-events: none; background: var(--graphite); transform: translateY(-12px); transition: opacity 220ms var(--ease), transform 220ms var(--ease); font-family: var(--display); font-size: 2.8rem; letter-spacing: -.02em; text-transform: uppercase; }
  .main-nav--open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 10px; font-family: var(--body); font-size: .64rem; }
  .hero-section { min-height: auto; padding: 125px 0 90px; }
  .hero-content { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy h1 { font-size: clamp(4rem, 15vw, 6.8rem); }
  .hero-visual { width: min(86%, 460px); margin-right: 7%; }
  .hero-frame { height: 520px; }
  .floating-card--top { left: -25px; }
  .scroll-cue { right: 20px; bottom: 22px; }
  .intro-section, .story-section, .clients-section { padding: 100px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-body { padding-top: 0; }
  .intro-footnote { grid-template-columns: 1fr auto; margin-top: 72px; }
  .intro-line { display: none; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading-copy { margin: 28px 0 0; }
  .companies-section { padding: 35px 0 100px; }
  .scale-section, .presence-section, .contact-section { padding: 100px 0; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); margin-top: 52px; }
  .metric-card--featured { grid-row: auto; }
  .scale-tags small { width: 100%; margin: 6px 0 0; }
  .story-grid, .presence-grid, .clients-grid, .contact-grid { grid-template-columns: 1fr; gap: 72px; }
  .story-collage { width: min(100%, 550px); min-height: 560px; }
  .story-copy .section-index { margin-bottom: 45px; }
  .location-cards { max-width: 590px; }
  .presence-pattern { right: -300px; }
  .clients-grid { gap: 48px; }
  .contact-copy > p:not(.eyebrow) { max-width: 500px; }
  .footer-top { flex-wrap: wrap; gap: 25px; }
  .footer-note { order: 3; width: 100%; align-items: flex-start; text-align: left; }
}

@media (max-width: 510px) {
  .container { width: min(100% - 32px, 480px); }
  .hero-copy h1 { font-size: clamp(3.5rem, 17vw, 5.8rem); }
  .hero-description { font-size: .82rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { width: 90%; margin-right: 5%; }
  .hero-frame { height: 430px; }
  .floating-card { padding: 12px 14px; min-width: 120px; }
  .floating-card--top { top: 34px; left: -17px; }
  .floating-card--bottom { right: -17px; bottom: 27px; }
  .intro-copy h2, .section-heading h2, .story-copy h2, .presence-copy h2, .clients-copy h2, .contact-copy h2 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .companies-grid { grid-template-columns: 1fr; }
  .company-card { min-height: 230px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-card { min-height: 180px; padding: 16px; }
  .metric-card strong { font-size: 3.9rem; }
  .metric-card:not(.metric-card--featured) strong { font-size: 3.4rem; }
  .metric-label { font-size: .53rem; }
  .metric-note { margin-top: 12px; font-size: .55rem; }
  .story-collage { min-height: 440px; }
  .collage-image--large { height: 375px; }
  .collage-image--small { height: 180px; border-width: 6px; }
  .collage-stamp { top: 45px; width: 95px; height: 95px; }
  .collage-stamp span { font-size: 2rem; }
  .location-cards { gap: 8px; }
  .location-card { min-height: 210px; padding: 18px; }
  .location-card h3 { font-size: 2rem; }
  .contact-form { padding: 20px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
