:root {
  --paper: #fbf4eb;
  --paper-2: #fffaf3;
  --ink: #25211f;
  --muted: #665c54;
  --copper: #b14f24;
  --copper-dark: #963f1c;
  --teal: #1e7777;
  --teal-dark: #155c5d;
  --line: #ead9c7;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(75, 47, 28, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

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

.approach,
.cta-band,
.services,
.home-services,
.about,
.testimonials,
.journal,
.site-footer,
.services-detail,
.services-differential,
.about-story,
.about-philosophy,
.about-credentials,
.about-differentials,
.contact,
.contact-details {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

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

.site-header {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(230px, 1fr) auto minmax(160px, 1fr);
  left: 0;
  padding: 24px clamp(24px, 7vw, 104px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(251, 244, 235, 0.94);
  box-shadow: 0 10px 30px rgba(58, 39, 25, 0.08);
  padding-block: 14px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  color: var(--copper);
  display: grid;
  height: 46px;
  place-items: center;
  width: 46px;
}

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

.brand-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.34rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-copy small {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  margin-top: 6px;
  text-transform: uppercase;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(20px, 3vw, 48px);
  justify-content: center;
}

.main-nav a,
.text-link,
.button-ghost {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-cta {
  justify-self: end;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--copper);
  color: var(--white);
}

.button-primary:hover {
  background: var(--copper-dark);
}

.button-ghost {
  gap: 12px;
  min-height: 48px;
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: min(760px, 100svh);
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center 38%;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.88) 27%, rgba(251, 244, 235, 0.24) 56%, rgba(251, 244, 235, 0.04) 100%);
  inset: 0;
  position: absolute;
}

.hero-content {
  padding: 190px clamp(24px, 8vw, 128px) 88px;
  position: relative;
  width: min(660px, 100%);
  z-index: 1;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3rem, 4.1vw, 4.18rem);
  margin-bottom: 32px;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1::after {
  background: var(--copper);
  content: "";
  display: block;
  height: 2px;
  margin-top: 32px;
  width: 54px;
}

.hero-text {
  color: #292524;
  font-size: 1.02rem;
  margin-bottom: 30px;
  max-width: 430px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
}

.hero-actions .button-primary {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 24px;
  white-space: nowrap;
}

.hero-actions .button-ghost {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 4px;
  white-space: nowrap;
}

.services,
.about,
.testimonials,
.journal,
.contact {
  padding: 54px clamp(24px, 9vw, 150px);
}

.approach {
  padding: 32px clamp(24px, 9vw, 150px) 42px;
}

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

.section-heading.split {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-heading h2,
.cta-content h2,
.about h2,
.contact h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.7rem);
  margin-bottom: 0;
}

.approach .section-heading .eyebrow {
  font-size: 0.64rem;
  margin-bottom: 12px;
}

.approach .section-heading h2 {
  font-size: clamp(2rem, 2.65vw, 2.72rem);
  line-height: 1;
}

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

.pillars article {
  border-left: 1px solid var(--line);
  min-height: 150px;
  padding: 0 clamp(26px, 3.6vw, 58px);
  text-align: center;
}

.pillars article:first-child {
  border-left: 0;
}

.line-icon {
  color: var(--copper);
  display: inline-grid;
  height: 46px;
  margin-bottom: 16px;
  place-items: center;
  width: 46px;
}

.line-icon img {
  height: 44px;
  width: 44px;
}

.line-icon .photo-icon {
  height: 50px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 50px;
}

.line-icon .photo-icon-dark {
  mix-blend-mode: screen;
}

.line-icon .photo-icon-transparent {
  mix-blend-mode: normal;
}

.pillars h3,
.about-panel strong,
.journal span,
.footer-brand span,
.newsletter label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pillars h3 {
  margin-bottom: 18px;
}

.pillars p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 188px;
}

.cta-band {
  min-height: 236px;
  overflow: hidden;
  position: relative;
}

.cta-band img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.cta-tint {
  background:
    radial-gradient(circle at 24% 35%, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(90deg, rgba(22, 113, 113, 0.96) 0%, rgba(27, 119, 119, 0.92) 31%, rgba(27, 119, 119, 0.42) 48%, rgba(27, 119, 119, 0.04) 66%, rgba(27, 119, 119, 0) 100%);
  inset: 0;
  position: absolute;
}

.cta-tint::after {
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.05) 87.5%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.045) 87.5%);
  background-size: 22px 38px;
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.22;
  position: absolute;
  width: 46%;
}

