:root {
  --ink: #18372d;
  --ink-soft: #49645b;
  --green: #244b3b;
  --green-deep: #17372c;
  --sage: #a9bca5;
  --sage-pale: #dce6d7;
  --cream: #f7f1e5;
  --cream-deep: #ecdfcb;
  --paper: #fffdf8;
  --coral: #e87554;
  --coral-dark: #c95337;
  --yellow: #f2ca66;
  --line: rgba(24, 55, 45, 0.14);
  --shadow: 0 24px 60px rgba(27, 61, 47, 0.12);
  --radius-sm: 0.8rem;
  --radius: 1.4rem;
  --radius-lg: 2.4rem;
  --shell: min(1180px, calc(100% - 2rem));
  --font-display: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, Georgia, serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.3rem;
  font-size: clamp(2.2rem, 10vw, 4.1rem);
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2.35rem, 6vw, 2.7rem);
}

h3 {
  font-size: 1.35rem;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.shell--narrow {
  max-width: 850px;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  color: white;
  background: var(--green);
  border-radius: 999px;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--coral-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--green);
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid transparent;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-stuck {
  background: rgba(255, 253, 248, 0.97);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(24, 55, 45, 0.08);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 50% 46% 52% 44%;
  transform: rotate(-4deg);
}

.brand__mark svg {
  width: 1.5rem;
  height: 1.5rem;
}

.brand__text {
  display: flex;
  flex-direction: column;
}

.brand__text strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand__text i {
  color: var(--coral);
  font-style: italic;
  font-weight: 500;
}

.brand__text small {
  margin-top: 0.22rem;
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0.7rem;
  place-content: center;
  gap: 5px;
  color: var(--green);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

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

.site-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 1rem;
  left: 1rem;
  display: none;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.site-nav > a:not(.button) {
  padding: 0.8rem 0.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav > a[aria-current="page"] {
  color: var(--coral-dark);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.78rem 1.2rem;
  color: white;
  background: var(--coral);
  border: 2px solid var(--coral);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  color: white;
  background: var(--coral-dark);
  border-color: var(--coral-dark);
  transform: translateY(-2px);
}

.button svg {
  width: 1.15rem;
}

.button--secondary {
  color: var(--green);
  background: transparent;
  border-color: rgba(36, 75, 59, 0.35);
}

.button--secondary:hover {
  color: white;
  background: var(--green);
  border-color: var(--green);
}

.button--nav {
  min-height: 46px;
  margin-top: 0.4rem;
  background: var(--green);
  border-color: var(--green);
}

.button--text {
  min-height: auto;
  justify-content: flex-start;
  padding: 0.2rem 0;
  color: var(--green);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.button--text:hover {
  color: var(--coral-dark);
  background: transparent;
  transform: none;
}

.button--light {
  align-self: center;
  justify-self: start;
  flex-shrink: 0;
  color: var(--green);
  background: var(--paper);
  border-color: var(--paper);
}

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

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero {
  overflow: hidden;
  padding: 3rem 0 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(242, 202, 102, 0.22), transparent 24rem),
    var(--paper);
}

.hero__grid,
.page-hero__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero__intro {
  max-width: 640px;
  margin-bottom: 1.8rem;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  line-height: 1.6;
}

.hero__note {
  display: flex;
  margin-top: 1.6rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero__note svg {
  width: 1.2rem;
  color: var(--coral);
}

.hero__visual {
  position: relative;
  width: min(100%, 540px);
  margin-inline: auto;
}

.photo {
  position: relative;
  margin: 0;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo figcaption {
  position: absolute;
  right: auto;
  bottom: 1rem;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 3rem);
  padding: 0.55rem 0.85rem;
  color: var(--green);
  background: rgba(255, 253, 248, 0.92);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 30px rgba(24, 55, 45, 0.14);
  transform: translateX(-50%);
}

.photo--hero {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sage-pale);
  border: 10px solid var(--paper);
  border-radius: 46% 46% 44% 44% / 34% 35% 52% 51%;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.photo--hero img,
.photo--about img {
  object-position: 50% center;
}

.photo--woody img {
  object-position: 50% 68%;
}

.photo--ernie img {
  object-position: 50% 61%;
}

.photo--ernie-secondary img {
  object-position: 50% 46%;
}

.photo--woody-secondary img {
  object-position: 50% 34%;
}

.photo--pepsi img {
  object-position: 50% 42%;
}

.photo--ruby img {
  object-position: 50% 35%;
}

.hero__badge {
  position: absolute;
  right: -0.4rem;
  bottom: 18%;
  display: flex;
  width: 8.4rem;
  height: 8.4rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  color: var(--green);
  background: var(--yellow);
  border: 7px solid var(--paper);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-7deg);
}

.hero__badge svg {
  width: 1.2rem;
  color: var(--coral-dark);
}

.scribble {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: -0.5rem;
  color: var(--coral-dark);
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 1rem;
  font-weight: 700;
  transform: rotate(-8deg);
}

.scribble::after {
  display: block;
  width: 3.6rem;
  height: 1rem;
  margin: -0.2rem auto 0;
  border-bottom: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.trust-strip {
  display: grid;
  margin-top: 3.5rem;
  padding: 1.2rem 0;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.trust-item {
  display: flex;
  min-height: 3.1rem;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.trust-item__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--green);
  background: var(--sage-pale);
  border-radius: 50%;
}

.trust-item svg {
  width: 1.25rem;
}

.section {
  position: relative;
  padding: 5rem 0;
}

.section--cream {
  background: var(--cream);
}

.section--green {
  color: white;
  background: var(--green);
}

.section--green .eyebrow,
.section--cta .eyebrow {
  color: var(--yellow);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.6rem;
}

.section-heading > p:last-child {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.section-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.price-grid {
  display: grid;
  gap: 1rem;
}

.price-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(24, 55, 45, 0.06);
}

.price-card::after {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 8rem;
  height: 8rem;
  background: var(--sage-pale);
  border-radius: 50%;
  content: "";
  opacity: 0.45;
}

.price-card--featured {
  color: white;
  background: var(--green);
  border-color: var(--green);
}

.price-card--featured::after {
  background: var(--sage);
  opacity: 0.15;
}

.price-card__eyebrow {
  margin-bottom: 0.45rem;
  color: var(--coral-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-card--featured .price-card__eyebrow {
  color: var(--yellow);
}

.price-card h3 {
  margin-bottom: 1.4rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.price-card__price {
  margin-bottom: 1rem;
  color: var(--coral-dark);
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.price-card__price span {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
}

.price-card--featured .price-card__price {
  color: var(--yellow);
}

.price-card > p:last-child {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.price-card--featured > p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.section-action {
  margin-top: 2rem;
  text-align: center;
}

.split {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

.photo--landscape {
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--sage-pale);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.photo--landscape img {
  object-fit: cover;
}

.photo-stack {
  position: relative;
}

.photo-stack__note {
  position: absolute;
  right: -0.4rem;
  bottom: -1.4rem;
  display: grid;
  width: 7.8rem;
  height: 7.8rem;
  place-content: center;
  color: var(--green);
  background: var(--yellow);
  border: 7px solid var(--paper);
  border-radius: 48% 52% 46% 54%;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transform: rotate(7deg);
}

.dog-gallery {
  display: grid;
  gap: 2.5rem;
  align-items: end;
}

.dog-gallery .section-heading {
  margin-bottom: 0;
}

.dog-gallery__photos {
  display: grid;
  gap: 1rem;
}

.photo--dog-card {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sage-pale);
  border: 8px solid var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.photo--dog-card:nth-child(1) {
  transform: rotate(-1.4deg);
}

.photo--dog-card:nth-child(2) {
  transform: rotate(1.6deg);
}

.tick-list {
  display: grid;
  padding: 0;
  margin: 0 0 2rem;
  gap: 0.8rem;
  list-style: none;
}

.tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 650;
}

.tick-list svg {
  width: 1.35rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--coral);
}

.steps {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 2.2rem;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.steps span {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
}

.steps h3 {
  margin-bottom: 0.7rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
}

.steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
}

.section--cta {
  padding-block: 2rem;
  background: var(--paper);
}

.cta-panel {
  display: grid;
  padding: 3rem 1.5rem;
  gap: 2rem;
  color: white;
  background:
    radial-gradient(circle at 85% 20%, rgba(242, 202, 102, 0.25), transparent 15rem),
    var(--coral-dark);
  border-radius: var(--radius-lg);
}

.cta-panel h2 {
  max-width: 700px;
  margin-bottom: 0.65rem;
  font-size: clamp(2.4rem, 7vw, 2.8rem);
}

.cta-panel p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.page-hero {
  overflow: hidden;
  padding: 4rem 0 5rem;
  background: var(--cream);
}

.page-hero h1 {
  font-size: clamp(2rem, 9vw, 3.3rem);
}

.page-hero--center {
  text-align: center;
}

.page-hero--center h1 {
  max-width: 12ch;
  margin-inline: auto;
}

.page-hero--center .hero__intro {
  margin-inline: auto;
}

.photo--about {
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--sage-pale);
  border: 8px solid var(--paper);
  border-radius: 42% 58% 54% 46% / 53% 42% 58% 47%;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.story-grid {
  display: grid;
  gap: 2rem;
}

.prose {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.prose p {
  margin-bottom: 1.4rem;
}

.good-to-know {
  display: grid;
  padding: 2.5rem 1.5rem;
  margin: 3.5rem 0 0;
  gap: 1rem;
  background: var(--cream);
  border-radius: var(--radius-lg);
}

.good-to-know .section-heading {
  margin-bottom: 0;
}

.good-to-know .tick-list {
  margin-bottom: 0;
}

.price-review-note {
  max-width: 720px;
  margin: 1.5rem auto 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  text-align: center;
}

.availability {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.availability h2 {
  max-width: 760px;
}

.availability p:last-child {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-hero {
  padding: 4rem 0 5rem;
  background:
    radial-gradient(circle at 90% 12%, rgba(242, 202, 102, 0.4), transparent 18rem),
    var(--sage-pale);
}

.contact-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.contact-side {
  display: grid;
  gap: 1rem;
}

.photo--contact {
  overflow: hidden;
  aspect-ratio: 5 / 3;
  background: var(--sage-pale);
  border: 7px solid var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.contact-copy h1 {
  max-width: 10ch;
}

.contact-small {
  margin-top: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 750;
}

.notice {
  max-width: 570px;
  padding: 1rem 1.1rem;
  margin-top: 1.5rem;
  background: rgba(255, 253, 248, 0.7);
  border-left: 4px solid var(--coral);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.notice strong {
  display: block;
  margin-bottom: 0.25rem;
}

.notice p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.enquiry-card {
  position: relative;
  padding: 2rem;
  color: white;
  background: var(--green);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.enquiry-card__icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--green);
  background: var(--yellow);
  border-radius: 50%;
  transform: rotate(-6deg);
}

.enquiry-card__icon svg {
  width: 2rem;
}

.enquiry-card__heading {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  gap: 1rem;
}

.enquiry-card__heading h2 {
  margin-bottom: 0;
}

.enquiry-card h2 {
  font-size: 2.5rem;
}

.enquiry-card > p {
  color: rgba(255, 255, 255, 0.72);
}

.enquiry-card ul {
  display: grid;
  padding: 0;
  margin: 1.5rem 0 0;
  gap: 0.75rem;
  list-style: none;
}

.enquiry-card li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.enquiry-card li svg {
  width: 1.2rem;
  flex: 0 0 auto;
  color: var(--yellow);
}

.contact-notes {
  display: grid;
  gap: 1rem;
}

.contact-notes article {
  padding: 1.7rem;
  background: var(--paper);
  border-radius: var(--radius);
}

.contact-notes span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--coral-dark);
  font-family: var(--font-display);
  font-style: italic;
}

.contact-notes h2 {
  font-size: 1.7rem;
}

.contact-notes p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.site-footer {
  padding: 5rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  background: var(--green-deep);
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
}

.brand--footer {
  margin-bottom: 1.2rem;
  color: white;
}

.brand--footer .brand__mark {
  color: var(--green);
  background: var(--yellow);
}

.footer-grid > div:first-child p {
  max-width: 340px;
}

.footer-grid h2 {
  margin-bottom: 1rem;
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid p {
  font-size: 0.9rem;
}

.footer-grid > div > a:not(.brand):not(.button) {
  display: block;
  width: fit-content;
  padding: 0.2rem 0;
  color: white;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer .button--text {
  color: white;
}

.site-footer__base {
  display: flex;
  padding-top: 1.5rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
}

.site-footer__base p {
  margin: 0;
}

@media (min-width: 620px) {
  :root {
    --shell: min(1180px, calc(100% - 3rem));
  }

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

  .steps,
  .contact-notes,
  .dog-gallery__photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-panel {
    padding: 4rem;
  }

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

@media (min-width: 820px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 1.45rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav > a:not(.button) {
    position: relative;
    padding: 0.6rem 0;
    font-size: 0.84rem;
  }

  .site-nav > a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    left: 0;
    height: 2px;
    background: var(--coral);
    border-radius: 999px;
    content: "";
  }

  .button--nav {
    margin-top: 0;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero__grid,
  .page-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.75fr);
    gap: 5rem;
  }

  .hero__copy {
    padding-bottom: 2rem;
  }

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

  .trust-item {
    justify-content: center;
    border-left: 1px solid var(--line);
  }

  .trust-item:first-child {
    border-left: 0;
  }

  .price-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .price-card {
    padding: 2.3rem;
  }

  .split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 6rem;
  }

  .split--reverse .split__copy {
    order: 2;
  }

  .split--reverse .photo {
    order: 1;
  }

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

  .cta-panel,
  .availability {
    grid-template-columns: 1fr auto;
  }

  .story-grid {
    grid-template-columns: 0.75fr 1fr;
    gap: 6rem;
  }

  .good-to-know {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 3.5rem;
    gap: 4rem;
  }

  .contact-grid {
    grid-template-columns: 1.05fr 0.75fr;
    gap: 6rem;
  }

  .contact-notes {
    grid-template-columns: repeat(3, 1fr);
  }

  .dog-gallery {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 4rem;
  }

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

@media (min-width: 1100px) {
  .section {
    padding-block: 7rem;
  }

  .section--cta {
    padding-block: 2.8rem;
  }
}

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

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