:root { --fg-plum: #3a2a30; --fg-clay: #b97a5a; --fg-clay-light: #dcae90; }

.fg-container { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.fg-narrow { max-width: 780px; }

.fg-breadcrumbs { background: #f8f3f0; padding: 12px 0; font-size: 13px; color: #6b5a52; }
.fg-breadcrumbs a { color: var(--fg-clay); text-decoration: none; }
.fg-breadcrumbs a:hover { text-decoration: underline; }

.fg-hero { background: var(--fg-plum); padding: 56px 0 44px; }
.fg-eyebrow { display: inline-block; color: var(--fg-clay-light); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.fg-hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; color: #ffffff; margin: 0 0 16px; }
.fg-hero-lead { font-size: 16px; line-height: 1.7; max-width: 620px; margin: 0; }

.fg-section { padding: 52px 0; }
.bg-white { background: #ffffff; }

.fg-section h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: #3a2a30; margin: 36px 0 14px; }
.fg-section h2:first-child { margin-top: 0; }
.fg-section p { color: #4a3c38; font-size: 15.5px; line-height: 1.75; margin: 0 0 16px; }

.fg-table-wrap { margin: 20px 0 8px; overflow-x: auto; }
.fg-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.fg-table th, .fg-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #ecdfd8; }
.fg-table th { color: #fff; font-weight: 600; background: var(--fg-plum); font-size: 12px; text-transform: uppercase; letter-spacing: 0.4px; }
.fg-table td { color: #4a3c38; }
.fg-table tbody tr:hover { background: #f8f3f0; }
.fg-high { color: #b3401f; font-weight: 600; }
.fg-mid { color: #a3661c; font-weight: 600; }
.fg-low { color: #2f7d4a; font-weight: 600; }

.fg-callout {
  background: #f8f0e9;
  border-left: 3px solid var(--fg-clay);
  padding: 16px 20px;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3a2a30;
  margin: 8px 0 24px;
}

.fg-cta-banner { background: var(--fg-plum); padding: 48px 0; }
.fg-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.fg-cta-inner h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: #fff; margin: 0 0 6px; }
.fg-cta-inner p { color: #ddc4b8 !important; margin: 0; font-size: 14px; }
.fg-btn-primary { display: inline-block; background: var(--fg-clay); color: #fff; font-weight: 700; font-size: 14px; padding: 13px 26px; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.fg-btn-primary:hover { background: var(--fg-clay-light); color: #3a2a30; }

@media (max-width: 700px) {
  .fg-hero h1 { font-size: 28px; }
  .fg-cta-inner { flex-direction: column; align-items: flex-start; }
}
