/* ============================================================
   Fischer Wealth — celestial "North Star" design system
   Hand-rolled, no framework. Midnight navy + gold + cream.
   ============================================================ */

:root {
  --ink:        #0b1622;   /* near-black navy */
  --navy:       #11233a;
  --navy-2:     #16304d;
  --gold:       #c8a25a;
  --gold-light: #e3c98a;
  --gold-soft:  #d9bd86;
  --cream:      #f7f2e9;
  --paper:      #fbf8f1;
  --text:       #1c2430;
  --muted:      #5d6775;
  --muted-light:#9fb0c4;
  --line:       rgba(28,36,48,.12);
  --line-light: rgba(255,255,255,.12);

  --serif: "Fraunces", "Georgia", serif;
  --sans:  "Inter", system-ui, -apple-system, sans-serif;

  --maxw: 1120px;
  --radius: 18px;
  --shadow: 0 24px 60px -28px rgba(11,22,34,.35);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: .85em 1.6em; border-radius: 100px; border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--ink); box-shadow: 0 14px 30px -12px rgba(200,162,90,.6); }
.btn-gold:hover { box-shadow: 0 20px 40px -12px rgba(200,162,90,.7); }
.btn-ghost { background: transparent; color: var(--cream); border-color: rgba(227,201,138,.45); }
.btn-ghost:hover { border-color: var(--gold-light); background: rgba(227,201,138,.08); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--navy); }
.btn-sm { padding: .62em 1.15em; font-size: .9rem; }
.btn-lg { padding: 1em 2em; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), padding .35s var(--ease);
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(11,22,34,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line-light);
  padding: 10px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: .55em; color: var(--cream); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; letter-spacing: .01em; }
.brand-star { width: 22px; height: 22px; fill: var(--gold-light); flex: none; filter: drop-shadow(0 0 6px rgba(227,201,138,.5)); }
.brand-thin { font-weight: 400; color: var(--gold-soft); }

.nav { display: flex; gap: 30px; }
.nav a { color: var(--cream); font-size: .95rem; font-weight: 500; opacity: .85; position: relative; transition: opacity .2s; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1.5px; background: var(--gold-light); transition: width .25s var(--ease); }
.nav a:hover { opacity: 1; }
.nav a:hover::after { width: 100%; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--cream); border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: flex; flex-direction: column; gap: 6px; padding: 16px 24px 24px; background: rgba(11,22,34,.98); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { color: var(--cream); padding: 12px 0; border-bottom: 1px solid var(--line-light); font-weight: 500; }
.mobile-menu .btn { margin-top: 12px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 100% at 50% -10%, var(--navy-2) 0%, var(--ink) 55%);
  color: var(--cream);
  padding: 180px 0 150px;
  text-align: center;
}
.starfield { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.starfield-dim { opacity: .5; }
.hero-glow {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(227,201,138,.16) 0%, transparent 62%);
}
.hero-inner { position: relative; z-index: 2; max-width: 820px; }

.eyebrow {
  text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; font-weight: 600;
  color: var(--gold-soft); margin-bottom: 26px;
}
.hero-title { font-size: clamp(2.9rem, 8vw, 5.4rem); font-weight: 500; margin-bottom: 26px; }
.hero-title .grad {
  background: linear-gradient(120deg, var(--gold-light), var(--gold) 60%, #f4e6c4);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-style: italic; font-weight: 400;
}
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted-light); max-width: 600px; margin: 0 auto 38px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }

.hero-trust { list-style: none; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-trust li {
  display: flex; flex-direction: column; gap: 3px; text-align: left;
  padding: 14px 22px; border: 1px solid var(--line-light); border-radius: 14px;
  background: rgba(255,255,255,.03); min-width: 190px;
}
.hero-trust strong { color: var(--gold-light); font-size: .95rem; letter-spacing: .02em; }
.hero-trust span { color: var(--muted-light); font-size: .82rem; }

.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; height: 90px; z-index: 1; }
.wave-divider path { fill: var(--paper); }

/* ---------- generic section ---------- */
.section { padding: 110px 0; position: relative; }
.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.kicker {
  display: inline-block; text-transform: uppercase; letter-spacing: .22em; font-size: .74rem;
  font-weight: 600; color: var(--gold); margin-bottom: 18px;
}
.kicker-gold { color: var(--gold-light); }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); margin-bottom: 22px; }
.lead { color: var(--muted); font-size: 1.12rem; }
.lead-light { color: var(--muted-light); }

/* ---------- approach / principles ---------- */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.principle {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 32px; box-shadow: var(--shadow); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.principle:hover { transform: translateY(-5px); box-shadow: 0 30px 70px -30px rgba(11,22,34,.45); }
.principle-num { font-family: var(--serif); font-size: 1.4rem; color: var(--gold); font-style: italic; }
.principle h3 { font-size: 1.32rem; margin: 14px 0 12px; }
.principle p { color: var(--muted); font-size: .98rem; }

/* ---------- dark section (services) ---------- */
.section-dark { background: radial-gradient(120% 120% at 50% 0%, var(--navy-2) 0%, var(--ink) 60%); color: var(--cream); overflow: hidden; }
.section-dark .lead { color: var(--muted-light); }
.section-dark .container { position: relative; z-index: 2; }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.service-card {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--line-light); border-radius: var(--radius);
  padding: 44px 40px; transition: transform .3s var(--ease), border-color .3s;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(227,201,138,.4); }
