:root {
  color-scheme: dark;
  --ultra-bg: #02030a;
  --ultra-blue: #008cff;
  --ultra-cyan: #00c8ff;
  --ultra-violet: #7a3cff;
  --ultra-purple: #b020ff;
  --ultra-magenta: #ff20d0;
  --night: var(--ultra-bg);
  --text: #f5f5ff;
  --muted: #b5b5d1;
  --subtle: #9b9cb9;
  --violet: var(--ultra-violet);
  --magenta: var(--ultra-magenta);
  --blue: var(--ultra-blue);
  --cyan: var(--ultra-cyan);
  --glass-fill: rgba(8, 10, 28, .36);
  --glass-blur: 22px;
  --glass-saturation: 140%;
  --glass-border: rgba(255, 255, 255, .12);
  --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, .13);
  --glass-shadow: 0 12px 36px rgba(0, 0, 12, .18);
  --glass-glow: 0 12px 34px rgba(122, 60, 255, .12);
  --transition-glass: 380ms cubic-bezier(.2, .7, .3, 1);
  --line: rgba(182, 176, 249, .18);
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1220px;
  --ease: cubic-bezier(.2, .7, .3, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; background: var(--night); color: var(--text); font: 400 1rem/1.7 var(--body); -webkit-font-smoothing: antialiased; isolation: isolate; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; text-wrap: balance; }
