/* GLOBAL OVERFLOW FIX */
html { scroll-padding-top: 120px; }
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
*, *::before, *::after {
  max-width: 100%;
}

:root {
  --forest: #2C4A2E;
  --forest-mid: #3D6B40;
  --sage: #9DA882;
  --sage-light: #C8D4B8;
  --sage-pale: #EDF0E8;
  --cream: #F7F5F0;
  --white: #FFFFFF;
  --dark: #111613;
  --mid: #3D4D3E;
  --muted: #6B7D6C;
  --border: #E0E4DA;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--dark); font-weight: 300; line-height: 1.6; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,1); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 64px; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-circle { width: 36px; height: 36px; background: var(--forest); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-circle svg { width: 20px; height: 20px; }
.logo-name { font-size: 15px; font-weight: 500; color: var(--dark); letter-spacing: 0.5px; display: block; line-height: 1.1; }
.logo-sub { font-size: 10px; font-weight: 300; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; display: block; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 400; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--forest); }
.nav-cta { background: var(--forest) !important; color: white !important; padding: 9px 22px; border-radius: 4px; }
.nav-cta:hover { background: var(--forest-mid) !important; color: white !important; }

/* HERO */
#home { min-height: 100vh; padding: 68px 64px 0; display: flex; align-items: center; background: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; }
.hero-left { animation: fadeUp 0.8s ease both; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-pale); border: 1px solid var(--sage-light); border-radius: 100px; padding: 6px 14px; font-size: 12px; font-weight: 400; color: var(--forest); margin-bottom: 28px; }
.badge-dot { width: 6px; height: 6px; background: var(--forest); border-radius: 50%; }
.hero-title { font-family: 'DM Serif Display', serif; font-size: 60px; line-height: 1.08; color: var(--dark); margin-bottom: 24px; letter-spacing: -0.5px; }
.hero-title em { font-style: italic; color: var(--forest); }
.hero-body { font-size: 17px; line-height: 1.75; color: var(--muted); font-weight: 300; margin-bottom: 40px; max-width: 460px; }
.hero-actions { display: flex; gap: 16px; align-items: center; }
.btn-primary { background: var(--forest); color: white; padding: 14px 30px; border-radius: 4px; font-size: 14px; font-weight: 400; text-decoration: none; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--forest-mid); }
.btn-secondary { color: var(--forest); font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--forest); padding-bottom: 1px; transition: opacity 0.2s; }
.btn-secondary:hover { opacity: 0.7; }
.hero-right { animation: fadeUp 1s ease 0.15s both; }
.hero-card { background: var(--forest); border-radius: 12px; padding: 48px; position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; background: var(--forest-mid); border-radius: 50%; opacity: 0.4; }
.hero-card-eyebrow { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--sage); margin-bottom: 32px; font-weight: 400; position: relative; }
.hero-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; position: relative; }
.hero-stat-num { font-family: 'DM Serif Display', serif; font-size: 48px; color: white; line-height: 1; margin-bottom: 6px; }
.hero-stat-label { font-size: 13px; color: var(--sage-light); font-weight: 300; line-height: 1.4; }
.hero-card-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 32px 0; }
.expertise-tag { display: inline-block; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; padding: 5px 12px; font-size: 12px; color: var(--sage-light); margin: 4px 4px 4px 0; font-weight: 300; }

