:root {
  --paper: #fbfaf7;
  --linen: #f1eee8;
  --ink: #181511;
  --muted: #514b43;
  --oak: #6f431c;
  --brass: #b88943;
  --gold: #d4af6a;
  --green: #17483f;
  --green-dark: #0b241f;
  --lacquer: #17110c;
  --line: #ded6ca;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.92);
  --shadow: 0 12px 32px rgba(18, 15, 10, 0.10);
  --soft-shadow: 0 6px 18px rgba(18, 15, 10, 0.06); 
  --hairline: rgba(184, 137, 67, 0.24);
  --user-font-scale: 1;
  --nav-text-size: 0.9rem;
  --mobile-nav-text-size: 1.05rem;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  text-size-adjust: 100%;
  font-size: calc(100% * var(--user-font-scale));
}

#main,
section[id] {
  scroll-margin-top: 110px;
}

body {
  min-width: 320px;
  margin: 0;
  background: #fbfaf7;                                                                
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}

::selection {
  background: #fff0bd;
  color: var(--ink);
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 4px solid #ffd166;
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 0.8rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  min-height: 78px;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(18,15,10,0.95), rgba(18,15,10,0.95));     
  border-bottom: 1px solid rgba(212, 175, 106, 0.28);
  box-shadow: 0 8px 22px rgba(18, 15, 10, 0.14); 
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 238px;
  text-decoration: none;
  color: var(--white);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 175, 106, 0.7);
  border-radius: 8px; 
  color: var(--gold);
  background: linear-gradient(145deg, rgba(212, 175, 106, 0.16), rgba(255, 255, 255, 0.04));
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.brand strong {
  font-size: 1.03rem;
  line-height: 1.15;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  line-height: 1.25;
}

.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.2rem, 0.7vw, 0.55rem);
}

.menu-toggle {
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(212, 175, 106, 0.44);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.menu-toggle.is-open .menu-icon {
  background: transparent;
}

.menu-toggle.is-open .menu-icon::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open .menu-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav a,
.header-call {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.62rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.nav a {
  font-size: var(--nav-text-size);
  line-height: 1.15;
}

.nav a svg {
  display: none;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav a:hover {
  background: rgba(212, 175, 106, 0.14);
  color: var(--white);
}

.header-call {
  background: linear-gradient(135deg, #e2c37d, #a87231);
  color: #1a1209;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 36px rgba(212, 175, 106, 0.24);
  white-space: nowrap;
}

.access-widget {
  position: fixed;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 1000;
  display: grid;
  justify-items: end;
  gap: 0.5rem;
}

.access-toggle,
.access-panel button {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px; 
  background: #120f0a;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.access-toggle {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid #fff0bd;
  border-radius: 50%;
  background: #0b241f;
  box-shadow: var(--shadow);
}

.access-toggle svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff0bd;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.access-toggle:hover,
.access-toggle[aria-expanded="true"] {
  background: #fff0bd;
  color: #0b241f;
}

.access-toggle:hover svg,
.access-toggle[aria-expanded="true"] svg {
  stroke: #0b241f;
}

.access-panel {
  order: -1;
  display: grid;
  gap: 0.55rem;
  width: min(340px, calc(100vw - 1.5rem));
  max-height: min(74vh, 560px);
  overflow-y: auto;
  padding: 0.9rem;
  background: rgba(18, 15, 10, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px; 
  color: var(--white);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.access-title {
  margin: 0;
  color: #fff0bd;
  font-weight: 900;
  font-size: 1.05rem;
}

.access-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.access-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.14);
  text-align: left;
}

.access-panel button[aria-pressed="true"] {
  background: #fff0bd;
  color: #120f0a;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.access-panel button[aria-pressed="true"]::after {
  content: "On";
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 900;
}

.access-panel button:hover,
.access-panel button:focus-visible {
  background: #fff0bd;
  color: #120f0a;
}

.access-panel svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: min(700px, calc(100svh - 78px));
  isolation: isolate;
  overflow: clip;
  display: flex;
  align-items: center;
  background: #f6f1e8;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 78% center;
  filter: saturate(0.92) contrast(1.03);
  opacity: 1;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.9) 42%, rgba(251, 250, 247, 0.54) 64%, rgba(251, 250, 247, 0.16) 100%),
    linear-gradient(0deg, rgba(18, 15, 10, 0.22), rgba(18, 15, 10, 0.02));
}

.hero-content {
  width: min(590px, calc(100% - 2rem));
  margin-left: clamp(1rem, 7vw, 6rem);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--oak);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(2.85rem, 5.4vw, 5.05rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.85rem, 3.1vw, 2.75rem);
  text-wrap: balance;
}

