@font-face {
  font-family: "Geist";
  src: url("assets/fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/fonts/GeistMono-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --yellow: #f5cd25;
  --yellow-soft: #ffe77a;
  --bg: #0b0b0c;
  --bg-warm: #100d0a;
  --panel: #111113;
  --panel-raised: #17171b;
  --panel-soft: #1b1915;
  --text: #f5f2e9;
  --muted: #9b9890;
  --muted-dark: #6e6b64;
  --cream: #f5f2e9;
  --white: #fffdf8;
  --line: rgba(255, 255, 255, 0.09);
  --yellow-line: rgba(245, 205, 37, 0.24);
  --radius: 22px;
  --display: "Geist", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --body: "Geist", "Aptos", "Segoe UI", Arial, sans-serif;
  --mono: "Geist Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: var(--body); font-optical-sizing: auto; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
::selection { color: var(--bg); background: var(--yellow); }
.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; }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 84px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 86px); color: var(--text);
  transition: background .25s, border-color .25s, height .25s;
}
.site-header.scrolled { height: 70px; background: rgba(11,11,12,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; position: relative; z-index: 2; }
.brand-symbol { width: 42px; height: 42px; overflow: hidden; display: grid; place-items: center; background: var(--yellow); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; box-shadow: 0 0 28px rgba(245,205,37,.12); }
.brand-symbol img { width: 78%; height: 78%; object-fit: contain; transform: none; }
.brand-name { color: var(--text); font-size: 1.55rem; letter-spacing: -.075em; }
.brand-name strong { font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); color: #c6c2b9; font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--yellow); transition: width .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 20px; color: var(--bg); background: var(--yellow); border-radius: 99px; box-shadow: 0 0 24px rgba(245,205,37,.14); transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(245,205,37,.22); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 8px; position: relative; z-index: 3; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--yellow); transition: .2s; }

.hero {
  min-height: 880px; padding: 145px max(7vw, calc((100vw - 1440px)/2)) 78px;
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 77% 39%, rgba(245,205,37,.15), transparent 25%),
    radial-gradient(circle at 17% 42%, rgba(97,48,11,.22), transparent 34%),
    linear-gradient(118deg, #100d0b 0%, #0b0b0c 55%, #09090a 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -20vw; top: -22vw; border: 1px solid rgba(245,205,37,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(245,205,37,.015), 0 0 0 220px rgba(245,205,37,.01); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(245,205,37,.46) .65px, transparent .65px); background-size: 16px 16px; mask-image: radial-gradient(circle at 74% 42%, black, transparent 45%); }
.hero-copy, .hero-visual, .hero-note { position: relative; z-index: 1; }
.hero-copy { max-width: 760px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--yellow); font-family: var(--mono); font-size: .66rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 710px; margin-bottom: 28px; color: var(--text); font-size: clamp(4rem, 6.25vw, 6.9rem); font-weight: 735; line-height: .94; }
h1 em { position: relative; font-style: normal; color: var(--yellow); text-shadow: 0 0 42px rgba(245,205,37,.14); }
.hero-copy > p { max-width: 570px; margin: 0 0 36px; color: #a9a69e; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 99px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-dark, .hero .button-dark { color: var(--bg); background: var(--yellow); box-shadow: 0 10px 32px rgba(245,205,37,.12); }
.button-dark:hover { box-shadow: 0 12px 36px rgba(245,205,37,.22); }
.button-yellow { color: var(--bg); background: var(--yellow); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--yellow); font-size: .88rem; font-weight: 700; }
.hero-metrics { margin-top: 38px; display: flex; gap: clamp(25px, 4vw, 54px); }
.hero-metrics > div { display: flex; flex-direction: column; gap: 3px; }
.hero-metrics strong { color: var(--text); font-size: 1.45rem; font-weight: 680; letter-spacing: -.04em; }
.hero-metrics span { color: #6f6c65; font-family: var(--mono); font-size: .58rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { justify-self: center; width: min(42vw, 550px); aspect-ratio: 1; display: grid; place-items: center; perspective: 1100px; }
.orbit { position: absolute; inset: 7%; border: 1px solid rgba(245,205,37,.17); border-radius: 50%; }
.orbit-one { box-shadow: inset 0 0 80px rgba(245,205,37,.025); }
.orbit-two { inset: 22%; border-style: dashed; animation: spin 25s linear infinite; }
.visual-center {
  z-index: 2; width: 62%; aspect-ratio: .72; padding: 19px; position: relative; isolation: isolate;
  display: flex; flex-direction: column;
  color: var(--text); background: linear-gradient(150deg, #202025, #111114 68%);
  border: 1px solid rgba(245,205,37,.34); border-radius: 26px;
  transform: rotateY(-9deg) rotateZ(-2deg);
  box-shadow: 0 35px 90px rgba(0,0,0,.65), 0 0 70px rgba(245,205,37,.11), inset 0 1px 0 rgba(255,255,255,.08);
}
.visual-center::before, .visual-center::after { content: ""; position: absolute; inset: 16px -28px -16px 28px; z-index: -2; background: #111114; border: 1px solid rgba(245,205,37,.16); border-radius: 25px; transform: translateZ(-45px) rotate(5deg); box-shadow: 0 25px 60px rgba(0,0,0,.48); }
.visual-center::after { inset: 30px -49px -30px 49px; z-index: -3; opacity: .55; transform: translateZ(-80px) rotate(8deg); }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.dashboard-brand { display: flex; align-items: center; gap: 9px; }
.dashboard-brand > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--yellow); border-radius: 9px; box-shadow: 0 0 20px rgba(245,205,37,.12); }
.dashboard-brand img { width: 75%; height: 75%; object-fit: contain; }
.dashboard-brand > div { display: flex; flex-direction: column; }
.dashboard-brand strong { font-size: .83rem; font-weight: 680; letter-spacing: -.03em; }
.dashboard-brand small { margin-top: 2px; color: #6f6c65; font-family: var(--mono); font-size: .4rem; text-transform: uppercase; letter-spacing: .06em; }
.online-pill { padding: 5px 8px; color: var(--yellow); background: rgba(245,205,37,.07); border: 1px solid rgba(245,205,37,.16); border-radius: 99px; font-family: var(--mono); font-size: .42rem; }
.dashboard-title { padding: 20px 2px 14px; display: flex; flex-direction: column; gap: 3px; }
.dashboard-title span { color: #77746d; font-size: .58rem; }
.dashboard-title strong { font-size: 1.35rem; font-weight: 660; letter-spacing: -.05em; }
.dashboard-list { display: flex; flex-direction: column; gap: 7px; }
.dashboard-list > div { min-height: 55px; padding: 9px 10px; display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.055); border-radius: 10px; }
.dashboard-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--yellow); background: rgba(245,205,37,.07); border-radius: 7px; font-size: .66rem; }
.dashboard-list p { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.dashboard-list p strong { font-size: .65rem; font-weight: 620; }
.dashboard-list p small { color: #6c6962; font-size: .47rem; }
.dashboard-list b { color: var(--yellow); font-family: var(--mono); font-size: .43rem; font-weight: 520; }
.dashboard-foot { margin-top: auto; padding: 14px 2px 2px; display: flex; justify-content: center; gap: 7px; color: #65625c; font-family: var(--mono); font-size: .42rem; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-foot span:nth-child(2) { color: var(--yellow); }
.floating-tag { position: absolute; z-index: 4; padding: 10px 16px; color: #d8d4ca; background: rgba(18,18,20,.94); border: 1px solid rgba(245,205,37,.28); border-radius: 99px; font-size: clamp(.62rem, .9vw, .78rem); font-weight: 700; box-shadow: 0 12px 30px rgba(0,0,0,.42); animation: float 5s ease-in-out infinite; backdrop-filter: blur(12px); }
.floating-tag::before { content: "✦"; margin-right: 7px; color: var(--yellow); }
.tag-one { top: 8%; right: 12%; }
.tag-two { right: 0; bottom: 14%; animation-delay: -1.5s; }
.tag-three { left: -2%; bottom: 28%; animation-delay: -3s; }
.spark { position: absolute; color: var(--yellow); opacity: .8; font-size: 1.6rem; }
.spark-one { top: 25%; left: 10%; }
.spark-two { right: 14%; top: 49%; font-size: .9rem; }
.hero-note { position: absolute; left: max(7vw, calc((100vw - 1440px)/2)); right: max(7vw, calc((100vw - 1440px)/2)); bottom: 25px; display: flex; align-items: center; gap: 15px; color: #6f6c65; font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.note-line { flex: 1; height: 1px; background: var(--line); }

.section-pad { padding: 112px max(7vw, calc((100vw - 1440px)/2)); }
.statement {
  width: min(1400px, calc(100% - 8vw)); margin: 34px auto 0; padding: 58px clamp(32px, 5vw, 72px);
  display: grid; grid-template-columns: .32fr 1fr; gap: 50px; position: relative; overflow: hidden;
  background: linear-gradient(130deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.statement::after { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; bottom: -210px; background: var(--yellow); opacity: .05; filter: blur(30px); border-radius: 50%; }
.statement-content { max-width: 1000px; }
.statement h2, .section-heading h2, .process h2, .innovation h2, .about h2, .contact h2 { color: var(--text); font-size: clamp(2.5rem, 4.35vw, 4.8rem); font-weight: 630; line-height: 1.04; }
.statement h2 { max-width: 940px; margin-bottom: 26px; }
.statement-content > p { margin: 0; max-width: 660px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.services { background: var(--bg); }
.section-heading { margin-bottom: 56px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading h2 { max-width: 790px; margin-bottom: 0; }
.section-heading > p { max-width: 410px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 475px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden;
  color: var(--text); background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.014));
  border: 1px solid var(--yellow-line); border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035); transition: transform .25s, border-color .25s, box-shadow .25s;
}
.service-card::before { content: ""; position: absolute; width: 190px; height: 190px; left: -80px; top: -100px; background: rgba(245,205,37,.08); filter: blur(45px); border-radius: 50%; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(245,205,37,.48); box-shadow: 0 22px 55px rgba(0,0,0,.28), 0 0 36px rgba(245,205,37,.045); }
.card-yellow, .card-dark, .card-light { color: var(--text); background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); }
.card-number { align-self: flex-end; color: var(--yellow); font-size: .72rem; font-weight: 850; }
.card-icon { width: 55px; height: 55px; margin: 45px 0 30px; display: grid; place-items: center; color: var(--yellow); background: rgba(245,205,37,.06); border: 1px solid rgba(245,205,37,.28); border-radius: 50%; }
.card-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 13px; font-size: 1.75rem; font-weight: 620; }
.service-card p { min-height: 68px; margin: 0 0 22px; color: var(--muted); line-height: 1.58; }
.service-card ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { padding: 7px 0; color: #c5c1b7; font-size: .86rem; font-weight: 600; }
.service-card li::before { content: "✓"; margin-right: 10px; color: var(--yellow); }

.diagnostic-invite {
  width: min(1400px, calc(100% - 8vw)); margin: 42px auto; padding: clamp(48px, 6vw, 82px);
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 120px); align-items: center;
  background: linear-gradient(125deg, #17150f, #111113 58%, #0c0c0e); border: 1px solid rgba(245,205,37,.3);
  border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.24), 0 0 65px rgba(245,205,37,.035);
}
.diagnostic-invite-copy h2 { max-width: 680px; margin-bottom: 22px; color: var(--text); font-size: clamp(2.7rem, 4.6vw, 5rem); font-weight: 650; line-height: 1; }
.diagnostic-invite-copy > p:not(.section-kicker) { max-width: 590px; margin: 0 0 30px; color: var(--muted); line-height: 1.7; }
.diagnostic-preview { padding: clamp(22px, 3vw, 34px); background: linear-gradient(150deg, rgba(32,32,37,.96), rgba(17,17,20,.96)); border: 1px solid rgba(245,205,37,.25); border-radius: 22px; box-shadow: 0 26px 65px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05); }
.diagnostic-preview-head { padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.diagnostic-preview-head span { color: var(--text); font-size: .92rem; font-weight: 700; }
.diagnostic-preview-head b { padding: 6px 10px; color: var(--yellow); background: rgba(245,205,37,.06); border: 1px solid rgba(245,205,37,.17); border-radius: 99px; font-family: var(--mono); font-size: .46rem; text-transform: uppercase; }
.diagnostic-preview ol { margin: 18px 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.diagnostic-preview li { min-height: 62px; padding: 11px 13px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.055); border-radius: 12px; }
.diagnostic-preview li > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--yellow); background: rgba(245,205,37,.07); border-radius: 8px; font-family: var(--mono); font-size: .54rem; }
.diagnostic-preview li div { display: flex; flex-direction: column; gap: 3px; }
.diagnostic-preview li strong { font-size: .77rem; }
.diagnostic-preview li small { color: #77736b; font-size: .58rem; }
.diagnostic-preview-foot { padding-top: 17px; display: flex; justify-content: center; gap: 9px; color: #77736b; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .55rem; text-transform: uppercase; }
.diagnostic-preview-foot strong { color: var(--yellow); font-weight: 600; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

.work-showcase { overflow: hidden; background: var(--bg); border-top: 1px solid rgba(255,255,255,.035); }
.work-showcase .section-heading { margin-bottom: 28px; }
.carousel { position: relative; }
.carousel-toolbar { min-height: 52px; margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.carousel-toolbar > p { margin: 0; color: var(--yellow); font-family: var(--mono); font-size: .62rem; font-weight: 650; letter-spacing: .1em; }
.carousel-buttons { display: flex; gap: 8px; }
.carousel-buttons button { width: 43px; height: 43px; display: grid; place-items: center; color: var(--yellow); background: rgba(255,255,255,.018); border: 1px solid rgba(245,205,37,.24); border-radius: 50%; font-size: 1.1rem; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.carousel-buttons button:hover:not(:disabled), .carousel-buttons button:focus-visible { color: var(--bg); background: var(--yellow); transform: translateY(-2px); }
.carousel-buttons button:disabled { opacity: .25; cursor: not-allowed; }
.carousel-viewport { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; outline: none; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-viewport:focus-visible { outline: 2px solid var(--yellow); outline-offset: 5px; border-radius: 4px; }
.carousel-track { width: max-content; display: flex; gap: 18px; padding: 4px max(7vw, calc((100vw - 1440px)/2)) 16px 0; }
.piece-card { flex: 0 0 clamp(290px, 30vw, 450px); scroll-snap-align: start; }
.piece-media { aspect-ratio: 4 / 5; overflow: hidden; position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.piece-media > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.piece-meta { padding: 16px 4px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.piece-meta h3 { margin: 0; color: var(--text); font-size: clamp(1.25rem, 1.8vw, 1.65rem); }
.piece-meta p { margin: 5px 0 0; color: var(--muted-dark); font-size: .75rem; }
.piece-index { min-width: 34px; padding-top: 3px; color: var(--yellow); font-family: var(--mono); font-size: .62rem; font-weight: 650; }
.piece-placeholder { position: absolute; inset: 0; overflow: hidden; padding: clamp(24px, 3vw, 42px); display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; }
.piece-placeholder::before, .piece-placeholder::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.piece-placeholder strong { max-width: 82%; font-family: var(--display); font-size: clamp(2.45rem, 4.6vw, 5rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.piece-placeholder span { font-size: .62rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.piece-theme-1 { color: var(--yellow); background: #101012; }
.piece-theme-1::before { width: 65%; aspect-ratio: 1; right: -18%; top: 9%; border: 3px solid var(--yellow); box-shadow: 0 0 0 22px rgba(245,205,37,.11), 0 0 0 48px rgba(245,205,37,.045); }
.piece-theme-1::after { width: 10px; height: 78%; left: 12%; top: 11%; background: var(--yellow); border-radius: 0; transform: rotate(18deg); }
.piece-theme-2 { color: var(--bg); background: var(--cream); }
.piece-theme-2::before { width: 75%; aspect-ratio: 1; left: -15%; bottom: -10%; background: var(--yellow); clip-path: polygon(0 100%, 15% 45%, 35% 70%, 58% 15%, 78% 60%, 100% 30%, 100% 100%); border-radius: 0; }
.piece-theme-2::after { width: 44%; aspect-ratio: 1; right: 9%; top: 11%; background: var(--bg); }
.piece-theme-3 { color: var(--bg); background: var(--yellow); }
.piece-theme-3::before { width: 72%; aspect-ratio: 1; right: -18%; bottom: -8%; background: #fff1a8; box-shadow: -40px -40px 0 rgba(255,253,248,.72); }
.piece-theme-3::after { width: 48%; height: 11%; left: -6%; top: 42%; background: var(--bg); border-radius: 0; transform: rotate(-12deg); }
.piece-theme-4 { color: var(--yellow); background: #161619; }
.piece-theme-4::before { width: 60%; aspect-ratio: 1; right: -7%; top: 18%; border: 24px solid var(--yellow); }
.piece-theme-4::after { width: 45%; aspect-ratio: 1; left: -10%; bottom: -8%; background: var(--cream); clip-path: polygon(50% 0, 100% 100%, 0 100%); border-radius: 0; }

.client-showcase { overflow: hidden; padding-top: 60px; padding-bottom: 100px; background: var(--bg); }
.clients-heading { max-width: 850px; }
.clients-heading h2 { margin-bottom: 17px; color: var(--text); font-size: clamp(2.5rem, 4.35vw, 4.8rem); font-weight: 630; line-height: 1.04; }
.clients-heading > p:last-child { max-width: 580px; margin-bottom: 34px; color: var(--muted); line-height: 1.65; }
.client-toolbar { justify-content: flex-end; }
.client-toolbar > p { margin-right: auto; }
.clients-track { gap: 13px; }
.client-card { flex: 0 0 clamp(195px, 19vw, 280px); scroll-snap-align: start; }
.client-logo-tile { width: 100%; height: clamp(138px, 10vw, 164px); padding: 18px 22px; position: relative; overflow: hidden; display: grid; place-items: center; color: var(--text); background: linear-gradient(145deg, #17171a, #101012); border: 1px solid var(--line); border-radius: 15px; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: transform .2s, border-color .2s, box-shadow .2s; }
a.client-logo-tile::after { content: "↗"; position: absolute; right: 11px; top: 9px; color: var(--yellow); font-size: .65rem; opacity: .7; }
.client-logo-tile:hover { transform: translateY(-5px); border-color: rgba(245,205,37,.34); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 30px rgba(245,205,37,.035); }
.client-logo-tile img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; filter: grayscale(1) invert(1) contrast(2.7) brightness(1.18); mix-blend-mode: screen; opacity: .72; transition: opacity .2s, transform .2s; }
.client-logo-tile:hover img { opacity: 1; transform: scale(1.025); }
.client-placeholder { display: flex; align-items: center; gap: 10px; color: #d7d3ca; font-family: var(--display); font-size: clamp(1.05rem, 1.7vw, 1.45rem); font-weight: 700; letter-spacing: -.04em; }
.client-placeholder::before { content: "✦"; color: var(--yellow); }
.client-card > p { margin: 10px 4px 0; color: var(--muted-dark); font-size: .69rem; font-weight: 700; }

.process {
  width: min(1400px, calc(100% - 8vw)); margin: 0 auto 42px; padding: clamp(50px, 6vw, 82px);
  display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; color: var(--text);
  background: linear-gradient(135deg, #111113, #0d0d0f); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.025);
}
.section-kicker.light { color: var(--yellow); }
.process-intro { align-self: start; position: sticky; top: 110px; }
.process-intro > p:not(.section-kicker) { max-width: 430px; margin-bottom: 32px; color: var(--muted); line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--yellow); background: rgba(245,205,37,.05); border: 1px solid rgba(245,205,37,.18); border-radius: 50%; font-size: .68rem; font-weight: 850; }
.process-list h3 { margin-bottom: 7px; font-size: 1.45rem; font-weight: 620; }
.process-list p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.58; }

.innovation { background: var(--bg); }
.innovation-panel { min-height: 430px; padding: clamp(40px, 6vw, 76px); display: grid; grid-template-columns: 1fr .8fr; gap: 40px; overflow: hidden; position: relative; background: linear-gradient(115deg, #17150f 0%, #111113 55%, #0c0c0e 100%); border: 1px solid rgba(245,205,37,.3); border-radius: var(--radius); box-shadow: 0 0 70px rgba(245,205,37,.035), inset 0 1px 0 rgba(255,255,255,.035); }
.innovation-panel::before { content: ""; position: absolute; width: 390px; height: 390px; right: 0; top: 30px; background: rgba(245,205,37,.08); filter: blur(80px); border-radius: 50%; }
.innovation-copy { align-self: center; position: relative; z-index: 2; }
.innovation-copy h2 { max-width: 690px; }
.innovation-copy > p:last-child { max-width: 590px; color: var(--muted); line-height: 1.7; }
.innovation-art { position: relative; min-height: 300px; }
.portal { position: absolute; border: 1px solid rgba(245,205,37,.55); border-radius: 50%; }
.p1 { width: 300px; height: 300px; top: 0; right: 0; box-shadow: 0 0 60px rgba(245,205,37,.05); }
.p2 { width: 220px; height: 220px; top: 40px; right: 40px; border-style: dashed; animation: spin 18s linear infinite reverse; }
.p3 { width: 128px; height: 128px; top: 86px; right: 86px; background: var(--bg); border-color: rgba(245,205,37,.32); box-shadow: 0 0 55px rgba(245,205,37,.1); }
.innovation-star { position: absolute; z-index: 2; top: 100px; right: 120px; color: var(--yellow); font-size: 3.8rem; animation: pulse 2.2s ease-in-out infinite; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; background: var(--bg); }
.about-art { height: 535px; overflow: hidden; position: relative; background: radial-gradient(circle at 50% 25%, rgba(245,205,37,.12), transparent 23%), linear-gradient(#161717, #101113 64%, #0b0b0c); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.about-art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.13) .6px, transparent .6px); background-size: 18px 18px; mask-image: linear-gradient(black, transparent 68%); opacity: .3; }
.sun { position: absolute; width: 132px; height: 132px; top: 64px; left: 50%; transform: translateX(-50%); background: var(--yellow); border-radius: 50%; box-shadow: 0 0 48px rgba(245,205,37,.2), 0 0 0 16px rgba(245,205,37,.035); }
.island { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50% 50% 8% 8%; }
.island-back { width: 78%; height: 235px; bottom: 70px; background: #333536; opacity: .72; clip-path: polygon(0 100%, 16% 58%, 30% 72%, 52% 12%, 68% 60%, 82% 40%, 100% 100%); }
.island-front { width: 100%; height: 250px; bottom: -2px; background: #080809; clip-path: polygon(0 100%, 0 71%, 15% 47%, 26% 59%, 39% 26%, 50% 55%, 65% 34%, 76% 63%, 88% 45%, 100% 66%, 100% 100%); }
.about-art span { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: var(--yellow); font-size: .6rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.about-copy > p:not(.section-kicker) { max-width: 630px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.values span { padding: 9px 14px; color: #c9c5ba; border: 1px solid rgba(245,205,37,.26); border-radius: 99px; font-size: .75rem; font-weight: 700; }

.contact {
  width: min(1400px, calc(100% - 8vw)); margin: 10px auto 88px; padding: clamp(48px, 6vw, 78px);
  display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; position: relative; overflow: hidden;
  background: linear-gradient(130deg, #15140f, #101012 50%, #0e0e10); border: 1px solid var(--line); border-radius: var(--radius);
}
.contact::before { content: ""; position: absolute; width: 320px; height: 320px; left: -150px; bottom: -180px; background: rgba(245,205,37,.12); filter: blur(70px); border-radius: 50%; }
.contact-heading { align-self: start; position: sticky; top: 110px; z-index: 1; }
.contact-heading > p:last-of-type { max-width: 480px; color: var(--muted); line-height: 1.7; }
.contact-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.contact-links:empty { display: none; }
.contact-links a { padding: 9px 14px; color: var(--yellow); border: 1px solid var(--yellow-line); border-radius: 99px; font-size: .75rem; font-weight: 800; transition: background .2s, color .2s; }
.contact-links a:hover { color: var(--bg); background: var(--yellow); }
.contact-form { padding: clamp(28px, 4vw, 46px); display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; position: relative; z-index: 1; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 25px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.03); }
.contact-form label { display: flex; flex-direction: column; gap: 9px; }
.contact-form label > span { color: #a7a39a; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; color: var(--text); background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.09); border-radius: 9px; outline: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #625f59; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(245,205,37,.58); box-shadow: 0 0 0 3px rgba(245,205,37,.08); }
.contact-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.contact-form .button { width: fit-content; margin-top: 5px; }
.form-note { margin: -7px 0 0; color: #66635d; font-size: .7rem; }

.site-footer { padding: 42px max(7vw, calc((100vw - 1440px)/2)) 28px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; color: var(--text); background: #080809; border-top: 1px solid var(--line); }
.footer-brand { color: var(--text); }
.site-footer > p { color: #65625d; font-size: .78rem; }
.footer-links { display: flex; gap: 22px; color: #8a877f; font-size: .76rem; }
.footer-links a:hover { color: var(--yellow); }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); font-size: .68rem !important; }
.toast { position: fixed; z-index: 80; right: 25px; bottom: 25px; padding: 13px 19px; color: var(--bg); background: var(--yellow); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; font-weight: 750; box-shadow: 0 12px 35px rgba(0,0,0,.38); transform: translateY(130px); transition: transform .3s; }
.toast.visible { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse { 50% { transform: scale(1.14) rotate(10deg); } }

@media (max-width: 1000px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 138px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(76vw, 500px); margin: 52px auto 30px; }
  .statement { grid-template-columns: 1fr; gap: 8px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 420px; }
  .diagnostic-invite { grid-template-columns: 1fr; }
  .process, .contact { grid-template-columns: 1fr; gap: 60px; }
  .process-intro, .contact-heading { position: static; }
  .about { gap: 5vw; }
  .piece-card { flex-basis: min(54vw, 440px); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p:not(.copyright) { display: none; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 20px; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-name { font-size: 1.4rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; padding: 105px 25px 45px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--text); background: rgba(11,11,12,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 18px 0; font-family: var(--display); font-size: 1.5rem; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 24px; padding: 15px 20px; text-align: center; border: 0; font-family: var(--body); font-size: .95rem; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 114px 21px 68px; }
  h1 { font-size: clamp(3.25rem, 14.5vw, 4.8rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { gap: 18px; }
  .hero-metrics { margin-top: 30px; gap: 22px; }
  .hero-metrics strong { font-size: 1.2rem; }
  .hero-metrics span { max-width: 78px; font-size: .48rem; }
  .hero-visual { width: min(88vw, 380px); margin: 48px auto 20px; }
  .visual-center { width: 65%; padding: 14px; border-radius: 20px; }
  .dashboard-list > div { min-height: 47px; padding: 7px; grid-template-columns: 25px 1fr; }
  .dashboard-list b { display: none; }
  .dashboard-icon { width: 24px; height: 24px; }
  .dashboard-title { padding: 14px 2px 10px; }
  .dashboard-title strong { font-size: 1rem; }
  .dashboard-foot { display: none; }
  .floating-tag { padding: 8px 11px; font-size: .58rem; }
  .hero-note { display: none; }
  .section-pad { padding: 78px 21px; }
  .statement, .process, .contact { width: calc(100% - 28px); margin-left: auto; margin-right: auto; padding: 31px 23px; border-radius: 18px; }
  .statement { margin-top: 20px; }
  .statement h2, .section-heading h2, .process h2, .innovation h2, .about h2, .contact h2, .clients-heading h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 410px; }
  .diagnostic-invite { width: calc(100% - 28px); margin: 22px auto; padding: 34px 23px; border-radius: 18px; }
  .diagnostic-preview { padding: 18px; border-radius: 17px; }
  .piece-card { flex-basis: 82vw; }
  .client-card { flex-basis: 65vw; }
  .client-logo-tile { height: 132px; padding: 16px 18px; }
  .carousel-track { gap: 12px; padding-right: 21px; }
  .carousel-toolbar { margin-bottom: 10px; }
  .carousel-buttons button { width: 40px; height: 40px; }
  .process { margin-bottom: 24px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .innovation-panel { grid-template-columns: 1fr; padding: 34px 24px; }
  .innovation-art { min-height: 270px; transform: scale(.82); transform-origin: center top; }
  .about { grid-template-columns: 1fr; }
  .about-art { height: 410px; order: 2; }
  .contact { margin-bottom: 58px; gap: 38px; }
  .contact-form { grid-template-columns: 1fr; padding: 23px 17px; }
  .contact-form label { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 21px 24px; }
  .footer-links { flex-wrap: wrap; }
}

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