:root {
  --bg: #f4ede3;
  --bg-strong: #eadbc8;
  --surface: rgba(255, 252, 247, 0.82);
  --surface-strong: #fffaf3;
  --bg-top: #f8f2ea;
  --section-muted-top: rgba(255, 250, 243, 0.8);
  --section-muted-bottom: rgba(234, 219, 200, 0.38);
  --text: #2b221c;
  --muted: #645549;
  --line: rgba(92, 68, 49, 0.18);
  --brand: #7e2f24;
  --brand-deep: #582016;
  --accent: #b88853;
  --glow: rgba(184, 136, 83, 0.2);
  --header-bg: rgba(248, 242, 234, 0.84);
  --accent-section-top: rgba(126, 47, 36, 0.96);
  --accent-section-bottom: rgba(88, 32, 22, 0.98);
  --accent-section-text: #fff7f1;
  --accent-section-muted: rgba(255, 247, 241, 0.86);
  --price-card-bg: rgba(255, 250, 243, 0.08);
  --price-card-border: rgba(255, 255, 255, 0.12);
  --price-note-bg: rgba(255, 250, 243, 0.12);
  --price-note-border: rgba(255, 255, 255, 0.16);
  --input-bg: rgba(255, 255, 255, 0.7);
  --input-border: rgba(126, 47, 36, 0.16);
  --input-focus: rgba(126, 47, 36, 0.25);
  --compact-cta-bg: rgba(255, 250, 243, 0.72);
  --compact-cta-border: rgba(126, 47, 36, 0.12);
  --shadow: 0 18px 55px rgba(68, 40, 24, 0.12);
  --radius: 24px;
  --container-max: 1480px;
}

html[data-theme="slate"] {
  --bg: #e9eef1;
  --bg-strong: #d6e1e7;
  --surface: rgba(251, 253, 255, 0.86);
  --surface-strong: #f7fbfd;
  --bg-top: #f3f7f9;
  --section-muted-top: rgba(247, 251, 253, 0.82);
  --section-muted-bottom: rgba(214, 225, 231, 0.42);
  --text: #1f2933;
  --muted: #536471;
  --line: rgba(55, 78, 94, 0.18);
  --brand: #40657c;
  --brand-deep: #284556;
  --accent: #7ba7b7;
  --glow: rgba(123, 167, 183, 0.2);
  --header-bg: rgba(241, 246, 249, 0.88);
  --accent-section-top: rgba(64, 101, 124, 0.95);
  --accent-section-bottom: rgba(40, 69, 86, 0.98);
  --accent-section-text: #f5f9fb;
  --accent-section-muted: rgba(245, 249, 251, 0.86);
  --price-card-bg: rgba(247, 251, 253, 0.08);
  --price-card-border: rgba(255, 255, 255, 0.14);
  --price-note-bg: rgba(247, 251, 253, 0.12);
  --price-note-border: rgba(255, 255, 255, 0.18);
  --input-bg: rgba(255, 255, 255, 0.76);
  --input-border: rgba(64, 101, 124, 0.16);
  --input-focus: rgba(64, 101, 124, 0.24);
  --compact-cta-bg: rgba(247, 251, 253, 0.72);
  --compact-cta-border: rgba(64, 101, 124, 0.12);
  --shadow: 0 18px 55px rgba(32, 53, 66, 0.11);
}

html[data-theme="sage"] {
  --bg: #edf1eb;
  --bg-strong: #dce5de;
  --surface: rgba(252, 253, 251, 0.86);
  --surface-strong: #f8fbf7;
  --bg-top: #f2f6f1;
  --section-muted-top: rgba(248, 251, 247, 0.82);
  --section-muted-bottom: rgba(220, 229, 222, 0.42);
  --text: #243028;
  --muted: #5a6a60;
  --line: rgba(64, 91, 74, 0.17);
  --brand: #51735f;
  --brand-deep: #31493c;
  --accent: #8ea98f;
  --glow: rgba(142, 169, 143, 0.22);
  --header-bg: rgba(242, 247, 243, 0.88);
  --accent-section-top: rgba(81, 115, 95, 0.95);
  --accent-section-bottom: rgba(49, 73, 60, 0.98);
  --accent-section-text: #f5faf6;
  --accent-section-muted: rgba(245, 250, 246, 0.86);
  --price-card-bg: rgba(248, 251, 247, 0.08);
  --price-card-border: rgba(255, 255, 255, 0.14);
  --price-note-bg: rgba(248, 251, 247, 0.12);
  --price-note-border: rgba(255, 255, 255, 0.18);
  --input-bg: rgba(255, 255, 255, 0.76);
  --input-border: rgba(81, 115, 95, 0.16);
  --input-focus: rgba(81, 115, 95, 0.24);
  --compact-cta-bg: rgba(248, 251, 247, 0.72);
  --compact-cta-border: rgba(81, 115, 95, 0.12);
  --shadow: 0 18px 55px rgba(42, 61, 49, 0.11);
}

