/* ============================================================
   BESPOKE DRESSING ROOMS — Design System
   Editorial luxury: Playfair Display + Manrope
   Palette: Navy / Champagne Gold / Ivory
   ============================================================ */

:root {
  /* Colour palette */
  --navy: #14213D;
  --navy-dark: #0A1428;
  --navy-soft: #1F2D4E;
  --gold: #B8893F;
  --gold-light: #C9A05E;
  --gold-soft: #E8D9B8;
  --gold-text: #8F6A2E;
  --ivory: #FAF7F2;
  --ivory-warm: #F4EFE6;
  --cream: #EFE9DB;
  --charcoal: #1F2937;
  --slate: #4B5563;
  --muted: #6B7280;
  --line: #E5DFD2;
  --white: #FFFFFF;

  /* Typography */
  --serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --container: 1240px;
  --container-narrow: 880px;
  --radius: 2px;
  --radius-lg: 4px;

  /* Shadows */
  --shadow-soft: 0 2px 14px rgba(20, 33, 61, 0.06);
  --shadow-card: 0 8px 30px rgba(20, 33, 61, 0.08);
  --shadow-deep: 0 20px 60px rgba(20, 33, 61, 0.14);

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a { color: var(--navy); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover { color: var(--gold); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
h4 { font-size: 1.25rem; font-weight: 600; }
h5 { font-size: 1.05rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

p { margin-bottom: 1.1em; color: var(--slate); }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 1.1rem;
  display: inline-block;
}

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold-text);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}

.lead {
  font-size: 1.15rem;
  color: var(--slate);
  line-height: 1.65;
  max-width: 60ch;
}

.serif-accent {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
}

/* ============================================================
   LAYOUT
   ============================================================ */

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }

section { padding: 96px 0; }
section.compact { padding: 64px 0; }

/* ============================================================
   TOP BAR
   ============================================================ */

.topbar {
  background: var(--navy);
  color: var(--ivory-warm);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 10px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar a { color: var(--ivory-warm); }
.topbar a:hover { color: var(--gold-light); }
.topbar-left, .topbar-right { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar .sep { color: var(--gold-light); padding: 0 8px; }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */

.header {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(250, 247, 242, 0.95);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-weight: 500; }
.brand-text span {
  font-family: var(--sans);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  color: var(--gold-text);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
}

.nav { display: flex; gap: 30px; align-items: center; }
.nav a {
  font-size: 0.92rem;
  color: var(--charcoal);
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
.nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav a:hover::after, .nav a.active::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--ivory) !important;
  padding: 11px 22px;
  border-radius: var(--radius);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.25s var(--ease);
  border: 1px solid var(--navy);
}
.nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white) !important;
}
.nav-cta::after { display: none; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--navy);
  margin: 5px 0;
  transition: 0.3s;
}

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

.hero {
  background-color: var(--navy-dark);
  color: var(--ivory);
  padding: 130px 0 110px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 25, 50, 0.94) 0%, rgba(8, 16, 36, 0.88) 45%, rgba(12, 22, 48, 0.92) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184, 137, 63, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184, 137, 63, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}
.hero .container { position: relative; z-index: 3; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: var(--gold-light); }
.hero h1 {
  color: var(--ivory);
  max-width: 18ch;
  margin-bottom: 26px;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 400;
}
.hero-lead {
  font-size: 1.18rem;
  max-width: 56ch;
  color: rgba(250, 247, 242, 0.82);
  margin-bottom: 38px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(232, 217, 184, 0.15);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  max-width: 760px;
}
.hero-trust-item .num {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  line-height: 1.1;
}
.hero-trust-item p {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.65);
  margin: 0;
}

/* Hero ornamental divider */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 16px 0;
  color: var(--gold);
  font-size: 1.4rem;
}
.ornament::before, .ornament::after {
  content: '';
  width: 60px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.3s var(--ease);
  border: 1px solid transparent;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(184, 137, 63, 0.35);
  color: var(--navy);
}
.btn-outline {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(250, 247, 242, 0.35);
}
.btn-outline:hover {
  background: var(--ivory);
  color: var(--navy);
  border-color: var(--ivory);
}
.btn-dark {
  background: var(--navy);
  color: var(--ivory);
  border-color: var(--navy);
}
.btn-dark:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  color: var(--gold);
  transform: translateY(-2px);
}
.btn-light {
  background: var(--ivory);
  color: var(--navy);
  border-color: var(--ivory);
}
.btn-light:hover {
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* ============================================================
   SERVICES GRID
   ============================================================ */

.section-intro { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.section-intro h2 { margin-bottom: 20px; }
.section-intro .lead { margin: 0 auto; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
  z-index: 3;
}
.service-card:hover {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover .service-image img { transform: scale(1.04); }

.service-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--navy);
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
  display: block;
}
.service-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(10, 20, 40, 0.3) 100%);
  pointer-events: none;
}

