:root {
  --black: #070707;
  --panel: #111111;
  --panel-soft: #171717;
  --gold: #f1c40f;
  --gold-bright: #ffd51c;
  --gold-dark: #705900;
  --cream: #f8f5ec;
  --cream-deep: #ebe5d8;
  --ink: #111111;
  --muted: #aaa9a3;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(17, 17, 17, 0.14);
  --shell: 1180px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Montserrat, Arial, sans-serif;
}

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

.breadcrumbs {
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #0a0a0a;
  color: #d4d1c8;
}
.breadcrumbs ol {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 38px;
  margin-block: 0;
  padding-block: 8px;
  overflow-x: auto;
  list-style: none;
  font-size: .68rem;
  white-space: nowrap;
}
.breadcrumbs li { display: flex; gap: 9px; align-items: center; }
.breadcrumbs li + li::before { color: var(--gold); content: '/'; }
.breadcrumbs a { color: #fff; text-underline-offset: 3px; }
.breadcrumbs a:hover,
.breadcrumbs a:focus-visible { color: var(--gold); }

html {
  scroll-behavior: smooth;
}

:where(section, article)[id] {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  background: var(--black);
  color: #fff;
  font-family: var(--sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  background: #fff;
  color: #000;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(8, 8, 8, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-utility {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.header-utility-inner {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #aaa9a3;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.header-utility-inner p {
  margin: 0;
}

.availability-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(241, 196, 15, 0.11);
  vertical-align: 1px;
}

.header-utility-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-utility-links a {
  color: #d8d8d3;
}

.header-utility-links a:first-child span {
  margin-right: 7px;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-brand {
  width: 146px;
  margin-right: auto;
  flex-shrink: 0;
}

.site-brand img,
.site-brand .custom-logo {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.site-brand .custom-logo-link {
  display: block;
}

.desktop-navigation .desktop-menu,
.mobile-navigation .menu,
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop-navigation .desktop-menu {
  display: flex;
  align-items: center;
  gap: clamp(17px, 1.55vw, 27px);
}

.desktop-navigation .desktop-menu > li > a,
.desktop-services-toggle {
  position: relative;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  padding-block: 29px;
  border: 0;
  background: transparent;
  color: #d5d5d0;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.desktop-navigation .desktop-menu > li > a::after,
.desktop-services-toggle::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: '';
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-navigation .desktop-menu > li > a:hover::after,
.desktop-navigation .desktop-menu > li > a[aria-current="page"]::after,
.desktop-services-menu.is-current .desktop-services-toggle::after,
.desktop-services-toggle[aria-expanded="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.desktop-navigation .desktop-menu > li > a:hover,
.desktop-navigation .desktop-menu > li > a[aria-current="page"],
.desktop-services-menu.is-current .desktop-services-toggle,
.desktop-services-toggle:hover,
.desktop-services-toggle[aria-expanded="true"] {
  color: var(--gold);
}

.desktop-services-menu {
  position: relative;
}

.desktop-services-toggle {
  gap: 7px;
}

.desktop-services-toggle svg {
  transition: transform 180ms ease;
}

.desktop-services-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.desktop-services-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -8px;
}

.desktop-services-panel {
  position: absolute;
  top: calc(100% - 7px);
  left: 50%;
  width: min(610px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 10, 0.99);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.52);
  transform: translateX(-42%);
}

.desktop-services-panel[hidden] {
  display: none;
}

.desktop-services-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  padding: 3px 3px 14px;
  border-bottom: 1px solid var(--line);
}

.desktop-services-intro span {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-services-intro p {
  margin: 0;
  color: #aaa9a3;
  font-size: 0.72rem;
}

.desktop-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding-top: 11px;
}

.desktop-services-grid a {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.035);
  color: #f4f3ed;
  text-transform: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.desktop-services-grid a:first-child {
  grid-column: 1 / -1;
  background: rgba(241, 196, 15, 0.09);
}

.desktop-services-grid a:hover,
.desktop-services-grid a:focus-visible {
  border-color: rgba(241, 196, 15, 0.58);
  background: rgba(241, 196, 15, 0.12);
  transform: translateY(-1px);
}

.desktop-services-grid a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.desktop-services-grid strong {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.desktop-services-grid span {
  color: #aaa9a3;
  font-size: 0.68rem;
  font-weight: 550;
  letter-spacing: 0;
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-call-icon {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e4e4df;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-call-icon:hover {
  color: var(--gold);
}

.header-book {
  min-width: 142px;
  gap: 10px;
}

.header-book span {
  font-size: 0.92rem;
}

.mobile-header-actions {
  display: none;
}

.button {
  max-width: 100%;
  min-height: 52px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #090909;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.button:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  box-shadow: 0 8px 24px rgba(241, 196, 15, 0.2);
}

.button:active {
  box-shadow: none;
  transform: translateY(1px) scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-1px);
  }
}

.button-small {
  min-height: 44px;
  padding-inline: 19px;
  font-size: 0.68rem;
}

.button-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
}

.button-outline:hover {
  background: #fff;
  border-color: #fff;
  color: #080808;
  box-shadow: none;
}

.button-dark {
  background: #111;
  border-color: #111;
  color: #fff;
}

.button-dark:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
}

.button:focus-visible,
.text-link:focus-visible,
.subtle-link:focus-visible,
.menu-toggle:focus-visible,
.video-motion-toggle:focus-visible,
.mobile-action-bar a:focus-visible,
.mobile-navigation a:focus-visible,
.service-jump-links a:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.button[aria-busy="true"],
.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.menu-toggle,
.mobile-navigation,
.mobile-action-bar {
  display: none;
}

.dark-block {
  background: var(--black);
  color: #fff;
}

.light-block {
  background: var(--cream);
  color: var(--ink);
}

.cream-block {
  background: var(--cream-deep);
  color: var(--ink);
}

.section {
  padding: 112px 0;
}

.section-heading {
  width: min(690px, calc(100% - 48px));
  margin: 0 auto 52px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.dark-block .eyebrow {
  color: var(--gold);
}

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

h1,
h2 {
  font-family: var(--display);
  letter-spacing: -0.025em;
}

.section-heading h2,
.results-copy h2,
.area-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0 0 17px;
  font-size: clamp(2.4rem, 4.3vw, 4.5rem);
  line-height: 1.04;
}

.section-heading > p:last-child {
  margin: 0;
  color: #68655d;
}

.dark-block .section-heading > p:last-child {
  color: #aaa;
}

.home-hero {
  min-height: 720px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 62%;
  filter: saturate(0.88) contrast(1.06);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.99) 0%, rgba(5, 5, 5, 0.9) 40%, rgba(5, 5, 5, 0.22) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 50%),
    radial-gradient(circle at 16% 80%, rgba(241, 196, 15, 0.14), transparent 34%);
}

.hero-inner {
  min-height: 720px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(720px, 67%);
  padding-block: 92px;
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0 0 26px;
  font-size: clamp(3.45rem, 5.25vw, 5.8rem);
  overflow-wrap: normal;
  word-break: normal;
  line-height: 0.98;
}

.hero-lead {
  max-width: 660px;
  margin: 0 0 30px;
  color: #d0d0ca;
  font-size: 1.04rem;
}

.hero-reassurance {
  margin: 14px 0 0;
  color: #c9c8c2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero-reassurance span {
  margin-inline: 7px;
  color: var(--gold);
}

.home-compact-section {
  padding-block: 88px;
}

.field-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
}

.field-proof-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 14px;
  align-items: start;
}

.field-proof-media figure,
.process-media-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #131313;
}

.field-proof-main {
  aspect-ratio: 4 / 5;
}

