:root {
  --ink: #151a20;
  --charcoal: #252a30;
  --stone: #e9dfd1;
  --porcelain: #fffdf8;
  --clay: #ad2033;
  --clay-dark: #8d1a2a;
  --forest: #0c3f96;
  --forest-dark: #082d70;
  --brass: #f7ca4d;
  --mist: #d9e8f0;
  --line: rgba(21, 26, 32, 0.14);
  --shadow: 0 18px 60px rgba(8, 45, 112, 0.18);
  --page-hero-bg:
    radial-gradient(circle at 84% 20%, rgba(247, 202, 77, 0.2), transparent 24%),
    radial-gradient(circle at 16% 82%, rgba(173, 32, 51, 0.2), transparent 28%),
    linear-gradient(120deg, rgba(8, 45, 112, 0.98), rgba(12, 63, 150, 0.9));
  --page-hero-pattern: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#services,
#gallery,
#process,
#faq,
#estimate,
#marble-gallery,
#marble-faq,
#marble-estimate,
#granite-gallery,
#granite-faq,
#granite-estimate,
#quartzite-gallery,
#quartzite-faq,
#quartzite-estimate,
#quartz-gallery,
#quartz-faq,
#quartz-estimate,
#page-faq,
#stone-gallery,
#about-story,
#blog-guides {
  scroll-margin-top: 132px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--porcelain);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1160px, calc(100% - 32px));
  min-height: 68px;
  padding: 10px 12px 10px 14px;
  color: #fff;
  background: rgba(12, 63, 150, 0.96);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(8, 45, 112, 0.28);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: var(--forest-dark);
  border: 1px solid rgba(247, 202, 77, 0.66);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8, 45, 112, 0.28);
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 1.05rem;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav > a,
.nav-group summary {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  font-size: 0.94rem;
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.nav-group summary:hover,
.nav-group summary:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.nav-group {
  position: relative;
}

.nav-group summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.nav-group summary::-webkit-details-marker {
  display: none;
}

.nav-group[open] summary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav-group[open] summary .lucide {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 300px;
  padding: 10px;
  background: rgba(8, 45, 112, 0.98);
  border: 1px solid rgba(247, 202, 77, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.nav-dropdown-compact {
  min-width: 220px;
}

.nav-dropdown-wide {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 10px;
  min-width: 560px;
}

.nav-dropdown-area {
  min-width: 240px;
}

.nav-dropdown-section {
  display: grid;
  align-content: start;
  gap: 2px;
}

.nav-dropdown-heading {
  display: block;
  padding: 8px 11px 6px;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 6px;
}

.nav-dropdown a {
  display: block;
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  font-size: 0.9rem;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  outline: none;
}

.header-call,
.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.header-call {
  min-height: 44px;
  padding: 0 14px;
  color: #fff;
  background: var(--clay);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-weight: 750;
  white-space: nowrap;
}

.header-call:hover,
.header-call:focus-visible {
  background: var(--clay-dark);
  outline: none;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.lucide {
  width: 1.08em;
  height: 1.08em;
  stroke-width: 2.2;
}

.brand-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.08em;
  height: 1.08em;
  fill: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  padding: 124px 0 26px;
  color: #fff;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    radial-gradient(circle at 18% 20%, rgba(247, 202, 77, 0.22), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(120deg, rgba(8, 45, 112, 0.98), rgba(12, 63, 150, 0.82) 48%, rgba(173, 32, 51, 0.28)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 22px);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 39, 65, 0.9), rgba(8, 89, 138, 0.6) 52%, rgba(8, 119, 184, 0.2)),
    linear-gradient(0deg, rgba(18, 28, 34, 0.84), rgba(18, 28, 34, 0.1) 40%, rgba(18, 28, 34, 0.46));
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-top: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--brass);
}

.interior-hero .eyebrow,
.service-hero .eyebrow {
  color: var(--brass);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 890px;
  margin-bottom: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.25rem;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  margin-bottom: clamp(128px, 16vh, 210px);
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 18px 38px rgba(8, 87, 139, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest-dark);
}

.button-light {
  color: var(--ink);
  background: #fff;
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--stone);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.15);
}

.hero-proof {
  position: relative;
  z-index: 3;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 72px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-proof div {
  padding: 18px 20px;
  background: rgba(6, 64, 102, 0.56);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 1rem;
}

.hero-proof span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.91rem;
}

.section-band {
  background: var(--stone);
}

