/* ============================================================
   BR Law Firm — Main Stylesheet
   All inline CSS extracted from index.html into this file.
   ============================================================ */

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #14120F;
  font-family: 'Archivo', sans-serif;
  color: #1C1913;
  -webkit-font-smoothing: antialiased;
}
::selection { background: #B08D57; color: #14120F; }
image-slot { display: block; width: 100%; height: 100%; }
img { max-width: 100%; height: auto; display: block; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

/* Page wrapper */
.page {
  background: #F5F1E9;
  color: #1C1913;
}

/* ---------- Announcement bar ---------- */
.announce {
  background: #14120F;
  color: #C9C2B4;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 9px 20px;
  flex-wrap: wrap;
}
.announce a { text-decoration: none; }
.announce .phone,
.announce .email { color: inherit; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 233, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 25, 19, 0.1);
}
.nav {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
}
.brand {
  text-decoration: none;
  color: #1C1913;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.brand-sub {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6E6656;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-links a {
  color: #1C1913;
  text-decoration: none;
}
.nav-links a:hover { color: #B08D57; }
.nav-cta {
  color: #F5F1E9 !important;
  background: #1C1913;
  padding: 12px 26px;
  letter-spacing: 0.12em;
}
.nav-cta:hover { background: #B08D57; color: #14120F !important; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: #14120F;
  color: #F5F1E9;
  overflow: hidden;
}
.hero-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 640px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 48px 90px 32px;
  animation: fadeUp 0.8s ease both;
}
.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #B08D57;
}
.hero-title {
  margin: 0 0 26px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.05;
  text-wrap: balance;
}
.hero-desc {
  margin: 0 0 38px;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.7;
  color: #C9C2B4;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  background: #B08D57;
  color: #14120F;
  text-decoration: none;
  padding: 16px 34px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.btn-primary:hover { background: #F5F1E9; }
.hero-stats {
  display: flex;
  gap: 44px;
  margin-top: 60px;
}
.stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #B08D57;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8B8271;
}
.hero-media {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 32px 60px 0;
}
.hero-media x-import,
.hero-media image-slot { position: absolute; inset: 0; }

/* Hero contact form */
.hero-form {
  width: 100%;
  max-width: 460px;
  background: #F5F1E9;
  color: #14120F;
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  border-top: 4px solid #B08D57;
}
.hero-form-title {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 28px;
  color: #14120F;
  line-height: 1.15;
}
.hero-form-sub {
  margin: 0 0 20px;
  font-size: 13px;
  color: #6B6152;
  line-height: 1.5;
}
.hf-row { margin-bottom: 14px; display: flex; flex-direction: column; }
.hf-row label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #3A2F1E;
  margin-bottom: 6px;
}
.hf-req { color: #B0552A; }
.hf-row input,
.hf-row textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #D9CBB0;
  border-radius: 8px;
  background: #FFFFFF;
  color: #14120F;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
.hf-row textarea { resize: vertical; min-height: 90px; }
.hf-row input:focus,
.hf-row textarea:focus {
  outline: none;
  border-color: #B08D57;
  box-shadow: 0 0 0 3px rgba(176,141,87,0.2);
}
.hf-submit {
  width: 100%;
  margin-top: 6px;
  background: #B08D57;
  color: #14120F;
  border: none;
  padding: 14px 22px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.hf-submit:hover { background: #14120F; color: #F5F1E9; }

/* ---------- About ---------- */
.about {
  max-width: 1360px;
  margin: 0 auto;
  padding: 110px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.about-media { position: relative; }
.about-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 6px;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  background: #B08D57;
  color: #14120F;
  padding: 22px 26px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.2;
  max-width: 210px;
}
.section-title {
  margin: 0 0 26px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.1;
}
.about-copy p {
  margin: 0 0 20px;
  font-size: 16.5px;
  line-height: 1.8;
  color: #4A4436;
}
.link-underline {
  display: inline-block;
  color: #1C1913;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 2px solid #B08D57;
  padding-bottom: 6px;
}
.link-underline:hover { color: #B08D57; }

/* ---------- Spaces ---------- */
.spaces {
  background: #ECE5D6;
  padding: 100px 32px;
}
.container {
  max-width: 1360px;
  margin: 0 auto;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 54px;
  gap: 24px;
  flex-wrap: wrap;
}
.section-head h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 52px);
}
.section-head p {
  margin: 0;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.7;
  color: #6E6656;
}
.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.space-card {
  background: #F5F1E9;
  display: flex;
  flex-direction: column;
}
.space-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #F5F1E9;
}
.space-body { padding: 28px 26px 32px; }
.space-num {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #B08D57;
  margin-bottom: 10px;
}
.space-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 27px;
}
.space-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #6E6656;
}

