@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-serif-display-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-serif-display-italic-latin.woff2") format("woff2");
}

:root {
  --ink: #14202b;
  --ink-soft: #273744;
  --navy: #132737;
  --navy-2: #1d3a4d;
  --cream: #f4f0e8;
  --paper: #fcfaf6;
  --white: #ffffff;
  --stone: #d9d1c4;
  --stone-dark: #8c8478;
  --brass: #c58a52;
  --brass-dark: #9d6739;
  --sage: #dfe5dc;
  --line: rgba(20, 32, 43, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow-sm: 0 12px 32px rgba(20, 32, 43, 0.08);
  --shadow-lg: 0 28px 80px rgba(20, 32, 43, 0.18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --radius-sm: 8px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  animation: page-enter 480ms ease-out both;
}

main,
.site-footer {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  main,
  .site-footer {
    overflow-x: clip;
  }
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
.button {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(197, 138, 82, 0.72);
  outline-offset: 3px;
}

::selection {
  color: var(--white);
  background: var(--brass-dark);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

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

.section {
  padding: 110px 0;
}

.section-sm {
  padding: 72px 0;
}

.section-cream {
  background: var(--cream);
}

.section-navy {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(197, 138, 82, 0.17), transparent 26%),
    linear-gradient(145deg, var(--navy), #0e1d29 70%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--brass-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.section-navy .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  color: #ddb184;
}

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

h1,
h2,
h3 {
  color: inherit;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 7.4vw, 6.9rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.5vw, 4.5rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
}

.lead {
  max-width: 700px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.75;
}

.section-navy .lead,
.page-hero .lead {
  color: rgba(255, 255, 255, 0.76);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading > * {
  margin-bottom: 0;
}

.section-heading .lead {
  justify-self: end;
}

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

.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--brass-dark);
  box-shadow: 0 12px 26px rgba(157, 103, 57, 0.24);
}

.button-primary:hover {
  background: #86522a;
  box-shadow: 0 16px 34px rgba(157, 103, 57, 0.3);
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.button-light:hover {
  background: #f4eee6;
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}

.button-outline-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.button-outline-dark {
  color: var(--navy);
  border-color: rgba(19, 39, 55, 0.35);
  background: transparent;
}

.button-outline-dark:hover {
  border-color: var(--navy);
  background: rgba(19, 39, 55, 0.05);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brass-dark);
  font-weight: 800;
}

.ui-arrow {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 12px;
  flex: 0 0 17px;
  color: currentColor;
  transition: transform 180ms ease;
}

.ui-arrow::before {
  position: absolute;
  top: 50%;
  right: 1px;
  left: 0;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.ui-arrow::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.ui-arrow-diagonal {
  transform: rotate(-45deg);
}

.text-link:hover .ui-arrow,
.button:hover .ui-arrow:not(.ui-arrow-diagonal) {
  transform: translateX(4px);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--white);
  background: rgba(15, 31, 43, 0.92);
  backdrop-filter: blur(14px);
  transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background: rgba(10, 24, 34, 0.97);
  box-shadow: 0 12px 38px rgba(5, 14, 20, 0.18);
}

.nav-wrap {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ddb184;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.brand-copy {
  display: grid;
  gap: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.42;
  text-transform: uppercase;
}

.brand-copy span:last-child {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.site-nav,
.nav-links {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a:not(.button) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.nav-links a:not(.button):hover,
.nav-links a[aria-current="page"]:not(.button) {
  color: var(--white);
}

.nav-links .button {
  min-height: 44px;
  margin-left: 6px;
  padding: 10px 18px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 25, 36, 0.98) 0%, rgba(10, 25, 36, 0.88) 42%, rgba(10, 25, 36, 0.18) 72%, rgba(10, 25, 36, 0.1) 100%),
    linear-gradient(0deg, rgba(10, 25, 36, 0.46), transparent 48%);
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0 0 0 40%;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  transform: scale(1.045) translate3d(0, var(--hero-shift, 0px), 0);
  transform-origin: center;
  will-change: transform;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  align-items: center;
  padding: 92px 0 106px;
}

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

.hero h1 span {
  color: #ddb184;
  font-style: italic;
}

.hero .eyebrow,
.hero h1,
.hero .lead,
.hero .button-row,
.hero .hero-trust {
  opacity: 0;
  animation: hero-copy-in 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero .eyebrow {
  animation-delay: 120ms;
}

.hero h1 {
  animation-delay: 230ms;
}

.hero .lead {
  animation-delay: 360ms;
}

.hero .button-row {
  animation-delay: 470ms;
}

.hero .hero-trust {
  animation-delay: 590ms;
}

.hero-media {
  animation: hero-image-in 1.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero .lead {
  max-width: 625px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust span::before {
  content: "✓";
  color: #ddb184;
  font-weight: 900;
}

.proof-bar {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.proof-item {
  display: grid;
  min-height: 118px;
  align-content: center;
  padding: 24px 34px;
  border-left: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease;
}

.proof-item:hover {
  background: #fbf8f2;
  transform: translateY(-2px);
}

.proof-item:first-child {
  border-left: 0;
}

.proof-value {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 2.1rem;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.proof-label {
  margin-top: 8px;
  color: var(--stone-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: center;
}

.portrait-stack {
  position: relative;
  min-height: 600px;
}

.portrait-stack .image-main {
  position: absolute;
  inset: 0 12% 0 0;
  overflow: hidden;
  border-radius: 140px 20px 20px 20px;
}

.portrait-stack .image-main img {
  height: 100%;
  object-fit: cover;
}

.portrait-stack .image-detail {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 44%;
  overflow: hidden;
  border: 9px solid var(--paper);
  border-radius: 14px 70px 14px 14px;
  box-shadow: var(--shadow-lg);
}

.portrait-stack .image-detail img {
  aspect-ratio: 0.85;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.feature-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.feature-number {
  color: var(--brass-dark);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.feature-row strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
}

.feature-row p {
  margin-bottom: 0;
  color: var(--stone-dark);
  font-size: 0.94rem;
}

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

.service-card {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  align-items: end;
  border-radius: var(--radius-lg);
  color: var(--white);
  isolation: isolate;
}

.service-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 23, 33, 0.94) 0%, rgba(9, 23, 33, 0.44) 55%, rgba(9, 23, 33, 0.05) 100%);
  content: "";
}

.service-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-card:hover > img {
  transform: scale(1.035);
}

.service-copy {
  padding: 44px;
}

.service-index {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #ddb184;
  font-family: var(--serif);
}

.service-copy p {
  max-width: 520px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.77rem;
  font-weight: 700;
}

.gallery-feature {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 310px 310px;
  gap: 16px;
}

.gallery-feature a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--stone);
}

.gallery-feature a:first-child {
  grid-row: 1 / 3;
}

.gallery-feature img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-feature a:hover img {
  transform: scale(1.025);
}

.gallery-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  color: var(--white);
  background: rgba(12, 27, 38, 0.68);
  backdrop-filter: blur(10px);
  font-size: 0.86rem;
  font-weight: 800;
}

.gallery-label span:last-child {
  color: #e0b387;
  font-size: 1rem;
}

.coverage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 90%, rgba(197, 138, 82, 0.13), transparent 26%),
    #edf0ec;
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.coverage-radar-wrap {
  position: relative;
}

.coverage-radar {
  position: relative;
  width: min(100%, 580px);
  aspect-ratio: 1;
  overflow: hidden;
  margin-inline: auto;
  border: 1px solid rgba(19, 39, 55, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 18%, rgba(19, 39, 55, 0.12) 18.2% 18.55%, transparent 18.8% 36%, rgba(19, 39, 55, 0.1) 36.2% 36.55%, transparent 36.8% 54%, rgba(19, 39, 55, 0.08) 54.2% 54.55%, transparent 54.8% 72%, rgba(19, 39, 55, 0.07) 72.2% 72.55%, transparent 72.8%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(222, 229, 222, 0.78));
  box-shadow: inset 0 0 80px rgba(19, 39, 55, 0.04), var(--shadow-sm);
  isolation: isolate;
}

.coverage-radar::before,
.coverage-radar::after {
  position: absolute;
  z-index: -1;
  background: rgba(19, 39, 55, 0.08);
  content: "";
}

.coverage-radar::before {
  top: 50%;
  right: 6%;
  left: 6%;
  height: 1px;
}

.coverage-radar::after {
  top: 6%;
  bottom: 6%;
  left: 50%;
  width: 1px;
}

.coverage-sweep {
  position: absolute;
  z-index: -1;
  inset: 3%;
  border-radius: 50%;
  background: conic-gradient(from 4deg, transparent 0deg 322deg, rgba(197, 138, 82, 0.02) 332deg, rgba(197, 138, 82, 0.24) 360deg);
  animation: sweep-turn 9s linear infinite;
  mask-image: radial-gradient(circle, transparent 0 14%, #000 15% 100%);
}

.coverage-hub {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 0 0 10px rgba(19, 39, 55, 0.08), 0 20px 38px rgba(19, 39, 55, 0.22);
  text-align: center;
  transform: translate(-50%, -50%);
}

.coverage-hub strong,
.coverage-hub span {
  display: block;
}

.coverage-hub strong {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1;
}

.coverage-hub span {
  margin-top: 5px;
  color: #ddb184;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.postcode-pin {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(19, 39, 55, 0.16);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(19, 39, 55, 0.1);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
  animation: pin-float 4.8s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.postcode-pin::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brass-dark);
  box-shadow: 0 0 0 4px rgba(197, 138, 82, 0.13);
  content: "";
}

.coverage-radius-key {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--stone-dark);
  font-size: 0.72rem;
  font-weight: 700;
}

.coverage-radius-key span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.coverage-radius-key i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass-dark);
}

.coverage-copy .lead {
  margin-bottom: 30px;
}

.coverage-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0;
}

