/* =============================================
   FG Advocatuur — Stylesheet
   ============================================= */

/* === GLOBAL ===
============================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #1A1A2E;
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #0A1628;
  line-height: 1.25;
  margin: 0;
}

h1 { font-size: 3rem;   font-weight: 700; }
h2 { font-size: 2rem;   font-weight: 600; }
h3 { font-size: 1.4rem; font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; color: #0A1628; font-family: "Noto Sans", sans-serif; }
h5 { font-size: 0.95rem; font-weight: 600; color: #0A1628; font-family: "Noto Sans", sans-serif; margin: 0; }
h6 { font-family: "Noto Sans", sans-serif; }

p  { margin: 0; padding-top: 12px; color: #374151; }

a       { transition: color 0.2s ease; }
a:hover { color: #0066CC !important; text-decoration: none; }

::selection      { color: #fff; background-color: rgba(0,102,204,0.8); }
::-moz-selection { color: #fff; background-color: rgba(0,102,204,0.8); }

img { max-width: 100%; height: auto; }


/* === NAVBAR
============================================= */

.fg-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,102,204,0.12);
  box-shadow: 0 2px 24px rgba(0,0,0,0.07);
  padding: 0;
  z-index: 1000;
}

.fg-nav-logo {
  height: 42px;
  width: auto;
}

.navbar-toggler {
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus { outline: none; box-shadow: none; }

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
}
.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #0A1628;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon::before { top: 0; }
.navbar-light .navbar-toggler-icon::after  { top: 8px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after  { transform: rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before { transform: translateY(8px) rotate(-45deg); }

.fg-nav-link {
  color: #1a1a2e !important;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.2px;
  padding: 1.6rem 1rem !important;
  position: relative;
  transition: color 0.2s ease;
}

.fg-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: #0066CC;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.fg-nav-link:hover               { color: #0066CC !important; text-decoration: none; }
.fg-nav-link:hover::after        { transform: scaleX(1); }

.fg-nav-cta {
  display: inline-block;
  background-color: #0066CC;
  color: #ffffff !important;
  border: 2px solid #0066CC;
  border-radius: 4px;
  padding: 0.45rem 1.2rem;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.fg-nav-cta:hover {
  background-color: #0052a3 !important;
  border-color: #0052a3;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,102,204,0.3);
}

.fg-navbar .dropdown-menu {
  border: none;
  border-top: 2px solid #0066CC;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  padding: 8px 0;
  margin-top: 0;
  transform: translate3d(0,10px,0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  transition: all 200ms linear;
}

.fg-navbar .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0,0,0);
}

.fg-navbar .dropdown-toggle::after { display: none; }

.fg-navbar .dropdown-item {
  color: #1a1a2e;
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.fg-navbar .dropdown-item:hover,
.fg-navbar .dropdown-item:focus {
  background-color: rgba(0,102,204,0.07);
  color: #0066CC !important;
  font-weight: 500;
  padding-left: 1.5rem;
}


/* === HERO
============================================= */

.fg-hero {
  position: relative;
  min-height: 92vh;
  background: linear-gradient(135deg, #060e1e 0%, #0A1f40 50%, #0a3272 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Lady justice — much more visible now */
.fg-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/img/back6.jpg') center right / cover no-repeat;
  opacity: 0.22;
  mix-blend-mode: luminosity;
}

/* Radial glow behind the portrait */
.fg-hero-glow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0,102,204,0.35) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Large faint "FG" lettermark for depth */
.fg-hero-lettermark {
  position: absolute;
  right: -2%;
  bottom: -8%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28vw;
  font-weight: 700;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  letter-spacing: -0.05em;
}

.fg-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0 70px;
}

.fg-hero-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #B8963E;
  border-bottom: 1px solid rgba(184,150,62,0.5);
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.fg-hero-h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

.fg-hero-h1-accent {
  background: linear-gradient(90deg, #B8963E, #e8c97a, #B8963E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fg-hero-divider {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, #B8963E, rgba(184,150,62,0.3));
  margin: 24px 0 20px;
}

.fg-hero p.lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 480px;
  padding-top: 0;
}

.fg-hero-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

/* Trust chips */
.fg-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fg-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  backdrop-filter: blur(4px);
}

.fg-chip i { color: #B8963E; font-size: 0.75rem; }

/* Portrait frame */
.fg-portrait-frame {
  position: relative;
  width: 380px;
  max-width: 100%;
}

/* Decorative ring behind portrait */
.fg-portrait-ring {
  position: absolute;
  inset: -16px;
  border-radius: 48% 52% 46% 54% / 44% 46% 54% 56%;
  border: 1px solid rgba(184,150,62,0.3);
  animation: fg-ring-rotate 18s linear infinite;
  pointer-events: none;
}

@keyframes fg-ring-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.fg-portrait-img-wrap {
  position: relative;
  border-radius: 48% 52% 46% 54% / 44% 46% 54% 56%;
  overflow: hidden;
  border: 2px solid rgba(184,150,62,0.25);
  box-shadow:
    0 0 0 12px rgba(0,102,204,0.08),
    0 32px 80px rgba(0,0,0,0.5);
}

.fg-portrait-img-wrap img {
  width: 100%;
  display: block;
  filter: brightness(0.92) saturate(0.85) contrast(1.05);
}

/* Gradient overlay — hides white photo background at bottom */
.fg-portrait-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 35%, rgba(6,14,30,0.55) 75%, rgba(6,14,30,0.95) 100%),
    linear-gradient(to right,  rgba(6,14,30,0.15) 0%, transparent 20%, transparent 80%, rgba(6,14,30,0.15) 100%);
}

