/* ===== Tokens ===== */
:root {
  --background: oklch(0.16 0.03 264);
  --foreground: oklch(0.92 0.01 250);
  --card: oklch(0.21 0.035 264);
  --card-foreground: oklch(0.92 0.01 250);
  --popover: oklch(0.19 0.035 264);
  --popover-foreground: oklch(0.92 0.01 250);
  --primary: oklch(0.72 0.13 75);
  --primary-hover: oklch(0.66 0.13 75);
  --primary-foreground: oklch(0.16 0.03 264);
  --secondary: oklch(0.27 0.04 264);
  --secondary-foreground: oklch(0.92 0.01 250);
  --muted: oklch(0.25 0.035 264);
  --muted-foreground: oklch(0.68 0.02 255);
  --accent: oklch(0.55 0.16 255);
  --accent-foreground: oklch(0.97 0.01 250);
  --destructive: oklch(0.55 0.2 25);
  --border: oklch(0.4 0.05 260 / 35%);
  --input: oklch(0.4 0.05 260 / 30%);
  --ring: oklch(0.72 0.13 75);
  --gold: oklch(0.78 0.13 78);
  --ember: oklch(0.58 0.2 25);
  --frost: oklch(0.65 0.15 245);
  --chart-1: oklch(0.72 0.13 75);
  --chart-2: oklch(0.55 0.16 255);
  --chart-3: oklch(0.58 0.2 25);
  --chart-4: oklch(0.5 0.1 200);
  --chart-5: oklch(0.6 0.12 300);
  --radius: 0.3rem;
  --sidebar: oklch(0.19 0.035 264);
  --sidebar-foreground: oklch(0.92 0.01 250);
  --sidebar-primary: oklch(0.72 0.13 75);
  --sidebar-primary-foreground: oklch(0.16 0.03 264);
  --sidebar-accent: oklch(0.27 0.04 264);
  --sidebar-accent-foreground: oklch(0.92 0.01 250);
  --sidebar-border: oklch(0.4 0.05 260 / 35%);
  --sidebar-ring: oklch(0.72 0.13 75);
  --maxw: 1265px;
}

:root, :host {
  --color-black: #000;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-sm: calc(var(--radius) * 0.6);
  --radius-md: calc(var(--radius) * 0.8);
  --blur-sm: 8px;
  --blur-md: 12px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-geist-sans), 'Geist Fallback';
  --default-mono-font-family: var(--font-geist-mono), 'Geist Mono Fallback';
}

.dark {
  --background: rgb(10, 10, 10);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-hover: rgb(208, 208, 208);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}

/* ===== Reset ===== */
*,
*::before,
*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Geist", "Inter", system-ui, sans-serif;
  background-color: var(--background);
  color: var(--foreground);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3 { font-family: "Cinzel", serif; line-height: 1.2; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1rem; }
.accent { color: var(--gold); }

.icon { font-size: 20px; width: 20px; height: 20px; line-height: 20px; display: inline-flex; align-items: center; justify-content: center; }
.icon-sm { font-size: 16px; width: 16px; height: 16px; line-height: 16px; display: inline-flex; align-items: center; justify-content: center; }
.icon-xs { font-size: 11px; width: 11px; height: 11px; line-height: 11px; display: inline-flex; align-items: center; justify-content: center; }
.icon-xxs { font-size: 8px; width: 8px; height: 8px; line-height: 8px; display: inline-flex; align-items: center; justify-content: center; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .4rem 1rem;
  border-radius: var(--radius-sm);
  font-size: .86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}
.btn-lg { padding: 1rem 2rem; font-family: "Cinzel", serif; font-weight: 700; letter-spacing: .12em; font-size: .88rem; }
.btn-block { width: 100%; }
.btn-primary { background-color: var(--primary); color: var(--primary-foreground); box-shadow: 0 10px 25px -10px rgba(230, 230, 230, 0.4); }
.btn-primary:hover { background-color: var(--primary-hover); }
.btn-outline { border-color: rgba(230, 230, 230, 0.5); color: var(--primary); background: transparent; }
.btn-outline:hover { background-color: rgba(230, 230, 230, 0.1); }
.btn-ghost { border-color: var(--border); color: var(--foreground); background: rgba(10, 10, 10, 0.4); backdrop-filter: blur(4px); }
.btn-ghost:hover { border-color: rgba(230, 230, 230, 0.6); color: var(--primary); }
.btn-ember { background-color: var(--ember); color: var(--primary-foreground); font-family: "Cinzel", serif; font-weight: 700; letter-spacing: .1em; padding: .8rem 1.5rem; }
.btn-ember:hover { filter: brightness(1.08); }
.btn-frost { background-color: var(--frost); color: var(--primary-foreground); font-family: "Cinzel", serif; font-weight: 700; letter-spacing: .1em; padding: .8rem 1.5rem; }
.btn-frost:hover { filter: brightness(1.08); }