.cta-line {
  border: 1px solid rgba(189, 91, 43, 0.7);
  border-radius: 50%;
  height: 270px;
  left: -62px;
  position: absolute;
  width: 270px;
}

.cta-line-one {
  top: -128px;
}

.cta-line-two {
  bottom: -206px;
  left: -34px;
  width: 330px;
}

.cta-content {
  color: var(--white);
  margin-left: clamp(24px, 11vw, 168px);
  padding: 42px 0 36px;
  position: relative;
  width: min(430px, calc(100% - 48px));
}

.cta-content p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 18px;
}

.cta-content h2 {
  font-size: clamp(2rem, 2.65vw, 3rem);
  line-height: 0.95;
  margin-bottom: 10px;
}

.cta-content .button {
  min-height: 46px;
  padding-inline: 26px;
}

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

.service-card {
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 36px rgba(93, 65, 42, 0.08);
  overflow: hidden;
}

.card-image {
  aspect-ratio: 1.9 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-body {
  padding: 28px;
  position: relative;
}

.service-badge {
  background: var(--paper-2);
  border-radius: 999px;
  color: var(--copper);
  display: grid;
  font-size: 1.45rem;
  height: 46px;
  left: 22px;
  place-items: center;
  position: absolute;
  top: -56px;
  width: 46px;
}

.service-card h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.05;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.service-card a {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-services {
  background: var(--paper-2);
  padding: 72px clamp(24px, 9vw, 150px) 82px;
}

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

.home-service-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 32px rgba(93, 65, 42, 0.06);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
  min-height: 0;
  overflow: hidden;
  text-decoration: none;
}

.home-service-item img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.home-service-item > div {
  align-content: center;
  display: grid;
  padding: clamp(28px, 3.4vw, 48px);
}

.home-service-item > div > span {
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.home-service-item h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.3vw, 2.55rem);
  line-height: 1;
  margin-bottom: 16px;
}

.home-service-item p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

.home-service-item strong {
  color: var(--copper);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-service-item:hover img {
  transform: scale(1.025);
}

.about {
  align-items: center;
  background: var(--paper-2);
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  padding-top: 72px;
  padding-bottom: 72px;
}

.about h2 {
  line-height: 1.05;
  margin-bottom: 24px;
  max-width: 760px;
}

.about-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 720px;
}

.check-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

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

.about-panel {
  background: var(--teal);
  border-radius: 6px;
  color: var(--white);
  display: grid;
  gap: 12px;
  padding: 34px;
}

.about-panel span {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 12px;
}

.testimonial-controls {
  display: flex;
  gap: 14px;
}

.testimonial-controls button,
.dots button {
  border: 1px solid #d8a783;
  border-radius: 999px;
  color: var(--copper);
  cursor: pointer;
}

.testimonial-controls button {
  background: transparent;
  font-size: 1.15rem;
  height: 44px;
  width: 44px;
}

.testimonial-stage {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: 220px minmax(360px, 520px) 220px;
  justify-content: center;
}

.testimonial-stage img {
  border-radius: 5px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.testimonial-stage img:first-child {
  object-position: right center;
}

.testimonial-stage img:last-child {
  object-position: left center;
}

blockquote {
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 0;
  min-height: 220px;
  padding: 26px clamp(32px, 4vw, 50px);
}

blockquote span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 0;
}

blockquote p {
  margin-bottom: 14px;
}

cite {
  color: var(--muted);
  font-style: normal;
}

.dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.dots button {
  background: #ead8c8;
  border: 0;
  height: 8px;
  padding: 0;
  width: 8px;
}

.dots button.is-active {
  background: var(--copper);
  width: 24px;
}

.journal {
  background: var(--paper-2);
}

.journal-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.journal-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.journal-grid a {
  display: block;
}

.journal h3 {
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.05;
}

.journal span {
  color: var(--copper);
}

.contact {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: 0.8fr 1fr;
}

.contact p {
  color: var(--muted);
}

.contact-page-main {
  background: var(--paper);
  padding-top: 96px;
}

.contact-page-section {
  align-items: center;
  min-height: calc(100vh - 300px);
  padding-block: clamp(80px, 10vw, 140px);
}

