/* ============================================================
   Paradise Computers & Networking — Design System (flattened)
   ------------------------------------------------------------
   Single-file build for static pages & Wix embeds.
   Tokens + base + component classes. Source of truth: the
   Paradise design-system tokens (colors / type / spacing /
   effects) compiled from tokens/*.css.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500;600;700;800&family=Chakra+Petch:wght@400;500;600;700&family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400;500;700&display=swap");

/* ---------------- TOKENS ---------------- */
:root {
  /* Brand cores */
  --brand-cyan: #80f2ff;
  --brand-magenta: #ff00ec;
  --brand-black: #000000;

  /* Cyan ramp */
  --cyan-100: #ecffff; --cyan-200: #c5fbff; --cyan-300: #a6f7ff;
  --cyan-400: #80f2ff; --cyan-500: #3fd9e9; --cyan-600: #1fb0c2;

  /* Magenta ramp */
  --magenta-100: #ffe3fc; --magenta-200: #ffb0f6; --magenta-300: #ff6ff0;
  --magenta-400: #ff00ec; --magenta-500: #d000c4; --magenta-600: #9e0096;

  /* Indigo-night ramp */
  --night-950: #05060c; --night-900: #0a0b16; --night-850: #0f1122;
  --night-800: #15182e; --night-750: #1c1f3a; --night-700: #242846;
  --night-600: #323761;

  /* Sunset + violet */
  --sun-orange: #ff8a3d; --sun-amber: #ffb23d; --sun-coral: #ff5a5f;
  --violet-400: #9b5cff; --violet-500: #7b2dff;

  /* Light ramp */
  --paper-50: #fbfbff; --paper-100: #f3f4fb; --paper-200: #e6e8f3;
  --paper-300: #d2d5e6; --white: #ffffff;

  /* Status */
  --status-success: #2ff5a8; --status-warning: #ffd23d;
  --status-danger: #ff476f; --status-info: #80f2ff;

  /* Semantic (dark default) */
  --surface-page: var(--brand-black);
  --surface-card: var(--night-800);
  --surface-chip: var(--night-750);
  --surface-raised: var(--night-700);
  --surface-inset: var(--night-950);
  --text-strong: #f3f5ff;
  --text-body: #c7cbdb;
  --text-muted: #aeb3cc;
  --text-faint: #868cab;
  --border-subtle: rgba(255,255,255,0.08);
  --border-default: rgba(255,255,255,0.14);
  --border-strong: rgba(166,247,255,0.42);
  --accent-primary: var(--brand-cyan);
  --accent-primary-ink: #04060f;
  --accent-secondary: var(--brand-magenta);
  --accent-secondary-ink: #ffffff;

  /* Type */
  --font-display: "Saira Condensed", "Arial Narrow", system-ui, sans-serif;
  --font-techno: "Chakra Petch", ui-monospace, "Segoe UI", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --fw-regular: 400; --fw-medium: 500; --fw-semibold: 600; --fw-bold: 700; --fw-black: 800;
  --text-2xs: 0.6875rem; --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1rem;
  --text-md: 1.125rem; --text-lg: 1.375rem; --text-xl: 1.75rem; --text-2xl: 2.25rem;
  --text-3xl: 3rem; --text-4xl: 4rem; --text-5xl: 5.25rem; --text-6xl: 7rem;
  --leading-none: 1; --leading-tight: 1.08; --leading-snug: 1.22;
  --leading-normal: 1.5; --leading-relaxed: 1.65;
  --tracking-tighter: -0.02em; --tracking-tight: -0.01em; --tracking-normal: 0em;
  --tracking-wide: 0.04em; --tracking-wider: 0.08em; --tracking-widest: 0.2em;

  /* Spacing */
  --space-0: 0; --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem;
  --space-4: 1rem; --space-5: 1.5rem; --space-6: 2rem; --space-7: 2.5rem;
  --space-8: 3rem; --space-9: 4rem; --space-10: 5rem; --space-11: 6rem; --space-12: 8rem;
  --section-y: 6rem;
  --container-xl: 1320px; --container-lg: 1120px; --container-md: 860px; --container-sm: 640px;
  --gutter: clamp(1rem, 4vw, 3rem);
  --control-sm: 2rem; --control-md: 2.75rem; --control-lg: 3.25rem;

  /* Effects */
  --radius-xs: 4px; --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px;
  --radius-xl: 22px; --radius-2xl: 30px; --radius-pill: 999px;
  --radius-arch: 999px 999px 20px 20px;
  --bw-hair: 1px; --bw-thin: 1.5px; --bw-thick: 2px;
  --shadow-sm: 0 2px 8px rgba(2,3,10,0.45);
  --shadow-md: 0 8px 24px rgba(2,3,10,0.5);
  --shadow-lg: 0 18px 48px rgba(2,3,10,0.55);
  --shadow-xl: 0 32px 80px rgba(2,3,10,0.6);
  --glow-cyan-sm: 0 0 0 1px rgba(128,242,255,0.5), 0 0 12px rgba(128,242,255,0.35);
  --glow-cyan-md: 0 0 0 1px rgba(128,242,255,0.55), 0 0 22px rgba(128,242,255,0.45), 0 0 48px rgba(128,242,255,0.2);
  --glow-cyan-lg: 0 0 24px rgba(128,242,255,0.55), 0 0 64px rgba(128,242,255,0.35);
  --glow-magenta-sm: 0 0 0 1px rgba(255,0,236,0.5), 0 0 12px rgba(255,0,236,0.4);
  --glow-magenta-md: 0 0 0 1px rgba(255,0,236,0.55), 0 0 22px rgba(255,0,236,0.5), 0 0 52px rgba(255,0,236,0.22);
  --glow-magenta-lg: 0 0 24px rgba(255,0,236,0.6), 0 0 70px rgba(255,0,236,0.38);
  --textglow-cyan: 0 0 8px rgba(128,242,255,0.55), 0 0 22px rgba(128,242,255,0.3);
  --textglow-magenta: 0 0 8px rgba(255,0,236,0.6), 0 0 24px rgba(255,0,236,0.32);
  --ring-focus: 0 0 0 3px rgba(128,242,255,0.5);
  --gradient-sunset: linear-gradient(180deg, #ff8a3d 0%, #ff2d95 42%, #9b2dff 78%, #2bd6e6 100%);
  --gradient-neon: linear-gradient(100deg, var(--brand-cyan) 0%, var(--brand-magenta) 100%);
  --gradient-neon-soft: linear-gradient(100deg, rgba(128,242,255,0.16) 0%, rgba(255,0,236,0.16) 100%);
  --gradient-night: linear-gradient(180deg, rgba(5,6,12,0) 0%, rgba(5,6,12,0.85) 78%, #05060c 100%);
  --blur-glass: blur(14px) saturate(135%);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 140ms; --dur-base: 240ms; --dur-slow: 420ms;
}

/* Light / daylight theme */
[data-theme="light"] {
  --surface-page: var(--paper-50); --surface-card: var(--white);
  --surface-chip: var(--paper-100); --surface-raised: var(--white);
  --surface-inset: var(--paper-100);
  --text-strong: #0a0b16; --text-body: #3a3f57;
  --text-muted: #6b7090; --text-faint: #9398b4;
  --border-subtle: rgba(10,11,22,0.08); --border-default: rgba(10,11,22,0.14);
  --border-strong: rgba(31,176,194,0.55);
  --accent-primary: var(--cyan-600); --accent-primary-ink: #04060f;
  --accent-secondary: var(--magenta-500); --accent-secondary-ink: #ffffff;
}

/* ---------------- BASE ---------------- */
*, *::before, *::after { box-sizing: border-box; }
::selection { background: rgba(255,0,236,0.3); color: var(--text-strong); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night-900);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  font-weight: var(--fw-regular);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-strong);
  margin: 0;
  text-transform: uppercase;
}
a { color: var(--accent-primary); text-decoration: none; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--brand-cyan); outline-offset: 2px; border-radius: var(--radius-xs); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-techno);
  font-size: 17px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-primary);
}
.eyebrow--magenta { color: var(--brand-magenta); }

