﻿/* ═══════════════════════════════════════════════════════════════════════════
   TREMINIX DEFENSE — NEO-DECO PRECISION DESIGN SYSTEM
   ─────────────────────────────────────────────────────────────────────────
   Company : Treminix Defense LLC
   Location: 509 W Russell St, Fayetteville, NC 28301, United States
   Phone   : (910) 484-5195  ·  Emergency: (910) 484-5195
   Email   : info@treminixdefense.com
   License : GA Lic. #JPCE-GA-7829  ·  Founded 2013  ·  Owner: Victor Osei
   ─────────────────────────────────────────────────────────────────────────
   Palette : Void #080910 · Sapphire #1B1F5E · Amber #D4A843 · Pearl #F4EFE6
   Fonts   : Cormorant SC (Art Deco display) · DM Sans (modern body) · Fira Code
   Aesthetic: Neo-Deco Precision — Linear cinematic × Art Deco luxury geometry
              Glassmorphism + geometric frames + cursor glow + amber-gold borders
              Diamond ornaments · symmetrical layouts · cinematic dark depth
   ═══════════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&family=Fira+Code:wght@300;400;500&display=swap');

/* ── ROOT TOKENS ──────────────────────────────────────────────────────── */
:root {
  /* Void — deep dark base */
  --void:    #080910;
  --void-2:  #0C0E18;
  --void-3:  #101422;
  --void-4:  #161B2E;
  --void-5:  #1D2338;
  --void-6:  #242C46;

  /* Sapphire — ambient indigo-blue mid-layer */
  --sap:     #1B1F5E;
  --sap-l:   #252B82;
  --sap-ll:  #3039B5;
  --sap-dim: rgba(27,31,94,0.45);
  --sap-glow:rgba(48,57,181,0.18);

  /* Amber-Gold — accent */
  --amber:   #D4A843;
  --amber-l: #E8C06A;
  --amber-d: #A8832E;
  --amber-dim: rgba(212,168,67,0.12);
  --amber-mid: rgba(212,168,67,0.25);
  --amber-rim: rgba(212,168,67,0.45);
  --amber-glow:rgba(212,168,67,0.20);

  /* Pearl — light text */
  --pearl:   #F4EFE6;
  --pearl-2: #E8E2D8;
  --pearl-3: #C8C2B6;
  --pearl-4: #A89E92;
  --pearl-5: #786E65;

  /* Borders */
  --b0: rgba(212,168,67,0.08);
  --b1: rgba(212,168,67,0.15);
  --b2: rgba(212,168,67,0.28);
  --b3: rgba(212,168,67,0.50);
  --bs: rgba(255,255,255,0.06);
  --bs2: rgba(255,255,255,0.10);

  /* Typography */
  --display: 'Cormorant SC', Georgia, serif;
  --body:    'DM Sans', system-ui, sans-serif;
  --mono:    'Fira Code', 'Courier New', monospace;

  /* Spacing */
  --s1:4px;  --s2:8px;  --s3:12px; --s4:16px; --s5:24px;
  --s6:32px; --s7:48px; --s8:64px; --s9:80px; --s10:96px;
  --s11:128px; --s12:160px;

  /* Radius — mostly sharp with tiny clips */
  --r0:0; --r1:2px; --r2:4px; --r3:8px; --r4:16px; --r5:9999px;

  /* Shadows */
  --sh0: 0 1px 3px rgba(0,0,0,0.40);
  --sh1: 0 4px 20px rgba(0,0,0,0.50), 0 1px 4px rgba(0,0,0,0.30);
  --sh2: 0 12px 48px rgba(0,0,0,0.60), 0 4px 12px rgba(0,0,0,0.40);
  --sh3: 0 24px 80px rgba(0,0,0,0.70), 0 8px 24px rgba(0,0,0,0.50);
  --sh-amber: 0 0 30px rgba(212,168,67,0.30), 0 0 8px rgba(212,168,67,0.15);
  --sh-sap:   0 0 40px rgba(48,57,181,0.25), 0 0 12px rgba(48,57,181,0.12);
  --glow-amber: 0 0 60px rgba(212,168,67,0.20);
  --glow-sap:   0 0 80px rgba(27,31,94,0.60);

  /* Motion */
  --ease:      cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out:  cubic-bezier(0, 0, 0.2, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t0: 0.08s; --t1: 0.15s; --t2: 0.25s; --t3: 0.42s; --t4: 0.65s;
}

/* ── RESET ────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body {
  background: var(--void);
  color: var(--pearl-3);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  cursor: none; /* custom cursor active */
}
img    { display: block; max-width: 100%; }
a      { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: none; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── NOISE TEXTURE OVERLAY ────────────────────────────────────────────── */
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  opacity: 0.7;
}

