/* --------------------------------------------- */
/* Global theme tokens                          */
/* --------------------------------------------- */

:root {
  --bg: #f5f3ef;
  --dark: #1c1b1a;
  --accent: #c2995d;
  --accent-dark: #9b7841;
  --forest: #364539;
  --evergreen: #4f6252;
  --moss: #5f7262;
  --stone: #d1c7bd;
  --canvas: #f4f1ec;
  --text: #3a3834;
  --muted: #787571;
  --muted-dark: #55524d;
  --light: #ffffff;
  --max-width: 1160px;
  --shadow: 0 18px 42px rgba(28, 27, 26, 0.18);
}

/* Basic element resets */

* {
  box-sizing: border-box;
}

/* Base body styles */

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Link defaults */

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--dark);
}

/* Primary call-to-action buttons */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--accent-dark);
  color: var(--light);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: 0 16px 30px rgba(28, 27, 26, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease, border-color 0.25s ease;
}

.button::after {
  content: '\2192';
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.button:hover,
.button:focus {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(28, 27, 26, 0.22);
}

.button:hover::after,
.button:focus::after {
  transform: translateX(4px);
}

.button:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.65);
  outline-offset: 3px;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-dark);
  border-color: rgba(194, 153, 93, 0.55);
  box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus {
  color: var(--light);
  background: var(--accent-dark);
  border-color: transparent;
}

.button--dark {
  background: var(--dark);
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.25);
}

.button--dark:hover,
.button--dark:focus {
  background: #2b2927;
}

/* Media defaults */

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

/* Responsive layout wrapper */

.container {
  width: min(92%, var(--max-width));
  margin: 0 auto;
}

/* --------------------------------------------- */
/* Home page fixed header & logo                 */
/* --------------------------------------------- */

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.home-header.home-header--hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.home-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--light);
  pointer-events: auto;
}


/* Header color tweaks for internal templates */

.about-page-body .home-logo {
  color: var(--dark);
}

.legal-page .home-logo {
  color: var(--dark);
}

.legal-page .home-header {
  background: rgba(244, 241, 236, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 27, 26, 0.08);
  pointer-events: auto;
}

.legal-page .home-menu-toggle {
  border-color: rgba(28, 27, 26, 0.12);
  background: rgba(244, 241, 236, 0.6);
}

.legal-page .home-menu-toggle span {
  background: var(--dark);
}

.process-page .home-header {
  pointer-events: auto;
}

.error-page .home-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  pointer-events: none;
}

.error-page .home-logo {
  color: var(--light);
}

.error-page .home-menu-toggle {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(12, 12, 11, 0.35);
}

.error-page .home-menu-toggle span {
  background: var(--light);
}

/* Scroll to top button used on legal + portfolio */

.legal-scroll-top {
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: var(--dark);
  cursor: pointer;
  outline: none;
}

.legal-scroll-top:hover,
.legal-scroll-top:focus-visible {
  transform: translateY(-4px);
  outline: 2px solid rgba(28, 27, 26, 0.4);
  outline-offset: 4px;
}

.legal-scroll-top__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 768px) {
  .legal-page .home-header {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    box-shadow: none;
  }

  .legal-scroll-top {
    display: inline-flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.25rem;
  }
}

/* Portfolio specific floating controls */

.portfolio-scroll-top {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: translateY(8px);
}

.portfolio-scroll-top:hover,
.portfolio-scroll-top:focus-visible {
  transform: translateY(-4px);
}

.portfolio-scroll-top.portfolio-scroll-top--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .portfolio-scroll-top {
    display: inline-flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.25rem;
  }
}

.portfolio-page .home-logo {
  color: var(--light);
}

.portfolio-index-page .home-logo {
  color: var(--dark);
}

/* Mobile navigation toggles */

.home-menu-toggle {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  background: rgba(12, 12, 11, 0.35);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.home-menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--light);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-menu-toggle.open {
  background: rgba(12, 12, 11, 0.7);
  border-color: rgba(255, 255, 255, 0.65);
}

.home-menu-toggle.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.home-menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.home-menu-toggle.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Fullscreen home menu overlay */

.home-menu {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 11, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  z-index: 35;
  pointer-events: none;
}

.home-menu.open {
  transform: translateY(0);
  pointer-events: auto;
}

.home-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.home-menu-inner a {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.3s ease;
}

.home-menu-inner a:hover,
.home-menu-inner a:focus {
  color: var(--light);
}

.home-page.home-menu-open {
  overflow: hidden;
}

/* --------------------------------------------- */
/* Interior site header + navigation             */
/* --------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 243, 239, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(120, 117, 113, 0.24);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 0;
  gap: 1.5rem;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.primary-nav a {
  color: var(--muted);
  transition: color 0.3s ease;
}

.primary-nav a.active {
  color: var(--dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(28, 27, 26, 0.22);
  background: none;
  cursor: pointer;
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: border-color 0.3s ease;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--dark);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Button system */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

.btn-primary {
  background: var(--dark);
  color: var(--light);
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: #12110f;
}

.btn-outline {
  border: 1px solid rgba(28, 27, 26, 0.28);
  color: var(--dark);
  padding-inline: 1.85rem;
}

.btn-outline:hover {
  border-color: var(--dark);
}

.btn-light {
  background: rgba(244, 241, 236, 0.95);
  color: var(--dark);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.18);
}

.btn-light:hover,
.btn-light:focus-visible {
  transform: translateY(-3px);
  background: var(--light);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--light);
  background: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  border-color: rgba(255, 255, 255, 0.95);
  color: var(--light);
  background: rgba(255, 255, 255, 0.16);
}

.btn-ghost {
  border: 1px solid transparent;
  color: var(--dark);
  background: rgba(28, 27, 26, 0.05);
  padding-inline: 1.85rem;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(28, 27, 26, 0.12);
  transform: translateY(-2px);
}

.btn-link {
  padding: 0.75rem 0;
  color: var(--dark);
  border-bottom: 1px solid transparent;
}

.btn-link:hover {
  border-color: var(--dark);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: var(--light);
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 11, 10, 0.2) 0%, rgba(12, 11, 10, 0.65) 68%, rgba(12, 11, 10, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(5rem, 10vw, 7rem) clamp(1.5rem, 6vw, 4rem);
}

.hero-content-inner {
  width: min(92%, 38rem);
}

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1.15rem;
}

.eyebrow a {
  color: inherit;
  text-decoration: none;
}

.eyebrow a:hover,
.eyebrow a:focus {
  text-decoration: underline;
}

/* Hero banner */

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 34rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .hero {
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }

  .hero-content {
    padding: 4rem 1.5rem 3rem;
  }

  .hero-cta {
    margin-top: 1.5rem;
  }
}

/* Generic section spacing */

.section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.section-heading {
  max-width: 38rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--dark);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

/* Homepage quick facts grid */

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.fact-card {
  background: var(--light);
  border-radius: 18px;
  padding: 1.75rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 10px 30px rgba(28, 27, 26, 0.08);
}

.fact-title {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.9rem;
}

.fact-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  color: var(--dark);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.value-card {
  background: var(--light);
  border-radius: 20px;
  padding: 2.2rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 12px 32px rgba(28, 27, 26, 0.08);
}

.value-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  margin: 0 0 1rem;
  color: var(--dark);
}

.value-card p {
  margin: 0;
  color: var(--text);
}

/* --------------------------------------------- */
/* Project preview grid on home page             */
/* --------------------------------------------- */

.project-preview {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(228, 217, 198, 0.55));
  position: relative;
}

.project-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(201, 164, 112, 0.18), transparent 55%);
  pointer-events: none;
}

.project-preview .container {
  position: relative;
  z-index: 1;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.project-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(248, 243, 236, 0.95));
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 112, 0.25);
  box-shadow: 0 22px 45px rgba(28, 27, 26, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 55px rgba(28, 27, 26, 0.18);
}

.project-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.project-image {
  position: relative;
  padding-top: 68%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.project-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 27, 26, 0) 45%, rgba(28, 27, 26, 0.35));
  transition: opacity 0.4s ease;
}

.project-card:hover .project-image::before {
  opacity: 0.55;
}

.project-card figcaption {
  padding: 2.2rem 2.2rem 2.4rem;
}

.project-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  margin: 0 0 0.85rem;
  color: var(--dark);
}

.project-card p {
  margin: 0 0 1.5rem;
  color: rgba(28, 27, 26, 0.72);
}

.project-card .project-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
  transition: transform 0.3s ease, color 0.3s ease;
}

.project-card:hover .project-cta {
  transform: translateX(4px);
  color: rgba(156, 112, 58, 1);
}

/* Cross Creek Farms project call-to-action panel */

.section.project-cta {
  margin: clamp(3rem, 7vw, 4.5rem) 0;
}

.project-cta__inner {
  background: var(--light);
  border: 1px solid rgba(28, 27, 26, 0.08);
  border-radius: 20px;
  padding: clamp(2.5rem, 6vw, 3.5rem);
  box-shadow: 0 22px 46px rgba(28, 27, 26, 0.12);
  display: grid;
  gap: clamp(2rem, 4vw, 2.8rem);
}

@media (min-width: 900px) {
  .project-cta__inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: start;
  }
}

.project-cta__intro .eyebrow {
  margin-bottom: 0.75rem;
  letter-spacing: 0.24em;
}

.project-cta__intro h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  color: var(--dark);
}

.project-cta__intro p {
  margin: 0;
  color: rgba(28, 27, 26, 0.76);
}

.project-cta__actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.project-cta__link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(28, 27, 26, 0.12);
  background: rgba(244, 241, 236, 0.55);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease,
    box-shadow 0.25s ease;
}

.project-cta__link-title {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.project-cta__link-title::after {
  content: '\2192';
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.project-cta__link-description {
  margin: 0;
  color: rgba(28, 27, 26, 0.68);
  font-size: 0.95rem;
}

.project-cta__link:hover,
.project-cta__link:focus {
  border-color: rgba(194, 153, 93, 0.55);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.14);
}

.project-cta__link:hover .project-cta__link-title::after,
.project-cta__link:focus .project-cta__link-title::after {
  transform: translateX(4px);
}

.project-cta__aside {
  display: grid;
  gap: 1.4rem;
  background: rgba(244, 241, 236, 0.72);
  border-radius: 18px;
  padding: clamp(1.7rem, 4vw, 2.2rem);
  border: 1px solid rgba(28, 27, 26, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.project-cta__aside strong {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(28, 27, 26, 0.62);
}

.project-cta__aside p {
  margin: 0;
  color: rgba(28, 27, 26, 0.78);
}

.project-cta__aside .button {
  justify-self: start;
}

/* Signature process highlight */

.process-section {
  position: relative;
  background: linear-gradient(135deg, rgba(245, 243, 239, 1), rgba(226, 216, 201, 0.8));
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 80% at 10% 10%, rgba(194, 153, 93, 0.15), transparent),
    radial-gradient(60% 60% at 90% 20%, rgba(116, 98, 76, 0.12), transparent);
  z-index: 0;
}

.process-heading {
  max-width: 640px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-intro {
  margin: 1.5rem 0 0;
  color: rgba(28, 27, 26, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2rem);
}

.process-step {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  padding: clamp(1.9rem, 3.6vw, 2.4rem);
  border: 1px solid rgba(194, 153, 93, 0.25);
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.12);
  backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.process-step:hover,
.process-step:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(28, 27, 26, 0.16);
}

.process-step:hover::after,
.process-step:focus-within::after {
  opacity: 1;
}

.process-step__header {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.process-step__number {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: rgba(116, 98, 76, 1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(239, 227, 209, 0.9));
  border: 1px solid rgba(194, 153, 93, 0.45);
  box-shadow: inset 0 6px 12px rgba(255, 255, 255, 0.4), 0 10px 18px rgba(28, 27, 26, 0.12);
}

.process-step h3 {
  margin: 0;
  font-size: 1.35rem;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.04em;
  color: var(--dark);
}

.process-step p {
  margin: 0;
  color: rgba(28, 27, 26, 0.7);
  line-height: 1.75;
}

.process-step__accent {
  height: 3px;
  width: 68px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(194, 153, 93, 0.9), rgba(138, 110, 79, 0.85));
  margin-top: auto;
}

/* Testimonial band */

.testimonial {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.9);
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.testimonial blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  line-height: 1.4;
  margin: 0 0 1.5rem;
}

.testimonial cite {
  display: block;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

/* CTA cards and links */

.cta-section {
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.92), rgba(28, 27, 26, 0.75));
  color: var(--light);
}

.cta-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: clamp(2.4rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  backdrop-filter: blur(8px);
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent);
}

.text-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: rgba(194, 153, 93, 0.35);
  transition: transform 0.3s ease, background 0.3s ease;
  transform-origin: left;
}

.text-link:hover::after {
  transform: scaleX(1.05);
  background: rgba(194, 153, 93, 0.6);
}

/* Signature service overview */

.signature-overview {
  position: relative;
}

.signature-overview::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(194, 153, 93, 0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(28, 27, 26, 0.08), transparent 55%);
  pointer-events: none;
}

.signature-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 3.5rem);
  align-items: start;
}

.signature-intro {
  background: var(--light);
  border-radius: 28px;
  padding: clamp(2.2rem, 5vw, 2.8rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 28px 48px rgba(28, 27, 26, 0.08);
  position: relative;
  overflow: hidden;
}

.signature-intro::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.08), transparent 70%);
  pointer-events: none;
}

.signature-intro__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
}

.signature-links {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
}

.signature-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.4rem;
  border-radius: 16px;
  border: 1px solid rgba(28, 27, 26, 0.08);
  background: rgba(245, 243, 239, 0.65);
  color: var(--dark);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.signature-link:hover {
  transform: translateX(6px);
  border-color: rgba(194, 153, 93, 0.5);
  background: rgba(255, 255, 255, 0.85);
}

.signature-link__icon {
  font-size: 1.2rem;
}

.signature-showcase {
  position: relative;
  background: linear-gradient(120deg, rgba(245, 243, 239, 0.92), rgba(255, 255, 255, 0.78));
  border-radius: 30px;
  padding: clamp(2.4rem, 5vw, 3rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 26px 40px rgba(28, 27, 26, 0.12);
  display: grid;
  gap: clamp(1.8rem, 4vw, 2.4rem);
  overflow: hidden;
}

.signature-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.14), transparent 65%),
    linear-gradient(180deg, transparent 0%, rgba(194, 153, 93, 0.12) 130%);
  opacity: 0.9;
  pointer-events: none;
}

.signature-showcase__header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
}

.signature-showcase__header h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--dark);
}

.signature-showcase__header p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 1rem;
}

.signature-highlights {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.5rem, 3vw, 1.9rem);
}

.signature-highlights::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0.65rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(194, 153, 93, 0.8), rgba(194, 153, 93, 0.2));
}

.signature-highlight {
  position: relative;
  padding-left: 2.8rem;
  display: grid;
  gap: 0.35rem;
}

.signature-highlight::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid rgba(194, 153, 93, 0.85);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.65);
}


.signature-highlight__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  letter-spacing: 0.02em;
  color: var(--dark);
}

.signature-highlight p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.98rem;
  line-height: 1.6;
}

.promise-section {
  position: relative;
}

.promise-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(228, 217, 198, 0.5));
  clip-path: inset(-10% -10% 35% -10% round 48px);
  pointer-events: none;
}

.promise-intro {
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* Signature promise feature cards */

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8rem;
}

.promise-card {
  position: relative;
  background: var(--light);
  border-radius: 26px;
  padding: clamp(1.8rem, 3vw, 2.1rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.08);
  overflow: hidden;
  display: grid;
  gap: 1rem;
}

.promise-card__accent {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.promise-card:hover .promise-card__accent {
  opacity: 1;
}

.promise-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--dark);
}

.promise-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted-dark);
}

/* Luxe collection gallery */

.luxe-projects {
  overflow: hidden;
}

.project-heading {
  display: grid;
  gap: 1.25rem;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
}

.project-card--luxe {
  position: relative;
  isolation: isolate;
}

.project-card--luxe::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(194, 153, 93, 0.18);
  pointer-events: none;
}

.project-tag {
  display: inline-flex;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(194, 153, 93, 0.15);
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  margin-bottom: 1rem;
}

.project-card--luxe p {
  color: var(--muted-dark);
}

.process-section--luxe {
  background: linear-gradient(180deg, rgba(245, 243, 239, 0.4), rgba(255, 255, 255, 0.95));
}

/* In-depth process hero */

.process-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 5vw, 3rem);
  margin-bottom: clamp(3rem, 6vw, 4rem);
  align-items: stretch;
}

.process-hero__content {
  background: var(--light);
  border-radius: 26px;
  padding: clamp(2.4rem, 6vw, 3rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 20px 42px rgba(28, 27, 26, 0.08);
  display: grid;
  gap: 1.5rem;
}



.process-hero__image {
  border-radius: 26px;
  background: url('/images/RB-Photos/lights-kitchen-remodel.png') center/cover;
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.16);
}

/* Process timeline steps */

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.2rem);
}

.timeline-step {
  background: var(--light);
  border-radius: 22px;
  padding: clamp(1.8rem, 4vw, 2.2rem);
  border: 1px solid rgba(194, 153, 93, 0.18);
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.08);
  display: grid;
  gap: 1.1rem;
}

.timeline-step__marker {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(194, 153, 93, 0.18);
  display: grid;
  place-items: center;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.82rem;
}

.timeline-step__body h3 {
  margin: 0 0 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.28rem;
  color: var(--dark);
}

.timeline-step__body p {
  margin: 0;
  color: var(--muted-dark);
}

/* Luxe testimonial variation */

