/* LUMEX Group LLC — public house stylesheet
 *
 * Identity comes straight off the logo: deep navy ground, gold as the primary
 * accent, electric blue secondary. Craft borrowed from vealth.net: the page is
 * a laid-out conversation, generous type scale, honest numbers, no dead ends.
 *
 * Scope: the public pages only. The internal consoles (ops, crew, portal,
 * owner-dashboard) still load the older styles.css and are untouched.
 */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --ink: #0d1526;
  --ink-2: #121d33;
  --face: #16223c;
  --face-2: #1b2947;
  --rule: rgba(240, 180, 41, 0.16);
  --rule-soft: rgba(255, 255, 255, 0.09);

  --text: #f4f7fc;
  --muted: rgba(228, 236, 248, 0.72);
  --soft: rgba(228, 236, 248, 0.52);

  --gold: #f0b429;
  --gold-deep: #d99a12;
  --gold-glow: rgba(240, 180, 41, 0.22);
  --blue: #4a9fe0;
  --steel: #93a7c4;

  --spectrum: linear-gradient(104deg, #d99a12 0%, #f0b429 26%, #f4d68a 44%, #4a9fe0 74%, #2d7cbb 100%);

  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --step-1: clamp(34px, 5.4vw, 58px);
  --step-2: clamp(24px, 3vw, 32px);
  --step-3: 19px;
  --step-4: 16px;
  --step-5: 13.5px;

  --shell: 1120px;
  --gap: clamp(48px, 7vw, 88px);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 620px at 12% -8%, rgba(240, 180, 41, 0.10), transparent 62%),
    radial-gradient(1000px 560px at 92% 4%, rgba(74, 159, 224, 0.12), transparent 60%),
    var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: var(--step-4);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0;
}
p { margin: 0; }

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

img { max-width: 100%; height: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: var(--ink);
  padding: 10px 16px; font-weight: 600; z-index: 99;
}
.skip-link:focus { left: 12px; top: 12px; }

.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(13, 21, 38, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule-soft);
}
.site-header .shell {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 14px 0; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand:hover { text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 11px; border: 1px solid var(--rule); }
.brand-name {
  font-family: var(--display); font-size: 21px; font-weight: 700;
  letter-spacing: 0.06em; line-height: 1.1;
}
.brand-line {
  font-size: var(--step-5); color: var(--soft);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.site-nav a {
  color: var(--muted); font-size: var(--step-5); font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 9px 13px; border-radius: 999px;
}
.site-nav a:hover { color: var(--text); background: rgba(255,255,255,0.06); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--gold); background: var(--gold-glow); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 650; font-size: var(--step-4); letter-spacing: 0.01em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #20170a; box-shadow: 0 8px 26px rgba(240,180,41,0.26);
}
.btn-gold:hover { box-shadow: 0 12px 32px rgba(240,180,41,0.34); }
.btn-ghost {
  border-color: rgba(255,255,255,0.20); color: var(--text);
  background: rgba(255,255,255,0.04);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

/* Sections */
section { padding-block: var(--gap); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: var(--step-5); font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--spectrum);
}
.section-title { font-size: var(--step-2); }
.lede { font-size: var(--step-3); color: var(--muted); max-width: 62ch; margin-top: 16px; }

/* Hero */
.hero { padding-block: clamp(56px, 9vw, 108px) var(--gap); }
.hero h1 { font-size: var(--step-1); max-width: 17ch; }
.hero .lede { font-size: clamp(17px, 2vw, 20px); max-width: 56ch; }
.hero-rule {
  height: 3px; border-radius: 3px; background: var(--spectrum);
  width: 132px; margin-bottom: 26px;
}

/* Cards */
.grid { display: grid; gap: 20px; margin-top: 34px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.card {
  background: linear-gradient(168deg, var(--face) 0%, var(--face-2) 100%);
  border: 1px solid var(--rule-soft); border-radius: var(--radius);
  padding: 26px; position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto 0;
  height: 2px; background: var(--spectrum); opacity: 0.8;
}
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: var(--step-4); }
.card-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.card-list li {
  color: var(--muted); font-size: var(--step-4);
  padding-left: 22px; position: relative;
}
.card-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 2px; background: var(--gold);
}

/* Facts */
.facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px; background: var(--rule-soft);
  border: 1px solid var(--rule-soft); border-radius: var(--radius);
  overflow: hidden; margin-top: 40px;
}
.fact { background: var(--ink-2); padding: 24px 22px; }
.fact-value {
  font-family: var(--display); font-size: 27px; font-weight: 700;
  color: var(--gold); line-height: 1.1;
}
.fact-label {
  font-size: var(--step-5); color: var(--soft);
  letter-spacing: 0.09em; text-transform: uppercase; margin-top: 7px;
}

/* Steps */
.steps { counter-reset: step; display: grid; gap: 18px; margin-top: 34px; padding: 0; list-style: none; }
.step {
  counter-increment: step; display: grid;
  grid-template-columns: 46px 1fr; gap: 18px; align-items: start;
  background: rgba(255,255,255,0.03); border: 1px solid var(--rule-soft);
  border-radius: var(--radius); padding: 20px 22px;
}
.step::before {
  content: counter(step); font-family: var(--display);
  font-size: 20px; font-weight: 700; color: var(--ink); background: var(--gold);
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
}
.step h3 { font-size: 18px; margin-bottom: 5px; }
.step p { color: var(--muted); font-size: var(--step-4); }

/* Callout */
.callout {
  border: 1px solid var(--rule);
  background: linear-gradient(150deg, rgba(240,180,41,0.09), rgba(74,159,224,0.07));
  border-radius: var(--radius); padding: 28px; margin-top: 34px;
}
.callout h3 { font-size: 20px; margin-bottom: 10px; }
.callout p { color: var(--muted); }
.callout p + p { margin-top: 12px; }

/* Band */
.band {
  background:
    radial-gradient(700px 340px at 22% 0%, rgba(240,180,41,0.14), transparent 66%),
    var(--ink-2);
  border-block: 1px solid var(--rule-soft);
}
.band h2 { font-size: var(--step-2); }
.contact-lines { display: grid; gap: 12px; margin-top: 26px; padding: 0; list-style: none; }
.contact-lines li { display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; }
.contact-lines .k {
  font-size: var(--step-5); letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--soft); min-width: 84px;
}
.contact-lines .v { font-size: 19px; font-weight: 600; }

/* Forms */
.form-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 30px;
}
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: var(--step-5); font-weight: 600;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted);
}
.field input, .field select, .field textarea {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 11px; color: var(--text); font-family: var(--sans);
  font-size: var(--step-4); padding: 13px 15px; width: 100%;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow);
}
.field select option { background: var(--ink-2); color: var(--text); }
.form-note { font-size: var(--step-5); color: var(--soft); margin-top: 16px; }

/* Footer */
.site-footer { border-top: 1px solid var(--rule-soft); padding-block: 40px; margin-top: var(--gap); }
.site-footer .shell {
  display: flex; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; align-items: center;
}
.site-footer p { color: var(--soft); font-size: var(--step-5); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: var(--step-5); }

@media (max-width: 640px) {
  .site-header .shell { padding: 12px 0; }
  .brand img { width: 40px; height: 40px; }
  .site-nav a { padding: 8px 10px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