.trust,
.services,
.gallery,
.process,
.service-area,
.faq,
.estimate,
.content-section {
  padding: 88px 0;
}

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

.section-heading.compact {
  max-width: 660px;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.process-layout p,
.area-layout p,
.faq-layout p,
.estimate-copy p {
  color: rgba(21, 26, 32, 0.72);
  font-size: 1.03rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.trust-item {
  min-height: 238px;
  padding: 24px;
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-item .lucide {
  width: 30px;
  height: 30px;
  color: var(--forest);
}

.trust-item h3 {
  margin: 22px 0 9px;
  font-size: 1.16rem;
}

.trust-item p {
  margin-bottom: 0;
  color: rgba(21, 26, 32, 0.68);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.service-group {
  grid-column: 1 / -1;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 69, 111, 0.07);
}

.service-group summary {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}

.service-group summary::-webkit-details-marker {
  display: none;
}

.service-group summary:hover,
.service-group summary:focus-visible {
  background: rgba(8, 119, 184, 0.06);
  outline: none;
}

.service-group summary > .lucide:first-child {
  width: 32px;
  height: 32px;
  color: var(--forest);
}

.service-group .summary-chevron {
  width: 20px;
  height: 20px;
  color: rgba(21, 26, 32, 0.42);
  transition: transform 160ms ease;
}

.service-group[open] .summary-chevron {
  transform: rotate(180deg);
}

.service-group[open] summary {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(8, 119, 184, 0.08), rgba(255, 255, 255, 0));
}

.service-group summary strong,
.service-material-links strong {
  display: block;
  color: var(--ink);
}

.service-group summary strong {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.service-group summary span {
  color: rgba(21, 26, 32, 0.66);
}

.service-material-links {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.service-group[open] .service-material-links {
  display: grid;
}

.service-material-links a {
  display: block;
  min-height: 132px;
  padding: 18px;
  background: #fff;
  transition: background 160ms ease, color 160ms ease;
}

.service-material-links a:hover,
.service-material-links a:focus-visible {
  background: rgba(8, 119, 184, 0.08);
  outline: none;
}

.service-material-links strong {
  margin-bottom: 7px;
  font-size: 0.98rem;
}

.service-material-links span {
  color: rgba(21, 26, 32, 0.64);
  font-size: 0.94rem;
}

.service-link-card {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 69, 111, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-link-card:hover,
.service-link-card:focus-visible {
  border-color: rgba(8, 119, 184, 0.4);
  box-shadow: 0 14px 32px rgba(8, 69, 111, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.service-link-card > .lucide:first-child {
  width: 32px;
  height: 32px;
  color: var(--forest);
}

.service-link-card > .lucide:last-child {
  width: 20px;
  height: 20px;
  color: rgba(21, 26, 32, 0.34);
}

.service-link-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1.06rem;
}

.service-link-card span {
  color: rgba(21, 26, 32, 0.66);
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.text-link {
  flex: 0 0 auto;
  color: var(--forest);
  font-weight: 850;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--clay);
  outline: none;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 39, 65, 0.82), rgba(8, 119, 184, 0.08) 56%);
}

.image-only-gallery .gallery-slide::after {
  display: none;
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
}

.stone-slide-visual {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 570px;
}

.stone-marble {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.78), transparent 20%),
    linear-gradient(115deg, transparent 0 18%, rgba(152, 158, 164, 0.3) 18% 20%, transparent 20% 44%, rgba(96, 104, 112, 0.22) 44% 46%, transparent 46%),
    linear-gradient(155deg, #f6f2ea, #d8d1c4);
}

.stone-granite {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 34%, rgba(21, 26, 32, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 72%, rgba(247, 202, 77, 0.22) 0 2px, transparent 3px),
    linear-gradient(135deg, #3b3f43, #85837c 46%, #2d3034);
  background-size: 34px 34px, 42px 42px, 38px 38px, cover;
}

.stone-quartzite {
  background:
    linear-gradient(110deg, transparent 0 22%, rgba(12, 63, 150, 0.22) 22% 24%, transparent 24% 46%, rgba(173, 32, 51, 0.16) 46% 48%, transparent 48%),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.6), transparent 20%),
    linear-gradient(135deg, #ece8dd, #c6beb0);
}

.stone-quartz {
  background:
    radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.8), transparent 20%),
    radial-gradient(circle at 78% 76%, rgba(12, 63, 150, 0.14), transparent 24%),
    linear-gradient(135deg, #f7f5ef, #d9d7cf);
}

.stone-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.stone-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

.stone-card .stone-slide-visual {
  min-height: 220px;
}

.stone-card div:not(.stone-slide-visual) {
  padding: 18px;
}

.stone-card h3 {
  margin-bottom: 7px;
  font-size: 1.08rem;
}

.stone-card p {
  margin-bottom: 0;
  color: rgba(21, 26, 32, 0.66);
}

.gallery-collage-section {
  background: var(--porcelain);
}

.gallery-note {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  max-width: 860px;
  margin-top: 30px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brass);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

.gallery-note .lucide {
  width: 28px;
  height: 28px;
  color: var(--blue);
}

.gallery-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.gallery-note p {
  margin: 0;
  color: rgba(21, 26, 32, 0.68);
}

.gallery-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gallery-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--blue);
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(8, 45, 112, 0.14);
  border-radius: 8px;
}