/* Lucide inline icon defaults */
.ic { width: 20px; height: 20px; flex: none; }
.ic svg { width: 100%; height: 100%; display: block; }

/* ---------------- LAYOUT ---------------- */
.container { max-width: var(--container-lg); margin: 0 auto; padding-left: var(--space-6); padding-right: var(--space-6); }
.container--xl { max-width: var(--container-xl); }
.section { padding-top: var(--section-y); padding-bottom: var(--section-y); }

/* ---------------- BUTTONS ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 46px; padding: 0 22px;
  font-family: var(--font-techno); font-weight: 600; font-size: 15px;
  letter-spacing: 0.04em; text-transform: uppercase; line-height: 1;
  border-radius: var(--radius-pill); border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: box-shadow var(--dur-base) var(--ease-out),
              transform var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn:focus-visible { outline: none; }
.btn .ic { width: 18px; height: 18px; }

.btn--sm { height: 36px; padding: 0 16px; font-size: 13px; gap: 7px; }
.btn--lg { height: 56px; padding: 0 30px; font-size: 17px; gap: 11px; }
.btn--lg .ic { width: 20px; height: 20px; }
.btn--full { width: 100%; }

.btn--primary {
  background: var(--accent-primary); color: var(--accent-primary-ink);
  box-shadow: var(--glow-cyan-md);
}
.btn--primary:hover { box-shadow: var(--glow-cyan-lg); }
.btn--primary:focus-visible { box-shadow: var(--glow-cyan-lg), var(--ring-focus); }

.btn--secondary {
  background: var(--accent-secondary); color: var(--accent-secondary-ink);
  box-shadow: var(--glow-magenta-md);
}
.btn--secondary:hover { box-shadow: var(--glow-magenta-lg); }
.btn--secondary:focus-visible { box-shadow: var(--glow-magenta-lg), var(--ring-focus); }

.btn--outline {
  background: transparent; color: var(--brand-cyan); border-color: var(--brand-cyan);
}
.btn--outline:hover { box-shadow: var(--glow-cyan-sm); }
.btn--outline:focus-visible { box-shadow: var(--glow-cyan-sm), var(--ring-focus); }

.btn--ghost { background: transparent; color: var(--text-body); }
.btn--ghost:hover { background: var(--surface-chip); }

/* ---------------- BADGE ---------------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  height: 24px; padding: 0 11px; border-radius: var(--radius-pill);
  font-family: var(--font-techno); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1;
  background: rgba(255,255,255,0.04);
}
.badge--cyan { color: var(--brand-cyan); border: 1px solid var(--brand-cyan); }
.badge--magenta { color: var(--brand-magenta); border: 1px solid var(--brand-magenta); }
.badge--success { color: var(--status-success); border: 1px solid var(--status-success); }

/* ---------------- CALLOUT ---------------- */
.callout {
  display: flex; gap: 14px; padding: 16px 18px;
  border-radius: var(--radius-md);
}
.callout--magenta {
  background: rgba(255,0,236,0.07);
  border: 1px solid var(--brand-magenta);
  border-left: 4px solid var(--brand-magenta);
}
.callout--magenta .callout__icon, .callout--magenta .callout__title { color: var(--brand-magenta); }
.callout--info {
  background: rgba(128,242,255,0.07);
  border: 1px solid var(--brand-cyan);
  border-left: 4px solid var(--brand-cyan);
}
.callout--info .callout__icon, .callout--info .callout__title { color: var(--brand-cyan); }
.callout__icon { flex: none; display: inline-flex; margin-top: 1px; }
.callout__body { display: flex; flex-direction: column; gap: 4px; }
.callout__title {
  font-family: var(--font-techno); font-size: 15px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.callout__text { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--text-body); }