/* ===== Eyebrow / section heads ===== */
.eyebrow {
  font-family: "Cinzel", serif;
  font-size: .88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4em;
  color: var(--primary);
}
.section { padding: 7rem 0; }
.section-head { max-width: 640px; margin-bottom: 3.5rem; }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  margin-top: .75rem;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.section-desc { margin-top: 1rem; color: var(--muted-foreground); max-width: 42rem; }
.section-head-center .section-desc { margin-left: auto; margin-right: auto; }

/* ===== Header ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(12px);
}
.site-header .brand-icon {width: 48px; height: 48px;}
.header-inner { display: flex; height: 64px; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .5rem; }
.brand-icon { color: var(--primary); }
.brand-text { font-family: "Cinzel", serif; font-size: 1.25rem; font-weight: 700; letter-spacing: .18em; }
.nav-desktop { display: none; align-items: center; gap: 2rem; }
.nav-desktop a {
  font-size: .8rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted-foreground); transition: color .2s;
}
.nav-desktop a:hover { color: var(--primary); }
.header-actions { display: none; align-items: center; gap: .75rem; }

.menu-toggle { display: inline-flex; background: none; border: none; color: var(--foreground); cursor: pointer; padding: 4px; }

/* ===== Language selector ===== */
.lang { position: relative; }
.lang-btn {
  display: flex; align-items: center; gap: .5rem;
  padding: .5rem .75rem; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: transparent; color: var(--muted-foreground); cursor: pointer;
  font-size: .8rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em;
  transition: color .2s, border-color .2s;
}
.lang-btn:hover { color: var(--primary); border-color: rgba(230, 230, 230, 0.5); }
.lang-btn .chev { transition: transform .2s; }
.lang-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute; right: 0; top: calc(100% + .5rem); z-index: 50;
  width: 192px; padding: .25rem 0; overflow: hidden;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--popover); box-shadow: 0 20px 40px -10px rgba(0,0,0,.5);
}
.lang-menu button {
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  width: 100%; padding: .5rem .75rem; background: none; border: none; cursor: pointer;
  color: var(--foreground); font-size: .85rem; text-align: left; transition: background-color .2s;
}
.lang-menu a[data-lang-option] {
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  width: 100%; padding: .5rem .75rem; background: none; border: none; cursor: pointer;
  color: var(--foreground); font-size: .85rem; text-align: left; transition: background-color .2s;
}
.lang-menu button:hover { background: var(--secondary); }
.lang-menu .lang-region { display: inline-block; width: 28px; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-foreground); }
.lang-menu .lang-label { font-weight: 400; flex: 1; text-align: left; }
.lang-menu button[aria-current="true"] { color: var(--primary); }
.lang-menu .check { display: none; flex-shrink: 0; margin-left: auto; }
.lang-menu button[aria-current="true"] .check { display: block; }
.lang-flag { width: 24px; height: 16px; object-fit: cover; border-radius: 2px; flex-shrink: 0; }

/* ===== Mobile nav ===== */
.nav-mobile { border-top: 1px solid var(--border); background: rgba(10, 10, 10, 0.97); padding: 1rem; display: flex; flex-direction: column; gap: .25rem; }
.nav-mobile[hidden] { display: none !important; }
.nav-mobile a:not(.btn) {
  padding: .5rem .75rem; border-radius: var(--radius-sm);
  font-size: .85rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted-foreground); transition: background-color .2s, color .2s;
}
.nav-mobile a:not(.btn):hover { background: var(--secondary); color: var(--primary); }
.nav-mobile-actions { display: flex; flex-direction: column; gap: .5rem; margin-top: 1rem; }
.nav-mobile-actions .btn { width: 100%; }
.nav-mobile .lang {margin: .5rem 0 0; width: 100%;}
.nav-mobile .lang-btn {width: 100%; justify-content: space-between;}
.nav-mobile .lang-menu {position: static; width: 100%; margin-top: .5rem;}