.testimonial--luxe {
  background: linear-gradient(130deg, rgba(28, 27, 26, 0.9), rgba(28, 27, 26, 0.75)),
    url('https://images.unsplash.com/photo-1545324418-cc1b2a7664f8?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: var(--light);
  padding: clamp(5rem, 9vw, 6.5rem) 0;
}

.testimonial-card {
  background: rgba(12, 11, 10, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: clamp(2.6rem, 6vw, 3.2rem);
  box-shadow: 0 24px 48px rgba(12, 11, 10, 0.45);
}

.testimonial-card blockquote {
  color: rgba(255, 255, 255, 0.92);
}

.testimonial-card cite {
  color: rgba(255, 255, 255, 0.7);
}

/* Luxe CTA layout */

.cta-section--luxe {
  position: relative;
  --luxe-forest: #3d4d42;
  --luxe-sage: #6c796f;
  --luxe-sand: #d8d0c7;
  --luxe-ivory: #f7f4ef;
  background: linear-gradient(140deg, rgba(61, 77, 66, 0.08) 0%, var(--luxe-ivory) 42%, var(--luxe-sand) 100%);
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
  color: var(--dark);
}

.cta-section--luxe::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 22%, rgba(108, 121, 111, 0.28), transparent 58%),
    radial-gradient(circle at 86% 78%, rgba(61, 77, 66, 0.16), transparent 62%);
  pointer-events: none;
  opacity: 0.8;
}

.luxe-cta {
  position: relative;
  display: grid;
  background: rgba(247, 244, 239, 0.95);
  border: 1px solid rgba(61, 77, 66, 0.14);
  border-radius: 34px;
  padding: clamp(3rem, 6vw, 4.2rem);
  box-shadow: 0 30px 60px rgba(61, 77, 66, 0.18);
  overflow: hidden;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 3.5rem);
  align-items: center;
  backdrop-filter: blur(6px);
}

.luxe-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(108, 121, 111, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
  mix-blend-mode: multiply;
}

.luxe-cta__intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
}

.cta-section--luxe .eyebrow {
  color: var(--luxe-forest);
}

.luxe-cta__lede {
  margin: 0;
  color: var(--muted-dark);
  font-size: 1.02rem;
  line-height: 1.8;
}

.luxe-cta__signature {
  display: grid;
  gap: 0.25rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(61, 77, 66, 0.65);
}

.luxe-cta__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--luxe-forest);
}

.luxe-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}

.luxe-cta__links .text-link,
.cta-details__value .text-link {
  text-transform: none;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.cta-details__value .text-link {
  font-weight: 600;
}

.cta-details__value .text-link::after {
  bottom: -0.2rem;
}

.luxe-cta__links .text-link {
  color: var(--luxe-forest);
}

.luxe-cta__links .text-link::after {
  background: rgba(61, 77, 66, 0.28);
}

.luxe-cta__links .text-link:hover::after,
.luxe-cta__links .text-link:focus::after {
  background: rgba(61, 77, 66, 0.45);
}

.cta-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.6vw, 2.6rem);
  margin: 0 0 1rem;
}

.btn-accent {
  background: var(--accent);
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 40px rgba(194, 153, 93, 0.32);
}

.btn-accent:hover,
.btn-accent:focus {
  background: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 26px 48px rgba(155, 120, 65, 0.38);
}


.cta-details {
  display: grid;
  gap: 1.8rem;
}

.luxe-cta .cta-details {
  position: relative;
  padding-left: clamp(1.8rem, 4vw, 2.6rem);
  border-left: 1px solid rgba(61, 77, 66, 0.18);
  align-content: start;
}

.luxe-cta .btn-primary {
  background: var(--luxe-forest);
  color: var(--light);
  box-shadow: 0 18px 28px rgba(61, 77, 66, 0.22);
  padding-inline: clamp(1.8rem, 4vw, 2.6rem);
  padding-block: 0.95rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
}

.luxe-cta .btn-primary:hover,
.luxe-cta .btn-primary:focus {
  background: #2f3c33;
  transform: translateY(-2px);
}

.cta-details__item {
  display: grid;
  gap: 0.35rem;
}

.cta-details__label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(61, 77, 66, 0.55);
}

.cta-details__value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.98rem;
  color: rgba(61, 77, 66, 0.85);
}

.cta-details__value a {
  font-weight: 600;
  color: inherit;
}

.cta-details__value a:hover,
.cta-details__value a:focus {
  color: #2f3c33;
}

.cta-details__value span {
  color: rgba(61, 77, 66, 0.35);
}

@media (max-width: 840px) {
  .luxe-cta {
    grid-template-columns: 1fr;
  }

  .luxe-cta .cta-details {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(61, 77, 66, 0.18);
    padding-top: 2rem;
  }
}

/* --------------------------------------------- */
/* Individual project pages                      */
/* --------------------------------------------- */

.project-hero {
  position: relative;
  padding: clamp(7rem, 18vw, 11rem) 0 clamp(4rem, 10vw, 6rem);
  color: var(--light);
  background-image: var(--project-image);
  background-size: cover;
  background-position: center;
  margin-bottom: clamp(3rem, 10vw, 5rem);
  overflow: hidden;
  border-radius: 0 0 36px 36px;
}

.project-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 11, 10, 0.55) 0%, rgba(12, 11, 10, 0.85) 100%);
}

.project-hero .container {
  position: relative;
  z-index: 1;
}

.project-hero__inner {
  max-width: 720px;
  display: grid;
  gap: 1.5rem;
}

.project-hero__inner h1,
.project-hero__inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  margin: 0;
}

.project-hero__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.project-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.project-overview {
  padding-top: 0;
}

.project-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: start;
}

.project-overview__intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-top: 0;
}

.project-overview__intro p {
  font-size: 1.05rem;
  color: var(--muted-dark);
}

.project-overview__details {
  display: grid;
  gap: 2rem;
  padding: clamp(2.2rem, 6vw, 2.8rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(236, 232, 224, 0.95));
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.18);
  box-shadow: 0 18px 40px rgba(28, 27, 26, 0.12);
}

.project-overview__details h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.project-detail-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
  color: var(--text);
}

.project-detail-list li {
  line-height: 1.6;
}

.project-gallery {
  padding-top: 0;
}

.section.project-gallery {
  display: block;
}

.project-gallery__header {
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.project-gallery__header h2 {
  margin: 0;
}

.project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.project-gallery__grid--linked {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.project-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.12);
}

.project-gallery__caption {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: var(--muted);
}

/* --------------------------------------------- */
/* Service area listing pages                    */
/* --------------------------------------------- */

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.service-area-card {
  padding: clamp(1.8rem, 4vw, 2.4rem);
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.18);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(236, 232, 224, 0.9));
  box-shadow: 0 14px 32px rgba(28, 27, 26, 0.08);
  display: grid;
  gap: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-area-card:hover,
.service-area-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(28, 27, 26, 0.12);
}

.service-area-card h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  color: var(--dark);
}

.service-area-card p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.7;
}

.service-area-card .service-area-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--accent);
}

.service-area-card .service-area-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 0.3s ease;
}

.service-area-card .service-area-link:hover svg,
.service-area-card .service-area-link:focus svg {
  transform: translateX(4px);
}

.service-area-detail-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.section--birmingham-lede {
  position: relative;
}

.section--birmingham-lede::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(239, 236, 230, 0.4));
  z-index: -1;
}

.magazine-intro-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3.5rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.magazine-lede {
  display: grid;
  gap: 1.2rem;
}

.magazine-lede__intro {
  font-size: 1.05rem;
  line-height: 1.75;
  position: relative;
}

.magazine-lede__intro::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  float: left;
  line-height: 1;
  padding-right: 0.6rem;
  color: var(--accent);
  font-weight: 600;
}

.magazine-lede__bullets {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.7rem;
  color: var(--muted-dark);
}

.magazine-lede__bullets li {
  list-style: disc;
}

/* Editorial style highlight card */

.editorial-card {
  background: linear-gradient(145deg, rgba(28, 27, 26, 0.85), rgba(28, 27, 26, 0.75));
  color: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 2.8rem);
  display: grid;
  gap: 1.2rem;
  position: relative;
  overflow: hidden;
}

.editorial-card::before {
  content: '';
  position: absolute;
  inset: -40% 50% 40% -30%;
  background: radial-gradient(circle at center, rgba(194, 153, 93, 0.45), transparent 65%);
  opacity: 0.8;
}

.editorial-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.editorial-card p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.editorial-card__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  list-style: none;
  position: relative;
  z-index: 1;
}

.editorial-card__list li {
  display: grid;
  gap: 0.25rem;
}

.editorial-card__list strong {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.editorial-card__signature {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

/* Birmingham landing page sections */

.section--birmingham-stats {
  padding-top: 0;
}

.birmingham-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 2.5rem);
}

.stat-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  padding: clamp(1.8rem, 4vw, 2.4rem);
  box-shadow: 0 18px 34px rgba(28, 27, 26, 0.12);
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(194, 153, 93, 0.28);
}

.stat-card__label {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-card__value {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--dark);
  line-height: 1.6;
}

.section--birmingham-landmarks {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.landmark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 2.5rem);
}

.landmark-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 22px;
  padding: clamp(1.6rem, 4vw, 2rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 16px 28px rgba(28, 27, 26, 0.08);
  display: grid;
  gap: 0.75rem;
}

.landmark-card h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.landmark-card p {
  margin: 0;
  color: var(--text);
}

.section--birmingham-gallery {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.birmingham-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 6vw, 3rem);
  align-items: center;
}

.birmingham-gallery-grid__media {
  display: grid;
  gap: 1.8rem;
  position: relative;
}

.birmingham-gallery__item {
  margin: 0;
  background: var(--light);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 46px rgba(28, 27, 26, 0.16);
}

.birmingham-gallery__item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.birmingham-gallery__item figcaption {
  padding: 1rem 1.4rem 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.birmingham-gallery__item--secondary {
  max-width: 82%;
  justify-self: end;
  transform: translate(0, -14%);
}

.birmingham-gallery-grid__copy {
  display: grid;
  gap: 1.2rem;
}

.section--birmingham-expertise {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.birmingham-expertise-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.service-area-detail-card--accent {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.18), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(194, 153, 93, 0.38);
  box-shadow: 0 20px 34px rgba(194, 153, 93, 0.18);
}

.birmingham-expertise__copy {
  display: grid;
  gap: 1.5rem;
}

.birmingham-expertise__neighborhoods h3 {
  margin: 0 0 0.8rem;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.birmingham-expertise__neighborhoods ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.birmingham-expertise__neighborhoods li {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(28, 27, 26, 0.07);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--muted-dark);
}

.birmingham-expertise__media {
  align-self: stretch;
  display: flex;
}

.birmingham-expertise__media figure {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.birmingham-expertise__media img {
  border-radius: 26px;
  object-fit: cover;
  height: 100%;
  box-shadow: 0 22px 44px rgba(28, 27, 26, 0.18);
}

.birmingham-expertise__media figcaption {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.section--birmingham-quote {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.editorial-quote {
  background: linear-gradient(120deg, rgba(28, 27, 26, 0.9), rgba(28, 27, 26, 0.75));
  border-radius: 30px;
  padding: clamp(2.4rem, 6vw, 3.2rem);
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  display: grid;
  gap: 1.2rem;
  box-shadow: 0 26px 46px rgba(28, 27, 26, 0.2);
}

.editorial-quote blockquote {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1.6;
}

.editorial-quote cite {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.service-area-highlight--birmingham {
  background: linear-gradient(140deg, rgba(194, 153, 93, 0.22), rgba(239, 236, 230, 0.9));
  box-shadow: 0 24px 48px rgba(194, 153, 93, 0.18);
}

.service-area-visual-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
}

.service-area-visual-media {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.service-area-visual-media img {
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.16);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-area-visual-media figcaption {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-area-visual-copy {
  display: grid;
  gap: 1.2rem;
}

.service-area-detail-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.18);
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.1);
  padding: clamp(2rem, 5vw, 2.6rem);
  display: grid;
  gap: 1.2rem;
}

.service-area-detail-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.service-area-detail-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.6rem;
  color: var(--text);
  line-height: 1.6;
}

.service-area-detail-card ul li {
  list-style: disc;
}

.service-area-highlight {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.12), rgba(239, 236, 230, 0.92));
  border-radius: 26px;
  padding: clamp(2rem, 6vw, 3rem);
  display: grid;
  gap: 1rem;
  text-align: center;
}

/* Shared breadcrumbs */

.breadcrumbs {
  background: var(--canvas);
  border-bottom: 1px solid rgba(28, 27, 26, 0.08);
}

.breadcrumbs__list {
  margin: 0;
  padding: 0.85rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.breadcrumbs__list a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 1.2rem;
}

.breadcrumbs__list a::after {
  content: '\203A';
  position: absolute;
  right: 0.35rem;
  color: rgba(28, 27, 26, 0.3);
}

.breadcrumbs__list li[aria-current='page'] {
  color: var(--dark);
}

.service-area-main {
  position: relative;
  display: block;
}

/* Service area design token overrides */

body.service-area-page {
  --service-area-bg: var(--bg);
  --service-header-bg: transparent;
  --service-header-border: transparent;
  --service-header-logo-color: var(--light);
  --service-header-toggle-border: rgba(255, 255, 255, 0.45);
  --service-header-toggle-bg: rgba(12, 12, 11, 0.35);
  --service-header-toggle-icon: var(--light);
  --service-hero-bg: linear-gradient(140deg, rgba(54, 69, 57, 0.92), rgba(28, 27, 26, 0.92));
  --service-hero-overlay: radial-gradient(circle at top right, rgba(194, 153, 93, 0.28), transparent 55%);
  --service-hero-color: rgba(255, 255, 255, 0.92);
  --service-hero-eyebrow: rgba(255, 255, 255, 0.72);
  --service-hero-lead: rgba(255, 255, 255, 0.82);
  --service-hero-highlight-bg: rgba(255, 255, 255, 0.14);
  --service-hero-panel-bg: rgba(255, 255, 255, 0.92);
  --service-hero-panel-border: rgba(194, 153, 93, 0.26);
  --service-hero-panel-shadow: 0 26px 48px rgba(18, 17, 15, 0.2);
  --service-hero-panel-text: var(--dark);
  --service-hero-panel-heading: var(--forest);
  --service-hero-facts-accent: var(--forest);
  --service-nav-bg: #fff;
  --service-nav-border-top: rgba(194, 153, 93, 0.15);
  --service-nav-border-bottom: rgba(194, 153, 93, 0.25);
  --service-nav-pill-border: rgba(194, 153, 93, 0.45);
  --service-nav-pill-bg: rgba(194, 153, 93, 0.18);
  --service-nav-pill-color: var(--dark);
  --service-nav-pill-hover-bg: var(--accent);
  --service-nav-pill-hover-color: var(--light);
  --service-nav-pill-hover-shadow: 0 12px 26px rgba(194, 153, 93, 0.35);
  --service-surface-shadow: 0 16px 38px rgba(18, 17, 15, 0.1);
  --service-surface-overlay: radial-gradient(circle at top right, rgba(194, 153, 93, 0.18), transparent 55%);
  --service-surface-light-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 235, 0.96));
  --service-surface-linen-bg: linear-gradient(160deg, rgba(248, 245, 239, 0.95), rgba(255, 255, 255, 0.94));
  --service-surface-cream-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(244, 239, 229, 0.95));
  --service-surface-slate-bg: linear-gradient(170deg, rgba(23, 37, 36, 0.9), rgba(16, 28, 28, 0.86));
  --service-surface-slate-color: rgba(255, 255, 255, 0.9);
  --service-surface-slate-shadow: 0 36px 70px rgba(10, 18, 18, 0.45);
  --service-slate-card-bg: rgba(255, 255, 255, 0.08);
  --service-slate-card-border: rgba(255, 255, 255, 0.16);
  --service-slate-card-outline: rgba(255, 255, 255, 0.18);
  --service-slate-card-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  --service-slate-card-text: rgba(255, 255, 255, 0.86);
  --service-slate-heading: rgba(255, 255, 255, 0.92);
  --service-surface-accent-bg: linear-gradient(150deg, rgba(194, 153, 93, 0.14), rgba(255, 255, 255, 0.95));
  --service-surface-accent-btn-shadow: 0 14px 30px rgba(194, 153, 93, 0.35);
  --service-portfolio-card-shadow: 0 14px 30px rgba(28, 27, 26, 0.1);
  --service-portfolio-card-hover-shadow: 0 20px 38px rgba(28, 27, 26, 0.14);
  --service-nearby-link-color: var(--forest);
  --service-nearby-link-underline: rgba(194, 153, 93, 0.45);
  --service-coverage-bg: linear-gradient(145deg, rgba(239, 236, 230, 0.7), rgba(255, 255, 255, 0.95));
  --service-coverage-intro-bg: transparent;
  --service-coverage-intro-border: none;
  --service-coverage-intro-shadow: none;
  --service-coverage-intro-padding: 0;
  --service-coverage-badge-bg: rgba(194, 153, 93, 0.12);
  --service-coverage-badge-border: rgba(194, 153, 93, 0.3);
  --service-coverage-badge-color: var(--forest);
  --service-coverage-badge-dot: var(--forest);
  --service-coverage-badge-hover-bg: rgba(194, 153, 93, 0.28);
  --service-coverage-badge-hover-color: var(--dark);
  --service-coverage-badge-hover-shadow: 0 10px 18px rgba(28, 27, 26, 0.12);
  background: var(--service-area-bg);
}

