@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

/* =====================================================================
   RESET / BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: #1C1C1C;
  background-color: #FAF7F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* =====================================================================
   TYPOGRAPHY
   ===================================================================== */
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #1B2A4A;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.2rem, 5vw + 0.5rem, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3vw + 0.5rem, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.15rem, 1vw + 0.85rem, 1.4rem); margin-bottom: 0.5rem; }
p  { margin-bottom: 1rem; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #162644;
  margin-bottom: 1rem;
}

/* =====================================================================
   LAYOUT HELPERS
   ===================================================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 96px 0; position: relative; }
@media (max-width: 768px) { section { padding: 64px 0; } }

.section-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-header p { font-size: 1.1rem; color: #4a4a4a; }

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn-primary {
  background-color: #1B2A4A;
  color: #FFFFFF;
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
.btn-primary:hover {
  background-color: #162644;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(27, 42, 74, 0.32);
}
.btn-ghost {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.55);
}
.btn-ghost:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: #FFFFFF;
}
.btn-dark {
  background-color: #1B2A4A;
  color: #FFFFFF;
}
.btn-dark:hover {
  background-color: #0f1d36;
  transform: translateY(-1px);
}
.btn-large { padding: 16px 36px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* =====================================================================
   NAVIGATION
   ===================================================================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background-color: rgba(250, 247, 241, 0.96);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.nav.scrolled {
  box-shadow: 0 2px 18px rgba(27, 42, 74, 0.08);
  border-bottom-color: rgba(27, 42, 74, 0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  line-height: 1;
  color: #1B2A4A;
}
.logo-icon {
  display: block;
  height: 60px;
  width: auto;
}
.logo-wordmark {
  display: block;
  height: 42px;
  width: auto;
}
@media (max-width: 768px) {
  .logo-icon { height: 36px; }
  .logo-wordmark { height: 25px; }
  .logo { gap: 6px; }
}
.logo-mark {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}
.logo-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 2px;
  color: #162644;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1C1C1C;
  position: relative;
  padding: 6px 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background-color: #162644;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-links a:hover, .nav-links a.active {
  color: #1B2A4A;
}
.nav-links a:hover::after, .nav-links a.active::after {
  transform: scaleX(1);
}
.nav-phone {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1B2A4A;
}
.nav-phone:hover { color: #162644; }

.nav-cta {
  font-size: 0.9rem;
  padding: 10px 18px;
}
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1B2A4A;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #1B2A4A;
  transition: transform 0.25s ease, top 0.25s ease;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle.is-open span { background-color: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 960px) {
  .nav-phone { display: none; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed;
    top: 64px;
    left: 0; right: 0;
    background: #FAF7F1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px 24px;
    border-bottom: 1px solid rgba(27, 42, 74, 0.08);
    box-shadow: 0 12px 30px rgba(27, 42, 74, 0.06);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(27, 42, 74, 0.08);
    font-size: 1.05rem;
  }
  .nav-links a::after { display: none; }
  .nav-cta { margin-top: 16px; padding: 14px 20px; }
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  background-color: #1B2A4A;
  color: #FAF7F1;
  padding: 110px 0 40px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  /* subtle radial accent */
  content: '';
  position: absolute;
  top: -10%; right: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(circle at center, rgba(250, 247, 241, 0.08), transparent 65%);
  z-index: -1;
}
.hero-brushstroke {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.08;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  color: #FAF7F1;
  margin-bottom: 24px;
  max-width: 880px;
}
.hero-subhead {
  font-size: clamp(1.05rem, 1vw + 0.75rem, 1.25rem);
  color: rgba(250, 247, 241, 0.88);
  max-width: 720px;
  margin-bottom: 36px;
  font-weight: 400;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(250, 247, 241, 0.18);
  max-width: 880px;
}
.trust-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(250, 247, 241, 0.92);
  font-weight: 500;
}
.trust-bar-item svg {
  flex-shrink: 0;
  color: #FAF7F1;
}

/* =====================================================================
   SECTION DIVIDERS — paint stroke SVG
   ===================================================================== */
.divider {
  display: block;
  width: 100%;
  height: 24px;
  margin: 0 auto;
}
.divider svg { height: 100%; width: 100%; }

