/*
Theme Name: Dentistry of East Colonial
Theme URI: https://www.dentistryofeastcolonial.com/
Author: Dentistry of East Colonial
Author URI: https://www.dentistryofeastcolonial.com/
Description: Classic theme matching the Dentistry of East Colonial website. The designed homepage is always served by front-page.php, regardless of Settings → Reading, so Terms of Use can never become the homepage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dentistry-east-colonial
Tags: custom-menu, custom-logo, one-column, featured-images
*/

:root {
  --navy: #0b1f3a;
  --navy-600: #0f2a47;
  --navy-500: #1a3a5c;
  --gold: #c4a35a;
  --gold-50: #f8f3e8;
  --gold-100: #efe4c8;
  --gold-200: #e0c98f;
  --gold-600: #8a6c32;
  --gold-700: #6b5326;
  --cream: #f7f4ef;
  --cream-50: #fdfcfa;
  --cream-300: #e4dcce;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 80px;
  --max: 72rem;
  --shadow: 0 1px 2px rgba(11, 31, 58, 0.06);
}

@media (min-width: 640px) {
  :root { --header-h: 92px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--navy-600);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
.site-main { flex: 1; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: #fff;
  color: var(--navy);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.skip-link:focus { top: 0.5rem; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.container { width: 100%; max-width: var(--max); margin: 0 auto; }
.narrow { max-width: 48rem; margin-left: auto; margin-right: auto; }
.narrow-sm { max-width: 40rem; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.section { padding: 4rem 1rem; }
@media (min-width: 640px) { .section { padding: 4rem 1.5rem; } }
@media (min-width: 1024px) { .section { padding: 6rem 2rem; } }
.bg-cream { background: var(--cream); }
.bg-white { background: #fff; }
.bg-navy { background: var(--navy); color: #fff; }
.muted { color: var(--navy-600); line-height: 1.7; }
.soft { color: rgba(255, 255, 255, 0.85); line-height: 1.7; }
.small { font-size: 0.875rem; line-height: 1.7; }

.kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-600);
}
.kicker-light {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-200);
  margin-bottom: 1rem;
}
.heading {
  font-family: var(--serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
  font-size: 1.875rem;
  line-height: 1.15;
}
@media (min-width: 640px) { .heading { font-size: 2.25rem; } }
.heading-sm { font-size: 1.5rem; }
@media (min-width: 640px) { .heading-sm { font-size: 1.875rem; } }
.heading-light { color: #fff; }
.gold-rule {
  width: 5rem;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin: 1.25rem auto 0;
}
.gold-rule.left { margin-left: 0; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 12px rgba(11, 31, 58, 0.18);
}
.btn-primary:hover { background: var(--navy-600); }
.btn-outline {
  background: rgba(11, 31, 58, 0.5);
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.15); }
.btn-outline-dark {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.btn-on-photo { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 4px 12px rgba(11, 31, 58, 0.2); }
.btn-xs {
  padding: 0.625rem 1.1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn:disabled { opacity: 0.7; cursor: wait; }
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; }
.actions.center { justify-content: center; }
.link-gold {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold-600);
}
.link-gold:hover { color: var(--gold-700); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.2);
  transition: background 0.3s, box-shadow 0.3s;
}
body.dec-home .site-header:not(.is-solid):not(.is-open) {
  background: transparent;
  box-shadow: none;
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
}
@media (min-width: 640px) { .header-inner { padding: 0.75rem 1.5rem; } }
@media (min-width: 1024px) { .header-inner { padding: 0.75rem 2rem; } }
.site-logo { display: flex; align-items: center; flex: 0 0 auto; }
.site-logo img,
.custom-logo {
  display: block;
  height: 3.5rem;
  width: auto;
  object-fit: contain;
}
@media (min-width: 640px) {
  .site-logo img, .custom-logo { height: 4rem; }
}
.desktop-nav { display: none; }
@media (min-width: 1280px) { .desktop-nav { display: block; } }
.primary-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.primary-menu a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
}
.primary-menu a:hover { color: var(--gold-200); }
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current-page-ancestor > a,
.primary-menu .current-menu-parent > a,
.primary-menu .current-page-parent > a,
.primary-menu .is-active > a,
.primary-menu a.is-active { color: #fff; }
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu .current-page-ancestor > a::after,
.primary-menu .current-menu-parent > a::after,
.primary-menu .current-page-parent > a::after,
.primary-menu .is-active > a::after,
.primary-menu a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: #fff;
}
.header-tools { display: flex; align-items: center; gap: 0.75rem; }
.header-call {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.625rem 1.15rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  white-space: nowrap;
}
.header-call:hover { background: rgba(255, 255, 255, 0.1); }
body.dec-home .site-header:not(.is-solid):not(.is-open) .header-call {
  background: var(--navy);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.dec-home .site-header:not(.is-solid):not(.is-open) .header-call:hover { background: var(--navy-600); }
@media (min-width: 640px) { .header-call { display: inline-flex; } }
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
.nav-toggle svg { width: 1.5rem; height: 1.5rem; display: block; }
.nav-toggle .icon-close { display: none; }
.site-header.is-open .nav-toggle .icon-open { display: none; }
.site-header.is-open .nav-toggle .icon-close { display: block; }
@media (min-width: 1280px) { .nav-toggle { display: none; } }
.mobile-nav {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy);
}
.site-header.is-open .mobile-nav { display: block; }
@media (min-width: 1280px) { .mobile-nav, .site-header.is-open .mobile-nav { display: none; } }
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1rem 1.25rem;
}
.mobile-menu a {
  display: block;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.mobile-menu a:hover,
.mobile-menu .current-menu-item > a,
.mobile-menu .current-menu-ancestor > a,
.mobile-menu .is-active > a,
.mobile-menu a.is-active { background: rgba(255, 255, 255, 0.1); }
.mobile-menu .current-menu-item > a,
.mobile-menu .current-menu-ancestor > a,
.mobile-menu a.is-active { color: var(--gold-200); }
.mobile-menu .btn { margin-top: 0.75rem; }

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
body.dec-home .hero {
  margin-top: calc(var(--header-h) * -1);
  padding-top: var(--header-h);
}
.hero-media, .hero-overlay, .cta-media, .cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media, .cta-media { object-fit: cover; object-position: center; }
.hero-overlay {
  background: linear-gradient(to bottom, rgba(11, 31, 58, 0.75), rgba(11, 31, 58, 0.55), rgba(11, 31, 58, 0.85));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 64rem;
  padding: 5rem 1rem;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 2.25rem;
  line-height: 1.15;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 640px) { .hero h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 3.75rem; } }
.hero .sub {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 640px) { .hero .sub { font-size: 1.125rem; } }
.hero .phone-line { margin-top: 2rem; font-size: 0.875rem; color: rgba(255, 255, 255, 0.8); }
.hero .phone-line a { font-weight: 600; color: var(--gold-200); }
.hero .phone-line a:hover { text-decoration: underline; }

.split, .pair, .doctor-grid, .plans, .service-grid, .two, .contact-layout, .footer-grid, .doctor-detail, .svc-row {
  display: grid;
  gap: 2rem;
}
.split { align-items: center; gap: 3rem; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .pair, .doctor-grid { grid-template-columns: 1fr 1fr; } }
.frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(11, 31, 58, 0.12);
}
.frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-3-4 { aspect-ratio: 3 / 4; }
.ratio-4-5 { aspect-ratio: 4 / 5; }
.portrait {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.12);
}
.portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; display: block; }
.panel, .card, .sheet, .form-card, .aside-card {
  background: #fff;
  border: 1px solid var(--cream-300);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}