html[data-theme="mist"] {
  --bg: #edf2f4;
  --bg-strong: #dce6eb;
  --surface: rgba(251, 253, 254, 0.88);
  --surface-strong: #f8fbfd;
  --bg-top: #f2f7fa;
  --section-muted-top: rgba(248, 251, 253, 0.82);
  --section-muted-bottom: rgba(220, 230, 235, 0.42);
  --text: #22303a;
  --muted: #5b6a75;
  --line: rgba(71, 95, 112, 0.18);
  --brand: #4c7087;
  --brand-deep: #2f4a5d;
  --accent: #8eb2c7;
  --glow: rgba(142, 178, 199, 0.22);
  --header-bg: rgba(242, 247, 250, 0.88);
  --accent-section-top: rgba(76, 112, 135, 0.95);
  --accent-section-bottom: rgba(47, 74, 93, 0.98);
  --accent-section-text: #f4f9fc;
  --accent-section-muted: rgba(244, 249, 252, 0.86);
  --price-card-bg: rgba(248, 251, 253, 0.08);
  --price-card-border: rgba(255, 255, 255, 0.14);
  --price-note-bg: rgba(248, 251, 253, 0.12);
  --price-note-border: rgba(255, 255, 255, 0.18);
  --input-bg: rgba(255, 255, 255, 0.76);
  --input-border: rgba(76, 112, 135, 0.16);
  --input-focus: rgba(76, 112, 135, 0.24);
  --compact-cta-bg: rgba(248, 251, 253, 0.72);
  --compact-cta-border: rgba(76, 112, 135, 0.12);
  --shadow: 0 18px 55px rgba(36, 55, 68, 0.11);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, var(--glow), transparent 30%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg) 100%);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: var(--brand-deep);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: 0.45rem 0.85rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: 0 10px 28px rgba(68, 40, 24, 0.08);
}

.brand-mark {
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--brand-deep) 22%, transparent);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}

.brand-copy strong {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 47, 36, 0.14);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: 0.25rem;
}

.header-share-link {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  color: var(--brand-deep);
  background: color-mix(in srgb, var(--surface-strong) 86%, transparent);
  border: 1px solid rgba(126, 47, 36, 0.16);
  box-shadow: 0 8px 18px rgba(68, 40, 24, 0.06);
  font-family: "Merriweather", serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.header-share-link:hover,
.header-share-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 47, 36, 0.28);
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
}

.theme-swatch {
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(126, 47, 36, 0.24);
  background: linear-gradient(135deg, #7e2f24, #b88853);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.theme-swatch:hover,
.theme-swatch:focus-visible {
  transform: translateY(-1px);
}

.theme-swatch.is-active {
  border-color: var(--brand-deep);
  box-shadow:
    0 0 0 0.18rem rgba(126, 47, 36, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.theme-swatch-slate {
  background: linear-gradient(135deg, #40657c, #7ba7b7);
}

.theme-swatch-sage {
  background: linear-gradient(135deg, #51735f, #8ea98f);
}

.theme-swatch-mist {
  background: linear-gradient(135deg, #4c7087, #8eb2c7);
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.site-nav .nav-cta {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 47, 36, 0.22);
  background: rgba(126, 47, 36, 0.1);
  color: var(--brand-deep);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brand);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: rgba(126, 47, 36, 0.16);
  color: var(--brand-deep);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--text);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-weight: 700;
}

.hero {
  padding: 3.5rem 0 2.25rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.7fr) minmax(260px, 0.5fr);
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.contact-panel,
.quote-form,
.service-card,
.price-card,
.trust-card {
  background: var(--surface);
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: var(--shadow);
}

.hero-copy {
  border-radius: calc(var(--radius) + 12px);
  padding: clamp(1.35rem, 2.2vw, 2.2rem);
  position: relative;
  overflow: hidden;
}

.hero-copy h1 {
  max-width: none;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -6rem -6rem auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 47, 36, 0.14), transparent 70%);
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Merriweather", serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(1.95rem, 3vw, 3.05rem);
  max-width: none;
}

h2 {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
}

h3 {
  font-size: 1.1rem;
}

.hero-text,
.section-heading p,
.intro p,
.pricing-note,
.quote-form,
.contact-panel p {
  color: var(--muted);
}

.hero-text,
.section-heading p,
.intro p,
.pricing-note,
.prose-card p,
.prose-card li,
.quote-form,
.contact-panel p,
.callout-card p {
  font-size: 1.08rem;
  line-height: 1.64;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.15rem 0 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  border: 0;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 16px 32px rgba(88, 32, 22, 0.22);
}

.button-secondary {
  border: 1px solid rgba(126, 47, 36, 0.18);
  background: rgba(255, 255, 255, 0.55);
  color: var(--brand-deep);
}

.hero-points,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--muted);
}

.hero-points li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow: 0 0 0 0.24rem rgba(184, 136, 83, 0.16);
}

