/* Poop’em Scoop’em / Backyard editorial direction */
:root {
  --paper: #f8f8f1;
  --ink: #183a2d;
  --lime: #dfee93;
  --line: #ccd1c5;
  --rust: #b4472d;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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

button {
  font: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 500;
}

p {
  line-height: 1.6;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 6px;
}

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

em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.wrap {
  width: calc(100% - 112px);
  max-width: 1440px;
  margin-inline: auto;
}

.section {
  padding-block: 110px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.7;
}

.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.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;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--lime);
  color: var(--ink);
  padding: 15px;
  z-index: 100;
}

.skip-link:focus {
  top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 19px 24px;
  min-height: 58px;
  font-size: 14px;
  font-weight: 600;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid transparent;
  transition: background .2s, color .2s;
}

.button span[aria-hidden] {
  font-size: 22px;
  font-weight: 400;
  line-height: .8;
}

.button:hover {
  background: white;
}

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

.under-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: 14px;
}

.under-link:hover {
  opacity: .75;
}

/* The entire first screen is one photographic composition. */
.hero {
  min-height: 850px;
  height: min(950px, 100svh);
  position: relative;
  background: #1a3425;
  color: var(--paper);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 55%;
  z-index: -3;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0b211984 0%, #0b211914 75%), linear-gradient(180deg, #0b21195c, transparent 50%, #0b211960);
  z-index: -2;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 29px;
  border-bottom: 1px solid #ffffff50;
}

.brand {
  font-weight: 800;
  font-size: 29px;
  line-height: .83;
  letter-spacing: -1.7px;
  display: block;
}

.brand span {
  padding-left: 16px;
}

.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}

.site-header nav a {
  padding-block: 10px;
}

.site-header nav a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.header-book {
  min-height: 47px;
  padding: 13px 19px;
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.hero-content {
  padding-top: 50px;
}

.hero h1 {
  font-size: clamp(90px, 12.8vw, 200px);
  line-height: .86;
  font-weight: 800;
  letter-spacing: -.06em;
  margin: 26px 0 28px;
}

.hero h1 span {
  display: inline-block;
}

.hero-bottom-copy p {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.hero-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  border-top: 1px solid #ffffff55;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .07em;
}

.hero-footer a {
  font-size: 12px;
  letter-spacing: 0;
}

.hero-footer a span {
  margin-left: 45px;
  font-size: 18px;
}

/* An open, typographic introduction. */
.intro {
  display: grid;
  grid-template-columns: 1fr 2.3fr .85fr;
  gap: 28px;
  padding-block: 105px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.intro>.eyebrow {
  padding-top: 10px;
}

.intro h2 {
  font-size: clamp(35px, 3.9vw, 61px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.intro h2 em {
  white-space: nowrap;
}

.intro-note {
  align-self: end;
  font-size: 13px;
  max-width: 150px;
  padding-bottom: 6px;
}

.intro-note .icon {
  height: 40px;
  width: 40px;
  transform: rotate(-15deg);
  margin-bottom: 15px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.3fr .85fr;
  align-items: start;
  gap: 28px;
  margin-bottom: 60px;
}

.section-heading>.eyebrow {
  padding-top: 9px;
}

.section-heading h2 {
  font-size: clamp(45px, 5.1vw, 76px);
  line-height: .99;
  letter-spacing: -.06em;
}

.section-heading>p:last-child {
  align-self: end;
  font-size: 14px;
}

.service-layout {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 85px;
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-row {
  border-bottom: 1px solid var(--line);
}

.service-row summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
}

summary::-webkit-details-marker {
  display: none;
}

.service-row h3 {
  font-size: 27px;
  letter-spacing: -.045em;
}

.row-index {
  font-size: 11px;
  align-self: center;
  padding-top: 3px;
  min-width: 21px;
}

.expand {
  margin-left: auto;
  font-size: 26px;
  font-weight: 300;
}

.service-row[open] .expand {
  transform: rotate(45deg);
}

.service-content {
  padding: 0 45px 28px;
}

.service-content p {
  font-size: 15px;
  max-width: 470px;
  color: #536357;
  margin-bottom: 22px;
}

.service-content .under-link {
  font-size: 13px;
}

.service-photo {
  position: relative;
}

.service-photo img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: 65%;
}

.service-photo figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  font-size: 9px;
  letter-spacing: .07em;
}

.service-photo figcaption span:last-child {
  font-size: 19px;
  line-height: 1;
}

/* An image-led second act for indoor care. */
.cat-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--rust);
  color: #fff6e9;
}

