:root {
  --gold: #c9a84c;
  --gold-light: rgba(201,168,76,0.12);
  --gold-border: rgba(201,168,76,0.3);
  --black: #111111;
  --black-deep: #0a0a0a;
  --black-mid: #191919;
  --black-card: #1a1a1a;
  --gray-dark: #2a2a2a;
  --gray-text: #888888;
  --off-white: #f9f8f5;
  --border-warm: #e8e5dd;
  --white: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: var(--white); color: var(--black); -webkit-font-smoothing: antialiased; }

/* FRAUD BAR */
.fraud-bar { background: #1a1a1a; border-bottom: 1px solid var(--gold-border); padding: 10px 48px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.fraud-bar p { color: #aaa; font-size: 12px; line-height: 1.5; }
.fraud-bar strong { color: var(--gold); }
.fraud-icon { color: var(--gold); flex-shrink: 0; }

/* NAV */
nav { background: var(--black); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 80px; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.04); }
.nav-logo img { height: 56px; width: auto; display: block; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: #999; font-size: 11px; text-decoration: none; letter-spacing: 1.2px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; }
.nav-phone { color: var(--gold); font-size: 13px; letter-spacing: 0.5px; text-decoration: none; }

/* BIO HERO */
.bio-hero { background: var(--black); padding: 56px 48px 0; }
.bio-hero-inner { max-width: 1100px; margin: 0 auto; }
.back-link { color: #666; font-size: 12px; text-decoration: none; letter-spacing: 0.5px; display: inline-block; margin-bottom: 32px; transition: color 0.2s; }
.back-link:hover { color: var(--gold); }
.bio-header { display: flex; gap: 40px; align-items: flex-end; padding-bottom: 48px; border-bottom: 1px solid #222; }
.bio-photo-wrap { flex-shrink: 0; }
.bio-photo-placeholder { width: 140px; height: 140px; border-radius: 4px; background: #222; border: 1.5px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-family: 'EB Garamond', serif; color: var(--gold); font-size: 32px; font-weight: 500; }
.bio-photo-wrap img { width: 140px; height: 140px; border-radius: 4px; object-fit: cover; border: 1.5px solid var(--gold-border); display: block; }
.bio-header-info { flex: 1; }
.bio-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.bio-rule { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }
.bio-eyebrow span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.bio-hero h1 { font-family: 'EB Garamond', serif; color: var(--white); font-size: 42px; font-weight: 500; line-height: 1.15; margin-bottom: 8px; }
.bio-title { color: #777; font-size: 14px; letter-spacing: 0.5px; margin-bottom: 14px; font-weight: 300; }
.bio-email { color: var(--gold); font-size: 13px; text-decoration: none; transition: opacity 0.2s; }
.bio-email:hover { opacity: 0.8; }
.bio-phone { display: block; color: #666; font-size: 12px; margin-top: 4px; text-decoration: none; }

/* BIO BODY */
.bio-body { padding: 56px 48px; }
.bio-content { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.bio-text p { font-size: 15px; color: #555; line-height: 1.85; margin-bottom: 20px; font-weight: 300; }
.bio-text p:last-child { margin-bottom: 0; }

/* BIO SIDEBAR */
.bio-sidebar { display: flex; flex-direction: column; gap: 16px; }
.bio-card { background: var(--off-white); border: 1px solid var(--border-warm); border-radius: 4px; padding: 18px 20px; }
.bio-card-label { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.bio-card-value { font-size: 13px; color: var(--black); font-weight: 400; line-height: 1.6; }
.bio-card-value + .bio-card-value { margin-top: 4px; }
.bio-instagram { margin-top: 10px; }
.bio-instagram iframe { width: 100%; border: none; min-height: 280px; }
.bio-instagram a { display: inline-block; color: var(--gold); font-size: 13px; text-decoration: none; font-weight: 700; padding: 10px 0; transition: opacity 0.2s; }
.bio-instagram a:hover { opacity: 0.8; }

/* TOWN TITLE BUTTON */
.town-title-btn { display: inline-block; margin-top: 12px; background: var(--gold-light); border: 1px solid var(--gold-border); color: var(--gold); font-size: 12px; font-weight: 700; padding: 10px 16px; border-radius: 3px; text-decoration: none; letter-spacing: 0.5px; transition: background 0.2s; }
.town-title-btn:hover { background: rgba(201,168,76,0.2); }

/* CTA STRIP */
.bio-cta { background: var(--off-white); border-top: 1px solid var(--border-warm); border-bottom: 1px solid var(--border-warm); padding: 40px 48px; display: flex; align-items: center; gap: 16px; justify-content: center; }
.bio-cta p { color: #888; font-size: 14px; font-weight: 300; margin-right: 8px; }
.btn-gold { background: var(--gold); color: var(--black); padding: 12px 26px; border-radius: 3px; font-size: 11px; font-weight: 700; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; transition: opacity 0.2s; }
.btn-gold:hover { opacity: 0.88; }
.btn-ghost { background: transparent; color: #777; padding: 11px 26px; border-radius: 3px; font-size: 11px; text-decoration: none; border: 1px solid #ccc; letter-spacing: 1px; text-transform: uppercase; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* FOOTER */
footer { background: #0a0a0a; padding: 52px 48px 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.footer-brand-name { font-family: 'EB Garamond', serif; color: var(--white); font-size: 17px; font-weight: 500; margin-bottom: 10px; }
.footer-brand-name span { color: var(--gold); }
.footer-brand p { color: #333; font-size: 12px; line-height: 1.85; font-weight: 300; }
.footer-col h5 { color: #555; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid #1a1a1a; }
.footer-col a { display: block; color: #333; font-size: 12px; text-decoration: none; margin-bottom: 8px; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #181818; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { color: #2a2a2a; font-size: 11px; }
.footer-badge { background: #141414; border: 1px solid #222; color: #444; font-size: 10px; padding: 5px 12px; border-radius: 2px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .fraud-bar, nav, .bio-hero, .bio-body, .bio-cta, footer { padding-left: 24px; padding-right: 24px; }
  .nav-links { display: none; }
  .bio-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .bio-content { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .bio-hero h1 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .bio-cta { flex-direction: column; text-align: center; }
}
