:root {
  --ink: #30291f;
  --ink-soft: #6d655b;
  --cream: #f8f6f1;
  --white: #fff;
  --sage: #234d3f;
  --sage-dark: #173f35;
  --gold: #b49a68;
  --mist: #f0f2f0;
  --line: rgba(48, 41, 31, 0.15);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --script: "Snell Roundhand", "Segoe Script", "Bradley Hand", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 3vw;
}

.nav-shell {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.desktop-nav {
  display: grid;
  grid-template-columns: repeat(3, auto) minmax(150px, 1fr) repeat(2, auto) auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 42px);
  color: #1f1d19;
}

.desktop-nav > a:not(.brand) {
  position: relative;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav > a:not(.brand)::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.brand {
  display: flex;
  width: max-content;
  align-items: center;
  justify-self: center;
  color: var(--sage-dark);
  gap: 8px;
  line-height: 1;
}

.brand img {
  width: 36px;
  height: 52px;
  object-fit: contain;
}

.brand-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  white-space: nowrap;
}

.brand-name b {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.brand-name small {
  color: #8f7953;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.nav-appointment,
.mobile-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px 14px 14px 6px;
  background: var(--sage);
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  padding: 15px 18px;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease;
}

.nav-appointment:hover,
.nav-appointment:focus-visible,
.mobile-menu button:hover,
.mobile-menu button:focus-visible {
  background: var(--sage-dark);
  transform: translateY(-2px);
}

.mobile-brand,
.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 670px;
  height: min(88vh, 850px);
  overflow: hidden;
  background: #ede6da;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-in 1.6s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 241, 232, 0.93) 0%, rgba(246, 241, 232, 0.6) 27%, rgba(246, 241, 232, 0) 56%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1320px, 92vw);
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}

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

.hero h1 {
  margin: 0;
  color: #685437;
  font-family: var(--script);
  font-size: clamp(78px, 8.5vw, 132px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.72;
  transform: rotate(-3deg);
}

.hero h1 span {
  display: inline-block;
  margin-left: 0.18em;
  font-size: 0.69em;
  letter-spacing: -0.04em;
}

.hero-tagline {
  margin: 32px 0 26px 5px;
  color: #49443b;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-left: 5px;
}

.hero-actions .button {
  overflow: hidden;
  border-radius: 18px 18px 18px 7px;
  gap: 10px;
}

.hero-actions .button-light {
  border-radius: 18px 18px 7px 18px;
}

.button-paw {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("assets/brand/paw-mark.svg") center / contain no-repeat;
  mask: url("assets/brand/paw-mark.svg") center / contain no-repeat;
  opacity: 0.82;
  transform-origin: center bottom;
}

.button-light .button-paw {
  order: 2;
}

.nav-appointment .button-paw,
.mobile-menu button .button-paw {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}

.hero-actions .button:hover .button-paw,
.hero-actions .button:focus-visible .button-paw,
.nav-appointment:hover .button-paw,
.nav-appointment:focus-visible .button-paw,
.mobile-menu button:hover .button-paw,
.mobile-menu button:focus-visible .button-paw {
  animation: paw-step 0.52s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 22px;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(48, 41, 31, 0.15);
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--sage-dark);
}

.button-light {
  background: rgba(255, 255, 255, 0.92);
  color: #625b50;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(48, 41, 31, 0.6);
  font-size: 8px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue img {
  width: 46px;
  height: 55px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(23, 63, 53, 0.18));
  transition: opacity 0.16s ease, transform 0.3s ease;
}

.scroll-cue:hover img {
  transform: translateY(-4px);
}

.scroll-cue.rabbit-departed img {
  opacity: 0;
}

.scroll-cue i {
  width: 1px;
  height: 27px;
  background: currentColor;
  animation: scroll-line 1.8s ease-in-out infinite;
  transform-origin: top;
}

.rabbit-guide {
  --rabbit-rotation: 0deg;
  position: fixed;
  z-index: 19;
  top: var(--rabbit-y, 82vh);
  left: var(--rabbit-x, 50vw);
  width: 120px;
  height: 132px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -100%);
  transition: opacity 0.2s ease;
  will-change: top, left;
}

.rabbit-guide.is-ready.is-active {
  opacity: 1;
}

.rabbit-guide__bubble {
  position: absolute;
  bottom: 68px;
  left: 50%;
  width: min(300px, calc(100vw - 34px));
  border: 1px solid rgba(180, 154, 104, 0.34);
  border-radius: 18px;
  padding: 17px 19px 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 48px rgba(48, 41, 31, 0.12);
  opacity: 1;
  text-align: left;
  transform: translateX(-50%) translateY(0) scale(1);
  transform-origin: bottom center;
  transition: opacity 0.18s ease, transform 0.25s ease;
}