.coverage-stat {
  padding: 20px 16px;
  border: 1px solid rgba(19, 39, 55, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.coverage-stat strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}

.coverage-stat span {
  display: block;
  margin-top: 8px;
  color: var(--stone-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.place-groups {
  display: grid;
  gap: 16px;
}

.place-group {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding-top: 15px;
  border-top: 1px solid rgba(19, 39, 55, 0.12);
}

.place-group strong {
  color: var(--navy);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.place-group span {
  color: var(--ink-soft);
  font-size: 0.89rem;
}

.coverage-note {
  margin: 22px 0 0;
  color: var(--stone-dark);
  font-size: 0.8rem;
}

.area-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  border-top: 1px solid rgba(19, 39, 55, 0.1);
  border-bottom: 1px solid rgba(19, 39, 55, 0.1);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.area-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee-run 30s linear infinite;
}

.area-marquee-track span {
  display: inline-flex;
  align-items: center;
  padding: 18px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.1rem;
  white-space: nowrap;
}

.area-marquee-track span::after {
  width: 5px;
  height: 5px;
  margin: 0 22px;
  border-radius: 50%;
  background: var(--brass-dark);
  content: "";
}

.stat-number.is-counting {
  animation: counter-pop 420ms ease-out both;
}

@keyframes sweep-turn {
  to { transform: rotate(360deg); }
}

@keyframes pin-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -5px; }
}

@keyframes marquee-run {
  to { transform: translateX(-50%); }
}

@keyframes counter-pop {
  0% { transform: translateY(4px); opacity: 0.55; }
  100% { transform: translateY(0); opacity: 1; }
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--line-light);
}

