:root {
  --paper: #fffdf5;
  --ink: #20221d;
  --mint: #bfead2;
  --yellow: #f6e653;
  --coral: #ff765d;
  --blue: #2377cf;
  --lavender: #d8d1e7;
  --line: #20221d;
  --muted: #686b61;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding: 106px 0;
}

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

.screen-reader-text:focus {
  top: 10px;
  left: 10px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--yellow);
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 17px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button--yellow {
  background: var(--yellow);
}

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

.button--coral {
  background: var(--coral);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  color: var(--blue);
  font-family: var(--mono);
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.site-header__inner {
  display: grid;
  min-height: 92px;
  grid-template-columns: 245px 1fr 158px;
  align-items: center;
}

.site-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-brand__mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
}

.site-brand__name {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.site-brand__name small {
  margin-top: 5px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
}

.primary-navigation {
  justify-self: center;
}

.site-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-menu a {
  display: block;
  padding: 32px 0 28px;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  font-weight: 700;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu .current_page_item > a {
  border-color: var(--coral);
}

.header-booking {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  line-height: 1.2;
  transition: background-color 180ms ease;
}

.header-booking:hover {
  background: var(--mint);
}

.header-booking span {
  margin-bottom: 5px;
  font-family: var(--mono);
  font-size: 9px;
}

.header-booking strong {
  font-size: 15px;
}

.menu-toggle {
  display: none;
}

/* Hero */
.album-hero {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.album-hero::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 285px;
  border-bottom: 1px solid rgba(32, 34, 29, 0.24);
  background: var(--mint);
  content: "";
}

.album-hero__grid {
  position: relative;
  display: grid;
  min-height: 730px;
  grid-template-columns: 188px 355px 1fr;
  gap: 42px;
  padding-top: 55px;
  padding-bottom: 50px;
}

.hero-journal {
  align-self: end;
  padding: 18px 16px 22px;
  border: 1px solid var(--ink);
  background: var(--paper);
  transform: rotate(-1.5deg);
}

.hero-journal__date {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--ink);
  flex-direction: column;
  font-family: var(--mono);
}

.hero-journal__date span,
.hero-journal__date small {
  font-size: 9px;
}

.hero-journal__date strong {
  margin: 2px 0;
  color: var(--coral);
  font-size: 27px;
}

.hero-journal__note {
  margin: 17px 0 22px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.hero-journal__facts {
  display: grid;
  gap: 8px;
  padding: 13px 0 15px;
  border-top: 1px dashed var(--ink);
  border-bottom: 1px dashed var(--ink);
  font-size: 11px;
}

.hero-journal__facts span {
  display: flex;
  justify-content: space-between;
}

.hero-journal__facts b {
  color: var(--blue);
  font-family: var(--mono);
}

.hero-journal .text-link {
  margin-top: 18px;
  font-size: 11px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 59px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-copy h1 em {
  display: inline-block;
  margin-top: 6px;
  color: var(--coral);
  font-style: normal;
}

.hero-copy > p:last-child {
  max-width: 320px;
  margin: 34px 0 0;
  font-size: 15px;
  line-height: 1.85;
}

.hero-album {
  position: relative;
  min-height: 625px;
}

.hero-photo {
  position: absolute;
  margin: 0;
  border: 8px solid var(--paper);
  background: var(--paper);
}

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

.hero-photo figcaption {
  padding: 7px 3px 1px;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-photo--main {
  top: 14px;
  right: 0;
  width: 430px;
  transform: rotate(1.2deg);
}

.hero-photo--main img {
  height: 410px;
}

.hero-photo--small {
  top: 386px;
  left: -38px;
  z-index: 2;
  width: 170px;
  transform: rotate(-5deg);
}

.hero-photo--small img {
  height: 165px;
}

.hero-photo--round {
  top: 444px;
  right: 6px;
  z-index: 2;
  width: 155px;
  transform: rotate(4deg);
}

.hero-photo--round img {
  height: 130px;
}

.hero-booking-note {
  position: absolute;
  top: 318px;
  right: 86px;
  z-index: 4;
  display: flex;
  width: 205px;
  min-height: 222px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  transform: rotate(-2.5deg);
}

.hero-booking-note span {
  font-family: var(--mono);
  font-size: 9px;
}

.hero-booking-note strong {
  margin: 14px 0 9px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
}

.hero-booking-note small {
  font-size: 11px;
  line-height: 1.6;
}

.hero-booking-note a {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}

/* Shared headings */
.section-intro {
  margin-bottom: 54px;
}

.section-intro h2,
.today-visit__heading h2,
.care-promise__copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 80px;
  align-items: end;
}

.section-intro--split > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

/* Services */
.care-index {
  background: var(--paper);
}

.service-index {
  border-top: 2px solid var(--ink);
}

.service-row {
  display: grid;
  min-height: 84px;
  grid-template-columns: 55px 180px minmax(280px, 1fr) 120px 85px 24px;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  transition: padding 180ms ease, background-color 180ms ease;
}

.service-row:hover {
  padding-inline: 14px;
  background: var(--mint);
}

.service-row__number,
.service-row b {
  font-family: var(--mono);
  font-size: 11px;
}

.service-row__number {
  color: var(--coral);
}

.service-row strong {
  font-family: var(--serif);
  font-size: 23px;
}

.service-row > span:nth-child(3) {
  color: var(--muted);
  font-size: 14px;
}

.service-row em {
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.service-row i {
  font-family: var(--mono);
  font-style: normal;
}

/* Timeline */
.today-visit {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--lavender);
}

.today-visit__grid {
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 115px;
}

.today-visit__heading {
  position: sticky;
  top: 40px;
  align-self: start;
}

.today-visit__heading > p:not(.eyebrow) {
  margin: 25px 0;
  color: #4f504b;
  font-size: 15px;
}

.visit-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
}

.visit-summary span {
  padding: 5px 8px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 10px;
}

.visit-timeline {
  position: relative;
  padding-top: 14px;
}

.visit-timeline::before {
  position: absolute;
  top: 30px;
  bottom: 33px;
  left: 75px;
  width: 3px;
  background: var(--coral);
  content: "";
}

.timeline-entry {
  position: relative;
  display: grid;
  min-height: 116px;
  grid-template-columns: 56px 14px 1fr;
  gap: 13px;
}

.timeline-entry time {
  padding-top: 4px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
}

.timeline-entry > span {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  transition: transform 180ms ease;
}

.timeline-entry:hover > span {
  transform: scale(1.25);
}

.timeline-entry > div {
  padding: 0 0 32px 14px;
  border-bottom: 1px dashed rgba(32, 34, 29, 0.65);
}

.timeline-entry strong {
  font-family: var(--serif);
  font-size: 21px;
}

.timeline-entry p {
  margin: 5px 0 0;
  color: #55564f;
  font-size: 14px;
}

.timeline-entry--photo {
  min-height: 335px;
}

.timeline-entry--photo img {
  width: 310px;
  height: 190px;
  margin-top: 18px;
  border: 7px solid var(--paper);
  object-fit: cover;
  transform: rotate(1.5deg);
}

.timeline-entry--last > div {
  border-bottom: 0;
}

/* Pet album */
.pet-album {
  overflow: hidden;
  background: var(--mint);
}

.section-intro--album {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.pet-photo-strip,
.pet-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.pet-print {
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
  transition: transform 220ms ease;
}

.pet-print:nth-child(1) {
  transform: rotate(-2deg);
}

.pet-print:nth-child(2) {
  margin-top: 48px;
  transform: rotate(1.5deg);
}

.pet-print:nth-child(3) {
  margin-top: 10px;
  transform: rotate(-1deg);
}

.pet-print:nth-child(4) {
  margin-top: 62px;
  transform: rotate(2.2deg);
}

.pet-print:hover {
  transform: rotate(0deg) translateY(-8px);
}

.pet-print > a {
  display: block;
  padding: 9px 9px 15px;
}

.pet-print__image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--lavender);
}

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

.pet-print__caption {
  padding: 13px 5px 0;
}

.pet-print__caption strong {
  font-family: var(--serif);
  font-size: 25px;
}

.pet-print__caption p {
  min-height: 58px;
  margin: 5px 0 12px;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.55;
}

.pet-print__caption span {
  display: block;
  padding-top: 8px;
  border-top: 1px solid var(--ink);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
}

/* Promise */
.care-promise {
  background: var(--paper);
}

.care-promise__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.care-promise__photo {
  position: relative;
}

.care-promise__photo img {
  width: 100%;
  height: 670px;
  object-fit: cover;
}

.care-promise__photo span {
  position: absolute;
  right: -18px;
  bottom: 36px;
  width: 220px;
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  transform: rotate(-2deg);
}

.care-promise__copy {
  padding-top: 12px;
}

.promise-list {
  padding: 0;
  margin: 42px 0 38px;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.promise-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid var(--ink);
}

.promise-list li > span {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.promise-list strong {
  font-family: var(--serif);
  font-size: 19px;
}

.promise-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.promise-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}

/* Journal list */
.journal-notes {
  border-top: 1px solid var(--ink);
  background: var(--yellow);
}

.journal-list {
  border-top: 2px solid var(--ink);
}

.journal-row {
  display: grid;
  min-height: 120px;
  grid-template-columns: 80px 330px 1fr 34px;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
}

.journal-row time {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
}

.journal-row > div > p:first-child {
  margin: 0 0 4px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
}

.journal-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
}

