:root {
  --ink: #101114;
  --ink-2: #17191d;
  --paper: #f2f0e8;
  --white: #fffdf7;
  --muted: #74746f;
  --line: rgba(16,17,20,.14);
  --acid: #c9ff32;
  --orange: #ff6433;
  --blue: #86a8ff;
  --radius: 24px;
  --shell: min(1240px, calc(100vw - 48px));
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.5 var(--sans); overflow-x: hidden; }
body::selection { color: var(--ink); background: var(--acid); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; translate: 0 -150%; padding: 10px 14px; background: var(--acid); border-radius: 8px; font-weight: 800; }
.skip-link:focus { translate: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 16px 0; pointer-events: none; }
.nav-bar { min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: var(--white); background: rgba(16,17,20,.82); box-shadow: 0 12px 45px rgba(0,0,0,.2); backdrop-filter: blur(18px); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; color: var(--acid); font-size: 20px; font-weight: 900; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 14px; letter-spacing: -.025em; }
.brand-copy small { color: rgba(255,255,255,.55); font: 600 12px/1 var(--mono); letter-spacing: .07em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(8px, 1.2vw, 18px); color: rgba(255,255,255,.66); font-size: 12px; font-weight: 650; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: var(--acid); scale: 0 1; transform-origin: right; transition: scale .3s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { scale: 1; transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language { display: flex; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; overflow: hidden; }
.language a { padding: 9px 10px; color: rgba(255,255,255,.58); font: 700 12px/1 var(--mono); }
.language a.active { color: var(--ink); background: var(--acid); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 11px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 800; transition: background .25s, translate .25s; }
.nav-cta:hover { background: var(--acid); translate: 0 -2px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; padding: 180px 0 84px; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 65vw; aspect-ratio: 1; right: -26vw; top: -20vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.025), 0 0 0 18vw rgba(255,255,255,.015); animation: orbit 18s linear infinite; }
.hero::after { content: ""; position: absolute; width: 30vw; height: 60vh; left: 44%; bottom: -34%; background: var(--acid); filter: blur(130px); opacity: .11; animation: breathe 5s ease-in-out infinite alternate; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 7vw; align-items: end; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font: 750 12px/1.3 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.hero h1 { max-width: 900px; margin: 25px 0 30px; font-size: clamp(52px, 6.2vw, 90px); line-height: .92; letter-spacing: -.05em; }
.hero h1 em { color: var(--acid); font-weight: 430; }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.62); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.58; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 10px 12px 10px 20px; border: 1px solid transparent; border-radius: 14px; font-size: 12px; font-weight: 800; transition: translate .25s, background .25s, color .25s, border-color .25s; }
.button svg { width: 38px; height: 38px; padding: 10px; border-radius: 10px; background: var(--acid); color: var(--ink); }
.button.primary { color: var(--ink); background: var(--white); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.22); }
.button:hover { translate: 0 -3px; }
.button.primary:hover { background: var(--acid); }
.button.secondary:hover { border-color: var(--acid); }
.hero-note { margin-top: 18px; color: rgba(255,255,255,.52); font: 600 12px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.signal-card { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.045); backdrop-filter: blur(10px); animation: float 6s ease-in-out infinite; }
.signal-card::before { content: "TUKI"; position: absolute; right: 20px; top: 19px; color: var(--acid); font: 700 12px/1 var(--mono); letter-spacing: .12em; }
.signal-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(201,255,50,.1); animation: pulse 1.8s ease-out infinite; }
.signal-card h2 { margin: 44px 0 9px; font-size: 28px; letter-spacing: -.045em; }
.signal-card p { color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.6; }
.signal-list { display: grid; gap: 10px; margin-top: 26px; }
.signal-list span { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: 13px; }
.signal-list i { color: var(--acid); font: 700 12px/1 var(--mono); font-style: normal; }