h3 {
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 540px;
  margin: 1rem 0 0;
  color: #342a22;
  font-size: clamp(1.12rem, 1.7vw, 1.3rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-text-link {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration-color: rgba(11, 36, 31, 0.35);
  text-underline-offset: 0.22em;
}

.hero .quick-trust {
  display: none;
}

.proof-strip,
.image-showcase,
.expertise,
.diagnostics,
.split,
.types {
  display: none;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: currentColor;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button-primary {
  background: #0a241f;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.button-primary:hover {
  background: #061b17;
  box-shadow: 0 18px 48px rgba(11, 36, 31, 0.26);
}

.button-secondary {
  background: #ffffff;
  border-color: #8c5f24;
  color: #120f0a;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(18, 15, 10, 0.08);
}

.button-secondary:hover {
  border-color: var(--brass);
  background: #ffffff;
}

.quick-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 0.65rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.quick-trust li {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px;
  color: #31271f;
  font-weight: 700;
}

.proof-strip {
  padding: 0;
  margin-top: -3.1rem;
  position: relative;
  z-index: 2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.55rem;
  background: rgba(18, 15, 10, 0.92);
  border: 1px solid rgba(212, 175, 106, 0.34);
  border-radius: 8px; 
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.proof-grid div {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(212, 175, 106, 0.05));
  border: 1px solid rgba(212, 175, 106, 0.18);
  border-radius: 8px;
}

.proof-grid .proof-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 0.55rem;
  border: 1px solid rgba(212, 175, 106, 0.46);
  border-radius: 8px;
  background: rgba(212, 175, 106, 0.1);
  color: #fff0bd;
}

.proof-grid .proof-icon svg,
.icon-badge svg,
.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-grid strong {
  color: var(--gold);
  font-size: 1.15rem;
  line-height: 1.2;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.35;
}

.section-inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.band {
  background: var(--linen);
}

.intro {
  padding: clamp(2.4rem, 6vw, 4.5rem) 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid rgba(184, 137, 67, 0.16);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.intro-grid p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.intro-grid h2::after,
.section-heading h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--brass), transparent);
}

.expertise,
.services,
.split,
.diagnostics,
.about-section,
.image-showcase,
.faq {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.section-heading {
  max-width: 680px;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.6rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: auto;
  padding: 1.35rem;
  background: #ffffff;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  transition: background-color 180ms ease;
}

.service-grid article:nth-child(n+5) {
  display: none;
}

.popular-searches {
  display: none;
}

.popular-searches .eyebrow {
  margin-bottom: 0.75rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  background: #f7f3ec;
  border: 1px solid rgba(184, 137, 67, 0.32);
  border-radius: 999px;
  color: var(--green-dark);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.tag-list a:hover {
  background: #fff6df;
  border-color: rgba(140, 95, 36, 0.55);
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(184, 137, 67, 0.32);
  border-radius: 8px;
  background: #f7f3ec;
  color: #6b3400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-grid article:hover,
.authority-grid article:hover,
.diagnostic-grid div:hover,
.type-grid > div:hover {
  transform: none;
  box-shadow: var(--soft-shadow);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: stretch;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px; 
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(248, 241, 226, 0.94)),
    #fffdf7;
  box-shadow: var(--shadow);
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-copy h2 {
  max-width: 720px;
}

.about-copy p {
  max-width: 760px;
  color: var(--muted);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.about-panel {
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(184, 137, 67, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.76);
}

.about-panel > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.25rem 0.85rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid rgba(184, 137, 67, 0.2);
  border-radius: 8px;
  background: #ffffff;
}

.about-panel .icon-badge {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  margin: 0;
}

.about-panel strong {
  align-self: end;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.about-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.service-grid p,
.split p,
.contact p,
.reviews p,
.expertise p,
.diagnostics p,
.faq p {
  color: var(--muted);
}

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

.media-gallery {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.video-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px; 
  background: var(--lacquer);
  color: var(--white);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 15, 10, 0.12), rgba(18, 15, 10, 0.86));
}

.play-button {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #fff0bd;
  border-radius: 50%;
  background: rgba(11, 36, 31, 0.9);
  color: #fff0bd;
}

.play-button svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  max-width: 640px;
  padding: 1.25rem;
}

.video-card-copy strong {
  color: #fff0bd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.video-card-copy span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.gallery-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--lacquer);
  color: var(--white);
}

.gallery-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}