.gallery-category-nav a:hover,
.gallery-category-nav a:focus-visible {
  color: #fff;
  background: var(--blue);
  outline: none;
}

.gallery-category {
  margin-top: 50px;
}

.gallery-category-heading {
  margin-bottom: 18px;
}

.gallery-category-heading h3 {
  font-size: 1.58rem;
}

.category-gallery-slider {
  min-height: 500px;
}

.category-gallery-slider .stone-slide-visual {
  min-height: 500px;
}

.category-gallery-slider .gallery-slide figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 9px 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  background: rgba(8, 45, 112, 0.8);
  border-radius: 8px;
}

.gallery-collage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}

.gallery-photo {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

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

.gallery-collage-wide .gallery-photo {
  grid-column: span 1;
}

.gallery-photo .stone-slide-visual {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.gallery-photo figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(8, 45, 112, 0.76);
  border-radius: 8px;
}

.gallery-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.gallery-slide-caption {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 32px;
  max-width: 560px;
  color: #fff;
}

.gallery-slide-caption span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(8, 119, 184, 0.9);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.gallery-slide-caption h3 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1.08;
}

.gallery-controls {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: rgba(5, 39, 65, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.gallery-control,
.gallery-dots button {
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.gallery-control {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.gallery-control:hover,
.gallery-control:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.gallery-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(255, 255, 255, 0.44);
  border-radius: 999px;
}

.gallery-dots button.is-active {
  width: 24px;
  background: #fff;
}

.social-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.social-strip .eyebrow {
  margin-bottom: 5px;
}

.social-strip h3 {
  max-width: 560px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--forest);
  background: rgba(8, 119, 184, 0.08);
  border: 1px solid rgba(8, 119, 184, 0.18);
  border-radius: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #fff;
  background: var(--forest);
  outline: none;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: 76px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 116px;
}

.process-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  min-height: 140px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--forest);
  border-radius: 8px;
  font-weight: 850;
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}

.process-list p {
  margin-bottom: 0;
}

.area-layout {
  max-width: 940px;
}

.area-layout-text h2 {
  max-width: 850px;
}

.area-layout-text > div > p:not(.eyebrow) {
  max-width: 760px;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.area-tags span {
  padding: 9px 13px;
  color: var(--forest);
  background: rgba(8, 119, 184, 0.1);
  border: 1px solid rgba(8, 119, 184, 0.18);
  border-radius: 8px;
  font-weight: 780;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: 42px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 69, 111, 0.06);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--forest);
  border-radius: 8px;
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 14px;
}

.faq-visual-guide {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

.faq-visual-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.faq-visual-guide figcaption {
  padding: 10px 12px;
  color: rgba(21, 26, 32, 0.68);
  font-size: 0.86rem;
}

.guide-page-visual {
  margin-top: 34px;
}

.guide-page-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.guide-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

.guide-card h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.guide-card p {
  margin-bottom: 0;
  color: rgba(21, 26, 32, 0.68);
}

.faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 20px;
}

.faq-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  color: var(--forest);
  background: rgba(8, 119, 184, 0.08);
  border: 1px solid rgba(8, 119, 184, 0.18);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
}

.faq-actions a:hover,
.faq-actions a:focus-visible {
  color: #fff;
  background: var(--forest);
  outline: none;
}

.section-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.section-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--forest);
  background: rgba(8, 119, 184, 0.08);
  border: 1px solid rgba(8, 119, 184, 0.18);
  border-radius: 8px;
  font-weight: 850;
}