.panel { background: var(--cream-50); padding: 2rem; }
@media (min-width: 640px) { .panel { padding: 2.5rem; } }
.card { padding: 1.5rem; }
@media (min-width: 640px) { .card { padding: 2rem; } }
.doctor-name {
  margin-top: 1.5rem;
  text-align: center;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.plans { gap: 1.5rem; }
@media (min-width: 768px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1280px) { .plans { grid-template-columns: repeat(4, 1fr); } }
.plan {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.75rem;
}
.plan h3, .plan-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--gold-200);
}
.plan.featured {
  border-color: rgba(196, 163, 90, 0.5);
  background: rgba(196, 163, 90, 0.15);
  box-shadow: inset 0 0 0 1px rgba(196, 163, 90, 0.3);
}
.plan.featured h3 { color: #fff; margin-top: 0.5rem; }
.price-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-200);
}
.price {
  margin-top: 0.25rem;
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--gold-100);
  line-height: 1;
}

.service-grid { gap: 1.75rem; }
@media (min-width: 640px) { .service-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .service-grid { grid-template-columns: 1fr 1fr 1fr; } }
.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--cream-300);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(11, 31, 58, 0.12); }
.service-card .thumb { height: 12rem; overflow: hidden; }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.service-card:hover .thumb img { transform: scale(1.05); }
.service-card .body { padding: 1.5rem 1.75rem 1.75rem; }
.service-card h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: 600;
}

