:root {
  color-scheme: light;
  --ink: #122a3a;
  --ink-deep: #071620;
  --blue: #1f638d;
  --blue-soft: #e7f1f5;
  --gold: #bf9443;
  --gold-soft: #f4ead4;
  --paper: #fbfaf6;
  --white: #ffffff;
  --line: rgba(18, 42, 58, 0.13);
  --shadow: 0 26px 70px rgba(7, 22, 32, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.icon-sprite {
  height: 0;
  left: -9999px;
  position: absolute;
  width: 0;
}

.mini-icon,
.button-icon,
.service-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.mini-icon {
  height: 16px;
  width: 16px;
}

.button-icon {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.site-header {
  align-items: center;
  background: transparent;
  border-bottom: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  left: 0;
  padding: 24px clamp(18px, 4vw, 58px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  min-width: 0;
  width: 68px;
}

.brand img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-right {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(7, 22, 32, 0.12);
  backdrop-filter: blur(14px);
  display: flex;
  gap: 6px;
  justify-content: end;
  justify-self: end;
  padding: 6px;
}

.nav {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  display: flex;
  gap: 0;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0;
}

.nav a {
  color: rgba(18, 42, 58, 0.72);
  border-right: 1px solid rgba(18, 42, 58, 0.12);
  border-radius: 0;
  padding: 12px 17px;
  transition: color 160ms ease;
}

.nav a:hover {
  background: transparent;
  color: var(--ink-deep);
}

.header-call,
.button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  gap: 9px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  white-space: nowrap;
}

.header-call {
  background: var(--ink-deep);
  border: 1px solid rgba(7, 22, 32, 0.18);
  border-radius: 6px;
  box-shadow: none;
  color: white;
  font-size: 0.9rem;
  min-height: 42px;
  padding-inline: 18px;
}

.button:hover,
.header-call:hover {
  transform: translateY(-2px);
}

.section,
.section-band {
  padding: clamp(70px, 9vw, 126px) clamp(18px, 4vw, 58px);
}

.hero {
  background:
    linear-gradient(
      110deg,
      rgba(7, 22, 32, 0.96) 0%,
      rgba(14, 45, 64, 0.94) 54%,
      rgba(251, 250, 246, 0.98) 54.1%
    ),
    var(--ink-deep);
  color: white;
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.78fr);
  min-height: auto;
  padding-bottom: clamp(48px, 7vw, 84px);
  padding-top: clamp(118px, 11vw, 156px);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0 45% 0 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

h1 {
  color: white;
  font-size: clamp(3rem, 5.9vw, 6.3rem);
  margin-bottom: 26px;
  max-width: 11ch;
}

h2 {
  color: var(--ink-deep);
  font-size: clamp(2.15rem, 4.5vw, 4.85rem);
  margin-bottom: 22px;
}

h3 {
  color: var(--ink-deep);
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  max-width: 610px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  color: white;
}

.button-secondary {
  background: var(--gold);
  color: var(--ink-deep);
}

.button-prices {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.button-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: white;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
  padding-top: 18px;
}

.trust-strip span {
  align-items: center;
  border: 1px solid rgba(244, 234, 212, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 8px 12px;
}

.hero-visual {
  align-self: center;
  color: var(--ink);
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.hero-photo-shell,
.quick-quote-card,
.hero-service-list {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(18, 42, 58, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-photo-shell {
  aspect-ratio: 1.12;
  min-height: clamp(330px, 34vw, 440px);
  overflow: hidden;
  position: relative;
}

.hero-photo-shell::after {
  display: none;
}

.hero-photo-shell img,
.comparison-image img,
.dark-showcase img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-photo-shell img {
  object-position: 64% center;
}

.quick-quote-card {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 24px;
}

.quick-quote-card p,
.quick-quote-card span {
  margin: 0;
}

.quick-quote-card p {
  color: rgba(18, 42, 58, 0.56);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-quote-card strong {
  color: var(--gold);
  font-family: "Fraunces", serif;
  font-size: 4rem;
  grid-row: span 2;
  line-height: 0.9;
}

.quick-quote-card span {
  font-weight: 800;
}

.hero-service-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.hero-service-list span {
  align-items: center;
  background: rgba(231, 241, 245, 0.72);
  display: inline-flex;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 17px 18px;
}

.section-heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

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

.section-heading p:not(.eyebrow),
.split-layout > div > p:not(.eyebrow),
.fresh-card p,
.contact-panel p {
  color: rgba(18, 42, 58, 0.7);
  font-size: 1rem;
}

.service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.service-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 218px;
  padding: clamp(22px, 3vw, 34px);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-grid article:hover,
.price-cards article:hover {
  border-color: rgba(191, 148, 67, 0.42);
  box-shadow: 0 18px 44px rgba(7, 22, 32, 0.08);
  transform: translateY(-2px);
}

.service-icon {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid rgba(31, 99, 141, 0.12);
  border-radius: 8px;
  color: var(--blue);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 26px;
  width: 44px;
}

.service-icon.small {
  height: 36px;
  margin-bottom: 18px;
  width: 36px;
}

.service-icon svg {
  height: 22px;
  width: 22px;
}

.service-icon.small svg {
  height: 18px;
  width: 18px;
}

.comparison-section {
  background: white;
}

.comparison-layout {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
}

.comparison-image {
  aspect-ratio: 1.5;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.comparison-labels {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  inset: auto 0 0;
  padding: 18px;
  position: absolute;
}

.comparison-labels span {
  background: rgba(7, 22, 32, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0.1em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.comparison-labels span:last-child {
  background: rgba(191, 148, 67, 0.92);
  color: var(--ink-deep);
  justify-self: end;
}

.comparison-copy p:not(.eyebrow) {
  color: rgba(18, 42, 58, 0.7);
  font-size: 1rem;
}

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

.feature-list li {
  background: var(--blue-soft);
  border: 1px solid rgba(31, 99, 141, 0.12);
  border-radius: 8px;
  color: rgba(18, 42, 58, 0.78);
  font-weight: 800;
  padding: 14px 16px;
}

.section-muted {
  background: linear-gradient(
    180deg,
    var(--blue-soft),
    rgba(255, 255, 255, 0.9)
  );
}

.pricing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.price-disclosure {
  margin: 0 auto;
  max-width: 1180px;
}

.price-disclosure summary {
  align-items: center;
  background:
    linear-gradient(var(--ink-deep), var(--ink-deep)) padding-box,
    linear-gradient(120deg, rgba(244, 234, 212, 0.28), var(--gold), rgba(31, 99, 141, 0.8), rgba(244, 234, 212, 0.28)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: var(--shadow), 0 0 0 rgba(191, 148, 67, 0);
  color: white;
  cursor: pointer;
  display: grid;
  gap: 6px;
  justify-items: center;
  list-style: none;
  margin: 0 auto;
  max-width: 520px;
  padding: 22px 26px;
  position: relative;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.price-disclosure summary::before {
  animation: priceShine 3.8s ease-in-out infinite;
  background: linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, 0.18) 46%, rgba(244, 234, 212, 0.4) 50%, rgba(255, 255, 255, 0.14) 54%, transparent 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
}

.price-disclosure summary::after {
  animation: starTwinkle 2.4s ease-in-out infinite;
  color: var(--gold-soft);
  content: "✦";
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 14px;
}

.price-disclosure summary span::before {
  animation: starTwinkle 2.4s ease-in-out 0.8s infinite;
  color: var(--gold-soft);
  content: "✧";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.price-disclosure summary::-webkit-details-marker {
  display: none;
}

.price-disclosure summary:hover {
  box-shadow: 0 24px 70px rgba(7, 22, 32, 0.18), 0 0 24px rgba(191, 148, 67, 0.28);
  transform: translateY(-2px);
}

.price-disclosure summary span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 900;
}

.price-disclosure summary small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.price-disclosure[open] summary {
  margin-bottom: 34px;
}

.price-disclosure[open] summary::after {
  animation: none;
  color: var(--gold-soft);
  content: "Hide prices";
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: static;
  text-transform: uppercase;
}

.price-disclosure[open] summary::before,
.price-disclosure[open] summary span::before {
  display: none;
}

@keyframes priceShine {
  0%,
  46% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes starTwinkle {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.18) rotate(18deg);
  }
}

.pricing-notes {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 34px;
}

.pricing-notes article,
.info-card-list article,
.addon-price-grid article {
  background: white;
  border: 1px solid rgba(18, 42, 58, 0.12);
  border-radius: 8px;
  padding: 20px;
}

.pricing-notes strong {
  color: var(--ink-deep);
  display: block;
  font-size: 0.92rem;
  margin-bottom: 7px;
}

.pricing-notes span,
.info-card-list p,
.addon-price-grid p {
  color: rgba(18, 42, 58, 0.7);
  font-weight: 700;
}

.pricing-group + .pricing-group {
  margin-top: 42px;
}

.pricing-group-heading {
  margin-bottom: 18px;
}

.pricing-group-heading h3 {
  color: var(--ink-deep);
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  margin: 0;
}

.pricing-card {
  background: white;
  border: 1px solid rgba(18, 42, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(7, 22, 32, 0.07);
  display: grid;
  gap: 12px;
  padding: 22px;
}

.pricing-card-title {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.pricing-card-title .mini-icon {
  color: var(--gold);
  height: 20px;
  width: 20px;
}

.pricing-card-title h3 {
  margin: 0;
}

.price-pair {
  background: rgba(231, 241, 245, 0.72);
  border: 1px solid rgba(31, 99, 141, 0.09);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.price-pair span {
  color: rgba(18, 42, 58, 0.64);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-pair strong {
  color: var(--blue);
  font-size: 1.22rem;
}

.price-pair.highlighted {
  background: var(--ink-deep);
  border-color: var(--ink-deep);
}

.price-pair.highlighted span {
  color: rgba(255, 255, 255, 0.68);
}

.price-pair.highlighted strong {
  color: var(--gold-soft);
}

.split-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.price-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.price-cards article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 168px;
  padding: 24px;
}

.info-card-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inline-link {
  border-bottom: 2px solid var(--gold);
  color: var(--ink-deep);
  display: inline-flex;
  font-weight: 900;
  margin-top: 10px;
  padding-bottom: 3px;
}

.price-cards strong,
.fresh-card strong {
  color: var(--gold);
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2.25rem;
  line-height: 1;
  margin: 20px 0 8px;
}

.section-dark {
  background: var(--ink-deep);
  color: white;
}

.section-dark h2,
.section-dark h3 {
  color: white;
}

.dark-showcase {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  margin: 0 auto clamp(34px, 5vw, 64px);
  max-width: 1180px;
}

.dark-showcase img {
  aspect-ratio: 1.55;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.dark-showcase p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
  font-weight: 700;
}

.detail-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.detail-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
}

.detail-grid h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 24px;
  min-height: 4.5em;
}

.clean-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.clean-list li {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 14px;
}

.clean-list strong {
  color: var(--gold-soft);
  text-align: right;
  white-space: nowrap;
}

.addon-price-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.addon-price-grid h3 {
  font-size: 1rem;
}

.clean-list.light li {
  border-top-color: rgba(18, 42, 58, 0.14);
}

.clean-list.light strong {
  color: var(--blue);
}

.standalone-price {
  background: var(--ink-deep);
  border-radius: 8px;
  color: var(--gold-soft);
  display: inline-flex;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  line-height: 1;
  margin-top: 18px;
  padding: 14px 16px;
}

.fresh-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(244, 234, 212, 0.94)
  );
  border-color: rgba(244, 234, 212, 0.66) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  position: relative;
}

.fresh-card::before {
  background: var(--blue);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: clamp(24px, 3vw, 36px);
  position: absolute;
  right: clamp(24px, 3vw, 36px);
  top: 18px;
}

.fresh-card .eyebrow {
  color: var(--blue);
  margin-top: 18px;
}

.section-dark .fresh-card h2 {
  color: var(--ink-deep);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 900;
  line-height: 1.12;
  min-height: 4.5em;
}

.fresh-card p:not(.eyebrow) {
  color: rgba(18, 42, 58, 0.76);
  font-weight: 700;
  margin-bottom: auto;
}

.fresh-card strong {
  background: var(--ink-deep);
  border-radius: 8px;
  color: var(--gold-soft);
  display: inline-flex;
  padding: 14px 16px;
}

.contact-section {
  padding-bottom: clamp(84px, 10vw, 140px);
}

.contact-panel {
  align-items: center;
  background: var(--ink-deep);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: white;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(28px, 5vw, 58px);
}

.contact-panel h2 {
  color: white;
  max-width: 780px;
}

.contact-panel .eyebrow {
  color: var(--gold-soft);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel .contact-actions {
  justify-content: end;
  margin-top: 0;
  max-width: 420px;
}

.site-footer {
  align-items: center;
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 12px 26px;
  justify-content: center;
  padding: 26px 18px;
}

.floating-cta {
  background: var(--gold);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 14px 34px rgba(7, 22, 32, 0.22);
  color: var(--ink-deep);
  display: none;
  font-weight: 900;
  padding: 14px 20px;
  position: fixed;
  right: 18px;
  z-index: 30;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 18px 18px 0;
  }

  .header-right {
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
  }

  .nav {
    display: none;
  }

  .hero {
    background: linear-gradient(
      180deg,
      rgba(7, 22, 32, 0.97) 0%,
      rgba(14, 45, 64, 0.95) 64%,
      var(--paper) 64.1%
    );
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero::before {
    inset: 0;
  }

  .hero-visual {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }

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

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

  .pricing-notes,
  .addon-price-grid,
  .price-cards.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .comparison-layout,
  .dark-showcase,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-panel .contact-actions {
    justify-content: start;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .header-call {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.52);
    color: var(--ink-deep);
    min-height: 40px;
    padding-inline: 14px;
  }

  .brand {
    height: 44px;
    width: 52px;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 2.85rem);
    line-height: 1.05;
    max-width: 9ch;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(1.95rem, 10vw, 2.55rem);
    line-height: 1.05;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-photo-shell {
    min-height: clamp(250px, 68vw, 330px);
  }

  .hero {
    gap: 28px;
    padding-bottom: 46px;
    padding-top: 96px;
  }

  .hero-photo-shell img {
    object-position: 70% center;
  }

  .quick-quote-card {
    grid-template-columns: 1fr;
  }

  .quick-quote-card strong {
    font-size: 3.35rem;
    grid-row: auto;
  }

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

  .hero-service-list,
  .service-grid,
  .detail-grid,
  .price-cards,
  .pricing-grid,
  .pricing-notes,
  .addon-price-grid,
  .price-cards.compact,
  .info-card-list {
    grid-template-columns: 1fr;
  }

  .clean-list li {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .clean-list strong {
    text-align: left;
    white-space: normal;
  }

  .floating-cta {
    display: inline-flex;
  }
}