/* TRUST STRIP */
.trust-strip { background: var(--sage-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 18px 64px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); white-space: nowrap; font-weight: 400; }
.trust-divider { width: 1px; height: 20px; background: var(--border); flex-shrink: 0; }
.trust-items { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.trust-item { font-size: 13px; color: var(--mid); font-weight: 400; display: flex; align-items: center; gap: 8px; }
.trust-check { width: 16px; height: 16px; background: var(--forest); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-check svg { width: 8px; height: 8px; }

/* INTRO */
#intro { padding: 100px 64px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-right { display: flex; flex-direction: column; gap: 16px; }
.intro-card { background: var(--cream); border: 1px solid var(--border); border-radius: 8px; padding: 28px; border-left: 3px solid var(--forest); }
.intro-card-title { font-size: 15px; font-weight: 500; color: var(--dark); margin-bottom: 8px; }
.intro-card-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* SERVICES */
#services { padding: 100px 64px; background: var(--cream); }
.section-header { max-width: 600px; margin-bottom: 56px; }
.eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--forest); font-weight: 400; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--forest); }
.section-title { font-family: 'DM Serif Display', serif; font-size: 44px; line-height: 1.1; color: var(--dark); letter-spacing: -0.3px; margin-bottom: 16px; }
.section-title em { font-style: italic; color: var(--forest); }
.section-body { font-size: 16px; color: var(--muted); line-height: 1.75; font-weight: 300; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.service-card { background: var(--white); padding: 36px 30px; transition: background 0.2s; }
.service-card:hover { background: var(--sage-pale); }
.service-card.featured { background: var(--forest); }
.service-card.featured:hover { background: var(--forest-mid); }
.service-card.featured .service-title { color: white; }
.service-card.featured .service-body { color: var(--sage-light); }
.service-card.featured .service-icon { background: rgba(255,255,255,0.1); }
.service-card.featured .service-icon svg { stroke: var(--sage); }
.service-icon { width: 40px; height: 40px; background: var(--sage-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 20px; height: 20px; }
.service-title { font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--dark); margin-bottom: 12px; font-weight: 400; }
.service-body { font-size: 13px; line-height: 1.75; color: var(--muted); font-weight: 300; }
.service-new { display: inline-block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; background: var(--sage-pale); color: var(--forest); border: 1px solid var(--sage-light); border-radius: 100px; padding: 2px 8px; margin-bottom: 12px; font-weight: 400; }
.service-card.featured .service-new { background: rgba(255,255,255,0.12); color: var(--sage-light); border-color: rgba(255,255,255,0.2); }

/* DISTRIBUTION SPOTLIGHT */
#distribution { padding: 100px 64px; background: var(--forest); }
.dist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
#distribution .eyebrow { color: var(--sage); }
#distribution .eyebrow::before { background: var(--sage); }
#distribution .section-title { color: white; }
#distribution .section-title em { color: var(--sage); }
.dist-body { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.55); font-weight: 300; margin-bottom: 20px; }
.dist-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; }
.dist-cap { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 14px 16px; font-size: 13px; color: var(--sage-light); font-weight: 300; display: flex; align-items: center; gap: 10px; }
.dist-cap-dot { width: 5px; height: 5px; background: var(--sage); border-radius: 50%; flex-shrink: 0; }
.dist-right { }
.dist-feature-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 40px; }
.dist-feature-title { font-family: 'DM Serif Display', serif; font-size: 22px; color: white; margin-bottom: 20px; line-height: 1.3; }
.dist-feature-body { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
.dist-tech-list { display: flex; flex-direction: column; gap: 10px; }
.dist-tech-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--sage-light); font-weight: 300; }
.dist-tech-check { width: 16px; height: 16px; border: 1px solid var(--sage); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dist-tech-check svg { width: 8px; height: 8px; }

/* WHY */
#why { padding: 100px 64px; background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 48px; }
.why-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 28px; display: flex; gap: 20px; align-items: flex-start; transition: border-color 0.2s, box-shadow 0.2s; }
.why-card:hover { border-color: var(--sage); box-shadow: 0 4px 20px rgba(44,74,46,0.06); }
.why-num { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--sage); line-height: 1; flex-shrink: 0; width: 32px; }
.why-card-title { font-size: 15px; font-weight: 500; color: var(--dark); margin-bottom: 6px; }
.why-card-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.why-right { position: sticky; top: 88px; }
.why-feature { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 52px 48px; }
.why-feature-title { font-family: 'DM Serif Display', serif; font-size: 26px; color: var(--dark); line-height: 1.25; margin-bottom: 8px; }
.why-feature-title em { font-style: italic; color: var(--forest); }
.why-feature-sub { font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300; margin-bottom: 32px; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; color: var(--mid); line-height: 1.6; font-weight: 300; }
.why-check { width: 18px; height: 18px; border: 1px solid var(--sage); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; background: var(--sage-pale); }
.why-check svg { width: 9px; height: 9px; }