/* =====================================================================
   SERVICES
   ===================================================================== */
.services { background-color: #FAF7F1; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background-color: #FFFFFF;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 8px;
  padding: 36px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(27, 42, 74, 0.10);
  border-color: rgba(22, 38, 68, 0.25);
}
.service-icon {
  width: 52px; height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 38, 68, 0.1);
  color: #162644;
  border-radius: 6px;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.service-card p {
  color: #4a4a4a;
  font-size: 0.97rem;
  margin: 0;
}

/* =====================================================================
   WALLPAPER DIFFERENTIATOR
   ===================================================================== */
.wallpaper {
  background-color: #162644;
  color: #FAF7F1;
  position: relative;
  overflow: hidden;
}
.wallpaper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 14px);
  pointer-events: none;
}
.wallpaper .container { position: relative; z-index: 1; }
.wallpaper h2 { color: #FAF7F1; margin-bottom: 20px; }
.wallpaper-lead {
  font-size: 1.1rem;
  max-width: 760px;
  color: rgba(250, 247, 241, 0.92);
  margin-bottom: 28px;
}
.wallpaper-cta { margin-top: 8px; }

.wp-faq {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .wp-faq { grid-template-columns: 1fr; } }

.wp-faq-card {
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 24px 22px;
  border-radius: 6px;
}
.wp-faq-card h3 {
  color: #FAF7F1;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.wp-faq-card p {
  color: rgba(250, 247, 241, 0.86);
  font-size: 0.95rem;
  margin: 0;
}

/* =====================================================================
   TRUST / SOCIAL PROOF
   ===================================================================== */
.trust { background-color: #F2F0EB; }
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 880px) { .trust-grid { grid-template-columns: 1fr; gap: 36px; } }

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.stat {
  background-color: #FFFFFF;
  padding: 24px 20px;
  border-radius: 6px;
  border: 1px solid rgba(27, 42, 74, 0.08);
}
.stat-number {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1B2A4A;
  line-height: 1.2;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 0.86rem;
  color: #4a4a4a;
  font-weight: 500;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial {
  background-color: #FFFFFF;
  border: 1px solid rgba(27, 42, 74, 0.08);
  padding: 22px 24px;
  border-radius: 6px;
  position: relative;
}
.testimonial-stars {
  color: #E8A53A;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.testimonial-body {
  font-size: 0.97rem;
  color: #2a2a2a;
  margin-bottom: 10px;
  font-style: italic;
}
.testimonial-meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1B2A4A;
}
.testimonial-flag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #162644;
  background-color: rgba(22, 38, 68, 0.08);
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.trust-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #4a4a4a;
  font-style: italic;
}

/* =====================================================================
   SERVICE AREAS
   ===================================================================== */
