
:root {
  --font-sans: "Manrope";
  --font-serif: "Libre Baskerville";
  --ink: #171915;
  --ink-soft: #2b2e27;
  --paper: #f4f0e8;
  --paper-deep: #e9e2d6;
  --cream: #fbf9f4;
  --clay: #b75c3a;
  --clay-dark: #8e4028;
  --olive: #74795f;
  --sand: #d8c7ad;
  --line: rgba(23, 25, 21, 0.16);
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

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

body::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}

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

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

button {
  color: inherit;
  font: inherit;
}

address {
  font-style: normal;
}

.sr-only,
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.section-shell {
  margin-inline: auto;
  max-width: 1380px;
  padding-inline: clamp(22px, 4.5vw, 72px);
}

.announcement {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.14em;
  min-height: 34px;
  padding: 7px clamp(22px, 4.5vw, 72px);
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement a {
  color: var(--white);
  transition: color 180ms ease;
}

.announcement a:hover {
  color: #f1a98d;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(244, 240, 232, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 86px;
  justify-content: space-between;
  padding: 0 clamp(22px, 4.5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 50;
}

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

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background: var(--clay);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-serif), serif;
  font-size: 15px;
  justify-content: center;
  letter-spacing: -0.05em;
  width: 42px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--font-serif), serif;
  font-size: 17px;
  font-weight: 400;
}

.brand-copy small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-top: 5px;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: clamp(20px, 2.6vw, 40px);
  letter-spacing: 0.02em;
}

.site-nav > a:not(.button) {
  position: relative;
}