/* ---------- Services ---------- */
.services {
  max-width: 1360px;
  margin: 0 auto;
  padding: 110px 32px;
}
.eyebrow-center {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B08D57;
  text-align: center;
}
.section-title-center {
  margin: 0 auto 60px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 52px);
  text-align: center;
  max-width: 20ch;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(28, 25, 19, 0.14);
  border-left: 1px solid rgba(28, 25, 19, 0.14);
}
.service-card {
  display: block;
  text-decoration: none;
  color: #1C1913;
  padding: 34px 28px 38px;
  border-right: 1px solid rgba(28, 25, 19, 0.14);
  border-bottom: 1px solid rgba(28, 25, 19, 0.14);
  background: #F5F1E9;
  transition: background 0.25s, color 0.25s;
}
.service-card:hover { background: #14120F; color: #F5F1E9; }
.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #B08D57;
  margin-bottom: 16px;
}
.service-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.service-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  opacity: 0.72;
}

/* ---------- CTA band ---------- */
.cta {
  background: #B08D57;
  color: #14120F;
}
.cta-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta h2 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 42px);
}
.cta p {
  margin: 0;
  font-size: 15.5px;
  max-width: 60ch;
}
.btn-dark {
  background: #14120F;
  color: #F5F1E9;
  text-decoration: none;
  padding: 18px 40px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-dark:hover { background: #F5F1E9; color: #14120F; }

/* ---------- Benefits ---------- */
.benefits {
  max-width: 1360px;
  margin: 0 auto;
  padding: 110px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 44px;
}
.benefit-rule {
  width: 34px;
  height: 2px;
  background: #B08D57;
  margin-bottom: 18px;
}
.benefit-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.benefit-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #6E6656;
}

/* ---------- FAQ ---------- */
.faq {
  background: #ECE5D6;
  padding: 100px 32px;
}
.faq-inner {
  max-width: 880px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(28, 25, 19, 0.16);
}
.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 24px 4px;
  text-align: left;
  font-family: 'Archivo', sans-serif;
}
.faq-q {
  font-size: 17px;
  font-weight: 600;
  color: #1C1913;
}
.faq-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #B08D57;
  line-height: 1;
}
.faq-a {
  margin: 0;
  padding: 0 4px 26px;
  font-size: 15.5px;
  line-height: 1.8;
  color: #4A4436;
  white-space: pre-line;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #14120F;
  color: #C9C2B4;
}
.footer-top {
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 32px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
}
.footer-heading {
  margin: 0 0 24px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 52px);
  color: #F5F1E9;
  line-height: 1.1;
}
.footer-lead {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.75;
  max-width: 52ch;
}
.contact-list {
  display: grid;
  gap: 22px;
  font-size: 15.5px;
}
.contact-row {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.contact-label {
  color: #B08D57;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 72px;
  flex-shrink: 0;
}
.contact-row a {
  color: #F5F1E9;
  text-decoration: none;
}
.contact-row a:hover { color: #B08D57; }

.lead-form {
  background: #1C1913;
  padding: 44px 40px;
  align-self: start;
}
.lead-form h3 {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #F5F1E9;
  font-weight: 500;
}
.lead-form .note {
  margin: 0 0 28px;
  font-size: 13.5px;
  color: #8B8271;
}
.form-grid {
  display: grid;
  gap: 16px;
}
.form-grid input,
.form-grid textarea {
  background: #14120F;
  border: 1px solid rgba(245, 241, 233, 0.15);
  color: #F5F1E9;
  padding: 14px 16px;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px;
}
.form-grid textarea { resize: vertical; }
.form-submit {
  background: #B08D57;
  color: #14120F;
  border: none;
  cursor: pointer;
  padding: 16px;
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.form-submit:hover { background: #F5F1E9; }

.footer-bottom {
  max-width: 1360px;
  margin: 64px auto 0;
  padding: 26px 32px;
  border-top: 1px solid rgba(245, 241, 233, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #8B8271;
}
.footer-nav {
  display: flex;
  gap: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11.5px;
}
.footer-nav a {
  color: #8B8271;
  text-decoration: none;
}
.footer-nav a:hover { color: #B08D57; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .about,
  .services,
  .benefits,
  .spaces,
  .faq,
  .footer-top,
  .footer-bottom,
  .nav {
    padding-left: 24px;
    padding-right: 24px;
  }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .spaces-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner,
  .about,
  .benefits,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  /* .nav and .nav-links overridden below in mobile-nav-panel block */
  .nav-cta { padding: 10px 18px; }

  .announce {
    gap: 10px 18px;
    font-size: 11.5px;
    padding: 8px 14px;
  }


  .about,
  .benefits {
    padding: 60px 18px;
    gap: 36px;
  }
  .spaces,
  .services,
  .faq {
    padding: 60px 18px;
  }

  .hero-inner { min-height: 0; }
  .hero-text { padding: 60px 20px; }
  .hero-stats {
    gap: 24px;
    margin-top: 36px;
    flex-wrap: wrap;
  }
  .stat-value { font-size: 26px; }
  .hero-media { min-height: 0; padding: 0 20px 60px; }
  .hero-form { max-width: 100%; padding: 24px 20px; }
  .hero-form-title { font-size: 24px; }

  .about-badge {
    right: 8px;
    bottom: 8px;
    font-size: 16px;
    padding: 14px 18px;
    max-width: 60%;
  }

  .services-grid { grid-template-columns: 1fr; }
  .spaces-grid { grid-template-columns: 1fr; }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 20px;
    gap: 22px;
  }
  .btn-dark { padding: 14px 26px; }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 60px 20px 0;
  }
}

@media (max-width: 480px) {
  h1, h2 { word-break: break-word; }
  .stat-value { font-size: 22px; }
}


/* ---------- Practice Areas dropdown ---------- */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  font: inherit;
  color: #1C1913;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  letter-spacing: inherit;
  text-transform: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-dropdown-toggle:hover { color: #B08D57; }
.nav-caret { font-size: 0.85em; line-height: 1; }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;              /* no gap — hoverable bridge via padding-top */
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E7E1D3;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(20,18,15,0.14);
  padding: 8px 0;
  margin: 12px 0 0;       /* visual offset via margin — NOT a hover gap because pointer stays inside .nav-dropdown */
  list-style: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s linear 0.2s;
}
/* Extend the dropdown's hover area to include the space between toggle and menu */
.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  height: 16px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0s;
}
.nav-dropdown-menu li { margin: 0; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  color: #1C1913;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  background: #F5F1E9;
  color: #B08D57;
}

/* ---------- Hamburger button (mobile only) ---------- */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1C1913;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Mobile nav panel ---------- */
@media (max-width: 768px) {
  .site-header { position: relative; }
  .nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    gap: 8px;
  }
  .nav-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-top: 1px solid #E7E1D3;
    box-shadow: 0 12px 24px rgba(20,18,15,0.10);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    display: none;
    z-index: 90;
  }
  .site-header.nav-open .nav-links { display: flex; }

  .nav-links > a,
  .nav-dropdown-toggle {
    display: block;
    padding: 14px 22px;
    border-bottom: 1px solid #F1ECE0;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    width: 100%;
  }
  .nav-cta {
    margin: 12px 18px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 0 !important;
  }

  /* Dropdown becomes an accordion inside the mobile panel */
  .nav-dropdown { width: 100%; text-align: left; position: static; }
  .nav-dropdown::after { display: none; }
  .nav-dropdown-toggle { justify-content: space-between; }
  .nav-dropdown-menu {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin: 0;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    background: #FAF7F0;
  }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu { display: none; }
  .nav-dropdown.open:hover .nav-dropdown-menu,
  .nav-dropdown.open:focus-within .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu a {
    text-align: left;
    white-space: normal;
    padding: 12px 34px;
    border-bottom: 1px solid #F1ECE0;
    font-size: 13px;
  }
}