.rabbit-guide__bubble::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-right: 1px solid rgba(180, 154, 104, 0.34);
  border-bottom: 1px solid rgba(180, 154, 104, 0.34);
  background: rgba(255, 255, 255, 0.95);
  content: "";
  transform: translate(-50%, -7px) rotate(45deg);
}

.rabbit-guide__bubble span {
  display: block;
  margin-bottom: 6px;
  color: var(--sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rabbit-guide__bubble p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}

.rabbit-guide__visual {
  position: absolute;
  inset: 0;
}

.rabbit-guide__rest,
.rabbit-guide__run {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  left: 50%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 11px rgba(23, 63, 53, 0.18));
  transform-origin: center bottom;
  transition: opacity 0.16s ease;
}

.rabbit-guide__rest {
  width: 46px;
  height: 55px;
  opacity: 1;
  transform: translateX(-50%);
}

.rabbit-guide__run {
  bottom: 4px;
  width: 46px;
  height: 88px;
  opacity: 0;
  transform: translateX(-50%) rotate(var(--rabbit-rotation));
  transform-origin: center;
}

.rabbit-guide__shadow {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 50%;
  width: 40px;
  height: 7px;
  border-radius: 50%;
  background: rgba(35, 77, 63, 0.16);
  filter: blur(5px);
  transform: translateX(-50%);
  transition: width 0.18s ease, opacity 0.18s ease;
}

.rabbit-guide.is-running .rabbit-guide__bubble {
  opacity: 0;
  transform: translateX(-50%) translateY(7px) scale(0.96);
}

.rabbit-guide:not(.has-bubble) .rabbit-guide__bubble {
  opacity: 0;
  transform: translateX(-50%) translateY(7px) scale(0.96);
}

.rabbit-guide.is-running .rabbit-guide__rest {
  opacity: 0;
}

.rabbit-guide.is-running .rabbit-guide__run {
  opacity: 1;
  animation: rabbit-bound 0.42s ease-in-out infinite alternate;
}

.rabbit-guide.is-running .rabbit-guide__shadow {
  width: 52px;
  animation: rabbit-shadow-run 0.42s ease-in-out infinite alternate;
}

.section {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: min(1260px, 90vw);
  height: 100%;
  margin: 0 auto;
}

.ghost-title {
  position: absolute;
  z-index: 0;
  top: 28px;
  left: -10px;
  margin: 0;
  color: #f0f2f2;
  font-size: clamp(92px, 13vw, 180px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.services {
  min-height: 760px;
  background: white;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.85fr);
  align-items: center;
  padding: 180px 0 90px;
}

.services-grid {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 36px;
}

.service-card {
  text-align: center;
}

.service-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 14px;
  border: 1px solid rgba(180, 154, 104, 0.28);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(23, 63, 53, 0.08);
  object-fit: cover;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover .service-icon {
  box-shadow: 0 17px 35px rgba(23, 63, 53, 0.14);
  transform: translateY(-6px) rotate(-2deg);
}

.service-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
}

.service-card p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.65;
}

.animal-wrap {
  position: relative;
  z-index: 1;
}

.services-animal {
  align-self: end;
  height: 580px;
}

.services-animal img {
  position: absolute;
  z-index: 2;
  right: -14%;
  bottom: -18px;
  width: min(390px, 31vw);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 30px 25px rgba(74, 61, 40, 0.12));
}

.animal-orbit {
  position: absolute;
  right: -38px;
  bottom: 16px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(145, 173, 80, 0.24);
  border-radius: 50%;
}

.animal-orbit::before,
.animal-orbit::after {
  position: absolute;
  border: 1px solid rgba(145, 173, 80, 0.16);
  border-radius: 50%;
  content: "";
}

.animal-orbit::before {
  inset: 28px;
}

.animal-orbit::after {
  inset: 67px;
}

.team {
  min-height: 790px;
  background: #fff;
}

.team-layout {
  display: grid;
  min-height: 790px;
  grid-template-columns: minmax(500px, 1.15fr) minmax(380px, 0.85fr);
  align-items: start;
  padding: 235px 0 55px;
}

.team-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
}

.team-member {
  display: flex;
  align-items: center;
  gap: 13px;
}

.portrait {
  display: block;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(180, 154, 104, 0.42), 0 10px 22px rgba(23, 63, 53, 0.11);
  object-fit: cover;
}

.team-member h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
}

.team-member p {
  margin: 0;
  color: #898278;
  font-size: 9px;
  line-height: 1.45;
}

.team-animal {
  position: absolute;
  right: -4vw;
  bottom: 42px;
  width: min(570px, 45vw);
  margin: 0;
  text-align: center;
}

.team-animal img {
  width: 100%;
  filter: drop-shadow(0 30px 26px rgba(23, 63, 53, 0.18));
}