.service-icon { width: 64px; height: 64px; margin-bottom: 24px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--gold-light); stroke-width: 1.4; }
.service-card h3 { font-size: 1.55rem; margin-bottom: 14px; color: #fff; }
.service-card > p { color: var(--muted-light); margin-bottom: 22px; }
.service-list { list-style: none; display: grid; gap: 12px; }
.service-list li { position: relative; padding-left: 26px; color: var(--cream); font-size: .96rem; }
.service-list li::before { content: "✦"; position: absolute; left: 0; top: 0; color: var(--gold); font-size: .85rem; }

/* ---------- process ---------- */
.process { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative; padding: 34px 26px; border-radius: var(--radius);
  background: var(--cream); border: 1px solid var(--line);
}
.step-star { position: absolute; top: 22px; right: 24px; color: var(--gold); opacity: .55; font-size: 1.1rem; }
.step-num { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; color: var(--gold); }
.step h3 { font-size: 1.4rem; margin: 10px 0 12px; }
.step p { color: var(--muted); font-size: .95rem; }
.process .step::after {
  content: ""; position: absolute; top: 50%; right: -13px; width: 22px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.process .step:last-child::after { display: none; }

/* ---------- about ---------- */
.section-cream { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; }
.about-photo { position: relative; }
.photo-frame {
  position: relative; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background: linear-gradient(160deg, var(--navy-2), var(--ink));
  box-shadow: var(--shadow); display: grid; place-items: center; z-index: 2;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder { display: none; color: var(--muted-light); text-align: center; font-size: .95rem; padding: 20px; }
.photo-placeholder small { color: var(--gold-soft); font-size: .8rem; }
.photo-frame.photo-empty .photo-placeholder { display: block; }
.about-orbit {
  position: absolute; inset: -28px -28px auto auto; width: 120px; height: 120px; z-index: 1;
  border: 1.5px solid var(--gold); border-radius: 50%; opacity: .35;
}
.about-orbit::before {
  content: "✦"; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 1.1rem;
}

.about-copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 16px 0 22px; }
.about-copy p { color: var(--muted); margin-bottom: 18px; }
.about-copy strong { color: var(--text); }
.creds { list-style: none; display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 32px; }
.creds li { display: flex; flex-direction: column; padding: 14px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.creds strong { color: var(--gold); font-size: .98rem; }
.creds span { color: var(--muted); font-size: .8rem; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(120% 140% at 50% 0%, var(--navy-2), var(--ink) 65%);
  color: var(--cream); padding: 96px 0;
}
.cta-inner { position: relative; z-index: 2; max-width: 640px; margin-inline: auto; }
.cta-inner h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 18px; }
.cta-inner h2 { background: linear-gradient(120deg, #fff, var(--gold-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta-inner p { color: var(--muted-light); margin-bottom: 34px; font-size: 1.1rem; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.contact-copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 16px 0 20px; }
.btn-book { margin: 12px 0 30px; }
.book-icon { color: var(--gold-light); }
.contact-meta { list-style: none; display: grid; gap: 16px; }
.contact-meta li { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-meta span { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 600; color: var(--gold); }
.contact-meta a, .contact-meta address { color: var(--text); font-style: normal; }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 34px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--text); margin-bottom: 7px; }
.field .opt { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--text);
  padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper);
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,90,.18); background: #fff;
}
.field textarea { resize: vertical; }
.form-status { margin-top: 14px; font-size: .92rem; text-align: center; min-height: 1.2em; }
.form-status.ok { color: #1f7a4d; }
.form-status.err { color: #b4452f; }
.form-fineprint { margin-top: 14px; font-size: .78rem; color: var(--muted); text-align: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--muted-light); padding: 64px 0 36px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid var(--line-light); }
.footer-brand { max-width: 340px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { font-size: .92rem; }
.footer-nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer-nav a { color: var(--cream); font-size: .92rem; opacity: .85; transition: opacity .2s; }
.footer-nav a:hover { opacity: 1; color: var(--gold-light); }
.footer-legal { padding-top: 28px; }
.disclosure { font-size: .78rem; line-height: 1.7; color: rgba(159,176,196,.75); max-width: 880px; }
.disclosure strong { color: var(--cream); }
.disclosure em { color: var(--gold-soft); font-style: italic; }
.copyright { margin-top: 18px; font-size: .82rem; color: var(--muted-light); }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .principles { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process .step::after { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-photo { max-width: 380px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { padding: 140px 0 120px; }
  .section { padding: 78px 0; }
  .hero-trust li { min-width: 0; flex: 1 1 100%; }
  .process { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