/* ---------- Logo brand image ---------- */
.brand-logo {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .brand-logo { height: 38px; }
}

/* ---------- Prominent top-bar contact items ---------- */
.announce .top-location,
.announce .top-phone,
.announce .top-email {
  color: #FFD97A !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 2px 10px;
  border-radius: 4px;
  transition: color .2s, background .2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.announce .top-location:hover,
.announce .top-phone:hover,
.announce .top-email:hover {
  color: #fff !important;
  background: rgba(255, 217, 122, 0.15);
}
@media (max-width: 768px) {
  .announce .top-location,
  .announce .top-phone,
  .announce .top-email { font-size: 12.5px; padding: 2px 6px; }
}

/* ---------- Spaces / value card image ---------- */
.space-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  display: block;
}

/* ---------- Floating WhatsApp button ---------- */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0,0,0,0.15);
  z-index: 998;
  transition: transform .2s ease;
  animation: waPulse 2.4s infinite;
}
.whatsapp-float { animation: none; will-change: transform; }
.whatsapp-float::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: -1;
  animation: waPulseTransform 2.4s ease-out infinite;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 32px; height: 32px; position: relative; z-index: 1; }
@keyframes waPulseTransform {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(1.6); opacity: 0;    }
  100% { transform: scale(1.6); opacity: 0;    }
}
@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .whatsapp-float::before { display: none; }
}
@media (max-width: 768px) {
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
}