.field-proof-secondary {
  aspect-ratio: 4 / 5;
  margin-top: 72px !important;
}

.field-proof-media img,
.process-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.field-proof-media figure:hover img,
.process-media-grid figure:hover img {
  transform: scale(1.025);
}

.field-proof-media figcaption,
.process-media-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 48px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  color: #fff;
}

.field-proof-media figcaption {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field-proof-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  line-height: 1;
}

.field-proof-copy > p:not(.eyebrow) {
  color: #bbb;
}

.field-proof-copy .check-list {
  margin-block: 28px 32px;
}

.field-proof-copy .check-list li {
  color: #e3e3de;
}

.field-proof-copy .action-row {
  align-items: center;
}

.process-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 58px;
}

.process-media-grid figure {
  aspect-ratio: 4 / 5;
}

.process-media-grid figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 76px 20px 20px;
}

.process-media-grid figcaption span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.process-media-grid figcaption strong {
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
}

.process-media-grid figcaption small {
  color: #c5c5c0;
  font-size: 0.7rem;
  line-height: 1.35;
}

.area-image-portrait {
  min-height: 620px;
}

.area-image-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.subtle-link,
.text-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.subtle-link {
  margin-top: 24px;
}

.subtle-link span,
.text-link span {
  margin-left: 7px;
  color: var(--gold);
}

.hero-proof {
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 19px 23px;
  background: rgba(10, 10, 10, 0.88);
  border: 1px solid rgba(241, 196, 15, 0.5);
  box-shadow: var(--shadow);
}

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

.hero-proof strong {
  font-family: var(--display);
  font-size: 1.25rem;
}

.hero-proof span {
  margin-top: 2px;
  color: #aaa;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-strip {
  background: #111;
  border-block: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  position: relative;
  min-height: 110px;
  display: grid;
  align-content: center;
  padding: 22px 34px 22px 58px;
}

.trust-grid > div + div {
  border-left: 1px solid var(--line);
}

.trust-grid span {
  position: absolute;
  left: 24px;
  top: 27px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
}

.trust-grid strong,
.trust-grid small {
  display: block;
}

.trust-grid strong {
  font-family: var(--display);
  font-size: 1.15rem;
}

.trust-grid small {
  margin-top: 2px;
  color: #989891;
  font-size: 0.66rem;
  font-weight: 700;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd8ce;
  box-shadow: 0 18px 55px rgba(22, 18, 7, 0.08);
}

.service-card-featured {
  border: 2px solid var(--gold);
}

.card-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 11px;
  background: var(--gold);
  color: #080808;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card-image {
  display: block;
  height: 240px;
  overflow: hidden;
  background: #111;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition: transform 500ms ease, filter 500ms ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.035);
  filter: saturate(0.92);
}

.service-card-body {
  padding: 28px;
}

.service-card-body h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 1.1;
}

.service-card-body > p:not(.eyebrow) {
  min-height: 78px;
  margin: 0 0 20px;
  color: #66635d;
  font-size: 0.88rem;
}

.from-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-block: 14px;
  margin-bottom: 19px;
  border-block: 1px solid #e5e1d8;
}

.from-price span {
  color: #77736b;
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.from-price strong {
  font-size: 1.65rem;
}

.service-card .text-link,
.dark-link {
  border-bottom-color: rgba(17, 17, 17, 0.28);
  color: #111;
}

.service-card-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.service-card-actions .button {
  min-height: 44px;
  padding-inline: 17px;
  font-size: 0.66rem;
}

.center-action {
  margin-top: 38px;
  text-align: center;
}

.results-block {
  background: radial-gradient(circle at 15% 100%, rgba(241, 196, 15, 0.11), transparent 38%), #0b0b0b;
}

.results-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.real-video-proof {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 52px;
  margin-bottom: 84px;
  padding: 18px;
  background: #121212;
  border: 1px solid rgba(241, 196, 15, 0.36);
}

.real-video-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #070707;
}

.real-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-motion-toggle {
  display: none;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.video-motion-toggle.is-ready {
  display: block;
}

.proof-video-section {
  padding-block: clamp(64px, 8vw, 112px);
}

.proof-video-section .real-video-proof {
  margin-bottom: 0;
}

.proof-video-vertical .real-video-frame {
  aspect-ratio: 9 / 16;
  max-height: 720px;
}

.video-motion-toggle:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.real-video-copy {
  padding: 34px 42px 34px 0;
}

.real-video-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.real-video-copy > p:last-child {
  color: #aaa;
}

.results-copy > p:not(.eyebrow) {
  color: #aaa;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
}

.check-list li {
  position: relative;
  padding: 9px 0 9px 27px;
  border-bottom: 1px solid var(--line);
  color: #cecec7;
  font-size: 0.85rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.before-after figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.before-after figure span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  background: #080808;
  border: 1px solid var(--line);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.before-after figure:last-child span {
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
}

.before-after img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

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

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #ddd7ca;
}

.review-card .stars {
  color: var(--gold-dark);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
}

.review-card p {
  margin: 20px 0 28px;
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.48;
}

.review-card cite {
  margin-top: auto;
  color: #68645c;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
}

.google-review-proof {
	display: grid;
	grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.7fr) auto;
	align-items: center;
	gap: 24px;
	margin: 0 auto 28px;
	padding: 24px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08);
	color: var(--ink);
	text-decoration: none;
}

.google-review-score {
	display: grid;
	gap: 3px;
}

.google-review-source {
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.google-review-score strong {
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1;
}

.google-review-stars {
	color: var(--gold-dark);
	font-size: 0.82rem;
	letter-spacing: 0.12em;
}

.google-review-proof blockquote,
.google-review-proof blockquote p {
	margin: 0;
}

.google-review-proof blockquote p {
	font-size: clamp(1rem, 2vw, 1.22rem);
	font-weight: 750;
	line-height: 1.45;
}

.google-review-proof cite {
	display: block;
	margin-top: 6px;
	color: #68645c;
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.google-review-link {
	font-size: 0.78rem;
	font-weight: 900;
	white-space: nowrap;
}

.google-proof-section {
	padding-bottom: 0;
}

@media (max-width: 760px) {
	.google-review-proof {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px;
	}

	.google-review-link {
		white-space: normal;
	}
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.process-grid li {
  min-height: 230px;
  padding: 34px;
  background: var(--cream);
  border: 1px solid #d8d1c3;
}

.process-grid li + li {
  border-left: 0;
}

.process-grid span {
  color: var(--gold-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.process-grid h3 {
  margin: 28px 0 10px;
  font-family: var(--display);
  font-size: 1.5rem;
}

.process-grid p {
  margin: 0;
  color: #69655e;
  font-size: 0.84rem;
}

.process-note {
  margin: 24px auto 0;
  text-align: center;
  color: #6c685f;
  font-size: 0.76rem;
}

.specialist-home {
  background: radial-gradient(circle at 90% 10%, rgba(241, 196, 15, 0.09), transparent 30%), #0a0a0a;
}

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

.specialist-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 48px;
  overflow: hidden;
  background: #121212;
  border: 1px solid var(--line);
}

.specialist-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(241, 196, 15, 0.08);
  filter: blur(40px);
}

.ceramic-card {
  border-color: rgba(241, 196, 15, 0.45);
}

.specialist-number {
  align-self: flex-end;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--display);
  font-size: 4rem;
  line-height: 1;
}

.specialist-card h2 {
  max-width: 480px;
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 3.8vw, 3.7rem);
  line-height: 1.04;
}

.specialist-card > p:not(.eyebrow) {
  max-width: 540px;
  color: #aaa;
}

.proof-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 22px 0 34px;
}