.hero-card {
  border-radius: var(--radius);
  padding: 1.2rem;
  align-self: start;
  max-width: 360px;
  justify-self: end;
}

.top-banner {
  padding-top: 1rem;
}

.header-banner-shell {
  margin-top: 0;
}

.header-banner-card {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.header-banner-image {
  width: 100%;
  height: clamp(180px, 20vw, 260px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-visual-card,
.inline-visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.inline-visual-card {
  margin-top: 1.5rem;
}

.section-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card-kicker {
  margin: 0 0 0.7rem;
  color: var(--brand);
  font-weight: 800;
}

.section-heading p,
.hero-text {
  font-size: 1.12rem;
}

.contact-list {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.contact-list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list dt {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 800;
}

.contact-list dd {
  margin: 0.35rem 0 0;
  font-weight: 700;
  font-size: 1.08rem;
}

.section {
  padding: 3rem 0;
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero-shell {
  max-width: 900px;
}

.section-muted {
  background: linear-gradient(180deg, var(--section-muted-top), var(--section-muted-bottom));
}

.section-accent {
  background:
    linear-gradient(180deg, var(--accent-section-top), var(--accent-section-bottom)),
    var(--brand-deep);
  color: var(--accent-section-text);
}

.section-accent .eyebrow,
.section-accent p,
.section-accent .pricing-note {
  color: var(--accent-section-muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.intro h2 {
  max-width: 18ch;
}

.services-grid,
.pricing-grid,
.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.prose-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.2rem;
}

.prose-grid > .prose-card {
  grid-column: span 4;
}

.prose-grid > .prose-card:nth-child(4) {
  grid-column: 2 / span 5;
}

.prose-grid > .prose-card:nth-child(5) {
  grid-column: 7 / span 5;
}

.service-card,
.price-card,
.trust-card,
.callout-card,
.prose-card {
  border-radius: 22px;
  padding: 1rem;
}

.service-card p,
.price-card p,
.trust-card p {
  margin: 0;
  color: var(--muted);
}

.section-accent .price-card {
  background: var(--price-card-bg);
  border: 1px solid var(--price-card-border);
  box-shadow: none;
}

.section-accent .price-card p {
  color: var(--accent-section-muted);
}

.pricing-note {
  margin: 1.75rem auto 0;
  max-width: 880px;
  padding: 1rem 1.25rem;
  text-align: center;
  font-weight: 700;
  border-radius: 18px;
  background: var(--price-note-bg);
  border: 1px solid var(--price-note-border);
}

.trust-grid,
.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
}

.prose-layout,
.split-callout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.prose-card,
.callout-card {
  background: var(--surface);
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: var(--shadow);
}

.prose-card > .eyebrow,
.prose-card > h3,
.prose-card > .card-intro,
.callout-card > .eyebrow,
.callout-card > h3 {
  text-align: center;
}

.light-card {
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.light-card p {
  color: rgba(255, 247, 241, 0.86);
}

.prose-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.card-intro {
  font-weight: 600;
}

.prose-card p:last-child {
  margin-bottom: 0;
}

.detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.detail-list li + li {
  margin-top: 0.55rem;
}

.prose-card .detail-list {
  margin-top: 0.9rem;
}

.text-link {
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.body-note {
  color: var(--muted);
}

.quote-form {
  border-radius: 24px;
  padding: 1.35rem;
  display: grid;
  gap: 1rem;
}

.quote-panel {
  border-radius: 28px;
  padding: clamp(1rem, 1.8vw, 1.45rem);
}

.quote-heading {
  margin-bottom: 1.5rem;
}

.quote-copy-card {
  background: var(--surface);
  border: 1px solid rgba(126, 47, 36, 0.08);
  box-shadow: var(--shadow);
  border-radius: 24px;
  padding: 1.35rem;
}

.quote-copy-card h2 {
  margin-bottom: 1rem;
}

.quote-copy-card h3 {
  margin-bottom: 1rem;
}

.quote-copy-card .body-note {
  margin: 1rem 0 0;
}

.quote-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--text);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--input-border);
  border-radius: 16px;
  background: var(--input-bg);
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text);
}

.quote-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 1.2rem) calc(50% - 0.18rem),
    calc(100% - 0.8rem) calc(50% - 0.18rem);
  background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid var(--input-focus);
  outline-offset: 1px;
}

.quote-form input.is-invalid,
.quote-form select.is-invalid,
.quote-form textarea.is-invalid {
  border-color: rgba(126, 47, 36, 0.42);
  background: color-mix(in srgb, #fff 90%, rgba(126, 47, 36, 0.08));
}

.form-note {
  margin: 0;
  font-size: 1rem;
}

.form-note.is-success,
.form-note.is-error {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid transparent;
}

.form-note.is-success {
  color: #1f5a34;
  background: rgba(64, 140, 88, 0.1);
  border-color: rgba(64, 140, 88, 0.18);
}

.form-note.is-error {
  color: #8a2d24;
  background: rgba(173, 70, 52, 0.1);
  border-color: rgba(173, 70, 52, 0.18);
}

.contact-panel {
  border-radius: 28px;
  padding: clamp(1rem, 1.8vw, 1.45rem);
}

.section-compact-cta {
  padding-top: 0;
}

.compact-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-radius: 24px;
  background: var(--compact-cta-bg);
  border: 1px solid var(--compact-cta-border);
  box-shadow: var(--shadow);
}

.compact-cta-copy h2 {
  margin-bottom: 0.7rem;
}

.compact-cta-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.compact-cta-button {
  min-width: 220px;
}

.contact-heading {
  margin-bottom: 1.75rem;
}

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

.contact-columns h3 {
  margin-bottom: 0.5rem;
}

.contact-columns p {
  margin: 0.3rem 0;
}

.contact-share {
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-share-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.contact-share-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--brand-deep);
  background: color-mix(in srgb, var(--surface-strong) 86%, transparent);
  border: 1px solid rgba(126, 47, 36, 0.14);
  box-shadow: 0 10px 24px rgba(68, 40, 24, 0.08);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.contact-share-link:hover,
.contact-share-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 47, 36, 0.24);
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
}