.ticker { overflow: hidden; color: var(--ink); background: var(--acid); }
.ticker-track { width: max-content; display: flex; gap: 42px; padding: 17px 0; animation: marquee 24s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 42px; font: 800 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ticker span::after { content: "✦"; }

.section { padding: 145px 0; }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; margin-bottom: 65px; }
.section-head h2 { max-width: 860px; margin: 0; font-size: clamp(40px, 4.5vw, 66px); line-height: 1; letter-spacing: -.045em; }
.section-head p { max-width: 650px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-card { min-height: 560px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.32); transition: background .35s, color .35s, translate .35s, box-shadow .35s; }
.service-card:nth-child(2) { background: var(--ink); color: var(--white); }
.service-card:hover { translate: 0 -8px; box-shadow: 0 24px 65px rgba(16,17,20,.12); }
.service-card:not(:nth-child(2)):hover { background: var(--white); }
.service-label { color: var(--orange); font: 750 12px/1 var(--mono); letter-spacing: .1em; }
.service-glyph { height: 165px; display: grid; place-items: center; margin: 24px 0; }
.service-glyph span { width: 105px; height: 105px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--acid); font-size: 41px; font-weight: 300; animation: spin 14s linear infinite; }
.service-card:nth-child(1) .service-glyph span { color: var(--orange); border-radius: 25%; animation-direction: reverse; }
.service-card:nth-child(3) .service-glyph span { color: var(--blue); }
.service-card:nth-child(4) .service-glyph span { color: var(--orange); border-style: dashed; animation-direction: reverse; }
.service-card h3 { margin: 0 0 18px; font-size: clamp(29px, 3vw, 43px); line-height: .98; letter-spacing: -.055em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-card:nth-child(2) p { color: rgba(255,255,255,.5); }
.service-card ul { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.service-card:nth-child(2) ul { color: rgba(255,255,255,.62); }
.service-card li::before { content: "↳"; margin-right: 8px; color: var(--orange); }
.service-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.service-card:nth-child(2) .service-link { border-color: rgba(255,255,255,.12); }

.keyword-section { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: var(--orange); }
.keyword-section::before { content: ""; position: absolute; inset: -50% auto auto -8%; width: 420px; aspect-ratio: 1; border: 1px solid rgba(16,17,20,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,17,20,.04), 0 0 0 140px rgba(16,17,20,.025); animation: orbit 20s linear infinite; }
.keyword-layout, .search-intent-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.keyword-layout .section-kicker { color: var(--ink); }
.keyword-layout h2, .search-intent h2 { max-width: 650px; margin: 20px 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1; letter-spacing: -.045em; }
.keyword-layout p, .search-intent p { max-width: 680px; line-height: 1.75; }
.keyword-cloud { display: grid; gap: 10px; }
.keyword-cloud a, .keyword-cloud span { --delay: calc(var(--i) * -.7s); min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border: 1px solid currentColor; border-radius: 16px; font-size: clamp(16px, 1.6vw, 21px); font-weight: 760; animation: keyword-drift 5s ease-in-out var(--delay) infinite; }
.keyword-cloud a:nth-child(even), .keyword-cloud span:nth-child(even) { translate: 18px 0; }
.keyword-cloud a:hover { color: var(--ink); background: var(--acid); }

.dark-section { color: var(--white); background: var(--ink); }
.dark-section .section-head p { color: rgba(255,255,255,.48); }
.principles { display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.principle { min-height: 200px; display: grid; grid-template-columns: .65fr 1fr 1fr; align-items: center; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle strong { color: var(--acid); font: 800 12px/1 var(--mono); letter-spacing: .1em; }
.principle h3 { font-size: clamp(28px, 3vw, 46px); line-height: 1; letter-spacing: -.05em; }
.principle p { color: rgba(255,255,255,.5); line-height: 1.65; }

.flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: stretch; }
.flow-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.34); }
.flow-panel.after { color: var(--white); background: var(--ink); }
.flow-panel > strong { color: var(--orange); font: 800 12px/1 var(--mono); letter-spacing: .12em; }
.flow-list { display: grid; gap: 10px; margin-top: 35px; }
.flow-item { display: flex; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.45); }
.after .flow-item { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.flow-item i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.after .flow-item i { background: var(--acid); }
.flow-arrow { align-self: center; color: var(--orange); font-size: 32px; animation: nudge 1.5s ease-in-out infinite; }

.studio-band { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--orange); }
.studio-band::after { content: "S"; position: absolute; right: -2vw; bottom: -16vw; color: rgba(16,17,20,.12); font-size: 52vw; font-weight: 900; line-height: 1; }
.studio-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.studio-poster { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; border: 1px solid rgba(16,17,20,.25); border-radius: 30px; color: var(--ink); background: var(--acid); rotate: -2deg; box-shadow: 25px 30px 0 rgba(16,17,20,.13); }
.studio-poster small { font: 800 12px/1 var(--mono); letter-spacing: .1em; }
.studio-poster strong { font-size: clamp(46px, 5.2vw, 76px); line-height: .88; letter-spacing: -.055em; }
.studio-copy h2 { max-width: 700px; margin: 18px 0 25px; font-size: clamp(40px, 4.5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.studio-copy p { max-width: 620px; color: rgba(16,17,20,.72); font-size: 17px; line-height: 1.7; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 45px; border-top: 1px solid rgba(16,17,20,.25); }
.facts div { display: grid; gap: 8px; padding: 23px 10px 0 0; }
.facts strong { font-size: 22px; }
.facts span { font: 700 12px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }

.contact-section { padding: 140px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy h2 { margin: 20px 0 25px; font-size: clamp(42px, 4.6vw, 66px); line-height: 1; letter-spacing: -.045em; }
.contact-copy p { color: var(--muted); line-height: 1.7; }
.response-card { display: flex; justify-content: space-between; margin-top: 42px; padding: 20px 0; border-block: 1px solid var(--line); color: var(--muted); font: 700 12px/1.3 var(--mono); text-transform: uppercase; }
.response-card strong { color: var(--ink); }
.desktop-contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.desktop-contact-actions a, .desktop-contact-actions button, .mobile-contact-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .25s, border-color .25s, translate .25s; }
.desktop-contact-actions a:hover, .desktop-contact-actions button:hover, .mobile-contact-actions a:hover { border-color: var(--ink); background: var(--acid); translate: 0 -2px; }
.phone-reveal span { display: none; }
.phone-reveal.revealed b { display: none; }
.phone-reveal.revealed span { display: inline; }
.mobile-contact-actions { display: none; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 30px 80px rgba(16,17,20,.08); }
.contact-card fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.contact-card legend, .field > span { display: block; margin-bottom: 12px; color: var(--muted); font: 750 12px/1.2 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.choices { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.choice input { position: absolute; opacity: 0; }
.choice span { min-height: 52px; display: grid; place-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 12px; text-align: center; font-size: 13px; font-weight: 750; cursor: pointer; transition: .25s; }
.choice input:checked + span { border-color: var(--ink); color: var(--ink); background: var(--acid); box-shadow: inset 0 0 0 1px var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: block; margin-bottom: 16px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #faf9f4; transition: border-color .2s, box-shadow .2s; }
.field input { height: 52px; padding: 0 14px; }
.field textarea { min-height: 130px; padding: 14px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(201,255,50,.65); }
.submit { width: 100%; min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 9px 10px 9px 19px; border: 0; border-radius: 14px; color: var(--white); background: var(--ink); font-weight: 800; cursor: pointer; }
.submit span:last-child { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--acid); }
.submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 19px; margin: 14px 2px 0; font-size: 12px; }
.form-status.error { color: #a43718; }
.form-privacy { position: relative; margin: 18px 0 0; padding: 14px 15px 14px 42px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: #f4f2eb; font-size: 12px; line-height: 1.6; }
.form-privacy::before { content: "i"; position: absolute; left: 14px; top: 14px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font: 800 12px/1 var(--mono); }

.faq { border-top: 1px solid var(--line); }
.faq details { position: relative; border-bottom: 1px solid var(--line); transition: margin .25s, padding .25s, border-color .25s, background .25s, box-shadow .25s; }
.faq summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: clamp(18px,2vw,25px); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: rotate .25s; }
.faq details[open] { margin: 10px 0; padding: 0 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 18px 45px rgba(16,17,20,.07); }
.faq details[open] summary { color: var(--ink); }
.faq details[open] summary::after { rotate: 45deg; color: var(--ink); background: var(--acid); border-color: var(--acid); }
.faq p { max-width: 760px; margin: 0 45px 0 0; padding: 0 0 30px; color: var(--muted); line-height: 1.7; }
.faq details[open] p { position: relative; padding: 0 0 28px 19px; }
.faq details[open] p::before { content: ""; position: absolute; inset: 2px auto 29px 0; width: 3px; border-radius: 3px; background: var(--orange); }
.faq-more { width: fit-content; min-height: 54px; display: flex; align-items: center; gap: 18px; margin-top: 34px; padding: 8px 10px 8px 18px; border-radius: 14px; color: var(--white); background: var(--ink); font-size: 13px; font-weight: 800; transition: translate .25s, color .25s; }
.faq-more svg { width: 38px; height: 38px; padding: 10px; border-radius: 10px; color: var(--ink); background: var(--acid); }
.faq-more:hover { color: var(--acid); translate: 0 -3px; }
.faq-page-hero { min-height: 72svh; }
.faq-directory { padding: 34px 0; border-block: 1px solid rgba(16,17,20,.18); background: var(--acid); }
.faq-directory .section-kicker { color: var(--ink); }
.faq-directory nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 22px; }
.faq-directory a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border: 1px solid rgba(16,17,20,.25); border-radius: 15px; background: rgba(255,255,255,.18); font-size: 14px; font-weight: 800; transition: background .25s, translate .25s; }
.faq-directory a span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--white); background: var(--ink); }
.faq-directory a:hover { background: var(--white); translate: 0 -3px; }
.faq-page-content { padding: 70px 0 120px; }
.faq-category { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; padding: 78px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.faq-category-head { position: sticky; top: 125px; align-self: start; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: var(--white); background: var(--ink); box-shadow: 0 22px 60px rgba(16,17,20,.12); }
.faq-category-head::after { content: "?"; position: absolute; right: -16px; bottom: -52px; color: rgba(255,255,255,.035); font-size: 190px; font-weight: 900; line-height: 1; }
.faq-category-head > * { position: relative; z-index: 1; }
.faq-category-head .section-kicker { color: var(--acid); }
.faq-category-head h2 { max-width: 420px; margin: 42px 0 14px; font-size: clamp(36px,4vw,56px); line-height: 1; letter-spacing: -.045em; }
.faq-category-head p { max-width: 360px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.65; }
.faq-large summary { min-height: 80px; font-size: clamp(18px,1.7vw,22px); }
.faq-large p { font-size: 16px; }

.site-footer { position: relative; overflow: hidden; padding: 130px 0 34px; color: var(--white); background: var(--ink); }
.site-footer::after { content: "S"; position: absolute; right: -5vw; bottom: -20vw; color: rgba(255,255,255,.025); font-size: 50vw; font-weight: 900; }
.footer-main { position: relative; z-index: 2; }
.footer-main h2 { max-width: 900px; margin: 20px 0 28px; font-size: clamp(44px,5.5vw,80px); line-height: .96; letter-spacing: -.05em; }
.footer-main p { max-width: 650px; color: rgba(255,255,255,.5); line-height: 1.7; }
.footer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 35px; }
.footer-link { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; transition: .25s; }
.footer-link:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.footer-link.review::before { content: "★"; color: #fbbc04; }
.footer-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 28px; margin-top: 90px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font: 600 12px/1.5 var(--mono); }
.footer-meta nav { display: flex; flex-wrap: wrap; gap: 18px; }