.proof-chips li {
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: #c7c7c0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.specialist-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.specialist-actions span {
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 900;
}

.area-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
}

.area-image {
  min-height: 520px;
  overflow: hidden;
}

.area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
  background: #fff;
  border: 1px solid #ded8cc;
}

.area-copy > p:not(.eyebrow) {
  color: #66635c;
}

.area-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 28px;
  border-block: 1px solid #ded9cf;
}

.area-links a {
  padding: 16px 8px 16px 0;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.area-links a + a {
  padding-left: 16px;
  border-left: 1px solid #ded9cf;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-intro > p:last-child {
  color: #66635c;
}

.faq-list details {
  border-top: 1px solid #cbc3b4;
}

.faq-list details:last-child {
  border-bottom: 1px solid #cbc3b4;
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
}

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

.faq-list summary span {
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 20px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 9px;
  height: 2px;
  background: #111;
}

.faq-list summary span::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary span::after {
  transform: none;
}

.faq-list details p {
  margin: -3px 0 25px;
  padding-right: 55px;
  color: #625f58;
  font-size: 0.88rem;
}

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

.guide-card {
  background: #fff;
  border: 1px solid #ddd8ce;
}

.guide-card > a {
  display: block;
  height: 210px;
  overflow: hidden;
}

.guide-card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-card > div {
  padding: 24px;
}

.guide-card time {
  color: #837b6b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guide-card h3 {
  margin: 10px 0;
  font-family: var(--display);
  font-size: 1.4rem;
  line-height: 1.2;
}

.guide-card p {
  color: #68645e;
  font-size: 0.84rem;
}

.guide-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-topic-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.6vw, 44px);
  background: #fff;
  border: 1px solid #d8d1c5;
  color: #111;
  box-shadow: 0 15px 45px rgba(24, 18, 4, 0.06);
  transition: border-color 180ms ease, transform 240ms ease;
}

.guide-topic-card:hover {
  border-color: #9b7d00;
  transform: translateY(-3px);
}

.guide-topic-card > span {
  align-self: flex-end;
  color: #b39a35;
  font-family: var(--display);
  font-size: 2.5rem;
}

.guide-topic-card h3 {
  margin: 9px 0 14px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.04;
}

.guide-topic-card > p:not(.eyebrow) {
  color: #66625b;
  font-size: 0.82rem;
}

.guide-topic-card b {
  margin-top: auto;
  color: #765f00;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guide-latest .article-card {
  box-shadow: 0 15px 45px rgba(24, 18, 4, 0.06);
}

.final-cta {
  padding: 112px 0;
  text-align: center;
  background: radial-gradient(circle at center bottom, rgba(241, 196, 15, 0.13), transparent 38%), #080808;
}

.final-cta .shell {
  max-width: 820px;
}

.final-cta p:not(.eyebrow) {
  margin: -2px 0 28px;
  color: #aaa;
}

.action-center {
  justify-content: center;
}

.page-hero,
.article-hero {
  padding: 100px 0 84px;
  background: radial-gradient(circle at 78% 20%, rgba(241, 196, 15, 0.11), transparent 30%), #090909;
}

.page-hero-inner,
.article-heading {
  max-width: 900px;
}

.page-hero h1,
.article-heading h1,
.archive-heading h1,
.not-found h1 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.page-hero-inner > p:last-child,
.article-deck {
  max-width: 720px;
  color: #b7b7b0;
  font-size: 1rem;
}

.content-shell {
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: 80px 100px;
}

.entry-content {
  color: #292824;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #111;
  font-family: var(--display);
  line-height: 1.14;
}

.entry-content h2 {
  margin: 2.1em 0 0.7em;
  font-size: 2.3rem;
}

.entry-content h3 {
  margin: 1.8em 0 0.6em;
  font-size: 1.65rem;
}

.entry-content p,
.entry-content li {
  color: #514e48;
}

.entry-content a {
  color: #715d05;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--gold);
  background: #f0ebdf;
}

.entry-content img {
  margin-block: 32px;
}

.article-meta {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-feature {
  margin-top: 52px;
}

.article-feature img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}

.article-review-note {
  margin-top: 64px;
  padding: 28px;
  border: 1px solid #d8d0bd;
  border-left: 4px solid var(--gold);
  background: #f6f2e8;
}

.article-review-note .eyebrow {
  margin-bottom: 10px;
  color: #715d05;
}

.article-review-note p:not(.eyebrow) {
  margin: 0 0 14px;
  color: #393630;
}

.article-cta {
  padding: 60px 0;
}

.article-cta .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.article-cta h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.archive-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

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

.article-card {
  background: #fff;
  border: 1px solid #ddd8ce;
}

.article-card-image {
  height: 220px;
  display: block;
  overflow: hidden;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-body {
  padding: 25px;
}

.article-card time {
  color: #837b6b;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card h2 {
  margin: 10px 0;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.18;
}

.article-card p {
  color: #68645e;
  font-size: 0.84rem;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 70px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd8ce;
}

.empty-state h2 {
  margin-top: 0;
  font-family: var(--display);
  font-size: 2.2rem;
}

.not-found {
  min-height: 680px;
  display: flex;
  align-items: center;
  text-align: center;
}

.not-found .shell {
  max-width: 850px;
}

.not-found p:not(.eyebrow) {
  color: #aaa;
}

.service-hero {
  min-height: 670px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

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

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.08);
}

.service-hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.83) 48%, rgba(5, 5, 5, 0.22));
}

.service-hero-copy {
  min-height: 670px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 90px;
}

.service-hero-copy h1 {
  max-width: 830px;
  margin: 0 0 24px;
  font-size: clamp(3.5rem, 6.1vw, 6.7rem);
  line-height: 0.98;
}

.service-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 30px;
  color: #c7c7c1;
}

.compact-service-hero,
.compact-service-hero .service-hero-copy {
  min-height: 600px;
}

.service-proof-bar {
  background: #111;
  border-block: 1px solid var(--line);
}

.service-proof-bar .shell {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.service-proof-bar span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-inline: 28px;
  color: #aaa;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-proof-bar span + span {
  border-left: 1px solid var(--line);
}

.service-proof-bar strong {
  color: var(--gold);
}

.split-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: center;
}

.split-copy h2,
.package-price h2 {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  line-height: 1.05;
}

.split-copy > p:not(.eyebrow) {
  color: #5f5c55;
}

.feature-facts,
.exclusion-panel,
.membership-price-card {
  padding: 42px;
  background: #fff;
  border: 1px solid #ddd8ce;
}

.feature-facts h3,
.package-inclusions h3,
.exclusion-panel h3 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 1.65rem;
}

.icon-list,
.membership-visit-grid ul,
.correction-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  display: flex;
  gap: 17px;
  padding: 20px 0;
  border-top: 1px solid #e2ded5;
}

.icon-list li > span {
  color: #8e7408;
  font-size: 0.64rem;
  font-weight: 900;
}

.icon-list strong {
  font-size: 0.88rem;
}

.icon-list p {
  margin: 3px 0 0;
  color: #6c6860;
  font-size: 0.79rem;
}

.numbered-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.numbered-grid li {
  min-height: 270px;
  padding: 30px;
  background: #121212;
  border: 1px solid var(--line);
}

.numbered-grid li + li {
  border-left: 0;
}

.numbered-grid span,
.membership-visit-grid > article > span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
}

.numbered-grid h3,
.membership-visit-grid h3 {
  margin: 55px 0 10px;
  font-family: var(--display);
  font-size: 1.45rem;
}

.numbered-grid p {
  color: #aaa;
  font-size: 0.82rem;
}