/* ---------------- NEON HEADING ---------------- */
.neon-heading { display: flex; flex-direction: column; gap: var(--space-3); }
.neon-heading--center { align-items: center; text-align: center; }
.neon-heading h2 {
  font-weight: var(--fw-black);
  font-size: var(--text-4xl);
  line-height: 1.0;
}

/* ---------------- SERVICE TIER CARD ---------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.svc-card {
  position: relative; display: flex; flex-direction: column; gap: var(--space-4);
  padding: var(--space-6);
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}
.svc-card:hover { transform: translateY(-2px); border-color: var(--border-strong); }
.svc-card:focus-visible { outline: 2px solid var(--brand-cyan); outline-offset: 3px; }
.svc-card--cyan:hover { box-shadow: var(--shadow-md), var(--glow-cyan-sm); }
.svc-card--magenta:hover { box-shadow: var(--shadow-md), var(--glow-magenta-sm); border-color: rgba(255,0,236,0.45); }
/* Learn More renders as a span styled like the outline button — the whole card is already the link */
.svc-card__cta-visual {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 46px; width: 100%; padding: 0 22px;
  font-family: var(--font-techno); font-weight: 600; font-size: 15px;
  letter-spacing: 0.04em; text-transform: uppercase; line-height: 1;
  border-radius: var(--radius-pill); border: 1.5px solid var(--brand-cyan);
  color: var(--brand-cyan); background: transparent;
  transition: box-shadow var(--dur-base) var(--ease-out);
}
.svc-card:hover .svc-card__cta-visual { box-shadow: var(--glow-cyan-sm); }