.cat-copy {
  padding: 75px max(56px, calc((100vw - 1440px) / 2));
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.cat-copy h2 {
  font-size: clamp(65px, 7.2vw, 106px);
  line-height: .98;
  letter-spacing: -.06em;
  margin-top: 36px;
}

.cat-copy h2 em {
  font-size: 1.05em;
}

.cat-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 52px;
  width: 100%;
}

.cat-services span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
}

.cat-services p {
  font-size: 14px;
  margin-top: 13px;
  line-height: 1.5;
}

.cat-copy>.under-link {
  margin-top: 38px;
}

.cat-image {
  position: relative;
}

.cat-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 680px;
}

.cat-image>span {
  position: absolute;
  bottom: 28px;
  left: 30px;
  font-size: 9px;
  letter-spacing: .1em;
  color: white;
  background: #3b1c1380;
  padding: 8px 10px;
}

/* Prices as a readable menu, not product cards. */
.plan-table {
  margin-left: 24.1%;
}

.plan-labels {
  display: grid;
  grid-template-columns: 1fr 160px 115px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 15px;
  font-size: 9px;
  letter-spacing: .08em;
}

.plan-labels span:last-child {
  text-align: right;
}

.plan-row {
  display: grid;
  grid-template-columns: 1fr 160px 115px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-block: 24px;
  transition: background .2s;
}

.plan-row>div {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 13px;
}

.plan-number {
  font-size: 10px;
  padding-top: 8px;
  grid-row: 1 / 3;
}

.plan-row h3 {
  font-size: 30px;
  letter-spacing: -.05em;
}

.plan-row p {
  font-size: 12px;
  color: #697568;
  margin-top: 5px;
}

.plan-row strong {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -.07em;
}

.plan-row strong sup {
  font-size: 23px;
  vertical-align: 15px;
  margin-right: 3px;
}

.plan-go {
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-size: 28px;
  justify-self: end;
  transition: background .2s;
}

.plan-row:hover .plan-go {
  background: var(--lime);
  border-color: var(--lime);
}

.plan-row:hover h3 {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.plan-footnote {
  margin: 22px 0 0 24.1%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
}

.plan-footnote a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.plan-footnote p:last-child {
  max-width: 200px;
  text-align: right;
  color: #697568;
}

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

.about-layout {
  display: grid;
  grid-template-columns: 1fr 3.3fr;
  gap: 28px;
}

.about-layout>.eyebrow {
  padding-top: 10px;
}

.about h2 {
  font-size: clamp(60px, 8vw, 116px);
  line-height: .95;
  letter-spacing: -.06em;
}

.about h2 em {
  font-size: 1.05em;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 45px;
}

.about-story p {
  font-size: 15px;
  color: #536357;
}

.story-details {
  margin-top: 22px;
}

.story-details summary {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.story-details[open] summary span {
  transform: rotate(45deg);
}

.story-details p {
  margin-top: 17px;
}

.testimonials {
  background: var(--lime);
  padding-block: 80px;
}

.review-layout {
  display: grid;
  grid-template-columns: 1fr 3.3fr;
  gap: 28px;
}

.review-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 6px;
}

.review-count {
  font-size: 12px;
}

.review-body blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(29px, 3.1vw, 46px);
  letter-spacing: -.035em;
  line-height: 1.2;
  max-width: 970px;
  min-height: 180px;
}

.review-person {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}

.review-person span:last-child {
  font-size: 11px;
  color: #4f6137;
}

.review-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

.review-controls button {
  width: 47px;
  height: 43px;
  font-size: 25px;
  color: var(--ink);
  border: 1px solid #8a9a65;
  background: transparent;
}

.review-controls button:hover {
  background: var(--ink);
  color: var(--lime);
}

/* A last, unapologetically large invitation. */
footer {
  background: var(--ink);
  color: var(--paper);
  padding-top: 58px;
}

.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.contact-top .under-link {
  font-size: 19px;
}

.contact-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-block: 60px 75px;
}