/* ── AMBIENT INDIGO GLOW ──────────────────────────────────────────────── */
body::after {
  content: ''; position: fixed; pointer-events: none; z-index: 0;
  width: 900px; height: 900px;
  background: radial-gradient(ellipse, rgba(27,31,94,0.35) 0%, transparent 70%);
  top: -200px; left: 50%; transform: translateX(-50%);
  filter: blur(40px);
}

/* ── CUSTOM CURSOR ────────────────────────────────────────────────────── */
.cursor-dot {
  position: fixed; width: 6px; height: 6px;
  background: var(--amber); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.06s, background 0.15s;
  mix-blend-mode: screen;
}
.cursor-ring {
  position: fixed; width: 32px; height: 32px;
  border: 1px solid var(--amber-rim); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.12s var(--ease-out), width 0.25s var(--ease-back), height 0.25s var(--ease-back), border-color 0.15s, opacity 0.15s;
}
.cursor-ring.hovering { width: 52px; height: 52px; border-color: var(--amber); }
body:not(.cursor-ready) .cursor-dot,
body:not(.cursor-ready) .cursor-ring { opacity: 0; }

/* ── TYPOGRAPHY ───────────────────────────────────────────────────────── */
.t-hero { font-family: var(--display); font-size: clamp(4rem,10vw,11rem); font-weight: 300; line-height: 0.90; letter-spacing: 0.04em; text-transform: uppercase; }
.t-xl   { font-family: var(--display); font-size: clamp(3rem,7vw,7rem);  font-weight: 400; line-height: 0.96; letter-spacing: 0.04em; text-transform: uppercase; }
.t-lg   { font-family: var(--display); font-size: clamp(2rem,5vw,5rem);  font-weight: 400; line-height: 1.05; letter-spacing: 0.04em; text-transform: uppercase; }
.t-md   { font-family: var(--display); font-size: clamp(1.5rem,3vw,3rem);font-weight: 500; line-height: 1.10; letter-spacing: 0.04em; text-transform: uppercase; }
.t-sm   { font-family: var(--display); font-size: 1.5rem; font-weight: 500; line-height: 1.20; letter-spacing: 0.05em; text-transform: uppercase; }
.t-xs   { font-family: var(--display); font-size: 1.1rem; font-weight: 500; line-height: 1.30; letter-spacing: 0.06em; text-transform: uppercase; }

.b-xl { font-size: 1.10rem; line-height: 1.80; color: var(--pearl-3); }
.b-lg { font-size: 1.00rem; line-height: 1.75; color: var(--pearl-4); }
.b-md { font-size: 0.90rem; line-height: 1.70; color: var(--pearl-4); }
.b-sm { font-size: 0.82rem; line-height: 1.65; color: var(--pearl-5); }

.mono  { font-family: var(--mono); font-size: 0.70rem; letter-spacing: 0.06em; color: var(--pearl-5); }
.label { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.20em; text-transform: uppercase; color: var(--amber); }

/* Gradient text */
.t-gold {
  background: linear-gradient(135deg, var(--amber-l) 0%, var(--amber) 40%, var(--amber-d) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── LAYOUT ───────────────────────────────────────────────────────────── */
.wrap    { max-width: 1360px; margin: 0 auto; padding: 0 var(--s8); position: relative; z-index: 1; }
.wrap-sm { max-width: 960px;  margin: 0 auto; padding: 0 var(--s8); position: relative; z-index: 1; }
.wrap-xs { max-width: 720px;  margin: 0 auto; padding: 0 var(--s8); position: relative; z-index: 1; }

.sec    { padding: var(--s12) 0; position: relative; }
.sec-lg { padding: var(--s11) 0; position: relative; }
.sec-md { padding: var(--s9) 0;  position: relative; }
.sec-sm { padding: var(--s7) 0;  position: relative; }

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s6); }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s5); }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s5); }