.dark-numbered li {
  background: var(--cream);
  border-color: #d4cdbf;
}

.dark-numbered li + li {
  border-left: 0;
}

.dark-numbered span {
  color: var(--gold-dark);
}

.dark-numbered p {
  color: #66625b;
}

.package-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid #d1c9ba;
  background: var(--cream);
}

.package-price,
.package-inclusions {
  padding: 50px;
}

.package-price {
  border-right: 1px solid #d1c9ba;
}

.price-options {
  margin: 28px 0;
  border: 1px solid #d7d0c4;
}

.price-options > div {
  padding: 18px;
}

.price-options > div + div {
  border-top: 1px solid #d7d0c4;
}

.price-options small,
.price-options strong,
.price-options span,
.price-options em {
  display: block;
}

.price-options small {
  color: #6f6a61;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.price-options strong {
  margin-top: 3px;
  font-size: 2rem;
}

.price-options span {
  font-size: 0.75rem;
}

.price-options em {
  margin-top: 8px;
  color: #777168;
  font-size: 0.68rem;
  font-style: normal;
}

.dark-check li {
  border-bottom-color: #d9d2c6;
  color: #4f4c46;
}

.package-inclusions details {
  border-top: 1px solid #d4cdbf;
}

.package-inclusions summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-inclusions summary::-webkit-details-marker {
  display: none;
}

.priced-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.priced-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid #d9d2c6;
  color: #58544e;
  font-size: 0.78rem;
}

.priced-list strong {
  color: #6f5905;
}

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

.correction-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #121212;
  border: 1px solid var(--line);
}

.featured-correction {
  border: 2px solid var(--gold);
}

.correction-card .stage {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.correction-card h3 {
  margin: 8px 0 10px;
  font-family: var(--display);
  font-size: 1.65rem;
}

.correction-card > p {
  color: #aaa;
  font-size: 0.84rem;
}

.dual-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 16px 0 22px;
  border: 1px solid var(--line);
}

.dual-price span {
  padding: 12px;
  color: #999;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.dual-price span + span {
  border-left: 1px solid var(--line);
}

.dual-price strong {
  display: block;
  color: var(--gold);
  font-size: 1.4rem;
}

.correction-card ul {
  margin-top: auto;
}

.correction-card li {
  position: relative;
  padding: 8px 0 8px 23px;
  border-top: 1px solid var(--line);
  color: #bbb;
  font-size: 0.78rem;
}

.correction-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.section-note {
  margin: 28px auto 0;
  text-align: center;
  color: #999;
  font-size: 0.76rem;
}

.specialist-outcomes {
  overflow: hidden;
}

.specialist-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d5cebf;
  border: 1px solid #d5cebf;
  box-shadow: 0 22px 70px rgba(25, 19, 4, 0.08);
}

.specialist-outcome-grid article,
.specialist-limit {
  min-height: 265px;
  padding: clamp(26px, 3.4vw, 42px);
  background: #fff;
}

.specialist-outcome-grid article > span,
.specialist-limit > strong {
  color: #7f6500;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialist-outcome-grid h3 {
  margin: 54px 0 12px;
  color: #111;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

.specialist-outcome-grid p {
  margin: 0;
  color: #625e56;
  font-size: 0.8rem;
}

.specialist-limit {
  min-height: auto;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 32px;
  background: #111;
  border-left: 4px solid var(--gold);
}

.specialist-limit > strong {
  color: var(--gold);
}

.specialist-limit p {
  color: #c3c2bc;
}

.specialist-review-proof .section-heading {
  margin-bottom: 34px;
}

.specialist-review-proof .google-review-proof {
  margin-inline: auto;
}

.membership-visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.membership-visit-grid article {
  padding: 34px;
  background: #121212;
  border: 1px solid var(--line);
}

.membership-visit-grid li {
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: #bbb;
  font-size: 0.8rem;
}

.exclusion-panel {
  background: var(--cream);
}

.service-jump-bar {
  position: sticky;
  z-index: 30;
  top: 107px;
  background: rgba(248, 245, 236, 0.97);
  border-bottom: 1px solid #d8d1c5;
  box-shadow: 0 12px 35px rgba(22, 18, 7, 0.08);
  backdrop-filter: blur(16px);
}

.service-jump-shell {
  min-height: 104px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 22px;
}

.service-jump-intro span,
.service-jump-intro strong {
  display: block;
}

.service-jump-intro span {
  color: var(--gold-dark);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-jump-intro strong {
  margin-top: 3px;
  color: #17140d;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.12;
}

.service-jump-links {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.service-jump-links a {
  min-height: 70px;
  display: grid;
  align-content: center;
  padding: 10px 13px;
  border: 1px solid #d8d1c5;
  background: #fff;
  color: #17140d;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.service-jump-links a:hover,
.service-jump-links a.is-current {
  border-color: var(--gold);
  background: #fff9dc;
}

.service-jump-links a:active {
  transform: scale(0.985);
}

.service-jump-links a:focus-visible {
  outline-color: #17140d;
}

.service-jump-links span,
.service-jump-links strong,
.service-jump-links small {
  display: block;
}

.service-jump-links span {
  color: #746f65;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-jump-links strong {
  margin-top: 1px;
  font-size: 0.72rem;
}

.service-jump-links small {
  color: var(--gold-dark);
  font-size: 0.61rem;
  font-weight: 900;
}

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

.package-card-full {
  position: relative;
  scroll-margin-top: 225px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd8ce;
  box-shadow: 0 16px 55px rgba(22, 18, 7, 0.08);
}

.package-featured {
  border: 2px solid var(--gold);
}

.package-card-image {
  height: 260px;
  position: relative;
  overflow: hidden;
  background: #111;
}

.package-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 58%);
}

.package-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card-image > span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -3px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--display);
  font-size: 3.4rem;
}

.package-card-content {
  padding: 30px;
}

.package-card-content h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.1;
}

.package-description {
  min-height: 55px;
  color: #66635d;
  font-size: 0.86rem;
}

.light-price {
  border-color: #ded9cf;
}

.light-price span {
  color: #777168;
}

.light-price span + span {
  border-left-color: #ded9cf;
}

.light-price strong {
  color: #111;
}

.package-card-content details {
  margin-bottom: 21px;
  border-top: 1px solid #dfdbd2;
}

.package-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 9px;
}

.package-card-actions .button {
  width: 100%;
  padding-inline: 14px;
  font-size: 0.66rem;
}

.package-card-content summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card-content summary::-webkit-details-marker {
  display: none;
}

.package-card-content details ul {
  padding-left: 18px;
  color: #5f5b54;
  font-size: 0.8rem;
}

.package-card-content details li {
  margin: 6px 0;
}

.best-for {
  color: #66625b;
  font-size: 0.78rem;
}

.package-card-content > .button {
  width: 100%;
}

.decision-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 38px;
  padding: 30px 34px;
  background: #111;
  border-left: 4px solid var(--gold);
  color: #fff;
}

.decision-banner h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 1.7rem;
}

.decision-banner h3 + p {
  margin: 0;
  color: #aaa;
  font-size: 0.8rem;
}

.decision-banner .action-row {
  flex-shrink: 0;
}

.decision-message-link {
  margin-top: 15px;
  color: var(--gold);
  border-bottom-color: rgba(255, 204, 0, 0.45);
}

.specialist-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.specialist-link-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #121212;
  border: 1px solid var(--line);
}

.specialist-link-card:hover {
  border-color: rgba(241, 196, 15, 0.7);
}

.specialist-link-card > span {
  align-self: flex-end;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--display);
  font-size: 3.2rem;
}

.specialist-link-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1.1;
}