.contact-main h2 {
  font-size: clamp(70px, 10.5vw, 158px);
  line-height: .86;
  font-weight: 700;
  letter-spacing: -.06em;
}

.contact-main>div {
  padding-bottom: 4px;
  flex-shrink: 0;
}

.contact-main p {
  font-size: 14px;
  margin-bottom: 24px;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-block: 37px;
  border-block: 1px solid #ffffff35;
}

.footer-nav>div {
  display: flex;
  gap: 35px;
  font-size: 13px;
}

.footer-nav>p {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.footer-nav a:hover {
  opacity: .75;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-block: 24px;
  font-size: 10px;
  color: #c1cbbd;
}

@media(min-width:1600px) {
  .hero {
    min-height: 940px;
  }
}

@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }

  .hero {
    min-height: 790px;
  }

  .hero-content {
    padding-top: 65px;
  }

  .hero h1 {
    font-size: 13.1vw;
    margin-top: 35px;
  }

  .site-header nav {
    gap: 22px;
    font-size: 12px;
  }

  .brand {
    font-size: 26px;
  }

  .intro,
  .section-heading {
    grid-template-columns: .8fr 2.3fr 1fr;
    gap: 25px;
  }

  .intro h2 {
    font-size: 4.2vw;
  }

  .service-layout {
    gap: 45px;
    grid-template-columns: 1.4fr 1fr;
  }

  .service-row h3 {
    font-size: 24px;
  }

  .service-photo img {
    height: 420px;
  }

  .cat-copy {
    padding: 60px 32px;
  }

  .cat-copy h2 {
    font-size: 8vw;
  }

  .cat-services {
    gap: 18px;
    margin-top: 38px;
  }

  .cat-services p {
    font-size: 12px;
  }

  .cat-services span {
    font-size: 8px;
  }

  .cat-image img {
    min-height: 620px;
  }

  .plan-table,
  .plan-footnote {
    margin-left: 22%;
  }

  .plan-row,
  .plan-labels {
    grid-template-columns: 1fr 110px 90px;
  }

  .about-layout,
  .review-layout {
    grid-template-columns: .8fr 3.3fr;
  }

  .about-story {
    gap: 30px;
  }

  .review-body blockquote {
    min-height: 185px;
  }

  .contact-main {
    gap: 20px;
  }

  .contact-main h2 {
    font-size: 10vw;
  }
}

@media(max-width:800px) {
  .site-header {
    padding-block: 26px;
    gap: 20px;
  }

  .site-header .header-book {
    margin-left: auto;
    padding: 12px 15px;
    min-height: 43px;
    gap: 20px;
  }

  .menu-toggle {
    order: 3;
    width: 43px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 1px solid #ffffff80;
    background: transparent;
    color: white;
  }

  .menu-toggle>span:not(.sr-only) {
    width: 19px;
    height: 1px;
    background: currentColor;
  }

  .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);
  }

  .site-header nav {
    display: none;
    position: absolute;
    z-index: 10;
    background: var(--ink);
    left: 32px;
    right: 32px;
    top: 95px;
    padding: 24px;
    font-size: 16px;
  }

  .site-header nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero {
    min-height: 790px;
  }

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

  .hero h1 {
    font-size: 13.2vw;
  }

  .hero-content {
    padding-top: 60px;
  }

  .hero-bottom-copy {
    margin-top: 50px;
  }

  .hero-footer {
    font-size: 8px;
    align-items: end;
  }

  .hero-footer a {
    font-size: 11px;
    max-width: 200px;
    text-align: right;
  }

  .hero-footer a span {
    margin-left: 12px;
  }

  .intro {
    grid-template-columns: 1fr 2.5fr;
    padding-block: 80px;
  }

  .intro h2 {
    font-size: 5.6vw;
  }

  .intro-note {
    grid-column: 2;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
  }

  .intro-note .icon {
    width: 26px;
    height: 26px;
    margin: 0;
  }

  .section {
    padding-block: 80px;
  }

  .section-heading {
    grid-template-columns: 1fr 2.5fr;
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 6.6vw;
  }

  .section-heading>p:last-child {
    grid-column: 2;
    font-size: 13px;
  }

  .section-heading>p:last-child br {
    display: none;
  }

  .service-layout {
    gap: 30px;
    grid-template-columns: 1.25fr 1fr;
  }

  .service-row summary {
    gap: 12px;
    padding-block: 23px;
  }

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

  .service-content {
    padding-left: 33px;
    padding-right: 0;
  }

  .service-content p {
    font-size: 14px;
  }

  .service-content .under-link {
    font-size: 12px;
    gap: 15px;
  }

  .service-photo img {
    height: 400px;
  }

  .cat-copy {
    padding: 45px 32px;
  }

  .cat-copy .eyebrow {
    font-size: 9px;
  }

  .cat-copy h2 {
    font-size: 8.5vw;
    margin-top: 28px;
  }

  .cat-services {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  .cat-services span {
    font-size: 9px;
  }

  .cat-services p {
    margin-top: 7px;
    font-size: 13px;
  }

  .cat-copy>.under-link {
    font-size: 12px;
    gap: 25px;
  }

  .cat-image img {
    min-height: 630px;
  }

  .plan-table,
  .plan-footnote {
    margin-left: 0;
  }

  .about-layout,
  .review-layout {
    grid-template-columns: 1fr 2.5fr;
  }

  .about h2 {
    font-size: 9vw;
  }

  .about-story {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-story p {
    font-size: 14px;
  }

  .review-body blockquote {
    font-size: 32px;
    min-height: 240px;
  }

  .review-person {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }

  .contact-main {
    display: block;
    padding-block: 50px;
  }

  .contact-main h2 {
    font-size: 13.9vw;
  }

  .contact-main>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
  }

  .contact-main p {
    margin: 0;
  }

  .footer-nav>div {
    gap: 20px;
    font-size: 12px;
  }

  .footer-bottom {
    font-size: 9px;
  }

  .footer-bottom>span:nth-child(2) {
    display: none;
  }
}