/* ---------- Scroll performance ---------- */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-overflow-scrolling: touch; overscroll-behavior-y: none; }
img { content-visibility: auto; }
@media (max-width: 768px) {
  .site-header, .announce, .nav-wrap {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-text { animation: none; }
}

/* ---------- Google Map ---------- */
.map-wrap { width: 100%; margin-top: 24px; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,.25); background: #14120F; }
.map-wrap iframe { display: block; width: 100%; height: 360px; border: 0; }
@media (max-width: 720px) { .map-wrap iframe { height: 260px; } }

/* ============================================================
   INNER PAGE COMPONENT LAYER
   Practice-area / article pages. Shares all tokens above.
   Gold #B08D57 · Ink #1C1913 · Bone #F5F1E9 · Sand #ECE5D6 · Night #14120F
   ============================================================ */

/* ---------- Self-hosted fonts (previously referenced but never loaded) ---------- */
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ---------- Inner hero / page masthead ---------- */
.page-hero {
  background: #14120F;
  color: #F5F1E9;
  padding: 74px 32px 66px;
}
.page-hero-inner {
  max-width: 1360px;
  margin: 0 auto;
}
.page-title {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.06;
  text-wrap: balance;
}
.page-standfirst {
  margin: 0;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.7;
  color: #C9C2B4;
}

/* ---------- Breadcrumb ---------- */
.crumbs {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before {
  content: "\002F";
  color: rgba(245, 241, 233, 0.4);
}
.crumbs a { color: #B08D57; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs [aria-current="page"] { color: rgba(245, 241, 233, 0.72); }

/* ---------- Two-column article + sticky enquiry rail ---------- */
.inner-wrap {
  background: #F5F1E9;
  color: #1C1913;
  padding: 84px 32px;
}
.inner-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 64px;
  align-items: start;
}

/* ---------- Prose ---------- */
.prose { max-width: 74ch; font-size: 17px; line-height: 1.78; }
.prose > * + * { margin-top: 1.25em; }
.prose h2 {
  margin-top: 2em;
  margin-bottom: 0.6em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
}
.prose h3 {
  margin-top: 1.7em;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.prose p { margin: 0; }
.prose a {
  color: #8A6D3B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a:hover { color: #B08D57; }
.prose ul, .prose ol { margin: 0; padding-left: 1.25em; }
.prose li + li { margin-top: 0.5em; }
.prose strong { font-weight: 600; }
.prose img { margin: 2em 0; }

/* Pull-quote / callout */
.callout {
  border-left: 3px solid #B08D57;
  background: #ECE5D6;
  padding: 26px 30px;
  font-size: 17px;
  line-height: 1.7;
}
.callout p { margin: 0; }
.callout p + p { margin-top: 0.9em; }

/* ---------- Strategy steps ---------- */
.strategy { margin-top: 3em; }
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.strategy-step { border-top: 1px solid rgba(28, 25, 19, 0.18); padding-top: 20px; }
.strategy-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: #B08D57;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.strategy-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ---------- Related services ---------- */
.related { background: #ECE5D6; padding: 88px 32px; }
.related-inner { max-width: 1360px; margin: 0 auto; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.related-card {
  display: block;
  background: #F5F1E9;
  padding: 30px 26px;
  text-decoration: none;
  color: #1C1913;
  border: 1px solid transparent;
  transition: border-color .18s ease, transform .18s ease;
}
.related-card:hover { border-color: #B08D57; transform: translateY(-3px); }
.related-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.2;
}
.related-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #56504A;
}

/* ---------- Sticky sidebar enquiry form ---------- */
.rail { position: sticky; top: 24px; }
.rail-form {
  background: #14120F;
  color: #F5F1E9;
  padding: 32px 28px;
}
.rail-title {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
}
.rail-sub {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #C9C2B4;
}
.rail-row { margin-bottom: 14px; }
.rail-row label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9C2B4;
}
.rail-row input,
.rail-row textarea {
  width: 100%;
  box-sizing: border-box;
  background: rgba(245, 241, 233, 0.06);
  border: 1px solid rgba(245, 241, 233, 0.2);
  color: #F5F1E9;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
}
.rail-row input:focus,
.rail-row textarea:focus {
  outline: 2px solid #B08D57;
  outline-offset: 1px;
}
.rail-row input::placeholder,
.rail-row textarea::placeholder { color: rgba(245, 241, 233, 0.42); }
.rail-row textarea { resize: vertical; min-height: 96px; }
.rail-submit {
  width: 100%;
  background: #B08D57;
  color: #14120F;
  border: none;
  cursor: pointer;
  padding: 15px 20px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rail-submit:hover { background: #F5F1E9; }
.rail-direct {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #C9C2B4;
}
.rail-direct a { color: #B08D57; text-decoration: none; }
.rail-direct a:hover { text-decoration: underline; }

/* Form validation messaging (replaces inline style attributes) */
.form-error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #E2696B;
}
.is-invalid { border-color: #E2696B !important; }
.field-note { display: block; margin-bottom: 6px; font-weight: 600; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Inline SVG icon sizing (replaces Font Awesome) ---------- */
.icon {
  width: 1em; height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.125em;
  flex: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .inner-grid { grid-template-columns: 1fr; gap: 52px; }
  .rail { position: static; max-width: 560px; }
}
@media (max-width: 768px) {
  .page-hero { padding: 52px 20px 46px; }
  .inner-wrap { padding: 56px 20px; }
  .related { padding: 60px 20px; }
  .prose { font-size: 16px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .related-card { transition: none; }
  .related-card:hover { transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .announce, .rail, .related, .site-footer { display: none; }
  .page-hero, .inner-wrap { background: #fff; color: #000; padding: 0; }
  .prose { max-width: none; }
}

/* ============================================================
   INNER PAGE — hero grid, illustration, WhatsApp CTA, wide menu
   ============================================================ */

/* ---------- Hero: copy + illustration ---------- */
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}
.page-hero-text { min-width: 0; }
.page-illustration { margin: 0; min-width: 0; }
.page-illustration img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
}

/* Secondary button */
.btn-ghost {
  display: inline-block;
  padding: 16px 30px;
  border: 1px solid rgba(245, 241, 233, 0.36);
  color: #F5F1E9;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.btn-ghost:hover { border-color: #B08D57; color: #B08D57; }

/* ---------- Practice-areas mega menu ----------
   Visibility is handled by the base .nav-dropdown-menu rules
   (opacity/visibility). These rules only change the LAYOUT to two
   columns, so hover, focus-within and .open all keep working. */
.nav-dropdown-wide {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 0 22px;
  min-width: 470px;
  padding: 10px 6px;
}
.nav-dropdown-wide a { white-space: nowrap; }
.nav-dropdown-all {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(28, 25, 19, 0.12);
  margin-top: 8px;
  padding-top: 8px;
}
.nav-dropdown-all a { font-weight: 600; color: #B08D57 !important; }

@media (max-width: 900px) {
  .nav-dropdown-wide {
    grid-template-columns: 1fr;
    min-width: 0;
    padding: 0;
    gap: 0;
  }
  .nav-dropdown-wide a { white-space: normal; }
  /* base mobile rules use display:none/block — restore that behaviour */
  .nav-dropdown .nav-dropdown-wide { display: none; }
  .nav-dropdown.open .nav-dropdown-wide { display: grid; }
}

/* ---------- WhatsApp floating CTA ---------- */
.wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 13px 20px 13px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wa-fab:hover { background: #1FB855; }
.wa-fab:focus-visible { outline: 3px solid #B08D57; outline-offset: 3px; }
.wa-fab svg { flex: none; }

@media (max-width: 640px) {
  .wa-fab { padding: 14px; right: 16px; bottom: 16px; }
  .wa-fab-text { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .page-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-illustration { order: -1; max-width: 420px; }
  .page-illustration img { max-height: 260px; }
}

@media print { .wa-fab, .page-illustration { display: none; } }

/* ---------- Sitemap page ---------- */
.sitemap-wrap {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px 36px;
}
.sitemap-heading {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(28, 25, 19, 0.16);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 26px;
}
.sitemap-list { margin: 0; padding: 0; list-style: none; }
.sitemap-list li + li { margin-top: 9px; }
.sitemap-list a {
  color: #1C1913;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
.sitemap-list a:hover { color: #8A6D3B; border-bottom-color: #B08D57; }

/* ---------- Homepage: static rebuild additions ---------- */
.map-embed { border: 0; display: block; }
.hero .btn-ghost { border-color: rgba(245,241,233,0.36); }
.services-grid .service-card h3 { margin-top: 0; }

/* ---------- Hero background image (was injected by the removed runtime) ---------- */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.30;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #14120F 0%, rgba(20,18,15,0.88) 46%, rgba(20,18,15,0.62) 100%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }

@media (max-width: 900px) {
  .hero::after {
    background: linear-gradient(180deg, rgba(20,18,15,0.86) 0%, #14120F 62%);
  }
}

/* ============================================================
   HOMEPAGE REDESIGN — hero photo, services grid, consult band
   ============================================================ */

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: #B08D57; color: #14120F; padding: 12px 20px;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ---------- Hero ---------- */
.hero-brand {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.5;
  color: #F5F1E9;
}
.hero-brand strong { color: #B08D57; font-weight: 600; }

.hero-media { display: flex; align-items: center; justify-content: center; padding: 40px 0; }
.hero-photo { margin: 0; position: relative; max-width: 480px; width: 100%; }
.hero-photo img {
  width: 100%; height: auto; display: block;
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.hero-photo-tag {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9C2B4;
  text-align: center;
}
.hero-stats { flex-wrap: wrap; }
.stat-value { display: block; }
.stat-label { display: block; color: #C9C2B4; }

/* ---------- Services grid ---------- */
.section-lead-center {
  max-width: 64ch;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #56504A;
}
.section-lead-center strong { color: #1C1913; font-weight: 600; }

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 30px 26px 26px;
  background: #F5F1E9;
  border: 1px solid rgba(28,25,19,0.10);
  text-decoration: none;
  color: #1C1913;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.service-card:hover {
  border-color: #B08D57;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(28,25,19,0.10);
}
.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 1;
  color: #B08D57;
}
.service-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.service-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #56504A;
  flex: 1;
}
.service-more {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #8A6D3B;
}
.services-all { text-align: center; margin: 44px 0 0; }

/* ---------- Values cards ---------- */
.space-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #B08D57;
  line-height: 1;
  margin-bottom: 6px;
}
.space-media img { width: 100%; height: auto; display: block; }

/* ---------- Consultation band ---------- */
.consult { background: #14120F; color: #F5F1E9; padding: 100px 32px; }
.consult-inner {
  max-width: 1360px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px;
  align-items: start;
}
.consult-copy p { font-size: 16px; line-height: 1.75; color: #C9C2B4; max-width: 52ch; }
.consult-copy .section-title { color: #F5F1E9; }
.consult-list { list-style: none; margin: 32px 0 0; padding: 0; }
.consult-list li {
  display: flex; gap: 18px; padding: 14px 0;
  border-top: 1px solid rgba(245,241,233,0.14);
  font-size: 15px; line-height: 1.6;
}
.consult-label {
  flex: none; width: 96px;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #B08D57; padding-top: 2px;
}
.consult-list a { color: #F5F1E9; text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.6); }
.consult-list a:hover { color: #B08D57; }
.consult-form .hero-form { background: #F5F1E9; color: #1C1913; padding: 34px 32px; }
.consult-form .hero-form-title { color: #1C1913; }

/* Two-column form grid */
.hf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.hf-wide { grid-column: 1 / -1; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .consult-inner { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 900px) {
  .hero-media { padding: 0 0 8px; order: -1; }
  .hero-photo { max-width: 340px; }
  .consult { padding: 64px 20px; }
}
@media (max-width: 560px) {
  .hf-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .consult-list li { flex-direction: column; gap: 4px; }
  .consult-label { width: auto; }
}

/* ---------- Firm name line under page H1 ---------- */
.page-brand {
  margin: -6px 0 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #C9C2B4;
}
.page-brand strong { color: #B08D57; font-weight: 600; }
.inner-wrap .page-brand, .prose .page-brand { color: #56504A; }
.inner-wrap .page-brand strong, .prose .page-brand strong { color: #8A6D3B; }

/* ---------- Overflow guards (mobile) ---------- */
.hero-form, .lead-form, .consult-form, .rail-form { box-sizing: border-box; max-width: 100%; }
.hero-form input, .hero-form textarea, .hero-form select { box-sizing: border-box; max-width: 100%; }
.consult-inner > *, .hero-inner > *, .inner-grid > *, .footer-top > * { min-width: 0; }
.hf-grid > * { min-width: 0; }
html, body { overflow-x: hidden; }

@media (max-width: 560px) {
  .hero-form, .consult-form .hero-form { padding: 24px 18px; }
}
.footer-nav { flex-wrap: wrap; }
@media (max-width: 560px) { .footer-nav { gap: 12px 16px; } }

/* ============================================================
   FOOTER — social widgets, map/hours column
   ============================================================ */
.footer-social {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding: 26px 0 4px;
  border-top: 1px solid rgba(245,241,233,0.14);
  margin-top: 40px;
}
.footer-social-label {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #B08D57;
}
.social-row { display: flex; gap: 12px; }
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(245,241,233,0.24);
  color: #F5F1E9; text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.social-link:hover, .social-link:focus-visible {
  background: #B08D57; border-color: #B08D57; color: #14120F;
}
.social-link:focus-visible { outline: 2px solid #F5F1E9; outline-offset: 2px; }

/* Right-hand footer column on inner pages */
.footer-aside { display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.footer-map { border: 1px solid rgba(245,241,233,0.16); }
.footer-map .map-embed { display: block; border: 0; filter: grayscale(0.25) contrast(1.05); }
.footer-aside-title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px;
  color: #F5F1E9;
}
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 9px 0; font-size: 14.5px;
  border-bottom: 1px solid rgba(245,241,233,0.10);
  color: #C9C2B4;
}
.hours-list li span:last-child { color: #F5F1E9; }
.footer-urgent {
  margin: 16px 0 0; font-size: 13.5px; line-height: 1.65; color: #C9C2B4;
}
.footer-urgent a { color: #B08D57; text-decoration: none; border-bottom: 1px solid rgba(176,141,87,.5); }

@media (max-width: 900px) {
  .footer-social { margin-top: 28px; }
}

/* ============================================================
   PRACTICE AREAS + EXPATS pages
   ============================================================ */
.pa-wrap, .expat-wrap { background: #F5F1E9; color: #1C1913; padding: 88px 32px; }
.pa-inner, .expat-inner { max-width: 1360px; margin: 0 auto; }

.pa-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px; margin-top: 48px;
}
.pa-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 34px 28px 28px; background: #fff;
  border: 1px solid rgba(28,25,19,0.10);
  text-decoration: none; color: #1C1913;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.pa-card:hover { border-color: #B08D57; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(28,25,19,.10); }
.pa-icon { color: #B08D57; display: block; line-height: 0; margin-bottom: 4px; }
.pa-title {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 26px; line-height: 1.15;
}
.pa-desc { margin: 0; font-size: 14.5px; line-height: 1.65; color: #56504A; flex: 1; }
.pa-more, .expat-more {
  margin-top: 6px; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; color: #8A6D3B;
}

/* Expats */
.expat-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px; margin-top: 48px;
}
.expat-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 0 0 26px; background: #fff;
  border: 1px solid rgba(28,25,19,0.10);
  text-decoration: none; color: #1C1913; overflow: hidden;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.expat-card:hover { border-color: #B08D57; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(28,25,19,.10); }


.expat-title {
  margin: 20px 26px 0; font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: 25px; line-height: 1.15;
}
.expat-desc { margin: 0 26px; font-size: 14.5px; line-height: 1.65; color: #56504A; flex: 1; }
.expat-card .expat-more { margin: 4px 26px 0; }

.expat-more-links { margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(28,25,19,.14); }
.expat-more-title { color: #1C1913 !important; margin-bottom: 14px; }
.expat-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.expat-links a { color: #8A6D3B; text-decoration: none; border-bottom: 1px solid rgba(176,141,87,.4); font-size: 15px; }
.expat-links a:hover { color: #B08D57; }

@media (max-width: 768px) {
  .pa-wrap, .expat-wrap { padding: 60px 20px; }
}

/* ---------- Contact page map (beside the enquiry form) ---------- */
.contact-map { margin-bottom: 40px; }
.contact-map-title {
  margin: 0 0 8px; font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: clamp(26px, 3vw, 36px); line-height: 1.15;
}
.contact-map-sub { margin: 0 0 20px; font-size: 15px; line-height: 1.6; color: #56504A; }
.contact-map-frame { border: 1px solid rgba(28,25,19,.16); line-height: 0; }
.contact-map-frame .map-embed { display: block; border: 0; }
.contact-map-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 22px 0 0; }
.btn-ghost-dark { border-color: rgba(28,25,19,.32); color: #1C1913; }
.btn-ghost-dark:hover { border-color: #B08D57; color: #8A6D3B; }
/* Show the whole flag rather than a cropped centre */


/* ---------- Footer alignment: match the content container ---------- */
.footer-social {
  max-width: 1360px;
  margin: 40px auto 0;
  padding: 26px 32px 0;
  box-sizing: border-box;
}
.footer-bottom { box-sizing: border-box; }
.footer-top { box-sizing: border-box; }
/* keep the bottom row clear of the floating WhatsApp button */
.footer-bottom { padding-bottom: 34px; }
@media (max-width: 640px) {
  .footer-social { padding: 22px 20px 0; }
  .footer-bottom { padding: 22px 20px 96px; }
  .footer-top { padding: 60px 20px 0; }
}


/* ---------- Expat cards: brand icons ---------- */
.expat-card { padding: 32px 26px 26px; }
.expat-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%;
  background: #F5F1E9; border: 1px solid rgba(176,141,87,.35);
  margin-bottom: 4px;
}
.expat-icon img { width: 30px; height: 30px; display: block; }
.expat-card .expat-title { margin: 16px 0 0; }
.expat-card .expat-desc { margin: 8px 0 0; }
.expat-card .expat-more { margin: 12px 0 0; }
/* Buttons inside prose must not inherit link underlines */
.prose a.btn-primary, .prose a.btn-ghost, .prose a.btn-dark,
.contact-map-actions a { text-decoration: none; }
.contact-map-actions .btn-primary, .contact-map-actions .btn-ghost { padding: 15px 28px; }
/* Section headings that must stay on one line on desktop */
.section-title-1line { max-width: none; text-wrap: nowrap; white-space: nowrap; }
@media (max-width: 760px) {
  .section-title-1line { white-space: normal; text-wrap: balance; max-width: 20ch; }
}
/* Homepage service cards: icon instead of 01/02/03 */
.service-icon { color: #B08D57; display: block; line-height: 0; margin-bottom: 6px; }
.service-card { padding-top: 28px; }

/* ---------- Google reviews ---------- */
.reviews { background: #ECE5D6; color: #1C1913; padding: 96px 32px; }
.reviews:not([data-loaded]) .reviews-grid { min-height: 0; }
.reviews-inner { max-width: 1360px; margin: 0 auto; }
.reviews-summary {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap; margin: -34px 0 46px;
  font-size: 15px; color: #56504A;
}
.reviews-stars { color: #B08D57; font-size: 20px; letter-spacing: 2px; }
.reviews-score strong { color: #1C1913; font-weight: 600; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
.review-card {
  margin: 0; background: #F8F5EE; padding: 30px 28px;
  border: 1px solid rgba(28,25,19,.10);
  display: flex; flex-direction: column; gap: 14px;
}
.review-stars { color: #B08D57; font-size: 17px; letter-spacing: 2px; line-height: 1; }
.review-text { margin: 0; }
.review-text p { margin: 0; font-size: 15px; line-height: 1.7; color: #3C3730; }
.review-meta {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  margin-top: auto; padding-top: 6px; font-size: 13px;
}
.review-author { font-weight: 600; color: #1C1913; }
.review-when { color: #7A7266; }
.reviews-cta { text-align: center; margin: 44px 0 0; }
@media (max-width: 768px) { .reviews { padding: 60px 20px; } }
/* Reviews: keep the section readable before any cards arrive */
.reviews-grid:empty { display: none; }
.reviews-summary { margin-bottom: 34px; }
.reviews-grid:empty + .reviews-cta { margin-top: 8px; }
/* 404 auto-redirect notice */
.redirect-note {
  margin: 0 0 22px;
  padding: 12px 18px;
  border-left: 3px solid #B08D57;
  background: rgba(176,141,87,.12);
  font-size: 15px;
  color: #F5F1E9;
}
.redirect-note a { color: #B08D57; }
.redirect-count { font-weight: 600; color: #B08D57; }
/* Links inside the dark page hero */
.page-standfirst a, .page-hero-text a:not(.btn-primary):not(.btn-ghost) {
  color: #B08D57;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-standfirst a:hover, .page-hero-text a:not(.btn-primary):not(.btn-ghost):hover { color: #F5F1E9; }