.journal-row__excerpt {
  color: #4f5049;
  font-size: 13px;
}

.journal-row__excerpt p {
  margin: 0;
}

.journal-row__arrow {
  font-family: var(--mono);
  font-size: 20px;
}

/* Footer */
.footer-note {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--coral);
}

.footer-note__inner {
  display: grid;
  min-height: 285px;
  grid-template-columns: 210px 1fr 220px;
  gap: 65px;
  align-items: center;
}

.footer-note__stamp {
  display: flex;
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper);
  flex-direction: column;
  transform: rotate(-2deg);
}

.footer-note__stamp span {
  font-family: var(--mono);
  font-size: 9px;
}

.footer-note__stamp strong {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: 21px;
}

.footer-note h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 39px;
  line-height: 1.2;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
}

.footer-main {
  display: grid;
  min-height: 250px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 33px;
}

.footer-brand > span {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 10px;
}

.footer-brand p {
  margin: 17px 0 0;
  color: #d5d4cd;
  font-size: 14px;
}

.footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.footer-menu a {
  color: #e5e3da;
  font-size: 13px;
}

.footer-menu a:hover {
  color: var(--yellow);
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
}

.footer-contact span {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 9px;
}

.footer-contact a {
  margin: 12px 0 3px;
  font-size: 17px;
  font-weight: 700;
}