@media(max-width:560px) {
  .wrap {
    width: calc(100% - 40px);
  }

  .hero {
    height: 830px;
    min-height: 0;
  }

  .site-header {
    padding-block: 23px;
    gap: 15px;
  }

  .brand {
    font-size: 25px;
    letter-spacing: -1.6px;
  }

  .brand span {
    padding-left: 12px;
  }

  .site-header .header-book {
    min-height: 38px;
    padding: 11px 12px;
    font-size: 10px;
    gap: 17px;
  }

  .header-book span[aria-hidden] {
    font-size: 17px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .site-header nav {
    left: 20px;
    right: 20px;
    top: 86px;
  }

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

  .hero-shade {
    background: linear-gradient(180deg, #0b211966, #0b21190a 65%, #0b2119a8), linear-gradient(90deg, #0b211938, transparent);
  }

  .hero-content {
    padding-top: 35px;
  }

  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .055em;
  }

  .hero h1 {
    font-size: 18.1vw;
    line-height: .88;
    margin-top: 22px;
    letter-spacing: -.06em;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1 span {
    display: block;
    font-size: 1.55em;
    line-height: .87;
    margin-top: 5px;
  }

  .hero-bottom-copy {
    position: absolute;
    bottom: 88px;
    left: 20px;
  }

  .hero-bottom-copy p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .button {
    font-size: 12px;
    min-height: 50px;
    padding: 16px 19px;
    gap: 35px;
  }

  .hero-footer {
    bottom: 20px;
    padding-top: 17px;
    align-items: center;
    font-size: 7px;
    gap: 15px;
  }

  .hero-footer>span {
    max-width: 145px;
    line-height: 1.6;
  }

  .hero-footer>a {
    font-size: 9px;
  }

  .hero-footer>a span {
    margin-left: 6px;
  }

  .intro {
    display: block;
    padding-block: 62px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .intro>.eyebrow br {
    display: none;
  }

  .intro h2 {
    font-size: 9vw;
    margin-top: 25px;
    letter-spacing: -.055em;
  }

  .intro-note {
    margin-top: 25px;
    font-size: 11px;
  }

  .intro-note .icon {
    width: 23px;
    height: 23px;
  }

  .section {
    padding-block: 62px;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 12vw;
    margin-top: 23px;
  }

  .section-heading>p:last-child {
    margin-top: 22px;
    font-size: 14px;
    max-width: 270px;
  }

  .service-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .service-photo img {
    height: 300px;
    object-position: center 55%;
  }

  .service-photo figcaption {
    font-size: 8px;
    padding-top: 11px;
  }

  .service-row summary {
    padding-block: 23px;
    gap: 15px;
  }

  .service-row h3 {
    font-size: 24px;
  }

  .row-index {
    font-size: 10px;
  }

  .service-content {
    padding-left: 36px;
    padding-bottom: 26px;
  }

  .service-content p {
    font-size: 15px;
  }

  .service-content .under-link {
    font-size: 13px;
  }

  .cat-section {
    display: flex;
    flex-direction: column;
  }

  .cat-copy {
    padding: 43px 25px;
  }

  .cat-copy h2 {
    font-size: 19vw;
    margin-top: 30px;
  }

  .cat-copy h2 em {
    font-size: 1.03em;
  }

  .cat-services {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
  }

  .cat-services span {
    font-size: 8px;
  }

  .cat-services p {
    font-size: 13px;
    line-height: 1.6;
  }

  .cat-services p br {
    display: none;
  }

  .cat-copy>.under-link {
    margin-top: 30px;
    font-size: 13px;
  }

  .cat-image img {
    min-height: 0;
    height: 430px;
    object-position: center 60%;
  }

  .cat-image>span {
    bottom: 20px;
    left: 20px;
    font-size: 8px;
  }

  .plan-labels,
  .plan-row {
    grid-template-columns: 1fr 70px 45px;
    gap: 12px;
  }

  .plan-labels {
    font-size: 8px;
  }

  .plan-labels span:last-child {
    font-size: 0;
  }

  .plan-labels span:last-child::after {
    content: 'BOOK';
    font-size: 8px;
  }

  .plan-row {
    padding-block: 22px;
  }

  .plan-row>div {
    grid-template-columns: 18px 1fr;
    column-gap: 7px;
  }

  .plan-number {
    font-size: 8px;
    padding-top: 5px;
  }

  .plan-row h3 {
    font-size: 23px;
    letter-spacing: -.055em;
  }

  .plan-row p {
    font-size: 10px;
    margin-top: 6px;
  }

  .plan-row strong {
    font-size: 40px;
  }

  .plan-row strong sup {
    font-size: 17px;
    vertical-align: 13px;
    margin-right: 2px;
  }

  .plan-go {
    width: 41px;
    height: 43px;
    font-size: 25px;
  }

  .plan-footnote {
    flex-direction: column;
    gap: 9px;
    font-size: 10px;
  }

  .plan-footnote p:last-child {
    max-width: none;
    text-align: left;
    font-size: 9px;
  }

  .about-layout {
    display: block;
  }

  .about h2 {
    font-size: 16vw;
    margin-top: 28px;
  }

  .about-story {
    margin-top: 33px;
  }

  .about-story p {
    font-size: 15px;
  }

  .story-details summary {
    font-size: 14px;
  }

  .testimonials {
    padding-block: 48px;
  }

  .review-layout {
    display: block;
  }

  .review-label {
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
  }

  .review-label .eyebrow br {
    display: none;
  }

  .review-count {
    font-size: 10px;
    white-space: nowrap;
  }

  .review-body blockquote {
    font-size: 29px;
    line-height: 1.23;
    min-height: 230px;
  }

  .review-person {
    margin-top: 23px;
    gap: 6px;
  }

  .review-controls {
    margin-top: 25px;
  }

  .review-controls button {
    width: 45px;
    height: 43px;
  }

  footer {
    padding-top: 37px;
  }

  .contact-top {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .contact-top .under-link {
    font-size: 18px;
  }

  .contact-main {
    padding-block: 40px 45px;
  }

  .contact-main h2 {
    font-size: 15.7vw;
  }

  .contact-main>div {
    display: block;
    margin-top: 28px;
  }

  .contact-main p {
    font-size: 13px;
    margin-bottom: 19px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
    padding-block: 30px;
  }

  .footer-nav>div {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 12px;
  }

  .footer-nav>p {
    width: 100%;
    font-size: 9px;
  }

  .footer-bottom {
    gap: 15px;
    font-size: 8px;
    padding-block: 20px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Shared brand: original supplied PNG, framed without altering the artwork. */
.brand-image {
  display: block;
  width: 200px;
  height: 82px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-image img {
  width: 150px;
  height: 100px;
  max-width: none;
  left: -19px;
  top: -63px;
}

.site-header {
  padding-block: 16px;
}

.site-header nav {
  gap: 25px;
}

.site-header nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.full-story-link {
  margin-top: 22px;
}

/* The counter remains legible as ordinary text without JavaScript. */
.impact {
  padding-block: 65px 85px;
  border-top: 1px solid var(--line);
}

.impact-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  margin-bottom: 42px;
}

.impact-heading h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.impact-stats {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.impact-stat {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 45px;
  border-left: 1px solid var(--line);
}

.impact-stat:first-child {
  border: 0;
  padding-left: 0;
}

.impact-stat dt {
  font-size: 14px;
  margin-top: 12px;
}

.impact-stat dd {
  font-size: clamp(75px, 9vw, 140px);
  line-height: .95;
  letter-spacing: -.075em;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.counter-plus {
  color: #ec4919;
  font-size: .65em;
  vertical-align: top;
}

/* Standalone pages extend the same editorial rhythm. */
.inner-page .site-header {
  border-color: var(--line);
  color: var(--ink);
}

.inner-page .header-book {
  background: var(--ink);
  color: var(--paper);
}

.inner-page .menu-toggle {
  color: var(--ink);
  border-color: var(--ink);
}

.inner-page .site-header nav.is-open {
  color: var(--paper);
}

.about-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  padding-block: 75px 90px;
  align-items: center;
}

.about-hero h1 {
  font-size: clamp(60px, 7vw, 104px);
  line-height: .95;
  letter-spacing: -.055em;
  margin-top: 30px;
}

.about-hero h1 em {
  font-size: 1.07em;
}

.about-hero-note {
  font-size: 17px;
  margin-block: 30px;
}

.about-hero figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 65%;
}

.about-hero figcaption {
  font-size: 9px;
  letter-spacing: .075em;
  margin-top: 14px;
}

.about-story-page {
  background: #eceee3;
}

.about-story-page h2 {
  font-size: clamp(60px, 7vw, 100px);
  line-height: .95;
  letter-spacing: -.055em;
}

.about-story-page .about-story>div>p+p {
  margin-top: 20px;
}

.about-story-page .under-link {
  margin-top: 25px;
}

.about-page .impact {
  border: 0;
  padding-top: 80px;
}

.contact-page-hero {
  padding-block: 72px 65px;
  border-bottom: 1px solid var(--line);
}

.contact-page-hero h1 {
  font-size: clamp(60px, 7.6vw, 112px);
  line-height: 1;
  letter-spacing: -.055em;
  margin-block: 25px;
}

.contact-page-hero>p:last-child {
  font-size: 17px;
  color: #536357;
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.65fr;
  gap: 100px;
  padding-block: 70px 100px;
}

.contact-phone {
  display: inline-block;
  font-size: 25px;
  letter-spacing: -.045em;
  margin-block: 22px 18px;
}

.contact-details>p:not(.eyebrow) {
  font-size: 14px;
  color: #536357;
}

.contact-booking {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 30px;
}

.contact-booking h2 {
  font-size: 24px;
  letter-spacing: -.04em;
}

.contact-booking p {
  font-size: 14px;
  color: #536357;
  margin-top: 13px;
}

.contact-booking .under-link {
  margin-top: 22px;
}

.contact-detail-image {
  margin-top: 40px;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: 50% 35%;
}

.form-heading h2 {
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.05;
  letter-spacing: -.05em;
  margin-top: 18px;
}

#contact-form {
  margin-top: 35px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 11px;
}

.form-field label>span {
  color: #6d7569;
  font-size: 12px;
}

.form-field input,
.form-field textarea {
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: #fffef9;
  border: 1px solid #b6bfb1;
  border-radius: 0;
  padding: 16px;
  width: 100%;
  min-height: 54px;
}

.form-field textarea {
  resize: vertical;
  min-height: 160px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #70796d;
  opacity: 1;
}

.form-field [aria-invalid="true"] {
  border-color: #a2321e;
}

.field-error {
  display: block;
  font-size: 12px;
  color: #a2321e;
  margin-top: 7px;
  min-height: 0;
}

.field-error:empty {
  margin: 0;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 23px;
}

.form-submit-row>p {
  font-size: 12px;
  max-width: 240px;
  color: #536357;
}

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

.button-forest:hover {
  background: #285442;
}

.button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.form-availability {
  border-left: 2px solid #b4472d;
  padding: 10px 15px;
  background: #f2ece1;
  color: #634430;
  font-size: 13px;
}

.form-availability a {
  text-decoration: underline;
}

.form-status {
  margin-top: 20px;
  font-size: 14px;
}

.form-status[data-state="error"] {
  color: #a2321e;
}

.form-status[data-state="success"] {
  color: var(--ink);
}

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

  .brand-image {
    width: 170px;
    height: 70px;
  }

  .brand-image img {
    width: 203px;
    height: 203px;
    left: -16px;
    top: -54px;
  }

  .about-hero {
    gap: 45px;
  }

  .about-hero figure img {
    height: 480px;
  }

  .contact-layout {
    gap: 55px;
  }

  .contact-phone {
    font-size: 22px;
  }
}

@media(max-width:800px) {
  .site-header nav {
    top: 99px;
  }

  .impact {
    padding-block: 55px 65px;
  }

  .impact-stat {
    padding-left: 25px;
  }

  .impact-heading h2 {
    font-size: 36px;
  }

  .about-hero {
    gap: 35px;
    padding-block: 55px 65px;
  }

  .about-hero h1 {
    font-size: 8.5vw;
  }

  .about-hero figure img {
    height: 450px;
  }

  .about-hero-note {
    font-size: 15px;
  }

  .contact-layout {
    gap: 35px;
    grid-template-columns: .9fr 1.4fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-submit-row {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }

  .contact-phone {
    font-size: 21px;
  }

  .contact-page-hero h1 {
    font-size: 9vw;
  }
}

@media(max-width:560px) {
  .site-header {
    gap: 10px;
    padding-block: 13px;
  }

  .brand-image {
    width: 143px;
    height: 60px;
  }

  .brand-image img {
    width: 170px;
    height: 170px;
    left: -13px;
    top: -45px;
  }

  .site-header .header-book {
    gap: 12px;
    padding-inline: 10px;
  }

  .site-header nav {
    top: 84px;
  }

  .hero-content {
    padding-top: 29px;
  }

  .full-story-link {
    font-size: 13px;
  }

  .impact {
    padding-block: 40px 50px;
  }

  .impact-heading {
    margin-bottom: 30px;
  }

  .impact-heading h2 {
    font-size: 29px;
  }

  .impact-stats {
    gap: 0;
  }

  .impact-stat {
    padding-left: 14px;
  }

  .impact-stat dd {
    font-size: 17vw;
  }

  .impact-stat dt {
    font-size: 10px;
    line-height: 1.5;
    max-width: 80px;
    margin-top: 10px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    padding-block: 42px 50px;
    gap: 35px;
  }

  .about-hero h1 {
    font-size: 17vw;
    margin-top: 24px;
  }

  .about-hero figure img {
    height: 365px;
  }

  .about-hero-note {
    font-size: 16px;
    margin-block: 25px;
  }

  .about-story-page h2 {
    font-size: 15vw;
  }

  .about-page .impact {
    padding-top: 45px;
  }

  .contact-page-hero {
    padding-block: 42px;
  }

  .contact-page-hero h1 {
    font-size: 13.5vw;
  }

  .contact-page-hero>p:last-child {
    font-size: 15px;
  }

  .contact-layout {
    display: flex;
    flex-direction: column-reverse;
    padding-block: 40px 60px;
    gap: 50px;
  }

  .form-heading h2 {
    font-size: 40px;
  }

  .contact-details {
    padding-top: 35px;
    border-top: 1px solid var(--line);
  }

  .contact-phone {
    font-size: 25px;
  }

  .contact-detail-image {
    height: 260px;
  }

  .form-submit-row .button {
    min-width: 180px;
  }

  .footer-nav .brand-image {
    width: 160px;
    height: 67px;
  }

  .footer-nav .brand-image img {
    width: 190px;
    height: 190px;
    left: -15px;
    top: -50px;
  }
}

/* Keep the totals aligned when a mobile label wraps to two lines. */
@media(max-width:560px) {
  .impact-stat dt {
    min-height: 3em;
  }
}