.site-nav > a:not(.button)::after {
  background: var(--clay);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.site-nav > a:not(.button):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 26px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 0 23px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button span {
  font-size: 16px;
}

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

.button-dark {
  background: var(--ink);
  color: var(--white);
}

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

.button-accent {
  background: var(--clay);
  color: var(--white);
}

.button-accent:hover {
  background: var(--clay-dark);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-outline:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

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

.menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 40px;
  padding: 8px 4px;
  position: relative;
  width: 38px;
}

.menu-button > span:not(.sr-only) {
  background: var(--ink);
  display: block;
  height: 1px;
  margin: 7px 0 0 auto;
  transition: width 180ms ease;
  width: 28px;
}

.menu-button > span:nth-child(2) {
  width: 19px;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  min-height: calc(100svh - 120px);
  padding-bottom: clamp(64px, 8vw, 110px);
  padding-top: clamp(64px, 8vw, 108px);
}

.eyebrow {
  color: var(--clay-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.19em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.approach-copy h2,
.offer-main h2,
.reputation-copy h2,
.faq-intro h2,
.visit-copy h2 {
  font-family: var(--font-serif), serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.hero h1 {
  font-size: clamp(62px, 7.6vw, 118px);
}

.hero h1 em,
.approach-copy h2 em,
.offer-main h2 em,
.reputation-copy h2 em {
  color: var(--clay);
  font-weight: 400;
}

.hero-intro {
  color: #4b4e46;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
  margin: 34px 0 38px;
  max-width: 590px;
}

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

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.1em;
  padding-block: 8px;
  position: relative;
  text-transform: uppercase;
}

.text-link::after {
  background: currentColor;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 180ms ease;
  width: 34%;
}

.text-link:hover::after {
  width: 100%;
}

.hero-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(46px, 6vw, 72px);
  padding-top: 22px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
}

.hero-proof strong {
  font-family: var(--font-serif), serif;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 400;
}

.hero-proof span {
  color: #686b61;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 4px;
  text-transform: uppercase;
}

.hero-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-height: min(720px, 70vw);
  perspective: 1200px;
  position: relative;
}

.image-frame {
  box-shadow: 0 34px 80px rgba(47, 36, 23, 0.18);
  height: 100%;
  left: 8%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 82%;
}

.image-frame::before {
  border: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  inset: 16px;
  pointer-events: none;
  position: absolute;
  transform: translateZ(22px);
  z-index: 2;
}

.image-frame img {
  filter: saturate(0.78) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.hero-visual:hover .image-frame img {
  transform: scale(1.025);
}

.image-wash {
  background: linear-gradient(180deg, transparent 46%, rgba(29, 24, 18, 0.28));
  inset: 0;
  position: absolute;
}

.hero-orbit {
  border: 1px solid rgba(183, 92, 58, 0.25);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.hero-orbit-one {
  height: 78%;
  left: -8%;
  top: 12%;
  width: 100%;
}

.hero-orbit-two {
  height: 50%;
  right: -2%;
  top: 24%;
  transform: rotate(32deg);
  width: 64%;
}

.floating-card {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(251, 249, 244, 0.9);
  box-shadow: 0 20px 48px rgba(32, 28, 22, 0.14);
  display: flex;
  gap: 14px;
  padding: 17px 19px;
  position: absolute;
  transform: translateZ(50px);
  z-index: 4;
}

.floating-card-top {
  right: -2%;
  top: 12%;
}

.floating-card-bottom {
  bottom: 8%;
  left: 0;
}

.floating-card div {
  display: flex;
  flex-direction: column;
}

.floating-card small {
  color: #74776e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-card strong {
  font-family: var(--font-serif), serif;
  font-size: 16px;
  font-weight: 400;
}

.pulse-dot {
  background: var(--clay);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(183, 92, 58, 0.13);
  height: 8px;
  width: 8px;
}

.card-number {
  color: var(--clay);
  font-family: var(--font-serif), serif;
  font-size: 44px;
  line-height: 1;
}

.vertical-note {
  bottom: 3%;
  color: #7f7b72;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.28em;
  position: absolute;
  right: -2%;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.proof-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: clamp(22px, 4.5vw, 72px);
}

.proof-strip div {
  align-items: center;
  display: flex;
  font-family: var(--font-serif), serif;
  font-size: clamp(13px, 1.25vw, 17px);
  justify-content: center;
  min-height: 82px;
  padding: 16px;
}

.proof-strip div + div {
  border-left: 1px solid var(--line);
}

.services {
  padding-bottom: clamp(90px, 12vw, 170px);
  padding-top: clamp(96px, 12vw, 170px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: 1.25fr 0.55fr;
  margin-bottom: clamp(54px, 7vw, 90px);
}

.section-heading h2,
.approach-copy h2,
.offer-main h2,
.reputation-copy h2,
.faq-intro h2,
.visit-copy h2 {
  font-size: clamp(45px, 5vw, 76px);
}

.section-heading > p,
.approach-lead {
  color: #5f6259;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

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

.service-card {
  background: var(--cream);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(25px, 3vw, 40px);
  perspective: 800px;
  position: relative;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    background 260ms ease,
    color 260ms ease;
}

.service-card:hover {
  box-shadow: 0 28px 65px rgba(44, 38, 28, 0.14);
  transform: perspective(900px) translateY(-8px) rotateX(1deg);
  z-index: 2;
}

.service-clay:hover {
  background: var(--clay);
  color: var(--white);
}

.service-olive:hover {
  background: var(--olive);
  color: var(--white);
}

.service-ink:hover {
  background: var(--ink);
  color: var(--white);
}

.service-sand:hover {
  background: var(--sand);
}

.service-top,
.service-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.service-top {
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.58;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.service-body {
  margin-block: auto;
  padding-block: 42px;
}

.service-body h3 {
  font-family: var(--font-serif), serif;
  font-size: clamp(26px, 2.5vw, 37px);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
}

.service-body p {
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  max-width: 340px;
  opacity: 0.72;
}

.service-bottom {
  border-top: 1px solid currentColor;
  padding-top: 18px;
}

.service-bottom strong {
  font-family: var(--font-serif), serif;
  font-size: 17px;
  font-weight: 400;
}

.service-bottom a {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.add-ons {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  margin-top: 36px;
}

.add-ons > * {
  margin: 0;
  padding: 22px 20px;
}

.add-ons > div {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.add-ons strong {
  font-family: var(--font-serif), serif;
  font-size: 14px;
  font-weight: 400;
}

.add-ons span:not(.eyebrow) {
  color: #77796f;
  font-size: 9px;
  font-weight: 700;
  margin-top: 3px;
  text-transform: uppercase;
}

.approach {
  background: var(--ink-soft);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
}

.approach-image {
  min-height: 740px;
  overflow: hidden;
  position: relative;
}

.approach-image img {
  filter: saturate(0.65) contrast(1.08);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.approach-image:hover img {
  transform: scale(1.035);
}

.approach-image::after {
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.46));
  content: "";
  inset: 0;
  position: absolute;
}

.image-caption {
  align-items: flex-end;
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  left: 40px;
  position: absolute;
  right: 40px;
  z-index: 2;
}

.image-caption span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: grid;
  font-size: 9px;
  height: 45px;
  place-items: center;
  width: 45px;
}

.image-caption p {
  font-family: var(--font-serif), serif;
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  text-align: right;
}

.approach-copy {
  align-self: center;
  padding: clamp(64px, 8vw, 120px);
}

.approach-copy .eyebrow {
  color: #d9967c;
}

.approach-copy h2 {
  margin-bottom: 34px;
}

.approach-lead {
  color: rgba(255, 255, 255, 0.64);
  max-width: 550px;
}

.process-list {
  list-style: none;
  margin: 50px 0 44px;
  padding: 0;
}

.process-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 44px 1fr;
  padding: 22px 0;
}

.process-list > li > span {
  color: #d9967c;
  font-size: 9px;
  font-weight: 800;
}

.process-list strong {
  font-family: var(--font-serif), serif;
  font-size: 17px;
  font-weight: 400;
}

.process-list p {
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  margin: 5px 0 0;
}

.offer-section {
  padding-bottom: clamp(92px, 11vw, 155px);
  padding-top: clamp(92px, 11vw, 155px);
}

.offer-card {
  background: var(--clay);
  box-shadow: 0 34px 80px rgba(93, 48, 31, 0.2);
  color: var(--white);
  display: grid;
  gap: 50px;
  grid-template-columns: 1.2fr 0.55fr;
  overflow: hidden;
  padding: clamp(36px, 6vw, 84px);
  position: relative;
}

.offer-kicker {
  display: flex;
  font-size: 8px;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-main {
  position: relative;
  z-index: 2;
}

.offer-main > p {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.offer-main h2 em {
  color: #f0c4b3;
}

.offer-side {
  align-self: end;
  position: relative;
  z-index: 2;
}

.offer-side > p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin: 0 0 25px;
}

.offer-disc {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.12);
  display: flex;
  font-family: var(--font-serif), serif;
  font-size: 180px;
  height: 310px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  width: 310px;
}

.offer-disc-one {
  right: -80px;
  top: -120px;
}

.offer-disc-two {
  bottom: -160px;
  left: 44%;
}

.team {
  padding-bottom: clamp(100px, 12vw, 170px);
}

.team-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
}

.team-intro {
  align-items: center;
  background: var(--paper-deep);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  padding: 50px;
  text-align: center;
}

.team-monogram {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-family: var(--font-serif), serif;
  font-size: 37px;
  height: 160px;
  justify-content: center;
  letter-spacing: -0.08em;
  margin-bottom: 32px;
  position: relative;
  width: 160px;
}

.team-monogram::after {
  border: 1px solid rgba(23, 25, 21, 0.28);
  border-radius: 50%;
  content: "";
  height: 190px;
  position: absolute;
  width: 190px;
}

.team-intro p {
  font-family: var(--font-serif), serif;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
}

.team-list {
  padding: 30px clamp(28px, 5vw, 70px);
}

.team-list > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 42px 1fr;
  min-height: 66px;
}

.team-list span {
  color: var(--clay);
  font-size: 8px;
  font-weight: 800;
}

.team-list strong {
  font-family: var(--font-serif), serif;
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 400;
}

.reputation {
  background: var(--ink);
  color: var(--white);
}

.reputation-inner {
  display: grid;
  gap: clamp(64px, 10vw, 150px);
  grid-template-columns: 0.7fr 1.1fr;
  padding-bottom: clamp(95px, 11vw, 150px);
  padding-top: clamp(95px, 11vw, 150px);
}

.reputation-copy .eyebrow {
  color: #d9967c;
}

.reputation-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  margin: 30px 0;
  max-width: 420px;
}

.light-link {
  color: var(--white);
}

.review-themes {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.review-themes article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 25px;
  grid-template-columns: 45px 0.7fr 1fr;
  padding: 32px 0;
}

.review-themes span {
  color: #d9967c;
  font-size: 8px;
  font-weight: 800;
}

.review-themes h3 {
  font-family: var(--font-serif), serif;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 400;
  margin: 0;
}

.review-themes p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin: 0;
}

.faq {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.6fr 1fr;
  padding-bottom: clamp(100px, 12vw, 170px);
  padding-top: clamp(100px, 12vw, 170px);
}

.faq-intro > p:not(.eyebrow) {
  color: #686b61;
  font-size: 13px;
  margin: 28px 0 8px;
}

.faq-intro > a {
  color: var(--clay-dark);
  font-family: var(--font-serif), serif;
  font-size: 18px;
}

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

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

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: var(--font-serif), serif;
  font-size: clamp(17px, 1.8vw, 22px);
  justify-content: space-between;
  padding: 27px 0;
  text-align: left;
  width: 100%;
}

