* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Georgia, serif; background: #ffffff; color: #1A1A1A; min-width: 320px; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

/* NAV */
nav { background: #111111; padding: 0 4rem; display: flex; align-items: center; justify-content: space-between; height: 68px; position: sticky; top: 0; z-index: 100; border-bottom: 0.5px solid #1f1f1f; }
.nav-logo { display: flex; align-items: center; font-family: 'Arial Black', Arial, sans-serif; font-size: 18px; font-weight: 900; text-decoration: none; }
.nav-logo .g { color: #1D9E75; } .nav-logo .w { color: #ffffff; }
.nav-logo .sep { color: #444; font-size: 13px; font-weight: 400; font-family: Arial; margin: 0 7px; }
.nav-logo .lW { color: #BA7517; } .nav-logo .lH { color: #7F77DD; }
.nav-logo .lO { color: #D85A30; } .nav-logo .lM { color: #1D9E75; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: #888; font-family: Arial; font-size: 14px; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-btn { background: #1D9E75; color: #fff; font-family: Arial; font-size: 13px; font-weight: 700; padding: 10px 22px; border-radius: 5px; text-decoration: none; }

/* PAGE HERO */
.page-hero { background: #111111; padding: 5rem 4rem 4.5rem; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow { font-family: Arial; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #1D9E75; text-transform: uppercase; margin-bottom: 0.8rem; }
.page-hero h1 { font-size: 56px; font-weight: 700; line-height: 1.1; color: #ffffff; margin-bottom: 1.25rem; }
.page-hero h1 em { font-style: italic; color: #1D9E75; }
.page-hero h1 .gold { color: #BA7517; }
.page-hero p { font-family: Arial; font-size: 18px; color: #888; line-height: 1.7; max-width: 640px; }

/* CONTAINERS */
.container { max-width: 1200px; margin: 0 auto; padding: 0 4rem; }
.section { padding: 5.5rem 4rem; }
.section-alt { background: #f7f6f2; border-top: 0.5px solid #e8e5dc; border-bottom: 0.5px solid #e8e5dc; }
.section-dark { background: #111111; }

/* TYPOGRAPHY */
.section-eyebrow { font-family: Arial; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #1D9E75; text-transform: uppercase; margin-bottom: 0.8rem; }
.section-eyebrow.amber { color: #BA7517; }
.section-h2 { font-size: 42px; font-weight: 700; line-height: 1.12; margin-bottom: 1.25rem; }
.section-h2.white { color: #ffffff; }
.section-body { font-family: Arial; font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 1.5rem; }
.section-body.white { color: #888; }

/* BUTTONS */
.btn-green { display: inline-block; background: #1D9E75; color: #fff; padding: 14px 30px; border-radius: 5px; font-family: Arial; font-size: 15px; font-weight: 700; text-decoration: none; }
.btn-dark { display: inline-block; background: #1A1A1A; color: #fff; padding: 14px 30px; border-radius: 5px; font-family: Arial; font-size: 15px; font-weight: 700; text-decoration: none; }
.btn-amber { display: inline-block; background: #BA7517; color: #fff; padding: 14px 30px; border-radius: 5px; font-family: Arial; font-size: 15px; font-weight: 700; text-decoration: none; }
.btn-outline-white { display: inline-block; border: 1.5px solid #333; color: #bbb; padding: 14px 30px; border-radius: 5px; font-family: Arial; font-size: 15px; font-weight: 700; text-decoration: none; }
.btn-outline-teal { display: inline-block; border: 2px solid #1D9E75; color: #1D9E75; padding: 14px 30px; border-radius: 5px; font-family: Arial; font-size: 15px; font-weight: 700; text-decoration: none; }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; }

/* CARDS */
.card { background: #fff; border: 0.5px solid #e8e5dc; border-radius: 12px; padding: 2rem 1.75rem; }
.card-dark { background: #1A1A1A; border: 0.5px solid #2A2A2A; border-radius: 12px; padding: 2rem 1.75rem; }

/* WHOM COLORS */
.c-green { color: #1D9E75; } .c-amber { color: #BA7517; }
.c-purple { color: #7F77DD; } .c-red { color: #D85A30; }
.bg-green { background: #E1F5EE; } .bg-amber { background: #FAEEDA; }
.bg-purple { background: #EEEDFE; } .bg-red { background: #FAECE7; }

/* PULL QUOTE */
.pull { background: #1D9E75; padding: 5rem 4rem; text-align: center; }
.pull blockquote { font-size: 32px; font-style: italic; color: #fff; max-width: 800px; margin: 0 auto 1.5rem; line-height: 1.42; }
.pull cite { font-family: Arial; font-size: 13px; color: rgba(255,255,255,0.55); letter-spacing: 0.07em; text-transform: uppercase; font-style: normal; }

/* EMAIL CTA */
.email-cta { background: #f7f6f2; border-top: 0.5px solid #e8e5dc; padding: 5.5rem 4rem; text-align: center; }
.email-cta h2 { font-size: 38px; font-weight: 700; margin-bottom: 0.9rem; }
.email-cta > p { font-family: Arial; font-size: 17px; color: #888; line-height: 1.65; margin-bottom: 2.5rem; }
.email-row { display: flex; gap: 0.75rem; justify-content: center; max-width: 480px; margin: 0 auto 1rem; }
.email-row input { flex: 1; padding: 14px 18px; border-radius: 5px; border: 0.5px solid #ccc; font-family: Arial; font-size: 15px; }
.email-row button { background: #1A1A1A; color: #fff; padding: 14px 26px; border-radius: 5px; border: none; font-family: Arial; font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.email-fine { font-family: Arial; font-size: 13px; color: #bbb; }

/* FOOTER */
footer { background: #0D0D0D; padding: 4rem 4rem 0; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 3rem; border-top: 0.5px solid #1a1a1a; }
.f-logo { font-family: 'Arial Black', Arial, sans-serif; font-size: 16px; font-weight: 900; text-decoration: none; display: block; }
.f-tagline { font-family: Arial; font-size: 14px; color: #444; line-height: 1.65; margin-top: 0.8rem; max-width: 260px; }
.fc h4 { font-family: Arial; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #444; margin-bottom: 1.1rem; }
.fc a { display: block; font-family: Arial; font-size: 14px; color: #444; text-decoration: none; margin-bottom: 0.7rem; }
.fc a:hover { color: #fff; }
.f-bottom { background: #0D0D0D; padding: 1.5rem 4rem; border-top: 0.5px solid #1a1a1a; display: flex; justify-content: space-between; font-family: Arial; font-size: 13px; color: #333; }

/* ============ MOBILE NAV (hamburger) ============ */
.nav-toggle-cb { display: none; }
.nav-toggle { display: none; cursor: pointer; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.nav-menu { display: flex; align-items: center; gap: 2rem; }

/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 860px) {
  nav { padding: 0 1.25rem; }
  .nav-toggle { display: flex; }
  .nav-menu { position: absolute; top: 68px; left: 0; right: 0; background: #111; flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.25rem 1.25rem; border-bottom: 0.5px solid #1f1f1f; display: none; }
  .nav-toggle-cb:checked ~ .nav-menu { display: flex; }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav-links a { display: block; padding: 0.9rem 0; border-bottom: 0.5px solid #1a1a1a; font-size: 15px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-btn { margin-top: 0.9rem; text-align: center; }

  .page-hero { padding: 3rem 1.25rem; }
  .page-hero-inner { padding: 0; }
  .page-hero h1 { font-size: 36px; line-height: 1.15; }
  .page-hero p { font-size: 16px; }

  .container { padding: 0 1.25rem; }
  .section { padding: 3rem 1.25rem; }

  .section-h2 { font-size: 28px; line-height: 1.18; }
  .section-body { font-size: 15px; }

  .btn-row { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .btn-green, .btn-dark, .btn-amber, .btn-outline-white, .btn-outline-teal { text-align: center; padding: 13px 22px; }

  .pull { padding: 3rem 1.25rem; }
  .pull blockquote { font-size: 22px; line-height: 1.45; }

  .email-cta { padding: 3rem 1.25rem; }
  .email-cta h2 { font-size: 28px; }
  .email-cta > p { font-size: 15px; }
  .email-row { flex-direction: column; gap: 0.6rem; max-width: 100%; }
  .email-row input, .email-row button { width: 100%; }

  footer { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.25rem 1.5rem; }
  .f-tagline { max-width: none; }
  .f-bottom { padding: 1.25rem; flex-direction: column; gap: 8px; text-align: center; }
}

/* Extra-small devices */
@media (max-width: 420px) {
  nav { padding: 0 1rem; }
  .nav-logo { font-size: 16px; }
  .nav-logo .sep { font-size: 12px; margin: 0 5px; }
  .page-hero h1 { font-size: 30px; }
  .section-h2 { font-size: 24px; }
  .pull blockquote { font-size: 19px; }
  .email-cta h2 { font-size: 24px; }
}