img { display: block; max-width: 100%; }
svg { display: block; }
::selection { background: #7c3aff9e; color: #fff; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.wrap { width: min(var(--max), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.icon-library { width: 0; height: 0; position: absolute; overflow: hidden; }
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.skip-link { position: fixed; top: .6rem; left: 1rem; z-index: 100; padding: .6rem 1rem; border-radius: .5rem; background: var(--cyan); color: var(--night); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.gradient-text { color: #c5a8ff; background: linear-gradient(105deg, #60e9f6 4%, #8e87ff 42%, #c36df7 72%, #ed8ae8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: #b1a7ee; font-size: .875rem; font-weight: 600; letter-spacing: .08em; }
.glass { position: relative; border: 1px solid rgba(184, 181, 239, .2); background: linear-gradient(130deg, rgba(156, 172, 255, .12), rgba(15, 15, 43, .38) 40%, rgba(52, 26, 88, .26)); box-shadow: inset 0 1px 0 rgba(246, 241, 255, .14), 0 16px 50px rgba(0, 0, 18, .18); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.glass::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none; background: linear-gradient(135deg, #d3d7ff99, #45d5ff55 15%, #a796ff10 42%, #a674f377 87%, #d6b4ff70); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.35rem; padding: .85rem 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 700; line-height: 1.3; color: #fff; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s, background .25s; }
.button .icon { width: 1.1rem; height: 1.1rem; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(105deg, #236de7 -20%, var(--violet) 48%, var(--magenta) 110%); box-shadow: inset 0 1px 0 #ffffff44, 0 5px 28px #8235ff33; border-color: #c998ff40; }
.button-primary:hover { box-shadow: inset 0 1px 0 #ffffff55, 0 8px 35px #8235ff66; }
.button-secondary { border-color: #adabd43d; background: #12122d55; backdrop-filter: blur(12px); }
.button-secondary:hover { border-color: #beb5f999; background: #8a7aff17; }
.button-small { min-height: 2.65rem; padding: .6rem 1.1rem; font-size: .875rem; }
.button-header { background: #d5d0ff0b; border-color: #b3a9f333; }
.button-header:hover { border-color: #c3b8ff99; background: #a396ff20; }

/* A floating glass navigation leaves the atmosphere visible behind it. */
.site-header { position: sticky; top: 1rem; z-index: 30; margin-top: 1rem; }
.header-shell { max-width: 1280px; border-radius: 999px; background-color: rgba(9, 8, 29, .62); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.5rem; padding: .65rem 1.15rem .65rem 1.8rem; }
.brand { display: block; position: relative; flex: 0 0 auto; width: 9rem; aspect-ratio: 920 / 430; overflow: hidden; }
/* Frame the transparent margins without modifying the supplied logo pixels. */
.brand img { position: absolute; width: calc(1080 / 920 * 100%); max-width: none; height: auto; left: calc(-80 / 920 * 100%); top: calc(-460 / 430 * 100%); }
.header-actions, .social-links { display: flex; align-items: center; }
.header-actions { gap: .9rem; }
.social-links { gap: .35rem; }
.social-link { display: grid; place-items: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; border: 1px solid #b3a9f32e; border-radius: 50%; color: #c4c4e4; background: #a396ff08; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.social-link:hover { color: #81e8f4; border-color: #81d9f477; background: #578ada1c; transform: translateY(-2px); }
.main-nav { display: flex; gap: 2rem; align-items: center; }
.main-nav a { color: #c5c4db; font-size: .875rem; padding-block: .55rem; transition: color .2s; }
.main-nav a:hover { color: #fff; }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 1px solid #b8b1f433; border-radius: 50%; background: #b3abff0d; color: #fff; place-items: center; }
.mobile-nav { padding: .5rem 1.5rem 1.2rem; }
.mobile-nav a { display: block; padding: .85rem .25rem; border-top: 1px solid var(--line); color: #d8d7ed; }

/* The hero content sits above the continuous artwork in energy/energy.css. */
.hero { position: relative; padding-top: clamp(3.5rem, 5vw, 4.8rem); overflow: clip; }
.hero-copy { text-align: center; position: relative; z-index: 2; }
.hero-eyebrow { padding: .45rem .95rem; border-radius: 999px; border: 1px solid #b298f43d; background: linear-gradient(115deg, #246eaf0d, #8627b618); box-shadow: inset 0 1px 0 #ffffff0d; color: #c9b7f6; letter-spacing: .045em; }
.hero-eyebrow .icon { color: #ba96ff; width: 1rem; height: 1rem; }
.hero h1 { margin: 1.4rem auto 1.1rem; max-width: 1100px; font-size: clamp(3.1rem, 5.4vw, 5.3rem); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 .gradient-text { display: inline-block; padding-bottom: .09em; }
.hero-lead { color: #b4b4cc; font-size: clamp(1rem, 1.3vw, 1.125rem); line-height: 1.8; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin-top: 1.65rem; }
.hero-universe { position: relative; width: min(100%, 1700px); height: clamp(360px, 32vw, 460px); margin: -.4rem auto 0; }
.energy-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; pointer-events: none; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 80%, transparent); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 80%, transparent); }
.universe-center { position: absolute; left: 50%; top: 43%; transform: translate(-50%, -50%); pointer-events: none; }
.universe-logo { position: relative; width: clamp(105px, 13vw, 196px); aspect-ratio: 970 / 1030; overflow: hidden; filter: drop-shadow(0 0 12px #5778f52b); }
.universe-logo img { position: absolute; width: calc(1080 / 970 * 100%); max-width: none; height: auto; left: calc(-70 / 970 * 100%); top: calc(-115 / 1030 * 100%); }
.orbit-links { position: absolute; inset: 0; max-width: 1170px; margin-inline: auto; }
.orbit-node { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .5rem .95rem .5rem .5rem; border-radius: 999px; background-color: #06051a66; font-size: .875rem; font-weight: 500; color: #e9e6fc; transition: transform .25s, box-shadow .25s, border-color .25s; }
.orbit-node:hover { transform: translateY(-4px); border-color: #ab90ff99; box-shadow: 0 0 30px #7936ff33; }
.node-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; color: #67e4fa; background: linear-gradient(145deg, #297cbd38, #1957a80f); border: 1px solid #7fcdf22b; }
.node-led { left: 7%; top: 18%; }.node-link { left: 1%; top: 53%; }.node-5g { left: 15%; top: 82%; }
.node-chat { right: 1%; top: 29%; }.node-saas { right: 5%; top: 69%; }
.node-chat .node-icon, .node-saas .node-icon { color: #dca1fb; background: linear-gradient(145deg, #b64ddd38, #561aab0f); border-color: #d5a3ff33; }
.hero-baseline { display: flex; justify-content: space-between; align-items: center; padding-block: 1rem 1.6rem; border-bottom: 1px solid #a19ad622; gap: 1rem; color: #a3a3c0; font-size: .8125rem; letter-spacing: .02em; }
.hero-baseline a { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid #a79cec33; border-radius: 50%; color: #d3cdf5; }
.hero-baseline a .icon { transform: rotate(90deg); }

.section { padding-block: clamp(5rem, 7.5vw, 7.5rem); position: relative; }
.section-head { margin-bottom: 2.6rem; }
.section-head.centered { text-align: center; margin-inline: auto; max-width: 800px; }
.section h2 { font-size: clamp(2.2rem, 3.7vw, 3.4rem); line-height: 1.15; letter-spacing: -.04em; margin-top: 1rem; }
.section-head > p { margin-top: 1.25rem; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.25rem; }
.service-card { --accent: 73, 212, 247; grid-column: span 2; min-width: 0; display: flex; flex-direction: column; padding: 1.75rem; border-radius: 1.5rem; background: radial-gradient(ellipse at 0 0, rgba(var(--accent), .13), transparent 62%), linear-gradient(140deg, #6a78d41a, #1212276b 65%, #3c225344); box-shadow: inset 0 1px 0 #ffffff18, inset 0 -12px 28px #07041818, 0 18px 44px #02011226; transition: transform .35s var(--ease), background-color .35s, box-shadow .35s; scroll-margin-top: 8rem; }
.service-card::before { background: linear-gradient(135deg, rgba(var(--accent), .9), #d3d9ff6b 13%, #b5abff1a 43%, rgba(var(--accent), .28) 75%, #aaa2ef80); }
.service-card:hover, .service-card:focus-within { transform: translateY(-5px); background-color: rgba(var(--accent), .055); box-shadow: inset 0 1px 0 #ffffff2b, 0 24px 48px #02011255, 0 0 25px rgba(var(--accent), .07); }
.accent-blue { --accent: 107, 151, 255; }.accent-violet { --accent: 162, 116, 255; }.accent-magenta { --accent: 221, 113, 242; }
.service-wide { grid-column: span 3; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.65rem; }
.service-icon { width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid rgba(var(--accent), .3); border-radius: .9rem; background: linear-gradient(135deg, rgba(var(--accent), .25), rgba(var(--accent), .035)); color: rgb(var(--accent)); box-shadow: inset 0 1px 0 #ffffff26, 0 5px 20px rgba(var(--accent), .07); }
.service-icon .icon { width: 1.5rem; height: 1.5rem; }
.card-number { color: #a6a6c0; font-family: var(--display); font-size: .75rem; letter-spacing: .08em; }
.card-category { color: rgb(var(--accent)); font-size: .8125rem; margin-bottom: .5rem; }
.service-card h3 { font-size: clamp(1.35rem, 1.85vw, 1.65rem); line-height: 1.22; letter-spacing: -.035em; margin-bottom: .95rem; text-wrap: initial; }
.service-card > p { color: #bfc0d7; font-size: 1rem; line-height: 1.75; margin-bottom: 1.65rem; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: 1.25rem; border-top: 1px solid #b0a8e51f; }
.service-tag { font-size: .8125rem; color: #aaaac6; }
.card-link { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; color: rgb(var(--accent)); border: 1px solid rgba(var(--accent), .25); background: rgba(var(--accent), .055); flex: 0 0 auto; transition: background .25s; }
.card-link:hover { background: rgba(var(--accent), .2); }

.method-section { padding-top: 3rem; padding-bottom: 6rem; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 9vw, 9rem); }
.method-grid .section-head { margin: 0; }
.method-grid .section-head > p { max-width: 27rem; }
.method-list { list-style: none; margin: 0; padding: 0; }
.method-list li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1.15rem; padding: 1.6rem 0; position: relative; }
.method-list li:not(:last-child)::after { content: ""; position: absolute; top: 4.65rem; bottom: -1.55rem; left: 1.5rem; width: 1px; background: linear-gradient(#8f68dd66, #8f68dd22); }
.step-number { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid #a19be450; background: linear-gradient(135deg, #567bf01f, #8241c216); border-radius: 50%; color: #c2b4ff; font: 500 .875rem/1 var(--display); box-shadow: inset 0 1px 0 #d4caff1f; }
.method-list h3 { font-size: 1.125rem; line-height: 1.35; margin: .15rem 0 .5rem; }
.method-list p { color: var(--muted); font-size: 1rem; line-height: 1.7; }

.contact-section { padding-top: 2rem; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding: clamp(1.5rem, 4vw, 3.5rem); border-radius: 2rem; background: radial-gradient(ellipse at 0 0, #583b8f26, transparent 58%), linear-gradient(130deg, #55578517, #13122d66 65%); }
.contact-copy { padding-top: 1rem; }
.contact-copy h2 { font-size: clamp(2.1rem, 3.2vw, 3rem); line-height: 1.16; }
.contact-copy > p { max-width: 29rem; color: var(--muted); margin-top: 1.6rem; line-height: 1.8; }
.contact-detail { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; color: #c1b4de; font-size: .875rem; }
.contact-detail .icon { width: 1.6rem; height: 1.6rem; color: #c493fb; }
.briefing-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1.1rem; min-width: 0; padding: 1.6rem; border: 1px solid #b5aef024; border-radius: 1.25rem; background: linear-gradient(120deg, #c5baff06, #09092336); box-shadow: inset 0 1px 0 #ffffff08; }
.form-heading { grid-column: 1 / -1; margin-bottom: .5rem; }
.form-heading h3 { font-size: 1.25rem; line-height: 1.4; }
.form-heading > span { font-size: .875rem; color: var(--subtle); }
.field { display: flex; flex-direction: column; gap: .5rem; min-width: 0; }
.field-wide, .form-footer { grid-column: 1 / -1; }
.field label, .briefing-result label { font-size: .875rem; color: #d0cee3; line-height: 1.5; }
.field label span { color: #a4a1ba; font-size: .8125rem; }
.field input, .field select, .field textarea, .briefing-result textarea { width: 100%; min-width: 0; min-height: 3rem; border: 1px solid #b3abdc38; border-radius: .65rem; background: #08081c5c; color: #f0edff; padding: .8rem .85rem; font-size: 1rem; line-height: 1.45; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder, .field textarea::placeholder { color: #9693b0; }
.field select { padding-right: 1.8rem; }
.field select option { background: #16132c; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: #9b8af3; box-shadow: 0 0 0 3px #7c3aff1f; }
.form-footer .button { width: 100%; }
.form-footer > p { margin-top: .85rem; color: #aaa7c0; text-align: center; font-size: .75rem; line-height: 1.6; }
.briefing-result { display: grid; gap: .8rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.briefing-result textarea { resize: vertical; min-height: 10rem; }
.briefing-result p { color: #b8e8f3; font-size: .875rem; }
.briefing-result p:empty { display: none; }

.site-footer { padding: 0 0 2.5rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding-top: 2rem; border-top: 1px solid #aaa1ed24; }
.footer-inner .brand { width: 9.75rem; }
.footer-inner p, .footer-inner > span { color: var(--subtle); font-size: .8125rem; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s var(--ease); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (min-width: 1700px) { .energy-art { object-fit: contain; } }
@media (max-width: 1100px) {
  .main-nav { gap: 1.25rem; }
  .button-header { display: none; }
  .service-card { padding: 1.4rem; }
  .node-led { left: 4%; }.node-link { left: 2%; }.node-5g { left: 12%; }
  .node-chat { right: 2%; }.node-saas { right: 3%; }
  .contact-panel { gap: 2rem; }
  .briefing-form { padding: 1.15rem; grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 6.5rem; }
  .site-header { top: .65rem; margin-top: .65rem; }
  .header-shell { border-radius: 2rem; }
  .header-row { min-height: 4rem; padding: .55rem .6rem .55rem .8rem; gap: .5rem; }
  .site-header .brand { width: clamp(96px, 28vw, 126px); }
  .header-actions, .site-header .social-links { gap: .25rem; }
  .main-nav, .button-header { display: none; }.menu-toggle { display: grid; }
  .hero { padding-top: 3.75rem; }
  .hero h1 { font-size: clamp(2.8rem, 7.8vw, 4rem); }
  .hero-universe { height: 410px; margin-top: .5rem; }
  .energy-art { width: 120%; max-width: none; left: -10%; }
  .universe-center { top: 45%; }
  .universe-logo { width: 125px; }
  .orbit-node { font-size: .8125rem; padding: .45rem .7rem .45rem .45rem; gap: .45rem; }
  .node-icon { width: 2rem; height: 2rem; }.node-icon .icon { width: 1.05rem; height: 1.05rem; }
  .node-led { left: 6%; top: 8%; }.node-link { left: 3%; top: 47%; }.node-5g { left: 12%; top: 84%; }
  .node-chat { right: 3%; top: 12%; }.node-saas { right: 3%; top: 78%; }
  .hero-baseline { font-size: .75rem; }
  .hero-baseline span { max-width: 13rem; }
  .hero-baseline span:last-child { text-align: right; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-wide { grid-column: span 1; }
  .service-card:last-child { grid-column: 1 / -1; }
  .service-card h3 { font-size: 1.5rem; }
  .method-grid { grid-template-columns: 1fr; gap: 2rem; }
  .method-grid .section-head { max-width: 35rem; }
  .method-grid .section-head > p { max-width: 32rem; }
  .contact-panel { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-copy h2 { font-size: 2.75rem; }
  .briefing-form { grid-template-columns: 1fr 1fr; padding: 1.5rem; }
  .contact-detail { margin-top: 1.5rem; }
}
@media (max-width: 540px) {
  :root { --gutter: 1.2rem; }
  .hero { padding-top: 3.25rem; }
  .hero-eyebrow { font-size: .8125rem; }
  .hero h1 { font-size: clamp(2.45rem, 9.8vw, 3.3rem); letter-spacing: -.055em; margin-top: 1.3rem; line-height: 1.12; }
  .hero-lead { font-size: 1rem; max-width: 25rem; margin-inline: auto; }
  .desktop-break { display: none; }
  .hero-actions { gap: .65rem; margin-top: 1.4rem; }
  .hero-actions .button { font-size: .8125rem; padding-inline: 1rem; min-height: 3.1rem; gap: .5rem; }
  .hero-universe { height: 360px; margin-top: 1rem; }
  .energy-art { width: 150%; left: -25%; }
  .universe-center { top: 46%; }
  .universe-logo { width: 104px; }
  .orbit-node { font-size: .75rem; padding: .35rem .6rem .35rem .35rem; gap: .4rem; }
  .node-led { left: 6%; top: 5%; }.node-link { left: 2%; top: 72%; }.node-5g { left: 34%; top: 89%; }
  .node-chat { right: 2%; top: 19%; }.node-saas { right: 2%; top: 71%; }
  .node-icon { width: 1.7rem; height: 1.7rem; }
  .hero-baseline { padding-block: 1.5rem; gap: .65rem; }
  .hero-baseline span { flex: 1; max-width: 9rem; font-size: .75rem; }
  .hero-baseline a { flex: 0 0 2.5rem; width: 2.5rem; height: 2.5rem; }
  .section { padding-block: 4.5rem; }
  .section h2 { font-size: clamp(2rem, 7.5vw, 2.5rem); }
  .section-head { margin-bottom: 2rem; }
  .section-head > p { font-size: 1rem; }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-card, .service-card:last-child { grid-column: 1; padding: 1.5rem; }
  .service-card > p { margin-bottom: 1.5rem; }
  .card-top { margin-bottom: 1.25rem; }
  .service-card h3 { font-size: 1.5rem; }
  .method-section { padding-top: 1.5rem; padding-bottom: 4rem; }
  .method-list li { grid-template-columns: 2.6rem 1fr; gap: 1rem; }
  .step-number { width: 2.6rem; height: 2.6rem; }
  .method-list li:not(:last-child)::after { left: 1.3rem; top: 4.25rem; }
  .contact-section { padding-top: 1rem; }
  .contact-panel { width: calc(100% - 2 * var(--gutter)); padding: 1.4rem; border-radius: 1.5rem; }
  .contact-copy { padding-top: .25rem; }
  .contact-copy .eyebrow { font-size: .8125rem; }
  .contact-copy h2 { font-size: clamp(1.8rem, 7.5vw, 2.25rem); }
  .contact-copy h2 .gradient-text { overflow-wrap: anywhere; }
  .briefing-form { grid-template-columns: 1fr; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
  .form-heading { margin-bottom: .25rem; }
  .footer-inner { justify-content: center; text-align: center; gap: 1rem; }
  .footer-inner p { width: 100%; }
  .footer-inner .social-links { width: 100%; justify-content: center; }
  .footer-inner > span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background-color: rgba(17, 15, 42, .9); }
}