/* ===== Hero ===== */
.hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100svh; overflow: hidden; padding-top: 64px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; }
  .hero-overlay-v { background: linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.4), var(--background)); }
  .hero-overlay-h { background: linear-gradient(to right, rgba(10, 10, 10, 0.6), transparent, rgba(10, 10, 10, 0.6)); }
.hero-content { position: relative; z-index: 10; max-width: 56rem; text-align: center; padding: 6rem 1rem; }
.hero-title {
  margin-top: 1rem;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  font-weight: 900; text-transform: uppercase; letter-spacing: .02em;
  text-shadow: 0 2px 12px rgba(0,0,0,.8);
}
.hero-sub { margin: 1.5rem auto 0; max-width: 42rem; color: var(--muted-foreground); font-size: 1.05rem; }
.hero-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  max-width: 36rem; margin: 3.5rem auto 0; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.hero-stats > div { text-align: center; }
.hero-stats dt { font-family: "Cinzel", serif; font-size: clamp(2.25rem, 6vw, 2.81rem); font-weight: 700; color: var(--primary); }
.hero-stats dd { margin-top: .25rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }

/* ===== Platforms ===== */
  .platforms { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(24, 24, 24,  0.4); padding: 2rem 0; }
.platforms-title { text-align: center; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: var(--muted-foreground); margin-bottom: 1.5rem; }
.platforms-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.5rem 2.5rem; }
.platform { display: flex; align-items: center; gap: .75rem; color: var(--muted-foreground); transition: color .2s; }
.platform:hover { color: var(--foreground); }
.platform-icon { font-size: 34px; width: 34px; height: 34px; line-height: 34px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: color .2s; margin-right: -5px; }
.platform:hover .platform-icon { color: var(--primary); }
.platform span { font-family: "Cinzel", serif; font-size: 1.25rem; font-weight: 600; letter-spacing: .02em; }

/* ===== Servers ===== */
.servers-grid { display: grid; gap: 2rem; }
.server-card { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); }
  .server-ember { border-color: oklch(0.58 0.2 25 / 0.4); }
  .server-frost { border-color: oklch(0.65 0.15 245 / 0.4); }
.server-media { position: relative; height: 224px; overflow: hidden; }
.server-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.server-card:hover .server-media img { transform: scale(1.05); }
.server-glow { position: absolute; inset: 0; }
  .server-ember .server-glow { background: linear-gradient(to top, oklch(0.58 0.2 25 / 0.25), transparent); }
  .server-frost .server-glow { background: linear-gradient(to top, oklch(0.65 0.15 245 / 0.25), transparent); }
  .server-fade { position: absolute; inset: 0; background: linear-gradient(to top, var(--card), rgba(24, 24, 24,  0.4), transparent); }
.server-heading { position: absolute; bottom: 1rem; left: 1.25rem; }
.server-tag { font-family: "Cinzel", serif; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; }
.server-ember .server-tag { color: var(--ember); }
.server-frost .server-tag { color: var(--frost); }
.server-heading h3 { font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.server-body { padding: 1.5rem; }
.server-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem 1.5rem; }
.server-stats > div { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: .5rem; }
.server-stats dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }
.server-stats dd { font-family: "Cinzel", serif; font-size: .85rem; font-weight: 700; }
.server-ember .server-stats dd { color: var(--ember); }
.server-frost .server-stats dd { color: var(--frost); }
.server-body .btn-block { margin-top: 1.5rem; }
.server-details { display: flex; align-items: center; justify-content: center; gap: .25rem; margin-top: .75rem; font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); transition: color .2s; }
.server-details:hover { color: var(--foreground); }