body.service-area-page .service-area-main {
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

/* Service area header adjustments */

body.service-area-page .home-header {
  background: var(--service-header-bg);
  border-bottom: 1px solid var(--service-header-border);
  backdrop-filter: none;
  pointer-events: auto;
}

@media (min-width: 1025px) {
  body.service-area-page .home-header {
    transform: none;
    opacity: 1;
  }

  body.service-area-page .home-header.home-header--hidden {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
}

body.service-area-page .home-logo {
  color: var(--service-header-logo-color);
}

body.service-area-page .home-menu-toggle {
  border-color: var(--service-header-toggle-border);
  background: var(--service-header-toggle-bg);
  pointer-events: auto;
}

body.service-area-page .home-menu-toggle span {
  background: var(--service-header-toggle-icon);
}

body.service-area-page .legal-scroll-top {
  z-index: 12;
}

@media (max-width: 768px) {
  body.service-area-page .legal-scroll-top {
    display: inline-flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.25rem;
  }

  body.service-area-page .legal-scroll-top:hover,
  body.service-area-page .legal-scroll-top:focus-visible {
    transform: translateY(-4px);
  }
}

body.service-area-page .page-hero--service-areas .container,
body.service-area-page .page-hero--service-areas .page-hero__panel,
body.service-area-page .page-hero--service-areas .page-hero__content {
  position: relative;
  z-index: 1;
}

body.service-area-page .page-hero--service-areas .page-hero__content .eyebrow {
  color: var(--service-hero-eyebrow);
}

body.service-area-page .page-hero--service-areas .page-hero__lead {
  color: var(--service-hero-lead);
}

body.service-area-page .page-hero--service-areas .page-hero__highlights li {
  background: var(--service-hero-highlight-bg);
}

body.service-area-page .page-hero--service-areas .page-hero__panel {
  background: var(--service-hero-panel-bg);
  border: 1px solid var(--service-hero-panel-border);
  box-shadow: var(--service-hero-panel-shadow);
  color: var(--service-hero-panel-text);
  max-width: 360px;
}

body.service-area-page .page-hero--service-areas .page-hero__panel h2 {
  color: var(--service-hero-panel-heading);
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
}

body.service-area-page .page-hero--service-areas .page-hero__panel p {
  color: var(--service-hero-panel-text);
}

body.service-area-page .page-hero__facts strong {
  color: var(--service-hero-facts-accent);
}

/* Sticky quick navigation pills */

body.service-area-page .service-area-quick-nav {
  position: static;
  top: auto;
  z-index: 1;
  background: var(--service-nav-bg);
  border-bottom: 1px solid var(--service-nav-border-bottom);
  border-top: 1px solid var(--service-nav-border-top);
}

body.service-area-page .service-area-quick-nav .container {
  display: flex;
  justify-content: center;
  padding-block: 0.9rem;
}

body.service-area-page .service-area-quick-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.6rem, 2vw, 1rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

body.service-area-page .service-area-quick-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--service-nav-pill-border);
  background: var(--service-nav-pill-bg);
  color: var(--service-nav-pill-color);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  flex: 1 1 150px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

body.service-area-page .service-area-quick-nav a:hover,
body.service-area-page .service-area-quick-nav a:focus-visible {
  background: var(--service-nav-pill-hover-bg);
  color: var(--service-nav-pill-hover-color);
  box-shadow: var(--service-nav-pill-hover-shadow);
  transform: translateY(-2px);
}

/* Generic surface panels used across sections */

body.service-area-page .service-area-surface {
  position: relative;
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 3.2rem);
  margin-top: clamp(1.2rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--service-surface-shadow);
  overflow: hidden;
}

body.service-area-page .service-area-surface::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--service-surface-overlay);
  pointer-events: none;
}

body.service-area-page .service-area-surface > * {
  position: relative;
  z-index: 1;
}

body.service-area-page .service-area-surface--light {
  background: var(--service-surface-light-bg);
}

body.service-area-page .service-area-surface--linen {
  background: var(--service-surface-linen-bg);
}

body.service-area-page .service-area-surface--cream {
  background: var(--service-surface-cream-bg);
}

body.service-area-page .service-area-surface--slate {
  background: var(--service-surface-slate-bg);
  color: var(--service-surface-slate-color);
  box-shadow: var(--service-surface-slate-shadow);
}

body.service-area-page .service-area-surface--slate .section-heading h2,
body.service-area-page .service-area-surface--slate .project-gallery__header p,
body.service-area-page .service-area-surface--slate .project-gallery__header h2 {
  color: var(--service-slate-heading);
}

body.service-area-page .service-area-surface--slate .project-card,
body.service-area-page .service-area-surface--slate .portfolio-card {
  background: var(--service-slate-card-bg);
  border: 1px solid var(--service-slate-card-border);
  border-radius: 22px;
  backdrop-filter: blur(8px);
  box-shadow: var(--service-slate-card-shadow);
  color: var(--service-slate-card-text);
}

body.service-area-page .service-area-surface--slate .portfolio-card::after {
  border-color: var(--service-slate-card-outline);
}

body.service-area-page .service-area-surface--slate .portfolio-card .project-details h3,
body.service-area-page .service-area-surface--slate .portfolio-card .project-details p,
body.service-area-page .service-area-surface--slate .portfolio-card .project-meta span {
  color: var(--service-slate-card-text);
}

body.service-area-page .service-area-surface--accent {
  background: var(--service-surface-accent-bg);
}

body.service-area-page .service-area-surface--accent .btn-primary {
  box-shadow: var(--service-surface-accent-btn-shadow);
}

body.service-area-page .portfolio-card {
  box-shadow: var(--service-portfolio-card-shadow);
}

body.service-area-page .portfolio-card:hover {
  box-shadow: var(--service-portfolio-card-hover-shadow);
}

body.service-area-page .service-area-nearby-links a {
  color: var(--service-nearby-link-color);
}

body.service-area-page .service-area-nearby-links a::after {
  background: var(--service-nearby-link-underline);
}

body.service-area-page .service-area-coverage {
  background: var(--service-coverage-bg);
}

body.service-area-page .service-area-coverage__intro {
  background: var(--service-coverage-intro-bg, #fff);
  border: var(--service-coverage-intro-border, 1px solid rgba(194, 153, 93, 0.22));
  box-shadow: var(--service-coverage-intro-shadow, 0 18px 32px rgba(28, 27, 26, 0.08));
  padding: var(--service-coverage-intro-padding, clamp(1.8rem, 3vw, 2.6rem));
}

body.service-area-page .service-area-coverage__badges a,
body.service-area-page .service-area-coverage__badges span {
  background: var(--service-coverage-badge-bg, rgba(194, 153, 93, 0.12));
  border: 1px solid var(--service-coverage-badge-border, rgba(194, 153, 93, 0.3));
  color: var(--service-coverage-badge-color, var(--forest));
}

body.service-area-page .service-area-coverage__badges a::before,
body.service-area-page .service-area-coverage__badges span::before {
  background: var(--service-coverage-badge-dot, var(--forest));
}

body.service-area-page .service-area-coverage__badges a:hover,
body.service-area-page .service-area-coverage__badges a:focus-visible {
  background: var(--service-coverage-badge-hover-bg, rgba(194, 153, 93, 0.28));
  color: var(--service-coverage-badge-hover-color, var(--dark));
  box-shadow: var(--service-coverage-badge-hover-shadow, 0 10px 18px rgba(28, 27, 26, 0.12));
}


@media (max-width: 960px) {
  body.service-area-page .service-area-surface {
    padding: clamp(1.6rem, 6vw, 2.4rem);
  }
}

@media (max-width: 720px) {
  body.service-area-page .service-area-quick-nav ul {
    gap: 0.5rem;
  }

  body.service-area-page .service-area-quick-nav a {
    font-size: 0.72rem;
    padding: 0.55rem 1.1rem;
    flex: 1 1 120px;
  }
}

/* Service area hero stats */

.page-hero__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-hero__facts strong {
  font-weight: 600;
  color: var(--forest);
}

/* Service area overview block */

.service-area-overview {
  background: var(--bg);
}

.service-area-overview__grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.service-area-overview__card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.22);
  box-shadow: 0 20px 34px rgba(28, 27, 26, 0.12);
  padding: clamp(1.8rem, 4vw, 2.4rem);
  display: grid;
  gap: 0.9rem;
}

.service-area-overview__card h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.service-area-overview__card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.6rem;
}

.service-area-services {
  background: linear-gradient(135deg, rgba(239, 236, 230, 0.8), rgba(244, 241, 236, 0.95));
}

.service-area-services__grid {
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-area-services__card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  border: 1px solid rgba(194, 153, 93, 0.24);
  padding: clamp(1.4rem, 3vw, 1.9rem);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.12);
  display: grid;
  gap: 0.7rem;
}

.service-area-services__card h3 {
  margin: 0;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  color: var(--forest);
}

.service-area-services__card a {
  color: inherit;
  text-decoration: none;
}

.service-area-services__card a:hover,
.service-area-services__card a:focus-visible {
  color: var(--accent-dark);
}

.service-area-local {
  background: linear-gradient(135deg, #e9e7e1, #f3eeee);
  color: var(--text);
}


.service-area-local__grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: start;
}

.service-area-local__card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  border-radius: 24px;
  border: 1px solid rgba(54, 69, 57, 0.22);
  box-shadow: 0 10px 22px rgba(28, 27, 26, 0.08);
  padding: clamp(1.8rem, 4vw, 2.4rem);
  display: grid;
  gap: 0.8rem;
}

/* Local highlight feature */

.service-area-local__feature {
  margin-top: clamp(1.2rem, 3vw, 1.8rem);
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  display: block;
  min-height: 320px;
  isolation: isolate;
}

.service-area-local__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(12, 32, 32, 0.35), rgba(194, 153, 93, 0.18));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.service-area-local__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 18, 18, 0.82) 0%, rgba(10, 18, 18, 0.12) 68%, transparent 100%);
  pointer-events: none;
}

.service-area-local__feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}

.service-area-local__feature-caption {
  position: absolute;
  inset-inline: clamp(1.1rem, 4vw, 2rem);
  bottom: clamp(1.1rem, 4vw, 1.8rem);
  display: grid;
  gap: 0.5rem;
  color: var(--light);
  z-index: 1;
}

.service-area-local__feature-caption h4 {
  margin: 0;
  font-size: 1.12rem;
  font-family: 'Playfair Display', serif;
  color: inherit;
}

.service-area-local__feature-caption p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.service-area-local__feature .feature-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.service-area-local__feature .signature-link {
  margin-top: 0.4rem;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.75rem 1.2rem;
  font-size: 0.72rem;
  width: fit-content;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.16);
  color: var(--light);
}

.service-area-local__feature .signature-link:hover,
.service-area-local__feature .signature-link:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--light);
}

.feature-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-area-local__card h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest);
}

.service-area-local__card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
}

/* Showcase cards for local work */

.service-area-showcase {
  background: var(--canvas);
}

.service-area-showcase__grid {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.service-area-showcase__card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.22);
  box-shadow: 0 22px 40px rgba(28, 27, 26, 0.14);
  padding: clamp(1.4rem, 3vw, 2rem);
  display: grid;
  gap: 0.9rem;
}

.service-area-showcase__card figure {
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.service-area-showcase__card img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 30px rgba(28, 27, 26, 0.12);
}

.service-area-showcase__card figcaption {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-area-showcase__meta {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Testimonials spotlight */

.service-area-testimonials {
  background: linear-gradient(120deg, rgba(54, 69, 57, 0.92), rgba(28, 27, 26, 0.88));
  color: rgba(255, 255, 255, 0.9);
}

.service-area-testimonials__grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.service-area-testimonials__list {
  display: grid;
  gap: 1.6rem;
}

.service-area-testimonials blockquote {
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2rem);
  display: grid;
  gap: 0.8rem;
  backdrop-filter: blur(6px);
}

.service-area-testimonials blockquote p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-area-testimonials cite {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

/* Local team roster */

.service-area-team__grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.service-area-team__members {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.service-area-team__members article {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  border: 1px solid rgba(194, 153, 93, 0.22);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.12);
  padding: clamp(1.4rem, 3vw, 1.8rem);
  display: grid;
  gap: 0.5rem;
}

.service-area-team__members h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--forest);
}

/* Coverage map + nearby areas */

.service-area-coverage {
  background: linear-gradient(145deg, rgba(239, 236, 230, 0.7), rgba(255, 255, 255, 0.95));
}

.service-area-coverage__grid {
  display: grid;
  gap: clamp(2rem, 6vw, 3rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.service-area-coverage__intro {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(194, 153, 93, 0.22);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.08);
  padding: clamp(1.8rem, 3vw, 2.6rem);
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.6rem);
}

.service-area-coverage__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.service-area-coverage__badges a,
.service-area-coverage__badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(194, 153, 93, 0.12);
  border: 1px solid rgba(194, 153, 93, 0.3);
  border-radius: 999px;
  color: var(--forest);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.9rem;
}

.service-area-coverage__badges a::before,
.service-area-coverage__badges span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--forest);
  opacity: 0.45;
}

.service-area-coverage__badges a {
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-area-coverage__badges a:hover,
.service-area-coverage__badges a:focus-visible {
  background: rgba(194, 153, 93, 0.28);
  color: var(--dark);
  box-shadow: 0 10px 18px rgba(28, 27, 26, 0.12);
  transform: translateY(-1px);
}

.service-area-coverage__badges a:focus-visible {
  outline: 2px solid rgba(16, 45, 44, 0.4);
  outline-offset: 2px;
}

.service-area-coverage__callouts {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.service-area-coverage__callouts article {
  background: rgba(16, 45, 44, 0.06);
  border-radius: 16px;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(16, 45, 44, 0.08);
  display: grid;
  gap: 0.5rem;
}

.service-area-coverage__callouts h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--forest);
}

.service-area-coverage__callouts p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(28, 27, 26, 0.8);
}

.service-area-coverage__note {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(28, 27, 26, 0.85);
  background: rgba(255, 255, 255, 0.75);
  border-left: 3px solid rgba(194, 153, 93, 0.6);
  padding: 0.9rem 1.1rem;
  border-radius: 0 12px 12px 0;
}


.service-area-coverage__details {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-area-coverage__details h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--forest);
}

.service-area-coverage__details ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}


.service-area-coverage__card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(245, 240, 232, 0.92));
  border-radius: 20px;
  border: 1px solid rgba(194, 153, 93, 0.28);
  box-shadow: 0 25px 48px rgba(28, 27, 26, 0.12);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  overflow: hidden;
}

.service-area-coverage__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.16), transparent 55%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.service-area-coverage__card > * {
  position: relative;
  z-index: 1;
}

.service-area-coverage__card-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem;
}

.service-area-coverage__crest {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(16, 45, 44, 0.95), rgba(16, 45, 44, 0.75));
  color: rgba(247, 245, 240, 0.95);
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--subtle {
  color: rgba(16, 45, 44, 0.6);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
}

.service-area-coverage__subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(28, 27, 26, 0.7);
}

.service-area-coverage__zip-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.service-area-coverage__zip-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(194, 153, 93, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(247, 243, 236, 0.75));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-area-coverage__zip-list .zip {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--forest);
  letter-spacing: 0.08em;
}

.service-area-coverage__zip-list .area {
  font-size: 0.84rem;
  color: rgba(28, 27, 26, 0.7);
  letter-spacing: 0.02em;
}

.service-area-coverage__card p {
  margin: 0;
}

.service-area-coverage__assurances {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: rgba(28, 27, 26, 0.78);
}

.service-area-coverage__assurances li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.85), rgba(247, 245, 240, 0.95));
  box-shadow: 0 0 0 1px rgba(194, 153, 93, 0.45);
}

.service-area-coverage__contact {
  background: linear-gradient(160deg, rgba(16, 45, 44, 0.94), rgba(16, 45, 44, 0.78));
  color: rgba(247, 245, 240, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 56px rgba(16, 45, 44, 0.35);
}

.service-area-coverage__contact::after {
  background: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.25), transparent 60%);
  opacity: 0.65;
}

.service-area-coverage__contact .eyebrow--subtle {
  color: rgba(247, 245, 240, 0.65);
}

.service-area-coverage__contact h3 {
  color: inherit;
}

.service-area-coverage__contact p,
.service-area-coverage__contact .service-area-coverage__assurances {
  color: rgba(247, 245, 240, 0.82);
}

.service-area-coverage__contact .service-area-coverage__assurances li::before {
  background: rgba(247, 245, 240, 0.85);
  box-shadow: 0 0 0 1px rgba(247, 245, 240, 0.5);
}

.service-area-coverage__contact .btn {
  justify-self: start;
  border-color: rgba(247, 245, 240, 0.65);
  color: rgba(247, 245, 240, 0.94);
  background: transparent;
}

.service-area-coverage__contact .btn:hover,
.service-area-coverage__contact .btn:focus-visible {
  background: rgba(247, 245, 240, 0.95);
  color: var(--forest);
  border-color: rgba(247, 245, 240, 0.95);
}

/* Inquiry CTA for service areas */

.service-area-cta {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.18), rgba(239, 236, 230, 0.95));
}

.service-area-cta__inner {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.4rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
}

.service-area-cta__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Luxe experience grid */

.section--luxe-experience {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 230, 215, 0.85));
}

.luxe-experience-grid {
  margin-top: clamp(1.8rem, 4vw, 2.5rem);
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luxe-experience-card {
  background: var(--light);
  border-radius: 24px;
  border: 1px solid rgba(194, 153, 93, 0.28);
  box-shadow: 0 26px 46px rgba(28, 27, 26, 0.12);
  padding: clamp(1.6rem, 3vw, 2.1rem);
  display: grid;
  gap: 1rem;
}

.luxe-experience-card h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: var(--dark);
}

.section--signature-amenities {
  background: linear-gradient(120deg, rgba(28, 27, 26, 0.08), rgba(194, 153, 93, 0.12));
}

.signature-amenities-list {
  margin: clamp(1.6rem, 4vw, 2.4rem) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  font-size: 1rem;
  color: rgba(28, 27, 26, 0.75);
}