.svc-card__head { display: flex; align-items: center; gap: 12px; }
.svc-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--radius-md); flex: none;
  background: var(--surface-inset);
}
.svc-card--cyan .svc-card__icon { border: 1px solid var(--brand-cyan); color: var(--brand-cyan); box-shadow: var(--glow-cyan-sm); }
.svc-card--magenta .svc-card__icon { border: 1px solid var(--brand-magenta); color: var(--brand-magenta); box-shadow: var(--glow-magenta-sm); }
.svc-card__tier {
  font-family: var(--font-techno); font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.svc-card--cyan .svc-card__tier { color: var(--brand-cyan); }
.svc-card--magenta .svc-card__tier { color: var(--brand-magenta); }
.svc-card h3 {
  font-weight: var(--fw-black); font-size: 26px; line-height: 1.05;
  letter-spacing: 0.01em;
}
.svc-card__blurb { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--text-muted); }
.svc-card__features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.svc-card__features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px; line-height: 1.45; color: var(--text-body);
}
.svc-card__features li::before {
  content: "✓"; color: var(--status-success); font-weight: 700; flex: none; margin-top: 1px;
}
.svc-card__cta { margin-top: auto; padding-top: var(--space-2); }

/* ---------------- NAVBAR ---------------- */
.navbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: var(--space-6);
  min-height: 100px; padding: 10px var(--space-6);
  background: rgba(8,4,16,0.72);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  border-bottom: 1px solid var(--border-default);
}
.navbar__brand { display: flex; align-items: center; gap: 12px; flex: none; }
.navbar__brand img { height: 78px; width: auto; object-fit: contain; }
.navbar__links { display: flex; align-items: center; gap: var(--space-5); margin-left: auto; }
.navbar__links a {
  font-family: var(--font-techno); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted); padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: color var(--dur-fast);
}
.navbar__links a:hover { color: var(--text-strong); }
.navbar__links a.active { color: var(--brand-cyan); border-bottom-color: var(--brand-cyan); }
.navbar__cta { flex: none; }
.navbar__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.navbar__toggle {
  display: none; margin-left: auto;
  align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: transparent; border: 1px solid var(--border-default);
  color: var(--text-strong); cursor: pointer;
}

/* Mobile nav drawer */
.navdrawer {
  display: none; position: fixed; inset: 100px 0 auto 0; z-index: 49;
  flex-direction: column; gap: 4px; padding: var(--space-4) var(--space-6) var(--space-6);
  background: rgba(8,4,16,0.96);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  border-bottom: 1px solid var(--border-default);
}
.navdrawer.open { display: flex; }
.navdrawer a {
  font-family: var(--font-techno); font-weight: 600; font-size: 15px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted); padding: 12px 4px;
  border-bottom: 1px solid var(--border-subtle);
}
.navdrawer a.active { color: var(--brand-cyan); }
.navdrawer .btn { margin-top: var(--space-4); }
.navdrawer a.btn--primary { color: var(--accent-primary-ink); border-bottom: none; }

/* ---------------- HERO CAROUSEL ---------------- */
.hero { position: relative; overflow: hidden; min-height: 560px; }
.hero__bg {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  transition: opacity var(--dur-slow) var(--ease-in-out);
}
.hero__bg.active { opacity: 1; }
.hero__bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero__scrim-x { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(8,4,16,0.92) 0%, rgba(8,4,16,0.74) 46%, rgba(8,4,16,0.30) 100%); }
.hero__scrim-y { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,4,16,0) 55%, var(--night-900) 100%); }
.hero__content {
  position: relative; max-width: var(--container-lg); margin: 0 auto;
  padding: var(--space-12) var(--space-6) var(--space-11);
  min-height: 560px; display: flex; flex-direction: column; justify-content: center;
}
.hero__slide { display: none; flex-direction: column; align-items: flex-start; gap: var(--space-5); max-width: 760px; }
.hero__slide.active { display: flex; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px;
  border-radius: var(--radius-pill); background: rgba(5,6,12,0.6);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-techno); font-size: 15px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.hero__slide--cyan .hero__pill { border: 1.5px solid var(--brand-cyan); color: var(--brand-cyan); }