.specialist-link-card > p:not(.eyebrow) {
  color: #aaa;
  font-size: 0.82rem;
}

.specialist-link-card b {
  margin-top: auto;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.addon-grid {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.addon-grid-single {
  max-width: 700px;
  grid-template-columns: 1fr;
}

.addon-card {
  background: var(--cream);
  border: 1px solid #d4cdbf;
}

.addon-card summary {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  cursor: pointer;
  list-style: none;
}

.addon-card summary::-webkit-details-marker {
  display: none;
}

.addon-card summary b,
.addon-card summary small {
  display: block;
}

.addon-card summary b {
  font-family: var(--display);
  font-size: 1.4rem;
}

.addon-card summary small {
  color: #6c685f;
  font-size: 0.68rem;
}

.addon-card .priced-list {
  padding: 0 26px 24px;
}

.addon-detail {
  padding: 0 26px 26px;
  border-top: 1px solid #d4cdbf;
}

.addon-detail p {
  margin: 20px 0;
  color: #5f5a51;
}

.addon-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #d4cdbf;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.addon-price-row strong {
  color: #8a6b00;
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: 0;
}

.light-service-link {
  background: var(--cream);
  border-color: #d5cec1;
  color: #111;
}

.light-service-link > span {
  color: rgba(17, 17, 17, 0.2);
}

.light-service-link > p:not(.eyebrow) {
  color: #66625b;
}

.area-card-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.area-card,
.contact-card {
  padding: 42px;
  background: #fff;
  border: 1px solid #ddd8ce;
}

.area-card h2,
.contact-card h2 {
  margin: 0 0 14px;
  font-size: 2.5rem;
}

.area-card > p:not(.eyebrow),
.contact-card > p {
  color: #66625b;
}

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

.contact-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-card > span {
  align-self: flex-end;
  color: var(--gold-dark);
  font-size: 0.66rem;
  font-weight: 900;
}

.contact-card .button,
.contact-card .text-link {
  margin-top: auto;
}

.contact-secondary-link {
  margin-top: 14px;
  color: #56524b;
  font-size: 0.72rem;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.conversion-paths {
  border-bottom: 1px solid #ddd8ce;
}

.conversion-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.conversion-path-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 54px);
  background: #fff;
  border: 1px solid #d8d1c5;
}

.conversion-path-card > span {
  color: #705900;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversion-path-card h3 {
  margin: 24px 0 14px;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.conversion-path-card p,
.conversion-path-card li {
  color: #5b574f;
}

.conversion-path-card ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 34px;
  padding-left: 20px;
  font-size: 0.82rem;
}

.conversion-path-card .button {
  margin-top: auto;
}

.conversion-path-primary {
  background: #101010;
  border-color: #101010;
  color: #fff;
}

.conversion-path-primary > span,
.conversion-path-primary p,
.conversion-path-primary li {
  color: #c8c6bf;
}

.quick-enquiry-section {
  scroll-margin-top: 100px;
}

.quick-enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}

.quick-contact-options {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.quick-contact-options a {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #d4cdbf;
  color: #111;
}

.quick-contact-options a:hover {
  border-color: #8a6b00;
}

.quick-contact-options strong {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-contact-options span {
  color: #5f5a51;
  font-size: 0.78rem;
}

.quick-enquiry-card {
  padding: clamp(26px, 4vw, 48px);
  background: #111;
  color: #fff;
  box-shadow: 0 28px 70px rgba(27, 22, 10, 0.14);
}

.quick-enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.enquiry-field {
  min-width: 0;
}

.enquiry-field-wide,
.enquiry-preference,
.enquiry-submit {
  grid-column: 1 / -1;
}

.enquiry-field label,
.enquiry-preference legend {
  display: block;
  margin-bottom: 8px;
  color: #deddd8;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.quick-enquiry-form input:not([type="radio"]),
.quick-enquiry-form select,
.quick-enquiry-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  background: #202020;
  border: 1px solid #4a4a48;
  border-radius: 0;
  color: #fff;
  font: inherit;
}

.quick-enquiry-form textarea {
  min-height: 94px;
  resize: vertical;
}

.quick-enquiry-form input:focus,
.quick-enquiry-form select:focus,
.quick-enquiry-form textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(255, 204, 0, 0.18);
  outline-offset: 1px;
}

.enquiry-preference {
  padding: 0;
  margin: 0;
  border: 0;
}

.enquiry-preference label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0 8px 0 0;
  padding: 10px 15px;
  background: #202020;
  border: 1px solid #4a4a48;
  cursor: pointer;
}

.enquiry-preference label:has(input:checked) {
  border-color: var(--gold);
  color: var(--gold);
}

.enquiry-submit {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}

.enquiry-submit p {
  max-width: 260px;
  margin: 0;
  color: #aaa9a3;
  font-size: 0.68rem;
  line-height: 1.45;
}

.enquiry-submit p a {
  color: #deddd8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.enquiry-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.enquiry-notice {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: #292929;
}

.enquiry-notice span {
  color: #cfcec8;
  font-size: 0.76rem;
}

.enquiry-notice-error {
  border-left-color: #dc625f;
}

.thank-you-panel {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 140px;
  text-align: center;
}

.thank-you-panel h1 {
  max-width: 820px;
  margin: 14px 0 20px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.92;
}

.thank-you-panel > p:not(.eyebrow) {
  max-width: 670px;
  color: #5b574f;
}

.button-outline-dark {
  border: 1px solid #222;
  color: #111;
}

.button-outline-dark:hover {
  background: #111;
  color: #fff;
}

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

.result-gallery figure {
  margin: 0;
  background: #111;
}