.contact-intro h1 {
  font-size: clamp(3rem, 5.3vw, 5rem);
  line-height: 0.95;
  margin-bottom: 22px;
}

.contact-intro h1::after {
  display: none;
}

.contact-intro > p:last-child {
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 500px;
}

.contact-details {
  background: var(--paper-2);
  display: grid;
  gap: clamp(48px, 10vw, 150px);
  grid-template-columns: minmax(260px, 0.7fr) minmax(440px, 1.3fr);
  padding: 64px clamp(24px, 9vw, 150px) 72px;
}

.contact-details h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}

.contact-details address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.8;
}

.opening-hours dl {
  margin: 0;
}

.opening-hours dl div {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(140px, 0.7fr) minmax(250px, 1fr);
  padding: 13px 0;
}

.opening-hours dt {
  font-weight: 700;
}

.opening-hours dd {
  color: var(--muted);
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.privacy-main {
  background: var(--paper);
  padding-top: 96px;
}

.privacy-hero {
  background: var(--paper-2);
  padding: clamp(72px, 9vw, 130px) clamp(24px, 15vw, 240px) 64px;
  text-align: center;
}

.privacy-hero h1 {
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  margin-bottom: 24px;
}

.privacy-hero h1::after {
  margin-inline: auto;
}

.privacy-hero > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 auto 18px;
  max-width: 720px;
}

.privacy-hero small {
  color: var(--muted);
}

.privacy-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 68px 24px 84px;
}

.privacy-content > section {
  border-top: 1px solid var(--line);
  padding: 34px 0;
}

.privacy-content > section:first-child {
  border-top: 0;
  padding-top: 0;
}

.privacy-content h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  line-height: 1.75;
}

.privacy-content ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.article-main {
  background: var(--paper);
  padding-top: 96px;
}

.article-hero {
  background: var(--paper-2);
  padding: clamp(72px, 9vw, 128px) clamp(24px, 12vw, 190px) 48px;
}

.article-hero-content {
  margin: 0 auto;
  max-width: 980px;
}

.article-hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  margin-bottom: 24px;
}

.article-hero h1::after {
  margin-top: 26px;
}

.article-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 760px;
}

.article-author {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 18px 0 0;
}

.article-author a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.12em;
  margin-top: 24px;
  text-transform: uppercase;
}

.article-featured {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
  transform: translateY(44px);
}

.article-featured img {
  aspect-ratio: 16 / 8;
  border-radius: 6px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-content {
  margin: 0 auto;
  max-width: 850px;
  padding: 96px 24px 72px;
}

.article-content h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1;
  margin: 42px 0 18px;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p,
.article-content li {
  color: var(--muted);
  line-height: 1.82;
}

.article-content ul,
.article-content ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 24px;
}

.article-callout {
  background: var(--paper-2);
  border-left: 3px solid var(--copper);
  margin: 34px 0;
  padding: 24px;
}

.article-callout p {
  margin-bottom: 0;
}

.article-related {
  background: var(--paper-2);
  padding: 56px clamp(24px, 9vw, 150px);
}

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

.article-related-grid a {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.article-related-grid span {
  color: var(--copper);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.article-related-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.08;
}

.privacy-content strong {
  color: var(--ink);
}

.privacy-contact-list {
  list-style: none;
  padding-left: 0 !important;
}

.privacy-cta {
  align-items: center;
  background: var(--teal);
  border-radius: 6px;
  color: var(--white);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: 32px;
  padding: 34px 40px;
}

.privacy-cta .eyebrow {
  color: #f1b48f;
  margin-bottom: 10px;
}

.privacy-cta h2 {
  margin: 0;
  max-width: 540px;
}

.privacy-cta .button {
  flex: 0 0 auto;
}

.about-page-main {
  background: var(--paper);
}

.about-page-hero {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.about-page-hero > img {
  height: calc(100% - 112px);
  left: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 112px;
  width: 114%;
}

.about-page-hero-overlay {
  background: linear-gradient(90deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.88) 34%, rgba(251, 244, 235, 0.1) 68%);
  inset: 0;
  position: absolute;
}

.about-page-hero-content {
  padding: 240px clamp(24px, 9vw, 150px) 90px;
  position: relative;
  width: min(650px, 100%);
}

.about-page-hero h1 {
  font-size: clamp(3.7rem, 6vw, 5.8rem);
  margin-bottom: 28px;
}

.about-page-hero-content > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 480px;
}

