:root {
  --bg: rgb(236, 226, 216);
  --bg-alt: #e4dacf;
  --surface: #ffffff;
  --text: #2b2a28;
  --text-muted: #6e6b65;
  --accent: #8a847c;
  --accent-dark: #4a4743;
  --border: #d9cfc5;
  --shadow: 0 16px 40px rgba(43, 42, 40, 0.06);
  --radius: 16px;
  --radius-sm: 10px;
  --container: 980px;
  --header-height: 156px;
  --header-height-compact: 80px;
  --readable: 34rem;
}

html.is-scrolled {
  --header-height: var(--header-height-compact);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--text);
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  margin: 0 0 0.75rem;
  max-width: none;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin: 0 0 0.6rem;
}

h3 {
  font-size: 1.45rem;
  margin: 0 0 0.45rem;
}

p {
  margin: 0 0 0.75rem;
}

p:last-child {
  margin-bottom: 0;
}

.compact {
  color: var(--text-muted);
  max-width: var(--readable);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 1rem;
  z-index: 999;
  background: var(--text);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  left: 1rem;
}

.eyebrow {
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 28rem;
}

.section-head {
  margin-bottom: 1.25rem;
}

.section-head-center {
  text-align: center;
  max-width: 34rem;
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent-dark);
  color: white;
}

.btn-primary:hover {
  background: var(--text);
  color: white;
}

.btn-secondary {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: var(--accent);
}

.btn-full {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 1px 0 var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 0.75rem 1.25rem;
  padding-block: 0.5rem;
  transition: min-height 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled .header-inner {
  padding-block: 0.2rem;
}

.brand-logo {
  display: block;
  height: clamp(88px, 19vw, 136px);
  width: auto;
  max-width: min(860px, 90vw);
  background: transparent;
  border: 0;
  transition: height 0.25s ease;
}

.site-header.is-scrolled .brand-logo {
  height: clamp(52px, 12vw, 68px);
}

.site-header.is-scrolled .btn-nav {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
}

.brand {
  display: block;
  flex-shrink: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--text);
}

.brand--light {
  color: rgba(255, 255, 255, 0.96);
}

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

.footer-inner > * {
  min-width: 0;
}

.footer-brand {
  overflow: hidden;
}

.footer-brand .brand-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.85rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
}

.bacp-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  text-decoration: none;
  color: var(--text);
}

.bacp-badge:hover {
  border-color: var(--accent);
  color: var(--text);
}

.bacp-badge-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.bacp-badge-text {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.is-hidden {
  display: none !important;
}

.legal-page {
  padding: 3rem 0 4rem;
}

.legal-page h1 {
  margin-bottom: 0.35rem;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.legal-page h2 {
  font-size: 1.35rem;
  margin-top: 1.75rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .carousel-slide {
    transition: none;
    transform: none;
  }

  .carousel-dots button.is-active.is-progressing::before {
    animation: none;
    transform: translateX(0);
  }

  .btn:hover {
    transform: none;
  }
}

.site-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.site-nav a:not(.btn) {
  text-decoration: none;
  color: var(--text);
  font-size: 0.9rem;
  transition: font-size 0.25s ease;
}

.site-nav a:not(.btn):hover {
  color: var(--accent-dark);
}

.site-header.is-scrolled .site-nav a:not(.btn) {
  font-size: 0.84rem;
}

.site-nav .btn,
.site-nav .btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn-nav {
  padding: 0.55rem 1.05rem;
  font-size: 0.86rem;
  flex-shrink: 0;
  align-self: flex-end;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--text);
}

.hero {
  padding: 1.5rem 0 1.25rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.75rem;
  align-items: start;
}

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

.trust-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.trust-list li {
  position: relative;
  padding-left: 0.95rem;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
}

.hero-media img {
  width: 100%;
  max-height: 480px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.statement {
  padding: 1.5rem 0 3rem;
}

.statement-inner {
  text-align: center;
}

.statement-text {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-style: italic;
  color: var(--accent-dark);
}

.specialisms,
.about,
.approach,
.testimonials,
.fees,
.book {
  padding: 2.25rem 0;
}

.specialisms {
  padding-top: 1.75rem;
}

.specialisms,
.approach,
.testimonials {
  background: var(--bg-alt);
}

.specialism-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

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

.specialism-grid .card-feature:first-child .card-image img {
  object-position: center 75%;
}

.card-body {
  padding: 1.25rem 1.35rem 1.4rem;
}

.card-body ul {
  color: var(--text-muted);
  display: grid;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.challenges-panel {
  margin-top: 1.25rem;
  padding: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.challenges-panel h3 {
  margin-bottom: 0.5rem;
}

.challenges-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.5rem;
  margin: 1rem 0 1.25rem;
  color: var(--text-muted);
}

.prose-block p {
  color: var(--text-muted);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.approach-grid .card {
  padding: 1.75rem;
}

.approach-grid .card a {
  font-weight: 500;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: stretch;
}

.testimonials-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 360px;
}

.testimonials-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.testimonial-carousel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.65rem 1.35rem;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-track {
  position: relative;
  flex: 1;
  min-height: 220px;
  display: flex;
  align-items: center;
}

.carousel-slide {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateY(0);
}

.carousel-slide p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--text);
}

.carousel-slide footer {
  margin-top: 1.15rem;
  font-family: Inter, sans-serif;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-muted);
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}

.carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  gap: 0.45rem;
  flex: 1;
  justify-content: center;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: var(--border);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: width 0.25s ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--border);
  transform: none;
}

.carousel-dots button.is-active.is-progressing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent-dark);
  transform: translateX(-100%);
  animation: carousel-progress var(--carousel-duration, 5s) linear forwards;
}

@keyframes carousel-progress {
  to {
    transform: translateX(0);
  }
}

.policy-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.policy-list h3 {
  font-size: 1.25rem;
}

.contact-banner {
  padding: 0 0 2.5rem;
}

.contact-banner-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
}

.contact-banner-inner img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.contact-banner-inner > div {
  padding: 2rem;
}

.contact-card h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.optional {
  font-weight: 400;
  color: var(--text-muted);
}

.quote-featured {
  display: none;
}

.about-grid,
.fees-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: center;
}

.about-copy p,
.fees-copy p,
.fees-copy li,
.section-head p {
  max-width: var(--readable);
}

.about-media img,
.fees-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

blockquote {
  margin: 0;
  padding: 1.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

blockquote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--text);
}

blockquote footer {
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 600;
  color: var(--text-muted);
}

.fee-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0;
}

.fee-card {
  padding: 1rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.fee-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.fee-amount {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0.25rem 0;
}

.fee-detail {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.policy-brief {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.policy-brief li {
  margin-bottom: 0.35rem;
}

.book-head p {
  margin-inline: auto;
  max-width: 32rem;
}

.book-cta {
  margin-top: 0.5rem;
}

.book-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.25rem;
  align-items: start;
  max-width: 860px;
  margin-inline: auto;
}

.booking-card,
.book-aside {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.book-aside h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.book-aside p {
  margin-bottom: 0.35rem;
}

.book-aside-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.45rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.book-aside-list li {
  position: relative;
  padding-left: 1rem;
}

.book-aside-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
}

.booking-form {
  display: grid;
  gap: 0.75rem;
}

.booking-form h3 {
  margin: 0;
}

.form-intro {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin: 0 0 0.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.booking-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 500;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  font: inherit;
}

.booking-form select {
  cursor: pointer;
}

.checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem;
  font-weight: 400;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.checkbox input {
  width: auto;
  margin-top: 0.2rem;
}

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

.form-note.success {
  color: #3f6d4f;
}

.site-footer {
  background: var(--accent-dark);
  color: rgba(255, 255, 255, 0.86);
  padding: 2.5rem 0 1.25rem;
}

.site-footer a {
  color: white;
  text-decoration: none;
}

.site-footer a:hover {
  opacity: 0.85;
}

.footer-brand p {
  font-size: 0.92rem;
  margin-bottom: 0.85rem;
}

.footer-inner h4 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.footer-inner p {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.social-links {
  display: flex;
  gap: 0.55rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.social-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .fees-grid,
  .testimonials-layout,
  .book-layout,
  .specialism-grid,
  .approach-grid,
  .contact-banner-inner,
  .challenges-list {
    grid-template-columns: 1fr;
  }

  .about-media {
    order: -1;
  }

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

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

  .site-nav {
    position: fixed;
    inset: var(--header-height) 1rem auto 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav .btn-nav {
    width: 100%;
    align-self: stretch;
  }

  .fee-cards,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero,
  .specialisms,
  .about,
  .approach,
  .testimonials,
  .fees,
  .book {
    padding: 2.25rem 0;
  }

  .testimonials-media,
  .testimonials-media img,
  .testimonial-carousel {
    min-height: 260px;
  }

  .testimonials-media img {
    max-height: 300px;
  }

  .carousel-track {
    min-height: 180px;
  }
}