.service-card-body {
  padding: 32px 32px 36px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card h3 { margin-bottom: 12px; font-size: 1.5rem; }
.service-card p { font-size: 0.95rem; margin-bottom: 22px; flex: 1; }
.service-card .service-link {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: all 0.25s var(--ease);
  align-self: flex-start;
}
.service-card .service-link:hover { color: var(--gold); }

/* Legacy icon style — kept for backward compatibility but no longer used */
.service-icon {
  display: none;
}

/* ============================================================
   PROCESS / SPLIT SECTIONS
   ============================================================ */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split-image {
  background-color: var(--navy);
  background-image: url('/images/process-split.jpg');
  background-image: image-set(
    url('/images/process-split.webp') type('image/webp'),
    url('/images/process-split.jpg') type('image/jpeg')
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
}
.split-image::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(184, 137, 63, 0.4);
  pointer-events: none;
  z-index: 2;
}
.split-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(10, 20, 40, 0.88) 0%, rgba(10, 20, 40, 0.4) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.split-image-label {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.4;
  z-index: 3;
}

.process-steps { list-style: none; padding: 0; margin-top: 36px; }
.process-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-num {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
}
.process-step h3 { margin-bottom: 6px; color: var(--navy); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.process-step p { font-size: 0.95rem; margin: 0; }

/* ============================================================
   QUOTE / TESTIMONIAL BAND
   ============================================================ */

.quote-band {
  background: var(--ivory-warm);
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.quote-band::before {
  content: '"';
  font-family: var(--serif);
  font-size: 14rem;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  opacity: 0.12;
  line-height: 1;
  pointer-events: none;
}
.quote-band blockquote {
  max-width: 820px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  line-height: 1.5;
  color: var(--navy);
  font-style: italic;
  position: relative;
  z-index: 1;
}
.quote-attr {
  margin-top: 30px;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-text);
}

/* ============================================================
   AREAS / COUNTIES STRIP
   ============================================================ */

.areas-strip { background: var(--navy); color: var(--ivory); padding: 80px 0; }
.areas-strip h2 { color: var(--ivory); }
.areas-strip .eyebrow { color: var(--gold-light); }
.areas-strip .eyebrow::before { background: var(--gold-light); }
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 4px 22px;
  margin-top: 40px;
}
.areas-grid a {
  color: rgba(250, 247, 242, 0.78);
  padding: 8px 0;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(232, 217, 184, 0.1);
  transition: all 0.2s var(--ease);
}
.areas-grid a:hover { color: var(--gold-light); padding-left: 6px; }

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

.cta-band {
  background: var(--ivory-warm);
  text-align: center;
  padding: 90px 0;
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-band .eyebrow { margin-bottom: 18px; }
.cta-band h2 { max-width: 22ch; margin: 0 auto 18px; }
.cta-band .lead { margin: 0 auto 36px; }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   CONTACT / FORM
   ============================================================ */

.contact-section { background: var(--ivory); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 24px; }
.contact-detail {
  display: flex;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.contact-detail:last-child { border-bottom: 1px solid var(--line); }
.contact-detail-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
}
.contact-detail h3 { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 4px; font-family: var(--sans); font-weight: 600; }
.contact-detail p, .contact-detail a { color: var(--charcoal); font-size: 1.02rem; }

.contact-form {
  background: var(--white);
  padding: 50px 44px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.contact-form h3 { margin-bottom: 8px; }
.contact-form .form-intro { font-size: 0.95rem; margin-bottom: 28px; color: var(--slate); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
  font-weight: 600;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 0.96rem;
  color: var(--charcoal);
  border-radius: var(--radius);
  transition: all 0.25s var(--ease);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(184, 137, 63, 0.12);
}
.form-group textarea { resize: vertical; min-height: 130px; font-family: var(--sans); }
.form-submit {
  width: 100%;
  margin-top: 8px;
  justify-content: center;
}

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

.footer {
  background: var(--navy-dark);
  color: rgba(250, 247, 242, 0.7);
  padding: 80px 0 30px;
  font-size: 0.92rem;
}
.footer h3 {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.footer-brand p { color: rgba(250, 247, 242, 0.6); margin-top: 16px; font-size: 0.92rem; line-height: 1.7; }
.footer-brand .brand { color: var(--ivory); margin-bottom: 6px; }
.footer-brand .brand-text strong { color: var(--ivory); }
.footer-brand .brand-text span { color: var(--gold-light); }
.footer ul { list-style: none; padding: 0; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: rgba(250, 247, 242, 0.7); font-size: 0.92rem; }
.footer ul a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(232, 217, 184, 0.12);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(250, 247, 242, 0.5);
}
.footer-bottom .legal { max-width: 64ch; line-height: 1.7; }
.footer-bottom a { color: rgba(250, 247, 242, 0.65); }
.footer-bottom a:hover { color: var(--gold-light); }

/* ============================================================
   BREADCRUMBS
   ============================================================ */

.breadcrumbs {
  background: var(--ivory-warm);
  padding: 18px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.breadcrumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumbs li { color: var(--muted); }
.breadcrumbs li + li::before { content: '/'; color: var(--gold); margin-right: 8px; }
.breadcrumbs a { color: var(--navy); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs li:last-child { color: var(--gold-text); }

/* ============================================================
   PAGE HERO (interior pages)
   ============================================================ */

.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--ivory);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at right, rgba(184, 137, 63, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero h1 { color: var(--ivory); margin-bottom: 18px; max-width: 20ch; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.page-hero .lead { color: rgba(250, 247, 242, 0.82); max-width: 60ch; }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero .eyebrow::before { background: var(--gold-light); }

/* ============================================================
   CONTENT (long-form)
   ============================================================ */

.content { background: var(--ivory); }
.content-inner { max-width: 760px; margin: 0 auto; }
.content h2 { margin: 50px 0 20px; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin: 36px 0 14px; }
.content p, .content ul, .content ol { font-size: 1.04rem; line-height: 1.8; color: var(--slate); }
.content ul, .content ol { margin: 0 0 1.2em 1.2em; }
.content ul li, .content ol li { margin-bottom: 10px; }
.content ul li::marker { color: var(--gold); }
.content blockquote {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 28px;
  margin: 32px 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--navy);
}

/* ============================================================
   AREA DIRECTORY (county/town listing pages)
   ============================================================ */

.directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.directory-grid a {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-size: 0.95rem;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  transition: all 0.2s var(--ease);
}
.directory-grid a::after { content: '→'; color: var(--gold); opacity: 0; transition: all 0.25s var(--ease); }
.directory-grid a:hover { background: var(--ivory-warm); color: var(--navy); padding-left: 28px; }
.directory-grid a:hover::after { opacity: 1; }

/* ============================================================
   FEATURES GRID
   ============================================================ */

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 36px;
  margin-top: 50px;
}
.feature h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--navy);
}
.feature p { font-size: 0.95rem; }
.feature-mark {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 22px;
}

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

@media (max-width: 960px) {
  .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { gap: 36px; }
  .split-image { aspect-ratio: 16 / 10; }
  section { padding: 72px 0; }
  .hero { padding: 90px 0 80px; }
  .nav { display: none; position: fixed; top: 78px; left: 0; right: 0; background: var(--ivory); flex-direction: column; padding: 30px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); align-items: stretch; gap: 0; }
  .nav.active { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: none; }
  .nav-cta { margin-top: 12px; text-align: center; justify-content: center; }
  .menu-toggle { display: block; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 36px 28px; }
}

@media (max-width: 600px) {
  .topbar { font-size: 0.76rem; }
  .topbar-left { gap: 14px; }
  .topbar .sep:nth-of-type(2) { display: none; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .footer-bottom { flex-direction: column; }
}

/* ============================================================
   UTILITIES & MOTION
   ============================================================ */

.fade-up { opacity: 0; transform: translateY(20px); animation: fadeUp 0.9s var(--ease-out) forwards; }
.fade-up.d1 { animation-delay: 0.1s; }
.fade-up.d2 { animation-delay: 0.25s; }
.fade-up.d3 { animation-delay: 0.4s; }
.fade-up.d4 { animation-delay: 0.55s; }

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Selection */
::selection { background: var(--gold); color: var(--navy); }