.areas { background-color: #FAF7F1; }
.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 880px) { .areas-grid { grid-template-columns: 1fr; gap: 32px; } }
.areas-copy h2 { margin-bottom: 18px; }
.areas-copy p { color: #4a4a4a; font-size: 1.02rem; }
.cities {
  columns: 2;
  column-gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.cities li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(27, 42, 74, 0.08);
  font-weight: 500;
  font-size: 0.95rem;
  color: #1C1C1C;
  break-inside: avoid;
}
.cities li::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background-color: #162644;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.areas-note {
  font-size: 0.95rem;
  color: #4a4a4a;
  margin-top: 16px;
}
.areas-note a { color: #162644; font-weight: 600; border-bottom: 1px solid currentColor; }

/* =====================================================================
   PROCESS
   ===================================================================== */
.process { background-color: #F2F0EB; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.step {
  background-color: #FFFFFF;
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid rgba(27, 42, 74, 0.08);
  position: relative;
}
.step-number {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #FFFFFF;
  background-color: #1B2A4A;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: 0.95rem; color: #4a4a4a; margin: 0; }

/* =====================================================================
   ABOUT
   ===================================================================== */
.about { background-color: #FAF7F1; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }

.about-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-copy h2 { margin-bottom: 20px; }
.about-copy p { color: #2a2a2a; font-size: 1.02rem; }
.about-trust {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(27, 42, 74, 0.1);
}
.about-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1B2A4A;
  background-color: #F2F0EB;
  padding: 8px 14px;
  border-radius: 4px;
}
.about-trust svg { color: #162644; flex-shrink: 0; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq { background-color: #F2F0EB; }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item.is-open { border-color: rgba(22, 38, 68, 0.4); }
.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #1B2A4A;
  background: none;
  cursor: pointer;
}
.faq-question:hover { background-color: rgba(22, 38, 68, 0.04); }
.faq-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  position: relative;
  transition: transform 0.25s ease;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background-color: #162644;
  border-radius: 1px;
}
.faq-icon::before { top: 11px; left: 4px; right: 4px; height: 2px; }
.faq-icon::after  { left: 11px; top: 4px; bottom: 4px; width: 2px; transition: transform 0.25s ease; }
.faq-item.is-open .faq-icon::after { transform: rotate(90deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer-inner {
  padding: 0 24px 22px;
  font-size: 0.98rem;
  color: #2a2a2a;
}

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact {
  background-color: #1B2A4A;
  color: #FAF7F1;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  top: -20%; left: -10%;
  width: 50%; height: 80%;
  background: radial-gradient(circle, rgba(250, 247, 241, 0.06), transparent 65%);
  pointer-events: none;
}
.contact .container { position: relative; z-index: 1; }
.contact h2 { color: #FAF7F1; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }

.contact-copy p { color: rgba(250, 247, 241, 0.85); font-size: 1.05rem; }
.contact-callouts {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-callout {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255,255,255,0.06);
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  color: #FAF7F1;
  font-weight: 500;
  font-size: 0.97rem;
}
.contact-callout svg { color: #FAF7F1; flex-shrink: 0; }

.contact-form {
  background-color: #FAF7F1;
  color: #1C1C1C;
  padding: 32px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 560px) { .contact-form { grid-template-columns: 1fr; padding: 24px; } }
.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1B2A4A;
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: inherit;
  font-size: 0.97rem;
  padding: 12px 14px;
  border: 1px solid rgba(27, 42, 74, 0.18);
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #1C1C1C;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.form-group textarea { min-height: 110px; resize: vertical; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #162644;
  box-shadow: 0 0 0 3px rgba(22, 38, 68, 0.18);
}
.form-submit { grid-column: 1 / -1; margin-top: 8px; }
.form-note {
  grid-column: 1 / -1;
  font-size: 0.85rem;
  color: #4a4a4a;
  text-align: center;
}
.form-note a { color: #162644; font-weight: 600; border-bottom: 1px solid currentColor; }

/* Click-to-call mobile */
.mobile-call {
  display: none;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .mobile-call { display: flex; }
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer {
  background-color: #0f1d36;
  color: rgba(250, 247, 241, 0.78);
  padding: 64px 0 28px;
  font-size: 0.92rem;
}
.footer a { color: rgba(250, 247, 241, 0.78); }
.footer a:hover { color: #FAF7F1; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.footer .logo { color: #FAF7F1; }
.footer .logo-mark { color: #FAF7F1; }
.footer .logo-sub { color: #FAF7F1; }
.footer-tagline {
  margin-top: 12px;
  font-style: italic;
  color: rgba(250, 247, 241, 0.72);
  font-size: 0.95rem;
  max-width: 320px;
}
.footer h4 {
  color: #FAF7F1;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer ul { display: flex; flex-direction: column; gap: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(250, 247, 241, 0.1);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(250, 247, 241, 0.6);
}
.footer-seo {
  margin-top: 12px;
  font-size: 0.78rem;
  color: rgba(250, 247, 241, 0.45);
  letter-spacing: 0.02em;
}
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.social-links a {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.08);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.social-links a:hover { background-color: rgba(255,255,255,0.16); }

/* =====================================================================
   FORM SUCCESS / UTILITY
   ===================================================================== */
.form-success {
  grid-column: 1 / -1;
  display: none;
  background-color: rgba(22, 38, 68, 0.12);
  border: 1px solid rgba(22, 38, 68, 0.35);
  color: #1B2A4A;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 0.95rem;
}
.form-success.show { display: block; }

/* Skip link (accessibility) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 16px; top: 16px;
  width: auto; height: auto;
  background-color: #1B2A4A;
  color: #FAF7F1;
  padding: 10px 14px;
  z-index: 9999;
  border-radius: 4px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