.footer-contact p {
  margin: 0;
  color: #aaa9a1;
}

.footer-legal {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4d4f48;
  color: #aaa9a1;
  font-family: var(--mono);
  font-size: 9px;
}

/* Archives */
.archive-mast {
  padding: 78px 0 72px;
  border-bottom: 1px solid var(--ink);
}

.archive-mast--coral {
  background: var(--coral);
}

.archive-mast--mint {
  background: var(--mint);
}

.archive-mast--yellow {
  background: var(--yellow);
}

.archive-mast--lavender {
  background: var(--lavender);
}

.archive-mast h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.15;
}

.archive-mast__grid {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 80px;
  align-items: end;
}

.archive-mast__note {
  display: flex;
  padding: 17px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  flex-direction: column;
  transform: rotate(1.5deg);
}

.archive-mast__note--paper {
  background: var(--paper);
}

.archive-mast__note strong {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--serif);
}

.archive-mast__note span {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.8;
}

.archive-description {
  max-width: 620px;
  margin-top: 20px;
}

.archive-filter-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 2px solid var(--ink);
}

.archive-filter-note span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.archive-filter-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.visit-entry {
  display: grid;
  min-height: 260px;
  grid-template-columns: 120px 310px 1fr 38px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--ink);
}

.visit-entry__date {
  display: flex;
  flex-direction: column;
  font-family: var(--mono);
}

.visit-entry__date strong {
  color: var(--coral);
  font-size: 16px;
}

.visit-entry__date span {
  margin-top: 5px;
  font-size: 10px;
}

.visit-entry__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--lavender);
}

.visit-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.visit-entry:hover .visit-entry__image img {
  transform: scale(1.03);
}

.visit-entry__image span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 4px 7px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
}

.visit-entry__body > p {
  margin: 0;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
}

.visit-entry__body h2,
.article-row__body h2 {
  margin: 6px 0 9px;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.25;
}

