:root {
  --cp-ink: #171713;
  --cp-ink-soft: #625d52;
  --cp-paper: #f7f3e9;
  --cp-stone: #e9e2d5;
  --cp-dark: #10110f;
  --cp-dark-soft: #1a1b17;
  --cp-gold: #c7a55e;
  --cp-gold-deep: #916e27;
  --cp-gold-pale: #ead9ae;
  --cp-line: rgba(38, 32, 22, .16);
}

/* Quiet anti-spam controls: the honeypot must never enter the visual flow. */
.cp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.cp-security-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
  padding: .85rem 0 .2rem;
}

.cp-security-check p {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  color: rgba(36, 43, 35, .7);
  font-size: .76rem;
  font-weight: 750;
}

.cp-security-check p i {
  color: var(--cp-gold-deep);
}

html { scroll-behavior: smooth; }
.cp-page { overflow: clip; background: var(--cp-paper); color: var(--cp-ink); }
.cp-page a { text-decoration: none; }
.cp-page h1, .cp-page h2, .cp-page h3, .cp-page h4, .cp-page p { margin-top: 0; }

.cp-hero {
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  display: flex;
  color: #fff;
  background: url("../images/about-hero.1700fea6f91a.webp") center / cover no-repeat;
}
.cp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, .95) 0%, rgba(6, 7, 6, .77) 43%, rgba(6, 7, 6, .17) 78%),
    linear-gradient(180deg, rgba(5, 6, 5, .2), transparent 44%, rgba(5, 6, 5, .91));
}
.cp-hero-inner {
  min-height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(8rem, 14vh, 9.5rem);
  padding-bottom: clamp(10rem, 20vh, 13rem);
}
.cp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, .64);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cp-breadcrumb a { color: rgba(255, 255, 255, .88); }
.cp-breadcrumb a:hover, .cp-breadcrumb a:focus-visible { color: var(--cp-gold-pale); }
.cp-breadcrumb i { color: var(--cp-gold); font-size: .58rem; }
.cp-hero-copy { width: min(930px, 84%); }
.cp-eyebrow, .cp-kicker { color: var(--cp-gold); font-size: .69rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cp-eyebrow { margin-bottom: .9rem; }
.cp-hero h1 {
  max-width: 1030px;
  margin-bottom: 1.25rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.8rem, 7.3vw, 7.5rem);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cp-hero h1 em { color: var(--cp-gold-pale); font-weight: 500; }
.cp-hero-copy > p:not(.cp-eyebrow) { max-width: 750px; margin-bottom: 1.65rem; color: rgba(255, 255, 255, .8); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.74; }
.cp-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.cp-primary, .cp-submit {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1.35rem;
  border: 1px solid var(--cp-gold);
  border-radius: 999px;
  background: var(--cp-gold);
  color: #17140e;
  font-weight: 900;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.cp-primary:hover, .cp-primary:focus-visible, .cp-submit:hover, .cp-submit:focus-visible { transform: translateY(-2px); border-color: var(--cp-gold-pale); background: var(--cp-gold-pale); color: #111; }
.cp-text-link { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem 0; border-bottom: 1px solid rgba(234, 217, 174, .58); color: #fff; font-weight: 850; }
.cp-text-link:hover { color: var(--cp-gold-pale); }
.cp-hero-ledger {
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: clamp(2rem, 4.8vh, 3.8rem);
  left: calc(var(--bs-gutter-x) * .5);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .26);
}
.cp-hero-ledger > div { min-width: 0; padding: 1rem 1.2rem 0 0; }
.cp-hero-ledger > div + div { padding-left: 1.2rem; border-left: 1px solid rgba(255, 255, 255, .18); }
.cp-hero-ledger span, .cp-hero-ledger strong, .cp-hero-ledger small { display: block; }
.cp-hero-ledger span { margin-bottom: .35rem; color: var(--cp-gold-pale); font-size: .59rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cp-hero-ledger strong { overflow: hidden; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.05rem, 1.55vw, 1.35rem); font-weight: 600; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }
.cp-hero-ledger small { margin-top: .25rem; color: rgba(255, 255, 255, .55); font-size: .7rem; }

.cp-enquiry { scroll-margin-top: 2rem; padding: clamp(5rem, 9vw, 8rem) 0; background: var(--cp-paper); }
.cp-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 3rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.cp-section-heading > .cp-kicker { grid-column: 1 / -1; margin-bottom: -2.3rem; }
.cp-section-heading h2 { margin: .65rem 0 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3rem, 5.8vw, 5.7rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.cp-page h2 em { color: var(--cp-gold-deep); font-weight: 500; }
.cp-section-heading > p { margin-bottom: .25rem; color: var(--cp-ink-soft); line-height: 1.8; }
.cp-enquiry-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }

.cp-planning-notes { position: sticky; top: 2rem; z-index: 0; isolation: isolate; padding: 2.5rem 0; color: #fff; background: var(--cp-dark); }
.cp-planning-notes::before { content: ""; position: absolute; top: 0; right: -3rem; bottom: 0; left: calc(50% - 50vw); z-index: -1; background: var(--cp-dark); }
.cp-planning-notes h3 { max-width: 520px; margin: .7rem 0 1rem; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.cp-planning-notes > div > p { max-width: 540px; color: rgba(255, 255, 255, .62); line-height: 1.75; }
.cp-process { margin: 2.5rem 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .14); list-style: none; }
.cp-process li { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.cp-process li > span { color: var(--cp-gold); font-family: "Playfair Display", Georgia, serif; }
.cp-process strong { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; }
.cp-process p { margin: .3rem 0 0; color: rgba(255, 255, 255, .55); font-size: .82rem; line-height: 1.55; }
.cp-contact-lines { display: grid; gap: 0; margin: 0; font-style: normal; }
.cp-contact-lines a { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #fff; }
.cp-contact-lines a > i { color: var(--cp-gold); font-size: 1rem; }
.cp-contact-lines a span, .cp-contact-lines a small { display: block; }
.cp-contact-lines a small { margin-bottom: .12rem; color: rgba(255, 255, 255, .42); font-size: .57rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cp-contact-lines a span { font-size: .82rem; line-height: 1.45; }
.cp-hours { margin: 1.35rem 0 0; color: rgba(255, 255, 255, .52); font-size: .73rem; line-height: 1.5; }
.cp-hours span { display: block; margin-bottom: .25rem; color: var(--cp-gold-pale); font-weight: 850; text-transform: uppercase; }

.cp-form-shell { min-width: 0; padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--cp-line); border-radius: 22px; background: #fffdf8; }
.cp-form-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--cp-line); }
.cp-form-heading span { color: var(--cp-gold-deep); font-size: .6rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cp-form-heading h3 { margin: .3rem 0 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 600; }
.cp-form-heading > p { max-width: 240px; display: flex; gap: .45rem; margin: 0; color: var(--cp-ink-soft); font-size: .7rem; line-height: 1.5; }
.cp-form-heading > p i { flex: 0 0 auto; color: var(--cp-gold-deep); }
.cp-context-note { display: flex; align-items: center; gap: .8rem; margin-top: 1.25rem; padding: .85rem 1rem; border-left: 3px solid var(--cp-gold); background: #f3eddf; }
.cp-context-note > i { color: var(--cp-gold-deep); }
.cp-context-note span, .cp-context-note strong { display: block; }
.cp-context-note span { color: var(--cp-ink-soft); font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cp-context-note strong { margin-top: .12rem; font-family: "Playfair Display", Georgia, serif; }
.cp-messages { display: grid; gap: .65rem; margin-top: 1.25rem; }
.cp-alert { display: flex; gap: .65rem; padding: .9rem 1rem; border: 1px solid var(--cp-line); border-radius: 12px; font-size: .8rem; line-height: 1.55; }
.cp-alert-success { border-color: rgba(41, 116, 72, .3); background: rgba(41, 116, 72, .08); color: #204d33; }
.cp-alert-warning { border-color: rgba(160, 118, 30, .35); background: rgba(199, 165, 94, .13); color: #6d521e; }
.cp-alert-error { border-color: rgba(159, 49, 49, .3); background: rgba(159, 49, 49, .08); color: #742b2b; }
.cp-error-summary { margin-top: 1.25rem; padding: 1rem; border-left: 3px solid #9f3131; background: rgba(159, 49, 49, .07); color: #742b2b; font-size: .8rem; }
.cp-error-summary ul { margin: .5rem 0 0; }
.cp-form { margin-top: 1.8rem; }
.cp-fieldset { min-width: 0; margin: 0; padding: 0 0 2rem; border: 0; }
.cp-fieldset + .cp-fieldset { padding-top: 1.8rem; border-top: 1px solid var(--cp-line); }
.cp-fieldset legend { width: 100%; display: flex; align-items: center; gap: .65rem; margin-bottom: 1.15rem; color: var(--cp-ink); font-family: "Playfair Display", Georgia, serif; font-size: 1.18rem; font-weight: 600; }
.cp-fieldset legend span { color: var(--cp-gold-deep); font-size: .7rem; font-weight: 850; }
.cp-contact-methods { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.25rem; }
.cp-contact-methods button, .cp-choice-list button, .cp-builder-actions button { border: 1px solid var(--cp-line); border-radius: 999px; background: transparent; color: var(--cp-ink-soft); font-size: .74rem; font-weight: 850; }
.cp-contact-methods button { min-height: 42px; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .85rem; }
.cp-contact-methods button:hover, .cp-contact-methods button:focus-visible, .cp-contact-methods button.is-active { border-color: var(--cp-gold-deep); background: #f0e6cf; color: var(--cp-ink); }
.cp-contact-methods button i { color: var(--cp-gold-deep); }
.cp-fields { display: grid; gap: 1rem; }
.cp-fields-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cp-field-wide { grid-column: 1 / -1; }
.cp-field label { display: block; margin-bottom: .4rem; color: #4e493f; font-size: .72rem; font-weight: 850; }
.cp-field label span { color: #9f3131; }
.cp-form .form-control {
  width: 100%;
  min-height: 48px;
  padding: .72rem .85rem;
  border: 1px solid rgba(40, 34, 24, .2);
  border-radius: 10px;
  background: #fff;
  color: var(--cp-ink);
  box-shadow: none;
  font-size: .86rem;
}
.cp-form textarea.form-control { min-height: 150px; resize: vertical; line-height: 1.65; }
.cp-form input[type="date"] { color-scheme: light; cursor: pointer; }
.cp-form input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .72; }
.cp-form .form-control:focus { border-color: var(--cp-gold-deep); box-shadow: 0 0 0 3px rgba(199, 165, 94, .17); }
.cp-field-error { display: block; margin-top: .35rem; color: #9f3131; font-weight: 750; }
.cp-help { display: block; margin-top: .4rem; color: var(--cp-ink-soft); font-size: .68rem; line-height: 1.5; }

.cp-builder { margin: 0 0 2rem; border-top: 1px solid var(--cp-line); border-bottom: 1px solid var(--cp-line); }
.cp-builder-toggle { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; border: 0; background: transparent; color: var(--cp-ink); text-align: left; }
.cp-builder-toggle > span { display: flex; align-items: center; gap: .7rem; }
.cp-builder-toggle > span:first-child > i { color: var(--cp-gold-deep); font-size: 1.2rem; }
.cp-builder-toggle small, .cp-builder-toggle strong { display: block; }
.cp-builder-toggle small { color: var(--cp-ink-soft); font-size: .6rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cp-builder-toggle strong { margin-top: .15rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; }
.cp-builder-toggle[aria-expanded="true"] > span:last-child > i { transform: rotate(180deg); }
.cp-builder-body { padding: 1.25rem 0 1.5rem; border-top: 1px solid var(--cp-line); }
.cp-builder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 1.2rem; }
.cp-builder-grid section { min-width: 0; }
.cp-builder-grid h4 { margin-bottom: .65rem; color: var(--cp-ink); font-size: .73rem; font-weight: 900; letter-spacing: .04em; }
.cp-choice-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.cp-choice-list button { padding: .45rem .65rem; }
.cp-choice-list button:hover, .cp-choice-list button:focus-visible, .cp-choice-list button.is-selected { border-color: var(--cp-gold-deep); background: #f0e6cf; color: var(--cp-ink); }
.cp-check-list { display: grid; gap: .35rem; }
.cp-check-list label { display: flex; align-items: center; gap: .5rem; color: var(--cp-ink-soft); font-size: .74rem; cursor: pointer; }
.cp-check-list input { width: 16px; height: 16px; accent-color: var(--cp-gold-deep); }
.cp-builder-actions { display: flex; align-items: center; gap: .6rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--cp-line); }
.cp-builder-actions button { min-height: 38px; padding: .45rem .7rem; }
.cp-builder-actions button:first-child { border-color: var(--cp-gold-deep); color: var(--cp-ink); }
.cp-message-fields { padding-top: 0; }
.cp-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--cp-line); }
.cp-submit-row p { display: flex; align-items: center; gap: .4rem; margin: 0; color: var(--cp-ink-soft); font-size: .68rem; }
.cp-submit-row p i { color: var(--cp-gold-deep); }
.cp-submit { flex: 0 0 auto; }

.cp-assurance { padding: clamp(4rem, 7vw, 6rem) 0; background: var(--cp-stone); }
.cp-assurance .container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--cp-line); }
.cp-assurance .container > div { padding: 1.5rem 1.5rem 0 0; }
.cp-assurance .container > div + div { padding-left: 1.5rem; border-left: 1px solid var(--cp-line); }
.cp-assurance span { color: var(--cp-gold-deep); font-family: "Playfair Display", Georgia, serif; }
.cp-assurance strong { display: block; margin: .45rem 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; }
.cp-assurance p { margin: 0; color: var(--cp-ink-soft); font-size: .78rem; line-height: 1.6; }
.cp-mobile-contact { display: none; }

/* Email-delivery confirmation */
.cp-success-page {
  min-height: 100vh;
  background: var(--cp-dark);
  color: #fff;
}

.cp-success-hero {
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  display: flex;
  overflow: hidden;
  background: url("../images/about-hero.1700fea6f91a.webp") center 44% / cover no-repeat;
}

.cp-success-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 8, 7, .97) 0%, rgba(7, 8, 7, .88) 50%, rgba(7, 8, 7, .58) 100%),
    linear-gradient(180deg, rgba(7, 8, 7, .24), rgba(7, 8, 7, .92));
}

.cp-success-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  background: radial-gradient(circle at 18% 38%, rgba(199, 165, 94, .3), transparent 34%);
  pointer-events: none;
}

.cp-success-inner {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(8.5rem, 15vh, 11rem);
  padding-bottom: clamp(4rem, 8vh, 6rem);
}

.cp-success-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  align-items: end;
  gap: clamp(3.5rem, 8vw, 8rem);
}

.cp-local-preview {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1.5rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(234, 217, 174, .28);
  border-radius: 999px;
  background: rgba(7, 8, 7, .34);
  color: var(--cp-gold-pale);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cp-success-copy { max-width: 820px; }

.cp-success-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 1.6rem;
  border: 1px solid rgba(234, 217, 174, .58);
  border-radius: 50%;
  color: var(--cp-gold-pale);
  font-size: 1.8rem;
}

.cp-success-copy h1 {
  max-width: 880px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 6.4vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}

.cp-success-copy h1 em {
  color: var(--cp-gold-pale);
  font-weight: 400;
}

.cp-success-lead {
  max-width: 700px;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(.95rem, 1.25vw, 1.08rem);
  line-height: 1.8;
}

.cp-success-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.cp-success-next {
  padding: .35rem 0 .25rem clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.cp-success-next h2 {
  margin: .7rem 0 1.6rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.cp-success-next ol { margin: 0; padding: 0; list-style: none; }

.cp-success-next li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: .75rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.cp-success-next li > span {
  color: var(--cp-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: .82rem;
}

.cp-success-next strong { display: block; font-size: .88rem; }
.cp-success-next li p { margin: .3rem 0 0; color: rgba(255, 255, 255, .62); font-size: .72rem; line-height: 1.58; }

.cp-success-urgent {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.cp-success-urgent > i { color: var(--cp-gold); font-size: 1.25rem; }
.cp-success-urgent p { margin: 0; }
.cp-success-urgent span { display: block; color: rgba(255, 255, 255, .58); font-size: .62rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.cp-success-urgent a { color: #fff; font-size: .78rem; font-weight: 800; }
.cp-success-urgent a:hover, .cp-success-urgent a:focus-visible { color: var(--cp-gold-pale); }

.cp-success-note {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: clamp(2.5rem, 6vh, 4.5rem) 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: .65rem;
  font-weight: 700;
}

.cp-success-note i { color: var(--cp-gold); }

@media (max-width: 1199.98px) {
  .cp-enquiry-grid { grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: 3.5rem; }
  .cp-planning-notes::before { right: -1.5rem; }
}

@media (max-width: 991.98px) {
  .cp-hero::before { background: linear-gradient(90deg, rgba(6, 7, 6, .91), rgba(6, 7, 6, .35)), linear-gradient(180deg, rgba(5, 6, 5, .18), transparent 42%, rgba(5, 6, 5, .9)); }
  .cp-hero-copy { width: 100%; }
  .cp-hero-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-hero-ledger > div:nth-child(3) { padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .cp-hero-ledger > div:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .18); }
  .cp-section-heading { grid-template-columns: 1fr; gap: 1.3rem; }
  .cp-section-heading > .cp-kicker { margin-bottom: -1rem; }
  .cp-enquiry-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cp-planning-notes { position: relative; top: auto; padding: 3rem 0; }
  .cp-planning-notes::before { right: calc(50% - 50vw); }
  .cp-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cp-process li { display: block; padding-right: 1rem; }
  .cp-process li + li { padding-left: 1rem; border-left: 1px solid rgba(255, 255, 255, .14); }
  .cp-contact-lines { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; }
  .cp-success-layout { grid-template-columns: 1fr; align-items: start; gap: 3rem; }
  .cp-success-next { max-width: 720px; }
}

@media (max-width: 767.98px) {
  .cp-page { padding-bottom: 62px; }
  .cp-hero-inner { justify-content: flex-start; padding-top: 8.25rem; padding-bottom: 14.5rem; }
  .cp-hero h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .cp-hero-copy > p:not(.cp-eyebrow) { font-size: .95rem; line-height: 1.62; }
  .cp-hero-ledger { bottom: 1.65rem; }
  .cp-hero-ledger > div { padding-top: .7rem; }
  .cp-hero-ledger strong { font-size: .98rem; }
  .cp-hero-ledger small { font-size: .59rem; }
  .cp-process { grid-template-columns: 1fr; }
  .cp-process li { display: grid; padding-right: 0; }
  .cp-process li + li { padding-left: 0; border-left: 0; }
  .cp-contact-lines { grid-template-columns: 1fr; }
  .cp-form-shell { padding: 1.35rem; border-radius: 16px; }
  .cp-form-heading { display: block; }
  .cp-form-heading > p { max-width: none; margin-top: .65rem; }
  .cp-fields-2, .cp-builder-grid { grid-template-columns: 1fr; }
  .cp-field-wide { grid-column: auto; }
  .cp-builder-toggle { align-items: flex-start; }
  .cp-builder-toggle > span:last-child { align-items: flex-end; }
  .cp-submit-row { display: grid; }
  .cp-submit { width: 100%; }
  .cp-assurance .container { grid-template-columns: 1fr; }
  .cp-assurance .container > div { padding: 1.2rem 0; border-bottom: 1px solid var(--cp-line); }
  .cp-assurance .container > div + div { padding-left: 0; border-left: 0; }
  .cp-mobile-contact { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1060; display: grid; grid-template-columns: repeat(3, 1fr); padding: .45rem; border-top: 1px solid rgba(255, 255, 255, .14); background: rgba(15, 16, 14, .97); }
  .cp-mobile-contact a { min-height: 46px; display: grid; place-items: center; gap: .1rem; color: #fff; font-size: .65rem; font-weight: 850; }
  .cp-mobile-contact a + a { border-left: 1px solid rgba(255, 255, 255, .12); }
  .cp-mobile-contact i { color: var(--cp-gold); font-size: .95rem; }
  .cp-success-inner { justify-content: flex-start; padding-top: 8.25rem; }
  .cp-success-copy h1 { font-size: clamp(3.25rem, 14.5vw, 5.1rem); }
  .cp-success-next { padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .2); border-left: 0; padding-top: 2rem; }
  .cp-success-note { align-items: flex-start; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cp-primary, .cp-submit { transition: none; }
  .cp-primary:hover, .cp-submit:hover { transform: none; }
}