.about-story {
  display: grid;
  gap: clamp(48px, 9vw, 140px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr);
  padding: 84px clamp(24px, 9vw, 150px);
}

.about-story h2,
.about-credentials h2,
.differentials-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  font-weight: 600;
  line-height: 0.98;
  margin-bottom: 24px;
}

.professional-id {
  color: var(--copper);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-story-copy {
  display: grid;
  gap: 22px;
}

.about-story-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0;
}

.about-story-copy strong {
  color: var(--ink);
}

.about-story-copy .service-location {
  border-left: 2px solid var(--copper);
  color: var(--ink);
  font-weight: 600;
  padding-left: 20px;
}

.about-philosophy {
  background: var(--paper-2);
  padding: 68px clamp(24px, 9vw, 150px) 78px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.philosophy-grid article {
  border-left: 1px solid var(--line);
  padding: 10px clamp(24px, 4vw, 58px);
}

.philosophy-grid article:first-child {
  border-left: 0;
}

.philosophy-grid span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.philosophy-grid h3 {
  font-family: var(--serif);
  font-size: 2rem;
  margin: 12px 0 14px;
}

.philosophy-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.about-credentials {
  align-items: start;
  display: grid;
  gap: clamp(48px, 9vw, 140px);
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  padding: 84px clamp(24px, 9vw, 150px);
}

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

.credentials-list li {
  border-top: 1px solid var(--line);
  font-size: 1rem;
  padding: 16px 0 16px 30px;
  position: relative;
}

.credentials-list li::before {
  color: var(--copper);
  content: "✓";
  left: 0;
  position: absolute;
}

.about-differentials {
  align-items: stretch;
  background: var(--paper-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.differentials-image {
  min-height: 600px;
}

.differentials-image img {
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  width: 100%;
}

.differentials-copy {
  align-self: center;
  padding: 72px clamp(32px, 8vw, 130px);
}

.differentials-copy ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 30px 0 36px;
  padding: 0;
}

.differentials-copy li {
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px 26px;
  position: relative;
}

.differentials-copy li::before {
  color: var(--copper);
  content: "✓";
  left: 0;
  position: absolute;
}

.services-page-main {
  background: var(--paper);
}

.services-page-hero {
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.services-page-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}

.services-page-hero-overlay {
  background: linear-gradient(90deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.9) 42%, rgba(251, 244, 235, 0.14) 75%);
  inset: 0;
  position: absolute;
}

.services-page-hero-content {
  padding: 220px clamp(24px, 9vw, 150px) 80px;
  position: relative;
  width: min(720px, 100%);
}

.services-page-hero h1 {
  font-size: clamp(3.8rem, 6vw, 5.8rem);
  margin-bottom: 28px;
}

.services-page-hero-content > p:last-child {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 610px;
}

.services-page-hero-content strong {
  color: var(--ink);
}

.services-detail {
  padding: 80px clamp(24px, 9vw, 150px);
}

.service-detail-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  margin-bottom: 76px;
  min-height: 500px;
}

.service-detail-row:last-child {
  margin-bottom: 0;
}

.service-detail-row-reverse .service-detail-image {
  grid-column: 2;
}

.service-detail-row-reverse .service-detail-copy {
  grid-column: 1;
  grid-row: 1;
}

.service-detail-image {
  overflow: hidden;
}

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

.service-detail-copy {
  background: var(--paper-2);
  padding: clamp(38px, 6vw, 78px);
}

.service-number {
  color: var(--copper);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.service-detail-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 0.98;
  margin-bottom: 22px;
}

.service-detail-copy > p:not(.service-number),
.service-detail-copy li {
  color: var(--muted);
  line-height: 1.65;
}

.service-detail-copy ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}

.service-detail-copy li {
  padding-left: 24px;
  position: relative;
}

.service-detail-copy li::before {
  color: var(--copper);
  content: "✓";
  left: 0;
  position: absolute;
}

.services-differential {
  background: var(--paper-2);
  padding: 68px clamp(24px, 9vw, 150px) 78px;
}

.services-differential-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.services-differential-grid article {
  border-left: 1px solid var(--line);
  padding: 10px clamp(24px, 4vw, 58px);
}

.services-differential-grid article:first-child {
  border-left: 0;
}

.services-differential-grid span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 2.8rem;
}

.services-differential-grid h3 {
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 1;
  margin: 8px 0 16px;
}

