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

:root {
  --ink: #100c18;
  --ink-2: #171120;
  --ink-3: #221a2c;
  --paper: #f6f2eb;
  --paper-2: #ebe4da;
  --white: #fffdf9;
  --orange: #ff6846;
  --orange-2: #ff8a63;
  --lilac: #d8c8ff;
  --muted: #b9afc3;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(12, 8, 18, .22);
  --radius-lg: 30px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--orange-2); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 700; }
.display { font-family: 'Manrope', Arial, sans-serif; font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.muted { color: var(--muted); }
.section { padding: 110px 0; }
.section.light { color: var(--ink); background: var(--paper); }
.section.soft { color: var(--ink); background: var(--paper-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-head h2 { margin: 12px 0 0; max-width: 650px; font-size: clamp(2.1rem, 4vw, 4rem); }
.section-head p { max-width: 360px; margin: 0; color: #665d6f; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(16,12,24,.86); backdrop-filter: blur(16px); }
.scroll-progress { position: absolute; inset: auto 0 0; height: 2px; width: var(--scroll-progress, 0%); background: var(--orange); box-shadow: 0 0 16px rgba(255,104,70,.65); transition: width .12s linear; }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 156px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .92rem; color: #e8e0ee; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--orange-2); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.phone { color: var(--paper); font-weight: 600; font-size: .92rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--paper); font-size: 1.55rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; background: var(--orange); color: var(--ink); font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--orange-2); }
.btn.ghost { border-color: rgba(255,255,255,.3); background: transparent; color: var(--paper); }
.btn.ghost:hover { border-color: var(--orange-2); color: var(--orange-2); background: transparent; }
.btn.dark { background: var(--ink); color: var(--paper); }

.hero { position: relative; overflow: hidden; padding: 78px 0 104px; background: radial-gradient(circle at 76% 30%, rgba(255,104,70,.21), transparent 25%), linear-gradient(135deg, var(--ink) 0%, #1a1225 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero h1 { max-width: 650px; margin: 18px 0 24px; font-size: clamp(3.35rem, 7vw, 6.4rem); }
.hero h1 span { color: var(--orange); }
.typewriter-word { display: inline-block; min-width: 2.55ch; color: var(--orange); white-space: nowrap; }
.typewriter-caret { display: inline-block; margin-left: 3px; color: var(--orange-2); animation: blink 1s steps(1, end) infinite; }
.hero-copy { max-width: 565px; color: #d2c8db; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.trust-line { display: flex; gap: 18px; align-items: center; color: #aca1b7; font-size: .86rem; }
.trust-line::before { content: ''; width: 42px; height: 1px; background: var(--orange); }
.hero-visual { position: relative; min-height: 500px; }
.hero-card { position: absolute; inset: 0 0 36px 42px; overflow: hidden; border-radius: var(--radius-lg); background: #2c2035; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; opacity: .76; filter: saturate(.76) contrast(1.05); }
.hero-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(16,12,24,.05), rgba(16,12,24,.77)); }
.hero-motion-layer { position: absolute; z-index: 1; inset: 0; pointer-events: none; overflow: hidden; }
.motion-scene { position: absolute; inset: 0; overflow: hidden; color: var(--paper); }
.motion-grid { position: absolute; inset: 10% 9% 14%; opacity: .24; border: 1px solid rgba(255,255,255,.28); background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 34px 34px; transform: perspective(680px) rotateX(58deg) rotateZ(-4deg) scale(1.35); transform-origin: center; animation: motionGrid 11s linear infinite; }
.motion-grid::after { content: ''; position: absolute; inset: -20% 0; background: linear-gradient(90deg, transparent, rgba(255,138,99,.4), transparent); transform: translateX(-100%); animation: scan 3.8s ease-in-out infinite; }
.motion-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,138,99,.7); box-shadow: 0 0 26px rgba(255,104,70,.28); }
.motion-orb-a { top: 34%; left: 28%; width: 116px; height: 116px; animation: orbitOne 7s ease-in-out infinite; }
.motion-orb-b { top: 44%; left: 42%; width: 58px; height: 58px; border-color: rgba(216,200,255,.75); box-shadow: 0 0 22px rgba(216,200,255,.3); animation: orbitTwo 5s ease-in-out infinite; }
.motion-line { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(255,138,99,.9), transparent); animation: signalLine 3.2s ease-in-out infinite; }
.motion-line-a { top: 51%; left: 32%; width: 42%; transform: rotate(-19deg); }
.motion-line-b { top: 56%; left: 46%; width: 31%; transform: rotate(24deg); animation: signalLineB 3.2s ease-in-out infinite -1.3s; }
.motion-panel { position: absolute; z-index: 2; top: 22%; left: 10%; max-width: 190px; padding: 13px 15px; border-left: 2px solid var(--orange); border-radius: 0 12px 12px 0; background: rgba(16,12,24,.62); backdrop-filter: blur(10px); }
.motion-panel span { display: block; color: var(--orange-2); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.motion-panel strong { display: block; margin-top: 5px; font-family: 'Manrope', sans-serif; font-size: 1.55rem; line-height: 1; }
.motion-panel small { display: block; margin-top: 7px; color: #ddd3e2; font-size: .72rem; line-height: 1.35; }
.motion-chip { position: absolute; z-index: 2; padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #f3eaf4; background: rgba(16,12,24,.48); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; animation: chipFloat 4.4s ease-in-out infinite; }
.motion-chip b { color: var(--orange-2); }
.motion-chip-a { right: 19%; top: 39%; }
.motion-chip-b { right: 12%; bottom: 28%; animation-delay: -1.8s; }
.motion-toggle { position: absolute; z-index: 4; top: 20px; left: 20px; min-height: 32px; padding: 0 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #f7eef7; background: rgba(16,12,24,.52); cursor: pointer; pointer-events: auto; font-size: .68rem; font-weight: 700; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.motion-toggle:hover { transform: translateY(-2px); border-color: var(--orange-2); background: rgba(16,12,24,.76); }
.motion-toggle:focus-visible { outline: 3px solid var(--orange-2); outline-offset: 3px; }
.hero-motion-layer.is-paused * { animation-play-state: paused; }
.hero-card-caption { position: absolute; z-index: 3; left: 34px; bottom: 44px; right: 30px; padding: 15px 18px; border-left: 2px solid var(--orange); border-radius: 0 12px 12px 0; background: rgba(16,12,24,.63); backdrop-filter: blur(10px); }
.hero-card-caption strong { display: block; font-size: 1.1rem; line-height: 1.2; }
.hero-card-caption span { display: block; margin-top: 7px; color: #d2c8db; font-size: .88rem; line-height: 1.35; }
.orbit { position: absolute; z-index: 2; right: -12px; top: 34px; width: 174px; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.orbit b { display: block; color: var(--orange-2); font-size: 2.15rem; line-height: 1; }
.orbit span { display: block; margin-top: 8px; color: #eee8f1; font-size: .76rem; }
.hero-mark { position: absolute; left: -8px; bottom: -12px; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; color: var(--ink); background: var(--orange); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-align: center; transform: rotate(-13deg); box-shadow: 0 14px 26px rgba(16,12,24,.24); }

.path-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.path-card { display: flex; flex-direction: column; min-height: 196px; padding: 22px; border: 1px solid rgba(16,12,24,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.48); transition: transform .2s ease, background .2s ease; }
.path-card:hover { transform: translateY(-5px); background: var(--white); }
.path-number { color: #93889b; font-size: .75rem; font-weight: 700; }
.path-card h3 { margin: 40px 0 10px; font-size: 1.08rem; line-height: 1.15; }
.path-card p { margin: 0; color: #6b6370; font-size: .88rem; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: var(--ink-2); }
.service-card-button { width: 100%; color: inherit; text-align: left; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card-button:hover, .service-card-button.active { transform: translateY(-6px); border-color: rgba(255,138,99,.7); box-shadow: 0 20px 45px rgba(8,5,14,.27); }
.service-card-button:focus-visible { outline: 3px solid var(--orange-2); outline-offset: 4px; }
.service-card::after { content: ''; position: absolute; right: -36px; bottom: -70px; width: 170px; height: 170px; border: 1px solid rgba(255,104,70,.34); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,104,70,.05), 0 0 0 48px rgba(255,104,70,.03); }
.service-card:nth-child(2) { background: linear-gradient(150deg, #22182d, #2c1b35); }
.service-card:nth-child(3) { background: linear-gradient(150deg, #1e2633, #17202b); }
.service-card:nth-child(4) { background: linear-gradient(150deg, #2c211f, #251918); }
.service-kicker { display: flex; align-items: center; justify-content: space-between; color: var(--orange-2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.service-card h3 { margin: 36px 0 13px; max-width: 320px; font-size: 1.8rem; }
.service-card p { max-width: 380px; margin: 0; color: #b9afc3; }
.text-link { display: inline-flex; margin-top: 22px; color: var(--paper); font-weight: 700; }
.text-link::after { content: '↗'; margin-left: 8px; color: var(--orange-2); }
.service-focus { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 26px; margin-top: 18px; padding: 28px 30px; border: 1px solid rgba(255,138,99,.34); border-radius: var(--radius-md); background: linear-gradient(100deg, rgba(255,104,70,.12), rgba(255,255,255,.04)); animation: panelIn .35s ease both; }
.service-focus-index { color: var(--orange-2); font-family: 'Manrope', sans-serif; font-size: 3.4rem; font-weight: 800; letter-spacing: -.08em; }
.service-focus h3 { margin: 8px 0 6px; font-size: 1.35rem; }
.service-focus p { margin: 0; max-width: 640px; color: var(--muted); }

.client-section { overflow: hidden; }
.client-carousel { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 14px; }
.carousel-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(16,12,24,.18); border-radius: 50%; color: var(--paper); background: var(--ink); cursor: pointer; font-size: 1.2rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.carousel-arrow:hover { transform: translateY(-3px); border-color: var(--orange); background: var(--ink-2); }
.carousel-arrow:focus-visible, .client-logo-button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.client-logo-strip { display: grid; grid-template-columns: repeat(6, minmax(112px, 1fr)); gap: 12px; min-width: 0; }
.client-logo-button { display: grid; place-items: center; width: 100%; height: 112px; padding: 15px; border: 1px solid rgba(16,12,24,.12); border-radius: 16px; background: var(--white); cursor: pointer; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.client-logo-button:hover, .client-logo-button.active { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 14px 28px rgba(16,12,24,.12); }
.client-logo-button img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.split h2 { margin: 14px 0 20px; font-size: clamp(2.25rem, 4vw, 4.2rem); }
.split p { max-width: 560px; color: #665d6f; font-size: 1.03rem; }
.photo-frame { position: relative; overflow: hidden; min-height: 500px; border-radius: var(--radius-lg); }
.photo-frame img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.photo-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(16,12,24,.72)); }
.photo-note { position: absolute; z-index: 1; bottom: 24px; left: 24px; right: 24px; color: white; }
.photo-note strong { display: block; font-size: 1.2rem; }
.photo-note span { color: #e0d6e3; font-size: .86rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.principle { padding-top: 18px; border-top: 1px solid rgba(16,12,24,.18); }
.principle strong { display: block; font-size: 1rem; }
.principle span { display: block; margin-top: 6px; color: #766d7c; font-size: .87rem; }

.proof-band { padding: 26px 0; color: #c4b9cd; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; flex-wrap: wrap; }
.proof-row strong { color: var(--paper); font-size: .94rem; }
.proof-logos { display: flex; align-items: center; gap: 26px; opacity: .78; }
.proof-logos span { font-size: .83rem; }
.marquee { overflow: hidden; display: flex; white-space: nowrap; }
.marquee span { animation: marquee 18s linear infinite; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { position: relative; padding: 25px 24px; border-top: 2px solid var(--orange); background: rgba(255,255,255,.04); }
.process-step b { color: var(--orange-2); font-size: .8rem; }
.process-step h3 { margin: 30px 0 8px; font-size: 1.25rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .9rem; }

.case-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; gap: 14px; }
.case { position: relative; min-height: 290px; padding: 24px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius-md); background: var(--ink-3); }
.case img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; transition: transform .5s ease; }
.case:hover img { transform: scale(1.06); }
.case::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(16,12,24,.96)); }
.case-content { position: relative; z-index: 1; }
.case small { color: var(--orange-2); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.case h3 { margin: 8px 0 0; font-size: 1.36rem; }
.case p { margin: 8px 0 0; color: #d2c8db; font-size: .86rem; }

.cta { position: relative; overflow: hidden; padding: 90px 0; background: var(--orange); color: var(--ink); }
.cta::before { content: ''; position: absolute; right: -110px; top: -170px; width: 450px; height: 450px; border: 1px solid rgba(16,12,24,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(16,12,24,.05), 0 0 0 90px rgba(16,12,24,.04); }
.cta-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(2.2rem, 5vw, 5rem); }
.cta .eyebrow { color: #4f261d; }

.page-hero { padding: 92px 0 86px; background: linear-gradient(135deg, #1d1428, var(--ink)); }
.page-hero h1 { max-width: 850px; margin: 18px 0; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { max-width: 620px; color: #d2c8db; font-size: 1.1rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-panel { padding: 30px; border-radius: var(--radius-md); background: var(--ink-2); }
.detail-panel h3 { margin: 0 0 14px; font-size: 1.45rem; }
.detail-panel p { margin: 0; color: var(--muted); }
.detail-panel ul { margin: 20px 0 0; padding-left: 18px; color: #d7cedd; }
.detail-panel li + li { margin-top: 8px; }
.faq { border-top: 1px solid rgba(16,12,24,.16); }
details { padding: 20px 0; border-bottom: 1px solid rgba(16,12,24,.16); }
summary { cursor: pointer; font-weight: 700; }
details p { max-width: 700px; margin: 14px 0 0; color: #665d6f; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-card { padding: 30px; border-radius: var(--radius-md); background: var(--ink-2); }
.contact-card h3 { margin-top: 0; font-size: 1.7rem; }
.contact-list { display: grid; gap: 16px; margin-top: 24px; }
.contact-list div { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.contact-list small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.contact-list a, .contact-list span { display: block; margin-top: 5px; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #d6cbdc; font-size: .85rem; font-weight: 600; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; color: var(--paper); background: rgba(255,255,255,.06); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--orange-2); box-shadow: 0 0 0 3px rgba(255,104,70,.2); }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 50px 0 25px; border-top: 1px solid var(--line); background: #0c0912; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand img { width: 160px; }
.footer-brand p { max-width: 290px; color: var(--muted); font-size: .88rem; }
.footer-col h3 { margin: 0 0 13px; color: var(--paper); font-size: .83rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-col a { display: block; margin: 8px 0; color: var(--muted); font-size: .88rem; }
.footer-col a:hover { color: var(--orange-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line); color: #817686; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--reveal-delay), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-reveal { opacity: 0; transform: translateY(18px); animation: heroIn .75s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-reveal-1 { animation-delay: .08s; }
.hero-reveal-2 { animation-delay: .16s; }
.hero-reveal-3 { animation-delay: .24s; }
.hero-reveal-4 { animation-delay: .32s; }
.hero-reveal-5 { animation-delay: .4s; }
.hero-card { transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); transition: transform .16s ease-out; }
.orbit { animation: float 5s ease-in-out infinite; }
.stats-section { padding: 58px 0; background: #15101e; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.animated-stat { padding: 18px 22px; border-left: 2px solid var(--orange); background: rgba(255,255,255,.04); }
.animated-stat b { display: block; color: var(--orange-2); font-family: 'Manrope', sans-serif; font-size: 2.8rem; line-height: 1; letter-spacing: -.08em; }
.animated-stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .84rem; }
.stats-note { margin: 22px 0 0; color: #817686; font-size: .76rem; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-120px); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes blink { 0%, 45% { opacity: 1; } 46%, 100% { opacity: 0; } }
@keyframes motionGrid { 0% { transform: perspective(680px) rotateX(58deg) rotateZ(-4deg) scale(1.35) translateY(0); } 100% { transform: perspective(680px) rotateX(58deg) rotateZ(-4deg) scale(1.35) translateY(34px); } }
@keyframes scan { 0%, 18% { transform: translateX(-100%); } 62%, 100% { transform: translateX(100%); } }
@keyframes orbitOne { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(24px, -18px) scale(1.12); } }
@keyframes orbitTwo { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-20px, 24px); } }
@keyframes signalLine { 0%, 100% { opacity: .25; transform: scaleX(.65) rotate(-19deg); } 50% { opacity: 1; transform: scaleX(1) rotate(-19deg); } }
@keyframes signalLineB { 0%, 100% { opacity: .2; transform: scaleX(.65) rotate(24deg); } 50% { opacity: .9; transform: scaleX(1) rotate(24deg); } }
@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 980px) {
  .nav-links { gap: 16px; }
  .phone { display: none; }
  .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 60px; }
  .hero-visual { min-height: 420px; }
  .hero-card { inset-left: 0; }
  .path-grid { grid-template-columns: repeat(3, 1fr); }
  .client-logo-strip { grid-template-columns: repeat(3, minmax(112px, 1fr)); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case:first-child { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .site-header { position: relative; }
  .nav { min-height: 70px; }
  .brand img { width: 136px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 16px 24px; flex-direction: column; align-items: flex-start; background: var(--ink-2); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-actions .btn { display: none; }
  .hero { padding: 52px 0 76px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-visual { min-height: 350px; }
  .hero-card { inset: 0 0 24px 0; }
  .orbit { right: -6px; top: 20px; width: 146px; }
  .hero-mark { width: 92px; height: 92px; font-size: .64rem; }
  .motion-panel { top: 19%; left: 7%; max-width: 158px; padding: 11px 12px; }
  .motion-panel strong { font-size: 1.35rem; }
  .motion-chip { padding: 7px 9px; font-size: .6rem; }
  .motion-chip-a { right: 15%; top: 40%; }
  .motion-chip-b { right: 8%; bottom: 29%; }
  .motion-toggle { top: 14px; left: 14px; min-height: 30px; padding: 0 10px; font-size: .62rem; }
  .hero-card-caption { left: 20px; right: 20px; bottom: 28px; }
  .section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head p { margin-top: 18px; }
  .path-grid, .service-grid, .service-detail-grid, .principles, .process, .case-grid, .form-grid { grid-template-columns: 1fr; }
  .case:first-child { grid-column: auto; }
  .photo-frame, .photo-frame img { min-height: 380px; }
  .cta { padding: 74px 0; }
  .cta-inner { display: block; }
  .cta .btn { margin-top: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .service-focus { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .service-focus-index { font-size: 2.8rem; }
  .client-carousel { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 8px; }
  .carousel-arrow { width: 36px; height: 36px; font-size: 1rem; }
  .client-logo-strip { display: flex; overflow-x: auto; scroll-snap-type: x proximity; padding: 4px 2px 12px; scrollbar-width: thin; }
  .client-logo-button { flex: 0 0 132px; height: 102px; scroll-snap-align: start; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .hero-reveal, .orbit, .marquee span, .typewriter-caret { animation: none !important; opacity: 1; transform: none; }
  .motion-scene * { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