.faq-item i {
  color: var(--clay);
  font-family: var(--font-sans), sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer p {
  color: #666960;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 28px;
}

.visit {
  background:
    linear-gradient(rgba(23, 25, 21, 0.12), rgba(23, 25, 21, 0.12)),
    url("assets/current-01.jpg") center 48% / cover;
  padding: clamp(56px, 7vw, 100px);
}

.visit-card {
  backdrop-filter: blur(20px);
  background: rgba(251, 249, 244, 0.94);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  margin-inline: auto;
  max-width: 1200px;
}

.visit-copy,
.hours {
  padding: clamp(38px, 6vw, 82px);
}

.visit-copy {
  border-right: 1px solid var(--line);
}

.visit-copy address {
  color: #5f6259;
  font-size: 14px;
  margin: 32px 0;
}

.visit-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.hours dl {
  margin: 0 0 30px;
}

.hours dl > div {
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 12px 0;
}

.hours dd {
  margin: 0;
}

.hours > a {
  color: var(--clay-dark);
  display: inline-block;
  font-size: 11px;
  overflow-wrap: anywhere;
}

footer {
  background: var(--ink);
  color: var(--white);
  padding: 70px clamp(22px, 4.5vw, 72px) 30px;
}

.footer-top {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 180px;
}

.footer-brand .brand-mark {
  background: var(--clay);
}

.footer-top > p {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-serif), serif;
  font-size: 18px;
  text-align: center;
}