.page-hero { position: relative; min-height: 76svh; display: grid; align-items: end; overflow: hidden; padding: 180px 0 80px; color: var(--white); background: var(--ink); }
.page-hero h1 { max-width: 840px; margin: 23px 0 28px; font-size: clamp(50px,6.2vw,88px); line-height: .92; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--acid); font-weight: 430; }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.56); font-size: 19px; line-height: 1.65; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 7vw; align-items: end; }
.page-support { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.page-support::before { content: ""; position: absolute; width: 190px; aspect-ratio: 1; right: -55px; top: -65px; border: 1px solid rgba(201,255,50,.3); border-radius: 50%; box-shadow: 0 0 0 35px rgba(201,255,50,.035), 0 0 0 70px rgba(201,255,50,.02); animation: orbit 16s linear infinite; }
.page-support > * { position: relative; z-index: 1; }
.page-support-kicker { color: var(--acid); font: 750 12px/1 var(--mono); letter-spacing: .1em; }
.page-support > strong { max-width: 240px; margin: 60px 0 30px; font-size: clamp(34px,3vw,46px); line-height: 1; letter-spacing: -.045em; }
.page-support > div:not(.motion-scan) { display: grid; }
.page-support p { display: flex; align-items: center; gap: 11px; margin: 0; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 14px; }
.page-support p i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px rgba(201,255,50,.5); }
.motion-scan { position: absolute; inset: -20% 0 auto; height: 35%; background: linear-gradient(transparent, rgba(201,255,50,.12), transparent); animation: scan 4.2s ease-in-out infinite; }
.search-intent { padding: 110px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.search-intent h2 { color: var(--ink); }
.search-intent p { color: var(--muted); font-size: 17px; }
.service-keywords span { color: var(--ink); background: var(--paper); }
.outcomes { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.outcome { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.2)); box-shadow: inset 0 1px rgba(255,255,255,.75); }
.outcome i { display: block; width: 18px; height: 18px; margin-bottom: 55px; border: 3px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,100,51,.08); }
.outcome h3 { font-size: 31px; letter-spacing: -.045em; }
.outcome p { color: var(--muted); line-height: 1.65; }
.support-strip { overflow: hidden; padding: 24px 0; color: var(--ink); background: var(--acid); }
.support-strip-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(16,17,20,.18); border-radius: 18px; background: rgba(16,17,20,.18); }
.support-strip span { min-height: 82px; display: grid; place-items: center; padding: 18px; text-align: center; background: var(--acid); font-size: clamp(16px,1.6vw,21px); font-weight: 800; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fit-card { padding: 32px; border-radius: 24px; color: var(--white); background: var(--ink); }
.fit-card.no { color: var(--ink); background: var(--orange); }
.fit-card h3 { font-size: 38px; letter-spacing: -.05em; }
.fit-card ul { display: grid; gap: 15px; padding: 0; list-style: none; }
.fit-card li { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); }
.fit-card.no li { border-color: rgba(16,17,20,.2); }
.section-head.compact { grid-template-columns: .55fr 1.45fr; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-card { position: relative; min-height: 280px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.35); transition: translate .3s, background .3s; }
.related-card::after { content: ""; position: absolute; width: 120px; height: 220%; top: -70%; left: -80%; rotate: 18deg; background: rgba(255,255,255,.7); filter: blur(25px); transition: left .7s ease; }
.related-card:hover { translate: 0 -6px; background: var(--white); }
.related-card:hover::after { left: 130%; }
.related-card > * { position: relative; z-index: 1; }
.related-card span { color: var(--orange); font: 750 12px/1 var(--mono); letter-spacing: .1em; }
.related-card strong { margin: 45px 0 14px; font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.related-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.related-card i { margin-top: auto; color: var(--orange); font-size: 24px; font-style: normal; }

.blog-hero { padding-bottom: 55px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.post-card { min-height: 390px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.38); transition: translate .3s, background .3s; }
.post-card:hover { translate: 0 -6px; background: var(--white); }
.post-image { height: 180px; margin: -12px -12px 24px; overflow: hidden; border-radius: 15px; background: var(--ink); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: scale .5s; }
.post-card:hover img { scale: 1.04; }
.post-meta { display: flex; justify-content: space-between; color: var(--orange); font: 700 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { margin: 24px 0 14px; font-size: 28px; line-height: 1.04; letter-spacing: -.045em; }
.post-card p { color: var(--muted); line-height: 1.6; }
.post-card strong { margin-top: auto; padding-top: 22px; font-size: 13px; }
.empty-state { grid-column: 1/-1; padding: 60px; border: 1px dashed var(--line); border-radius: 22px; text-align: center; color: var(--muted); }
.article { width: min(900px, calc(100vw - 48px)); margin: 0 auto; padding: 190px 0 120px; }
.article > a { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.35); font-size: 13px; font-weight: 800; transition: background .25s, translate .25s; }
.article > a:hover { background: var(--acid); translate: -3px 0; }
.article h1 { margin: 25px 0 25px; font-size: clamp(46px,5.6vw,78px); line-height: .96; letter-spacing: -.05em; }
.article-lead { color: var(--muted); font-size: 20px; line-height: 1.6; }
.article-image { width: 100%; max-height: 560px; margin: 45px 0; border-radius: 25px; object-fit: cover; }
.article-body { font-size: 18px; line-height: 1.82; }
.article-body h2 { margin-top: 55px; font-size: 36px; line-height: 1.05; letter-spacing: -.045em; }
.article-body p { margin: 0 0 24px; }

.privacy { width: min(930px, calc(100vw - 48px)); margin: 0 auto; padding: 190px 0 120px; }
.privacy h1 { font-size: clamp(48px,6vw,80px); line-height: .94; letter-spacing: -.05em; }
.privacy section { display: grid; grid-template-columns: .55fr 1fr; gap: 45px; padding: 35px 0; border-top: 1px solid var(--line); }
.privacy p { color: var(--muted); line-height: 1.75; }

.chat { position: fixed; z-index: 90; right: 18px; bottom: 18px; }
.chat summary { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 15px; color: var(--white); background: var(--ink); box-shadow: 0 15px 50px rgba(0,0,0,.25); list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.chat summary::before { content: "✦"; color: var(--acid); }
.chat[open] summary { display: none; }
.chat-panel { width: min(370px, calc(100vw - 28px)); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; color: var(--white); background: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.chat-head { display: flex; justify-content: space-between; padding: 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
.chat-head button { border: 0; color: rgba(255,255,255,.6); background: transparent; cursor: pointer; }
.chat-messages { max-height: 330px; overflow: auto; display: grid; gap: 10px; padding: 16px; }
.chat-message { max-width: 88%; padding: 11px 13px; border-radius: 13px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.07); font-size: 12px; line-height: 1.55; }
.chat-message.user { justify-self: end; color: var(--ink); background: var(--acid); }
.chat-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.chat-form input { min-width: 0; flex: 1; height: 43px; padding: 0 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; outline: 0; color: var(--white); background: rgba(255,255,255,.06); }
.chat-form button { width: 43px; border: 0; border-radius: 10px; background: var(--acid); cursor: pointer; }

.manager { min-height: 100vh; padding: 40px 0 100px; color: #f4f2ea; background: #101216; }
.manager-shell { width: min(1240px, calc(100vw - 36px)); margin: auto; }
.manager-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid #30343a; }
.manager-top a { color: #c9ff32; font: 800 12px/1 var(--mono); }
.manager-login { width: min(520px,100%); margin: 90px auto; padding: 35px; border: 1px solid #30343a; border-radius: 22px; background: #171a1f; }
.manager h1 { font-size: clamp(42px,5.5vw,68px); line-height: .94; letter-spacing: -.05em; }
.manager input, .manager textarea, .manager select { width: 100%; padding: 12px; border: 1px solid #3b4048; border-radius: 10px; outline: 0; color: #f4f2ea; background: #111419; }
.manager textarea { min-height: 130px; resize: vertical; }
.manager label { display: grid; gap: 8px; color: #aeb3ba; font: 700 12px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.manager button { min-height: 44px; padding: 0 15px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }
.manager .primary { color: #101216; background: #c9ff32; }
.manager .danger { color: white; background: #9b331e; }
.manager-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; margin-top: 30px; }
.post-list { display: grid; gap: 9px; align-content: start; }
.post-list button { display: grid; gap: 5px; text-align: left; color: #f4f2ea; background: #1a1e24; }
.post-list small { color: #858b94; }
.editor { display: grid; gap: 14px; padding: 24px; border: 1px solid #30343a; border-radius: 20px; background: #171a1f; }
.editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.editor-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.manager-status { min-height: 20px; color: #c9ff32; font-size: 12px; }
.log-table { width: 100%; margin-top: 25px; border-collapse: collapse; font-size: 12px; }
.log-table th, .log-table td { padding: 13px 10px; border-bottom: 1px solid #30343a; text-align: left; vertical-align: top; }
.log-table th { color: #9298a1; font: 700 12px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.log-table td { color: #d8d9d5; }

.reveal { animation: reveal .8s both; }
@supports (animation-timeline: view()) {
  .reveal { animation-name: reveal-view; animation-timing-function: linear; animation-timeline: view(); animation-range: entry 8% cover 34%; }
}
@keyframes reveal { from { opacity: 0; translate: 0 30px; } to { opacity: 1; translate: 0; } }
@keyframes reveal-view { from { opacity: 0; translate: 0 45px; scale: .98; } to { opacity: 1; translate: 0; scale: 1; } }
@keyframes orbit { to { rotate: 360deg; } }
@keyframes breathe { to { opacity: .18; translate: 0 -8%; } }
@keyframes float { 50% { translate: 0 -10px; } }
@keyframes pulse { 80%,100% { box-shadow: 0 0 0 20px rgba(201,255,50,0); } }
@keyframes marquee { to { translate: -50% 0; } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes nudge { 50% { translate: 8px 0; } }
@keyframes keyword-drift { 50% { translate: 10px -4px; } }
@keyframes scan { 0%, 100% { translate: 0 -70%; opacity: 0; } 35%, 65% { opacity: 1; } 50% { translate: 0 330%; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-bar { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; list-style: none; cursor: pointer; }
  .mobile-menu summary::before { content: "☰"; }
  .mobile-menu[open] summary::before { content: "×"; font-size: 22px; }
  .mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(280px, calc(100vw - 30px)); display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
  .mobile-menu nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.75); font-size: 13px; }
  .hero-grid, .section-head, .contact-grid, .studio-grid, .keyword-layout, .search-intent-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero h1 { font-size: clamp(50px,9vw,72px); }
  .signal-card { max-width: 480px; margin-top: 35px; }
  .services-grid, .outcomes, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 480px; }
  .principle { grid-template-columns: 1fr; gap: 10px; padding: 35px 0; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { justify-self: center; rotate: 90deg; }
  .studio-poster { min-height: 420px; }
  .contact-copy { position: static; }
  .fit-grid, .manager-grid { grid-template-columns: 1fr; }
  .page-support { min-height: 290px; margin-top: 35px; }
  .related-grid { grid-template-columns: 1fr; }
  .faq-directory nav { grid-template-columns: repeat(2,1fr); }
  .faq-category { grid-template-columns: 1fr; gap: 28px; }
  .faq-category-head { position: static; }
  .footer-meta { flex-direction: column; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 22px); --radius: 19px; }
  .site-header { padding: 8px 0; }
  .nav-bar { min-height: 60px; padding: 8px 9px 8px 12px; border-radius: 15px; }
  .brand-copy { display: none; }
  .language a { padding: 8px; }
  .hero { min-height: auto; padding: 130px 0 60px; }
  .hero h1 { margin-top: 20px; font-size: clamp(46px,12vw,62px); }
  .hero-lead { font-size: 17px; }
  .button { width: 100%; }
  .section { padding: 92px 0; }
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(36px,10vw,46px); }
  .service-card { min-height: 430px; padding: 22px; }
  .service-glyph { height: 125px; }
  .studio-band { padding: 90px 0; }
  .studio-poster { min-height: 340px; padding: 24px; box-shadow: 12px 15px 0 rgba(16,17,20,.13); }
  .facts, .choices, .field-grid, .editor-grid { grid-template-columns: 1fr; }
  .contact-section { padding: 92px 0; }
  .contact-card { padding: 18px; border-radius: 20px; }
  .desktop-contact-actions { display: none; }
  .mobile-contact-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 22px; }
  .mobile-contact-actions a { min-height: 54px; padding: 7px; text-align: center; font-size: 12px; }
  .site-footer { padding-top: 90px; }
  .page-hero { min-height: 64svh; padding: 145px 0 60px; }
  .page-hero h1 { font-size: clamp(44px,11.5vw,62px); }
  .keyword-section, .search-intent { padding: 82px 0; }
  .keyword-layout h2, .search-intent h2 { font-size: clamp(34px,9vw,44px); }
  .keyword-cloud a:nth-child(even), .keyword-cloud span:nth-child(even) { translate: 0; }
  .page-support { min-height: 270px; }
  .outcome { min-height: 220px; }
  .support-strip-grid { grid-template-columns: 1fr; }
  .faq-directory nav { grid-template-columns: 1fr; }
  .faq-directory a { min-height: 60px; }
  .faq-page-content { padding-top: 35px; }
  .faq-category { padding: 58px 0; }
  .faq-category-head { padding: 24px; }
  .faq-category-head h2 { margin-top: 34px; font-size: clamp(34px,9vw,44px); }
  .faq details[open] { padding: 0 15px; }
  .faq details[open] p { margin-right: 0; }
  .privacy section { grid-template-columns: 1fr; gap: 5px; }
  .article, .privacy { width: calc(100vw - 28px); }
  .chat { right: 8px; bottom: 8px; }
  .log-table { display: block; overflow-x: auto; white-space: nowrap; }
}

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