.result-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.result-gallery figcaption {
  padding: 14px 16px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.results-gallery-app {
  display: grid;
  gap: 26px;
}

.results-filter {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.results-gallery-app.is-enhanced .results-filter {
  display: flex;
}

.results-filter button {
  min-height: 46px;
  padding: 10px 17px;
  background: transparent;
  border: 1px solid #a9a294;
  color: #3f3c36;
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.results-filter button:hover,
.results-filter button[aria-pressed="true"] {
  background: #111;
  border-color: #111;
  color: #fff;
}

.results-filter button:focus-visible {
  outline: 3px solid #816800;
  outline-offset: 3px;
}

.results-registry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.result-registry-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8d1c5;
  box-shadow: 0 15px 45px rgba(24, 18, 4, 0.07);
}

.result-registry-card[hidden] {
  display: none;
}

.result-registry-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
}

.result-registry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.result-registry-card:hover .result-registry-image img {
  transform: scale(1.025);
}

.result-registry-copy {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.result-registry-copy h3 {
  margin: 6px 0 12px;
  color: #111;
  font-family: var(--display);
  font-size: 1.65rem;
  line-height: 1.1;
}

.result-registry-copy > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: #68645c;
  font-size: 0.8rem;
}

.result-registry-copy .text-link {
  margin-top: auto;
}

.results-showcase .results-copy h2 {
  color: #111;
}

.results-showcase .results-copy > p:not(.eyebrow) {
  color: #66625b;
}

.review-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer {
  padding: 76px 0 28px;
  background: #050505;
  border-top: 1px solid var(--line);
  color: #aaa;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 44px;
}

.footer-brand {
  display: block;
  width: 190px;
  margin-bottom: 20px;
}

.footer-about p {
  max-width: 330px;
  font-size: 0.82rem;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer li {
  margin: 9px 0;
  font-size: 0.76rem;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.footer-base small,
.social-links {
  font-size: 0.65rem;
}

.social-links {
  display: flex;
  gap: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-privacy-button {
  appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.footer-privacy-button:hover {
  color: var(--gold);
}

.consent-banner {
  width: min(920px, calc(100% - 32px));
  position: fixed;
  z-index: 220;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-inline: auto;
  padding: 24px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62);
  color: #fff;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner-copy h2,
.consent-dialog h2 {
  margin: 3px 0 8px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.consent-banner-copy > p:last-child,
.consent-dialog-inner > div:first-child > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #cbc8c0;
  font-size: 0.78rem;
}

.consent-banner-copy a,
.consent-dialog a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-banner-actions,
.consent-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.consent-button {
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.consent-button-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #090909;
}

.consent-button-outline,
.consent-button-quiet {
  background: transparent;
  color: #fff;
}

.consent-button-quiet {
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-button:hover {
  background: #fff;
  border-color: #fff;
  color: #090909;
}

.footer-privacy-button:focus-visible,
.consent-button:focus-visible,
.consent-option input:focus-visible,
.consent-dialog a:focus-visible,
.consent-banner a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.consent-dialog {
  width: min(620px, calc(100% - 28px));
  max-height: min(760px, calc(100dvh - 28px));
  padding: 0;
  overflow: auto;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.72);
  color: #fff;
}

.consent-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(5px);
}

.consent-dialog-inner {
  padding: 30px;
}

.consent-options {
  display: grid;
  gap: 10px;
  margin-block: 26px 18px;
}

.consent-option {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 16px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.consent-option div {
  display: grid;
  gap: 2px;
}

.consent-option strong {
  color: #fff;
  font-size: 0.84rem;
}

.consent-option span {
  color: #aaa9a3;
  font-size: 0.72rem;
}

.consent-option input {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  accent-color: var(--gold);
}

.consent-always-on {
  flex: 0 0 auto;
  color: var(--gold) !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.consent-dialog-policy {
  margin: 0 0 24px;
  font-size: 0.74rem;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Outcome-led service finder. It remains a readable list before JS enhances it. */
.service-finder {
  overflow: hidden;
}

.service-finder-shell {
  display: grid;
  gap: 32px;
}

.service-finder-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 60px;
}

.service-finder-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.service-finder-intro h2 {
  max-width: 760px;
  margin: 0;
  color: #111;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  line-height: 0.98;
}

.service-finder-intro > p:last-child {
  margin: 0;
  color: #68645c;
  font-size: 0.9rem;
}

.service-finder-app {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8d1c5;
  box-shadow: 0 22px 70px rgba(25, 19, 4, 0.1);
}

.service-finder-tabs {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #111;
  border-bottom: 1px solid #2a2a2a;
}

.service-finder.is-enhanced .service-finder-tabs {
  display: grid;
}

.service-finder-tabs button {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 18px;
  border: 0;
  border-right: 1px solid #2d2d2d;
  background: #111;
  color: #b9b8b2;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.service-finder-tabs button:last-child {
  border-right: 0;
}

.service-finder-tabs button span {
  color: #73736e;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 400;
}

.service-finder-tabs button:hover,
.service-finder-tabs button[aria-selected="true"] {
  background: var(--gold);
  color: #080808;
}

.service-finder-tabs button[aria-selected="true"] span {
  color: rgba(8, 8, 8, 0.58);
}

.service-finder-tabs button:focus-visible,
.compare-control input:focus-visible {
  position: relative;
  z-index: 3;
  outline: 3px solid var(--gold);
  outline-offset: -5px;
}

.service-finder-panels {
  display: grid;
  gap: 1px;
  background: #d8d1c5;
}

.service-finder-panels article {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  align-items: stretch;
  background: #fff;
}

.finder-result-copy,
.finder-recommendation {
  padding: clamp(28px, 4.5vw, 58px);
}

.finder-result-copy h3 {
  max-width: 720px;
  margin: 0 0 15px;
  color: #111;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  line-height: 1.03;
}

.finder-result-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 26px;
  color: #68645c;
}

.finder-proof {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3c3933;
  font-size: 0.73rem;
  font-weight: 800;
}

.finder-proof::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  content: '';
  border-radius: 50%;
  background: var(--gold);
}

.finder-recommendation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee8da;
  border-left: 1px solid #d8d1c5;
}

.finder-recommendation > span {
  color: #716b61;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finder-recommendation > strong {
  margin: 8px 0 4px;
  color: #111;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1.1;
}

.finder-recommendation > p {
  margin: 0 0 22px;
  color: #625e56;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.finder-recommendation > p b {
  color: #111;
  font-size: 1.25rem;
}

.finder-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.service-finder-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 28px;
  background: #111;
  border-left: 4px solid var(--gold);
  color: #d2d1cb;
}

.service-finder-help p {
  max-width: 720px;
  margin: 0;
  font-size: 0.8rem;
}

.service-finder-help strong {
  color: #fff;
}

.service-finder-help .button {
  flex: 0 0 auto;
}

/* A matched comparison that remains useful at its 50/50 fallback state. */
.compare-slider {
  --compare-position: 50%;
  margin: 0;
}

.compare-slider-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.compare-slider-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-before {
  position: absolute;
  inset: 0;
}

.compare-after-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.compare-after {
  position: absolute;
  inset: 0;
}

.compare-label {
  position: absolute;
  z-index: 4;
  top: 15px;
  padding: 7px 11px;
  background: rgba(7, 7, 7, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-label-before {
  right: 15px;
}

.compare-label-after {
  left: 15px;
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
}

.compare-divider {
  width: 3px;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-divider i {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  border: 3px solid #fff;
  border-radius: 50%;
  color: #080808;
  font-style: normal;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.compare-control {
  display: none;
  margin-top: 14px;
}

.compare-slider.is-enhanced .compare-control {
  display: block;
}

.compare-slider:not(.is-enhanced) .compare-divider i {
  display: none;
}

.compare-control > span,
.compare-slider figcaption {
  display: block;
  color: #aaa9a3;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.results-showcase .compare-control > span,
.results-showcase .compare-slider figcaption {
  color: #6f6a62;
}

.compare-control input {
  width: 100%;
  height: 34px;
  display: block;
  margin: 6px 0 0;
  padding: 0;
  accent-color: var(--gold);
  cursor: ew-resize;
}

.compare-slider figcaption {
  margin-top: 2px;
}

/* Scroll-led process proof. Without JS this renders as a normal media grid. */
.process-story {
  overflow: clip;
}

.process-story-heading {
  max-width: 820px;
  margin-bottom: 56px;
  text-align: center;
}

.process-story-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.process-story-heading > p:last-child {
  margin: 0;
  color: #aaa;
}

.process-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
}

.process-story-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  position: relative;
}

.process-story-stage figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #151515;
}

.process-story-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-story-stage figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  color: #fff;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.process-story-stage figcaption span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.3rem;
}

.process-story.is-enhanced .process-story-stage {
  display: block;
  position: sticky;
  top: 140px;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #151515;
  box-shadow: var(--shadow);
}

.process-story.is-enhanced .process-story-stage figure {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 460ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-story.is-enhanced .process-story-stage figure.is-current {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.process-story-progress {
  height: 3px;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.18);
}

.process-story-progress i {
  height: 100%;
  display: block;
  background: var(--gold);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 320ms ease;
}

.process-story:not(.is-enhanced) .process-story-progress {
  display: none;
}

.process-story-chapters {
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-story-chapters li {
  min-height: 56vh;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-content: center;
  gap: 20px;
  padding-block: 40px;
  border-top: 1px solid var(--line);
  opacity: 0.48;
  transition: opacity 260ms ease;
}

.process-story-chapters li:first-child {
  border-top: 0;
}

.process-story-chapters li.is-current,
.process-story:not(.is-enhanced) .process-story-chapters li {
  opacity: 1;
}

.process-story-chapters li > span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 2rem;
}

.process-story-chapters h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.03;
}

.process-story-chapters p:not(.eyebrow) {
  margin: 0;
  color: #aaa;
}

.process-story-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding-top: 46px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.reveal-pending {
  opacity: 0;
  transform: translateY(20px);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .header-call-icon {
    display: none;
  }

  .desktop-navigation .desktop-menu {
    gap: 18px;
  }

  .results-layout {
    gap: 42px;
  }
}

@media (max-width: 980px) {
  .header-utility {
    display: none;
  }

  .service-jump-bar {
    top: 76px;
  }

  .service-jump-shell {
    width: 100%;
    min-height: 88px;
    display: block;
    padding: 9px 0 9px 18px;
  }

  .service-jump-intro {
    display: none;
  }

  .service-jump-links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-right: 18px;
    scrollbar-width: none;
    scroll-padding-left: 18px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .service-jump-links::-webkit-scrollbar {
    display: none;
  }

  .service-jump-links a {
    width: 154px;
    min-width: 154px;
    min-height: 70px;
    scroll-snap-align: start;
  }

  .desktop-navigation,
  .header-ctas {
    display: none;
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .mobile-header-book {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 17px;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #080808;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .menu-toggle {
    min-width: 55px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
  }

  .menu-toggle-lines {
    width: 20px;
    display: grid;
    gap: 4px;
  }

  .menu-toggle-lines i {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle-label {
    display: none;
    font-size: 0.59rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .menu-toggle[aria-expanded="true"] i:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] i:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    max-height: calc(100vh - 70px);
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(8, 8, 8, 0.99);
    border-bottom: 1px solid var(--line);
  }

  .mobile-navigation[hidden] {
    display: none;
  }

  .mobile-navigation nav {
    padding-block: 25px 30px;
  }

  .mobile-menu-intro {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-intro p {
    margin: 0 0 7px;
    color: var(--gold);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .mobile-menu-intro span {
    color: #aeada8;
    font-size: 0.82rem;
  }

  .mobile-navigation .menu li {
    border-bottom: 1px solid var(--line);
  }

  .mobile-navigation .menu a {
    min-height: 52px;
    display: flex;
    align-items: center;
    color: #f4f3ed;
    font-family: var(--display);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.015em;
  }

  .mobile-navigation .menu a::after {
    margin-left: auto;
    content: '↗';
    color: var(--gold);
    font-family: var(--sans);
    font-size: 0.8rem;
  }

  .mobile-specialist-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .mobile-specialist-links a {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #c9c8c2;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-menu-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .mobile-menu-message {
    display: block;
    width: fit-content;
    margin: 16px auto 0;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 204, 0, 0.45);
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-menu-service-area {
    margin: 18px 0 0;
    color: #8f8f89;
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-copy {
    width: min(720px, 82%);
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.62) 76%, rgba(5, 5, 5, 0.3));
  }

  .trust-grid > div {
    padding-left: 48px;
  }

  .trust-grid span {
    left: 18px;
  }

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

  .service-card:last-child,
  .review-card:last-child,
  .guide-card:last-child {
    grid-column: 1 / -1;
  }

  .results-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .real-video-proof {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
  }

  .faq-intro {
    position: static;
  }

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

  .specialist-card {
    min-height: 440px;
  }

  .area-layout {
    grid-template-columns: 1fr;
  }

  .area-image {
    min-height: 400px;
  }

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

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }

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

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

  .guide-topic-card:last-child {
    grid-column: 1 / -1;
  }

  .article-cta .shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .split-layout,
  .package-detail {
    grid-template-columns: 1fr;
  }

  .package-price {
    border-right: 0;
    border-bottom: 1px solid #d1c9ba;
  }

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

  .numbered-grid li + li,
  .dark-numbered li + li {
    border-left: 1px solid var(--line);
  }

  .numbered-grid li:nth-child(even),
  .dark-numbered li:nth-child(even) {
    border-left: 0;
  }

  .membership-visit-grid {
    grid-template-columns: 1fr;
  }

  .specialist-link-grid {
    grid-template-columns: 1fr;
  }

  .specialist-link-card {
    min-height: 300px;
  }

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

  .quick-enquiry-layout {
    grid-template-columns: 1fr;
  }
  .field-proof-layout {
    grid-template-columns: 1fr;
  }

  .field-proof-media {
    width: min(100%, 760px);
  }

  .area-image-portrait {
    min-height: 520px;
  }

  .service-finder-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-finder-intro .eyebrow {
    margin-bottom: -8px;
  }

  .service-finder-panels article {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
  }

  .process-story-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
    gap: 38px;
  }

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

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

  .specialist-outcome-grid article:last-of-type {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
	.consent-banner {
		width: calc(100% - 20px);
		right: 10px;
		bottom: calc(80px + env(safe-area-inset-bottom));
		left: 10px;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 19px;
	}

	.consent-banner-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.consent-banner-actions .consent-button-primary {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.consent-dialog-inner {
		padding: 24px 18px;
	}

	.consent-option {
		gap: 14px;
	}

	.consent-dialog-actions {
		justify-content: stretch;
	}

	.consent-dialog-actions .consent-button {
		flex: 1 1 140px;
	}

	.home-compact-section {
		padding-block: 68px;
	}

  .service-finder {
    padding-block: 70px;
  }

  .service-finder-shell {
    gap: 22px;
  }

  .service-finder-intro h2 {
    font-size: 2.85rem;
  }

  .service-finder.is-enhanced .service-finder-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-finder-tabs::-webkit-scrollbar {
    display: none;
  }

  .service-finder-tabs button {
    min-width: 160px;
    scroll-snap-align: start;
  }

  .service-finder-panels article {
    grid-template-columns: 1fr;
  }

  .finder-result-copy,
  .finder-recommendation {
    padding: 27px 22px;
  }

  .finder-result-copy h3 {
    font-size: 2.35rem;
  }

  .finder-recommendation {
    border-top: 1px solid #d8d1c5;
    border-left: 0;
  }

  .finder-actions .button {
    width: 100%;
  }

  .service-finder-help {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 22px;
  }

  .service-finder-help .button {
    width: 100%;
  }

  .compare-slider-media {
    aspect-ratio: 3 / 4;
  }

  .process-story {
    padding-block: 72px;
  }

  .process-story-heading {
    margin-bottom: 32px;
  }

  .process-story-heading h2 {
    font-size: 2.85rem;
  }

  .process-story-layout {
    width: 100%;
    display: block;
  }

  .process-story-stage {
    width: calc(100% - 36px);
    margin-inline: auto;
  }

  .process-story.is-enhanced .process-story-stage {
    z-index: 8;
    top: 70px;
    aspect-ratio: 16 / 11;
    border-block: 1px solid rgba(255, 255, 255, 0.13);
  }

  .process-story-stage img {
    object-position: center 48%;
  }

  .process-story-chapters {
    width: calc(100% - 36px);
    margin-inline: auto;
  }

  .process-story-chapters li {
    min-height: 58vh;
    grid-template-columns: 44px 1fr;
    gap: 13px;
    padding-block: 70px;
  }

  .process-story-chapters h3 {
    font-size: 2.4rem;
  }

  .process-story-action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding-top: 25px;
  }

  .process-story-action .button {
    width: 100%;
  }

  .specialist-outcome-grid {
    grid-template-columns: 1fr;
  }

  .specialist-outcome-grid article,
  .specialist-outcome-grid article:last-of-type {
    min-height: 230px;
    grid-column: auto;
  }

  .specialist-outcome-grid h3 {
    margin-top: 38px;
  }

  .specialist-limit {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .results-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 3px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .results-filter::-webkit-scrollbar {
    display: none;
  }

  .results-filter button {
    min-width: max-content;
    scroll-snap-align: start;
  }

  .results-registry-grid {
    grid-template-columns: 1fr;
  }

  .result-registry-copy {
    min-height: 0;
  }

  .guide-topic-grid {
    grid-template-columns: 1fr;
  }

  .guide-topic-card,
  .guide-topic-card:last-child {
    min-height: 330px;
    grid-column: auto;
  }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .service-jump-bar {
    top: 70px;
  }

  .site-brand {
    width: 122px;
  }

  .section {
    padding: 78px 0;
  }

  .field-proof-layout {
    gap: 42px;
  }

  .field-proof-media {
    grid-template-columns: 1fr 0.82fr;
    gap: 8px;
  }

  .field-proof-secondary {
    margin-top: 34px !important;
  }

  .field-proof-copy h2 {
    font-size: 2.85rem;
  }

  .field-proof-copy .action-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .process-media-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 42px;
  }

  .process-media-grid figure {
    aspect-ratio: 16 / 11;
  }

  .process-media-grid img {
    object-position: center 45%;
  }

  .area-image-portrait {
    min-height: 440px;
  }

  .section-heading {
    width: calc(100% - 36px);
    margin-bottom: 36px;
  }

  .section-heading h2,
  .results-copy h2,
  .area-copy h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: 2.65rem;
  }

  .page-hero,
  .article-hero {
    padding: 74px 0 62px;
  }

  .page-hero h1,
  .article-heading h1,
  .archive-heading h1,
  .not-found h1 {
    font-size: 3.1rem;
  }

  .content-shell {
    width: calc(100% - 36px);
    padding-block: 60px 78px;
  }

  .entry-content h2 {
    font-size: 2rem;
  }

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

  .service-hero,
  .service-hero-copy,
  .compact-service-hero,
  .compact-service-hero .service-hero-copy {
    min-height: 630px;
  }

  .service-hero-media img {
    object-position: 62% center;
  }

  .service-hero-overlay {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.73) 75%, rgba(5, 5, 5, 0.45));
  }

  .service-hero-copy {
    justify-content: flex-end;
    padding-block: 90px 48px;
  }

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

  .service-proof-bar .shell {
    align-items: stretch;
    flex-direction: column;
  }

  .service-proof-bar span {
    min-height: 58px;
    padding-inline: 12px;
  }

  .service-proof-bar span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .split-layout {
    gap: 34px;
  }

  .feature-facts,
  .exclusion-panel,
  .membership-price-card,
  .package-price,
  .package-inclusions {
    padding: 30px 22px;
  }

  .numbered-grid,
  .correction-grid {
    grid-template-columns: 1fr;
  }

  .numbered-grid li + li,
  .numbered-grid li:nth-child(even),
  .dark-numbered li + li,
  .dark-numbered li:nth-child(even) {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .correction-card {
    padding: 28px 22px;
  }

  .packages-grid,
  .addon-grid {
    grid-template-columns: 1fr;
  }

  .package-card-image {
    height: 220px;
  }

  .package-card-content {
    padding: 26px 22px;
  }

  .package-card-full {
    scroll-margin-top: 175px;
  }

  .package-card-actions {
    grid-template-columns: 1fr;
  }

  .package-description {
    min-height: auto;
  }

  .decision-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }

  .decision-banner .action-row {
    width: 100%;
  }

  .area-card-grid,
  .contact-grid,
  .result-gallery,
  .review-page-grid {
    grid-template-columns: 1fr;
  }

  .conversion-path-grid,
  .quick-enquiry-form {
    grid-template-columns: 1fr;
  }

  .conversion-path-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .enquiry-field,
  .enquiry-field-wide,
  .enquiry-preference,
  .enquiry-submit {
    grid-column: 1;
  }

  .enquiry-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .enquiry-submit .button {
    width: 100%;
  }

  .enquiry-submit p {
    max-width: none;
  }

  .area-card,
  .contact-card {
    padding: 32px 24px;
  }

  .article-feature {
    width: 100%;
  }

  .home-hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-media img {
    object-position: 54% 64%;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.78) 70%, rgba(5, 5, 5, 0.52));
  }

  .hero-inner {
    align-items: flex-end;
  }

  .hero-copy {
    width: 100%;
    padding: 90px 0 54px;
  }

  .hero-copy h1 {
    max-width: 560px;
    font-size: clamp(2.85rem, 13vw, 3.35rem);
    line-height: 1;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-reassurance {
    max-width: 330px;
    font-size: 0.62rem;
    line-height: 1.55;
  }

  .action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .action-row .button {
    min-width: 0;
    padding-inline: 15px;
    line-height: 1.2;
    white-space: normal;
  }

  .hero-proof {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding-block: 10px;
  }

  .trust-grid > div {
    min-height: 78px;
    padding: 14px 16px 14px 48px;
  }

  .trust-grid > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-grid span {
    top: 20px;
  }

  .service-card-grid,
  .review-grid,
  .guide-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card:last-child,
  .review-card:last-child,
  .guide-card:last-child {
    grid-column: auto;
  }

  .service-card-image {
    height: 220px;
  }

  .service-card-body > p:not(.eyebrow) {
    min-height: auto;
  }

  .service-card-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .service-card-actions .button,
  .service-card-actions .text-link {
    width: 100%;
  }

  .service-card-actions .text-link {
    width: fit-content;
  }

  .results-layout {
    gap: 34px;
  }

  .real-video-proof {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 60px;
    padding: 8px;
  }

  .real-video-frame {
    aspect-ratio: 4 / 5;
  }

  .real-video-copy {
    padding: 28px 18px 22px;
  }

  .real-video-copy h2 {
    font-size: 2.45rem;
  }

  .before-after {
    gap: 8px;
  }

  .before-after img {
    aspect-ratio: 3 / 4;
  }

  .review-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-right: 0;
    scroll-snap-type: none;
  }

  .review-card {
    min-width: 0;
    scroll-snap-align: none;
  }

  .process-grid li + li {
    border-top: 0;
    border-left: 1px solid #d8d1c3;
  }

  .specialist-card {
    min-height: 500px;
    padding: 32px 24px;
  }

  .specialist-number {
    margin-bottom: 34px;
  }

  .specialist-card h2 {
    font-size: 2.55rem;
  }

  .specialist-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .specialist-actions .button {
    width: 100%;
  }

  .area-image {
    min-height: 300px;
  }

  .area-copy {
    padding: 36px 24px;
  }

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

  .area-links a + a {
    padding-left: 0;
    border-top: 1px solid #ded9cf;
    border-left: 0;
  }

  .faq-layout {
    gap: 28px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 1.08rem;
  }

  .faq-list details p {
    padding-right: 22px;
  }

  .final-cta {
    padding: 80px 0;
  }

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

  .footer-about,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-base {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 0.7fr 1.15fr 0.85fr;
    gap: 8px;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    background: rgba(7, 7, 7, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mobile-call {
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
  }

  .mobile-quote {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: #080808;
  }

  .mobile-book {
    background: #fff;
    border: 1px solid #fff;
    color: #080808;
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: 3rem;
  }

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

  .button {
    max-width: 100%;
    padding: 10px 12px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .contact-card .button {
    width: 100%;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .button,
  .menu-toggle,
  .mobile-navigation a,
  .mobile-action-bar a,
  .service-finder-tabs button,
  .results-filter button {
    border: 1px solid ButtonText;
  }

  :focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 3px;
  }
}