.contact-share-mark {
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-weight: 800;
  font-family: "Merriweather", serif;
  line-height: 1;
}

.site-footer {
  padding: 1.4rem 0 2rem;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(88, 32, 22, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 40;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-2px);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 20px;
    background: rgba(255, 250, 243, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .theme-switcher {
    margin-left: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-grid,
  .intro,
  .trust-grid,
  .quote-grid,
  .contact-columns,
  .services-grid,
  .pricing-grid,
  .trust-cards,
  .prose-grid,
  .prose-layout,
  .split-callout,
  .compact-cta-card {
    grid-template-columns: 1fr;
  }

  .prose-grid > .prose-card,
  .prose-grid > .prose-card:nth-child(4),
  .prose-grid > .prose-card:nth-child(5) {
    grid-column: auto;
  }

  .hero {
    padding-top: 3rem;
  }


  h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .nav-shell {
    min-height: 72px;
  }

  .hero-copy,
  .hero-card,
  .service-card,
  .price-card,
  .trust-card,
  .quote-form,
  .quote-copy-card,
  .contact-panel {
    border-radius: 20px;
  }

  .hero-actions,
  .footer-shell {
    flex-direction: column;
    align-items: stretch;
  }

  .back-to-top {
    right: 1rem;
    bottom: 1rem;
  }

  .button {
    width: 100%;
  }
}