.signature-amenities-list li {
  position: relative;
  padding-left: 2.2rem;
}

.signature-amenities-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(194, 153, 93, 0.9), rgba(138, 110, 79, 0.7));
}

.section--testimonial {
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.9), rgba(28, 27, 26, 0.75));
  color: var(--light);
}

.section--testimonial .testimonial {
  background: transparent;
  margin: 0;
  padding: clamp(3.2rem, 6vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 32px 54px rgba(0, 0, 0, 0.25);
}

.section--testimonial .testimonial blockquote {
  text-align: center;
}

.section--testimonial .testimonial figcaption {
  display: grid;
  gap: 0.4rem;
  text-align: center;
}

.testimonial__name {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.testimonial__detail {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

/* Final steps + contact prompts */

.section--next-steps {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(229, 221, 206, 0.85));
  text-align: center;
}

.section--next-steps p {
  max-width: 680px;
  margin: 0 auto clamp(1.6rem, 4vw, 2.4rem);
  color: rgba(28, 27, 26, 0.75);
}

.section--next-steps .signature-links {
  justify-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-area-highlight h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.service-area-highlight p {
  margin: 0;
  color: var(--muted-dark);
}

.service-area-highlight .btn {
  justify-self: center;
}

/* --------------------------------------------- */
/* Global footer                                 */
/* --------------------------------------------- */

.site-footer {
  padding: 3rem 0;
  background: #efece6;
  border-top: 1px solid rgba(120, 117, 113, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: flex-start;
}

.footer-grid p {
  margin: 0;
}

.footer-grid > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-brand .logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.footer-brand .logo img {
  display: block;
  width: 240px;
  height: auto;
}

.footer-tagline {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-description {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.6;
}

.footer-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a.active {
  color: var(--accent);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--dark);
}


.footer-meta {
  text-align: right;
  color: var(--muted);
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9rem;
}

.footer-meta__contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-end;
}

.footer-meta__contact a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-meta__contact a:hover,
.footer-meta__contact a:focus-visible {
  color: var(--dark);
}

.footer-legal {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.75rem;
}

.footer-legal__separator {
  color: rgba(120, 117, 113, 0.6);
}

.footer-legal__credit {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover,
.footer-legal a:focus {
  color: var(--dark);
}

/* Dedicated contact footer variant */

.contact-footer {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #efece6;
}

.contact-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: flex-start;
}

.contact-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-footer__brand .logo {
  display: inline-flex;
  margin-bottom: 1rem;
}

.contact-footer__brand .logo img {
  width: 180px;
  height: auto;
}

.contact-footer__tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted-dark);
}

.contact-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-footer__nav a {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-footer__nav a.active {
  color: var(--accent);
}

.contact-footer__nav a:hover,
.contact-footer__nav a:focus-visible {
  color: var(--dark);
}

.contact-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
  font-size: 0.9rem;
  color: var(--muted-dark);
}

.contact-footer__list p {
  margin: 0;
  line-height: 1.6;
}

.contact-footer__list span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-footer__list a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-footer__list a:hover,
.contact-footer__list a:focus-visible {
  color: var(--accent);
}

.contact-footer__bottom {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: 1.75rem;
  border-top: 1px solid rgba(120, 117, 113, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.contact-footer__rights {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(120, 117, 113, 0.7);
}

.contact-footer .social-links {
  display: flex;
  gap: 0.75rem;
}

.contact-footer .footer-legal {
  margin-top: clamp(2rem, 5vw, 3rem);
}

@media (max-width: 768px) {
  .contact-footer {
    text-align: center;
  }

  .contact-footer__grid {
    grid-template-columns: 1fr;
  }

  .contact-footer__brand .logo {
    justify-content: center;
  }

  .contact-footer__nav {
    align-items: center;
  }

  .contact-footer__list {
    justify-items: center;
  }

  .contact-footer__bottom {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .contact-footer .social-links {
    justify-content: center;
  }

  .contact-footer .footer-legal {
    gap: 0.6rem;
  }

  .contact-footer .footer-legal__links {
    gap: 0.35rem 0.6rem;
  }
}

/* Shared social link styles */

.social-links {
  justify-content: flex-end;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(120, 117, 113, 0.28);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover,
.social-links a:focus {
  border-color: var(--dark);
  transform: translateY(-2px);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: var(--muted);
}

.social-links a:hover svg,
.social-links a:focus svg {
  fill: var(--dark);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* --------------------------------------------- */
/* About page                                     */
/* --------------------------------------------- */
/* Global page hero for interior pages */

.page-hero {
  padding: clamp(6rem, 7vw, 7.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.85), rgba(28, 27, 26, 0.65)),
    url('https://images.unsplash.com/photo-1529429617124-aee3013c80af?auto=format&fit=crop&w=2000&q=80') center/cover;
  color: var(--light);
}

.page-hero--service-areas {
  position: relative;
  overflow: hidden;
  background: var(
    --service-hero-bg,
    linear-gradient(135deg, rgba(54, 69, 57, 0.98) 0%, rgba(79, 98, 82, 0.95) 55%, rgba(95, 114, 98, 0.9) 100%)
  );
  color: var(--service-hero-color, var(--light));
}

.page-hero--service-areas::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(
    --service-hero-overlay,
    radial-gradient(circle at 12% 18%, rgba(194, 153, 93, 0.32), transparent 55%),
      radial-gradient(circle at 88% 12%, rgba(209, 199, 189, 0.22), transparent 60%)
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

.about-page {
  background: var(--canvas);
}

.about-page-body .home-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(244, 241, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 27, 26, 0.08);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.about-page-body .home-menu-toggle {
  border-color: rgba(28, 27, 26, 0.12);
  background: rgba(244, 241, 236, 0.6);
}

.about-page-body .home-menu-toggle span {
  background: var(--dark);
}

/* About page hero */

.about-hero {
  position: relative;
  padding: 4.25rem 0 3.5rem;
  color: var(--light);
  background: linear-gradient(135deg, rgba(54, 69, 57, 0.94), rgba(79, 98, 82, 0.82));
  overflow: hidden;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(209, 199, 189, 0.28), transparent 55%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  max-width: 640px;
  z-index: 1;
}

.about-hero h1 {
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.about-hero p {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.82);
}

/* About page introduction */

.about-intro {
  padding-top: clamp(5.5rem, 6vw, 7rem);
}

.about-intro-grid {
  display: grid;
  gap: 4rem;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-portrait {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: sticky;
  top: 6.5rem;
}

.about-portrait-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(28, 27, 26, 0.18);
}

.about-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(244, 241, 236, 0.65);
  border-radius: 20px;
  pointer-events: none;
}

.about-signature {
  background: var(--light);
  border-radius: 18px;
  padding: 1.5rem 2rem;
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.08);
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  max-width: 320px;
}

.signature-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.signature-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--muted);
}

.about-intro-content .section-heading h2 {
  max-width: 26ch;
}

.about-intro-content p {
  color: var(--muted-dark);
}

/* About page highlight cards */

.about-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.about-highlight-card {
  padding: 1.75rem;
  border-radius: 18px;
  background: var(--light);
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.12);
  border: 1px solid rgba(209, 199, 189, 0.6);
}

.about-highlight-card h3 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: var(--evergreen);
}

.about-values {
  padding: 5.5rem 0;
  background: linear-gradient(115deg, rgba(244, 241, 236, 0.96), rgba(209, 199, 189, 0.88));
}

.about-value-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-value-card {
  padding: 2.5rem 2.25rem;
  border-radius: 28px;
  background: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 44px rgba(28, 27, 26, 0.14);
}

.about-value-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--forest);
}

.about-value-card p {
  color: var(--muted-dark);
}

.about-promise {
  padding: 6rem 0 7rem;
}

.about-promise-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.about-promise-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.75rem;
}

.about-promise-list li {
  background: var(--light);
  border-radius: 24px;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(209, 199, 189, 0.65);
  box-shadow: 0 14px 32px rgba(28, 27, 26, 0.12);
}

.promise-label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--evergreen);
}

.about-promise-list p {
  color: var(--muted-dark);
}

.page-hero--birmingham {
  background: linear-gradient(120deg, rgba(12, 12, 11, 0.82), rgba(28, 27, 26, 0.55)),
    url('https://images.unsplash.com/photo-1523419409543-0c1df022bddb?auto=format&fit=crop&w=2100&q=80') center/cover;
}

.page-hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(2rem, 6vw, 4rem);
}

.page-hero--service-areas .page-hero__inner {
  position: relative;
  z-index: 1;
  align-items: stretch;
  gap: clamp(2.2rem, 7vw, 5rem);
}

.page-hero__content {
  max-width: 44rem;
  display: grid;
  gap: 1.4rem;
}

.page-hero--service-areas .page-hero__content {
  max-width: 48rem;
  gap: 1.2rem;
}

.page-hero__lead {
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-hero--service-areas .page-hero__actions .btn {
  min-width: 0;
  padding-inline: 1.9rem;
  box-shadow: 0 20px 40px rgba(12, 12, 11, 0.25);
}

.page-hero__actions .btn {
  min-width: 190px;
}

.page-hero--service-areas .btn-outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--light);
  background: transparent;
}

.page-hero--service-areas .btn-outline:hover,
.page-hero--service-areas .btn-outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.95);
  color: var(--light);
  background: rgba(255, 255, 255, 0.16);
}

.page-hero__subtitle {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 42rem;
}

.page-hero--service-areas .page-hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media (max-width: 640px) {
  .page-hero--service-areas {
    padding: 4.25rem 0 2.75rem;
  }

  .page-hero--service-areas .page-hero__content {
    gap: 1rem;
  }

  .page-hero--service-areas .page-hero__content .eyebrow {
    letter-spacing: 0.18em;
  }

  .page-hero--service-areas h1 {
    font-size: clamp(2rem, 6vw, 2.35rem);
    margin-bottom: 0.65rem;
  }

  .page-hero--service-areas .page-hero__lead {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .page-hero--service-areas .page-hero__subtitle {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .page-hero--service-areas .page-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .page-hero--service-areas .page-hero__actions .btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--service-areas {
    padding: 3.25rem 0 2.25rem;
  }

  .page-hero--service-areas .page-hero__content {
    gap: 0.85rem;
  }

  .page-hero--service-areas h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
    line-height: 1.25;
  }

  .page-hero--service-areas .page-hero__lead {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .page-hero--service-areas .page-hero__subtitle {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .page-hero--service-areas .page-hero__actions {
    margin-top: 0.3rem;
  }
}

.page-hero__content .eyebrow a {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero__content .eyebrow a:hover,
.page-hero__content .eyebrow a:focus {
  color: var(--light);
}

/* Page hero highlight badges */

.page-hero__highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.page-hero__highlights--service-areas li {
  background: rgba(194, 153, 93, 0.22);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(194, 153, 93, 0.4);
  box-shadow: 0 14px 28px rgba(18, 17, 15, 0.22);
}

.page-hero__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.page-hero__highlights li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

/* Floating data panel inside hero */

.page-hero__panel {
  align-self: center;
  background: rgba(244, 241, 236, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 26px;
  padding: clamp(1.9rem, 3.2vw, 2.6rem);
  box-shadow: 0 34px 68px rgba(12, 12, 11, 0.35);
  max-width: 320px;
  display: grid;
  gap: 1.1rem;
  backdrop-filter: blur(10px);
}

.page-hero__panel-label {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.page-hero__panel h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  color: var(--accent);
  letter-spacing: 0.04em;
}

.page-hero__panel-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
}

.page-hero__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.6;
}

.page-hero__panel-note {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero__badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  width: clamp(160px, 18vw, 220px);
  height: clamp(160px, 18vw, 220px);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding: 2.2rem;
  position: relative;
  isolation: isolate;
}

.page-hero__badge::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  z-index: -1;
}

.page-hero__badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: 0.12em;
  color: var(--light);
}

.legal-hero {
  padding: clamp(5.5rem, 7vw, 7rem) 0 clamp(3rem, 6vw, 4.5rem);
  color: var(--dark);
}

.portfolio-page .legal-hero {
  padding-top: clamp(5.5rem, 9vw, 6.5rem);
  padding-bottom: 0;
}

.portfolio-page .legal-hero .legal-hero__copy p:last-of-type {
  margin-bottom: 0;
}

.portfolio-page main > .section:first-of-type {
  padding-top: 0;
}

.legal-hero__content {
  display: grid;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.legal-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  margin: 0 0 1.2rem;
}

.legal-hero p {
  max-width: 36rem;
  color: var(--muted-dark);
}

.legal-hero__illustration {
  display: flex;
  justify-content: center;
}

.legal-hero__illustration img {
  width: min(26rem, 100%);
  filter: drop-shadow(0 16px 38px rgba(28, 27, 26, 0.12));
}

.portfolio-page .legal-hero__illustration img {
  width: min(64rem, 100%);
  filter: drop-shadow(0 20px 42px rgba(28, 27, 26, 0.16));
  border-radius: 1.5rem;
}

.legal-content {
  max-width: 60rem;
  margin: 0 auto;
  display: grid;
  gap: 2.2rem;
}

.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  margin: 0 0 0.75rem;
  color: var(--dark);
}

.legal-content h3 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin: 0 0 0.5rem;
  color: var(--dark);
}

.legal-content p,
.legal-content li {
  color: var(--muted-dark);
  line-height: 1.7;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.legal-content strong {
  color: var(--dark);
}

@media (max-width: 640px) {
  .legal-hero {
    padding: 1.75rem 0 2.5rem;
  }

  .portfolio-page .legal-hero {
    padding-top: clamp(5rem, 16vw, 6rem);
  }

  .legal-hero__content {
    gap: 1.75rem;
  }

  .legal-page .legal-hero__content {
    grid-template-columns: 1fr;
  }

  .legal-hero__illustration {
    margin-top: 0.5rem;
  }

  .legal-page .legal-hero__illustration {
    display: none;
  }

  .legal-hero__illustration img {
    width: min(18rem, 80vw);
  }

  .portfolio-page .legal-hero__illustration img {
    width: min(100%, 46rem);
    border-radius: 1.25rem;
  }

  .legal-page .section {
    padding: 2.5rem 0 3rem;
  }

  .legal-content {
    gap: 1.75rem;
  }
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4.6vw, 3.6rem);
  margin: 0 0 1.25rem;
}

.page-hero p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.82);
}

/* About page story timeline */

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
}

/* Company timeline */

.timeline {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}

.timeline-item {
  background: var(--light);
  border-radius: 18px;
  padding: 1.75rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 10px 28px rgba(28, 27, 26, 0.08);
}

.timeline-item span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

/* About page values list */

.values-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.values-list li {
  list-style: none;
  background: var(--light);
  border-radius: 18px;
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 10px 26px rgba(28, 27, 26, 0.08);
}

.values-list strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.portfolio-showcase__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.portfolio-showcase__intro {
  max-width: 540px;
  color: var(--muted);
}

@media (min-width: 768px) {
  .portfolio-showcase__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .portfolio-showcase__header > div:first-child {
    max-width: 560px;
  }
}


/* Executive profile spotlight */

.section-profile {
  background: rgba(255, 255, 255, 0.7);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
}

.profile-image {
  background: var(--light);
  border-radius: 24px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 14px 38px rgba(28, 27, 26, 0.1);
}

.profile-image img {
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.profile-content p {
  margin-top: 1.1rem;
}

/* --------------------------------------------- */
/* Portfolio page                                 */
/* --------------------------------------------- */
.portfolio-hero {
  position: relative;
  padding: clamp(6rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 5.5rem);
  color: var(--light);
  background: linear-gradient(125deg, rgba(12, 12, 11, 0.92) 10%, rgba(60, 48, 36, 0.88) 60%, rgba(120, 85, 45, 0.85) 100%),
    url('https://images.unsplash.com/photo-1600585154340-0ef3c08ba8e8?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  border-radius: 0 0 42px 42px;
  overflow: hidden;
}

.portfolio-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.28), transparent 55%),
    radial-gradient(circle at bottom left, rgba(18, 18, 18, 0.45), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.85;
}

.portfolio-hero__content {
  position: relative;
  max-width: 640px;
}

.portfolio-hero .eyebrow {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.28em;
}

.portfolio-hero h1,
.portfolio-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  margin-bottom: 1.25rem;
}

.portfolio-hero p {
  color: rgba(255, 255, 255, 0.84);
}

.portfolio-hero__accent {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
}

.portfolio-hero__accent::before {
  content: '';
  width: 68px;
  height: 1px;
  background: rgba(194, 153, 93, 0.8);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.75rem, 3vw, 2.5rem);
}

.portfolio-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 239, 233, 0.98));
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(194, 153, 93, 0.18);
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-card:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.6);
  outline-offset: 6px;
}

.portfolio-card::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(194, 153, 93, 0.25);
  pointer-events: none;
  z-index: 0;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 48px rgba(28, 27, 26, 0.16);
}

.portfolio-card--highlight {
  grid-column: span 2;
}

.portfolio-card--highlight h2,
.portfolio-card--highlight h3 {
  font-size: clamp(1.65rem, 3vw, 2rem);
}

.project-image {
  position: relative;
  background-image: var(--project-image);
  background-size: cover;
  background-position: center;
  min-height: 280px;
  isolation: isolate;
  z-index: 1;
}

.portfolio-card--highlight .project-image {
  min-height: 360px;
}

.project-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 9, 0) 20%, rgba(10, 10, 9, 0.65) 100%);
  mix-blend-mode: multiply;
}

.project-tag {
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(194, 153, 93, 0.92);
  color: var(--light);
  border-radius: 999px;
  z-index: 2;
}