.section-link-row a:hover,
.section-link-row a:focus-visible {
  color: #fff;
  background: var(--forest);
  outline: none;
}

.estimate {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(247, 202, 77, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(8, 45, 112, 0.98), rgba(12, 63, 150, 0.9));
}

.estimate-page {
  min-height: 100vh;
  padding: 162px 0 88px;
}

.interior-hero {
  position: relative;
  min-height: 54vh;
  padding: 150px 0 78px;
  color: #fff;
  background: var(--page-hero-bg);
  overflow: hidden;
}

.interior-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--page-hero-pattern);
  pointer-events: none;
}

.interior-hero .page-shell {
  position: relative;
  z-index: 1;
}

.interior-hero h1 {
  margin-bottom: 20px;
}

.interior-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.content-grid,
.blog-grid,
.area-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.content-card,
.blog-card,
.area-service-grid a {
  min-height: 220px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 45, 112, 0.06);
}

.content-card .lucide,
.blog-card .lucide {
  width: 32px;
  height: 32px;
  color: var(--forest);
}

.content-card h3,
.blog-card h3,
.area-service-grid h3 {
  margin: 20px 0 9px;
  font-size: 1.16rem;
}

.content-card p,
.blog-card p,
.area-service-grid p {
  margin-bottom: 0;
  color: rgba(21, 26, 32, 0.68);
}

.two-column-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: start;
}

.quick-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-list li {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-list strong {
  display: block;
  margin-bottom: 5px;
}

.estimate-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: start;
}

.estimate .eyebrow {
  color: var(--brass);
}

.estimate-copy h1,
.estimate-copy h2 {
  color: #fff;
}

.estimate-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.estimate-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-options {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-options a {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-options a:hover,
.contact-options a:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  outline: none;
}

.contact-options .lucide {
  flex: 0 0 auto;
  color: var(--brass);
}

.contact-options strong,
.contact-options span {
  display: block;
}

.contact-options strong {
  margin-bottom: 2px;
}

.contact-options span {
  color: rgba(255, 255, 255, 0.72);
}

.estimate-checklist {
  margin-top: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.estimate-checklist h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
}

.estimate-checklist ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.estimate-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
  background: var(--porcelain);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.split {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(21, 26, 32, 0.18);
  border-radius: 8px;
}

input[type="file"] {
  padding: 11px;
  background: #fff;
}

input[type="file"]::file-selector-button {
  min-height: 34px;
  margin-right: 12px;
  padding: 0 12px;
  color: #fff;
  background: var(--forest);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--forest);
  outline: 3px solid rgba(8, 119, 184, 0.15);
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: rgba(21, 26, 32, 0.64);
  font-size: 0.9rem;
}

.field-help {
  margin: 0;
  color: rgba(21, 26, 32, 0.62);
  font-size: 0.88rem;
}

.form-note.success {
  color: var(--forest);
  font-weight: 780;
}

.form-note.error {
  color: var(--red);
  font-weight: 780;
}

.site-footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #102b40;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) 1fr 1fr auto;
  gap: 36px;
  align-items: start;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 380px;
  margin: 18px 0 0;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.2;
}

.site-footer a:not(.button):not(.brand),
.site-footer .contact-address {
  display: block;
  margin-top: 9px;
}

.footer-link-group {
  margin-top: 14px;
}