.process-step {
  position: relative;
  padding: 38px 30px 0 0;
}

.process-step::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: #ddb184;
  box-shadow: 0 0 0 5px rgba(221, 177, 132, 0.16);
  content: "";
}

.process-number {
  margin-bottom: 16px;
  color: #ddb184;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.process-step h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

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

.review-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.stars {
  margin-bottom: 22px;
  color: var(--brass-dark);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
}

.review-card blockquote {
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.55;
}

.review-meta {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--stone-dark);
  font-size: 0.82rem;
}

.review-meta strong {
  display: block;
  color: var(--navy);
  font-size: 0.92rem;
}

.review-summary {
  display: flex;
  margin-top: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.review-summary p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.contact-copy {
  position: relative;
  padding: clamp(38px, 6vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 5% 10%, rgba(221, 177, 132, 0.16), transparent 35%),
    var(--navy);
}

.contact-copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.1rem);
}

.contact-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.contact-methods a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-methods a span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  color: #ddb184;
  font-size: 0.8rem;
}

.contact-form-wrap {
  padding: clamp(38px, 6vw, 72px);
}

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

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

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label,
.form-label {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(20, 32, 43, 0.2);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.form-field input,
.form-field select {
  min-height: 52px;
  padding: 10px 13px;
}

.form-field textarea {
  min-height: 142px;
  padding: 13px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brass-dark);
  box-shadow: 0 0 0 3px rgba(197, 138, 82, 0.16);
}