.hero__slide--magenta .hero__pill { border: 1.5px solid var(--brand-magenta); color: var(--brand-magenta); }
.hero__pill .ic { width: 17px; height: 17px; }
.hero__title {
  font-weight: var(--fw-black);
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1.08; letter-spacing: 0.01em;
}
.hero__title span { display: block; }
.hero__slide--cyan .hero__title { color: var(--brand-cyan); text-shadow: var(--textglow-cyan); }
.hero__slide--magenta .hero__title { color: var(--brand-magenta); text-shadow: var(--textglow-magenta); }
.hero__body {
  margin: 0; font-size: var(--text-lg); line-height: 1.6;
  color: #dfe3f2; font-weight: 500; max-width: 54ch;
}
.hero__actions { display: flex; gap: 14px; margin-top: var(--space-2); flex-wrap: wrap; }

.hero__controls {
  position: absolute; left: 0; right: 0; bottom: 24px; z-index: 3;
  display: flex; align-items: center; justify-content: center; gap: 18px;
}
.hero__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--radius-pill);
  background: rgba(8,4,16,0.55); border: 1px solid var(--border-default);
  color: var(--text-strong); cursor: pointer;
  backdrop-filter: var(--blur-glass); -webkit-backdrop-filter: var(--blur-glass);
}
.hero__dots { display: flex; gap: 10px; }
.hero__dot {
  width: 10px; height: 10px; border-radius: var(--radius-pill); border: none;
  background: rgba(255,255,255,0.28); cursor: pointer; padding: 0;
  transition: all var(--dur-base) var(--ease-out);
}
.hero__dot.active { width: 30px; background: var(--brand-cyan); box-shadow: var(--glow-cyan-sm); }

/* ---------------- SPLIT BANDS (Island / Gaming) ---------------- */
.band { position: relative; overflow: hidden; }
.band__grid {
  display: grid; align-items: stretch;
  max-width: var(--container-xl); margin: 0 auto;
}
.band__grid--img-left { grid-template-columns: 1fr 1.1fr; }
.band__grid--img-right { grid-template-columns: 1.1fr 1fr; }
.band__media { position: relative; min-height: 380px; background-size: cover; background-position: center; }
.band__media-scrim--left { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, rgba(8,4,16,0.4) 60%, var(--night-900) 100%); }
.band__media-scrim--right { position: absolute; inset: 0; background: linear-gradient(90deg, var(--night-900) 0%, rgba(8,4,16,0.15) 40%, transparent 100%); }
.band__copy {
  padding: var(--space-11) var(--space-8);
  display: flex; flex-direction: column; justify-content: center; gap: 18px;
  background: var(--night-900);
}
.band__copy h2 {
  font-weight: var(--fw-black); font-size: var(--text-4xl); line-height: 1.0;
}
.band__copy p {
  margin: 0; font-size: var(--text-md); line-height: 1.65;
  color: var(--text-muted); max-width: 46ch;
}
.band__badges { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------------- LIGHTHOUSE SECTION ---------------- */
.lighthouse {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--night-950) 0%, var(--night-850) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.lighthouse__beam {
  position: absolute; top: -120px; right: -80px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(128,242,255,0.16) 0%, transparent 70%);
  pointer-events: none;
}
.lighthouse__inner {
  position: relative; max-width: var(--container-lg); margin: 0 auto;
  padding: var(--section-y) var(--space-6);
}
.lighthouse__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); align-items: center; }
.lighthouse__copy { display: flex; flex-direction: column; gap: var(--space-4); }
.lighthouse__copy h2 { font-weight: var(--fw-black); font-size: var(--text-4xl); line-height: 1.0; }
.lighthouse__copy p { margin: 0; font-size: var(--text-md); line-height: 1.65; color: var(--text-muted); max-width: 46ch; }
.lighthouse__cards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.watch-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: var(--space-5);
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
}
.watch-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--radius-md); flex: none;
  background: var(--surface-inset); border: 1px solid var(--border-strong);
  color: var(--brand-cyan); box-shadow: var(--glow-cyan-sm);
}
.watch-card__title {
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-lg);
  text-transform: uppercase; letter-spacing: 0.01em; color: var(--text-strong);
}
.watch-card__body { font-size: 15.5px; line-height: 1.55; color: var(--text-muted); }