/* ── ART DECO ORNAMENTS ───────────────────────────────────────────────── */
/* Diamond separator */
.deco-sep {
  display: flex; align-items: center; gap: var(--s4); margin-bottom: var(--s6);
}
.deco-sep::before, .deco-sep::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--b2), transparent); }
.deco-diamond {
  width: 8px; height: 8px;
  background: var(--amber);
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 12px var(--amber-glow);
}
.deco-diamond-sm { width: 5px; height: 5px; background: var(--amber); transform: rotate(45deg); flex-shrink: 0; }

/* Section label with deco line */
.sec-tag {
  display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s6);
}
.sec-tag::before { content: '◆'; font-size: 0.50rem; color: var(--amber); letter-spacing: 0; }
.sec-tag-txt { font-family: var(--mono); font-size: 0.60rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--amber); }
.sec-tag::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--amber-mid); }

/* Gold border corner frame */
.geo-frame {
  position: relative;
}
.geo-frame::before, .geo-frame::after {
  content: ''; position: absolute;
  width: 20px; height: 20px;
  border-color: var(--amber-mid);
  border-style: solid;
}
.geo-frame::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.geo-frame::after  { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

/* ── GLASS PANEL ──────────────────────────────────────────────────────── */
.glass {
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--bs2); border-radius: var(--r3);
  position: relative; overflow: hidden;
}
.glass::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}

/* ── CARD SYSTEM ──────────────────────────────────────────────────────── */
.card {
  background: var(--void-3);
  border: 1px solid var(--b0);
  border-radius: var(--r3);
  transition: border-color var(--t2), box-shadow var(--t2), transform var(--t3) var(--ease);
  position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--amber-dim) 0%, transparent 60%);
  opacity: 0; transition: opacity var(--t2);
  pointer-events: none;
}
.card:hover { border-color: var(--b1); box-shadow: var(--sh1), var(--sh-amber); transform: translateY(-3px); }
.card:hover::before { opacity: 1; }

.card-glass {
  background: linear-gradient(145deg, rgba(29,35,56,0.85) 0%, rgba(14,16,24,0.90) 100%);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--b1); border-radius: var(--r3);
  box-shadow: var(--sh1);
  transition: border-color var(--t2), box-shadow var(--t2), transform var(--t3) var(--ease);
  position: relative; overflow: hidden;
}
.card-glass::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--b2), transparent);
}
.card-glass:hover { border-color: var(--b2); box-shadow: var(--sh2), 0 0 40px rgba(212,168,67,0.08); transform: translateY(-3px); }

/* Amber top accent card */
.card-amber {
  background: var(--void-4);
  border: 1px solid var(--b1);
  border-top: 2px solid var(--amber);
  border-radius: var(--r3);
  transition: all var(--t2);
}
.card-amber:hover { box-shadow: var(--sh-amber); transform: translateY(-2px); }

/* ── BUTTONS ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: var(--s3);
  font-family: var(--mono); font-size: 0.70rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 32px; border-radius: var(--r1);
  border: 1px solid transparent; cursor: none;
  transition: all var(--t2) var(--ease);
  position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 100%);
  opacity: 0; transition: opacity var(--t1);
}
.btn:hover::before { opacity: 1; }
.btn-arr { transition: transform var(--t2) var(--ease); }
.btn:hover .btn-arr { transform: translateX(4px); }

/* Primary — amber fill */
.btn-primary {
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-d) 100%);
  color: var(--void); border-color: var(--amber);
  box-shadow: 0 4px 24px rgba(212,168,67,0.35), 0 1px 4px rgba(0,0,0,0.4);
  font-weight: 600;
}
.btn-primary:hover { box-shadow: var(--sh-amber), 0 0 40px rgba(212,168,67,0.25); transform: translateY(-2px); }