/* Name badge */
.fg-portrait-badge {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #0A1628, #0052A3);
  border: 1px solid rgba(184,150,62,0.4);
  border-radius: 999px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.fg-portrait-badge i    { color: #B8963E; font-size: 0.85rem; }
.fg-portrait-badge span { color: #fff; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.5px; }


/* === BUTTONS
============================================= */

.fg-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.fg-btn-primary {
  background-color: #0066CC;
  color: #fff !important;
  border-color: #0066CC;
}
.fg-btn-primary:hover {
  background-color: #0052A3;
  border-color: #0052A3;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,102,204,0.35);
}

.fg-btn-outline {
  background-color: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.55);
}
.fg-btn-outline:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: #fff;
}

.fg-btn-dark {
  background-color: #0A1628;
  color: #fff !important;
  border-color: #0A1628;
}
.fg-btn-dark:hover {
  background-color: #0052A3;
  border-color: #0052A3;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,82,163,0.3);
}


/* === SECTIONS
============================================= */

.fg-section    { padding: 90px 0; }
.fg-section-sm { padding: 60px 0; }
.fg-section-light { background-color: #F4F6FA; }
.fg-section-dark  { background-color: #0A1628; }

.fg-section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
}

.fg-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B8963E;
  margin-bottom: 12px;
}

.fg-section-header h2 { margin-bottom: 16px; }
.fg-section-header p  { color: #6B7280; padding-top: 0; }

.fg-gold-line {
  width: 48px;
  height: 2px;
  background-color: #B8963E;
  margin: 16px 0 24px;
}
.fg-gold-line-center { margin-left: auto; margin-right: auto; }


/* === PAGE HEADER (inner pages)
============================================= */

.fg-page-header {
  background: linear-gradient(135deg, #0A1628 0%, #0052A3 100%);
  padding: 64px 0 56px;
  position: relative;
  overflow: hidden;
}

.fg-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/img/back6.jpg') center / cover no-repeat;
  opacity: 0.05;
}

.fg-page-header-inner { position: relative; z-index: 2; }

.fg-page-header .fg-label { margin-bottom: 12px; }

.fg-page-header h1,
.fg-page-header h2 {
  color: #ffffff;
  font-size: 2.4rem;
  margin: 0;
}

.fg-page-header p {
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
  font-size: 1rem;
  padding-top: 0;
  max-width: 600px;
}


/* === TRUST STRIP
============================================= */

.fg-trust-strip {
  background: #fff;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  padding: 40px 0;
}

.fg-trust-logo {
  max-height: 52px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.2s, filter 0.2s;
  filter: grayscale(30%);
}
.fg-trust-logo:hover { opacity: 1; filter: grayscale(0%); }


/* === SERVICE CARDS
============================================= */

.fg-service-card {
  background: #fff;
  border: 1px solid rgba(0,102,204,0.1);
  border-top: 3px solid #0066CC;
  border-radius: 4px;
  padding: 36px 28px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;
  text-decoration: none;
  display: block;
  color: inherit;
}

.fg-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,102,204,0.12);
  border-top-color: #B8963E;
  text-decoration: none;
  color: inherit;
}