/* AI SECTION */
#ai { padding: 100px 64px; background: var(--dark); }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
#ai .eyebrow { color: var(--sage); }
#ai .eyebrow::before { background: var(--sage); }
#ai .section-title { color: white; }
#ai .section-title em { color: var(--sage); }
.ai-body { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.55); font-weight: 300; margin-bottom: 20px; }
.ai-cta { margin-top: 36px; }
.btn-outline { display: inline-block; border: 1px solid var(--sage); color: var(--sage); padding: 14px 30px; border-radius: 4px; font-size: 14px; font-weight: 400; text-decoration: none; transition: all 0.2s; }
.btn-outline:hover { background: var(--sage); color: var(--forest); }
.ai-cards { display: flex; flex-direction: column; gap: 16px; }
.ai-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 28px; transition: border-color 0.2s; }
.ai-card:hover { border-color: rgba(157,168,130,0.4); }
.ai-card-title { font-size: 15px; font-weight: 500; color: white; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.ai-card-icon { width: 28px; height: 28px; background: rgba(157,168,130,0.15); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ai-card-icon svg { width: 14px; height: 14px; }
.ai-card-body { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; font-weight: 300; }

/* ENGAGEMENT MODELS */
#engagement { padding: 100px 64px; background: var(--cream); }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.engagement-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 40px 36px; transition: border-color 0.2s, box-shadow 0.2s; }
.engagement-card:hover { border-color: var(--sage); box-shadow: 0 4px 24px rgba(44,74,46,0.08); }
.engagement-card.highlighted { background: var(--forest); border-color: var(--forest); }
.engagement-card.highlighted .engagement-title { color: white; }
.engagement-card.highlighted .engagement-body { color: var(--sage-light); }
.engagement-card.highlighted .engagement-tag { background: rgba(255,255,255,0.1); color: var(--sage-light); border-color: rgba(255,255,255,0.15); }
.engagement-tag { display: inline-block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; background: var(--sage-pale); color: var(--forest); border: 1px solid var(--sage-light); border-radius: 100px; padding: 4px 12px; margin-bottom: 20px; font-weight: 400; }
.engagement-title { font-family: 'DM Serif Display', serif; font-size: 24px; color: var(--dark); margin-bottom: 12px; font-weight: 400; }
.engagement-body { font-size: 14px; color: var(--muted); line-height: 1.75; font-weight: 300; }

/* PARTNER NETWORK */
#partners { padding: 100px 64px; background: var(--white); }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.partner-body { font-size: 16px; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 20px; }
.partner-card { background: var(--sage-pale); border: 1px solid var(--sage-light); border-radius: 12px; padding: 40px; }
.partner-card-title { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--dark); margin-bottom: 16px; }
.partner-card-body { font-size: 14px; color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
.partner-items { display: flex; flex-direction: column; gap: 10px; }
.partner-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--mid); font-weight: 400; }
.partner-dot { width: 5px; height: 5px; background: var(--forest); border-radius: 50%; flex-shrink: 0; }

/* ABOUT */
#about { padding: 100px 64px; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-body { font-size: 16px; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 20px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--white); }
.about-stat { padding: 24px; border-right: 1px solid var(--border); }
.about-stat:last-child { border-right: none; }
.about-stat-num { font-family: 'DM Serif Display', serif; font-size: 40px; color: var(--forest); line-height: 1; margin-bottom: 4px; }
.about-stat-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.about-right { background: var(--white); border-radius: 12px; padding: 48px; border: 1px solid var(--border); }
.domain-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--mid); font-weight: 400; }
.domain-row:last-child { border-bottom: none; }
.domain-tag { font-size: 11px; background: var(--sage-pale); color: var(--forest); border: 1px solid var(--sage-light); border-radius: 100px; padding: 3px 10px; font-weight: 400; }

/* CONTACT */
#contact { padding: 100px 64px; background: var(--forest); }
.contact-inner { max-width: 800px; margin: 0 auto; text-align: center; }
#contact .eyebrow { color: var(--sage); justify-content: center; }
#contact .eyebrow::before { background: var(--sage); }
#contact .section-title { color: white; }
#contact .section-title em { color: var(--sage); }
.contact-sub { font-size: 16px; color: var(--sage-light); font-weight: 300; line-height: 1.75; margin: 20px auto 18px; max-width: 500px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.contact-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 28px 24px; text-align: left; transition: background 0.2s; }
.contact-card:hover { background: rgba(255,255,255,0.09); }
.contact-label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sage); margin-bottom: 10px; font-weight: 400; }
.contact-value { font-size: 15px; color: white; font-weight: 400; }
.contact-value a { color: white; text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--sage); }
.contact-note { font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 300; margin-top: 16px; }