/* Ghost — amber outline */
.btn-ghost {
  background: transparent; color: var(--amber); border-color: var(--b2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.btn-ghost:hover { border-color: var(--amber); box-shadow: 0 0 20px rgba(212,168,67,0.15); transform: translateY(-1px); }

/* Void — dark fill */
.btn-void {
  background: var(--void-3); color: var(--pearl-2); border-color: var(--bs2);
}
.btn-void:hover { border-color: var(--b2); transform: translateY(-1px); }

/* White */
.btn-white {
  background: var(--pearl); color: var(--void); border-color: var(--pearl);
  font-weight: 600;
}
.btn-white:hover { background: var(--pearl-2); transform: translateY(-2px); }

.btn-sm { padding: 10px 22px; font-size: 0.62rem; }

/* ── NAV ──────────────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: var(--s4) 0;
  transition: all var(--t2);
}
.nav::before {
  content: ''; position: absolute; inset: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0px);
  transition: background var(--t2), border-color var(--t2), backdrop-filter var(--t2);
}
.nav.scrolled::before {
  background: rgba(8,9,16,0.88);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom-color: var(--b0);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 1;
}
.nav-logo {
  display: flex; align-items: center; gap: var(--s3);
  font-family: var(--display); font-size: 1.15rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--pearl);
}
.nav-logo-mark {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-d) 100%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); /* diamond */
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1.1rem;
  transition: transform var(--t2) var(--ease-back);
}
.nav-logo:hover .nav-logo-mark { transform: rotate(90deg) scale(1.1); }
.nav-links { display: flex; align-items: center; gap: var(--s7); }
.nav-links a {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pearl-4); position: relative; padding: var(--s2) 0;
  transition: color var(--t1);
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 1px; background: var(--amber);
  transform: scaleX(0); transform-origin: center;
  transition: transform var(--t2) var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--pearl); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: var(--s5); }
.nav-phone { font-family: var(--mono); font-size: 0.60rem; letter-spacing: 0.10em; color: var(--pearl-5); transition: color var(--t1); }
.nav-phone:hover { color: var(--amber); }
.nav-ham { display: none; flex-direction: column; gap: 5px; padding: var(--s2); cursor: none; }
.nav-ham span { display: block; width: 22px; height: 1px; background: var(--pearl-4); border-radius: var(--r5); transition: all var(--t2); }

/* ── INNER HERO ───────────────────────────────────────────────────────── */
.inner-hero {
  padding: 150px 0 var(--s9); position: relative; overflow: hidden;
  background: var(--void-2);
}
.inner-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber-mid), transparent);
}
.inner-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--b1), transparent);
}