.footer-call {
  font-family: var(--font-serif), serif;
  font-size: 25px;
  text-align: right;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.46);
  display: flex;
  font-size: 8px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding-top: 24px;
  text-transform: uppercase;
}

.mobile-book {
  display: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 760ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 0ms),
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 0ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav > a:not(.button) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.78fr;
  }

  .hero-visual {
    min-height: 620px;
  }

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

  .add-ons {
    grid-template-columns: repeat(4, 1fr);
  }

  .add-ons > .eyebrow {
    grid-column: 1 / -1;
  }

  .add-ons > div:first-of-type {
    border-left: 0;
  }

  .approach-copy {
    padding: 70px;
  }
}

@media (max-width: 820px) {
  .announcement p {
    display: none;
  }

  .announcement {
    justify-content: center;
  }

  .site-header {
    height: 74px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 20px 22px 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav > a:not(.button) {
    border-bottom: 1px solid var(--line);
    display: block;
    font-family: var(--font-serif), serif;
    font-size: 20px;
    font-weight: 400;
    padding: 14px 0;
  }

  .site-nav > a:not(.button)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-visual {
    margin-inline: auto;
    max-width: 560px;
    min-height: 690px;
    width: 100%;
  }

  .section-heading,
  .team-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 580px;
  }

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

  .proof-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

  .approach-image {
    min-height: 630px;
  }

  .approach-copy {
    padding: 80px clamp(22px, 7vw, 64px);
  }

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

  .team-panel {
    grid-template-columns: 1fr;
  }

  .team-intro {
    min-height: 350px;
  }

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

  .faq {
    gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .visit-copy {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

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

  .footer-top > p,
  .footer-call {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 68px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .hero {
    gap: 50px;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 74px);
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

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

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-proof {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .image-frame {
    left: 0;
    width: 92%;
  }

  .floating-card-top {
    right: 0;
    top: 8%;
  }

  .floating-card-bottom {
    bottom: 6%;
  }

  .vertical-note {
    display: none;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    min-height: 58px;
  }

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

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

  .add-ons {
    grid-template-columns: 1fr 1fr;
  }

  .add-ons > div:nth-of-type(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .add-ons > div:nth-of-type(4) {
    border-top: 1px solid var(--line);
  }

  .approach-image {
    min-height: 530px;
  }

  .image-caption {
    bottom: 24px;
    left: 22px;
    right: 22px;
  }

  .approach-copy {
    padding-block: 70px;
  }

  .offer-card {
    padding-block: 48px;
  }

  .offer-disc {
    height: 220px;
    width: 220px;
  }

  .team-intro {
    padding: 40px 22px;
  }

  .team-list {
    padding: 20px 22px;
  }

  .review-themes article {
    gap: 12px;
    grid-template-columns: 32px 1fr;
  }

  .review-themes article p {
    grid-column: 2;
  }

  .visit {
    padding: 22px;
  }

  .visit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-actions .text-link {
    align-self: flex-start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mobile-book {
    align-items: center;
    background: var(--clay);
    bottom: 0;
    color: var(--white);
    display: flex;
    height: 68px;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: fixed;
    right: 0;
    z-index: 70;
  }

  .mobile-book span {
    font-family: var(--font-serif), serif;
    font-size: 17px;
  }

  .mobile-book strong {
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