/* ---------------- FOOTER ---------------- */
.footer {
  background: var(--night-950);
  border-top: 1px solid var(--border-default);
  padding: var(--space-9) var(--space-6) var(--space-6);
}
.footer__grid {
  max-width: var(--container-lg); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: var(--space-9); justify-content: space-between;
}
.footer__brand { display: flex; flex-direction: column; gap: 14px; max-width: 460px; }
.footer__brand img { height: 90px; width: auto; max-width: 100%; object-fit: contain; object-position: left; }
.footer__tagline { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-muted); }
.footer__contact { display: flex; flex-direction: column; gap: 8px; font-family: var(--font-techno); font-size: 16px; }
.footer__contact .phone { color: var(--brand-cyan); letter-spacing: 0.04em; }
.footer__contact .email { color: var(--text-body); }
.footer__contact .loc { color: var(--text-strong); font-family: var(--font-techno); font-weight: 700; font-size: 16.5px; letter-spacing: 0.01em; white-space: nowrap; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col-title {
  font-family: var(--font-techno); font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-magenta);
}
.footer__col a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 15.5px; color: var(--text-muted);
}
.footer__col a:hover { color: var(--text-strong); }
.footer__legal {
  max-width: var(--container-lg); margin: var(--space-7) auto 0;
  padding-top: var(--space-5);
  border-top: 1px solid var(--border-subtle);
  font-size: 14px; color: var(--text-faint);
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 980px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .lighthouse__grid { grid-template-columns: 1fr; }
  .band__grid--img-left, .band__grid--img-right { grid-template-columns: 1fr; }
  .band__grid--img-left .band__media, .band__grid--img-right .band__media { min-height: 260px; order: -1; }
  .band__media-scrim--left, .band__media-scrim--right {
    background: linear-gradient(180deg, transparent 30%, var(--night-900) 100%);
  }
  .band__copy { padding: var(--space-8) var(--space-6); }
  .band__copy h2, .lighthouse__copy h2 { font-size: var(--text-3xl); }
}
@media (max-width: 760px) {
  .navbar__links, .navbar__cta, .navbar__actions { display: none; }
  .navbar__toggle { display: inline-flex; }
  .svc-grid { grid-template-columns: 1fr; }
  .lighthouse__cards { grid-template-columns: 1fr; }
  .neon-heading h2 { font-size: var(--text-3xl); }
  .hero, .hero__content { min-height: 520px; }
  .hero__content { padding: var(--space-10) var(--space-5) var(--space-11); }
  .section { padding-top: var(--space-9); padding-bottom: var(--space-9); }
  .footer__contact .loc { white-space: normal; font-size: 15px; }
}

/* ---------------- MOTION SAFETY ---------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ============================================================
   PAGE COMPONENTS (services / detail / island / about / booking)
   ============================================================ */

/* ---- Page head ---- */
.page-head { max-width: var(--container-lg); margin: 0 auto; padding: var(--space-9) var(--space-6) var(--space-6); }
.page-head__lede { margin: 18px 0 0; font-size: var(--text-lg); line-height: 1.6; color: var(--text-muted); max-width: 60ch; }

/* ---- Feature row (services page Island band) ---- */
.feature-row {
  position: relative; overflow: hidden;
  border-radius: var(--radius-xl); border: 1px solid var(--border-default);
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch;
  box-shadow: var(--glow-magenta-sm);
}
.feature-row__copy {
  padding: var(--space-8); display: flex; flex-direction: column;
  justify-content: center; gap: 14px; background: var(--surface-card);
}
.feature-row__copy h2 { font-weight: var(--fw-black); font-size: var(--text-3xl); line-height: 1.05; }
.feature-row__copy p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-muted); max-width: 44ch; }
.feature-row__media { position: relative; min-height: 240px; background-size: cover; background-position: center; }
.feature-row__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, var(--surface-card) 0%, rgba(8,4,16,0.2) 45%, transparent 100%); }

/* ---- Breadcrumb ---- */
.breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-muted); font-family: var(--font-techno); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px;
}
.breadcrumb:hover { color: var(--text-strong); }
.breadcrumb .ic { width: 16px; height: 16px; }