.visit-entry__body > div {
  color: var(--muted);
  font-size: 13px;
}

.visit-entry__body > div p {
  margin: 0;
}

.visit-entry__body small {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--coral);
  font-family: var(--mono);
  font-size: 9px;
}

.visit-entry__arrow {
  font-family: var(--mono);
  font-size: 20px;
}

.pet-archive {
  overflow: hidden;
}

.pet-archive__grid {
  row-gap: 75px;
}

.navigation.pagination {
  margin-top: 55px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 11px;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--yellow);
}

/* Single visit */
.visit-single__mast {
  padding: 72px 0;
  border-bottom: 1px solid var(--ink);
  background: var(--lavender);
}

.visit-single__grid {
  display: grid;
  grid-template-columns: 150px 1fr 230px;
  gap: 60px;
  align-items: start;
}

.visit-single__label {
  display: flex;
  padding: 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  flex-direction: column;
  font-family: var(--mono);
  transform: rotate(-2deg);
}

.visit-single__label span,
.visit-single__label small {
  font-size: 9px;
}

.visit-single__label strong {
  margin: 8px 0;
  color: var(--coral);
  font-size: 18px;
}

.visit-single__title h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.15;
}

.visit-single__title > p:last-child {
  max-width: 630px;
  margin: 0;
  color: #56574f;
}

.visit-single__meta {
  display: grid;
  border-top: 1px solid var(--ink);
}

.visit-single__meta span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
}

.visit-single__meta strong {
  font-size: 11px;
  text-align: right;
}

.visit-single__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  padding-top: 75px;
  padding-bottom: 90px;
}

.visit-single__featured {
  grid-column: 1 / -1;
  margin: 0;
}

.visit-single__featured img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.visit-single__featured figcaption {
  padding: 8px 0;
  border-bottom: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
}

.observation-note {
  align-self: start;
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  transform: rotate(1.5deg);
}

.observation-note span {
  font-family: var(--mono);
  font-size: 9px;
}

.observation-note strong {
  display: block;
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 24px;
}

.observation-note p {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.75;
}

/* Pet profile */
.pet-single {
  padding: 80px 0 110px;
  background: var(--mint);
}

.pet-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 85px;
  align-items: start;
}

.pet-profile__photo {
  position: sticky;
  top: 35px;
  padding: 12px 12px 55px;
  border: 1px solid var(--ink);
  background: var(--paper);
  transform: rotate(-1.3deg);
}

.pet-profile__photo img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.pet-profile__photo span {
  position: absolute;
  right: 18px;
  bottom: 17px;
  font-family: var(--mono);
  font-size: 10px;
}

.pet-profile__body {
  padding-top: 20px;
}

.pet-profile__body h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 600;
}

.pet-profile__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 25px 0 35px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.pet-profile__facts span {
  padding: 15px 13px;
  border-right: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.pet-profile__facts span:last-child {
  border-right: 0;
}

.pet-profile__facts small {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 8px;
}

.pet-profile blockquote {
  padding: 22px 25px;
  margin: 0 0 34px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
  transform: rotate(0.7deg);
}

.pet-profile__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 35px;
}

/* Standard content */
.article-archive__list {
  border-top: 2px solid var(--ink);
}

.article-row {
  display: grid;
  min-height: 235px;
  grid-template-columns: 85px 250px 1fr;
  gap: 34px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--ink);
}

.article-row__number {
  display: flex;
  flex-direction: column;
  font-family: var(--mono);
}

.article-row__number span {
  color: var(--coral);
  font-size: 19px;
  font-weight: 700;
}

.article-row__number small {
  font-size: 9px;
}

.article-row__image {
  display: grid;
  aspect-ratio: 3 / 2;
  place-items: center;
  overflow: hidden;
  background: var(--mint);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

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

.article-row__body > p {
  margin: 0;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
}

.article-row__body > div {
  color: var(--muted);
  font-size: 13px;
}

.article-row__body > div p {
  margin: 0 0 10px;
}

.article-row__body .text-link {
  font-size: 11px;
}

.page-main {
  padding: 75px 0 110px;
  background: var(--lavender);
}

.page-sheet {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 620px;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.page-tabs {
  display: flex;
  padding: 30px 22px;
  border-right: 1px solid var(--ink);
  background: var(--mint);
  flex-direction: column;
}

.page-tabs > span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
}

.page-tabs > strong {
  margin: 4px 0 45px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 44px;
}

.page-tabs a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(32, 34, 29, 0.45);
  font-size: 12px;
  font-weight: 700;
}