/* ── FORM ─────────────────────────────────────────────────────────────── */
.fg { display: flex; flex-direction: column; gap: var(--s2); }
.flb { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); }
.fi {
  background: var(--void-4); border: 1px solid var(--bs2);
  border-radius: var(--r2); padding: 13px 16px;
  font-family: var(--body); font-size: 0.90rem; color: var(--pearl);
  outline: none; width: 100%;
  transition: border-color var(--t1), box-shadow var(--t1);
}
.fi::placeholder { color: var(--pearl-5); }
.fi:focus { border-color: var(--b2); box-shadow: 0 0 0 3px var(--amber-dim), var(--sh-amber); }
textarea.fi { min-height: 120px; resize: vertical; }
select.fi {
  appearance: none; cursor: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 8L0 0h12z' fill='%23D4A843' opacity='0.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.fcheck { display: flex; align-items: flex-start; gap: var(--s3); }
.fcheck input { width: 14px; height: 14px; accent-color: var(--amber); flex-shrink: 0; margin-top: 2px; cursor: none; }
.fcheck label { font-size: 0.78rem; color: var(--pearl-5); line-height: 1.5; }
.fcheck a { color: var(--amber); }

/* ── MODAL ────────────────────────────────────────────────────────────── */
.modal-ov {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(5,6,12,0.80);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: center; padding: var(--s6);
  opacity: 0; pointer-events: none; transition: opacity var(--t2);
}
.modal-ov.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--void-3);
  border: 1px solid var(--b1);
  border-radius: var(--r4); padding: var(--s8); width: 100%; max-width: 580px;
  max-height: 92vh; overflow-y: auto; position: relative;
  transform: translateY(28px) scale(0.96);
  transition: transform var(--t3) var(--ease);
  box-shadow: var(--sh3), var(--sh-sap);
}
.modal-ov.open .modal-box { transform: none; }
/* Deco top bar */
.modal-box::before {
  content: ''; position: absolute; top: 0; left: var(--s8); right: var(--s8);
  height: 2px; background: linear-gradient(90deg, transparent, var(--amber), transparent);
  border-radius: 0 0 var(--r1) var(--r1);
}
/* Corner gems */
.modal-box::after {
  content: '';
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; background: var(--amber);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.modal-x {
  position: absolute; top: var(--s5); right: var(--s5);
  width: 30px; height: 30px; border-radius: var(--r5);
  background: var(--void-5); border: 1px solid var(--bs2);
  color: var(--pearl-5); display: flex; align-items: center;
  justify-content: center; font-size: 0.88rem; cursor: none;
  transition: all var(--t1);
}
.modal-x:hover { background: var(--amber-dim); border-color: var(--b2); color: var(--amber); }

/* ── COOKIE ───────────────────────────────────────────────────────────── */
.cookie {
  position: fixed; bottom: var(--s6); left: 50%; transform: translateX(-50%) translateY(0);
  width: min(600px, calc(100% - 3rem));
  background: var(--void-3); border: 1px solid var(--b1);
  border-radius: var(--r3); padding: var(--s5) var(--s6);
  display: flex; align-items: center; gap: var(--s5); flex-wrap: wrap;
  z-index: 8000; box-shadow: var(--sh2), var(--sh-sap);
  transition: transform 0.4s var(--ease), opacity 0.4s;
}
.cookie.gone { transform: translateX(-50%) translateY(200%); opacity: 0; pointer-events: none; }
.cookie p { font-size: 0.80rem; color: var(--pearl-4); flex: 1; line-height: 1.5; }
.cookie a { color: var(--amber); }
.cookie-btns { display: flex; gap: var(--s3); flex-shrink: 0; }

/* ── FOOTER ───────────────────────────────────────────────────────────── */
footer {
  background: var(--void-2);
  border-top: 1px solid var(--b1);
  padding: var(--s11) 0 var(--s7);
  position: relative;
}
footer::before {
  content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; background: var(--amber);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.foot-g { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: var(--s10); margin-bottom: var(--s10); }
.foot-desc { font-size: 0.85rem; color: var(--pearl-5); line-height: 1.75; margin: var(--s5) 0 var(--s6); max-width: 280px; }
.foot-soc-row { display: flex; gap: var(--s3); }
.foot-soc {
  width: 34px; height: 34px;
  background: var(--void-4); border: 1px solid var(--bs);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); /* diamond shape */
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 0.58rem; color: var(--pearl-5);
  transition: all var(--t2);
}
.foot-soc:hover { background: var(--amber-dim); border-color: var(--b2); color: var(--amber); }
.foot-ch {
  font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--amber); margin-bottom: var(--s4);
  display: flex; align-items: center; gap: var(--s3);
}
.foot-ch::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--b1), transparent); }
.foot-ul li { margin-bottom: var(--s3); }
.foot-ul a { font-size: 0.84rem; color: var(--pearl-5); transition: color var(--t1); position: relative; padding-left: var(--s4); }
.foot-ul a::before { content: '◆'; position: absolute; left: 0; font-size: 0.4rem; color: var(--amber-d); top: 50%; transform: translateY(-50%); }
.foot-ul a:hover { color: var(--amber-l); }
.foot-bot {
  border-top: 1px solid var(--b0); padding-top: var(--s5);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--s4);
}
.foot-copy { font-family: var(--mono); font-size: 0.60rem; color: var(--pearl-5); }
.foot-leg { display: flex; gap: var(--s5); }
.foot-leg a { font-family: var(--mono); font-size: 0.60rem; color: var(--pearl-5); transition: color var(--t1); }
.foot-leg a:hover { color: var(--amber-l); }

/* ── READ PROGRESS ────────────────────────────────────────────────────── */
.read-bar-wrap { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 1001; }
.read-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--sap-ll), var(--amber)); transition: width 0.1s linear; }