.form-hint {
  margin: 14px 0 0;
  color: var(--stone-dark);
  font-size: 0.79rem;
}

.form-submit {
  margin-top: 24px;
}

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

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 96px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 35%, rgba(197, 138, 82, 0.17), transparent 24%),
    linear-gradient(145deg, var(--navy), #0d1d28);
}

.page-hero::after {
  position: absolute;
  right: -8%;
  bottom: -130px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.page-hero .container {
  position: relative;
  z-index: 1;
  animation: page-hero-in 800ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.page-hero .lead {
  max-width: 680px;
  margin-bottom: 0;
}

.gallery-toolbar {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  min-height: 340px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--stone);
  cursor: zoom-in;
}

.gallery-item.wide {
  grid-column: span 8;
}

.gallery-item.tall {
  min-height: 530px;
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, filter 300ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
  filter: brightness(0.82);
}

.gallery-item::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--white);
  background: rgba(10, 25, 36, 0.72);
  content: "+";
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  width: min(92vw, 1120px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: visible;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(5, 13, 19, 0.86);
  backdrop-filter: blur(6px);
}

.lightbox img {
  max-height: 84vh;
  border-radius: 14px;
  object-fit: contain;
  background: #0a1117;
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  cursor: pointer;
  font-size: 1.35rem;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: start;
}

.quote-aside {
  position: sticky;
  top: 120px;
  order: 1;
}

.quote-aside .lead {
  font-size: 1rem;
}

.next-steps {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.next-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.next-step span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
}

.next-step strong {
  display: block;
  color: var(--navy);
}

.next-step small {
  color: var(--stone-dark);
}

.quote-form-card {
  order: 2;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.quote-form-card h2 {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
}

.privacy-note {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--stone-dark);
  font-size: 0.78rem;
}

.privacy-note::before {
  content: "✓";
  color: var(--brass-dark);
  font-weight: 900;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-size: 1.1rem;
}

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

.faq-list details p {
  max-width: 760px;
  padding: 0 0 24px;
  color: var(--ink-soft);
}

.success-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 40px 20px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(197, 138, 82, 0.2), transparent 28%),
    var(--navy);
}

.success-card {
  max-width: 680px;
}

.success-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #ddb184;
  font-size: 1.8rem;
}