.project-details {
  padding: clamp(1.8rem, 3vw, 2.35rem);
  display: grid;
  gap: 1.1rem;
  position: relative;
  z-index: 1;
}

.project-details h2,
.project-details h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  color: var(--dark);
}

.project-details p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.98rem;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.project-meta span::before {
  content: '•';
  margin-right: 0.45rem;
  color: rgba(194, 153, 93, 0.6);
}

.project-meta span:first-child::before {
  content: '';
  margin-right: 0;
}

/* --------------------------------------------- */
/* Contact page                                   */
/* --------------------------------------------- */
/* Contact hero + intro */

.contact-hero {
  padding: clamp(6rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 5rem);
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.95) 0%, rgba(60, 48, 36, 0.92) 100%);
  color: var(--light);
  position: relative;
  overflow: hidden;
}

.contact-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(194, 153, 93, 0.35), transparent 55%);
  pointer-events: none;
}

.contact-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  grid-template-areas: 'copy note';
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.contact-hero__copy {
  grid-area: copy;
}

.contact-hero__copy h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  margin-bottom: 1.2rem;
  color: var(--light);
}

.contact-hero__copy p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
}

.contact-hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.contact-hero .btn-primary {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.contact-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.85);
}

.contact-hero .btn-outline:hover,
.contact-hero .btn-outline:focus {
  border-color: rgba(255, 255, 255, 0.85);
  color: var(--light);
}

.contact-hero__note {
  grid-area: note;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  padding: clamp(1.5rem, 3vw, 2rem);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.1rem;
}

.contact-hero__note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-hero__actions {
  justify-content: center;
}

/* Contact content layout */

.contact-page {
  padding: clamp(4.5rem, 7vw, 6rem) 0 clamp(5rem, 8vw, 6.5rem);
}

/* Two-column contact layout */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.contact-panel {
  background: var(--light);
  border-radius: 24px;
  padding: clamp(2.2rem, 4vw, 3rem);
  border: 1px solid rgba(28, 27, 26, 0.1);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3vw, 2.2rem);
  margin: 0 0 1.1rem;
  color: var(--dark);
}

.contact-panel__intro p {
  margin: 0 0 2rem;
  font-size: 1.05rem;
  color: var(--muted);
}

.contact-essentials {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}

.contact-essentials dt {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.3rem;
}

.contact-essentials dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
}

.contact-essentials a {
  color: var(--dark);
}

.contact-highlights {
  display: grid;
  gap: 1.8rem;
  margin-bottom: 2.5rem;
}

.contact-highlights h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: var(--dark);
}

.contact-highlights p {
  margin: 0;
  color: var(--muted);
}

.appointment-note {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.14), rgba(255, 255, 255, 0.65));
  border-radius: 20px;
  padding: 1.75rem;
  border: 1px solid rgba(194, 153, 93, 0.32);
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 2rem;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-weight: 600;
}

/* Contact form styling */

.contact-form {
  display: grid;
  gap: 1.4rem;
}

.contact-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.contact-form__feedback {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  min-height: 1.5rem;
}

.contact-form__feedback.is-success {
  color: #2f6638;
}

.contact-form__feedback.is-error {
  color: #9f2d2d;
}

.contact-form__lead {
  margin: 0 0 0.5rem;
  color: var(--muted);
}

.contact-form label {
  display: block;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(28, 27, 26, 0.22);
  background: #f1f1f3;
  font-size: 1rem;
  font-family: inherit;
  color: var(--dark);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(194, 153, 93, 0.7);
  box-shadow: 0 0 0 3px rgba(194, 153, 93, 0.22);
  background: #f7f7f8;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form button {
  justify-self: start;
}

.social-links a {
  color: inherit;
}

/* --------------------------------------------- */
/* Journey page                                   */
/* --------------------------------------------- */
/* Journey hero experience */

.journey-hero {
  position: relative;
  --journey-hero-top-padding: clamp(5.5rem, 9vh, 7rem);
  padding: var(--journey-hero-top-padding) 0 clamp(3rem, 8vh, 4.5rem);
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(54, 69, 57, 0.94), rgba(54, 69, 57, 0.94));
  color: var(--light);
  overflow: hidden;
}

.process-page .journey-hero {
  --journey-hero-top-padding: clamp(7rem, 12vh, 9rem);
}

.journey-hero::before,
.journey-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.journey-hero::before {
  background: radial-gradient(circle at 20% 15%, rgba(194, 153, 93, 0.45), transparent 48%),
    radial-gradient(circle at 85% 80%, rgba(244, 241, 236, 0.25), transparent 52%);
}

.journey-hero::after {
  background: linear-gradient(180deg, rgba(28, 27, 26, 0.08), transparent 55%);
}

.journey-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.6rem);
  text-align: left;
  max-width: 58rem;
}

.journey-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.4rem;
  border-radius: 999px;
  background: rgba(244, 241, 236, 0.12);
  border: 1px solid rgba(244, 241, 236, 0.35);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.journey-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.9rem, 5.2vw, 4.15rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.journey-hero__lead {
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 44rem;
}

.journey-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.journey-hero__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.journey-hero__details div {
  backdrop-filter: blur(22px);
  background: rgba(244, 241, 236, 0.14);
  border: 1px solid rgba(244, 241, 236, 0.28);
  border-radius: 24px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 18px 36px rgba(12, 12, 11, 0.25);
}

.journey-hero__detail-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(244, 241, 236, 0.7);
  margin-bottom: 0.55rem;
}

.journey-hero__detail-text {
  display: block;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

/* Journey overview intro */

.journey-overview {
  background: var(--canvas);
}

.journey-intro {
  max-width: 52rem;
  margin: 0 auto clamp(3rem, 6vw, 4.6rem);
  text-align: center;
  color: var(--muted-dark);
  font-size: 1.08rem;
  display: grid;
  gap: 1.1rem;
}
.journey-intro p {
  margin: 0;
}

.journey-intro__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

/* Journey promise cards */

.journey-promise {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: clamp(1.6rem, 3vw, 2.6rem);
  margin-bottom: clamp(3.2rem, 6vw, 4.4rem);
}

.journey-promise article {
  padding: 2.2rem 2.4rem;
  border-radius: 28px;
  background: var(--light);
  border: 1px solid rgba(79, 98, 82, 0.16);
  box-shadow: 0 28px 52px rgba(54, 69, 57, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.journey-promise article:hover,
.journey-promise article:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 36px 68px rgba(54, 69, 57, 0.12);
}

.journey-promise h3 {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--evergreen);
}

.journey-promise p {
  margin: 0;
  color: var(--muted-dark);
}

/* Detailed journey steps timeline */

.journey-grid {
  position: relative;
  display: grid;
  gap: clamp(1.9rem, 3.5vw, 2.8rem);
}

.journey-grid::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(2.15rem, 4vw, 2.8rem);
  width: 1px;
  background: linear-gradient(180deg, rgba(194, 153, 93, 0.38), rgba(194, 153, 93, 0));
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.2rem, 2.6vw, 2rem);
  align-items: start;
  background: var(--light);
  border-radius: 28px;
  padding: clamp(2rem, 3.2vw, 2.6rem);
  padding-left: clamp(2.8rem, 4.8vw, 3.4rem);
  border: 1px solid rgba(79, 98, 82, 0.14);
  box-shadow: 0 26px 58px rgba(54, 69, 57, 0.09);
}

.journey-step::before {
  content: '';
  position: absolute;
  left: clamp(2.2rem, 4vw, 2.9rem);
  top: clamp(3.3rem, 5.6vw, 4rem);
  bottom: -clamp(1.6rem, 3vw, 2.2rem);
  width: 1px;
  background: linear-gradient(180deg, rgba(194, 153, 93, 0.4), rgba(194, 153, 93, 0));
}

.journey-step:last-child::before {
  display: none;
}

.journey-step__number {
  position: relative;
  z-index: 1;
  width: clamp(3rem, 5.2vw, 3.5rem);
  height: clamp(3rem, 5.2vw, 3.5rem);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.85), rgba(194, 153, 93, 0.55));
  color: var(--light);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(28, 27, 26, 0.18);
}

.journey-step__content h3 {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--evergreen);
}

.journey-step__content p {
  margin: 0;
  color: var(--muted-dark);
}

/* Downloadable resources */

.journey-download {
  background: var(--light);
}

.journey-download__card {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: center;
  justify-items: start;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(2.6rem, 5vw, 3.2rem);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(244, 241, 236, 0.95), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(79, 98, 82, 0.12);
  box-shadow: 0 28px 60px rgba(54, 69, 57, 0.08);
}

.journey-download__text {
  display: grid;
  gap: 0.8rem;
}

.journey-download__eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin: 0;
}

.journey-download__text h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.4vw, 2.4rem);
  color: var(--dark);
}

.journey-download__text p {
  margin: 0;
  color: var(--muted-dark);
  max-width: 34rem;
}

.journey-download__media {
  width: min(100%, 320px);
  justify-self: center;
}

.journey-download__media a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28, 27, 26, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-download__media a:focus-visible,
.journey-download__media a:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.18);
}

.journey-download__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .journey-download__card {
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.85fr);
  }

  .journey-download__media {
    justify-self: end;
  }
}

/* Journey experience gallery */

.journey-experience {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(248, 245, 240, 0.9));
}

.journey-experience__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.4rem, 5vw, 4rem);
  align-items: center;
}

.journey-experience__text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  margin: 0 0 1.2rem;
}

.journey-experience__text p {
  margin: 0 0 1.5rem;
  color: var(--muted-dark);
  max-width: 32rem;
}

.journey-experience__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.75rem;
  color: var(--muted-dark);
}

.journey-experience__list li::marker {
  color: var(--accent-dark);
}

.journey-experience__visuals {
  display: grid;
  gap: 1.5rem;
}

.journey-experience__card {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--light);
  box-shadow: 0 40px 70px rgba(28, 27, 26, 0.12);
}

.journey-experience__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.journey-experience__card figcaption {
  padding: 1.2rem 1.5rem;
  font-size: 0.95rem;
  color: var(--muted);
}

/* Post-project support CTA */

.journey-support {
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.92), rgba(28, 27, 26, 0.78));
  color: var(--light);
}

.journey-support__inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.journey-support__inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  margin: 0 0 1rem;
}

.journey-support__inner p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.2rem;
}

.journey-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.journey-support .btn-outline {
  color: var(--light);
  border-color: rgba(255, 255, 255, 0.65);
}

.journey-support .btn-outline:hover,
.journey-support .btn-outline:focus {
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--light);
  background: rgba(255, 255, 255, 0.08);
}

/* --------------------------------------------- */
/* Responsive adjustments                        */
/* --------------------------------------------- */

@media (max-width: 1024px) {
  .journey-hero {
    --journey-hero-top-padding: clamp(5rem, 11vh, 6.2rem);
    min-height: min(92vh, 760px);
    padding: var(--journey-hero-top-padding) clamp(1.5rem, 5vw, 2rem)
      clamp(2.6rem, 9vh, 3.3rem);
  }

  .process-page .journey-hero {
    --journey-hero-top-padding: clamp(6.5rem, 13vh, 7.5rem);
  }

  .hero-grid,
  .value-grid,
  .project-grid,
  .process-grid,
  .quick-facts,
  .portfolio-grid,
  .contact-layout,
  .cta-card,
  .story-grid,
  .profile-grid,
  .footer-grid,
  .signature-grid,
  .promise-grid,
  .project-gallery,
  .process-hero,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-hero {
    border-radius: 0 0 32px 32px;
  }

  .portfolio-card::after {
    inset: 10px;
  }

  .contact-hero__inner {
    grid-template-columns: 1fr;
  }

  .contact-hero__note {
    margin-top: 2.5rem;
  }

  .journey-hero__content {
    text-align: center;
    justify-items: center;
    gap: clamp(1.2rem, 4vw, 1.6rem);
  }

  .journey-hero__lead {
    font-size: clamp(1rem, 2.6vw, 1.2rem);
  }

  .journey-hero__details {
    width: 100%;
    gap: clamp(1rem, 3vw, 1.4rem);
  }

  .journey-hero__details div {
    text-align: left;
  }

  .journey-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-support__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .journey-support__actions {
    justify-content: center;
  }

  .journey-experience__inner {
    grid-template-columns: 1fr;
  }

  .journey-experience__visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-area-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-area-visual-grid {
    grid-template-columns: 1fr;
  }

  .service-area-overview__grid,
  .service-area-local__grid,
  .service-area-testimonials__grid,
  .service-area-team__grid,
  .service-area-coverage__grid,
  .service-area-cta__inner {
    grid-template-columns: 1fr;
  }

  .service-area-cta__actions {
    justify-content: flex-start;
  }

  .luxe-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .birmingham-expertise__media {
    justify-content: center;
  }

  .page-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-hero__badge {
    align-self: flex-start;
  }

  .page-hero--service-areas .page-hero__panel {
    width: 100%;
    max-width: 100%;
  }

  .magazine-intro-grid,
  .birmingham-stat-grid,
  .landmark-grid,
  .birmingham-gallery-grid,
  .birmingham-expertise-grid {
    grid-template-columns: 1fr;
  }

  .birmingham-gallery__item--secondary {
    max-width: 100%;
    transform: none;
  }
}