.cta-band { position: relative; overflow: hidden; color: #fff; text-align: center; }
.cta-overlay { background: rgba(11, 31, 58, 0.85); }
.cta-band .section { position: relative; z-index: 1; }

.page-hero {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 2.5rem 1rem 4rem;
}
@media (min-width: 640px) { .page-hero { padding: 3rem 1.5rem 5rem; } }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.15;
}
@media (min-width: 640px) { .page-hero h1 { font-size: 3rem; letter-spacing: 0.12em; } }
@media (min-width: 1024px) { .page-hero h1 { font-size: 3.5rem; } }
.page-hero p {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}
@media (min-width: 640px) { .page-hero p { font-size: 1.125rem; } }

.stack > * + * { margin-top: 4rem; }
.doctor-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.doctor-detail { align-items: start; gap: 2.5rem; padding: 1.5rem; }
@media (min-width: 768px) {
  .doctor-detail { grid-template-columns: 260px 1fr; padding: 2.5rem; }
}
@media (min-width: 1024px) { .doctor-detail { padding: 3rem; } }
.doctor-detail .portrait { max-width: 260px; }
.space-y > * + * { margin-top: 1rem; }

.svc-row { overflow: hidden; gap: 0; }
.svc-row + .svc-row { margin-top: 2.5rem; }
.svc-media { position: relative; min-height: 15rem; }
.svc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-body { padding: 2rem; }
@media (min-width: 640px) { .svc-body { padding: 2.5rem; } }
@media (min-width: 768px) {
  .svc-row { grid-template-columns: 1fr 1fr; }
  .svc-media { min-height: 21rem; }
  .svc-row.is-flip .svc-media { order: 2; }
}
@media (min-width: 1024px) { .svc-body { padding: 3rem; } }
.svc-body h2 {
  font-family: var(--serif);
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.2;
}

.ticks li {
  display: flex;
  gap: 0.75rem;
  line-height: 1.7;
}
.ticks li + li { margin-top: 0.75rem; }
.ticks li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}
@media (min-width: 768px) { .two { grid-template-columns: 1fr 1fr; } }