.page-sheet__content {
  min-width: 0;
  padding: 65px 75px 85px;
}

.page-header {
  padding-bottom: 38px;
  margin-bottom: 45px;
  border-bottom: 2px solid var(--ink);
}

.page-header h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.15;
}

.page-header > p:last-child:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
}

.entry-content {
  font-size: 16px;
  line-height: 1.85;
}

.entry-content > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignwide {
  max-width: 1000px;
}

.entry-content > .alignfull {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.entry-content h2 {
  margin-top: 2.1em;
  margin-bottom: 0.7em;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.25;
}

.entry-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  font-family: var(--serif);
  font-size: 23px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.4em;
}

.entry-content a {
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
}

.entry-content blockquote {
  padding: 18px 23px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-family: var(--serif);
  font-size: 20px;
}

.entry-content .wp-block-columns {
  gap: 30px;
}

.entry-content .wp-block-column {
  padding-top: 16px;
  border-top: 3px solid var(--coral);
}

.single-note__header {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 55px;
  padding-top: 80px;
  padding-bottom: 55px;
}

.single-note__date {
  display: flex;
  align-self: start;
  padding: 14px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  flex-direction: column;
  font-family: var(--mono);
  transform: rotate(-2deg);
}

.single-note__date span,
.single-note__date small {
  font-size: 9px;
}

.single-note__date strong {
  margin: 7px 0;
  color: var(--coral);
  font-size: 25px;
}

.single-note__header h1 {
  max-width: 830px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 51px;
  font-weight: 600;
  line-height: 1.15;
}

.single-note__header > div:last-child > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.single-note__image {
  margin-bottom: 65px;
}

.single-note__image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}

.single-note__content {
  max-width: 760px;
  margin: 0 auto 80px;
}

.single-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 75px;
  border-top: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.search-form {
  display: flex;
  width: min(620px, 100%);
  min-height: 52px;
  margin-top: 32px;
}

.search-form label {
  flex: 1;
}

.search-field {
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  border-radius: 2px 0 0 2px;
  background: var(--paper);
  color: var(--ink);
}

.search-form button {
  min-width: 100px;
  border: 1px solid var(--ink);
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.empty-note {
  padding: 50px 0;
}

.empty-note h2 {
  font-family: var(--serif);
  font-size: 30px;
}

.error-main {
  padding: 95px 0 120px;
  background: var(--mint);
}

.error-sheet {
  display: grid;
  min-height: 480px;
  grid-template-columns: 0.75fr 1.25fr;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.error-sheet__number {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--ink);
  background: var(--coral);
  font-family: var(--mono);
  font-size: 110px;
  font-weight: 800;
}

.error-sheet > div:last-child {
  align-self: center;
  padding: 60px;
}

.error-sheet h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 45px;
  line-height: 1.2;
}

.error-sheet > div:last-child > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.error-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}