@media (max-width: 640px) {
  .breadcrumbs__list {
    font-size: 0.72rem;
    gap: 0.3rem;
  }

  .luxe-projects .container {
    width: min(98%, 560px);
  }

  .project-heading {
    justify-items: center;
    text-align: center;
    margin-bottom: clamp(2.3rem, 8vw, 3rem);
  }

  .project-heading .btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .project-gallery {
    gap: clamp(1.6rem, 6vw, 2.4rem);
  }

  .project-card {
    border-radius: 32px;
    box-shadow: 0 26px 55px rgba(28, 27, 26, 0.16);
  }

  .project-image {
    padding-top: 82%;
  }

  .project-card figcaption {
    padding: clamp(1.6rem, 5.5vw, 2.2rem)
      clamp(0.1rem, 2vw, 1.75rem)
      clamp(1.9rem, 6vw, 2.6rem);
    display: grid;
    gap: clamp(0.85rem, 4vw, 1.25rem);
  }

  .project-card h3 {
    font-size: clamp(1.35rem, 5vw, 1.55rem);
    text-align: left;
  }

  .project-card p {
    font-size: clamp(0.8rem, 4.4vw, 1.08rem);
    line-height: 1.85;
    text-align: left;
    letter-spacing: 0.01em;
  }

  .project-cta {
    align-self: center;
  }

  .service-area-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .service-area-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .service-area-local__grid {
    grid-template-columns: 1fr;
    gap: clamp(1.6rem, 6vw, 2.4rem);
    justify-items: center;
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .service-area-local__card {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    padding: clamp(1.55rem, 6vw, 2.1rem);
    gap: clamp(0.9rem, 4vw, 1.25rem);
    border-radius: 24px;
    box-shadow: 0 22px 44px rgba(28, 27, 26, 0.14);
    text-align: left;
    align-content: start;
  }

  .service-area-local__card h3 {
    font-size: clamp(0.92rem, 3.4vw, 1.08rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: left;
  }

  .service-area-local__card ul {
    padding-left: 1.1rem;
    gap: clamp(0.7rem, 3.4vw, 1rem);
    font-size: clamp(0.88rem, 3.6vw, 1.02rem);
    line-height: 1.7;
    list-style: disc;
    text-align: left;
  }

  .service-area-local__card li strong {
    color: var(--forest);
  }

  .service-area-local__feature {
    margin-top: clamp(1.6rem, 5.4vw, 2.4rem);
    border-radius: 24px;
    min-height: clamp(220px, 62vw, 320px);
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
  }

  .service-area-local__feature-caption {
    inset-inline: clamp(1.2rem, 6vw, 2rem);
    bottom: clamp(1rem, 4.4vw, 1.8rem);
    gap: clamp(0.45rem, 3vw, 0.85rem);
    text-align: left;
    align-items: flex-start;
    max-width: 85%;
  }

  .service-area-local__feature .signature-link {
    width: 100%;
    max-width: 260px;
    justify-content: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .service-area-local {
    padding-block: clamp(2.3rem, 12vw, 3.2rem);
  }

  .service-area-local__grid {
    gap: clamp(1.35rem, 7vw, 2rem);
    width: min(100%, 500px);
  }

  .service-area-local__card {
    max-width: 360px;
    margin-inline: auto;
    padding: clamp(1.45rem, 7vw, 1.9rem);
    gap: clamp(0.8rem, 5vw, 1.05rem);
  }

  .service-area-local__card h3 {
    text-align: left;
  }

  .service-area-local__card ul {
    padding-left: 1rem;
    list-style: disc;
  }

  .service-area-local__feature {
    max-width: 440px;
    margin-inline: auto;
    border-radius: 22px;
  }

  .service-area-local__feature .signature-link {
    justify-content: flex-start;
  }
}

@media (max-width: 840px) {
  .home-menu-inner a {
    font-size: 1.25rem;
    letter-spacing: 0.18em;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    background: rgba(245, 243, 239, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transform: translateY(-120%);
    transition: transform 0.4s ease;
    font-size: 1.05rem;
    z-index: 18;
  }

  .primary-nav.open {
    transform: translateY(0);
  }

  .nav-toggle {
    display: flex;
  }

  .hero-grid,
  .quick-facts,
  .value-grid,
  .project-grid,
  .process-grid,
  .portfolio-grid,
  .contact-layout,
  .cta-card,
  .story-grid,
  .profile-grid,
  .footer-grid,
  .service-area-grid,
  .signature-grid,
  .promise-grid,
  .project-gallery,
  .process-hero,
  .process-timeline {
    grid-template-columns: 1fr;
  }

  .portfolio-card--highlight {
    grid-column: span 1;
  }

  .journey-promise {
    grid-template-columns: 1fr;
  }

  .journey-hero__details {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-hero__details div {
    padding: 1.1rem 1.25rem;
  }

  .journey-experience__visuals {
    grid-template-columns: 1fr;
  }

  .project-overview__grid {
    grid-template-columns: 1fr;
  }

  .project-overview__details {
    padding: clamp(1.8rem, 6vw, 2.4rem);
  }

  .project-hero {
    padding: clamp(5.5rem, 16vw, 7.5rem) 0 clamp(3.2rem, 10vw, 4.2rem);
    border-radius: 0 0 28px 28px;
  }

  .project-hero__meta {
    gap: 0.9rem;
  }

  .project-image,
  .portfolio-card--highlight .project-image {
    min-height: 240px;
  }

  .project-meta {
    flex-direction: column;
    gap: 0.6rem;
  }

  .contact-layout .contact-form {
    order: 1;
  }

  .contact-layout .contact-details-panel {
    order: 2;
  }

  .site-footer {
    padding: 2.5rem 0;
  }

  .footer-grid {
    gap: 1.75rem;
    text-align: center;
  }

  .footer-grid > * {
    align-items: center;
  }

  .footer-brand .logo {
    margin: 0 auto 0.75rem;
  }

  .footer-brand .logo img {
    width: 230px;
  }

  .footer-description {
    font-size: 0.95rem;
  }

  .footer-links,
  .social-links {
    justify-content: center;
    font-size: 0.78rem;
    gap: 0.75rem 1.25rem;
  }

  .footer-meta {
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
    gap: 0.75rem;
  }

  .footer-meta__contact {
    align-items: center;
  }

  .footer-legal {
    margin-top: 1.5rem;
    font-size: 0.72rem;
    gap: 0.55rem;
  }

  .footer-legal__links {
    gap: 0.3rem 0.6rem;
  }

  .footer-legal__credit {
    font-size: 0.68rem;
  }

  .contact-hero {
    padding: clamp(5rem, 12vw, 6.5rem) 0 clamp(3.5rem, 10vw, 5rem);
  }

  .contact-hero__note {
    margin-top: 2rem;
  }

  .hero-card,
  .fact-card,
  .value-card,
  .project-card,
  .process-step,
  .timeline-item,
  .contact-panel,
  .cta-card,
  .signature-intro,
  .signature-showcase,
  .promise-card,
  .timeline-step,
  .luxe-cta,
  .process-hero__content {
    padding: clamp(1.9rem, 6vw, 2.4rem);
  }

  .signature-links {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .process-hero__image {
    min-height: 320px;
  }

  .hero-card {
    order: -1;
  }

  
  .journey-hero__content {
    justify-items: stretch;
  }

  .journey-hero__details {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .journey-hero__details div {
    padding: 1rem 1.15rem;
  }

  .birmingham-expertise-grid {
    justify-items: center;
    text-align: center;
  }

  .birmingham-expertise__media {
    order: -1;
    margin-bottom: 1.5rem;
  }

  .birmingham-expertise__media figure {
    max-width: 520px;
  }

  .journey-hero__detail-text {
    font-size: 0.95rem;
  }

  .journey-promise article {
    padding: clamp(1.6rem, 7vw, 2rem);
  }

  .journey-step {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .journey-step::before {
    display: none;
  }

  .journey-step__number {
    justify-self: flex-start;
  }

  .journey-experience__text h2 {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }

  .journey-experience__text p {
    max-width: none;
  }

  .journey-experience__list {
    gap: 0.6rem;
  }

  .journey-experience__visuals {
    gap: 1.2rem;
  }

  .journey-experience__card figcaption {
    padding: 1rem 1.2rem;
  }

  .journey-support__inner {
    text-align: left;
  }

  .service-area-visual-media img {
    aspect-ratio: 3 / 2;
  }

  .page-hero__badge {
    width: 170px;
    height: 170px;
  }

  .page-hero__highlights {
    grid-template-columns: 1fr;
  }

  .luxe-experience-grid {
    grid-template-columns: 1fr;
  }

  .section--next-steps .signature-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .journey-hero {
    --journey-hero-top-padding: clamp(4.6rem, 12vh, 5.4rem);
    min-height: min(100svh, 700px);
    padding: var(--journey-hero-top-padding) clamp(1.35rem, 6vw, 1.9rem)
      clamp(2.1rem, 9vh, 2.7rem);
  }

  .process-page .journey-hero {
    --journey-hero-top-padding: clamp(5.8rem, 15vh, 6.6rem);
  }

  .journey-hero__content {
    gap: clamp(1rem, 5vw, 1.4rem);
  }

  .journey-hero__lead {
    font-size: clamp(0.98rem, 4.4vw, 1.08rem);
  }

  .journey-hero__cta {
    justify-content: center;
  }

  .journey-hero__details {
    display: none;
  }

  .contact-hero {
    min-height: min(92svh, 620px);
    display: flex;
    align-items: center;
    padding: clamp(2.75rem, 10vh, 3.25rem) clamp(1.5rem, 6vw, 2rem)
      clamp(2rem, 8vh, 2.75rem);
  }

  .contact-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      'copy'
      'note';
    gap: clamp(1.25rem, 5vw, 1.75rem);
    width: 100%;
  }

  .contact-hero__note {
    margin-top: clamp(0.9rem, 3.5vw, 1.3rem);
    padding: clamp(1.15rem, 4.5vw, 1.6rem);
    gap: clamp(0.85rem, 4vw, 1.2rem);
  }

  .contact-hero__copy h1 {
    font-size: clamp(2rem, 7vw, 2.6rem);
  }

  .contact-hero__copy p {
    max-width: 32rem;
  }

  .journey-grid::before {
    display: none;
  }

  .journey-step {
    padding-left: clamp(2rem, 7vw, 2.4rem);
  }

  .journey-download__card {
    justify-items: center;
    text-align: center;
  }

  .journey-download__card .btn {
    width: 100%;
    justify-content: center;
  }

  .contact-hero__actions {
    margin-top: clamp(1.2rem, 4vw, 1.6rem);
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 2.2rem 0;
  }

  .footer-tagline {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .footer-links,
  .social-links {
    font-size: 0.72rem;
  }

  .social-links a {
    width: 34px;
    height: 34px;
  }

  .social-links svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 540px) {
  .home-header {
    padding: 1.25rem 1.2rem;
    gap: 0.75rem;
  }

  .home-logo {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }

  .portfolio-hero {
    border-radius: 0 0 26px 26px;
    padding: clamp(5rem, 16vw, 6.5rem) 0 clamp(3rem, 12vw, 4rem);
  }

  .project-hero {
    border-radius: 0;
    padding: clamp(4.5rem, 16vw, 6rem) 0 clamp(2.5rem, 12vw, 3.5rem);
  }

  .project-hero__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-hero__accent {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }

  .home-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    gap: 6px;
  }

  .home-menu-toggle span {
    width: 20px;
  }

  .home-menu-inner a {
    font-size: 1.05rem;
    letter-spacing: 0.16em;
  }

  .hero-content {
    padding: clamp(4rem, 16vw, 6rem) clamp(1rem, 6vw, 2.25rem);
  }

  .hero h1 {
    font-size: clamp(2.4rem, 8vw, 3rem);
  }

  .hero-card h3 {
    font-size: 1.2rem;
  }

  .btn {
    width: 100%;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-panel {
    padding: clamp(1.6rem, 7vw, 2rem);
  }

  .luxe-experience-card {
    padding: 1.4rem;
  }

  .signature-amenities-list li {
    padding-left: 1.6rem;
  }

  .signature-amenities-list li::before {
    width: 0.75rem;
    top: 0.5rem;
  }

  .section--testimonial .testimonial {
    padding: clamp(2.4rem, 8vw, 3rem);
  }

  .journey-hero {
    --journey-hero-top-padding: clamp(4.25rem, 13vh, 5.1rem);
    min-height: min(100svh, 640px);
    padding: var(--journey-hero-top-padding) 0 clamp(2rem, 9vh, 2.6rem);
  }

  .process-page .journey-hero {
    --journey-hero-top-padding: clamp(5.4rem, 16vh, 6.2rem);
  }

  .journey-hero h1 {
    letter-spacing: 0.08em;
  }

  .journey-hero__details {
    grid-auto-columns: minmax(15rem, 84vw);
  }

  .journey-hero__details div {
    padding: clamp(0.95rem, 5vw, 1.15rem) clamp(1rem, 5vw, 1.25rem);
  }

  .journey-step {
    padding: clamp(1.6rem, 6vw, 2.1rem);
  }

  .journey-step__number {
    width: 2.8rem;
    height: 2.8rem;
  }

  .journey-support__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .signature-links {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .signature-showcase {
    gap: clamp(1.4rem, 6vw, 1.8rem);
  }

  .signature-highlights::before {
    left: 0.45rem;
  }

  .signature-highlight {
    padding-left: 2.2rem;
  }

  .signature-highlight::before {
    left: -0.1rem;
  }

  .project-gallery {
    gap: 1.5rem;
  }

  .timeline-step__marker {
    width: 46px;
    height: 46px;
  }

  .page-hero__badge {
    width: 140px;
    height: 140px;
    font-size: 0.72rem;
  }

  .page-hero__highlights li {
    font-size: 0.85rem;
  }

  .magazine-lede__intro::first-letter {
    font-size: 2.8rem;
  }

  .editorial-card {
    padding: 2rem;
  }

  .birmingham-gallery__item figcaption {
    padding: 0.85rem 1.1rem 1.2rem;
  }
}

/* Slider component */
.slider {
  position: relative;
  --slider-gap: clamp(1rem, 2vw, 1.75rem);
}

.slider__track {
  display: flex;
  align-items: stretch;
  gap: var(--slider-gap);
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slider__item {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.slider__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.slider__control {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(194, 153, 93, 0.35);
  background: rgba(245, 243, 239, 0.92);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 16px 32px rgba(28, 27, 26, 0.18);
}

.slider__control svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.slider__control:hover,
.slider__control:focus {
  background: var(--dark);
  color: var(--light);
  border-color: var(--dark);
  transform: translateY(-2px);
}

.slider__control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194, 153, 93, 0.35);
}

.slider__control:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.slider--project {
  padding: 0 clamp(1.2rem, 4vw, 2.75rem);
}

.slider--project .slider__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.slider--project .slider__control {
  pointer-events: auto;
  background: rgba(245, 243, 239, 0.94);
  backdrop-filter: blur(6px);
}

.slider--portfolio .slider__track {
  padding-bottom: 0.25rem;
}

.slider--portfolio .slider__item {
  flex: 0 0 88%;
}

.slider--portfolio .slider__controls {
  justify-content: flex-end;
}

@media (min-width: 640px) {
  .slider--portfolio .slider__item {
    flex: 0 0 calc((100% - var(--slider-gap)) / 2);
  }
}

@media (min-width: 1024px) {
  .slider--portfolio .slider__item {
    flex: 0 0 calc((100% - (var(--slider-gap) * 2)) / 3);
  }
}

.project-media {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.project-media__header {
  max-width: 640px;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.project-media__gallery {
  --gallery-gap: clamp(0.75rem, 2vw, 1.4rem);
  column-count: 1;
  column-gap: var(--gallery-gap);
}

.project-media__item {
  margin: 0 0 var(--gallery-gap);
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 239, 233, 0.94));
  border: 1px solid rgba(194, 153, 93, 0.18);
  box-shadow: 0 28px 48px rgba(28, 27, 26, 0.15);
  position: relative;
}

.project-media__trigger {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: inherit;
}

.project-media__trigger:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.55);
  outline-offset: 4px;
}

.project-media__trigger img {
  width: 100%;
  height: auto;
  display: block;
}

.project-media__trigger video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.project-media__trigger--video {
  position: relative;
}

.project-media__trigger--video::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(2.75rem, 8vw, 3.75rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(28, 27, 26, 0.72);
  box-shadow: 0 12px 22px rgba(28, 27, 26, 0.3);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.project-media__trigger--video::before {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(0.95rem, 3vw, 1.25rem);
  aspect-ratio: 1;
  transform: translate(-40%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--light);
  pointer-events: none;
}

.project-media__trigger--video:hover::after,
.project-media__trigger--video:focus-visible::after {
  background: rgba(194, 153, 93, 0.85);
}

.project-media__trigger--video:hover::before,
.project-media__trigger--video:focus-visible::before {
  background: var(--dark);
}

.project-media__item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.project-media__item > img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 640px) {
  .project-media__gallery {
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .project-media__gallery {
    column-count: 3;
  }
}

.project-video-gallery {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--bg);
}

.project-video-gallery .eyebrow {
  color: var(--muted-dark);
}

.project-video-gallery__header {
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
  max-width: 36rem;
}

.project-video-gallery__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.4vw, 2.35rem);
  letter-spacing: -0.01em;
}

.project-video-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

@media (max-width: 480px) {
  .project-video-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 640px) {
  .project-video-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .project-video-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.project-video-tile {
  margin: 0;
}

.project-video-tile__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: none;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--canvas);
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-video-tile__trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 45%, rgba(18, 18, 18, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.project-video-tile__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 25px rgba(28, 27, 26, 0.18);
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.project-video-tile__trigger span.project-video-tile__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.project-video-tile__trigger .project-video-tile__icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent rgba(28, 27, 26, 0.85);
  transform: translateX(4px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.project-video-tile__trigger:hover,
.project-video-tile__trigger:focus-visible {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 35px rgba(28, 27, 26, 0.15);
}

.project-video-tile__trigger:hover::after,
.project-video-tile__trigger:focus-visible::after {
  opacity: 1;
}

.project-video-tile__trigger:hover::before,
.project-video-tile__trigger:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.project-video-tile__trigger:hover .project-video-tile__icon::after,
.project-video-tile__trigger:focus-visible .project-video-tile__icon::after {
  opacity: 1;
}

.project-video-tile__trigger video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .project-video-tile__trigger,
  .project-video-tile__trigger::before,
  .project-video-tile__trigger::after,
  .project-video-tile__trigger .project-video-tile__icon::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: rgba(28, 27, 26, 0.82);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 120;
}

.gallery-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__dialog {
  background: var(--light);
  border-radius: 26px;
  box-shadow: 0 32px 72px rgba(28, 27, 26, 0.35);
  max-width: min(920px, 96vw);
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.gallery-modal__close {
  position: absolute;
  top: clamp(0.85rem, 2.8vw, 1.25rem);
  right: clamp(0.85rem, 2.8vw, 1.25rem);
  border: none;
  background: rgba(244, 241, 236, 0.94);
  color: var(--dark);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(28, 27, 26, 0.26);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 12;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(28, 27, 26, 0.08);
}

.gallery-modal__close-icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}

.gallery-modal__close-icon::before,
.gallery-modal__close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: max(2px, 0.12rem);
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
}

.gallery-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-modal__close:hover,
.gallery-modal__close:focus-visible {
  background: var(--dark);
  color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(28, 27, 26, 0.32);
}

.gallery-modal__close:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.5);
  outline-offset: 4px;
}

.gallery-modal__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gallery-modal__image-wrapper {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 239, 233, 0.9));
  position: relative;
}

.gallery-modal__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(1rem, 3vw, 1.75rem);
}

.gallery-modal__image-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

.gallery-modal__image-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  background: #000;
  border-radius: clamp(0.75rem, 2vw, 1.15rem);
}

.gallery-modal__nav {
  position: absolute;
  bottom: clamp(0.75rem, 3vw, 1.5rem);
  border: none;
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  background: rgba(28, 27, 26, 0.85);
  color: var(--light);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.25);
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.gallery-modal__prev {
  left: clamp(0.75rem, 3vw, 1.5rem);
}

.gallery-modal__next {
  right: clamp(0.75rem, 3vw, 1.5rem);
}

.gallery-modal__nav:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.gallery-modal__nav:hover:not(:disabled),
.gallery-modal__nav:focus-visible:not(:disabled) {
  background: var(--accent);
  color: var(--dark);
  transform: translateY(-2px);
}

.gallery-modal__nav:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.6);
  outline-offset: 3px;
}

.gallery-modal__description {
  padding: clamp(1.5rem, 4vw, 2.2rem);
  font-size: 1rem;
  color: var(--muted-dark);
  background: rgba(244, 241, 236, 0.9);
  border-top: 1px solid rgba(194, 153, 93, 0.2);
}

.gallery-modal-open {
  overflow: hidden;
}

@media (max-width: 599px) {
  .gallery-modal__close {
    width: 38px;
    height: 38px;
  }

  .gallery-modal__description {
    font-size: 0.95rem;
  }

  .gallery-modal__nav {
    bottom: 0.75rem;
    padding: 0.55rem 1.15rem;
    font-size: 0.9rem;
  }

  .gallery-modal__prev {
    left: 0.75rem;
  }

  .gallery-modal__next {
    right: 0.75rem;
  }
}

.portfolio-showcase__header .slider__controls {
  gap: 0.9rem;
}

@media (max-width: 599px) {
  .slider__controls {
    justify-content: center;
  }
}

.service-area-map {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.service-area-map .section-heading {
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.service-area-map-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.16);
  border: 1px solid rgba(194, 153, 93, 0.28);
  background: rgba(255, 255, 255, 0.92);
}