.logo-center { display: flex; justify-content: center; margin-bottom: 2.5rem; }
.logo-center img { height: 7rem; width: auto; }
@media (min-width: 640px) { .logo-center img { height: 8rem; } }
@media (min-width: 1024px) { .contact-layout { grid-template-columns: 1fr 340px; align-items: start; } }
.aside-card { padding: 1.75rem; }
.aside-card h2 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.contact-list li + li { margin-top: 1.25rem; }
.contact-list strong, .contact-list .lbl-strong { display: block; color: var(--navy); font-weight: 600; }
.contact-list a:hover { color: var(--gold-600); }
.map-wrap {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid var(--cream-300);
  margin-top: 1.5rem;
}
.map { display: block; width: 100%; height: 12rem; border: 0; }
.form-card { padding: 1.5rem; }
@media (min-width: 640px) { .form-card { padding: 2rem; } }
@media (min-width: 1024px) { .form-card { padding: 2.5rem; } }
.form-card .block + .block { margin-top: 1.75rem; }
.lbl { display: block; margin-bottom: 0.4rem; font-size: 0.875rem; font-weight: 600; color: var(--navy); }
.req { color: #dc2626; }
.input {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--cream-300);
  background: #fff;
  color: var(--navy);
  padding: 0.65rem 0.875rem;
  font-size: 0.875rem;
  box-shadow: var(--shadow);
}
.input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 163, 90, 0.3);
}
textarea.input { min-height: 8rem; resize: vertical; }
.field-error, .form-error { color: #dc2626; font-size: 0.875rem; margin-top: 0.4rem; }
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.checks { display: grid; gap: 0.65rem; }
@media (min-width: 640px) { .checks { grid-template-columns: 1fr 1fr; } }
.check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--navy-600);
  cursor: pointer;
  padding: 0.2rem;
  border-radius: 0.4rem;
}
.check:hover { background: var(--cream-50); }
.check input[type="checkbox"] { margin-top: 0.15rem; width: 1rem; height: 1rem; accent-color: var(--gold); flex: none; }
.other-field { width: 100%; height: auto; }
.other-field { display: none; margin-top: 0.5rem; }
.check.is-other .other-field { display: block; }
.fields-2 { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .fields-2 { grid-template-columns: 1fr 1fr; } }
.fine { font-size: 0.75rem; line-height: 1.6; color: var(--navy-500); }
.fine a { text-decoration: underline; }
.fine a:hover { color: var(--gold-600); }
.form-success {
  border: 1px solid var(--gold-200);
  background: var(--gold-50);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
}
.form-success h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--navy); font-weight: 600; }
.form-success a { font-weight: 600; color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }

.sheet { max-width: 48rem; padding: 2rem; }
@media (min-width: 640px) { .sheet { padding: 2.5rem; } }
.prose { line-height: 1.7; }
.prose .updated { font-size: 0.875rem; color: var(--navy-500); }
.prose h2 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 2rem 0 0.75rem;
}
.prose h2:first-child { margin-top: 0; }
.prose h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background: var(--gold);
  margin-top: 0.75rem;
}
.prose p { margin-top: 0.75rem; }
.prose ul { list-style: disc; margin: 0.75rem 0 0 1.25rem; }
.prose li + li { margin-top: 0.25rem; }
.prose a { color: var(--gold-700); text-decoration: underline; }
.prose a:hover { color: var(--gold-600); }

.footer-word {
  background: var(--navy);
  text-align: center;
  padding: 2rem 1rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 640px) {
  .footer-word { font-size: 1.875rem; letter-spacing: 0.35em; }
}
.footer-main { background: #fff; border-top: 1px solid var(--cream-300); }
.footer-grid { gap: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
.footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
@media (min-width: 768px) { .footer-brand { align-items: flex-start; text-align: left; } }
.footer-logo { height: 7rem; width: auto; margin-bottom: 1rem; }
@media (min-width: 640px) { .footer-logo { height: 8rem; } }
.tagline { font-size: 0.875rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-500); }
.h-footer {
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.footer-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  padding: 1rem 1rem 1.15rem;
}
.legal { margin-top: 0.5rem; }
.legal a { color: rgba(255, 255, 255, 0.7); }
.legal a:hover { color: var(--gold-200); }
.legal .privacy-link { font-size: 0.75rem; }
.legal .terms-link {
  font-size: 0.65rem;
  margin-left: 0.85rem;
  letter-spacing: 0.01em;
}

.float-cta {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: none;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
@media (min-width: 640px) { .float-cta { display: inline-flex; } }
body.dec-contact .float-cta { display: none !important; }
.float-cta:hover { background: var(--navy-600); }

.pager { margin-top: 2rem; }
.pager .nav-links { display: flex; gap: 1rem; justify-content: center; }

[hidden] { display: none !important; }
.mobile-call { padding: 0 1rem 1.25rem; }
.mobile-call .btn { width: 100%; }