footer { background: #0D1A0E; display: block; }
.footer-nap { max-width: 1200px; margin: 0 auto; padding: 44px 64px 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.nap-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--sage); font-weight: 400; margin-bottom: 12px; }
.nap-text { font-size: 13px; line-height: 1.85; color: rgba(255,255,255,0.45); font-weight: 300; }
.nap-text a { color: rgba(255,255,255,0.78); text-decoration: none; border-bottom: 1px solid rgba(157,168,130,0.3); }
.nap-text a:hover { color: var(--sage-light); }
.footer-bar { max-width: 1200px; margin: 0 auto; padding: 24px 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-phone { font-size: 15px; color: var(--sage-light); font-weight: 300; margin: 0 auto 48px; }
.contact-phone a { color: white; text-decoration: none; border-bottom: 1px solid var(--sage); }
.contact-phone a:hover { color: var(--sage); }
.footer-left { font-size: 13px; color: rgba(255,255,255,0.35); font-weight: 300; }
.footer-disclaimer { font-size: 11px; color: rgba(255,255,255,0.2); max-width: 500px; text-align: right; line-height: 1.5; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* SMB CALLOUT — desktop layout (was mistakenly nested inside the mobile block) */
.smb-inner-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }

/* ============================== MOBILE (max 768px) ============================== */
@media (max-width: 768px) {

  /* --- GLOBAL --- */
  html { scroll-padding-top: 24px; }
  html, body { overflow-x: hidden !important; }

  /* --- NAV (static on mobile, wraps to a second row) --- */
  nav { position: relative; padding: 0 16px; height: auto; flex-wrap: wrap; }
  .nav-logo { padding: 12px 0; }
  .nav-links {
    width: 100%; padding: 8px 0 12px; gap: 16px;
    border-top: 1px solid var(--border);
    justify-content: flex-start; flex-wrap: wrap;
  }
  .nav-links a { font-size: 12px; }

  /* --- SECTION PADDING --- */
  section { padding: 60px 20px !important; }
  #home { padding: 24px 20px 60px !important; min-height: 0 !important; }
  #services { padding: 0 !important; }              /* inner wrappers carry the padding */
  #services > div { padding: 60px 20px !important; }

  /* --- TYPOGRAPHY --- */
  .hero-title { font-size: 36px !important; line-height: 1.15 !important; }
  .section-title { font-size: 32px !important; }
  #smb-ai h3 { font-size: 26px !important; }

  /* --- HERO --- */
  .hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .hero-right, .hero-badges { display: none !important; }
  .hero-actions { flex-direction: column !important; align-items: stretch !important; gap: 12px !important; }
  .btn-primary { text-align: center !important; }

  /* --- TRUST STRIP --- */
  .trust-strip { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust-items { flex-direction: column; gap: 12px; width: 100%; }

  /* --- TWO-COLUMN LAYOUTS COLLAPSE --- */
  .intro-grid, .dist-grid, .why-grid, .ai-grid, .about-grid, .partners-grid {
    grid-template-columns: 1fr !important; gap: 32px !important;
  }
  .engagement-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .contact-cards { grid-template-columns: 1fr !important; }
  .dist-capabilities { grid-template-columns: 1fr 1fr !important; }

  /* --- CARD GRIDS (keep their 1px hairline gutters) --- */
  .services-grid,
  #services > div > div[style*="grid-template-columns: repeat(2"],
  #services > div > div[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: 1fr !important;
  }
  .service-card { padding: 24px 20px !important; }

  /* --- SMB CALLOUT --- */
  .smb-inner-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .smb-inner-grid > div { grid-column: 1 !important; }
  .smb-inner-grid > div:last-child { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* --- SMB AI SECTION --- */
  #smb-ai > div > div:first-child { grid-template-columns: 1fr !important; gap: 32px !important; }
  #smb-ai div[style*="grid-template-columns: repeat(4, 1fr); gap: 2px"] { grid-template-columns: 1fr 1fr !important; }

  /* --- WHY --- */
  .why-right { position: static !important; }
  .why-feature { padding: 28px 20px !important; }

  /* --- ABOUT STATS (stay 3-up, scaled down) --- */
  .about-stats { grid-template-columns: repeat(3, 1fr) !important; }
  .about-stat { padding: 16px 10px !important; }
  .about-stat-num { font-size: 28px !important; }
  .about-stat-label { font-size: 9px !important; letter-spacing: 0.5px !important; }

  /* --- CONTACT FORM ROWS --- */
  #contact form div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }

  /* --- FOOTER --- */
  .footer-nap { grid-template-columns: 1fr 1fr !important; padding: 32px 20px 26px !important; gap: 24px !important; }
  .footer-bar { flex-direction: column !important; gap: 12px !important; text-align: center !important; padding: 20px !important; }
  .footer-disclaimer { text-align: center !important; max-width: 100% !important; }
}

/* ============================== INTERIOR PAGES ============================== */
.page-hero { padding: 148px 64px 72px; background: var(--cream); border-bottom: 1px solid var(--border); }
.page-hero-inner { max-width: 820px; margin: 0 auto; }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 24px; letter-spacing: 0.3px; }
.breadcrumb a { color: var(--forest); text-decoration: none; border-bottom: 1px solid var(--sage-light); }
.breadcrumb a:hover { border-color: var(--forest); }
.breadcrumb span { color: var(--sage); margin: 0 8px; }
.page-title { font-family: 'DM Serif Display', serif; font-size: 46px; line-height: 1.1; color: var(--dark); letter-spacing: -0.4px; margin-bottom: 20px; font-weight: 400; }
.page-title em { font-style: italic; color: var(--forest); }
.page-lede { font-size: 17px; line-height: 1.8; color: var(--muted); font-weight: 300; max-width: 640px; }

.prose { padding: 80px 64px; background: var(--white); }
.prose-inner { max-width: 820px; margin: 0 auto; }
.prose h2 { font-family: 'DM Serif Display', serif; font-size: 32px; line-height: 1.2; color: var(--dark); margin-bottom: 18px; font-weight: 400; letter-spacing: -0.2px; }
.prose h2 em { font-style: italic; color: var(--forest); }
.prose h3 { font-size: 16px; font-weight: 500; color: var(--dark); margin-bottom: 8px; }
.prose p { font-size: 16px; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose-block { margin-bottom: 56px; }
.prose-block:last-child { margin-bottom: 0; }
.prose.alt { background: var(--cream); }

.detail-list { display: flex; flex-direction: column; gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-top: 28px; }
.detail-item { background: var(--white); padding: 24px 28px; }
.prose.alt .detail-item { background: var(--cream); }
.detail-item h3 { margin-bottom: 6px; }
.detail-item p { font-size: 14px; line-height: 1.7; margin-bottom: 0; }

.faq { padding: 80px 64px; background: var(--white); border-top: 1px solid var(--border); }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 26px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 16px; font-weight: 500; color: var(--dark); margin-bottom: 10px; }
.faq-a { font-size: 15px; line-height: 1.8; color: var(--muted); font-weight: 300; }

.related { padding: 72px 64px; background: var(--sage-pale); border-top: 1px solid var(--border); }
.related-inner { max-width: 1000px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.related-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 26px; text-decoration: none; display: block; transition: border-color 0.2s, box-shadow 0.2s; }
.related-card:hover { border-color: var(--sage); box-shadow: 0 4px 20px rgba(44,74,46,0.06); }
.related-card h3 { font-family: 'DM Serif Display', serif; font-size: 18px; color: var(--dark); margin-bottom: 8px; font-weight: 400; }
.related-card p { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; margin: 0; }
.related-card .arrow { font-size: 13px; color: var(--forest); margin-top: 12px; display: block; }

.nav-links a.active { color: var(--forest); font-weight: 500; }

@media (max-width: 768px) {
  .page-hero { padding: 40px 20px 44px !important; }
  .page-title { font-size: 32px !important; }
  .page-lede { font-size: 15px !important; }
  .prose, .faq, .related { padding: 48px 20px !important; }
  .prose h2 { font-size: 26px !important; }
  .detail-item { padding: 20px !important; }
  .related-grid { grid-template-columns: 1fr !important; }
}