.service-area-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) {
  .service-area-map .section-heading {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-area-nearby {
  text-align: center;
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.service-area-nearby .eyebrow {
  color: var(--accent-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-area-nearby-links {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  list-style: none;
  padding: 0;
  margin: clamp(0.75rem, 2vw, 1.5rem) 0 0;
  flex-wrap: wrap;
}

.service-area-nearby-links a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.service-area-nearby-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0.2;
  transition: opacity 0.2s ease;
}

.service-area-nearby-links a:hover::after,
.service-area-nearby-links a:focus-visible::after {
  opacity: 1;
}

/* Mountain Brook service area */
.mountain-brook-hero {
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3.5rem, 5vw, 5.5rem);
  background: linear-gradient(135deg, #f8f5ef 0%, #ffffff 55%, #f3ede6 100%);
}

.mountain-brook-hero__inner {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  flex-wrap: wrap;
}

.mountain-brook-hero__content {
  flex: 1 1 22rem;
  max-width: 34rem;
}

.mountain-brook-hero__content .eyebrow {
  color: #8b7551;
  letter-spacing: 0.16em;
}

.mountain-brook-hero__content p {
  color: var(--muted-dark);
}

.mountain-brook-hero__list {
  list-style: none;
  padding: 0;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: 0.85rem;
}

.mountain-brook-hero__list li {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 500;
  color: var(--dark);
}

.mountain-brook-hero__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #c29a5d, #a47c3b);
}

.mountain-brook-hero__media {
  flex: 1 1 20rem;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 50px rgba(28, 27, 26, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.mountain-brook-hero__media img {
  width: 100%;
  height: auto;
  display: block;
}

.mountain-brook-hero__media figcaption {
  padding: 1.25rem 1.65rem;
  font-size: 0.95rem;
  color: var(--muted-dark);
  background: rgba(255, 255, 255, 0.92);
}

.mountain-brook-hero--concierge {
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.9), rgba(28, 27, 26, 0.78));
  color: var(--light);
}

.mountain-brook-hero--concierge .mountain-brook-hero__content .eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.mountain-brook-hero--concierge .mountain-brook-hero__content p,
.mountain-brook-hero--concierge .mountain-brook-hero__list li {
  color: rgba(255, 255, 255, 0.82);
}

.mountain-brook-hero--concierge .mountain-brook-hero__list li::before {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.95), rgba(255, 255, 255, 0.85));
}

.mountain-brook-hero--concierge .mountain-brook-hero__media {
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.35);
  background: rgba(12, 11, 10, 0.4);
}

.mountain-brook-hero--concierge .mountain-brook-hero__media figcaption {
  background: rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.75);
}

.mountain-brook-overview {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.mountain-brook-overview__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: start;
}

.mountain-brook-overview__copy p {
  color: var(--muted-dark);
}

.mountain-brook-overview__panel {
  display: grid;
  gap: 1.5rem;
}

.mountain-brook-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(194, 153, 93, 0.32);
  border-radius: 22px;
  padding: clamp(1.75rem, 3vw, 2.35rem);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.12);
}

.mountain-brook-card h3 {
  margin-top: 0;
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
}

.mountain-brook-card p,
.mountain-brook-card li {
  color: var(--muted-dark);
}

.mountain-brook-card ul {
  list-style: none;
  padding: 0;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0;
  display: grid;
  gap: 0.7rem;
}

.mountain-brook-card ul li {
  position: relative;
  padding-left: 1.4rem;
}

.mountain-brook-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.9), rgba(158, 121, 67, 0.9));
  border-radius: 50%;
}

.mountain-brook-card--accent {
  background: linear-gradient(135deg, rgba(248, 245, 239, 0.96), rgba(239, 232, 222, 0.94));
}

.mountain-brook-highlights {
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 100%);
  padding-top: clamp(3.2rem, 6vw, 5.2rem);
  padding-bottom: clamp(3.2rem, 6vw, 5.2rem);
}

.mountain-brook-highlights__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.mountain-brook-highlight {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: clamp(1.6rem, 3vw, 2rem);
  border: 1px solid rgba(194, 153, 93, 0.26);
  box-shadow: 0 18px 32px rgba(28, 27, 26, 0.1);
}

.mountain-brook-highlight h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.mountain-brook-highlight p {
  color: var(--muted-dark);
}

.mountain-brook-locations__inner {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  padding: clamp(2.5rem, 4.5vw, 3.5rem);
  border: 1px solid rgba(194, 153, 93, 0.28);
  box-shadow: 0 20px 36px rgba(28, 27, 26, 0.12);
}

.mountain-brook-locations__list {
  list-style: none;
  padding: 0;
  margin: clamp(1.25rem, 3vw, 1.85rem) 0 0;
  display: grid;
  gap: 1.1rem;
  color: var(--muted-dark);
}

.mountain-brook-visual {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.mountain-brook-visual__grid {
  display: grid;
  gap: clamp(1.8rem, 4vw, 2.75rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
}

.mountain-brook-visual__media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 26px 44px rgba(28, 27, 26, 0.16);
  background: rgba(255, 255, 255, 0.85);
}

.mountain-brook-visual__media img {
  width: 100%;
  height: auto;
  display: block;
}

.mountain-brook-visual__copy p {
  color: var(--muted-dark);
}

.mountain-brook-quote {
  padding-top: clamp(2.8rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.8rem, 6vw, 4.5rem);
  background: linear-gradient(135deg, #f4efe6 0%, #ffffff 100%);
}

.mountain-brook-quote blockquote {
  margin: 0;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  padding: clamp(2.25rem, 5vw, 3rem);
  border: 1px solid rgba(194, 153, 93, 0.28);
  box-shadow: 0 22px 40px rgba(28, 27, 26, 0.12);
  text-align: center;
}

.mountain-brook-quote blockquote p {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: var(--dark);
  font-family: 'Playfair Display', serif;
}

.mountain-brook-quote blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-style: normal;
  color: var(--muted-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mountain-brook-neighborhoods {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.mountain-brook-neighborhoods__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mountain-brook-neighborhoods__grid .mountain-brook-card ul {
  gap: 0.6rem;
}

.mountain-brook-cta {
  padding-top: clamp(3rem, 6vw, 4.75rem);
  padding-bottom: clamp(3rem, 6vw, 4.75rem);
  background: linear-gradient(135deg, #f3ede3 0%, #ffffff 60%, #f6f1e8 100%);
}

.mountain-brook-cta__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  padding: clamp(2.25rem, 5vw, 3.25rem);
  border: 1px solid rgba(194, 153, 93, 0.26);
  box-shadow: 0 24px 44px rgba(28, 27, 26, 0.14);
}

.mountain-brook-cta__inner p {
  color: var(--muted-dark);
}

.mountain-brook-process {
  text-align: center;
  padding-top: clamp(2.8rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.8rem, 6vw, 4.5rem);
}

.mountain-brook-process p {
  color: var(--muted-dark);
}

@media (max-width: 1023px) {
  .mountain-brook-overview__grid,
  .mountain-brook-visual__grid {
    grid-template-columns: 1fr;
  }

  .mountain-brook-neighborhoods__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .about-intro-grid,
  .about-value-grid,
  .about-promise-grid {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    position: static;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 3.75rem 0 2.75rem;
  }

  .about-hero-inner {
    text-align: left;
  }

  .about-hero h1 {
    font-size: clamp(1.7rem, 7.5vw, 2.25rem);
  }

  .about-value-card,
  .about-promise-list li {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 768px) {
  .mountain-brook-hero__inner {
    gap: 2rem;
  }

  .mountain-brook-hero__media,
  .mountain-brook-visual__media {
    border-radius: 22px;
  }
}

@media (max-width: 599px) {
  .mountain-brook-hero {
    padding-top: 3.25rem;
    padding-bottom: 3rem;
  }

  .mountain-brook-hero__content {
    max-width: none;
  }

  .mountain-brook-card,
  .mountain-brook-cta__inner {
  padding: clamp(1.6rem, 6vw, 2rem);
  }
}

/* --------------------------------------------- */
/* Custom 404 page                               */
/* --------------------------------------------- */

.error-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  --error-hero-padding-block: clamp(2.75rem, 6vh, 4.25rem);
  --error-hero-padding-inline: clamp(1.4rem, 5vw, 2.8rem);
  --error-hero-frame-inset: clamp(1.2rem, 3.6vw, 2.6rem);
  --error-hero-frame-radius: clamp(1.4rem, 3.8vw, 2.6rem);
  --error-hero-frame-top: max(var(--error-hero-frame-inset), clamp(6.2rem, 18vh, 7.6rem));
  --error-hero-frame-offset: max(0px, calc(var(--error-hero-frame-top) - var(--error-hero-padding-block)));
  padding: var(--error-hero-padding-block) var(--error-hero-padding-inline);
  color: var(--light);
  background: radial-gradient(circle at 18% 14%, rgba(194, 153, 93, 0.26) 0, rgba(194, 153, 93, 0) 45%),
    radial-gradient(circle at 82% 12%, rgba(209, 199, 189, 0.18) 0, rgba(209, 199, 189, 0) 42%),
    linear-gradient(145deg, rgba(28, 27, 26, 0.92) 0%, rgba(54, 69, 57, 0.9) 55%, rgba(79, 98, 82, 0.88) 100%);
  overflow: hidden;
}

@supports (height: 100dvh) {
  .error-hero {
    min-height: 100dvh;
  }
}

@supports (height: 100svh) {
  .error-hero {
    min-height: 100svh;
  }
}

.error-hero__background {
  position: absolute;
  inset: 0;
}

.error-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(0.55);
  mix-blend-mode: luminosity;
}

.error-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(28, 27, 26, 0.88) 12%, rgba(28, 27, 26, 0.75) 46%, rgba(54, 69, 57, 0.65) 100%);
}

.error-hero::after {
  content: '';
  position: absolute;
  inset: var(--error-hero-frame-inset);
  inset-block-start: var(--error-hero-frame-top);
  border: 1px solid rgba(194, 153, 93, 0.4);
  border-radius: var(--error-hero-frame-radius);
  opacity: 0.75;
  pointer-events: none;
}

  .error-hero__layout {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-block-start: var(--error-hero-frame-offset);
  }

  .error-hero__content {
    max-width: min(52rem, 100%);
    display: grid;
    gap: clamp(0.9rem, 3.8vh, 1.6rem);
    justify-items: center;
    text-align: center;
  }

.error-hero__monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.4rem, 8vw, 4.2rem);
  height: clamp(3.4rem, 8vw, 4.2rem);
  border-radius: 50%;
  border: 1px solid rgba(226, 206, 180, 0.5);
  background: rgba(255, 255, 255, 0.06);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 3.6vw, 1.75rem);
  letter-spacing: 0.18em;
  margin-top: clamp(0.45rem, 2vh, 1.15rem);
}

.error-hero__status {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: rgba(226, 206, 180, 0.78);
}

.error-hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  line-height: 1.75;
  max-width: 38rem;
}

.error-hero__code {
  font-size: clamp(6rem, 20vw, 12rem);
  font-weight: 600;
  letter-spacing: 0.24em;
  color: rgba(226, 206, 180, 0.9);
  text-shadow: 0 36px 64px rgba(12, 12, 11, 0.42);
  margin: clamp(0.25rem, 1.6vh, 0.5rem) 0;
  line-height: 0.82;
}

.error-hero__subtitle {
  font-size: clamp(1.02rem, 2.1vw, 1.22rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 206, 180, 0.76);
  max-width: 32rem;
  margin: 0;
}

.error-hero h1 {
  font-size: clamp(2.6rem, 5.8vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 38rem;
}

.error-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  line-height: 1.75;
}

  .error-hero__actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(0.6rem, 2vw, 0.9rem);
    margin-top: clamp(0.6rem, 2vh, 1rem);
    margin-bottom: clamp(0.45rem, 2vh, 1.2rem);
    width: 100%;
  }

.error-hero .btn-primary {
  background: linear-gradient(135deg, rgba(194, 153, 93, 0.96) 0%, rgba(226, 206, 180, 0.96) 100%);
  color: rgba(28, 27, 26, 0.9);
  border: none;
  box-shadow: 0 24px 38px rgba(12, 12, 11, 0.32);
}

.error-hero .btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(194, 153, 93, 1) 0%, rgba(226, 206, 180, 1) 100%);
}

.error-hero .btn-outline {
  border-color: rgba(226, 206, 180, 0.72);
  color: var(--light);
  background: rgba(255, 255, 255, 0.08);
}

.error-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(226, 206, 180, 0.92);
  color: var(--light);
}

.error-hero .btn-ghost {
  color: rgba(226, 206, 180, 0.86);
  background: rgba(226, 206, 180, 0.1);
  border: 1px solid rgba(226, 206, 180, 0.18);
}

.error-hero .btn-ghost:hover,
.error-hero .btn-ghost:focus-visible {
  color: var(--light);
  background: rgba(226, 206, 180, 0.2);
  border-color: rgba(226, 206, 180, 0.35);
}

.error-help {
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(4.5rem, 9vw, 7rem);
  background: radial-gradient(circle at 12% 8%, rgba(194, 153, 93, 0.14) 0, rgba(194, 153, 93, 0) 45%),
    linear-gradient(180deg, #f5f3ef 0%, #f1ede6 100%);
}

.error-help__intro {
  max-width: 36rem;
  margin: 0 auto clamp(2.4rem, 6vw, 3rem);
  text-align: center;
  display: grid;
  gap: 0.8rem;
}

.error-help__intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.6vw, 2.6rem);
  margin: 0;
  color: var(--dark);
}

.error-help__intro p {
  margin: 0;
  color: var(--muted-dark);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
}

.error-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 4vw, 2.4rem);
}

.error-help__card {
  position: relative;
  display: flex;
  gap: 1.1rem;
  padding: clamp(1.8rem, 4vw, 2.4rem);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 241, 236, 0.96) 100%);
  border: 1px solid rgba(209, 199, 189, 0.8);
  box-shadow: 0 26px 42px rgba(28, 27, 26, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.error-help__card-crest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(194, 153, 93, 0.12);
  color: var(--accent);
  font-size: 1.2rem;
  letter-spacing: 0.14em;
}

.error-help__card-content {
  display: grid;
  gap: 0.55rem;
}

.error-help__card-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  color: var(--muted);
}

.error-help__card-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  color: var(--dark);
}

.error-help__card p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.65;
}

.error-help__card-cta {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--accent-dark);
}

.error-help__card:hover,
.error-help__card:focus-visible {
  transform: translateY(-10px);
  box-shadow: 0 32px 52px rgba(28, 27, 26, 0.16);
  border-color: rgba(194, 153, 93, 0.6);
}

.error-help__card:focus-visible {
  outline: 3px solid rgba(194, 153, 93, 0.45);
  outline-offset: 8px;
}

  @media (max-width: 1024px) {
    .error-hero__content {
      gap: clamp(0.8rem, 4vw, 1.4rem);
    }
  }