/* ---- Service detail layout ---- */
.detail { max-width: var(--container-lg); margin: 0 auto; padding: var(--space-9) var(--space-6) var(--section-y); }
.detail__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: var(--space-8); align-items: start; }
.detail__tier {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-techno); font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.detail__tier .ic { width: 16px; height: 16px; }
.detail__tier--cyan { color: var(--brand-cyan); }
.detail__tier--magenta { color: var(--brand-magenta); }
.detail h1 {
  margin: 12px 0 0; font-weight: var(--fw-black); font-size: var(--text-5xl); line-height: 1.0;
}
.detail h1 span { display: block; }
.detail__intro { margin: 20px 0 0; font-size: var(--text-lg); line-height: 1.65; color: var(--text-body); max-width: 58ch; }
.detail__subhead {
  margin: var(--space-8) 0 var(--space-4); font-weight: var(--fw-black);
  font-size: var(--text-2xl); color: var(--brand-magenta);
}
.included { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.included li { display: flex; gap: 10px; font-size: 15px; line-height: 1.45; color: var(--text-body); }
.included li .ic { width: 18px; height: 18px; color: var(--status-success); margin-top: 1px; }

/* ---- Sticky rail card ---- */
.rail { position: sticky; top: 90px; }
.rail-card {
  display: flex; flex-direction: column; gap: 16px;
  padding: var(--space-6);
  background: var(--surface-card); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.rail-card--cyan { box-shadow: var(--shadow-md), var(--glow-cyan-sm); }
.rail-card--magenta { box-shadow: var(--shadow-md), var(--glow-magenta-sm); }
.rail-card__eyebrow { font-family: var(--font-techno); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); }
.rail-card__title { margin-top: 6px; font-family: var(--font-display); font-weight: var(--fw-black); font-size: var(--text-2xl); line-height: 1.05; text-transform: uppercase; color: var(--text-strong); }
.rail-card__facts { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--text-muted); }
.rail-card__facts span { display: flex; gap: 10px; align-items: flex-start; }
.rail-card__facts .ic { width: 18px; height: 18px; margin-top: 1px; }
.rail-card--cyan .rail-card__facts .ic { color: var(--brand-cyan); }
.rail-card--magenta .rail-card__facts .ic { color: var(--brand-magenta); }

/* ---- Island: rent vs own ---- */
.rvo { display: flex; flex-direction: column; gap: 12px; max-width: 920px; margin: 0 auto; }
.rvo__head { display: grid; grid-template-columns: 48px 1fr 1fr; gap: var(--space-4); padding: 0 var(--space-5); }
.rvo__head span { font-family: var(--font-techno); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.rvo__head .rent { color: var(--text-faint); }
.rvo__head .own { color: var(--brand-cyan); }
.rvo__row {
  display: grid; grid-template-columns: 48px 1fr 1fr; gap: var(--space-4); align-items: center;
  padding: var(--space-4) var(--space-5);
  background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--rad-lg, 16px);
  border-radius: var(--radius-lg);
}
.rvo__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--radius-md);
  background: var(--surface-inset); border: 1px solid var(--border-strong); color: var(--brand-cyan);
}
.rvo__rent { font-size: 15px; color: var(--text-muted); text-decoration: line-through; text-decoration-color: var(--text-faint); }
.rvo__own { font-size: 15px; font-weight: 600; color: var(--text-strong); }

/* ---- Island: build/deploy/maintain steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.step-card {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  padding: var(--space-6); background: var(--surface-card);
  border: 1px solid var(--border-default); border-radius: var(--radius-xl);
}
.step-card--hot { box-shadow: var(--glow-magenta-sm); }
.step-card__n { font-family: var(--font-techno); font-size: 13px; font-weight: 700; letter-spacing: 0.2em; color: var(--text-faint); }
.step-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: var(--radius-lg);
  background: var(--surface-inset); border: 1px solid var(--border-strong);
  color: var(--brand-cyan); box-shadow: var(--glow-cyan-sm);
}
.step-card__icon .ic { width: 24px; height: 24px; }
.step-card--hot .step-card__icon { color: var(--brand-magenta); box-shadow: var(--glow-magenta-sm); }
.step-card h3 { font-weight: var(--fw-black); font-size: var(--text-2xl); }
.step-card p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-muted); }

/* ---- Quad grid (Is this for me / principles) ---- */
.quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.mini-card {
  display: flex; flex-direction: column; gap: 12px; padding: var(--space-5);
  background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg);
}
.mini-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--surface-inset); border: 1px solid var(--border-strong); color: var(--brand-cyan);
}
.mini-card__icon .ic { width: 22px; height: 22px; }
.mini-card__title { font-family: var(--font-display); font-weight: 700; font-size: var(--text-lg); text-transform: uppercase; color: var(--text-strong); }
.mini-card__body { font-size: 15.5px; line-height: 1.55; color: var(--text-muted); }