/* ===== Features ===== */
.features-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
.feature-card { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); padding: 1.5rem; transition: border-color .2s; }
.feature-card:hover { border-color: rgba(230, 230, 230, 0.5); }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: var(--radius-sm); border: 1px solid rgba(230, 230, 230, 0.3); background: rgba(230, 230, 230, 0.1); color: var(--primary); transition: background-color .2s; }
.feature-card:hover .feature-icon { background: rgba(230, 230, 230, 0.2); }
.feature-card h3 { margin-top: 1.25rem; font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.feature-card p { margin-top: .5rem; font-size: .9rem; color: var(--muted-foreground); }

/* ===== Multi-platform ===== */
.multi { overflow: hidden; }
.multi-grid { display: grid; gap: 3rem; align-items: center; }
.multi-text { max-width: 36rem; }
.multi-title { margin-top: 1rem; }
.multi-rule { margin-top: 1.5rem; height: 4px; width: 96px; border-radius: 9999px; background: var(--primary); }
.perks { margin-top: 2rem; display: flex; flex-direction: column; gap: .75rem; }
.perks li { display: flex; align-items: center; gap: .75rem; font-size: .9rem; font-weight: 500; }
.perk-check { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 24px; height: 24px; border-radius: 9999px; border: 1px solid rgba(230, 230, 230, 0.4); background: rgba(230, 230, 230, 0.1); color: var(--primary); }
.multi-btn { font-size: 1.0rem; margin-top: 2.5rem; border-radius: var(--radius);}
.btn-shadow:hover { box-shadow: 1px 1px 15px 1px rgba(255,255,255,0.75); -webkit-box-shadow: 1px 1px 15px 1px rgba(255,255,255,0.75); -moz-box-shadow: 1px 1px 15px 1px rgba(255,255,255,0.75); }
.multi-visual { position: relative; display: flex; align-items: center; }
.multi-vtext { display: none; position: absolute; left: -.5rem; top: 50%; transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl; font-family: "Cinzel", serif; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .35em; color: var(--primary); }
.phones { position: relative; width: 100%; height: 360px; }
.phone { position: absolute; border-radius: 12px; border: 1px solid var(--border); box-shadow: 0 25px 50px -12px rgba(0,0,0,.5); }
.phone-1 { top: 0; right: 2rem; width: 58%; transform: rotate(2deg); z-index: 20; }
.phone-2 { bottom: 1rem; left: 0; width: 52%; transform: rotate(-3deg); z-index: 30; }
.phone-3 { bottom: 0; right: 0; width: 34%; transform: rotate(3deg); z-index: 10; display: none; }

/* ===== Gallery ===== */
.gallery-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); }
.gallery-item img { width: 100%; height: 256px; object-fit: cover; transition: transform .7s; }
.gallery-item:hover img { transform: scale(1.05); }
  .gallery-fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 10, 10, 0.7), transparent); opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-fade { opacity: 1; }

/* ===== CTA ===== */
.cta { position: relative; overflow: hidden; padding: 5rem 0; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
  .cta-overlay { position: absolute; inset: 0; background: rgba(10, 10, 10, 0.8); }
.cta-content { position: relative; z-index: 10; max-width: 48rem; text-align: center; }
.cta-title { font-size: clamp(1.875rem, 5vw, 3rem); font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.cta-sub { margin: 1.25rem auto 0; max-width: 36rem; color: var(--muted-foreground); font-size: 1.05rem; }

/* ===== Footer ===== */
  .footer { border-top: 1px solid var(--border); background: rgba(24, 24, 24,  0.5); }
.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 4rem 1rem 0; }
.footer-desc { max-width: 48rem; margin: 1.5rem auto 0; font-size: .9rem; color: var(--muted-foreground); }
.footer .brand-icon {width: 48px; height: 48px;}
.socials { display: flex; align-items: center; gap: .75rem; margin-top: 2rem; }
.socials a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-sm); border: 1px solid var(--border); color: var(--muted-foreground); transition: color .2s, border-color .2s; }
.socials a:hover { color: var(--primary); border-color: rgba(230, 230, 230, 0.6); }
.footer-bottom { max-width: var(--maxw); margin: 3rem auto 0; padding: 1.5rem 1rem; border-top: 1px solid var(--border); text-align: center; font-size: .75rem; color: var(--muted-foreground); }

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .hero-cta { flex-direction: row; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .phone-3 { display: block; }
}
@media (min-width: 768px) {
  .servers-grid { grid-template-columns: repeat(2, 1fr); }
  .multi-vtext { display: block; }
  .phones { height: 440px; margin-left: 2.5rem; }
}
@media (min-width: 900px) {
  .nav-desktop { display: flex; }
  .header-actions { display: flex; }
  .menu-toggle { display: none; }
  .nav-mobile { display: none !important; }
  .multi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(4, 1fr); }
}