@media (max-width: 768px) {
  .error-help__grid {
    grid-template-columns: 1fr;
  }

  .error-hero {
    --error-hero-padding-block: clamp(2.4rem, 8vh, 3.4rem);
    --error-hero-padding-inline: clamp(1.1rem, 7vw, 2.1rem);
  }

  .error-hero__content {
    gap: clamp(0.75rem, 5vw, 1.4rem);
  }

  .error-help__card {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .error-hero__code {
    letter-spacing: 0.22em;
    font-size: clamp(5.2rem, 32vw, 7rem);
  }

  .error-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 520px) {
  .error-hero {
    --error-hero-padding-block: clamp(2rem, 9vh, 3rem);
    --error-hero-padding-inline: clamp(1rem, 6vw, 1.8rem);
  }

  .error-hero__content {
    gap: clamp(0.6rem, 4vh, 1rem);
  }

  .error-hero h1 {
    font-size: clamp(2.2rem, 9vw, 2.6rem);
  }

  .error-hero__lead {
    font-size: clamp(0.95rem, 4.8vw, 1.05rem);
    line-height: 1.6;
  }

  .error-hero__code {
    font-size: clamp(4.6rem, 30vw, 5.8rem);
    margin: clamp(0.15rem, 1vh, 0.35rem) 0;
  }

  .error-hero__actions {
    gap: clamp(0.45rem, 3vw, 0.75rem);
    margin-top: clamp(0.4rem, 2vh, 0.8rem);
    margin-bottom: clamp(0.3rem, 2vh, 0.7rem);
  }

  .error-hero .btn {
    padding: 0.6rem 1.25rem;
    font-size: 0.78rem;
  }
}

@media (max-height: 760px) {
  .error-hero {
    --error-hero-padding-block: clamp(1.6rem, 6vh, 2.6rem);
    --error-hero-padding-inline: clamp(1rem, 6vw, 1.8rem);
    --error-hero-frame-top: max(var(--error-hero-frame-inset), clamp(5.6rem, 22vh, 6.6rem));
  }

  .error-hero__content {
    gap: clamp(0.45rem, 3vh, 0.9rem);
  }

  .error-hero__monogram {
    margin-top: clamp(0.2rem, 1vh, 0.6rem);
  }

  .error-hero h1 {
    font-size: clamp(2rem, 6vw, 2.35rem);
  }

  .error-hero__lead {
    font-size: clamp(0.92rem, 3.6vw, 1.04rem);
    line-height: 1.55;
  }

  .error-hero__code {
    font-size: clamp(4rem, 26vw, 5.4rem);
    margin: clamp(0.1rem, 1vh, 0.3rem) 0;
  }

  .error-hero__subtitle {
    font-size: clamp(0.92rem, 3vw, 1.05rem);
    letter-spacing: 0.06em;
  }

  .error-hero__actions {
    gap: clamp(0.35rem, 2.5vh, 0.6rem);
    margin-top: clamp(0.25rem, 1.5vh, 0.55rem);
    margin-bottom: clamp(0.2rem, 1.5vh, 0.45rem);
  }

  .error-hero .btn {
    padding: 0.55rem 1.1rem;
    font-size: 0.75rem;
  }
}

@media (max-height: 640px) {
  .error-hero {
    --error-hero-padding-block: clamp(1.35rem, 6.8vh, 2.2rem);
    --error-hero-padding-inline: clamp(0.9rem, 5.2vw, 1.6rem);
  }

  .error-hero {
    --error-hero-frame-inset: clamp(0.7rem, 3.2vw, 1.6rem);
    --error-hero-frame-radius: clamp(1.1rem, 3.4vw, 2.2rem);
    --error-hero-frame-top: max(var(--error-hero-frame-inset), clamp(5rem, 24vh, 6rem));
  }

  .error-hero__content {
    gap: clamp(0.35rem, 2.6vh, 0.7rem);
  }

  .error-hero__monogram {
    width: clamp(2.9rem, 7vw, 3.6rem);
    height: clamp(2.9rem, 7vw, 3.6rem);
    font-size: clamp(1.15rem, 3vw, 1.55rem);
  }

  .error-hero__status {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
  }

  .error-hero h1 {
    font-size: clamp(1.82rem, 5.6vw, 2.1rem);
    line-height: 1.2;
  }

  .error-hero__lead {
    font-size: clamp(0.88rem, 3.2vw, 0.98rem);
    line-height: 1.48;
  }

  .error-hero__code {
    font-size: clamp(3.4rem, 24vw, 4.6rem);
    letter-spacing: 0.18em;
  }

  .error-hero__subtitle {
    font-size: clamp(0.85rem, 2.8vw, 0.98rem);
    letter-spacing: 0.05em;
  }

  .error-hero__actions {
    gap: clamp(0.28rem, 2vh, 0.5rem);
    margin-top: clamp(0.2rem, 1.2vh, 0.4rem);
    margin-bottom: clamp(0.18rem, 1.2vh, 0.35rem);
  }

  .error-hero .btn {
    padding: 0.5rem 1rem;
    font-size: 0.72rem;
  }
}

@media (max-height: 540px) {
  .error-hero {
    --error-hero-padding-block: clamp(1.05rem, 6vh, 1.8rem);
    --error-hero-padding-inline: clamp(0.8rem, 4.8vw, 1.4rem);
  }

  .error-hero {
    --error-hero-frame-inset: clamp(0.5rem, 2.6vw, 1.2rem);
    --error-hero-frame-radius: clamp(0.9rem, 3vw, 1.8rem);
    --error-hero-frame-top: max(var(--error-hero-frame-inset), clamp(4.4rem, 26vh, 5.2rem));
  }

  .error-hero__monogram {
    margin-top: clamp(0.1rem, 0.8vh, 0.35rem);
  }

  .error-hero h1 {
    font-size: clamp(1.65rem, 5vw, 1.9rem);
  }

  .error-hero__code {
    font-size: clamp(3rem, 22vw, 4.1rem);
    margin: clamp(0.08rem, 0.8vh, 0.2rem) 0;
  }

  .error-hero__subtitle {
    font-size: clamp(0.8rem, 2.4vw, 0.92rem);
  }

  .error-hero .btn {
    padding: 0.48rem 0.95rem;
  }
}

/* --------------------------------------------- */
/* Land build landing page                       */
/* --------------------------------------------- */

.land-build-page {
  background: var(--bg);
}

.land-build-page .home-header {
  background: rgba(28, 27, 26, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: auto;
}

.land-build-page .home-logo {
  color: var(--light);
}

.land-build-page .home-menu-toggle span {
  background: var(--light);
}

.land-build-page .home-menu-toggle {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(12, 12, 11, 0.4);
  pointer-events: auto;
}

.land-build-page main {
  padding-top: clamp(5.5rem, 8vw, 7rem);
}

/* Land build hero */

.land-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: clamp(32rem, 58vw, 40rem);
  color: var(--light);
}

.land-hero picture,
.land-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.land-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.land-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(28, 27, 26, 0.82) 12%, rgba(63, 78, 63, 0.76) 65%, rgba(194, 153, 93, 0.45));
}

.land-hero__content {
  position: relative;
  z-index: 3;
  width: min(92%, var(--max-width));
  margin: auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
  display: grid;
  gap: 1.5rem;
  align-content: center;
}

.land-hero .lead {
  max-width: 48rem;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
}

.land-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Land build experience section */

.land-experience {
  position: relative;
  padding: clamp(3.5rem, 9vw, 6rem) 0;
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.95) 12%, rgba(54, 69, 57, 0.9) 55%, rgba(194, 153, 93, 0.38));
  color: var(--light);
  overflow: hidden;
}

.land-experience::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 4vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  pointer-events: none;
}

.land-experience__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 6vw, 3.75rem);
  align-items: start;
}

.land-experience__content {
  display: grid;
  gap: clamp(1.25rem, 4vw, 1.75rem);
  max-width: 40rem;
}

.land-experience__lede {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  color: rgba(247, 244, 239, 0.9);
}

.land-experience__pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.land-experience__pillars li {
  background: rgba(18, 20, 18, 0.45);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(12, 15, 12, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.land-experience__pillars h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  color: var(--accent);
  letter-spacing: 0.01em;
}

.land-experience__pillars p {
  margin: 0;
  color: rgba(247, 244, 239, 0.82);
}

.land-experience__cta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 2.6vw, 1.2rem);
}

.land-experience__guarantee {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1.15rem, 2.6vw, 1.5rem);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(247, 244, 239, 0.9);
  max-width: 28rem;
}

.land-experience__guarantee-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.land-experience__media {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.25rem);
  justify-items: start;
}

.land-experience__media-inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(12, 15, 12, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.land-experience__media-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.land-experience__caption {
  position: absolute;
  inset-inline: clamp(1rem, 3vw, 1.5rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  padding: clamp(0.85rem, 2.4vw, 1.1rem);
  border-radius: 16px;
  background: rgba(18, 20, 18, 0.78);
  color: var(--light);
  display: grid;
  gap: 0.35rem;
  box-shadow: 0 18px 36px rgba(12, 15, 12, 0.45);
}

.land-experience__caption strong {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
}

.land-experience__caption span {
  font-size: 0.92rem;
  color: rgba(244, 241, 236, 0.85);
}

.land-experience__steps {
  list-style: none;
  margin: 0;
  padding: clamp(1.2rem, 3vw, 1.75rem);
  background: rgba(18, 20, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(12, 15, 12, 0.4);
  display: grid;
  gap: clamp(1rem, 2.6vw, 1.35rem);
}

.land-experience__steps li {
  display: grid;
  gap: 0.35rem;
}

.land-experience__steps h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  color: var(--light);
}

.land-experience__steps p {
  margin: 0;
  color: rgba(244, 241, 236, 0.78);
}

/* Land build how-it-works */

.land-how {
  background: var(--canvas);
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.land-how .section-heading {
  max-width: 48rem;
  margin: 0 auto clamp(2.5rem, 6vw, 3.5rem);
  text-align: center;
}

.land-how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.75rem, 5vw, 2.5rem);
}

.land-step {
  display: grid;
  grid-template-columns: minmax(3.5rem, 5rem) 1fr;
  gap: 1.5rem;
  background: var(--light);
  padding: clamp(1.5rem, 4vw, 2rem);
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.08);
}

.land-step__number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 600;
  color: var(--accent);
  align-self: center;
}

.land-step__content h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: var(--dark);
}

.land-step__content p {
  margin: 0;
}

.land-benefits {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.land-benefits__grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: start;
}

.land-benefits .section-heading {
  max-width: 32rem;
}

.land-benefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.75rem, 5vw, 2.25rem);
}

.land-benefits__list li {
  background: var(--light);
  border-radius: 18px;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.08);
}

.land-benefits__list h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  color: var(--forest);
}

.land-service {
  background: var(--forest);
  color: var(--light);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.land-service__card {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 2.75rem);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(63, 78, 63, 0.92), rgba(36, 45, 36, 0.92));
}

.land-service__card p {
  color: rgba(244, 241, 236, 0.92);
}

.land-service__actions {
  display: flex;
  align-items: center;
}

.land-service .btn.btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--light);
}

.land-service .btn.btn-outline:hover,
.land-service .btn.btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.land-faq {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: var(--canvas);
}

.land-faq__grid {
  display: grid;
  gap: clamp(1.75rem, 5vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.land-faq__item {
  background: var(--light);
  padding: clamp(1.5rem, 4vw, 2rem);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.08);
}

.land-faq__item h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  color: var(--dark);
}

.land-cta {
  background: transparent;
  padding-bottom: clamp(4rem, 10vw, 6.5rem);
}

/* Lakefront portfolio page keeps shared header styling */
.lakefront-page main {
  padding-top: 0;
}

.portfolio-hero {
  position: relative;
  min-height: clamp(32rem, 90vh, 44rem);
  display: flex;
  align-items: flex-end;
  color: var(--light);
  overflow: hidden;
}

.portfolio-hero__media,
.portfolio-hero__overlay {
  position: absolute;
  inset: 0;
}

.portfolio-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.portfolio-hero__overlay {
  background: linear-gradient(120deg, rgba(12, 12, 11, 0.82) 8%, rgba(63, 78, 63, 0.76) 55%, rgba(194, 153, 93, 0.45));
  mix-blend-mode: multiply;
}

.portfolio-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 8vw, 5.5rem) 0 clamp(3rem, 6vw, 4rem);
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 720px;
}

.portfolio-hero__content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  margin: 0;
  line-height: 1.1;
}

.portfolio-hero__lede {
  margin: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  color: rgba(244, 241, 236, 0.9);
}

.portfolio-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.stat-card {
  background: rgba(244, 241, 236, 0.12);
  border: 1px solid rgba(244, 241, 236, 0.25);
  border-radius: 18px;
  padding: 1.1rem 1.25rem;
  backdrop-filter: blur(6px);
}

.stat-card__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(244, 241, 236, 0.65);
  margin-bottom: 0.45rem;
}

.stat-card__value {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--light);
}

.portfolio-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.portfolio-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(244, 241, 236, 0.16);
  border: 1px solid rgba(244, 241, 236, 0.22);
  color: var(--light);
}

.portfolio-hero__tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.project-intro {
  background: var(--canvas);
}

.project-intro__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: start;
}

.project-seo-intro {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(228, 217, 198, 0.55));
}

.project-seo-intro .container {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: start;
}

.project-seo-intro__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.45rem);
  margin: 0 0 1rem;
  color: var(--forest);
}

.project-seo-intro__content p {
  margin: 0;
  color: var(--muted-dark);
}

.project-seo-intro__content p + p {
  margin-top: 1rem;
}

.project-seo-intro__sidebar {
  background: var(--light);
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2rem);
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 20px 40px rgba(28, 27, 26, 0.08);
}

.project-seo-intro__sidebar h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 1.1rem;
  color: var(--forest);
}

.project-seo-intro__sidebar .project-detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted-dark);
}

.project-seo-benefits {
  background: var(--canvas);
}

.project-seo-benefits__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
}

.project-seo-benefits__grid h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.6vw, 2.2rem);
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--dark);
}

.project-seo-benefits__grid p {
  margin-top: 0;
  margin-bottom: 1.1rem;
  color: var(--muted-dark);
}

.project-seo-benefits__grid .project-detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted-dark);
}

.faq-section {
  background: var(--light);
}

.faq-section__intro {
  max-width: 48rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.faq-section__intro h2 {
  margin-bottom: 0.75rem;
}

.faq-section__intro p {
  margin: 0;
  color: var(--muted);
}

.faq-section__items {
  display: grid;
  gap: clamp(1.25rem, 4vw, 1.75rem);
}

.faq-item {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.faq-item h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  color: var(--forest);
}

.faq-item p {
  margin: 0;
  color: var(--muted-dark);
}

@media (min-width: 768px) {
  .project-seo-intro .container {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }

  .project-seo-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .faq-section__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.project-intro__copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  color: var(--dark);
}

.project-intro__copy p {
  margin: 0;
  color: var(--muted-dark);
}

.project-intro__notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.project-insights {
  background: var(--light);
  color: var(--muted-dark);
}

.project-insights .eyebrow {
  color: var(--forest);
}

.project-insights h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
  color: var(--dark);
}

.project-insights__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.25rem);
  margin: clamp(1.75rem, 4vw, 2.5rem) 0;
}

.project-insight {
  background: rgba(244, 241, 236, 0.8);
  border: 1px solid rgba(194, 153, 93, 0.28);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 1.9rem);
  box-shadow: 0 22px 45px rgba(28, 27, 26, 0.06);
}

.project-insight h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  color: var(--forest);
}

.project-insight p {
  margin: 0;
}

@media (min-width: 768px) {
  .project-insights__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .project-insights__grid {
    grid-template-columns: 1fr;
  }
}

.intro-note {
  background: var(--light);
  border-radius: 18px;
  padding: 1.75rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 18px 40px rgba(28, 27, 26, 0.08);
}

.intro-note h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  color: var(--forest);
}

.intro-note p {
  margin: 0;
  color: var(--muted-dark);
}

.project-overview__callouts {
  margin-top: clamp(2rem, 5vw, 2.8rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.callout-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(228, 217, 198, 0.6));
  padding: 1.8rem;
  border-radius: 20px;
  border: 1px solid rgba(194, 153, 93, 0.28);
  box-shadow: 0 22px 45px rgba(28, 27, 26, 0.1);
}

.callout-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: var(--forest);
}

.callout-card p {
  margin: 0;
}

.project-experience {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.85), rgba(228, 217, 198, 0.6));
}

.project-experience__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

.project-experience__media img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(28, 27, 26, 0.12);
}

.project-experience__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.8vw, 2.6rem);
  margin: 0 0 1.5rem;
  color: var(--dark);
}

.experience-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.experience-steps li {
  background: var(--light);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(28, 27, 26, 0.08);
  box-shadow: 0 18px 36px rgba(28, 27, 26, 0.08);
}

.experience-steps h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--forest);
}

.experience-steps p {
  margin: 0;
  color: var(--muted-dark);
}

.material-showcase {
  background: var(--light);
}

.material-showcase__header {
  max-width: 44rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.material-showcase__header h2 {
  margin-bottom: 0.75rem;
}

.material-showcase__header p {
  margin: 0;
  color: var(--muted);
}

.material-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
}

.project-faq {
  background: var(--canvas);
}

.project-faq h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.4rem);
  color: var(--dark);
  margin-bottom: clamp(1rem, 3vw, 1.6rem);
}

.project-faq__items {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.project-faq__items .faq-item {
  background: none;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.project-faq__items h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--forest);
}

.project-faq__items p {
  margin: 0;
  color: var(--muted-dark);
}

@media (min-width: 768px) {
  .project-faq__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.material-card {
  background: linear-gradient(160deg, rgba(244, 241, 236, 0.95), rgba(223, 214, 202, 0.7));
  border-radius: 20px;
  padding: 1.85rem;
  border: 1px solid rgba(194, 153, 93, 0.24);
  box-shadow: 0 22px 45px rgba(28, 27, 26, 0.1);
}

.material-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: var(--forest);
}

.material-card p {
  margin: 0;
  color: var(--muted-dark);
}

.project-quote {
  background: var(--canvas);
}

.project-quote__card {
  margin: 0;
  background: linear-gradient(135deg, rgba(28, 27, 26, 0.92), rgba(63, 78, 63, 0.92));
  color: var(--light);
  padding: clamp(2.5rem, 6vw, 3.25rem);
  border-radius: 28px;
  box-shadow: 0 28px 56px rgba(28, 27, 26, 0.2);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 3vw, 1.6rem);
  line-height: 1.4;
}

.project-quote__card cite {
  display: block;
  margin-top: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 241, 236, 0.75);
}

@media (min-width: 960px) {
  .project-intro__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .project-experience__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 720px) {
  .lakefront-page main {
    padding-top: 0;
  }

  .portfolio-hero {
    min-height: auto;
  }

  .portfolio-hero__content {
    padding-bottom: clamp(2rem, 8vw, 3rem);
  }
}

@media (max-width: 600px) {
  .portfolio-hero {
    min-height: 100vh;
    align-items: flex-start;
  }

  .portfolio-hero__content {
    padding: clamp(4.5rem, 16vw, 5.25rem) 0 clamp(2.1rem, 10vw, 2.75rem);
    gap: clamp(1rem, 4.5vw, 1.5rem);
  }

  .portfolio-hero__content h1 {
    font-size: clamp(2.1rem, 8vw, 2.6rem);
  }

  .portfolio-hero__lede {
    font-size: clamp(0.95rem, 4.6vw, 1.1rem);
  }

  .portfolio-hero__stats {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0 0.35rem 0.4rem;
    margin: 0 -0.35rem;
    scroll-snap-type: x proximity;
  }

  .portfolio-hero__stats::-webkit-scrollbar {
    height: 0;
  }

  .stat-card {
    min-width: min(240px, 78vw);
    flex: 0 0 auto;
    padding: 0.9rem 1rem;
    scroll-snap-align: start;
  }

  .stat-card__value {
    font-size: 1.05rem;
  }

  .portfolio-hero__tags {
    gap: 0.45rem;
  }

  .portfolio-hero__tag {
    font-size: 0.72rem;
    padding: 0.3rem 0.75rem;
  }
}

@media (min-width: 768px) {
  .land-experience__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .land-how__steps {
    gap: clamp(2rem, 4vw, 2.75rem);
  }

  .land-benefits__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 720px) {
  .land-experience::before {
    inset: clamp(0.65rem, 5vw, 1.1rem);
    border-radius: 22px;
  }

  .land-experience__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .land-step {
    grid-template-columns: 1fr;
  }

  .land-step__number {
    justify-self: flex-start;
  }
}

@media (max-width: 600px) {
  .land-hero__content {
    text-align: left;
  }

  .land-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .land-experience__grid {
    gap: clamp(2rem, 6vw, 2.6rem);
  }

  .land-experience__pillars li,
  .land-experience__steps {
    padding: clamp(1rem, 6vw, 1.35rem);
  }
}