.success-card h1 {
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.success-card p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.site-footer {
  color: var(--white);
  background: #0c1a24;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 0.65fr 0.85fr;
  gap: 60px;
  padding: 78px 0 56px;
}

.footer-brand p {
  max-width: 390px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.footer-title {
  margin-bottom: 18px;
  color: #ddb184;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  min-width: 0;
  gap: 11px;
  overflow-wrap: anywhere;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.motion-item {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.motion-item.motion-left {
  transform: translate3d(-34px, 8px, 0);
}

.reveal.motion-item.motion-right {
  transform: translate3d(34px, 8px, 0);
}

.reveal.motion-item.motion-scale {
  transform: translate3d(0, 22px, 0) scale(0.975);
}

.reveal.motion-item.is-visible,
.reveal.motion-item.motion-left.is-visible,
.reveal.motion-item.motion-right.is-visible,
.reveal.motion-item.motion-scale.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal.motion-item.is-visible .eyebrow::before {
  animation: line-grow 650ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes page-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.055);
    filter: saturate(0.75);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1);
  }
}

@keyframes page-hero-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes line-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 980px) {
  .section {
    padding: 88px 0;
  }

  .section-heading,
  .intro-grid,
  .contact-panel,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 16px;
  }

  .section-heading .lead {
    justify-self: start;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 99;
    inset: 84px 0 auto;
    max-height: 0;
    overflow: hidden;
    color: var(--white);
    background: rgba(12, 26, 36, 0.98);
    opacity: 0;
    transition: max-height 300ms ease, opacity 200ms ease;
  }

  .site-nav.is-open {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    opacity: 1;
  }

  .nav-links {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
    padding: 24px 0 34px;
    align-items: stretch;
    flex-direction: column;
  }

  .nav-links a:not(.button) {
    min-height: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
  }

  .nav-links .button {
    margin: 16px 0 0;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(10, 25, 36, 0.96), rgba(10, 25, 36, 0.72));
  }

  .hero-media {
    inset: 0;
  }

  .hero-content {
    min-height: 720px;
  }

  .hero-copy {
    max-width: 690px;
  }

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

  .proof-item {
    padding: 22px;
  }

  .portrait-stack {
    min-height: 570px;
  }

  .service-card {
    min-height: 540px;
  }

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

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

  .review-card {
    min-height: 0;
  }

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

  .gallery-item,
  .gallery-item.wide {
    grid-column: auto;
  }

  .gallery-item.tall {
    min-height: 430px;
  }

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

  .coverage-copy {
    max-width: 760px;
  }

  .quote-aside {
    position: static;
    order: 2;
  }

  .quote-form-card {
    order: 1;
  }

  .footer-main {
    grid-template-columns: 1.3fr 0.7fr;
  }

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

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .section-sm {
    padding: 56px 0;
  }

  .brand-copy {
    font-size: 0.66rem;
  }

  .brand-copy span:last-child {
    display: none;
  }

  .hero-content {
    min-height: 700px;
    padding: 70px 0 92px;
  }

  .hero::before {
    background: linear-gradient(0deg, rgba(10, 25, 36, 0.98) 5%, rgba(10, 25, 36, 0.73) 78%, rgba(10, 25, 36, 0.5));
  }

  .hero-media img {
    object-position: 50% 42%;
  }

  .hero-trust {
    display: grid;
    margin-top: 32px;
  }

  .proof-bar {
    margin-top: 0;
    background: var(--white);
  }

  .proof-bar .container {
    width: 100%;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .proof-item {
    min-height: 98px;
    padding: 20px 28px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .portrait-stack {
    min-height: 460px;
  }

  .portrait-stack .image-main {
    right: 8%;
  }

  .portrait-stack .image-detail {
    width: 44%;
    border-width: 6px;
  }

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

  .service-card {
    min-height: 520px;
  }

  .service-copy {
    padding: 30px;
  }

  .gallery-feature {
    grid-template-columns: 1fr;
    grid-template-rows: 410px 280px 280px;
  }

  .gallery-feature a:first-child {
    grid-row: auto;
  }

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

  .review-summary,
  .gallery-toolbar,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 36px 24px;
  }

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

  .form-field.full {
    grid-column: auto;
  }

  .page-hero {
    padding: 78px 0 72px;
  }

  .quote-page .page-hero {
    padding: 54px 0 48px;
  }

  .quote-page .quote-section {
    padding-top: 36px;
  }

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

  .gallery-item,
  .gallery-item.tall {
    min-height: 390px;
  }

  .coverage-radar {
    width: min(100%, 520px);
  }

  .coverage-hub {
    width: 96px;
    height: 96px;
  }

  .coverage-hub strong {
    font-size: 1.08rem;
  }

  .postcode-pin {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.62rem;
  }

  .postcode-pin.pin-extra {
    display: none;
  }

  .coverage-stat-grid {
    grid-template-columns: 1fr;
  }

  .coverage-stat {
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
  }

  .coverage-stat span {
    margin-top: 0;
  }

  .place-group {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .area-marquee {
    margin-top: 46px;
  }

  .quote-form-card {
    padding: 28px 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 62px 0 46px;
  }

  .footer-main > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .brand-copy {
    max-width: 150px;
    font-size: 0.57rem;
    line-height: 1.3;
  }

  .nav-wrap {
    gap: 12px;
  }

  .button-row .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;
  }
}