@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: 220px 1fr 145px;
  }

  .site-menu {
    gap: 17px;
  }

  .album-hero__grid {
    grid-template-columns: 150px 310px 1fr;
    gap: 26px;
  }

  .hero-copy h1 {
    font-size: 50px;
  }

  .hero-photo--main {
    width: 390px;
  }

  .service-row {
    grid-template-columns: 45px 155px minmax(230px, 1fr) 100px 75px 24px;
  }

  .today-visit__grid {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, 720px);
  }

  .section-pad {
    padding: 78px 0;
  }

  .site-header__inner {
    min-height: 78px;
    grid-template-columns: 1fr 48px;
  }

  .header-booking {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--ink);
    border-radius: 2px;
    background: var(--yellow);
    cursor: pointer;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle > span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle > span:nth-child(2) {
    transform: translateY(4px);
  }

  .menu-is-open .menu-toggle > span:first-child {
    transform: rotate(45deg);
  }

  .menu-is-open .menu-toggle > span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .primary-navigation {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 100vh;
    max-width: none;
    justify-self: stretch;
    padding: 105px 24px 40px;
    background: var(--mint);
  }

  .menu-is-open .primary-navigation {
    display: block;
  }

  .site-menu {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    border-top: 2px solid var(--ink);
  }

  .site-menu li {
    border-bottom: 1px solid var(--ink);
  }

  .site-menu a {
    padding: 16px 0;
    border: 0;
    font-family: var(--serif);
    font-size: 26px;
  }

  .album-hero,
  .album-hero__grid {
    min-height: 0;
  }

  .album-hero::before {
    height: 360px;
  }

  .album-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .hero-copy {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hero-copy h1 {
    max-width: 570px;
    font-size: 54px;
  }

  .hero-copy > p:last-child {
    max-width: 520px;
    margin-top: 23px;
  }

  .hero-album {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 610px;
  }

  .hero-photo--main {
    left: 105px;
    right: auto;
    width: 500px;
  }

  .hero-photo--main img {
    height: 405px;
  }

  .hero-photo--small {
    left: 0;
  }

  .hero-photo--round {
    right: 0;
  }

  .hero-booking-note {
    right: 90px;
  }

  .hero-journal {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .hero-journal__facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .hero-journal__facts span {
    display: block;
  }

  .hero-journal__facts b {
    display: block;
  }

  .section-intro--split,
  .today-visit__grid,
  .care-promise__grid,
  .visit-single__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-row {
    grid-template-columns: 42px 150px 1fr 86px 24px;
  }

  .service-row > b {
    display: none;
  }

  .today-visit__heading {
    position: static;
  }

  .pet-photo-strip,
  .pet-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .pet-print:nth-child(2),
  .pet-print:nth-child(4) {
    margin-top: 45px;
  }

  .care-promise__photo img {
    height: 540px;
  }

  .care-promise__photo span {
    right: 22px;
  }

  .journal-row {
    grid-template-columns: 65px 1fr 32px;
  }

  .journal-row__excerpt {
    display: none;
  }

  .footer-note__inner {
    grid-template-columns: 175px 1fr;
    gap: 35px;
    padding: 50px 0;
  }

  .footer-note__inner > .button {
    grid-column: 2;
    justify-self: start;
  }

  .visit-entry {
    grid-template-columns: 90px 230px 1fr 28px;
    gap: 22px;
  }

  .visit-single__grid {
    grid-template-columns: 130px 1fr;
    gap: 40px;
  }

  .visit-single__meta {
    grid-column: 2;
  }

  .observation-note {
    max-width: 420px;
  }

  .pet-profile {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
  }

  .pet-profile__photo img {
    height: 470px;
  }

  .pet-profile__facts {
    grid-template-columns: 1fr;
  }

  .pet-profile__facts span {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .pet-profile__facts span:last-child {
    border-bottom: 0;
  }

  .page-sheet__content {
    padding: 55px 45px 70px;
  }

  .article-row {
    grid-template-columns: 70px 210px 1fr;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .shell {
    width: calc(100% - 28px);
  }

  .section-pad {
    padding: 62px 0;
  }

  .site-header__inner {
    width: calc(100% - 24px);
  }

  .site-brand__mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .site-brand__name {
    font-size: 18px;
  }

  .site-brand__name small {
    font-size: 7px;
  }

  .album-hero::before {
    height: 390px;
  }

  .album-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-top: 38px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-album {
    order: 2;
  }

  .hero-journal {
    order: 3;
  }

  .hero-copy h1 {
    font-size: 41px;
    line-height: 1.12;
  }

  .hero-copy > p:last-child {
    font-size: 14px;
  }

  .hero-album {
    min-height: 515px;
    margin-top: 5px;
  }

  .hero-photo--main {
    top: 0;
    left: 28px;
    width: calc(100% - 42px);
  }

  .hero-photo--main img {
    height: 310px;
  }

  .hero-photo--small {
    top: 307px;
    left: 0;
    width: 132px;
  }

  .hero-photo--small img {
    height: 128px;
  }

  .hero-photo--round {
    top: 350px;
    right: 0;
    width: 113px;
  }

  .hero-photo--round img {
    height: 96px;
  }

  .hero-booking-note {
    top: 255px;
    right: 53px;
    width: 171px;
    min-height: 203px;
    padding: 15px;
  }

  .hero-booking-note strong {
    font-size: 20px;
  }

  .hero-journal__facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-journal__facts span {
    display: flex;
  }

  .hero-journal__facts b {
    display: inline;
  }

  .section-intro h2,
  .today-visit__heading h2,
  .care-promise__copy h2 {
    font-size: 36px;
  }

  .section-intro--split,
  .section-intro--album {
    display: block;
  }

  .section-intro--split > p,
  .section-intro--album > .text-link {
    margin-top: 24px;
  }

  .service-row {
    position: relative;
    grid-template-columns: 38px 1fr 24px;
    gap: 9px;
    padding: 16px 0;
  }

  .service-row > span:nth-child(3) {
    grid-column: 2;
    font-size: 12px;
  }

  .service-row > b,
  .service-row > em {
    display: none;
  }

  .service-row i {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .service-row strong {
    font-size: 21px;
  }

  .visit-timeline::before {
    left: 62px;
  }

  .timeline-entry {
    grid-template-columns: 44px 14px 1fr;
    gap: 10px;
  }

  .timeline-entry--photo img {
    width: 100%;
    height: 170px;
  }

  .pet-photo-strip,
  .pet-archive__grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }

  .pet-print:nth-child(2),
  .pet-print:nth-child(4) {
    margin-top: 30px;
  }

  .pet-print__caption strong {
    font-size: 21px;
  }

  .pet-print__caption p {
    min-height: 74px;
    font-size: 12px;
  }

  .care-promise__photo img {
    height: 390px;
  }

  .care-promise__photo span {
    right: -4px;
    bottom: 18px;
    width: 185px;
    font-size: 14px;
  }

  .promise-actions,
  .pet-profile__actions,
  .error-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .journal-row {
    min-height: 100px;
    grid-template-columns: 48px 1fr 25px;
    gap: 12px;
  }

  .journal-row h3 {
    font-size: 18px;
  }

  .footer-note__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-note h2 {
    font-size: 32px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .footer-legal {
    min-height: 75px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .footer-legal p {
    margin: 0;
  }

  .archive-mast {
    padding: 55px 0;
  }

  .archive-mast h1,
  .visit-single__title h1,
  .page-header h1,
  .single-note__header h1 {
    font-size: 39px;
  }

  .archive-mast__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .archive-mast__note {
    max-width: 230px;
  }

  .archive-filter-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .visit-entry {
    grid-template-columns: 62px 1fr 24px;
    gap: 13px;
  }

  .visit-entry__image {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .visit-entry__date {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .visit-entry__body {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .visit-entry__arrow {
    grid-column: 3;
    grid-row: 2;
  }

  .visit-single__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .visit-single__label {
    max-width: 160px;
  }

  .visit-single__meta {
    grid-column: 1;
  }

  .visit-single__body {
    padding-top: 45px;
    padding-bottom: 65px;
  }

  .pet-single {
    padding: 48px 0 75px;
  }

  .pet-profile {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .pet-profile__photo {
    position: relative;
    top: auto;
  }

  .pet-profile__photo img {
    height: 450px;
  }

  .pet-profile__body h1 {
    font-size: 50px;
  }

  .article-row {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .article-row__image {
    grid-column: 2;
  }

  .article-row__number {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .article-row__body {
    grid-column: 1 / -1;
  }

  .page-main {
    padding: 40px 0 65px;
  }

  .page-sheet {
    grid-template-columns: 1fr;
  }

  .page-tabs {
    display: grid;
    grid-template-columns: 1fr auto;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .page-tabs > strong {
    margin: 0;
    grid-column: 2;
    grid-row: 1 / 5;
  }

  .page-tabs a {
    padding: 6px 0;
    border: 0;
  }

  .page-sheet__content {
    padding: 42px 22px 58px;
  }

  .single-note__header {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 55px;
  }

  .single-note__date {
    width: 125px;
  }

  .single-next {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .error-main {
    padding: 45px 0 70px;
  }

  .error-sheet {
    grid-template-columns: 1fr;
  }

  .error-sheet__number {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    font-size: 74px;
  }

  .error-sheet > div:last-child {
    padding: 36px 24px 45px;
  }

  .error-sheet h1 {
    font-size: 34px;
  }
}

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

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