/* ── BADGE ────────────────────────────────────────────────────────────── */
.badge {
  display: inline-flex; align-items: center; gap: var(--s2);
  padding: 4px 14px; border-radius: var(--r1);
  font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--amber-dim); color: var(--amber-l); border: 1px solid var(--b1);
}
.badge-pulse { width: 5px; height: 5px; background: var(--amber); border-radius: 50%; animation: bpulse 2s ease infinite; }
@keyframes bpulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.3;transform:scale(0.6)} }

/* ── STAT NUMBER ──────────────────────────────────────────────────────── */
.stat-n { font-family: var(--display); font-size: clamp(3rem,6vw,5.5rem); font-weight: 300; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pearl); line-height: 1; }
.stat-n .suf { color: var(--amber); font-size: 0.55em; }
.stat-rule { height: 1px; background: var(--b0); margin: var(--s3) 0; }

/* ── REVIEW ───────────────────────────────────────────────────────────── */
.stars { display: flex; gap: 2px; margin-bottom: var(--s4); }
.stars span { color: var(--amber); font-size: 0.80rem; }
.review-q { font-family: var(--display); font-style: italic; font-size: 1.02rem; color: var(--pearl-2); line-height: 1.70; margin-bottom: var(--s5); letter-spacing: 0.02em; }
.review-by { font-family: var(--mono); font-weight: 500; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pearl-3); }
.review-loc { font-family: var(--mono); font-size: 0.58rem; color: var(--pearl-5); margin-top: 2px; }

/* ── FAQ ──────────────────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--b0); }
.faq-item:first-child { border-top: 1px solid var(--b0); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s5);
  padding: var(--s5) 0; font-family: var(--display); font-size: 1.05rem;
  font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--pearl-2); text-align: left; cursor: none; transition: color var(--t1);
}
.faq-q:hover { color: var(--amber-l); }
.faq-ico {
  width: 26px; height: 26px;
  background: var(--void-4); border: 1px solid var(--bs2);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; color: var(--pearl-5); flex-shrink: 0;
  transition: all var(--t2) var(--ease);
}
.faq-item.open .faq-ico { background: var(--amber-dim); border-color: var(--b2); color: var(--amber); transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.42s var(--ease), padding 0.28s; }
.faq-body.open { max-height: 320px; padding-bottom: var(--s5); }
.faq-body p { font-size: 0.90rem; color: var(--pearl-4); line-height: 1.80; }

/* ── CI CONTACT ───────────────────────────────────────────────────────── */
.ci { display: flex; align-items: flex-start; gap: var(--s4); padding: var(--s4) 0; border-bottom: 1px solid var(--b0); }
.ci:first-child { padding-top: 0; } .ci:last-child { border-bottom: none; }
.ci-icon {
  width: 40px; height: 40px; background: var(--amber-dim); border: 1px solid var(--b1);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0;
}
.ci-lbl { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); margin-bottom: 3px; }
.ci-val { font-family: var(--body); font-weight: 600; font-size: 0.92rem; color: var(--pearl); }
.ci-sub { font-family: var(--mono); font-size: 0.58rem; color: var(--pearl-5); margin-top: 2px; }

/* ── AREA CHIP ────────────────────────────────────────────────────────── */
.area-chip { display: flex; align-items: center; gap: var(--s2); padding: 8px 16px; background: var(--void-4); border: 1px solid var(--b0); border-radius: var(--r1); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.10em; text-transform: uppercase; color: var(--pearl-4); transition: all var(--t2); }
.area-chip:hover { border-color: var(--b2); color: var(--amber); background: var(--amber-dim); }
.area-chip .d { width: 4px; height: 4px; background: var(--amber-d); transform: rotate(45deg); flex-shrink: 0; }

/* ── BLOG IMG ─────────────────────────────────────────────────────────── */
.blog-img { overflow: hidden; aspect-ratio: 16/9; border-radius: var(--r2); margin-bottom: var(--s5); }
.blog-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.70) brightness(0.85); transition: transform var(--t4) var(--ease), filter var(--t3); }
.card-glass:hover .blog-img img { transform: scale(1.06); filter: saturate(0.90) brightness(0.92); }
.blog-cat { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: var(--s3); }
.blog-meta { font-family: var(--mono); font-size: 0.58rem; color: var(--pearl-5); }
.blog-more { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.10em; text-transform: uppercase; color: var(--amber-l); display: inline-flex; align-items: center; gap: var(--s2); transition: gap var(--t2); }
.card-glass:hover .blog-more { gap: var(--s3); }