.services-differential-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.services-faq {
  background: var(--paper);
  padding: 72px clamp(24px, 9vw, 150px);
}

.services-faq-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

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

.services-faq-list h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 14px;
}

.services-faq-list p {
  color: var(--muted);
  line-height: 1.72;
}

.services-page-cta {
  align-items: center;
  background: var(--teal);
  color: var(--white);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: 58px clamp(24px, 12vw, 190px);
}

.services-page-cta h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
}

.services-page-cta p:not(.eyebrow) {
  max-width: 680px;
}

.services-page-cta .eyebrow {
  color: #f1b48f;
}

.services-page-cta .button {
  flex: 0 0 auto;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
}

input,
select {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  padding: 0 16px;
}

.site-footer {
  align-items: start;
  background: #f4e7d9;
  display: grid;
  gap: 16px clamp(42px, 11vw, 160px);
  grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.6fr) minmax(340px, 1fr);
  padding: 14px clamp(24px, 9vw, 150px) 8px;
}

.footer-logo {
  display: block;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  width: 58px;
}

.footer-brand span {
  color: #403631;
  display: block;
  line-height: 1.15;
  margin-top: 6px;
}

.footer-brand p,
.newsletter p,
.footer-bottom,
.footer-nav a {
  color: #514943;
  font-size: 0.8rem;
  line-height: 1.35;
}

.footer-brand p {
  margin: 7px 0 8px;
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  color: var(--copper);
  display: grid;
  height: 20px;
  place-items: center;
  width: 20px;
}

