:root {
  color-scheme: dark;
  --space: clamp(24px, 5vw, 80px);
  --background: #030305;
  --paper: #f7f7fa;
  --ink: #111522;
  --muted: #a4a8b8;
  --line: #292a33;
  --cobalt: #5671f5;
  --blue: #a3b3ff;
  --mint: #78e6b4;
  --glass: linear-gradient(135deg, #d2e0ff12, #97abdb04 50%, #ceddff0c), #111827b8;
  --glass-border: #dce5ff2d;
  --glass-shadow: inset 0 1px 0 #ffffff26, 0 16px 48px #00000030;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--background); color: var(--paper); font: 16px/1.55 "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
body::before { content: ""; position: absolute; inset: 0 0 auto; height: 950px; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 83% 58%, #17275b44, transparent 55%); }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
:is(button,a,input,summary):focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
p,h1,h2,h3 { margin: 0; }
h1,h2,h3 { font-weight: 400; }
h1,h2 { letter-spacing: -.04em; line-height: 1.06; text-wrap: balance; }
h2 { font-size: clamp(38px, 4.5vw, 64px); }
h3 { font-size: 24px; letter-spacing: -.025em; line-height: 1.25; }
em { font-family: "Times New Roman", Times, serif; font-weight: 400; letter-spacing: -.035em; }
img,svg { display: block; max-width: 100%; }
.wrap { width: min(100%, 1520px); margin-inline: auto; padding-inline: var(--space); }
.micro,.eyebrow,.service-tags,.tag { font-size: 12px; font-weight: 400; line-height: 1.5; }
.micro { letter-spacing: .025em; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); margin-right: 8px; vertical-align: middle; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 30; transform: translateY(-180%); background: var(--paper); color: var(--ink); padding: 14px 20px; border-radius: 12px; }
.skip-link:focus { transform: translateY(0); }

/* The navigation carries the strongest glass treatment. */
.site-header { position: relative; z-index: 20; display: flex; align-items: center; gap: 32px; width: min(calc(100% - var(--space) * 2), 1360px); padding: 12px 14px 12px 26px; margin: 20px auto 0; min-height: 76px; border: 1px solid var(--glass-border); border-radius: 25px; background: linear-gradient(135deg, #d9e2ff16, #ffffff03 50%, #a4bcff0d), #111520b8; backdrop-filter: blur(28px) saturate(140%); -webkit-backdrop-filter: blur(28px) saturate(140%); box-shadow: var(--glass-shadow); }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: -.035em; font-size: 24px; font-weight: 500; line-height: 1.1; min-height: 44px; }
.brand svg { width: 26px; height: 26px; flex: none; color: var(--cobalt); }
.main-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; margin-right: auto; }
.main-nav a { display: flex; align-items: center; min-height: 44px; padding: 9px 17px; font-size: 14px; color: #c8ccda; border-radius: 14px; transition: background .2s, color .2s; }
.main-nav a:hover,.main-nav a[aria-current] { background: #ebf0ff14; color: #fff; }
.client-link { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 18px; border: 1px solid #e5edff42; border-radius: 16px; min-height: 48px; background: linear-gradient(145deg, #cddcff25, #c6d7ff0c); font-size: 13px; white-space: nowrap; box-shadow: inset 0 1px 0 #ffffff24; transition: background .2s, border-color .2s; }
.client-link:hover { background: #b3caff2b; border-color: #dce5ff6e; }
.client-link span { font-size: 20px; }
.client-link[hidden] { display: inline-flex !important; visibility: hidden; }

/* All art is decorative; text stays on a quiet, high contrast plane. */
.hero { position: relative; isolation: isolate; overflow: clip; padding-top: 38px; }
.hero-topline { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.hero-topline .eyebrow { color: #c6cada; }
.hero-location { color: var(--muted); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; min-height: 640px; padding: 26px 0 32px; gap: 0; }
.hero-copy { position: relative; z-index: 3; min-width: 0; }
.hero h1 { font-size: clamp(40px, 4.8vw, 68px); white-space: nowrap; }
.hero h1 em { color: #e9eafa; }
.hero h1 em::after { content: "."; color: var(--cobalt); font-family: Arial, sans-serif; font-style: normal; }
.hero-description { font-size: 17px; line-height: 1.7; color: #b2b7c9; margin-top: 28px; max-width: 430px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 52px; background: linear-gradient(145deg, #fff, #e4e7f3); color: var(--ink); border: 1px solid #ffffff9c; padding: 13px 22px; border-radius: 16px; font-size: 14px; box-shadow: inset 0 1px 0 #fff, 0 7px 20px #00000024; transition: background .2s, box-shadow .2s; }
.button span { font-size: 22px; line-height: 1; }
.button:hover { background: #fff; box-shadow: inset 0 1px 0 #fff, 0 8px 26px #9aaaff26; }
.button:active { background: #d5dcec; }
.hero .button { margin-top: 30px; }
.hero-aside { display: block; color: var(--muted); margin-top: 28px; font-size: 10px; letter-spacing: .07em; }
.hero-art { position: relative; aspect-ratio: 1; min-width: 0; margin-left: -10px; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; width: 115%; height: 96%; top: -3%; left: -9%; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 70% 75%, #3c5cf14d, transparent 62%); filter: blur(30px); }
.hero-art picture,.portal-symbol picture { display: block; }
.hero-art .astronaut { position: relative; z-index: 2; width: 110%; max-width: none; height: auto; margin: -1% 0 0 -3%; filter: drop-shadow(0 25px 30px #00000028); animation: arrive .85s var(--ease) both; }
.planet { position: absolute; width: 85%; aspect-ratio: 1; right: -3%; top: 22%; border-radius: 50%; z-index: -1; background: radial-gradient(circle at 63% 80%, #030305 25%, #060b1b 60%, #27395e 81%, #779de5 92%, #e0eeff 100%); box-shadow: inset 10px 7px 26px #7c9cf640, 12px 8px 42px #536eed1c; transform: rotate(-30deg); }
.planet::after { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: radial-gradient(ellipse at 65% 72%, #030305 25%, transparent 76%); }
.hero-stars { position: absolute; inset: -20px -1% -20px -10%; z-index: -2; background: radial-gradient(circle at 12% 19%, #c4d7ff 0 1px, transparent 1.4px), radial-gradient(circle at 80% 3%, #c4d7ff 0 1px, transparent 1.4px), radial-gradient(circle at 21% 76%, #8798c9 0 1px, transparent 1.4px), radial-gradient(circle at 97% 66%, #f7f7fa 0 1px, transparent 1.4px), radial-gradient(circle at 54% 96%, #8798c9 0 1px, transparent 1.4px); }
.hero-art .floating-orb { position: absolute; z-index: 1; left: -1%; top: 0; width: 16%; height: auto; filter: blur(.3px); }
.hero-art .floating-cube { position: absolute; z-index: 4; right: -1%; bottom: -1%; width: 22%; height: auto; transform: rotate(-13deg); filter: blur(.2px); }
.hero-foot { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.hero-foot a { display: flex; align-items: center; gap: 32px; min-height: 44px; color: var(--paper); }
.hero-foot a:hover { color: var(--blue); }

.section-label { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.section-label>.micro { color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.intro-section { padding-top: 78px; padding-bottom: 104px; }
.intro-heading,.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: flex-end; margin-top: 48px; }
.intro-heading h2,.section-heading h2 { max-width: 850px; }
.intro-heading h2 em,.section-heading h2 em,.process-grid>h2 em { color: #b8c5ff; }
.intro-heading>p,.section-heading>p { max-width: 300px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; padding: 32px 0; background: var(--glass); border: 1px solid var(--glass-border); border-radius: 26px; box-shadow: var(--glass-shadow); }
.service { padding: 0 30px; border-left: 1px solid var(--line); position: relative; }
.service:first-child { border: 0; }
.service-icon { display: block; width: 42px; height: 42px; color: var(--blue); margin-bottom: 32px; }
.service-number { position: absolute; right: 30px; top: 4px; color: var(--muted); }
.service h3 { font-size: 23px; margin-bottom: 16px; }
.service>p { color: #aeb4c7; font-size: 15px; line-height: 1.75; min-height: 106px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 24px 0 0; }
.service-tags li,.tag { border: 1px solid #7a8cb23d; border-radius: 30px; padding: 5px 9px; letter-spacing: 0; color: #b2bad0; font-size: 11px; }
.work-section { padding-bottom: 106px; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.work-visual { aspect-ratio: 1.3; overflow: hidden; position: relative; padding: 30px; border-radius: 22px; display: flex; flex-direction: column; isolation: isolate; }
.editorial-visual { background: radial-gradient(ellipse at 100% 100%, #3244a655, transparent 65%), #131722; color: var(--paper); border: 1px solid var(--glass-border); }
.catalog-visual { background: #eceef6; color: var(--ink); }
.work-object { position: absolute; z-index: -1; width: 49%; height: auto; right: -8%; top: 29%; transform: rotate(-15deg); }
.catalog-visual .work-object { width: 46%; right: -6%; top: 25%; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 17px; border-bottom: 1px solid #818ba140; font-size: 10px; letter-spacing: .04em; }
.mock-nav strong { font-size: 18px; letter-spacing: -.025em; font-weight: 500; }
.mock-nav span { font-size: 9px; }
.editorial-title { font-size: clamp(44px, 4.8vw, 70px); line-height: 1; letter-spacing: -.04em; margin-top: auto; margin-bottom: auto; padding-block: 30px; position: relative; z-index: 1; }
.editorial-title em { color: #b4c1ff; }
.catalog-visual .editorial-title em { color: #354ac7; }
.mock-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .03em; border-top: 1px solid #818ba140; padding-top: 17px; }
.work-caption { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-top: 24px; }
.work-caption h3 { font-size: 21px; }
.work-caption p { font-size: 14px; color: var(--muted); margin-top: 8px; }
.work-caption .tag { white-space: nowrap; }

.hosting-section { position: relative; background: radial-gradient(ellipse at 95% 30%, #304bba1e, transparent 55%), #090c14; padding: 40px 0 82px; border-block: 1px solid #1d2334; }
.hosting-section .section-label { border: 0; padding-top: 0; }
.hosting-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 70px; align-items: center; margin-top: 64px; }
.hosting-copy h2 { font-size: clamp(40px, 4.3vw, 64px); }
.hosting-copy h2 em { color: #b4c1ff; }
.hosting-copy>p { max-width: 480px; color: var(--muted); margin-top: 28px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 30px; min-height: 48px; margin-top: 26px; border-bottom: 1px solid #8399d5; font-size: 14px; }
.text-link:hover { color: var(--blue); }
.hosting-diagram { position: relative; padding: 26px 30px; border: 1px solid var(--glass-border); border-radius: 26px; background: var(--glass); box-shadow: var(--glass-shadow); }
.diagram-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.diagram-heading strong { font-size: 24px; font-weight: 400; letter-spacing: -.03em; }
.diagram-heading .micro { color: var(--mint); font-size: 11px; white-space: nowrap; }
.diagram-row { display: flex; align-items: baseline; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.diagram-row:last-child { border: 0; padding-bottom: 0; }
.diagram-row>.micro { color: var(--blue); }
.diagram-row strong { display: block; font-size: 18px; font-weight: 400; }
.diagram-row p { font-size: 14px; color: var(--muted); margin-top: 5px; }
.hosting-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; margin-top: 70px; padding-top: 32px; border-top: 1px solid var(--line); }
.hosting-features .micro { color: var(--blue); font-size: 11px; }
.hosting-features h3 { font-size: 23px; margin: 18px 0 14px; }
.hosting-features p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 350px; }
.process-section { padding-top: 96px; padding-bottom: 104px; }
.process-grid { display: grid; grid-template-columns: 1fr 1.06fr; gap: 90px; margin-top: 54px; }
.process-list article { display: flex; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list article:first-child { padding-top: 4px; }
.process-list article>.micro { color: var(--blue); padding-top: 5px; }
.process-list h3 { font-size: 22px; }
.process-list p { color: var(--muted); margin-top: 12px; font-size: 15px; line-height: 1.75; }
.closing-section { padding-bottom: 90px; }
.closing-panel { position: relative; overflow: hidden; isolation: isolate; border-radius: 28px; border: 1px solid #c5d7ff42; background: radial-gradient(ellipse at 98% 108%, #5671f591, transparent 65%), linear-gradient(130deg, #161c32, #080d1e); color: var(--paper); padding: 46px 48px; box-shadow: var(--glass-shadow); }
.closing-panel::before { content: ""; width: 590px; height: 590px; border: 1px solid #b4caff40; border-radius: 50%; position: absolute; right: -230px; top: 50px; z-index: -1; box-shadow: 0 0 0 50px #c0d3ff04, 0 0 0 100px #c0d3ff04; }
.closing-panel .eyebrow { color: #aebde1; }
.closing-panel h2 { position: relative; font-size: clamp(54px, 7.1vw, 96px); margin-top: 28px; max-width: 1150px; }
.closing-panel h2>span { position: absolute; right: 0; top: 0; font-family: Arial,sans-serif; font-weight: 300; color: #a7b9ff; }
.closing-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 38px; }
.closing-bottom>p { font-size: 15px; color: #bfc9e3; }
.site-footer { padding-bottom: 24px; }
.footer-top { border-top: 1px solid var(--line); padding: 32px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.footer-top>p { color: var(--muted); font-size: 14px; margin-left: auto; margin-right: 16%; }
.footer-top-link { font-size: 14px; display: inline-flex; align-items: center; gap: 30px; min-height: 44px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 21px; color: var(--muted); font-size: 12px; }
.footer-bottom>div { display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; margin-top: -12px; }
.footer-bottom a:hover,.footer-top-link:hover { color: var(--blue); }

.page-hero { position: relative; isolation: isolate; padding-top: 76px; padding-bottom: 64px; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; z-index: -1; right: 0; top: 20px; width: 43%; height: 90%; opacity: .5; background: url('/assets/glass-cube.95c0c382443b.webp') no-repeat right center / contain; mask-image: linear-gradient(to right, transparent, #000 95%); }
.page-hero h1 { font-size: clamp(48px, 6.4vw, 88px); margin-top: 28px; max-width: 1000px; }
.page-hero h1 em { color: #bcc8ff; }
.page-hero .lead { max-width: 620px; color: #acb4c9; font-size: 19px; line-height: 1.75; margin-top: 30px; }
.page-content { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding-top: 64px; padding-bottom: 100px; }
.page-sidebar { color: var(--muted); font-size: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; align-self: start; position: sticky; top: 148px; }
.page-sidebar>.micro { margin-bottom: 14px; font-size: 11px; }
.page-sidebar a { min-height: 44px; display: flex; align-items: center; }
.page-sidebar a:hover { color: var(--blue); }
.reading { max-width: 720px; }
.reading h2 { font-size: 32px; letter-spacing: -.03em; line-height: 1.2; margin: 48px 0 22px; scroll-margin-top: 32px; }
.reading>h2:first-child { margin-top: 0; }
.reading p { color: #acb4c9; font-size: 17px; line-height: 1.8; margin: 18px 0; }
.reading ol { padding-left: 24px; color: #acb4c9; font-size: 17px; }
.reading li { padding-left: 6px; margin-bottom: 14px; }
.editorial-note { padding: 8px 28px; margin-block: 32px; background: var(--glass); border: 1px solid var(--glass-border); border-radius: 18px; }
.editorial-note p { color: #dce3f8; }
.faq details { border-bottom: 1px solid var(--line); padding: 8px 0; }
.faq summary { padding: 18px 35px 18px 0; list-style: none; position: relative; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; font-size: 24px; top: 12px; color: var(--blue); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-right: 28px; margin-top: 0; }
.error-page { padding-top: 96px; padding-bottom: 120px; }
.error-page h1 { font-size: clamp(44px, 6.5vw, 96px); margin: 32px 0; }
.error-page em { color: var(--blue); }
.error-page>p:not(.eyebrow) { max-width: 500px; color: var(--muted); margin-bottom: 30px; }

#client-dialog { border: 1px solid #cadbff47; border-radius: 30px; padding: 0; width: min(900px, calc(100% - 40px)); max-height: calc(100dvh - 48px); color: var(--paper); background: linear-gradient(140deg, #d2e0ff12, #6a7fb105 55%, #c5d8ff10), #111725e8; backdrop-filter: blur(32px) saturate(135%); -webkit-backdrop-filter: blur(32px) saturate(135%); box-shadow: inset 0 1px 0 #ffffff33, 0 32px 120px #0009; overflow-y: auto; }
#client-dialog[open] { display: grid; grid-template-columns: .9fr 1.1fr; }
#client-dialog::backdrop { background: #02040cbc; backdrop-filter: blur(12px); }
.dialog-art { background: radial-gradient(ellipse at 75% 55%, #354f9c6b, transparent 68%), #070a11; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; min-height: 650px; overflow: hidden; position: relative; }
.dialog-art>.micro { font-size: 10px; letter-spacing: .06em; color: var(--muted); }
.portal-symbol { width: 290px; max-width: 118%; align-self: center; margin: 10px -25px 0; }
.portal-symbol img { width: 100%; height: auto; }
.dialog-art>p { font-size: 48px; letter-spacing: -.035em; line-height: 1.02; }
.dialog-art>p em { color: #b9c8ff; }
.dialog-art-bottom { color: var(--muted); font-size: 10px; letter-spacing: .08em; margin-top: 28px; }
.dialog-content { padding: 44px 40px 28px; position: relative; min-width: 0; }
.icon-button { display: grid; place-items: center; min-width: 44px; min-height: 44px; background: transparent; border: 0; font-size: 30px; font-weight: 300; }
.dialog-close { position: absolute; top: 10px; right: 10px; border-radius: 50%; }
.dialog-close:hover { background: #cedcff1c; }
.dialog-content .eyebrow { font-size: 11px; margin-bottom: 20px; }
.dialog-content h2 { font-size: 38px; letter-spacing: -.04em; line-height: 1.1; }
.dialog-content>p:not(.eyebrow):not(.access-note) { font-size: 15px; color: #acb4c9; margin-top: 13px; }
.login-fields { margin-top: 28px; }
.login-fields>label,.factor-heading label { font-size: 14px; display: block; margin-bottom: 9px; }
.login-fields input { display: block; width: 100%; min-height: 50px; background: #03060d73; border: 1px solid #69788f; color: var(--paper); padding: 11px 13px; border-radius: 12px; font-size: 16px; }
.login-fields>input { margin-bottom: 18px; }
.login-fields input::placeholder { color: #9da7ba; }
.login-fields input:focus { border-color: var(--blue); }
.password-wrap { position: relative; margin-bottom: 24px; }
.password-wrap input { padding-right: 54px; }
.password-toggle { position: absolute; right: 3px; top: 3px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; color: #aab4cb; border-radius: 9px; }
.password-toggle:hover { background: #cadbff18; }
.password-toggle svg { width: 21px; }
.factor-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.factor-heading label { margin: 0; }
.factor-badge { font-size: 10px; color: #bed0ff; background: #7b9efc14; border: 1px solid #819ffd40; border-radius: 7px; padding: 3px 6px; white-space: nowrap; }
.code-input { font-family: Consolas, monospace; letter-spacing: .25em; }
.login-fields>.code-input { margin-bottom: 8px; }
.field-hint { font-size: 12px; color: #acb4c9; line-height: 1.55; }
.login-button { width: 100%; margin-top: 24px; }
.access-note { display: flex; align-items: center; gap: 9px; font-size: 11px; color: #acb4c9; margin-top: 23px; line-height: 1.55; }
.access-note svg { width: 16px; height: 16px; flex: none; }
@keyframes arrive { from { opacity: .6; transform: translateY(16px) rotate(-2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }

@media (max-width: 1100px) {
  .site-header { gap: 16px; padding-left: 18px; }
  .main-nav { gap: 0; }
  .main-nav a { padding-inline: 12px; }
  .brand { font-size: 22px; }
  .hero-grid { min-height: 570px; }
  .hero-description { font-size: 16px; }
  .hero-aside { font-size: 9px; }
  .intro-heading,.section-heading { align-items: flex-start; gap: 32px; }
  .intro-heading>p,.section-heading>p { max-width: 245px; }
  .service { padding-inline: 22px; }
  .service-number { right: 22px; }
  .service h3 { font-size: 21px; }
  .service>p { min-height: 132px; }
  .work-caption { display: block; }
  .work-caption .tag { display: inline-block; margin-top: 14px; }
  .hosting-grid { gap: 40px; }
  .hosting-diagram { padding: 24px; }
  .process-grid { gap: 50px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 32px; }
  .site-header { margin-top: 12px; width: calc(100% - 28px); display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; min-height: 106px; border-radius: 24px; padding: 10px 14px 6px; }
  .site-header .brand { font-size: 21px; gap: 9px; min-width: 0; }
  .site-header .brand svg { width: 23px; height: 23px; }
  .site-header .brand span { overflow-wrap: anywhere; }
  .site-header .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; width: 100%; border-top: 1px solid #dce5ff14; margin: 4px 0 0; gap: 15px; padding-top: 3px; }
  .site-header .main-nav a { font-size: 13px; min-height: 44px; padding: 7px 18px; }
  .client-link { font-size: 12px; gap: 14px; min-height: 44px; padding: 9px 13px; border-radius: 13px; }
  .hero { padding-top: 30px; }
  .hero-location { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 34px; padding-bottom: 18px; }
  .hero h1 { font-size: clamp(40px, 8.8vw, 64px); }
  .hero-description { max-width: 440px; font-size: 17px; }
  .desktop-break { display: none; }
  .hero-aside { display: none; }
  .hero-art { width: min(100%, 520px); margin: 4px auto 0; }
  .hero-art .astronaut { width: 100%; margin: 0; }
  .hero-art .floating-orb { top: 8%; left: 0; width: 14%; }
  .hero-art .floating-cube { right: -2%; bottom: 0; width: 20%; }
  .planet { width: 79%; right: 0; }
  .hero-foot { font-size: 12px; gap: 24px; }
  .hero-foot>span { max-width: 240px; }
  .hero-foot a { gap: 14px; }
  .intro-section { padding-top: 56px; padding-bottom: 72px; }
  .section-label>.micro { display: none; }
  .intro-heading,.section-heading { display: block; margin-top: 32px; }
  .intro-heading>p,.section-heading>p { max-width: 540px; margin-top: 24px; font-size: 16px; }
  .services-grid { margin-top: 32px; grid-template-columns: 1fr; padding: 0 26px; }
  .service { padding: 28px 0; border: 0; border-top: 1px solid var(--line); }
  .service-icon { width: 38px; height: 38px; margin-bottom: 20px; }
  .service-number { right: 0; top: 30px; }
  .service>p { min-height: 0; max-width: 570px; font-size: 16px; }
  .service h3 { font-size: 24px; }
  .service-tags { margin-top: 18px; }
  .work-section { padding-bottom: 72px; }
  .work-grid { gap: 34px; grid-template-columns: 1fr; margin-top: 32px; }
  .work-visual { aspect-ratio: 1.4; padding: 27px; }
  .editorial-title { font-size: clamp(48px, 8.6vw, 70px); }
  .work-caption { display: flex; }
  .work-caption .tag { margin-top: 0; }
  .hosting-section { padding: 32px 0 64px; }
  .hosting-grid { grid-template-columns: 1fr; margin-top: 38px; gap: 34px; }
  .hosting-copy h2 { font-size: clamp(38px, 6.9vw, 60px); }
  .hosting-copy>p { max-width: 600px; }
  .hosting-features { gap: 28px; margin-top: 42px; }
  .hosting-features h3 { font-size: 19px; }
  .hosting-features p { font-size: 14px; }
  .hosting-features .micro { font-size: 10px; }
  .process-section { padding-top: 64px; padding-bottom: 72px; }
  .process-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 35px; }
  .process-grid>h2 br:nth-child(2) { display: none; }
  .closing-section { padding-bottom: 64px; }
  .closing-panel { padding: 32px; }
  .closing-panel h2 { font-size: clamp(52px, 8vw, 76px); }
  .footer-top>p { margin-right: 0; }
  .footer-bottom { flex-wrap: wrap; gap: 16px 24px; }
  .footer-bottom>div { margin-left: auto; }
  .page-hero { padding-top: 48px; padding-bottom: 44px; }
  .page-hero h1 { font-size: clamp(44px, 7.7vw, 65px); }
  .page-hero .lead { font-size: 18px; }
  .page-hero::after { opacity: .24; width: 50%; }
  .page-content { grid-template-columns: 1fr; padding-top: 32px; gap: 35px; padding-bottom: 64px; }
  .page-sidebar { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 24px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .page-sidebar>.micro { width: 100%; margin: 0; }
  .page-sidebar a { font-size: 13px; }
  .reading h2 { font-size: 28px; scroll-margin-top: 32px; }
  .reading p,.reading ol { font-size: 16px; }
  #client-dialog[open] { grid-template-columns: 1fr; }
  .dialog-art { display: none; }
  #client-dialog { width: min(460px, calc(100% - 28px)); border-radius: 26px; }
  .dialog-content { padding: 40px 28px 26px; }
}
@media (max-width: 480px) {
  :root { --space: 24px; }
  .site-header .brand { font-size: 19px; gap: 7px; }
  .site-header .brand svg { width: 21px; height: 21px; }
  .client-link { font-size: 11px; gap: 8px; padding-inline: 10px; }
  .client-link span { font-size: 18px; }
  .site-header .main-nav { gap: 6px; }
  .hero h1 { font-size: clamp(32px, 9.6vw, 46px); }
  .hero-topline .eyebrow { font-size: 10px; }
  .hero-description { font-size: 16px; margin-top: 22px; max-width: 330px; }
  .hero .button { margin-top: 24px; }
  .hero-art { margin-top: 16px; }
  .hero-foot { gap: 20px; padding-block: 18px; align-items: center; }
  .hero-foot>span { max-width: 154px; }
  .hero-foot a { max-width: 145px; gap: 10px; }
  .intro-heading h2,.section-heading h2,.process-grid>h2 { font-size: 37px; }
  .section-label .eyebrow { font-size: 10px; }
  .work-caption { display: block; }
  .work-caption .tag { margin-top: 12px; }
  .work-visual { padding: 22px; aspect-ratio: 1.08; }
  .editorial-title { font-size: 49px; }
  .mock-nav strong { font-size: 16px; }
  .mock-nav span { font-size: 8px; }
  .mock-bottom { font-size: 8px; }
  .hosting-copy h2 { font-size: 37px; }
  .hosting-diagram { padding: 22px; }
  .diagram-heading strong { font-size: 21px; }
  .diagram-row { gap: 18px; }
  .hosting-features { grid-template-columns: 1fr; gap: 28px; }
  .hosting-features h3 { font-size: 23px; margin-top: 10px; margin-bottom: 10px; }
  .hosting-features p { font-size: 16px; }
  .hosting-features .micro { font-size: 11px; }
  .process-list article { gap: 20px; }
  .process-list h3 { font-size: 21px; }
  .process-list p { font-size: 16px; }
  .closing-panel { padding: 28px 23px; border-radius: 24px; }
  .closing-panel h2 { font-size: 47px; }
  .closing-panel h2>span { display: none; }
  .closing-bottom { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 28px; }
  .closing-bottom .button { width: 100%; }
  .footer-top { flex-wrap: wrap; gap: 20px; }
  .footer-top>p { margin-left: 0; order: 3; width: 100%; }
  .footer-top-link { margin-left: auto; font-size: 13px; gap: 10px; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom>span { display: block; }
  .footer-bottom>div { margin-top: 13px; gap: 24px; }
  .footer-bottom a { margin: 0; }
  .page-hero h1 { font-size: 42px; }
  .page-hero .lead { font-size: 17px; }
  .error-page { padding-top: 64px; padding-bottom: 76px; }
  .error-page h1 { font-size: 44px; }
  .dialog-content { padding: 40px 23px 26px; }
  .dialog-content h2 { font-size: 35px; }
  .factor-heading { flex-wrap: wrap; }
}
@media (max-width: 359px) {
  :root { --space: 18px; }
  .site-header { padding-inline: 10px; gap: 2px 6px; }
  .site-header .brand { font-size: 17px; }
  .site-header .brand svg { width: 19px; }
  .client-link { font-size: 10px; padding-inline: 8px; gap: 4px; }
  .hero-foot { gap: 16px; }
  .hero-foot>span { max-width: 132px; }
  .hero-foot a { max-width: 128px; }
  .intro-heading h2,.section-heading h2,.process-grid>h2,.hosting-copy h2 { font-size: 33px; }
  .closing-panel h2 { font-size: 41px; }
  .work-caption h3 { font-size: 20px; }
  .editorial-title { font-size: 43px; }
  .diagram-heading { flex-wrap: wrap; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header,#client-dialog,.services-grid,.hosting-diagram,.editorial-note { background: #141c2c; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header,#client-dialog { background: #141c2c; }
}