.footer-link-group span {
  display: block;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-footer .footer-link-group a:not(.button):not(.brand) {
  margin-top: 7px;
}

.site-footer .button {
  margin-top: 18px;
}

.site-footer a:not(.button):hover,
.site-footer a:not(.button):focus-visible {
  color: #fff;
  outline: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.site-footer .footer-social a:not(.button):not(.brand) {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.site-footer .footer-social a:not(.button):not(.brand):hover,
.site-footer .footer-social a:not(.button):not(.brand):focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.service-hero {
  position: relative;
  display: grid;
  min-height: 82vh;
  padding: 124px 0 26px;
  color: #fff;
  overflow: hidden;
}

.service-hero-media,
.service-hero-overlay {
  position: absolute;
  inset: 0;
}

.service-hero-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.marble-hero .service-hero-media {
  background: linear-gradient(90deg, rgba(8, 45, 112, 0.66), rgba(8, 45, 112, 0.22)), var(--service-stone, #e9dfd1);
}

.granite-hero .service-hero-media {
  background: linear-gradient(90deg, rgba(8, 45, 112, 0.66), rgba(8, 45, 112, 0.22)), var(--service-stone, #e9dfd1);
}

.quartzite-hero .service-hero-media {
  background: linear-gradient(90deg, rgba(8, 45, 112, 0.66), rgba(8, 45, 112, 0.22)), var(--service-stone, #e9dfd1);
}

.quartz-hero .service-hero-media {
  background: linear-gradient(90deg, rgba(8, 45, 112, 0.66), rgba(8, 45, 112, 0.22)), var(--service-stone, #e9dfd1);
}

.marble-hero {
  --service-stone:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.78), transparent 20%),
    linear-gradient(115deg, transparent 0 18%, rgba(152, 158, 164, 0.3) 18% 20%, transparent 20% 44%, rgba(96, 104, 112, 0.22) 44% 46%, transparent 46%),
    linear-gradient(155deg, #f6f2ea, #d8d1c4);
}

.granite-hero {
  --service-stone:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 34%, rgba(21, 26, 32, 0.34) 0 2px, transparent 3px),
    linear-gradient(135deg, #3b3f43, #85837c 46%, #2d3034);
}

.quartzite-hero {
  --service-stone:
    linear-gradient(110deg, transparent 0 22%, rgba(12, 63, 150, 0.22) 22% 24%, transparent 24% 46%, rgba(173, 32, 51, 0.16) 46% 48%, transparent 48%),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.6), transparent 20%),
    linear-gradient(135deg, #ece8dd, #c6beb0);
}

.quartz-hero {
  --service-stone:
    radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.8), transparent 20%),
    radial-gradient(circle at 78% 76%, rgba(12, 63, 150, 0.14), transparent 24%),
    linear-gradient(135deg, #f7f5ef, #d9d7cf);
}

.service-hero .service-hero-media {
  background: var(--page-hero-bg);
}

.service-hero-overlay {
  background: var(--page-hero-pattern);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-top: 22px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 800;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: #fff;
  outline: none;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.44);
}

.service-hero h1 {
  max-width: 980px;
}

.service-hero-copy {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.service-hero-proof {
  position: relative;
  z-index: 3;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.service-hero-proof div {
  padding: 18px 20px;
  background: rgba(6, 64, 102, 0.56);
}

.service-hero-proof strong,
.service-hero-proof span {
  display: block;
}

.service-hero-proof strong {
  font-size: 1rem;
}

.service-hero-proof span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.91rem;
}

.service-overview,
.service-uses,
.service-gallery,
.related-service-links,
.service-cta-band {
  padding: 88px 0;
}

.service-split {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.92fr);
  gap: 54px;
  align-items: start;
}

.service-note {
  min-height: 252px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 69, 111, 0.07);
}

.service-note .lucide {
  width: 34px;
  height: 34px;
  color: var(--forest);
}

.service-note h3 {
  margin: 22px 0 10px;
  font-size: 1.22rem;
}

.service-note p,
.use-grid p,
.related-grid span,
.service-cta-layout p {
  color: rgba(21, 26, 32, 0.68);
}

.use-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.use-grid article,
.related-grid a {
  min-height: 230px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 69, 111, 0.06);
}

.use-grid .lucide {
  width: 32px;
  height: 32px;
  color: var(--forest);
}

.use-grid h3 {
  margin: 22px 0 9px;
  font-size: 1.16rem;
}

.use-grid p {
  margin-bottom: 0;
}

.related-grid a {
  display: block;
  min-height: 160px;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.related-grid a:hover,
.related-grid a:focus-visible {
  background: rgba(8, 119, 184, 0.08);
  border-color: rgba(8, 119, 184, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.related-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.service-cta-band {
  color: #fff;
  background:
    radial-gradient(circle at 80% 24%, rgba(247, 202, 77, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(8, 45, 112, 0.98), rgba(12, 63, 150, 0.88));
}

.service-cta-band .eyebrow {
  color: var(--brass);
}

.service-cta-band h2 {
  color: #fff;
}

.service-cta-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.service-cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav,
  .header-call {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-call {
    display: flex;
  }

  .site-header.nav-open {
    grid-template-columns: 1fr auto;
    align-items: start;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }

  .site-header.nav-open .site-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 8px;
  }

  .site-header.nav-open .site-nav > a,
  .site-header.nav-open .nav-group summary {
    padding: 13px 10px;
  }

  .site-header.nav-open .nav-group {
    width: 100%;
  }

  .site-header.nav-open .nav-group summary {
    justify-content: space-between;
    width: 100%;
  }

  .site-header.nav-open .nav-dropdown {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    margin: 4px 0 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .site-header.nav-open .nav-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .site-header.nav-open .header-call {
    grid-column: 1 / -1;
    width: 100%;
  }

  h1 {
    font-size: 3.12rem;
    margin-bottom: 34px;
  }

  .hero h1 {
    margin-bottom: 54px;
  }

  h2 {
    font-size: 2.22rem;
  }

  .trust-grid,
  .service-grid,
  .stone-gallery-grid,
  .content-grid,
  .blog-grid,
  .guide-card-grid,
  .area-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-layout,
  .area-layout,
  .faq-layout,
  .estimate-layout,
  .footer-layout,
  .service-split,
  .service-cta-layout,
  .two-column-section {
    grid-template-columns: 1fr;
  }

  .service-cta-layout {
    display: grid;
  }

  .service-cta-actions {
    justify-content: flex-start;
  }

  .sticky-heading {
    position: static;
  }

  .process-layout,
  .area-layout,
  .faq-layout,
  .estimate-layout,
  .service-split {
    gap: 34px;
  }

  .use-grid,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px;
    padding: 9px;
  }

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

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .hero {
    min-height: 91vh;
    padding-top: 108px;
  }

  .service-hero {
    min-height: 90vh;
    padding-top: 108px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 39, 65, 0.9), rgba(8, 119, 184, 0.26) 56%, rgba(5, 39, 65, 0.56)),
      linear-gradient(90deg, rgba(5, 39, 65, 0.84), rgba(8, 119, 184, 0.32));
  }

  .service-hero-overlay {
    background: var(--page-hero-pattern);
  }

  h1 {
    font-size: 2.38rem;
    line-height: 1.02;
    margin-bottom: 30px;
  }

  .hero h1 {
    margin-bottom: 42px;
  }

  h2 {
    font-size: 1.92rem;
  }

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

  .service-hero-copy {
    font-size: 1rem;
  }

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

  .hero-proof,
  .service-hero-proof,
  .trust-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    margin-top: 36px;
  }

  .service-hero-proof {
    margin-top: 36px;
  }

  .trust,
  .services,
  .gallery,
  .process,
  .service-area,
  .faq,
  .estimate,
  .service-overview,
  .service-uses,
  .service-gallery,
  .related-service-links,
  .service-cta-band {
    padding: 62px 0;
  }

  .estimate.estimate-page {
    padding: 118px 0 62px;
  }

  .gallery-heading {
    display: grid;
    align-items: start;
  }

  .service-link-card {
    grid-template-columns: 36px 1fr;
    align-items: start;
    min-height: 0;
  }

  .service-group summary {
    grid-template-columns: 36px 1fr auto;
    align-items: start;
    min-height: 0;
  }

  .service-material-links {
    grid-template-columns: 1fr;
  }

  .service-material-links a {
    min-height: 0;
  }

  .service-link-card > .lucide:last-child {
    display: none;
  }

  .gallery-slider,
  .gallery-slide img,
  .stone-slide-visual {
    min-height: 460px;
  }

  .category-gallery-slider,
  .category-gallery-slider .stone-slide-visual {
    min-height: 430px;
  }

  .category-gallery-slider .gallery-slide figcaption {
    left: 18px;
    bottom: 82px;
  }

  .gallery-slide-caption {
    left: 20px;
    right: 20px;
    bottom: 96px;
  }

  .gallery-slide-caption h3 {
    font-size: 1.55rem;
  }

  .stone-gallery-grid,
  .content-grid,
  .blog-grid,
  .guide-card-grid,
  .area-service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-note {
    grid-template-columns: 1fr;
  }

  .gallery-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-photo-large,
  .gallery-collage-wide .gallery-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .faq-visual-guide {
    overflow-x: auto;
  }

  .faq-visual-guide img {
    min-width: 760px;
  }

  .stone-card .stone-slide-visual {
    min-height: 190px;
  }

  .gallery-controls {
    right: 14px;
    bottom: 18px;
  }

  .social-strip {
    display: grid;
    gap: 16px;
  }

  .social-links {
    justify-content: stretch;
  }

  .social-links a {
    flex: 1 1 140px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .use-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .use-grid article,
  .related-grid a {
    min-height: 0;
  }

  .service-cta-actions {
    display: grid;
    width: 100%;
  }

  .form-row.split {
    grid-template-columns: 1fr;
  }

  .estimate-form {
    padding: 20px;
  }
}