.principle-card {
  display: flex; flex-direction: column; gap: 14px; padding: var(--space-6);
  background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-xl);
}
.principle-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: var(--radius-lg);
  background: var(--surface-inset); border: 1px solid var(--border-strong);
  color: var(--brand-cyan); box-shadow: var(--glow-cyan-sm);
}
.principle-card__icon .ic { width: 24px; height: 24px; }
.principle-card h3 { font-weight: var(--fw-black); font-size: var(--text-xl); }
.principle-card p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-muted); }

/* ---- About: Robert band ---- */
.robert {
  background: var(--night-950);
  border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle);
}
.robert__inner {
  max-width: var(--container-md); margin: 0 auto; padding: var(--section-y) var(--space-6);
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-7); align-items: center;
}
.robert__badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 120px; height: 120px; border-radius: var(--radius-2xl);
  background: var(--surface-card); border: 1px solid var(--border-strong);
  box-shadow: var(--glow-cyan-sm); flex: none;
}
.robert__badge img { width: 84px; height: 84px; object-fit: contain; }
.robert__label { font-family: var(--font-techno); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-magenta); }
.robert__bio { margin: 12px 0 0; font-size: var(--text-md); line-height: 1.7; color: var(--text-body); }

/* ---- Check list (about: what it means) ---- */
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; font-size: var(--text-md); line-height: 1.5; color: var(--text-body); }
.check-list .ic { width: 22px; height: 22px; color: var(--brand-cyan); margin-top: 2px; }

/* ---- Forms (booking) ---- */
.form-card {
  display: flex; flex-direction: column; gap: var(--space-5);
  padding: var(--space-6);
  background: var(--surface-card); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-family: var(--font-techno); font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted);
}
.field input, .field select, .field textarea {
  padding: 12px 16px;
  background: var(--surface-inset);
  border: 1.5px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  font-family: var(--font-body); font-size: 15px;
  outline: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--brand-cyan); box-shadow: var(--ring-focus);
}
.field textarea { resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a90a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.checkbox { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--text-body); cursor: pointer; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--brand-cyan); cursor: pointer; }
.form-foot { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.form-foot__note { font-size: 13px; color: var(--text-faint); }

/* Success state */
.success-card {
  text-align: center; padding: var(--space-9) var(--space-6);
  background: var(--surface-card); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md), var(--glow-cyan-sm);
}
.success-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: var(--radius-pill);
  background: var(--surface-inset); border: 1.5px solid var(--status-success);
  color: var(--status-success); box-shadow: var(--glow-cyan-sm); margin-bottom: 18px;
}
.success-card__icon .ic { width: 30px; height: 30px; }
.success-card h2 { font-weight: var(--fw-black); font-size: var(--text-3xl); }
.success-card p { margin: 12px auto 24px; font-size: var(--text-md); line-height: 1.6; color: var(--text-muted); max-width: 42ch; }

/* ---- CTA center ---- */
.cta-center { max-width: var(--container-md); margin: 0 auto; padding: var(--section-y) var(--space-6); text-align: center; }
.cta-center h2 { font-weight: var(--fw-black); font-size: var(--text-4xl); }
.cta-center p { margin: 14px auto 26px; font-size: var(--text-md); line-height: 1.6; color: var(--text-muted); max-width: 48ch; }
.cta-center__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- Responsive for page components ---- */
@media (max-width: 980px) {
  .detail__grid { grid-template-columns: 1fr; }
  .rail { position: static; }
  .steps, .trio { grid-template-columns: 1fr; }
  .quad { grid-template-columns: 1fr 1fr; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row__media { min-height: 200px; order: -1; }
  .feature-row__scrim { background: linear-gradient(180deg, transparent 30%, var(--surface-card) 100%); }
  .detail h1 { font-size: var(--text-4xl); }
}
@media (max-width: 760px) {
  .form-grid { grid-template-columns: 1fr; }
  .included { grid-template-columns: 1fr; }
  .quad { grid-template-columns: 1fr; }
  .rvo__head { display: none; }
  .rvo__row { grid-template-columns: 40px 1fr; grid-template-areas: "icon own" "icon rent"; row-gap: 4px; }
  .rvo__icon { grid-area: icon; }
  .rvo__own { grid-area: own; }
  .rvo__rent { grid-area: rent; font-size: 13.5px; }
  .robert__inner { grid-template-columns: 1fr; justify-items: start; }
  .cta-center h2 { font-size: var(--text-3xl); }
}