.gallery-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 10, 0.9), rgba(18, 15, 10, 0.46), rgba(18, 15, 10, 0.12)),
    linear-gradient(0deg, rgba(18, 15, 10, 0.9), rgba(18, 15, 10, 0.1));
}

.gallery-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 760px);
  margin: 0 auto;
  padding: 6rem 0 5rem;
}

.gallery-hero-copy h1,
.gallery-hero-copy p {
  color: var(--white);
}

.gallery-page-section {
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

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

.gallery-video-card,
.photo-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 67, 0.26);
  border-radius: 8px; 
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.gallery-video-card {
  display: grid;
  gap: 0.85rem;
  padding: 0.75rem 0.75rem 1rem;
}

.gallery-video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px; 
  background: #000000;
}

.gallery-video-card h3,
.gallery-video-card p {
  margin: 0;
}

.gallery-video-card h3 {
  padding-inline: 0.2rem;
  color: var(--green-dark);
  font-size: 1.12rem;
}

.gallery-video-card p {
  padding-inline: 0.2rem;
  color: var(--muted);
}

.photo-gallery-grid figure {
  position: relative;
  min-height: 340px;
  background: var(--lacquer);
}

.photo-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.photo-gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  background: linear-gradient(180deg, transparent, rgba(18, 15, 10, 0.94) 24%);
  color: var(--white);
}

.photo-gallery-grid figcaption strong {
  color: #fff0bd;
}

.photo-gallery-grid figcaption span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.gallery-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px; 
  background: #ffffff;
  box-shadow: var(--shadow);
}

.gallery-callout h2,
.gallery-callout p {
  margin: 0;
}

.gallery-callout .button {
  flex: 0 0 auto;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 1rem;
  align-items: stretch;
}

.showcase-large {
  grid-column: span 2;
  grid-row: span 2;
}

.showcase-wide {
  grid-column: span 2;
}

@media (max-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 200px;
  }
  .showcase-large { grid-column: span 2; grid-row: span 2; }
  .showcase-wide { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 560px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .showcase-large,
  .showcase-wide { grid-column: span 1; grid-row: span 1; }
}

.showcase-card {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px;
  background: var(--lacquer);
  box-shadow: var(--shadow);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(18, 15, 10, 0.84));
  pointer-events: none;
}

.showcase-card figcaption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  color: var(--white);
}

.showcase-card figcaption strong {
  color: #fff0bd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.1;
}

