:root {
  color-scheme: light;
  --ink: #111318;
  --muted: #626a76;
  --line: #e5e8ee;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --accent: #12a87f;
  --accent-dark: #0b755b;
  --blue: #2457d6;
  --shadow: 0 24px 70px rgba(17, 19, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #030508;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.global-canvas {
  height: 100dvh;
  inset: 0;
  min-height: 100vh;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.mobile-motion-layer {
  display: none;
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.mobile-motion-layer::before,
.mobile-motion-layer::after {
  content: "";
  inset: -12%;
  position: absolute;
}

.mobile-motion-layer::before {
  animation: mobileDrift 14s ease-in-out infinite alternate;
  background:
    radial-gradient(42% 46% at 16% 18%, rgba(76, 120, 255, 0.22), transparent 70%),
    radial-gradient(40% 46% at 84% 22%, rgba(169, 96, 255, 0.2), transparent 72%),
    radial-gradient(36% 42% at 52% 90%, rgba(96, 215, 255, 0.14), transparent 74%);
  opacity: 0.72;
}

.mobile-motion-layer::after {
  animation: mobileSpark 10s linear infinite, mobileNetworkSlide 22s ease-in-out infinite alternate;
  background-image:
    radial-gradient(rgba(214, 228, 255, 0.26) 1px, transparent 1.4px),
    radial-gradient(rgba(162, 206, 255, 0.18) 1px, transparent 1.4px),
    linear-gradient(32deg, transparent 0 45.7%, rgba(178, 196, 255, 0.16) 46.1% 46.7%, transparent 47.1%),
    linear-gradient(128deg, transparent 0 47.8%, rgba(148, 111, 255, 0.18) 48.2% 48.8%, transparent 49.2%),
    linear-gradient(76deg, transparent 0 49%, rgba(214, 228, 255, 0.11) 49.3% 49.9%, transparent 50.2%);
  background-position:
    0 0,
    14px 14px,
    0 0,
    18px 10px,
    32px 0;
  background-size:
    26px 26px,
    30px 30px,
    170px 170px,
    210px 210px,
    260px 260px;
  opacity: 0.3;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: transparent;
  border-bottom: 0;
  display: flex;
  height: 72px;
  justify-content: space-between;
  overflow: visible;
  padding: 0 clamp(20px, 5vw, 72px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

main {
  position: relative;
  z-index: 1;
}

main > section,
main > footer {
  position: relative;
}

main > section::before,
main > footer::before {
  display: none;
}

.brand {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  height: 40px;
  width: 40px;
}

.brand-mark svg {
  display: block;
  height: 100%;
  width: 100%;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand > span:last-child {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.header-nav {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: clamp(18px, 4vw, 34px);
  font-size: 0.95rem;
  font-weight: 800;
}

.header-nav a {
  opacity: 0.82;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.header-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.eyebrow {
  color: #9ca3af;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  letter-spacing: 0;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 19, 24, 0.18);
}

.button.primary:hover {
  background: #252a33;
}

.button.secondary {
  background: #ffffff;
  border-color: var(--line);
  color: var(--ink);
}

.aether-hero {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 96px 20px 48px;
  position: relative;
}

.aether-hero::after {
  background: linear-gradient(
    180deg,
    rgba(3, 5, 8, 0) 0%,
    rgba(4, 7, 11, 0.78) 40%,
    rgba(5, 8, 12, 1) 100%
  );
  bottom: -1px;
  content: "";
  height: clamp(150px, 20vw, 300px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

.aether-content {
  color: #ffffff;
  max-width: 760px;
  padding: 24px;
  position: relative;
  text-align: center;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.aether-content::before {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7), transparent 68%);
  content: "";
  filter: blur(10px);
  inset: -36px -52px;
  position: absolute;
  z-index: -1;
}

.hero-badge {
  align-items: center;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 999px;
  color: #e5e7eb;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 650;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px 16px;
  backdrop-filter: blur(12px);
}

.zap-icon {
  border-bottom: 9px solid #c084fc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  height: 0;
  position: relative;
  transform: skewX(-12deg);
  width: 10px;
}

.zap-icon::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 9px solid #c084fc;
  content: "";
  left: 2px;
  position: absolute;
  top: 7px;
}

.aether-title {
  background: linear-gradient(180deg, #ffffff 0%, #9ca3af 100%);
  background-clip: text;
  color: transparent;
  display: grid;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  font-weight: 850;
  gap: 0.02em;
  line-height: 0.86;
  margin-bottom: 24px;
}

.aether-title span {
  display: block;
}

.aether-text {
  color: #9ca3af;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.65;
  margin: 0 auto 40px;
  max-width: 680px;
}

.aether-button {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(255, 255, 255, 0.16);
  color: #000000;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  transition:
    background 200ms ease,
    transform 200ms ease;
}

.aether-button:hover {
  background: #e5e7eb;
  transform: translateY(-2px);
}

.button-arrow {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 10px;
  position: relative;
  transform: rotate(45deg);
  width: 10px;
}

.button-arrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  right: -2px;
  top: 3px;
  transform: rotate(-45deg);
  transform-origin: right center;
  width: 14px;
}

.fade-up {
  animation: fadeUp 0.8s ease-in-out both;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drawGrowthLine {
  to {
    stroke-dashoffset: 0;
  }
}

.about-section {
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(66, 116, 255, 0.06), transparent 70%),
    radial-gradient(120% 110% at 100% 0%, rgba(169, 96, 255, 0.05), transparent 68%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.82) 0%, rgba(5, 8, 12, 0.64) 32%, rgba(5, 8, 12, 0.56) 100%);
  border-block: 0;
  box-shadow: none;
  margin-top: -14px;
  padding: clamp(56px, 8vw, 100px) clamp(20px, 5vw, 72px);
}

.about-section::after {
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.52) 0%, rgba(5, 8, 12, 0) 100%);
  content: "";
  height: clamp(72px, 10vw, 140px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.about-grid {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.about-copy {
  max-width: 920px;
}

.about-section h2 {
  color: #f5f7fb;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.02;
  margin-bottom: 18px;
  max-width: 960px;
}

.about-section p:last-child {
  color: #a0a9b8;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 840px;
}

.about-points {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-points li {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 16px 14px;
}

.about-points h3 {
  color: #eaf0fb;
  font-size: 0.96rem;
  margin: 0 0 6px;
}

.about-points p {
  color: #98a3b4;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.services-grid {
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(66, 116, 255, 0.018), transparent 76%),
    radial-gradient(110% 120% at 100% 0%, rgba(169, 96, 255, 0.014), transparent 78%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.98) 0%, rgba(5, 8, 12, 0.76) 42%, rgba(5, 8, 12, 0.58) 100%);
  border-block: 0;
  box-shadow: none;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -30px;
  padding: clamp(24px, 3vw, 34px) clamp(20px, 5vw, 72px)
    clamp(52px, 7vw, 88px);
  position: relative;
}

.services-grid::before {
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.84) 0%, rgba(5, 8, 12, 0.08) 58%, rgba(5, 8, 12, 0) 100%);
  content: "";
  height: clamp(120px, 17vw, 240px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.service-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 30px clamp(14px, 2vw, 26px);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease,
    box-shadow 200ms ease;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 18px rgba(10, 16, 26, 0.17);
  transform: translateY(-1px);
}

.service-item span {
  color: #9cc4ff;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-item h3 {
  color: #eef3ff;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 8px;
}

.service-item p {
  color: #98a3b4;
  line-height: 1.55;
  margin-bottom: 0;
}

.contact-section {
  align-items: center;
  background:
    radial-gradient(120% 110% at 100% 100%, rgba(76, 120, 255, 0.045), transparent 74%),
    radial-gradient(110% 100% at 0% 0%, rgba(169, 96, 255, 0.032), transparent 76%),
    linear-gradient(180deg, rgba(5, 8, 12, 1) 0%, rgba(5, 8, 12, 0.8) 44%, rgba(5, 8, 12, 0.58) 100%);
  border-top: 0;
  box-shadow: none;
  display: flex;
  gap: clamp(32px, 6vw, 80px);
  justify-content: space-between;
  margin-top: -38px;
  padding: clamp(54px, 7vw, 88px) clamp(20px, 5vw, 72px);
  position: relative;
}

.contact-section::before {
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.9) 0%, rgba(5, 8, 12, 0.14) 62%, rgba(5, 8, 12, 0) 100%);
  content: "";
  height: clamp(150px, 20vw, 280px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-section h2 {
  color: #f5f7fb;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  max-width: 820px;
}

.contact-copy p:last-child {
  color: #a0a9b8;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 20px 0 0;
  max-width: 620px;
}

.site-footer {
  background:
    radial-gradient(120% 110% at 80% 0%, rgba(76, 120, 255, 0.08), transparent 68%),
    radial-gradient(110% 100% at 0% 100%, rgba(169, 96, 255, 0.075), transparent 70%),
    linear-gradient(180deg, rgba(5, 8, 12, 1) 0%, rgba(5, 8, 12, 0.88) 52%, rgba(5, 8, 12, 0.68) 100%);
  border-top: 0;
  display: grid;
  gap: 0;
  margin-top: -46px;
  overflow: hidden;
  padding: 6px clamp(20px, 5vw, 72px) 0;
  position: relative;
}

.site-footer::before {
  background: linear-gradient(180deg, rgba(5, 8, 12, 1) 0%, rgba(5, 8, 12, 0.44) 72%, rgba(5, 8, 12, 0) 100%);
  content: "";
  height: clamp(64px, 9vw, 130px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.footer-visual {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.footer-visual::before {
  animation: footerGlow 14s ease-in-out infinite alternate;
  background:
    radial-gradient(58% 68% at 8% 12%, rgba(64, 116, 255, 0.12), transparent 72%),
    radial-gradient(52% 64% at 95% 0%, rgba(169, 96, 255, 0.12), transparent 70%),
    radial-gradient(70% 70% at 52% 100%, rgba(76, 197, 255, 0.07), transparent 76%);
  content: "";
  inset: 0;
  position: absolute;
}

.footer-visual::after {
  animation: footerDots 18s linear infinite;
  background-image:
    radial-gradient(rgba(219, 234, 254, 0.34) 0.9px, transparent 1px),
    radial-gradient(rgba(147, 197, 253, 0.2) 0.9px, transparent 1px);
  background-position:
    0 0,
    16px 16px;
  background-size:
    26px 26px,
    32px 32px;
  content: "";
  inset: 0;
  opacity: 0.14;
  position: absolute;
}

.footer-orbit {
  border: 1px solid rgba(180, 208, 255, 0.1);
  border-radius: 999px;
  position: absolute;
}

.footer-orbit-a {
  animation: footerOrbitA 18s linear infinite;
  height: 360px;
  right: -120px;
  top: -120px;
  width: 360px;
}

.footer-orbit-b {
  animation: footerOrbitB 22s linear infinite;
  bottom: -140px;
  height: 420px;
  left: -180px;
  width: 420px;
}

.footer-main {
  align-items: start;
  display: flex;
  gap: clamp(32px, 6vw, 90px);
  justify-content: space-between;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(1px);
}

.footer-brand {
  display: grid;
  gap: 12px;
  max-width: 420px;
}

.footer-logo-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.footer-logo {
  display: block;
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.footer-logo-row h2 {
  color: #f0f4ff;
  font-size: 1.1rem;
  margin: 0;
}

.footer-brand p {
  color: #9ca7ba;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
}

.footer-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  transition: transform 300ms ease, border-color 300ms ease, background 300ms ease;
  width: 32px;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  transform: scale(1.2);
}

.footer-social img {
  display: block;
  height: 16px;
  width: 16px;
}

.footer-columns {
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  grid-template-columns: minmax(420px, 1.5fr) minmax(150px, 1fr) minmax(150px, 1fr);
}

.footer-services-list {
  column-gap: 34px;
  columns: 2;
}

.footer-columns h3 {
  color: #eef3ff;
  font-size: 0.92rem;
  margin: 0 0 12px;
}

.footer-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-columns li {
  margin: 0 0 10px;
}

.footer-columns a {
  color: #a4afc0;
  font-size: 0.84rem;
}

.footer-columns a:hover {
  color: #dbe4f7;
}

.footer-bottom-row {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 14px 0 16px;
  position: relative;
  z-index: 2;
}

.footer-bottom {
  color: #95a0b1;
  font-size: 0.72rem;
  margin: 0;
  opacity: 0.76;
  text-align: center;
}

.footer-legal-inline {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-legal-inline a {
  color: #a8b3c5;
  font-size: 0.72rem;
}

.footer-legal-inline a:hover {
  color: #dce5f8;
}

.blog-body {
  background: #f4efe7;
  color: #171513;
  font-family:
    Georgia, "Times New Roman", ui-serif, serif;
}

.blog-body .mobile-motion-layer {
  display: none;
}

.blog-body .global-canvas {
  display: block;
  opacity: 0.84;
}

.blog-body .site-header {
  background: rgba(244, 239, 231, 0.9);
  border-bottom: 1px solid rgba(45, 38, 31, 0.12);
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.blog-body .brand,
.blog-body .header-nav {
  color: #171513;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.blog-body .header-nav a {
  opacity: 0.72;
}

.blog-body .header-nav a:hover {
  opacity: 1;
}

.blog-body .menu-toggle span {
  background: #171513;
}

.blog-body .site-footer {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  margin-top: 0;
  padding-top: clamp(24px, 6vw, 56px);
}

.blog-body .site-footer::before {
  display: none;
}

.blog-body .eyebrow,
.blog-body .blog-card time,
.blog-body .article-meta,
.blog-body .blog-card span,
.blog-body .article-back {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.blog-main {
  background: #f4efe7;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.blog-hero,
.blog-list,
.article-shell {
  padding-inline: clamp(20px, 5vw, 72px);
  position: relative;
}

.blog-hero {
  display: grid;
  min-height: auto;
  padding-bottom: 42px;
  padding-top: 86px;
  place-items: start;
}

.blog-hero h1,
.article-header h1 {
  color: #1f1a15;
  font-size: clamp(2.35rem, 6vw, 4.55rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
}

.blog-hero p,
.article-header p {
  color: #5e554b;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 760px;
}

.blog-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 80px;
}

.blog-card {
  background: #fbf8f1;
  border: 1px solid rgba(45, 38, 31, 0.13);
  border-radius: 8px;
  color: #171513;
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: clamp(18px, 3vw, 30px);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.blog-card:hover {
  background: #fffaf0;
  border-color: rgba(123, 76, 47, 0.28);
  transform: translateY(-3px);
}

.blog-card time,
.article-meta {
  color: #8a6d57;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h2 {
  color: #1f1a15;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.blog-card p {
  color: #62584d;
  line-height: 1.65;
  margin: 0;
}

.blog-card span {
  color: #6d442d;
  font-weight: 800;
}

.article-shell {
  margin: 0 auto;
  max-width: 880px;
  padding-bottom: 92px;
  padding-top: 86px;
}

.article-header {
  margin-bottom: 42px;
}

.article-visual {
  margin: -12px 0 38px;
  position: relative;
}

.article-visual img {
  aspect-ratio: 15 / 8;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(68, 43, 26, 0.14);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-brand-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 26, 21, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(39, 38, 63, 0.14);
  display: flex;
  inset: auto 32px 32px auto;
  justify-content: center;
  min-height: 76px;
  padding: 20px 24px;
  position: absolute;
  width: min(310px, calc(100% - 64px));
}

.article-brand-card img {
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  display: block;
  max-height: 42px;
  object-fit: contain;
  width: 100%;
}

.article-content {
  color: #322b25;
  font-size: 1.08rem;
  line-height: 1.82;
}

.article-content h2 {
  color: #1f1a15;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 42px 0 14px;
}

.article-content p {
  margin: 0 0 20px;
}

.article-content ul {
  margin: 0 0 28px;
  padding-left: 20px;
}

.article-content li {
  margin: 0 0 12px;
}

.article-back {
  color: #6d442d;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 28px;
}

@keyframes footerGlow {
  from {
    opacity: 0.58;
  }
  to {
    opacity: 0.86;
  }
}

@keyframes footerOrbitA {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.06);
  }
}

@keyframes footerOrbitB {
  from {
    transform: rotate(360deg) scale(1);
  }
  to {
    transform: rotate(0deg) scale(1.05);
  }
}

@keyframes footerDots {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-18px);
  }
}

@keyframes mobileDrift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1%, 0) scale(1.05);
  }
}

@keyframes mobileSpark {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-18px);
  }
}

@keyframes mobileNetworkSlide {
  from {
    background-position:
      0 0,
      14px 14px,
      0 0,
      18px 10px,
      32px 0;
  }
  to {
    background-position:
      0 -28px,
      14px -10px,
      34px 18px,
      -16px 38px,
      60px 28px;
  }
}

.modal-backdrop {
  align-items: center;
  background: rgba(17, 19, 24, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  visibility: hidden;
  z-index: 2000;
}

.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.contact-modal {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(17, 19, 24, 0.09);
  transform: translateY(8px) scale(0.985);
  transition: transform 180ms ease;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  max-width: 640px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: clamp(16px, 2.4vw, 24px);
  position: relative;
  width: min(100%, 640px);
}

.modal-backdrop.is-open .contact-modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  align-items: center;
  background: #f4f6f9;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.modal-close:hover {
  background: #e9edf3;
}

.modal-header {
  margin-bottom: 18px;
  padding-right: 46px;
}

.modal-header h2 {
  color: #141a23;
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: #303743;
  font-size: 0.82rem;
  font-weight: 800;
}

.form-field input {
  appearance: none;
  background: #f9fafc;
  border: 1px solid #dbe0e8;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  outline: none;
  padding: 0 14px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  width: 100%;
}

.form-field textarea {
  appearance: none;
  background: #f9fafc;
  border: 1px solid #dbe0e8;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  outline: none;
  min-height: 106px;
  padding: 12px 14px;
  resize: vertical;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  width: 100%;
}

.form-field input::placeholder {
  color: #9098a5;
}

.form-field input:focus,
.form-field textarea:focus {
  background: #ffffff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(18, 168, 127, 0.14);
}

.form-field-full {
  grid-column: 1 / -1;
}

.submit-button {
  grid-column: 1 / -1;
  margin-top: 0;
  min-height: 46px;
  width: 100%;
}

.form-status {
  color: var(--accent-dark);
  font-size: 0.95rem;
  font-weight: 750;
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.35em;
}


@media (max-width: 1100px) {
  .aether-hero {
    padding-top: 88px;
  }

}

@media (max-width: 720px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
    border-bottom: 0;
    left: 0;
    padding-inline: 20px;
    position: fixed;
    right: 0;
    z-index: 1200;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .brand > span:last-child {
    font-size: 0.98rem;
    letter-spacing: 0.03em;
  }

  .header-nav {
    backdrop-filter: blur(24px) saturate(170%);
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    background: rgba(17, 20, 26, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 16px;
    opacity: 0;
    padding: 6px 10px;
    pointer-events: none;
    position: fixed;
    right: 16px;
    top: max(64px, calc(env(safe-area-inset-top) + 58px));
    transform: translate3d(0, -8px, 0) scale(0.985);
    transform-origin: top center;
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
    visibility: hidden;
    z-index: 1210;
  }

  .site-header.menu-open .header-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-copy {
    max-width: none;
  }

  .header-nav a {
    border-radius: 14px;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 13px 12px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }

  .header-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: none;
  }

  .header-nav a + a::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 1px;
    left: 6px;
    position: absolute;
    right: 6px;
    top: -1px;
  }

  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 30px;
    z-index: 1220;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .menu-toggle span {
    background: #f2f6ff;
    border-radius: 999px;
    display: block;
    height: 2px;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    width: 20px;
  }

  .site-header.menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-motion-layer {
    display: block;
    transform: translateZ(0);
    will-change: transform;
  }

  .mobile-motion-layer::after {
    opacity: 0.42;
  }

  .global-canvas {
    opacity: 0.84;
    transform: translateZ(0);
  }

  .blog-body .header-nav {
    color: #ffffff;
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif;
  }

  .blog-body .header-nav a {
    opacity: 0.86;
  }

  .site-header {
    height: auto;
    min-height: 66px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-hero {
    min-height: 54vh;
    padding-bottom: 34px;
    padding-top: 56px;
  }

  .blog-list {
    grid-template-columns: 1fr;
    padding-bottom: 58px;
  }

  .article-shell {
    padding-bottom: 66px;
    padding-top: 56px;
  }

  .aether-hero::after {
    height: clamp(84px, 20vw, 140px);
  }

  .about-section {
    margin-top: -8px;
    padding: 46px 16px 60px;
  }

  .about-section::after {
    height: clamp(52px, 14vw, 96px);
  }

  .services-grid {
    margin-top: -14px;
    padding: 14px 16px 58px;
  }

  .services-grid::before {
    height: clamp(72px, 18vw, 120px);
  }

  .contact-section {
    margin-top: -18px;
    padding: 46px 16px 58px;
  }

  .contact-section::before {
    height: clamp(72px, 18vw, 120px);
  }

  .site-footer {
    margin-top: -18px;
    padding-inline: 16px;
  }

  .site-footer::before {
    height: clamp(68px, 17vw, 110px);
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    flex-direction: column;
    gap: 28px;
  }

  .footer-brand {
    max-width: 620px;
  }

  .footer-columns {
    gap: clamp(22px, 3vw, 42px);
    grid-template-columns: minmax(330px, 1.4fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr);
    width: 100%;
  }

  .footer-columns > :first-child {
    grid-column: auto;
  }

  .footer-services-list {
    column-gap: 24px;
    columns: 2;
  }

  .footer-columns h3 {
    min-height: 1.2em;
  }
}

@media (max-width: 480px) {
  .site-header {
    min-height: 58px;
    padding-inline: 20px;
  }

  .brand {
    gap: 8px;
  }

  .brand > span:last-child {
    font-size: 0.92rem;
  }

  .header-nav {
    left: 12px;
    right: 12px;
    top: max(58px, calc(env(safe-area-inset-top) + 54px));
    border-radius: 20px;
  }

  .button {
    width: 100%;
    border-radius: 10px;
    min-height: 44px;
  }

  .aether-content {
    padding-inline: 0;
  }

  .hero-badge {
    font-size: 0.76rem;
    padding: 6px 12px;
  }

  .aether-title {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
    line-height: 0.9;
    margin-bottom: 18px;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .article-header h1 {
    font-size: clamp(1.85rem, 10vw, 2.85rem);
    line-height: 1;
  }

  .article-header .article-meta {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .blog-card {
    min-height: 230px;
  }

  .aether-text {
    font-size: 0.95rem;
    line-height: 1.58;
    margin-bottom: 24px;
  }

  .about-section h2 {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .about-section p:last-child {
    font-size: 0.95rem;
    line-height: 1.66;
    margin-bottom: 0;
  }

  .about-points {
    gap: 10px;
    margin-top: 8px;
  }

  .about-points li {
    border-radius: 10px;
    padding: 13px 12px;
  }

  .about-points h3 {
    font-size: 0.88rem;
  }

  .about-points p {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .service-item {
    border-radius: 10px;
    padding: 16px 12px;
  }

  .service-item h3 {
    font-size: 0.98rem;
  }

  .service-item p {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .contact-section h2 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
    line-height: 1.12;
  }

  .contact-copy p:last-child {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .aether-button {
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding-inline: 16px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .modal-backdrop {
    align-items: center;
    background: rgba(4, 6, 10, 0.66);
    justify-content: center;
    padding:
      max(18px, env(safe-area-inset-top))
      12px
      max(18px, env(safe-area-inset-bottom));
  }

  .contact-modal {
    box-sizing: border-box;
    border-radius: 18px;
    max-height: 82vh;
    max-height: 82dvh;
    max-width: none;
    padding: 14px;
    padding-top: 48px;
    width: min(92vw, 380px);
  }

  .modal-header {
    margin-bottom: 12px;
    padding-right: 36px;
  }

  .modal-header .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }

  .modal-header h2 {
    font-size: 0.98rem;
    line-height: 1.22;
  }

  .modal-close {
    background: rgba(244, 246, 249, 0.96);
    box-shadow: 0 8px 22px rgba(17, 19, 24, 0.2);
    border-radius: 999px;
    font-size: 1.25rem;
    height: 34px;
    right: 12px;
    top: 10px;
    width: 34px;
    z-index: 5;
  }

  .form-field label {
    font-size: 0.72rem;
  }

  .form-field input {
    min-height: 39px;
    border-radius: 10px;
    font-size: 0.84rem;
    padding: 0 11px;
  }

  .form-field textarea {
    min-height: 74px;
    border-radius: 10px;
    font-size: 0.84rem;
    padding: 10px 11px;
  }

  .submit-button {
    min-height: 42px;
    font-size: 0.9rem;
  }


  .site-footer {
    margin-top: -12px;
    padding-top: 8px;
  }

  .site-footer::before {
    height: clamp(52px, 16vw, 88px);
  }

  .services-grid {
    margin-top: -10px;
  }

  .services-grid::before {
    height: clamp(56px, 16vw, 92px);
  }

  .contact-section {
    margin-top: -12px;
  }

  .contact-section::before {
    height: clamp(56px, 16vw, 92px);
  }

  .footer-main {
    flex-direction: column;
    gap: 20px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-services-list {
    columns: 1;
  }

  .footer-bottom-row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
    width: 100%;
  }

  main > section::before,
  main > footer::before {
    left: 16px;
    right: 16px;
  }

}