.fg-service-card .fg-service-icon {
  font-size: 1.8rem;
  color: #0066CC;
  margin-bottom: 16px;
}

.fg-service-card h4 { color: #0A1628; margin-bottom: 10px; }

.fg-service-card p {
  font-size: 0.9rem;
  color: #6B7280;
  padding-top: 0;
  line-height: 1.6;
}


/* === FEATURE LIST
============================================= */

.fg-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.fg-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(0,102,204,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066CC;
  font-size: 1rem;
}

.fg-feature-text h5 { font-size: 1rem; margin-bottom: 4px; }
.fg-feature-text p  { font-size: 0.9rem; color: #6B7280; padding-top: 0; margin: 0; }


/* === CTA SECTION
============================================= */

/* === REVIEWS
============================================= */

.fg-reviews-section {
  background: #060E1E;
  padding: 80px 0;
}

.fg-label-light { color: #B8963E; }

.fg-reviews-aggregate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.fg-reviews-aggregate .fg-reviews-stars { color: #B8963E; font-size: 1.1rem; letter-spacing: 2px; }

.fg-reviews-score {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.fg-reviews-score span { font-size: 1rem; color: rgba(255,255,255,0.5); font-family: "Noto Sans", sans-serif; font-weight: 400; }

.fg-reviews-count { color: rgba(255,255,255,0.5); font-size: 0.9rem; }

.fg-review-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,150,62,0.2);
  border-radius: 12px;
  padding: 28px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.fg-review-card:hover {
  border-color: rgba(184,150,62,0.45);
  background: rgba(255,255,255,0.07);
}

.fg-review-quote { color: #B8963E; font-size: 1.3rem; margin-bottom: 14px; opacity: 0.7; }

.fg-review-text {
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  line-height: 1.7;
  flex-grow: 1;
  padding-top: 0;
  margin-bottom: 16px;
  font-style: italic;
}

.fg-review-stars-row { color: #B8963E; font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 16px; }

.fg-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 16px;
  margin-top: auto;
}

.fg-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0052A3, #B8963E);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.fg-review-author-info strong { display: block; color: #fff; font-size: 0.9rem; font-weight: 600; }
.fg-review-author-info span   { color: rgba(255,255,255,0.45); font-size: 0.78rem; }
.fg-review-author-info span i { margin-right: 4px; }

.fg-reviews-link {
  color: #B8963E;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(184,150,62,0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.fg-reviews-link:hover { color: #D4AE6A; border-color: #D4AE6A; text-decoration: none; }
.fg-reviews-link i { margin-left: 6px; font-size: 0.8rem; }

.fg-reviews-section .fg-section-header p { color: rgba(255,255,255,0.6); }


/* === CTA
============================================= */

.fg-cta-section {
  background: linear-gradient(135deg, #0A1628 0%, #0052A3 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fg-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/img/back6.jpg') center / cover no-repeat;
  opacity: 0.05;
}

.fg-cta-section h2,
.fg-cta-section p,
.fg-cta-section .fg-btn { position: relative; z-index: 2; }

.fg-cta-section h2 { color: #fff; margin-bottom: 16px; }
.fg-cta-section p  { color: rgba(255,255,255,0.8); font-size: 1rem; padding-top: 0; margin-bottom: 32px; }


/* === CONTENT PAGES (legislation / service)
============================================= */

.fg-content-body { padding: 0; }
.fg-content-body h3 { margin-top: 32px; margin-bottom: 8px; }
.fg-content-body p  { color: #374151; }

.fg-content-body ul {
  padding-left: 0;
  list-style: none;
  margin-top: 8px;
}

.fg-content-body ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #E5E7EB;
  color: #374151;
}

.fg-content-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #0066CC;
  border-radius: 50%;
}


/* === FAQ
============================================= */

.fg-faq { margin-top: 8px; }

.fg-faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #E5E7EB;
}
.fg-faq-item:last-child { border-bottom: none; }

.fg-faq-item h4 {
  color: #0A1628;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.fg-faq-item p {
  color: #4B5563;
  font-size: 0.95rem;
  padding-top: 0;
  margin: 0;
}


/* === SIDEBAR
============================================= */

.fg-sidebar-card {
  background: #F4F6FA;
  border-left: 3px solid #0066CC;
  border-radius: 0 4px 4px 0;
  padding: 24px 20px;
  margin-bottom: 20px;
}

.fg-sidebar-card h5 { margin-bottom: 14px; }

.fg-contact-box {
  background: linear-gradient(135deg, #0A1628, #0052A3);
  border-radius: 6px;
  padding: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.fg-contact-box h5 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.fg-contact-box a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.fg-contact-box a:hover { color: #fff !important; }


/* === CONTACT PAGE
============================================= */

.fg-contact-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #E5E7EB;
}
.fg-contact-info-row:last-child { border-bottom: none; }

.fg-contact-info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(0,102,204,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066CC;
  font-size: 1.1rem;
}

.fg-contact-info-text strong { display: block; color: #0A1628; font-weight: 600; margin-bottom: 2px; }
.fg-contact-info-text span,
.fg-contact-info-text a { color: #6B7280; font-size: 0.95rem; }

.fg-map-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}


/* === FOOTER
============================================= */

.fg-footer {
  background-color: #0A1628;
  padding: 56px 0 28px;
}

.fg-footer-logo {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  margin-bottom: 16px;
}

.fg-footer p {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  padding-top: 8px;
  line-height: 1.6;
}

.fg-footer-links { list-style: none; padding: 0; margin: 0; }
.fg-footer-links li { margin-bottom: 8px; }
.fg-footer-links a {
  color: rgba(255,255,255,0.5) !important;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}
.fg-footer-links a:hover { color: #fff !important; }

.fg-footer-divider { border-color: rgba(255,255,255,0.1); margin: 32px 0 20px; }

.fg-footer-bottom {
  color: rgba(255,255,255,0.3);
  font-size: 0.8rem;
  padding-top: 0;
  text-align: center;
}


/* === UTILITIES
============================================= */

.blue  { color: #0066CC; }
.black { color: #000 !important; }
.bold  { font-weight: 600; }

.bg-light { background-color: #fff !important; }


/* === RESPONSIVE
============================================= */

@media (max-width: 991px) {
  .fg-nav-link { padding: 0.75rem 0 !important; }
  .fg-nav-link::after { display: none; }
  .fg-nav-cta { margin-top: 0.75rem; display: inline-block; }
  .fg-navbar .dropdown-menu {
    border-top: none;
    border-left: 2px solid #0066CC;
    box-shadow: none;
    background-color: #f8f9ff;
    border-radius: 0 0 4px 4px;
    margin-left: 0.5rem;
    visibility: visible;
    opacity: 1;
    max-height: none;
    transform: none;
  }

  .fg-hero { min-height: auto; }
  .fg-hero-h1 { font-size: 2.8rem; }
  .fg-hero-inner { padding: 64px 0 80px; }
  .fg-portrait-frame { width: 300px; }
  .fg-hero-lettermark { font-size: 40vw; }
  .fg-section { padding: 64px 0; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.6rem; }
}

@media (max-width: 767px) {
  .fg-hero-h1 { font-size: 2.2rem; }
  .fg-hero p.lead { font-size: 0.95rem; }
  .fg-portrait-frame { width: 260px; margin-bottom: 40px; }
  .fg-hero-lettermark { display: none; }
  .fg-section { padding: 48px 0; }
  .fg-service-card { margin-bottom: 20px; }
  .fg-page-header { padding: 48px 0 40px; }
  .fg-page-header h1, .fg-page-header h2 { font-size: 1.9rem; }
  .fg-cta-section { padding: 60px 0; }
  .fg-footer { padding: 48px 0 24px; }
}