.showcase-card figcaption span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.diagnostic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.authority-grid article,
.diagnostic-grid div {
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.22);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing,
.types,
.local-service,
.reviews {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

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

.price-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

.price-card strong {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  line-height: 1;
}

.price-card span,
.price-card li {
  color: var(--muted);
}

.price-label {
  margin: 0;
  color: var(--oak);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.price-card ul {
  display: grid;
  gap: 0.4rem;
  padding-left: 1.2rem;
  margin: 0.4rem 0 0;
}

.featured-price {
  background:
    var(--lacquer);
  color: var(--white);
  transform: translateY(-0.5rem);
}

.featured-price strong,
.featured-price .price-label {
  color: #fff0bd;
}

.featured-price span,
.featured-price li {
  color: rgba(255, 255, 255, 0.82);
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.type-grid > div,
.rating-panel,
.faq details {
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

.type-grid > div {
  padding: 1.35rem;
}

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

.local-grid article {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

.local-grid p {
  margin: 0;
  color: var(--muted);
}

.local-grid a,
.service-grid a,
.reviews a,
.faq a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration-color: rgba(184, 137, 67, 0.5);
  text-underline-offset: 0.2em;
}

.type-grid ul {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.25rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.process {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
}

.steps {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 4.4rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(145deg, var(--brass), #8a5625);
  border-radius: 50%;
  color: var(--white);
  font-weight: 800;
}

.steps strong {
  display: block;
  margin-bottom: 0.2rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 0.75rem;
}

.area-list span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0.7rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-left: 5px solid var(--brass);
  border-radius: 8px; 
  font-weight: 700;
}

.review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.rating-panel {
  display: grid;
  gap: 0.55rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  background:
    var(--lacquer);
  color: var(--white);
}

.stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #d4a83f;
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1;
}

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

blockquote {
  margin: 0;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

blockquote p {
  margin: 0.8rem 0 1rem;
  color: var(--ink);
  font-size: 1.05rem;
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.rating-panel strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
}

.rating-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.rating-panel .stars {
  color: #fff0bd;
  font-size: 1.45rem;
}

.rating-panel .button {
  width: 100%;
  margin-top: 0.5rem;
  background: #0a241f;
  border-color: #0a241f;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  box-shadow: none;
}

.rating-panel .button-secondary {
  background: #ffffff;
  border-color: #d4af6a;
  color: #120f0a;
  -webkit-text-fill-color: #120f0a;
}

.rating-panel .button:hover {
  background: #061b17;
  border-color: #061b17;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.rating-panel .button-secondary:hover {
  background: #fff6df;
  border-color: #d4af6a;
  color: #120f0a;
  -webkit-text-fill-color: #120f0a;
}

.yelp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.4);
  border-radius: 999px;
  color: #120f0a;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  width: max-content;
  box-shadow: 0 4px 14px rgba(20, 13, 5, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.yelp-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(20, 13, 5, 0.12);
}

.yelp-badge img {
  width: 20px;
  height: 20px;
}

.hero-yelp {
  margin-top: 0.75rem;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.review-cta .review-actions {
  justify-content: flex-end;
}

.rating-panel .review-actions {
  display: grid;
}

.review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px; 
  box-shadow: var(--soft-shadow);
}

.review-cta p {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
}

.review-cta .button {
  flex: 0 0 auto;
  background: #0a241f;
  border-color: #0a241f;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 14px 32px rgba(10, 36, 31, 0.18);
}

.review-cta .button:hover {
  background: #061b17;
  border-color: #061b17;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.review-cta .button-secondary {
  background: #ffffff;
  border-color: #8c5f24;
  color: #120f0a;
  -webkit-text-fill-color: #120f0a;
}

.review-cta .button-secondary:hover {
  background: #fff6df;
  border-color: #8c5f24;
  color: #120f0a;
  -webkit-text-fill-color: #120f0a;
}

.faq-category {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.faq-category + .faq-category {
  margin-top: 1rem;
}

.faq-label {
  margin: 0;
  color: var(--oak);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faq details {
  padding: 1.05rem 1.2rem;
}

.faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 800;
}

.faq summary::marker {
  color: var(--brass);
}

.faq details p {
  margin: 0.7rem 0 0;
}

.contact {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.direct-contact-panel {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 8px; 
  box-shadow: var(--shadow);
}

.direct-contact-panel h3 {
  margin: 0;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  line-height: 1.15;
}

.direct-contact-actions {
  display: grid;
  gap: 0.75rem;
}

.direct-contact-actions .button {
  width: 100%;
  justify-content: flex-start;
  min-height: 62px;
  border-radius: 8px; 
}

.direct-contact-actions svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.contact-note {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  background: #f7f3ec;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 8px; 
  color: var(--muted);
}

.contact-note strong {
  color: var(--ink);
}

.contact-cards {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0;
}

.contact-cards p {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  margin: 0;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-left: 5px solid var(--brass);
  border-radius: 8px; 
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px; 
  background: #0b241f;
  color: #fff0bd;
}

.contact-cards a {
  color: #0b241f;
  font-weight: 900;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  padding: 0.78rem;
  border: 2px solid #b9a47d;
  border-radius: 8px; 
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.high-contrast {
  --paper: #ffffff;
  --linen: #ffffff;
  --ink: #000000;
  --muted: #1a1a1a;
  --green: #003c34;
  --green-dark: #000000;
  --oak: #4a2300;
  --brass: #6b3400;
  --line: #000000;
  --white: #ffffff;
}

.high-contrast .button-primary,
.high-contrast .contact-icon,
.high-contrast .access-toggle {
  background: #000000;
  color: #ffffff;
}

.high-contrast .button-secondary,
.high-contrast .header-call {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}

.high-contrast .icon-badge,
.high-contrast .proof-icon {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}

.high-contrast .access-toggle svg {
  stroke: #ffffff;
}

.readable-font body {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.readable-font h1,
.readable-font h2,
.readable-font h3,
.readable-font .brand strong,
.readable-font .video-card-copy strong {
  font-family: Arial, Helvetica, sans-serif;
}

.highlight-links a:not(.button):not(.brand):not(.header-call):not(.video-card) {
  color: #000000;
  background: #fff0bd;
  outline: 2px solid #000000;
  outline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
}

.large-cursor,
.large-cursor * {
  cursor: default !important;
}

.large-cursor a,
.large-cursor button,
.large-cursor summary,
.large-cursor input,
.large-cursor select,
.large-cursor textarea,
.large-cursor video {
  cursor: pointer !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.reduce-motion *,
.reduce-motion *::before,
.reduce-motion *::after {
  transition-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}

textarea {
  resize: vertical;
}

.site-footer {
  margin-top: 2rem;
  background:
    radial-gradient(ellipse at top left, rgba(212, 175, 106, 0.12), transparent 55%),
    linear-gradient(180deg, #1a130a, #0e0905);
  color: #f4efe5;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}

.footer-col p { margin: 0; }

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.footer-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 175, 106, 0.55);
  border-radius: 8px;
  color: #fff0bd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  color: #fff0bd;
}

.footer-tag {
  color: rgba(244, 239, 229, 0.78);
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 360px;
}

.footer-yelp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 106, 0.35);
  border-radius: 999px;
  color: #fff0bd;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-yelp:hover { background: rgba(255, 255, 255, 0.1); }

.footer-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  color: #fff0bd;
  margin-bottom: 0.9rem !important;
  letter-spacing: 0.02em;
}

.footer-links-list,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links-list a {
  color: rgba(244, 239, 229, 0.78);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.18s ease;
}

.footer-links-list a:hover { color: #fff0bd; }

.footer-contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.65rem;
  color: rgba(244, 239, 229, 0.78);
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-contact-list a {
  color: #fff0bd;
  text-decoration: none;
  font-weight: 700;
}

.footer-contact-list a:hover { text-decoration: underline; }

.footer-contact-list svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #d4af6a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 0.15rem;
}

.footer-bottom {
  border-top: 1px solid rgba(212, 175, 106, 0.18);
  background: rgba(0, 0, 0, 0.25);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  font-size: 0.88rem;
  color: rgba(244, 239, 229, 0.6);
}

.footer-bottom-inner p { margin: 0; }

.footer-legal {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-legal a {
  color: rgba(244, 239, 229, 0.6);
  text-decoration: none;
  font-weight: 600;
}

.footer-legal a:hover { color: #fff0bd; }

@media (max-width: 960px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 560px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 2.5rem 0 1.5rem;
  }
  .footer-bottom-inner {
    justify-content: flex-start;
  }
}

.legal-page {
  padding-top: 8rem;
}

.legal-layout {
  display: grid;
  gap: 1.25rem;
  max-width: 900px;
}

.legal-layout article {
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}

.legal-layout h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  line-height: 1.2;
}

.legal-layout p,
.legal-layout li {
  color: var(--muted);
}

.legal-layout ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.legal-updated {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    font-size: var(--mobile-nav-text-size);
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(18, 15, 10, 0.94);
    border: 1px solid rgba(212, 175, 106, 0.28);
    border-radius: 8px; 
    box-shadow: var(--soft-shadow);
    backdrop-filter: blur(16px);
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    min-height: calc(54px * var(--user-font-scale));
    justify-content: flex-start;
    gap: 0.68rem;
    padding: 0.72rem 0.78rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 106, 0.2);
    color: var(--white);
    font-size: var(--mobile-nav-text-size);
    text-align: left;
  }

  .nav a svg {
    display: block;
  }

  .service-grid,
  .intro-grid,
  .process-grid,
  .split,
  .contact-grid,
  .review-grid,
  .authority-grid,
  .pricing-grid,
  .diagnostic-grid,
  .testimonial-grid,
  .local-grid,
  .video-grid,
  .photo-gallery-grid,
  .about-card,
  .showcase-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    margin-top: 0;
    padding: 1rem 0 0;
  }

  .featured-price {
    transform: none;
  }

  .review-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .review-cta .review-actions {
    justify-content: stretch;
  }

  .review-cta .button {
    width: 100%;
  }

  .about-panel {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .gallery-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-callout .button {
    width: 100%;
  }

}

@media (max-width: 640px) {
  body {
    font-size: 1.0625rem;
  }

  .site-header {
    position: sticky;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: auto;
    gap: 0.75rem;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand span:last-child {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    overflow-wrap: anywhere;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .header-call {
    grid-column: 1 / -1;
    width: 100%;
    padding-inline: 0.7rem;
  }

  .nav {
    width: 100%;
  }

  .hero {
    min-height: 690px;
    align-items: flex-end;
  }

  .hero-image {
    height: 56%;
    object-position: top center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0) 0%, rgba(251, 250, 247, 0.28) 34%, rgba(251, 250, 247, 0.92) 56%, #fbfaf7 100%);
  }

  .hero-content {
    width: min(100% - 2rem, 580px);
    margin: 0 auto;
    padding: 17rem 0 2.6rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .button,
  .hero-actions,
  .about-actions {
    width: 100%;
  }

  .quick-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-grid,
  .area-list {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: auto;
  }

  .showcase-card,
  .showcase-large {
    min-height: 420px;
  }

  .gallery-hero {
    min-height: auto;
  }

  .gallery-hero::after {
    background: linear-gradient(180deg, rgba(18, 15, 10, 0.92), rgba(18, 15, 10, 0.36));
  }

  .gallery-hero-copy {
    width: min(100% - 1.5rem, 760px);
    padding: 3rem 0 4rem;
  }

  .gallery-hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .gallery-video-card video {
    aspect-ratio: 16 / 11;
  }

  .photo-gallery-grid figure,
  .photo-gallery-grid img {
    min-height: 380px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .access-widget {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
  }

  .access-toggle {
    width: 58px;
    height: 58px;
  }

  .access-toggle svg {
    width: 30px;
    height: 30px;
  }

  .access-panel {
    width: min(340px, calc(100vw - 1.5rem));
    max-height: min(68vh, 520px);
  }
}

@media (max-width: 420px) {
  body {
    font-size: 1rem;
  }

  .site-header {
    padding: 0.75rem;
  }

  .nav {
    grid-template-columns: 1fr;
  }

  .nav a,
  .header-call,
  .button {
    min-height: 52px;
  }

  .brand-mark {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: clamp(2.15rem, 11vw, 2.75rem);
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-content {
    width: min(100% - 1.5rem, 580px);
    padding: 15.5rem 0 2.3rem;
  }

  .section-inner {
    width: min(100% - 1.5rem, 1160px);
  }

  .steps li {
    padding: 4.5rem 1rem 1rem;
  }

  .steps li::before {
    left: 1rem;
  }
}

/* ===== Clock-type gallery (6 cards) ===== */
.type-gallery {
  display: grid;
  gap: 1.5rem;
}

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

.type-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #ffffff;
  border: 1px solid rgba(184, 137, 67, 0.24);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(20, 13, 5, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.type-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(20, 13, 5, 0.1);
}

.type-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4efe5;
}

.type-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.type-card:hover .type-card-media img {
  transform: scale(1.04);
}

.type-card-body {
  display: grid;
  gap: 0.5rem;
  padding: 1.2rem 1.3rem 1.4rem;
}

.type-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: #120f0a;
}

.type-card p {
  margin: 0;
  color: #4a3a23;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .type-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .type-gallery-grid { grid-template-columns: 1fr; }
}

/* ===== Specialized services (4 cards) ===== */
.specialized {
  display: grid;
  gap: 1.5rem;
}

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

.specialized-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.3rem;
  background: #fffdf8;
  border: 1px solid rgba(184, 137, 67, 0.22);
  border-radius: 12px;
  text-align: center;
  align-content: start;
  justify-items: center;
}

.specialized-card .icon-badge { margin: 0 auto; }
.specialized-card h3 { margin: 0; font-size: 1.05rem; color: #120f0a; }
.specialized-card p { margin: 0; color: #4a3a23; line-height: 1.5; }
.specialized-card a {
  font-weight: 800;
  color: var(--green-dark, #0a241f);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 1024px) {
  .specialized-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .specialized-grid { grid-template-columns: 1fr; }
}

/* ===== Final CTA (Ready to Restore) ===== */
.final-cta {
  display: grid;
  gap: 1.5rem;
}

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

.final-cta-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.4rem 1.2rem;
  background: linear-gradient(160deg, #fffdf8, #f4efe5);
  border: 1px solid rgba(184, 137, 67, 0.28);
  border-radius: 14px;
  text-align: center;
  justify-items: center;
  box-shadow: 0 8px 22px rgba(20, 13, 5, 0.07);
}

.final-cta-card h3 { margin: 0; font-size: 1.05rem; color: #120f0a; }
.final-cta-card p { margin: 0; color: #4a3a23; line-height: 1.5; }
.final-cta-card .cta-line { font-weight: 800; color: #120f0a; }
.final-cta-card .cta-line a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

@media (max-width: 1024px) {
  .final-cta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .final-cta-grid { grid-template-columns: 1fr; }
}
