:root {
  color-scheme: light;
  --ink: #070a12;
  --ink-soft: #111625;
  --paper: #f4f3ee;
  --paper-warm: #ebe9e1;
  --white: #ffffff;
  --text: #141721;
  --muted: #666b78;
  --line: rgba(20, 23, 33, 0.14);
  --line-dark: rgba(255, 255, 255, 0.14);
  --ice: #80f0ea;
  --blue: #5d76ff;
  --violet: #8d63ff;
  --coral: #ff6b55;
  --gold: #e8c67a;
  --radius-sm: 16px;
  --radius-md: 28px;
  --radius-lg: 44px;
  --page: min(1240px, calc(100% - 64px));
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--text); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ice); color: var(--ink); }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 700; transition: top 180ms ease; }
.skip-link:focus { top: 16px; }
.page-width { width: var(--page); margin-inline: auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-light { background: var(--paper); color: var(--text); }
.section-accent { background: #20264f; color: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; color: var(--white); transition: background 240ms ease, padding 240ms ease, border-color 240ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding: 11px 0; background: rgba(7, 10, 18, 0.86); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-color: var(--line-dark); }
.nav-shell { width: var(--page); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-weight: 600; letter-spacing: -0.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: linear-gradient(145deg, rgba(128,240,234,.2), rgba(141,99,255,.28)); box-shadow: inset 0 1px rgba(255,255,255,.18); }
.brand-mark span { font-size: 19px; font-weight: 800; letter-spacing: -.08em; transform: translateX(-1px); }
.brand-name { font-size: 18px; }
.brand-name strong { color: var(--ice); font-weight: 600; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: rgba(255,255,255,.74); }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; transition: color 180ms ease; }
.primary-nav a:hover { color: var(--white); }
.primary-nav .nav-contact { padding: 0 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; color: var(--white); gap: 9px; }
.nav-contact:hover { background: var(--white); color: var(--ink) !important; }
.menu-toggle { display: none; min-width: 76px; min-height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; background: transparent; color: var(--white); cursor: pointer; align-items: center; justify-content: center; gap: 9px; }
.menu-label { font-size: 13px; font-weight: 700; }
.menu-lines { width: 16px; display: grid; gap: 4px; }
.menu-lines i { display: block; height: 1px; background: currentColor; transition: transform 200ms ease; }

.hero { position: relative; min-height: 820px; padding: 172px 0 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.ambient { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .35; pointer-events: none; animation: ambient-drift 12s ease-in-out infinite alternate; }
.ambient-one { width: 520px; height: 520px; background: #445eff; top: -230px; right: 10%; }
.ambient-two { width: 300px; height: 300px; background: #52d8d4; left: -170px; top: 420px; animation-delay: -5s; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 28px; height: 1px; background: var(--ice); }
.eyebrow-dark { color: var(--muted); }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6.3vw, 102px); line-height: .91; letter-spacing: -.065em; font-weight: 400; }
.hero h1 em, .contact h2 em { color: var(--ice); font-style: italic; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.button { min-height: 54px; padding: 0 23px; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform 220ms var(--ease), background 220ms ease, color 220ms ease, border-color 220ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { background: var(--ice); color: var(--ink); border: 1px solid var(--ice); }
.button-primary:hover { background: #a2fff9; border-color: #a2fff9; }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 46px; color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.hero-visual { position: relative; min-height: 520px; perspective: 1000px; }
.orbit { position: absolute; border: 1px solid rgba(128,240,234,.22); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; right: -80px; top: 10px; }
.orbit-two { width: 330px; height: 330px; right: -10px; top: 80px; border-color: rgba(141,99,255,.35); }
.studio-card { position: absolute; border: 1px solid rgba(255,255,255,.15); background: rgba(19,24,42,.78); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 34px 80px rgba(0,0,0,.36); }
.studio-card-main { width: min(440px, 90%); min-height: 390px; top: 30px; right: 20px; padding: 27px; border-radius: 34px; transform: rotateY(-7deg) rotateX(4deg); overflow: hidden; }
.studio-card-main::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -100px; bottom: -120px; background: var(--violet); filter: blur(45px); opacity: .45; }
.studio-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.studio-topline i { width: 8px; height: 8px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 20px var(--ice); }
.studio-number { margin-top: 28px; font-family: Georgia, serif; font-size: 112px; line-height: .9; color: rgba(255,255,255,.08); letter-spacing: -.08em; }
.studio-copy { position: relative; z-index: 2; margin-top: -15px; display: grid; gap: 5px; font-size: 23px; color: rgba(255,255,255,.55); }
.studio-copy strong { color: var(--white); font-size: 32px; letter-spacing: -.04em; }
.signal-grid { position: absolute; right: 28px; bottom: 28px; width: 78px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; z-index: 2; }
.signal-grid i { aspect-ratio: 1; border-radius: 5px; border: 1px solid rgba(128,240,234,.35); background: rgba(128,240,234,.08); }
.signal-grid i:nth-child(5), .signal-grid i:nth-child(8) { background: var(--ice); box-shadow: 0 0 16px rgba(128,240,234,.5); }
.studio-card-code { left: -22px; bottom: 32px; width: 230px; height: 154px; padding: 22px; border-radius: 24px; transform: rotate(-5deg); }
.code-dot-row { display: flex; gap: 5px; margin-bottom: 24px; }
.code-dot-row i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.3); }
.studio-card-code > span { display: block; height: 5px; margin-top: 10px; border-radius: 4px; background: rgba(255,255,255,.12); }
.studio-card-code > span:nth-child(3) { width: 65%; background: rgba(128,240,234,.45); }
.studio-card-code > span:nth-child(4) { width: 82%; }
.studio-card-code > span:nth-child(5) { width: 48%; background: rgba(141,99,255,.5); }
.studio-card-status { right: -22px; bottom: 38px; min-width: 210px; padding: 16px 20px; border-radius: 20px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; }
.studio-card-status .status-light { grid-row: 1 / span 2; align-self: center; width: 10px; height: 10px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 14px var(--ice); }
.studio-card-status span { color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.studio-card-status strong { margin-top: 2px; font-size: 15px; }
.hero-marquee { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.36); font-size: 10px; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.hero-marquee div { width: max-content; padding: 18px 0; animation: marquee 24s linear infinite; }
.hero-marquee span { margin: 0 28px; color: var(--ice); }

.intro { padding: 145px 0 105px; }
.intro-grid { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.section-index { margin: 9px 0 0; color: #777b84; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.section-index-light { color: rgba(255,255,255,.38); }
.intro h2, .section-heading h2, .process h2, .about h2, .contact h2, .page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.intro h2 { font-size: clamp(48px, 5.2vw, 80px); line-height: 1.02; }
.intro h2 span { color: #777b84; }
.large-copy { max-width: 860px; margin: 40px 0 0; font-size: clamp(20px, 2vw, 28px); line-height: 1.55; color: #414550; }

.services { padding: 40px 0 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(48px, 5vw, 72px); }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.service-card { min-height: 420px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.44); transition: transform 260ms var(--ease), box-shadow 260ms ease, border-color 260ms ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(20,23,33,.3); box-shadow: 0 28px 70px rgba(27,31,45,.08); }
.service-featured { background: var(--ink-soft); color: var(--white); border-color: var(--ink-soft); }
.service-featured:hover { border-color: var(--ink-soft); }
.service-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.service-featured .service-meta { color: rgba(255,255,255,.38); }
.service-meta i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.service-featured .service-meta i { background: var(--ice); box-shadow: 0 0 14px rgba(128,240,234,.8); }
.card-kicker { margin: 0 0 13px; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.service-featured .card-kicker { color: var(--ice); }
.service-card h3 { max-width: 480px; margin: 0; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.1; letter-spacing: -.04em; }
.service-card p:not(.card-kicker) { max-width: 500px; color: var(--muted); line-height: 1.65; }
.service-featured p:not(.card-kicker) { color: rgba(255,255,255,.58); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 11px; }
.service-featured .service-tags span { border-color: var(--line-dark); color: rgba(255,255,255,.5); }

.process { padding: 150px 0; }
.process-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process h2 { margin-top: 28px; font-size: clamp(46px, 4.5vw, 68px); line-height: 1.04; }
.process-intro > p:last-child { color: var(--muted); line-height: 1.7; max-width: 500px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.process-list strong { font-size: 25px; letter-spacing: -.03em; }
.process-list p { margin: 9px 0 0; color: var(--muted); line-height: 1.6; }

.about { padding: 145px 0; position: relative; overflow: hidden; }
.about::after { content: "A"; position: absolute; right: -60px; bottom: -240px; font-family: Georgia, serif; font-size: 700px; line-height: 1; color: rgba(255,255,255,.035); pointer-events: none; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
.about h2 { font-size: clamp(48px, 5vw, 78px); line-height: 1.02; }
.about-copy > p { margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.company-facts { margin-top: 44px; border-top: 1px solid var(--line-dark); }
.company-facts div { padding: 17px 0; border-bottom: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 20px; }
.company-facts span { color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.company-facts strong { font-size: 13px; }

.contact { position: relative; padding: 165px 0; overflow: hidden; }
.contact-orbit { position: absolute; width: 760px; height: 760px; right: -180px; top: -280px; border: 1px solid rgba(128,240,234,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(128,240,234,.025), 0 0 0 160px rgba(141,99,255,.02); }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { font-size: clamp(58px, 7vw, 104px); line-height: .95; }
.contact-inner > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.58); font-size: 18px; line-height: 1.7; }
.contact-email { min-height: 60px; display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.34); font-size: clamp(21px, 3vw, 38px); font-weight: 600; letter-spacing: -.04em; transition: color 180ms ease, border-color 180ms ease; }
.contact-email:hover { color: var(--ice); border-color: var(--ice); }

.site-footer { padding: 74px 0 30px; background: #05070d; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.wordmark-footer { color: var(--white); }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.42); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 11px; }
.footer-links strong { margin-bottom: 7px; color: rgba(255,255,255,.38); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { min-height: 26px; color: rgba(255,255,255,.7); font-size: 13px; transition: color 180ms ease; }
.footer-links a:hover { color: var(--ice); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.34); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

/* Inner pages */
.inner-page { background: var(--paper); }
.inner-page .site-header { background: rgba(7,10,18,.94); border-color: var(--line-dark); }
.page-main { min-height: 70vh; }
.page-hero { padding: 170px 0 82px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; top: -230px; right: 5%; background: var(--blue); filter: blur(80px); opacity: .28; }
.page-hero .page-width { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(54px, 7vw, 92px); line-height: .98; }
.page-hero p:last-child { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.page-content { padding: 84px 0 130px; }
.content-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 90px; align-items: start; }
.content-aside { position: sticky; top: 120px; display: grid; gap: 8px; }
.content-aside a { min-height: 42px; display: flex; align-items: center; padding: 0 13px; border-radius: 10px; color: var(--muted); font-size: 13px; transition: background 180ms ease, color 180ms ease; }
.content-aside a:hover { background: rgba(20,23,33,.06); color: var(--text); }
.legal-copy section + section { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; letter-spacing: -.04em; }
.legal-copy h3 { margin: 28px 0 10px; font-size: 18px; }
.legal-copy p, .legal-copy li { color: #525762; line-height: 1.75; }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: #334bdf; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 22px; border-radius: var(--radius-sm); background: #e8eaf8; color: #313957 !important; }

.support-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.support-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.55); }
.support-card h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; letter-spacing: -.04em; }
.support-card > p { color: var(--muted); line-height: 1.65; }
.support-options { display: grid; gap: 10px; margin-top: 28px; }
.support-option { min-height: 70px; padding: 15px 16px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.support-option > span:first-child { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #e9ebff; color: #3a49bf; font-weight: 800; font-size: 12px; }
.support-option strong { font-size: 13px; }
.support-option small { display: block; margin-top: 3px; color: var(--muted); }
.support-option > i { color: var(--muted); font-style: normal; }
.support-direct { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.support-direct span { display: block; color: var(--muted); font-size: 12px; }
.support-direct a { display: inline-block; margin-top: 7px; color: #334bdf; font-weight: 700; }
.support-form { padding: 36px; border-radius: var(--radius-md); background: var(--ink-soft); color: var(--white); box-shadow: 0 30px 80px rgba(10,14,28,.14); }
.support-form h2 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 400; letter-spacing: -.04em; }
.support-form > p { color: rgba(255,255,255,.52); line-height: 1.6; }
.form-field { margin-top: 22px; }
.form-field label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; }
.form-field label span { color: rgba(255,255,255,.35); font-weight: 400; }
input, textarea, select { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; padding: 13px 15px; background: rgba(255,255,255,.07); color: var(--white); font-size: 16px; outline: none; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
select { color-scheme: dark; }
textarea { min-height: 170px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--ice); box-shadow: 0 0 0 3px rgba(128,240,234,.12); background: rgba(255,255,255,.1); }
.form-submit { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.form-privacy { margin: 14px 0 0 !important; color: rgba(255,255,255,.36) !important; font-size: 11px; }
.form-privacy a { color: rgba(255,255,255,.68); text-decoration: underline; }

.success-panel { max-width: 760px; margin: 0 auto; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius-lg); text-align: center; background: rgba(255,255,255,.52); }
.success-mark { width: 68px; height: 68px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--ice); font-size: 28px; }
.success-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 46px; font-weight: 400; }
.success-panel p { color: var(--muted); line-height: 1.7; }
.success-panel .button { margin-top: 16px; }
.button-dark { background: var(--ink); color: var(--white); border: 1px solid var(--ink); }

/* Moderation */
.moderation-wrap { max-width: 860px; margin: 0 auto; }
.admin-panel { padding: 32px; border-radius: var(--radius-md); background: var(--ink-soft); color: var(--white); }
.admin-panel + .admin-panel { margin-top: 20px; }
.admin-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admin-panel button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 99px; background: var(--ice); color: var(--ink); font-weight: 800; cursor: pointer; }
.admin-panel .small-button { min-height: 40px; }
.report { border-top: 1px solid var(--line-dark); padding: 20px 0; }
.report p { color: rgba(255,255,255,.6); }
#status { color: var(--muted); }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px; background: var(--ink); color: var(--white); text-align: center; }
.not-found strong { display: block; font-family: Georgia, serif; font-size: clamp(110px, 20vw, 240px); font-weight: 400; line-height: .8; color: rgba(255,255,255,.08); }
.not-found h1 { margin: -20px 0 10px; font-family: Georgia, serif; font-size: 46px; font-weight: 400; }
.not-found p { color: rgba(255,255,255,.55); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid var(--ice); outline-offset: 4px; }

@keyframes ambient-drift { to { transform: translate3d(50px, 35px, 0) scale(1.08); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .hero { min-height: auto; padding-bottom: 110px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 840px; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .intro-grid { grid-template-columns: 160px 1fr; gap: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 36px, 720px); }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; padding: 120px 28px 40px; background: rgba(7,10,18,.98); display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 220ms ease; }
  .primary-nav a { min-height: 64px; justify-content: space-between; border-bottom: 1px solid var(--line-dark); font-family: Georgia, serif; font-size: 34px; color: var(--white); }
  .primary-nav .nav-contact { margin-top: 20px; border: 1px solid var(--line-dark); border-radius: 16px; padding: 0 18px; font-family: inherit; font-size: 16px; }
  .menu-open .primary-nav { opacity: 1; visibility: visible; }
  .menu-open .menu-lines i:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-open .menu-lines i:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .hero { padding-top: 145px; }
  .hero h1 { font-size: clamp(54px, 13vw, 84px); }
  .hero-visual { min-height: 460px; }
  .studio-card-main { right: 4%; }
  .studio-card-code { left: 2%; }
  .studio-card-status { right: 0; }
  .intro { padding: 100px 0 80px; }
  .intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }
  .service-card { min-height: 390px; }
  .process { padding: 100px 0; }
  .process-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .about { padding: 100px 0; }
  .contact { padding: 110px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
  .content-layout { grid-template-columns: 1fr; gap: 40px; }
  .content-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .support-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 28px); }
  .site-header { padding: 11px 0; }
  .brand-name { font-size: 16px; }
  .hero { padding-top: 126px; }
  .hero h1 { font-size: clamp(48px, 14.8vw, 70px); line-height: .94; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 390px; }
  .studio-card-main { min-height: 320px; padding: 21px; }
  .studio-number { font-size: 88px; }
  .studio-copy { font-size: 18px; }
  .studio-copy strong { font-size: 25px; }
  .studio-card-code { width: 170px; height: 120px; padding: 16px; bottom: 5px; }
  .studio-card-status { min-width: 165px; right: -5px; bottom: 15px; padding: 13px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 250px; height: 250px; }
  .intro h2, .section-heading h2 { font-size: 45px; }
  .large-copy { font-size: 19px; }
  .services { padding-bottom: 100px; }
  .service-card { min-height: 370px; padding: 25px; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .company-facts div { display: grid; gap: 6px; }
  .contact h2 { font-size: 55px; }
  .contact-email { font-size: 20px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { display: grid; }
  .page-hero { padding: 135px 0 64px; }
  .page-hero h1 { font-size: 52px; }
  .page-content { padding: 60px 0 90px; }
  .content-aside { display: flex; overflow-x: auto; padding-bottom: 5px; }
  .content-aside a { white-space: nowrap; background: rgba(20,23,33,.05); }
  .support-form, .support-card { padding: 24px 20px; }
  .support-option { grid-template-columns: 38px 1fr; }
  .support-option > i { display: none; }
  .success-panel { padding: 38px 20px; }
}

@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-ready [data-reveal] { opacity: 1; transform: none; }
}