/* ── LEGAL / ARTICLE ──────────────────────────────────────────────────── */
.legal h2, .art h2 { font-family: var(--display); font-weight: 500; font-size: 1.4rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pearl); margin: var(--s9) 0 var(--s4); padding-bottom: var(--s3); border-bottom: 1px solid var(--b0); }
.legal h2:first-child, .art h2:first-child { margin-top: 0; }
.legal p, .art p  { font-size: 0.90rem; color: var(--pearl-4); line-height: 1.85; margin-bottom: var(--s4); }
.legal ul, .art ul { margin: 0 0 var(--s4) var(--s5); }
.legal li, .art li { font-size: 0.90rem; color: var(--pearl-4); margin-bottom: var(--s2); list-style: disc; line-height: 1.75; }
.legal a, .art a  { color: var(--amber-l); }
.legal strong, .art strong { color: var(--pearl-2); }
.legal-meta { font-family: var(--mono); font-size: 0.62rem; color: var(--pearl-5); margin-bottom: var(--s7); padding-bottom: var(--s6); border-bottom: 1px solid var(--b0); line-height: 1.8; }

.back { display: inline-flex; align-items: center; gap: var(--s3); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.10em; text-transform: uppercase; color: var(--pearl-5); margin-bottom: var(--s7); transition: color var(--t1); }
.back:hover { color: var(--amber); }

/* ── REVEAL ───────────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s}
.d4{transition-delay:.32s} .d5{transition-delay:.40s}

/* ── IMG FRAME ────────────────────────────────────────────────────────── */
.img-frame { border-radius: var(--r3); overflow: hidden; border: 1px solid var(--b1); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.72) brightness(0.85); transition: transform var(--t4) var(--ease), filter var(--t3); }
.img-frame:hover img { transform: scale(1.04); filter: saturate(0.85) brightness(0.92); }

/* ── MAP BOX ──────────────────────────────────────────────────────────── */
.map-box { background: var(--void-4); border: 1px solid var(--b1); border-radius: var(--r3); overflow: hidden; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; }
.map-box::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(212,168,67,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(212,168,67,0.04) 1px, transparent 1px); background-size: 32px 32px; }

/* ── UTILITY ──────────────────────────────────────────────────────────── */
.tc { text-align: center; }
.mt5{margin-top:var(--s5)} .mt6{margin-top:var(--s6)} .mt7{margin-top:var(--s7)} .mt8{margin-top:var(--s8)} .mt9{margin-top:var(--s9)}
.mb5{margin-bottom:var(--s5)} .mb6{margin-bottom:var(--s6)} .mb7{margin-bottom:var(--s7)} .mb8{margin-bottom:var(--s8)} .mb9{margin-bottom:var(--s9)}

/* ── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width:1100px) {
  .g4 { grid-template-columns: repeat(2,1fr); }
  .foot-g { grid-template-columns: 1fr 1fr; gap: var(--s8); }
}
@media (max-width:900px) { .g3 { grid-template-columns: 1fr 1fr; } }
@media (max-width:768px) {
  .wrap, .wrap-sm { padding: 0 var(--s5); }
  .nav-links, .nav-phone { display: none; }
  .nav-ham { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: var(--s3);
    position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
    background: rgba(8,9,16,0.97); backdrop-filter: blur(24px);
    padding: var(--s7) var(--s5); align-items: flex-start;
    border-top: 1px solid var(--b0);
  }
  .nav-links.open a { font-size: 0.80rem; padding: var(--s4) 0; color: var(--pearl-2); }
  .g2, .g3 { grid-template-columns: 1fr; gap: var(--s5); }
  .foot-g { grid-template-columns: 1fr; }
  .sec { padding: var(--s9) 0; }
  .form-row { grid-template-columns: 1fr; }
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }
}
@media (max-width:480px) { .wrap { padding: 0 var(--s4); } }