.team-animal figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: -4px;
  flex-direction: column;
  gap: 6px;
  font-family: var(--serif);
  font-size: 13px;
}

.team-animal figcaption span {
  color: #9a9287;
  font-family: var(--sans);
  font-size: 8px;
}

.contact {
  min-height: 680px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.contact .ghost-title {
  top: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(520px, 1.05fr);
  align-items: end;
  padding: 190px 0 76px;
}

.contact-animal {
  position: relative;
  z-index: 2;
  align-self: end;
  text-align: center;
}

.contact-animal img {
  display: block;
  width: min(550px, 43vw);
  filter: drop-shadow(0 24px 20px rgba(48, 41, 31, 0.13));
}

.contact-animal p {
  margin: -3px 0 0;
  color: var(--sage);
  font-family: var(--script);
  font-size: 29px;
  transform: rotate(-2deg);
}

.contact-details {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-self: center;
  padding-left: 50px;
}

.contact-column h3 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.contact-column address {
  font-style: normal;
}

.contact-column p {
  position: relative;
  margin: 0 0 18px;
  color: #5f5a52;
  font-size: 12px;
  line-height: 1.6;
}

.contact-column p span {
  display: inline-block;
  width: 25px;
  color: #161513;
  font-size: 16px;
}

.contact-column a {
  border-bottom: 1px solid transparent;
}

.contact-column a:hover {
  border-color: currentColor;
}

.hours p b {
  color: #302d28;
  font-family: var(--serif);
  font-weight: 600;
}

.hours .small {
  max-width: 220px;
  color: #8a8379;
  font-size: 10px;
}

.hours .button {
  margin-top: 8px;
}

.footer-line {
  position: absolute;
  right: 0;
  bottom: 19px;
  margin: 0;
  color: #9d978d;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-line span {
  margin: 0 6px;
}

.footer-line a {
  border-bottom: 1px solid transparent;
  color: inherit;
  opacity: 0.72;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.footer-line a:hover,
.footer-line a:focus-visible {
  border-color: currentColor;
  opacity: 1;
}

.booking-dialog {
  width: min(620px, calc(100vw - 34px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border: 0;
  padding: 0;
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(31, 26, 20, 0.3);
}

.booking-dialog::backdrop {
  background: rgba(34, 30, 24, 0.68);
  backdrop-filter: blur(7px);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 17px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
}

.dialog-heading {
  padding: 50px 55px 25px;
  background: #eee9de;
}

.dialog-heading span {
  color: var(--sage-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dialog-heading h2 {
  margin: 10px 0 8px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

.dialog-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px 55px 46px;
}

.booking-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #5f5a52;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid #dad5ca;
  border-radius: 0;
  outline: none;
  background: white;
  color: var(--ink);
  font-size: 14px;
  padding: 12px 13px;
  resize: vertical;
  text-transform: none;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 2px rgba(145, 173, 80, 0.15);
}

.booking-form .button,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: 13px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

@keyframes hero-in {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes scroll-line {
  0%, 100% { transform: scaleY(0.35); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes rabbit-bound {
  from { filter: drop-shadow(0 10px 9px rgba(23, 63, 53, 0.14)); }
  to { filter: drop-shadow(0 13px 12px rgba(23, 63, 53, 0.22)); }
}

@keyframes rabbit-shadow-run {
  from { opacity: 0.22; transform: translateX(-50%) scaleX(1.05); }
  to { opacity: 0.08; transform: translateX(-50%) scaleX(0.72); }
}

@keyframes paw-step {
  0%, 100% { transform: translateY(0) rotate(0) scale(1); }
  45% { transform: translateY(-2px) rotate(-9deg) scale(1.12); }
}

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 16px;
  }

  .desktop-nav > a:not(.brand) {
    font-size: 9px;
  }

  .nav-appointment {
    padding-inline: 12px;
  }

  .services-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  }

  .services-grid {
    gap: 42px 18px;
  }

  .team-layout {
    grid-template-columns: minmax(460px, 1.1fr) minmax(330px, 0.9fr);
  }

  .contact-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .contact-details {
    gap: 28px;
    padding-left: 20px;
  }
}

@media (max-width: 820px) {
  .rabbit-guide {
    width: 82px;
    height: 92px;
  }

  .rabbit-guide__bubble {
    bottom: 56px;
    width: min(205px, calc(100vw - 24px));
    padding: 12px 13px 11px;
    box-shadow: 0 12px 32px rgba(48, 41, 31, 0.1);
  }

  .rabbit-guide__bubble span {
    margin-bottom: 4px;
    font-size: 6px;
  }

  .rabbit-guide__bubble p {
    font-size: 10px;
    line-height: 1.35;
  }

  .rabbit-guide__rest {
    width: 38px;
    height: 45px;
  }

  .rabbit-guide__run {
    width: 38px;
    height: 72px;
  }

  .rabbit-guide__shadow {
    width: 32px;
    height: 5px;
  }

  .rabbit-guide.is-running .rabbit-guide__shadow {
    width: 40px;
  }

  .site-header {
    position: absolute;
    padding: 17px 20px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-brand {
    display: flex;
    width: max-content;
    align-items: center;
    color: var(--sage-dark);
    gap: 7px;
    line-height: 1;
  }

  .mobile-brand img {
    width: 28px;
    height: 40px;
    object-fit: contain;
  }

  .mobile-brand .brand-name b {
    font-size: 14px;
  }

  .mobile-brand .brand-name small {
    font-size: 6px;
  }

  .menu-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 63, 53, 0.24);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(23, 63, 53, 0.1);
    cursor: pointer;
    gap: 6px;
  }

  .menu-toggle span:not(.sr-only) {
    width: 21px;
    height: 2px;
    background: var(--sage-dark);
    transition: transform 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 57px;
    right: 0;
    display: flex;
    width: min(320px, calc(100vw - 40px));
    flex-direction: column;
    padding: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 60px rgba(48, 41, 31, 0.16);
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

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

  .mobile-menu a {
    border-bottom: 1px solid #eeece7;
    font-family: var(--serif);
    font-size: 18px;
    padding: 12px 2px;
  }

  .mobile-menu button {
    margin-top: 14px;
  }

  .hero {
    min-height: 710px;
    height: 92vh;
  }

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

  .hero-shade {
    background: linear-gradient(180deg, rgba(246, 241, 232, 0.78), rgba(246, 241, 232, 0.08) 58%, rgba(246, 241, 232, 0.24));
  }

  .hero-content {
    justify-content: flex-start;
    padding-top: 155px;
  }

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

  .services,
  .team,
  .contact {
    min-height: auto;
  }

  .ghost-title {
    top: 45px;
    font-size: clamp(76px, 21vw, 130px);
  }

  .services-layout {
    display: block;
    padding: 180px 0 0;
  }

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

  .services-animal {
    height: 500px;
    margin-top: 30px;
  }

  .services-animal img {
    right: 50%;
    width: min(370px, 72vw);
    transform: translateX(50%);
  }

  .animal-orbit {
    right: 50%;
    width: 330px;
    height: 330px;
    transform: translateX(50%);
  }

  .team-layout {
    display: block;
    padding: 210px 0 30px;
  }

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

  .team-animal {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(600px, 96vw);
    margin: 25px auto 0;
  }

  .contact-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 160px 0 65px;
  }

  .contact-animal img {
    width: min(570px, 96vw);
    margin: 0 auto;
  }

  .contact-details {
    width: 100%;
    max-width: 620px;
    margin: 65px auto 0;
    padding: 0;
  }

  .footer-line {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 65px 0 0;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .hero {
    min-height: 680px;
  }

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

  .hero-content {
    width: calc(100vw - 40px);
    padding-top: 125px;
  }

  .hero h1 {
    font-size: 82px;
  }

  .hero-tagline {
    margin-top: 27px;
    font-size: 16px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 220px;
  }

  .scroll-cue {
    bottom: 4px;
    display: flex;
    transform: translateX(-50%) scale(0.82);
  }

  .section-inner {
    width: calc(100vw - 40px);
  }

  .ghost-title {
    left: -5px;
    font-size: 72px;
  }

  .services-layout,
  .team-layout,
  .contact-layout {
    padding-top: 145px;
  }

  .team-layout {
    padding-top: 170px;
  }

  .contact-layout {
    padding-top: 125px;
  }

  .services-grid {
    gap: 42px 16px;
  }

  .service-card p {
    font-size: 10px;
  }

  .service-icon {
    width: 76px;
    height: 76px;
  }

  .services-animal {
    height: 420px;
  }

  .services-animal img {
    width: 280px;
  }

  .animal-orbit {
    width: 270px;
    height: 270px;
  }

  .team-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .team-member:nth-child(even) {
    margin-left: 38px;
  }

  .team-animal {
    width: 115vw;
    margin-left: -14vw;
  }

  .team-animal figcaption {
    margin-left: 14vw;
  }

  .contact-animal {
    width: 115vw;
    margin-left: -15vw;
  }

  .contact-animal p {
    margin-left: 10vw;
    font-size: 24px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 55px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 26px 25px 35px;
  }

  .booking-form label,
  .booking-form label:nth-child(4),
  .booking-form .button,
  .form-status {
    grid-column: 1;
  }

  .dialog-heading {
    padding: 43px 25px 22px;
  }

  .dialog-heading h2 {
    max-width: 290px;
    font-size: 28px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