.footer-social svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.footer-nav {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.footer-nav h2 {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.footer-nav a {
  color: #6f6055;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.25;
}

.footer-nav a:hover,
.footer-nav a[aria-current="page"] {
  color: var(--copper);
}

.newsletter {
  display: grid;
  gap: 8px;
}

.newsletter p {
  margin: 0 0 2px;
  max-width: 420px;
}

.newsletter div {
  display: flex;
}

.newsletter input {
  background: rgba(255, 250, 243, 0.78);
  border: 0;
  border-radius: 5px 0 0 5px;
  min-height: 44px;
  min-width: 0;
  width: 100%;
}

.newsletter button {
  background: var(--copper);
  border: 0;
  border-radius: 0 5px 5px 0;
  color: var(--white);
  cursor: pointer;
  font-size: 1.2rem;
  width: 56px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(213, 191, 169, 0.6);
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 7px;
}

.footer-bottom p {
  margin: 0;
}

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

  .header-cta {
    display: none;
  }

  .menu-toggle {
    background: var(--copper);
    border: 0;
    border-radius: 5px;
    display: grid;
    gap: 6px;
    height: 44px;
    padding: 12px;
    width: 44px;
  }

  .menu-toggle span {
    background: var(--white);
    display: block;
    height: 2px;
    width: 20px;
  }

  .main-nav {
    background: rgba(251, 244, 235, 0.98);
    border-bottom: 1px solid var(--line);
    display: none;
    grid-column: 1 / -1;
    justify-items: start;
    padding: 18px 0 4px;
  }

  .main-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.9) 37%, rgba(251, 244, 235, 0.12) 100%);
  }

  .pillars,
  .service-grid,
  .home-services-grid,
  .journal-grid,
  .site-footer,
  .contact,
  .about,
  .contact-details,
  .about-story,
  .about-credentials,
  .philosophy-grid,
  .about-differentials {
    grid-template-columns: 1fr;
  }

  .service-detail-row,
  .services-differential-grid,
  .services-faq-list {
    grid-template-columns: 1fr;
  }

  .service-detail-row-reverse .service-detail-image,
  .service-detail-row-reverse .service-detail-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .service-detail-image {
    min-height: 380px;
  }

  .services-differential-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-block: 28px;
  }

  .services-differential-grid article:first-child {
    border-top: 0;
  }

  .services-page-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .philosophy-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-block: 26px;
  }

  .philosophy-grid article:first-child {
    border-top: 0;
  }

  .differentials-image {
    min-height: 480px;
  }

  .differentials-image img {
    object-position: 40% center;
  }

  .about-page-hero > img {
    height: 100%;
    top: 0;
    width: 122%;
  }

  .pillars article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-block: 24px;
  }

  .pillars article:first-child {
    border-top: 0;
  }

  .testimonial-stage {
    grid-template-columns: 1fr;
  }

  .testimonial-stage img {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1480px) {
  .site-header {
    background: rgba(251, 244, 235, 0.72);
  }

  .hero-image {
    height: calc(100% - 118px);
    object-position: 54% center;
    top: 118px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .hero-content {
    padding: 118px 22px 48px;
  }

  h1 {
    font-size: clamp(2.05rem, 9vw, 3.15rem);
  }

  .hero-actions,
  .section-heading.split {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .button {
    width: 100%;
  }

  .hero-actions .button-ghost,
  .hero-actions .button-primary {
    min-height: 48px;
    padding-inline: 24px;
  }

  .approach,
  .services,
  .home-services,
  .about,
  .testimonials,
  .journal,
  .contact,
  .contact-details,
  .cta-content {
    padding-inline: 22px;
  }

  .opening-hours dl div {
    align-items: start;
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .privacy-hero {
    padding-inline: 22px;
  }

  .privacy-hero h1 {
    font-size: 3.1rem;
  }

  .privacy-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 28px 24px;
  }

  .about-page-hero {
    min-height: 650px;
  }

  .about-page-hero > img {
    height: 100%;
    object-position: center top;
    top: 0;
    width: 122%;
  }

  .about-page-hero-overlay {
    background: linear-gradient(180deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.82) 45%, rgba(251, 244, 235, 0.12) 100%);
  }

  .about-page-hero-content {
    padding: 130px 22px 44px;
  }

  .about-page-hero h1 {
    font-size: 3.4rem;
  }

  .services-page-hero {
    min-height: 650px;
  }

  .services-page-hero-overlay {
    background: linear-gradient(180deg, rgba(251, 244, 235, 0.98) 0%, rgba(251, 244, 235, 0.84) 48%, rgba(251, 244, 235, 0.12) 100%);
  }

  .services-page-hero-content {
    padding: 130px 22px 48px;
  }

  .services-page-hero h1 {
    font-size: 3.3rem;
  }

  .services-page-hero > img {
    object-position: 64% center;
  }

  .services-detail,
  .services-differential,
  .services-page-cta {
    padding-inline: 22px;
  }

  .service-detail-image {
    min-height: 290px;
  }

  .service-detail-copy {
    padding: 32px 24px;
  }

  .about-story,
  .about-philosophy,
  .about-credentials,
  .differentials-copy {
    padding-inline: 22px;
  }

  .section-heading h2,
  .cta-content h2,
  .about h2,
  .contact h2 {
    font-size: 2.4rem;
  }

  .service-grid {
    gap: 24px;
  }

  .home-services {
    padding-block: 52px 60px;
  }

  .home-services-grid {
    gap: 24px;
  }

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

  .home-service-item img {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .home-service-item > div {
    padding: 28px 24px 34px;
  }

  .article-main {
    padding-top: 78px;
  }

  .article-hero {
    padding: 58px 22px 34px;
  }

  .article-hero h1 {
    font-size: 2.85rem;
  }

  .article-featured {
    padding-inline: 22px;
    transform: translateY(28px);
  }

  .article-featured img {
    aspect-ratio: 4 / 3;
  }

  .article-content {
    padding: 72px 22px 56px;
  }

  .article-related {
    padding: 42px 22px 50px;
  }

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

.cookie-consent {
  align-items: stretch;
  background: var(--white);
  border: 1px solid rgba(177, 79, 36, 0.12);
  border-radius: 6px;
  bottom: 24px;
  box-shadow: 0 20px 55px rgba(37, 33, 31, 0.18);
  color: #173d24;
  display: grid;
  gap: 18px;
  left: 24px;
  max-width: min(394px, calc(100vw - 48px));
  opacity: 0;
  padding: 24px;
  position: fixed;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 80;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent.is-hiding {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-consent p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.cookie-consent a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cookie-consent button {
  background: var(--copper);
  border: 0;
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
  font: 800 0.95rem/1 var(--sans);
  min-height: 50px;
  padding: 0 22px;
}

.cookie-consent button:focus-visible,
.cookie-consent a:focus-visible {
  outline: 3px solid rgba(177, 79, 36, 0.28);
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .cookie-consent {
    bottom: 14px;
    left: 14px;
    max-width: none;
    padding: 20px;
    width: calc(100vw - 28px);
  }

  .cookie-consent p {
    font-size: 0.96rem;
  }
}
