html {
  background-color: var(--color-page-bg);
  scroll-padding-top: 6rem;
}

body {
  background-color: var(--color-page-bg);
}

#work,
#services,
#process,
#pricing,
#contact {
  scroll-margin-top: clamp(5.75rem, 8vw, 7.5rem);
}

.work-featured__link {
  width: fit-content;
  min-height: 2.6rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1.1rem;
  border: 1px solid rgb(6 45 27 / 0.2);
  border-radius: 999px;
  background: #2c6e49;
  color: #fefee3;
  box-shadow: 0 0.55rem 0.9rem rgb(6 45 27 / 0.18), inset 0 1px 0 rgb(255 255 255 / 0.16);
}

.work-featured__link:hover,
.work-featured__link:focus-visible {
  background: #235c3c;
  border-color: rgb(254 254 227 / 0.26);
  color: #fefee3;
  transform: translateY(-2px);
}

.services__head {
  padding-top: clamp(0.35rem, 1vw, 0.8rem);
}

.services__head .section-title {
  line-height: 1.04;
  overflow: visible;
}

.services-title__keep {
  white-space: nowrap;
}

.services-title__mobile-break {
  display: none;
}

.services {
  overflow: clip;
}

.offer {
  overflow: clip;
}

.hero {
  display: block;
  overflow: visible;
}

.hero__wordmark {
  text-shadow:
    0 0.045em 0 rgb(44 110 73 / 0.2),
    0 0.11em 0.16em rgb(8 39 25 / 0.12);
}

.hero__inner,
.hero__stamps,
.quick,
.quick__card {
  min-width: 0;
}

.hero__inner {
  width: min(76.25rem, calc(100% - clamp(3rem, 6vw, 5.15rem))) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.98fr);
}

.hero__stamps {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  min-height: clamp(28rem, 40vw, 35.5rem);
  justify-self: end;
  transform: none;
}

.hero__mark {
  z-index: 0;
}

@media (min-width: 881px) {
  .hero__mark {
    right: calc(clamp(-42rem, -44vw, -30rem) + 2rem);
  }
}

.quick {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: min(76.25rem, calc(100% - clamp(3rem, 6vw, 5.15rem))) !important;
  max-width: none !important;
  box-sizing: border-box;
  margin-inline: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick__card {
  box-sizing: border-box;
  width: 100%;
}

.quick__text {
  min-width: 0;
}

.quick__text small {
  white-space: normal;
}

.work-card::before,
.work-card::after {
  content: none;
  display: none;
}

.work-featured {
  overflow: visible;
}

@media (min-width: 1021px) {
  .plans__plus {
    left: 50% !important;
  }
}

.work-featured::before {
  top: clamp(-2.35rem, -2.6vw, -1.6rem);
  left: clamp(5.7rem, 10vw, 8.8rem);
  z-index: 4;
  width: clamp(9.4rem, 14vw, 12rem);
  height: auto;
  aspect-ratio: 1857 / 847;
  border-radius: 0;
  background: url("./assets/gen/tape-pink-small.webp") center / contain no-repeat;
  box-shadow: none;
  transform: rotate(-4deg);
}

@media (max-width: 600px) {
  .work-featured::before {
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
  }
}

.process.section-paper {
  width: min(86rem, calc(100% - 2 * var(--gutter)));
  margin: clamp(2rem, 4vw, 3.4rem) auto clamp(1.9rem, 3.2vw, 2.8rem);
  padding: 0;
  overflow: visible;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.process.section-paper .wave {
  display: none;
}

.lp-proc {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(44 110 73 / 0.22);
  border-radius: clamp(1.15rem, 2vw, 1.55rem);
  padding: clamp(1.85rem, 3.4vw, 2.8rem) clamp(1.5rem, 3vw, 2.6rem) clamp(2rem, 3.6vw, 3rem);
  background:
    repeating-linear-gradient(to bottom, transparent 0 2rem, rgb(44 110 73 / 0.065) 2rem calc(2rem + 1px)),
    #fffef2;
  background-size: auto;
  box-shadow: 0 1rem 1.8rem rgb(14 51 42 / 0.12);
}

.lp-proc::before {
  content: "";
  position: absolute;
  top: clamp(1rem, 1.7vw, 1.4rem);
  bottom: clamp(1rem, 1.7vw, 1.4rem);
  left: clamp(0.95rem, 1.6vw, 1.3rem);
  z-index: 0;
  width: 0.78rem;
  opacity: 0.38;
  background-image: radial-gradient(circle, rgb(44 110 73 / 0.44) 0.17rem, transparent 0.23rem);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 0.78rem 1.52rem;
  transform: none;
  pointer-events: none;
}

.lp-proc::after {
  display: none;
}

.lp-proc__inner {
  position: relative;
  z-index: 1;
}

.route-stage {
  --spine-x: 2.35rem;
  --route-progress: 0;
  --route-ink: #2c6e49;
  --route-ink-muted: rgb(44 110 73 / 0.16);
  --route-ink-width: 2.6px;
  position: relative;
  isolation: isolate;
  max-width: min(100%, 50rem);
  margin: clamp(2.2rem, 5vw, 3.4rem) auto 0;
}

.route-stage::before {
  display: none;
}

.route-stage .route {
  position: relative;
  z-index: 2;
  max-width: none;
  margin-inline: auto;
}

.route-ink {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.route-ink__shadow {
  stroke: rgb(255 254 242 / 0.72);
  stroke-width: calc(var(--route-ink-width) + 5px);
}

.route-ink__base {
  stroke: var(--route-ink-muted);
  stroke-width: var(--route-ink-width);
  stroke-dasharray: none;
}

.route-ink__progress {
  stroke: var(--route-ink);
  stroke-width: calc(var(--route-ink-width) + 0.35px);
  filter:
    drop-shadow(0 0.12rem 0.12rem rgb(44 110 73 / 0.13))
    drop-shadow(0 0.035rem 0 rgb(255 254 242 / 0.42));
  transition: stroke-dashoffset 80ms linear;
}

.route-stop__no {
  --route-no-scale: 1;
  position: absolute;
  left: var(--spine-x, 2.6rem);
  overflow: visible;
  transform: translateX(-50%) scale(var(--route-no-scale));
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease;
  will-change: transform;
}

.route-stage.has-ink-route .route-stop__no {
  background: rgb(255 254 242 / 0.88);
  box-shadow:
    0 0.22rem 0.7rem rgb(44 110 73 / 0.14),
    inset 0 0 0 0.2rem rgb(255 254 242 / 0.5);
}

.route-stage.has-ink-route .route-stop.is-route-visited .route-stop__no {
  background: color-mix(in srgb, #2c6e49 78%, #fffef2);
  color: #fefee3;
}

.route-stage.has-ink-route .route-stop.is-route-active .route-stop__no {
  --route-no-scale: 1.08;
  box-shadow:
    0 0.28rem 0.7rem rgb(44 110 73 / 0.18),
    0 0 0 0.38rem rgb(86 158 118 / 0.14),
    0 0 1.15rem rgb(86 158 118 / 0.26),
    inset 0 0 0 0.2rem rgb(255 254 242 / 0.46);
}

.route-stage.has-ink-route .route-stop--care.is-route-visited .route-stop__no {
  background: color-mix(in srgb, #f9b8c4 76%, #fffef2);
  color: #5d2237;
}

.route-stage.has-ink-route .route-stop--care.is-route-active .route-stop__no {
  box-shadow:
    0 0.28rem 0.7rem rgb(93 34 55 / 0.14),
    0 0 0 0.38rem rgb(249 184 196 / 0.22),
    0 0 1.15rem rgb(249 184 196 / 0.34),
    inset 0 0 0 0.2rem rgb(255 254 242 / 0.46);
}

.route-stop__no::before {
  content: "";
  position: absolute;
  inset: -0.42rem;
  border: 1.5px solid color-mix(in srgb, var(--stop-pop, #4c956c) 62%, transparent);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.72);
  transform-origin: center;
  pointer-events: none;
}

.route-stop.has-route-stamped .route-stop__no {
  animation: routeMarkerStamp 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.route-stop.has-route-stamped .route-stop__no::before {
  animation: routeRippleStamp 620ms cubic-bezier(0.16, 1, 0.3, 1) 70ms both;
}

.route-stop__card {
  overflow: hidden;
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.route-stop__card::before {
  display: none;
}

.route-stop__card > * {
  position: relative;
  z-index: 1;
}

.route-stop.is-route-active .route-stop__card::before {
  animation: none;
}

.route-stop.is-route-visited .route-stop__card {
  border-color: rgb(44 110 73 / 0.28);
}

.route-stop.is-route-active .route-stop__card {
  border-color: rgb(44 110 73 / 0.42);
  background-color: color-mix(in srgb, #fffef2 92%, #dcebd2);
  box-shadow:
    0 1.05rem 1.85rem rgb(44 110 73 / 0.13),
    inset 0 1px 0 rgb(255 255 255 / 0.62);
}

.pricing.panel {
  margin-top: clamp(2.5rem, 5vw, 4.2rem);
  overflow: visible;
  padding-top: clamp(3.35rem, 5.8vw, 5.2rem);
}

.pricing__head {
  overflow: visible;
  margin-bottom: clamp(1.75rem, 3vw, 2.55rem);
}

.pricing .section-title,
.pricing .section-title--cream {
  overflow: visible;
  font-size: clamp(2.75rem, 6.2vw, 5.25rem);
  line-height: 1.02;
  text-wrap: balance;
}

.pricing-pair {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 3;
  display: flex !important;
  justify-content: center;
  width: fit-content;
  min-height: clamp(3.05rem, 3.9vw, 3.55rem);
  margin: clamp(0.38rem, 1vw, 0.82rem) auto clamp(1.35rem, 2.15vw, 1.9rem) !important;
  padding: 0.66rem clamp(1.38rem, 2.25vw, 1.85rem);
  gap: 0.68rem;
  font-size: clamp(0.94rem, 1.08vw, 1.08rem);
  transform: rotate(-1.1deg) !important;
  text-align: center;
}

.pricing-pair::before {
  content: none;
  display: none;
}

.pricing-pair span {
  padding-left: 0;
}

.pricing-pair svg {
  width: 1.28rem;
  height: 1.28rem;
  margin-top: 0.05rem;
}

.pricing .section-lede {
  margin-top: clamp(1.55rem, 2.25vw, 2.05rem);
}

.chips__chip span {
  padding-left: 0.8rem;
}

.chips__chip span::before,
.chips__chip span::after,
.chips__chip input:checked + span::before,
.chips__chip input:checked + span::after {
  content: none;
  display: none;
}

.footer-top {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  min-height: clamp(4.3rem, 5vw, 5.15rem);
  margin: clamp(-3.1rem, -3.6vw, -2.05rem) auto clamp(-2.65rem, -3vw, -1.7rem);
  padding: 0.95rem clamp(1.8rem, 3vw, 2.45rem) 0.95rem clamp(1.45rem, 2.5vw, 2rem);
  border: 1px solid rgb(44 110 73 / 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgb(164 223 152 / 0.32), transparent 60%),
    #fffef2;
  color: #2c6e49;
  font-size: clamp(1.22rem, 1.75vw, 1.62rem);
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.9rem 1.45rem rgb(14 51 42 / 0.2), inset 0 1px 0 rgb(255 255 255 / 0.72);
  transform: rotate(-1deg);
  transition: transform var(--dur, 240ms) var(--ease, ease), box-shadow var(--dur, 240ms) ease;
}

.footer-top:hover,
.footer-top:focus-visible {
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 1.1rem 1.75rem rgb(14 51 42 / 0.26), inset 0 1px 0 rgb(255 255 255 / 0.72);
}

.footer-top svg {
  width: clamp(1.8rem, 2.4vw, 2.15rem);
  height: clamp(1.8rem, 2.4vw, 2.15rem);
}

.site-footer {
  margin-top: 0;
  padding: clamp(2rem, 2.75vw, 2.45rem) clamp(1.15rem, 2.4vw, 2rem) clamp(0.85rem, 1.35vw, 1.1rem);
}

@keyframes routeMarkerStamp {
  0% { transform: translateX(-50%) scale(0.94) rotate(-1deg); }
  58% { transform: translateX(-50%) scale(1.12) rotate(1deg); }
  100% { transform: translateX(-50%) scale(var(--route-no-scale, 1)) rotate(0deg); }
}

@keyframes routeRippleStamp {
  0% { opacity: 0; transform: scale(0.68); }
  42% { opacity: 0.68; transform: scale(1.08); }
  100% { opacity: 0.18; transform: scale(1.22); }
}

@keyframes routeCardRevealSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%) rotate(5deg);
  }
  18% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) rotate(5deg);
  }
}

@media (min-width: 881px) {
  .hero__mark {
    -webkit-mask-image: linear-gradient(90deg, #000 0 13%, rgb(0 0 0 / 0.44) 18%, transparent 24%);
    mask-image: linear-gradient(90deg, #000 0 13%, rgb(0 0 0 / 0.44) 18%, transparent 24%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .route-stage .route {
    --spine-x: 2.35rem;
    --route-no: 2.5rem;
    --route-gap: clamp(1.5rem, 2.6vw, 2.4rem);
    display: grid;
    row-gap: var(--route-gap);
    max-width: 44rem;
    margin-inline: auto;
    padding: 0;
    list-style: none;
  }

  .route-stop__card,
  .route-stop:nth-child(odd) .route-stop__card,
  .route-stop:nth-child(even) .route-stop__card {
    width: auto;
    margin: 0 0 0 4.55rem;
    transform: rotate(0deg);
  }

  .route-stop:nth-child(odd) .route-stop__card { transform: rotate(-0.4deg); }
  .route-stop:nth-child(even) .route-stop__card { transform: rotate(0.4deg); }

  .route-stop.is-route-active .route-stop__card,
  .route-stop.is-route-active:nth-child(odd) .route-stop__card,
  .route-stop.is-route-active:nth-child(even) .route-stop__card {
    transform: translateY(-2px);
  }
}

@media (max-width: 880px) {
  .site-nav {
    justify-self: stretch;
    width: 100%;
  }

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

  .hero__mark {
    -webkit-mask-image: linear-gradient(to bottom, #000 0 30%, rgb(0 0 0 / 0.32) 43%, transparent 56%);
    mask-image: linear-gradient(to bottom, #000 0 30%, rgb(0 0 0 / 0.32) 43%, transparent 56%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .hero__stamps {
    justify-self: center;
    transform: none;
  }

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

  .work-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .work-featured__shot {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .work-featured__shot img {
    height: 100%;
    object-position: center top;
  }

  .route-stage {
    --route-ink-width: 2px;
  }

  .route-stage::before { display: none; }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 5.65rem;
  }

  .hero__wordmark {
    max-width: 100%;
    font-size: clamp(4.15rem, 19vw, 4.9rem);
    text-align: center;
  }

  .hero__headline {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.4vw, 2.45rem);
  }

  .hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .hero__actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding-inline: 0.95rem;
    white-space: normal;
    text-align: center;
  }

  .process.section-paper {
    width: 100%;
    margin-block: 1.4rem 2rem;
  }

  .lp-proc {
    border-inline: 0;
    border-radius: 0;
    padding: 1.6rem 1rem 2rem;
  }

  .lp-proc::before {
    opacity: 0.24;
  }

  .route-stage::before { display: none; }

  .pricing .section-title,
  .pricing .section-title--cream {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
  }

  .pricing-pair {
    margin-top: 0;
    max-width: calc(100% - 2rem);
    white-space: normal;
    padding-inline: 1.15rem;
  }

  .footer-top {
    max-width: calc(100% - 2rem);
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-stop.is-route-active .route-stop__card::before,
  .route-stop.has-route-stamped .route-stop__no,
  .route-stop.has-route-stamped .route-stop__no::before {
    animation: none;
  }
}

/* Hero postcard composition: bitmap paper assets with live, editable text. */
.hero__stamps.hero-postcard {
  position: relative;
  display: block;
  z-index: 4;
  width: min(100%, 45rem);
  min-height: clamp(28.5rem, 38vw, 35.5rem);
  justify-self: end;
  isolation: isolate;
}

.hero-postcard__note {
  position: absolute;
  top: -8%;
  right: -4rem;
  z-index: 2;
  display: block;
  width: min(104%, 43.4rem);
  color: #173c28;
  text-decoration: none;
  filter: drop-shadow(0 1.1rem 1.25rem rgb(8 39 25 / 0.17));
  transform: rotate(-2deg);
  transition: transform 220ms ease, filter 220ms ease;
}


.hero-postcard__note:focus-visible {
  outline: 0.18rem solid #d68c45;
  outline-offset: 0.22rem;
  border-radius: 0.75rem;
}

@media (max-width: 1180px) {
  .hero__stamps.hero-postcard {
    width: min(100%, 40rem);
    min-height: clamp(32rem, 68vw, 40rem);
    justify-self: center;
    margin-inline: auto;
  }

  .hero-postcard__note {
    right: auto;
    left: 50%;
    width: min(100%, 37.5rem);
    transform: translateX(-50%) rotate(-1.7deg);
  }
}

/* One-column tablet layout: below 1180px the postcard needs the full row.
   Keeping two columns in the middle widths squeezes the stamp rail until it spills. */
@media (max-width: 1180px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: clamp(1.2rem, 3vw, 2.25rem);
  }

  .hero__copy {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero__mark {
    top: clamp(3.5rem, 7vw, 5rem);
    right: auto;
    left: 50%;
    width: min(42rem, 78vw);
    transform: translateX(-50%) rotate(-8deg);
    -webkit-mask-image: linear-gradient(to bottom, #000 0 30%, rgb(0 0 0 / 0.32) 43%, transparent 56%);
    mask-image: linear-gradient(to bottom, #000 0 30%, rgb(0 0 0 / 0.32) 43%, transparent 56%);
  }

  .hero__stamps.hero-postcard {
    justify-self: center;
  }
}

/* One-column layout (hero stacks at 1020px): the postcard grows full-width,
   so the stamps need a steeper anchor to stay pinned to its bottom edge. */

/* Responsive hardening pass for the widths that sit between desktop and phone. */
@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    width: min(86rem, calc(100% - 1.2rem));
    max-width: calc(100vw - 1.2rem);
    padding: 0.58rem 0.72rem 0.58rem 1rem;
  }

  .brand {
    min-width: 0;
  }

  .brand__name {
    max-width: 9ch;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .header-actions {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    justify-self: end;
    flex: 0 0 auto;
    transform: none !important;
  }

  .header-cta {
    display: none !important;
  }

  .menu-toggle {
    position: relative !important;
    display: inline-flex !important;
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.85rem;
    min-height: 2.85rem;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    z-index: 70;
    display: none;
    width: 100%;
    max-width: 100%;
    grid-auto-rows: auto;
    gap: 0.25rem;
    justify-self: stretch;
    padding: 0.82rem;
    border-radius: 1.15rem;
    background: #0e3522;
    box-shadow: 0 1.25rem 2.15rem rgb(6 45 27 / 0.26);
  }

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

  .site-nav a {
    padding: 0.86rem 1rem;
    border-radius: 0.7rem;
    font-size: 1.08rem;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgb(254 254 227 / 0.1);
  }

  /* NOTE: do NOT collapse .quick to one column here. This block is the
     hamburger-nav breakpoint (<=1100px); the quick strip should stay 3-up
     until the hero itself stacks (<=900px, handled below). Collapsing it
     here orphaned the cards in a narrow centered column at 901-1100px. */
  .quick__card {
    min-height: 5.75rem;
  }

  .quick__text strong,
  .quick__text span,
  .quick__text small {
    white-space: normal;
  }
}

@media (max-width: 1180px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand-block,
  .footer-nav,
  .footer-side {
    min-width: 0;
    width: 100%;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-side {
    justify-items: center;
    text-align: center;
  }

  .footer-contact,
  .footer-company {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 900px) {
  .route-stage {
    --spine-x: clamp(1.65rem, 6vw, 2.35rem);
  }

  .route-stage,
  .route-stage .route {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .route-stop {
    min-width: 0;
  }

  .route-stop__no {
    left: var(--spine-x);
  }

  .route-stop__card,
  .route-stop:nth-child(odd) .route-stop__card,
  .route-stop:nth-child(even) .route-stop__card {
    box-sizing: border-box;
    width: auto;
    max-width: calc(100% - clamp(3rem, 12vw, 4.4rem));
    margin-left: clamp(3rem, 12vw, 4.4rem) !important;
    margin-right: 0 !important;
  }

  .contact__grid,
  .letter,
  .form {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    overflow: clip;
  }

  .contact__grid {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  .letter,
  .form {
    width: 100%;
  }

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

  .field,
  .chips,
  .chips__row,
  .form__send {
    min-width: 0;
    max-width: 100%;
  }

  .field input,
  .field textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    align-items: center;
    gap: 1.05rem;
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-footer__inner > * {
    grid-column: 1;
    min-width: 0;
    width: 100%;
  }

  .footer-brand-block {
    display: flex;
    justify-content: center;
  }

  .footer-brand {
    justify-content: center;
    gap: 0.58rem;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
  }

  .footer-brand img {
    width: 2.75rem;
    height: 2.75rem;
  }

  .footer-brand span {
    font-size: clamp(1.85rem, 9vw, 2.18rem);
    white-space: nowrap;
  }

  .footer-nav {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1rem;
    text-align: center;
  }

  .footer-nav a {
    font-size: clamp(1.15rem, 6vw, 1.45rem);
    white-space: nowrap;
  }

  .footer-side {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 0.55rem;
    text-align: center;
    width: 100%;
  }

  .footer-top {
    max-width: min(calc(100% - 1rem), 20rem);
    justify-content: center;
    padding-inline: clamp(0.9rem, 4vw, 1.25rem);
    font-size: clamp(0.95rem, 4vw, 1.1rem);
    text-align: center;
    white-space: normal;
  }

  .footer-contact {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(0.84rem, 3.7vw, 0.98rem);
    line-height: 1.25;
    text-align: center;
  }

  .footer-company {
    max-width: 17rem;
    margin-inline: auto;
    line-height: 1.35;
  }

  .footer-legal {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .site-header {
    width: min(100%, calc(100vw - 0.8rem));
    max-width: calc(100vw - 0.8rem);
    padding: 0.5rem 0.55rem 0.5rem 0.72rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand__mark {
    width: 2.72rem;
    height: 2.72rem;
  }

  .brand__name {
    font-size: clamp(1.65rem, 7.4vw, 1.95rem);
  }

  .menu-toggle {
    width: 2.56rem;
    min-width: 2.56rem;
    height: 2.56rem;
    min-height: 2.56rem;
  }
}

@media (max-width: 360px) {
  .footer-top {
    gap: 0.5rem;
  }

  .footer-top svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (max-width: 600px) {
  .hero {
    width: min(calc(100% - 1rem), 24rem);
    max-width: calc(100vw - 1rem);
    margin-inline: auto;
    padding-inline: 0.85rem;
    overflow: clip;
  }

  .hero__inner {
    width: 100% !important;
    max-width: 100%;
    gap: 1rem;
  }

  .hero__copy,
  .hero__actions {
    width: 100%;
    max-width: 100%;
  }

  .hero__headline {
    max-width: 11.4ch;
    font-size: clamp(1.82rem, 7.5vw, 2.16rem);
  }

  .hero__stamps.hero-postcard {
    width: min(100%, 21.4rem);
    min-height: 23.8rem;
  }

  .hero-postcard__note {
    top: 0;
    right: auto;
    left: 50%;
    width: min(88vw, 20.8rem);
    transform: translateX(-50%) rotate(-1.4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-postcard__note {
    transition: none;
  }
}

/* Final responsive QA pass: keep decorative elements inside their sections and
   make narrow screens read like stacked content, not clipped scenery. */
@media (max-width: 600px) {
  .work-grid {
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: initial !important;
    width: 100%;
    max-width: 23.5rem;
    margin-inline: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .site-nav {
    justify-self: stretch;
    width: 100%;
  }

  .work-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    scroll-snap-align: none;
    transform: rotate(var(--tilt, 0deg));
  }

  .work-card img,
  .work-featured__shot img {
    max-width: 100%;
  }

  .services {
    overflow: clip;
  }

  .services__head .section-title {
    font-size: clamp(2.35rem, 13.5vw, 3.35rem);
  }

  .offer__sprig,
  .offer__sprig--tall {
    right: 0.65rem;
    bottom: 0.45rem;
    width: min(5rem, 25%);
  }

  .lp-proc,
  .route-stage,
  .route-ink {
    max-width: 100%;
    overflow: hidden;
  }

  .route-stop__card::before {
    content: none;
    display: none;
    animation: none;
    transform: none;
  }

  .route-stop__no::before {
    inset: -0.2rem;
  }

  .pricing__head {
    width: min(100%, 21rem);
    margin-inline: auto;
  }

  .pricing .section-title,
  .pricing .section-title--cream {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
  }

  .hero-postcard__note {
    width: min(88.5vw, 21.2rem);
  }
}

@media (max-width: 380px) {
  .pricing .section-title,
  .pricing .section-title--cream {
    font-size: clamp(2.05rem, 10.8vw, 2.55rem);
    overflow-wrap: normal;
  }
}

/* Postcard right-side polish: live text stays above the decorative sprig. */

/* Postcard readability pass: smaller badge, larger live postcard copy. */

/* Hero compression and readability pass, June 18.
   Keeps the postcard direction, but stops the hero from acting like three
   stacked hero sections before visitors reach the work. */
.hero {
  min-height: 0 !important;
  margin-bottom: clamp(0.45rem, 0.9vw, 0.7rem) !important;
  padding-top: clamp(2.25rem, 4.2vw, 3.35rem) !important;
  padding-bottom: clamp(1.55rem, 3.1vw, 2.55rem) !important;
}

.site-header {
  transition:
    transform 220ms var(--ease-out, ease-out),
    box-shadow 180ms ease;
  will-change: transform;
}

.site-header.is-tucked-over-hero {
  pointer-events: none;
  transform: translateY(calc(-100% - 1.1rem));
  box-shadow: none;
}

.hero__inner {
  align-items: center;
  gap: clamp(1.55rem, 3.3vw, 3.1rem) !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(20rem, 0.9fr);
}

.hero__copy {
  max-width: 42rem;
}

.hero__mark {
  width: clamp(24rem, 43vw, 39.5rem) !important;
  opacity: 0.11;
  filter: saturate(0.92);
}

@media (min-width: 1181px) {
  .hero__mark {
    top: clamp(2.4rem, 4.4vw, 4.1rem);
    right: clamp(-21rem, -21vw, -13rem) !important;
  }
}

.hero__wordmark {
  font-size: clamp(5rem, 10.6vw, 10.8rem);
}

.hero__headline {
  max-width: 39rem;
  margin-top: clamp(0.95rem, 1.6vw, 1.25rem);
  font-size: clamp(2.35rem, 3.65vw, 3.65rem);
  line-height: 1.01;
}

.hero__actions {
  margin-top: clamp(1rem, 1.55vw, 1.35rem);
}

.hero__actions .btn {
  min-height: clamp(3.15rem, 4vw, 3.65rem);
  font-size: clamp(1rem, 0.82rem + 0.42vw, 1.08rem);
}

.hero__stamps.hero-postcard {
  width: min(100%, 38.5rem);
  min-height: clamp(22.8rem, 30vw, 28.4rem);
  justify-self: center;
}

.hero-postcard__note {
  top: clamp(-0.9rem, -1.3vw, -0.35rem);
  right: 0;
  width: min(100%, 36.2rem);
}

.quick {
  margin-top: clamp(1rem, 1.9vw, 1.55rem);
  gap: clamp(0.72rem, 1.3vw, 1rem);
}

.quick__card {
  min-height: clamp(4.8rem, 6.4vw, 5.7rem);
  padding-block: clamp(0.56rem, 1vw, 0.8rem);
}

.quick__text strong,
.quick__text span {
  font-family: var(--font-body);
  letter-spacing: 0;
}

.quick__text strong {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1;
  font-weight: 920;
}

.quick__text span {
  font-size: clamp(0.72rem, 0.95vw, 0.86rem);
  line-height: 1.08;
  font-weight: 880;
}

.quick__text small {
  font-size: clamp(0.76rem, 0.9vw, 0.84rem);
  line-height: 1.25;
}

@media (max-width: 1180px) {
  .hero {
    padding-top: clamp(1.6rem, 3.4vw, 2.4rem) !important;
    padding-bottom: clamp(1.6rem, 3.8vw, 2.7rem) !important;
  }

  .hero__inner {
    gap: clamp(0.9rem, 2.3vw, 1.45rem) !important;
  }

  .hero__headline {
    max-width: 35rem;
    font-size: clamp(2.15rem, 4.35vw, 3.05rem);
  }

  .hero__mark {
    top: clamp(2.5rem, 5.5vw, 3.8rem);
    width: min(34rem, 70vw) !important;
    opacity: 0.085;
  }

  .hero__stamps.hero-postcard {
    width: min(100%, 35.2rem);
    min-height: clamp(25.5rem, 55vw, 31.5rem);
  }

  .hero-postcard__note {
    width: min(100%, 34.8rem);
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 3.95rem;
    padding-block: 0.42rem;
    box-shadow: 0 0.65rem 1.25rem rgb(14 51 42 / 0.18);
  }

  .brand__mark {
    width: 2.48rem;
    height: 2.48rem;
  }

  .brand__name {
    font-size: clamp(1.6rem, 7vw, 1.88rem);
  }

  .menu-toggle {
    width: 2.42rem;
    min-width: 2.42rem;
    height: 2.42rem;
    min-height: 2.42rem;
  }

  .hero {
    padding-top: 1.15rem !important;
    padding-bottom: 1.2rem !important;
  }

  .hero__inner {
    gap: 0.72rem !important;
  }

  .hero__wordmark {
    font-size: clamp(3.75rem, 18vw, 4.45rem);
  }

  .hero__headline {
    max-width: 12.6ch;
    margin-top: 0.68rem;
    font-size: clamp(1.66rem, 7.1vw, 2rem);
    line-height: 1.02;
  }

  .hero__actions {
    gap: 0.56rem;
    margin-top: 0.8rem;
  }

  .hero__actions .btn {
    min-height: 2.9rem;
    font-size: clamp(0.9rem, 3.6vw, 1rem);
    line-height: 1.1;
  }

  .hero__mark {
    width: min(17.5rem, 82vw) !important;
    opacity: 0.06;
  }

  .hero__stamps.hero-postcard {
    width: min(100%, 20.4rem);
    min-height: 16.5rem;
  }

  .hero-postcard__note {
    width: min(86vw, 20.2rem);
  }

  .quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
    width: 100% !important;
    margin-top: 0.75rem;
  }

  .quick__card {
    min-height: 4.15rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.55rem 0.34rem;
    text-align: center;
  }

  .quick__icon,
  .quick__text small {
    display: none;
  }

  .quick__text {
    justify-items: center;
    text-align: center;
  }

  .quick__text strong {
    font-size: clamp(0.88rem, 4vw, 1.02rem);
  }

  .quick__text span {
    font-size: clamp(0.58rem, 2.8vw, 0.68rem);
  }
}

/* Round-two QA corrections: keep the compact desktop win, but restore sane
   tablet/mobile flow after the compression overrides above. */
@media (min-width: 1181px) {
  .hero {
    margin-bottom: 0 !important;
    padding-bottom: 0.35rem !important;
  }

  .hero__stamps.hero-postcard {
    min-height: clamp(21.2rem, 28vw, 26.4rem);
  }

  .quick {
    margin-top: clamp(0.65rem, 1.2vw, 1rem);
  }

  .quick__card {
    min-height: clamp(4.3rem, 5.6vw, 5rem);
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(18.5rem, 1fr) !important;
    align-items: center;
    gap: clamp(1.7rem, 4vw, 2.4rem) !important;
  }

  .hero__copy {
    justify-items: start;
    text-align: left;
  }

  .hero__wordmark {
    /* Sized to fit the narrow copy column in the 2-col tablet band so the
       wordmark no longer overflows into the gutter at ~768-880px. */
    font-size: clamp(3.4rem, 8.6vw, 4.6rem);
  }

  .hero__headline {
    max-width: 12.5ch;
    font-size: clamp(1.95rem, 4.1vw, 2.35rem);
  }

  .hero__actions {
    width: min(100%, 18rem);
  }

  .hero__actions .btn {
    width: 100%;
    min-height: 3.1rem;
  }

  .hero__stamps.hero-postcard {
    width: min(100%, 21.6rem);
    min-height: 25.2rem;
  }

  .hero-postcard__note {
    width: min(100%, 21.4rem);
  }

  .quick {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.55rem;
    width: min(36rem, calc(100% - clamp(2rem, 6vw, 4rem))) !important;
    margin-top: clamp(0.75rem, 1.6vw, 1rem);
  }

  .quick__card {
    min-height: 4.7rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.6rem 0.5rem;
    text-align: center;
  }

  .quick__icon,
  .quick__text small {
    display: none;
  }

  .quick__text {
    justify-items: center;
    text-align: center;
  }

  .quick__text strong {
    font-size: clamp(1rem, 2.4vw, 1.28rem);
  }

  .quick__text span {
    font-size: clamp(0.64rem, 1.55vw, 0.76rem);
  }
}

@media (max-width: 600px) {
  .hero__inner {
    grid-template-columns: 1fr !important;
  }

  .hero__copy {
    justify-items: center;
    text-align: center;
  }

  .hero__headline {
    max-width: 15ch;
  }

  .hero__stamps.hero-postcard {
    margin-top: 0.1rem;
    min-height: 14.9rem;
  }

  /* Pricing strip stays visible on phones, stacked in one column. The compact
     card internals are shared with 601-760px in the max-width:760px block below. */
  .quick {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
    width: min(34rem, calc(100% - clamp(2rem, 6vw, 4rem)));
    margin-inline: auto;
  }
}

/* The hero stacks at <=760px, so the pricing strip drops to one column at the
   same point (not 600px). This keeps 601-760px consistent and removes the
   height jump at the 600/601 boundary. */
@media (min-width: 601px) and (max-width: 760px) {
  .quick {
    grid-template-columns: 1fr !important;
    width: min(34rem, calc(100% - clamp(2rem, 6vw, 4rem))) !important;
    gap: 0.6rem !important;
  }
}

/* Compact-but-visible pricing cards across the whole stacked range (<=760px):
   icon + price + label, no long description, tight padding. Keeps pricing
   visible on phones without making the hero excessively tall (~62px/card vs
   ~115px for full cards). Shared by the <=600px and 601-760px layouts above. */
@media (max-width: 760px) {
  .quick__card {
    grid-template-columns: clamp(2.6rem, 9vw, 3.1rem) minmax(0, 1fr) !important;
    column-gap: 0.7rem;
    justify-items: stretch !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 0.5rem 0.85rem !important;
    text-align: left !important;
  }

  .quick__icon {
    display: grid !important;
    width: clamp(2.6rem, 9vw, 3.1rem) !important;
    height: clamp(2.6rem, 9vw, 3.1rem) !important;
  }

  .quick__text {
    justify-items: start !important;
    text-align: left !important;
  }

  .quick__text strong {
    font-size: clamp(1.05rem, 4.4vw, 1.25rem) !important;
  }

  .quick__text span {
    font-size: clamp(0.78rem, 3vw, 0.9rem) !important;
  }

  .quick__text small {
    display: none !important;
  }
}

/* In the 2-col band the copy column is too narrow to fit both CTAs side by
   side, so they wrap. Stack them as equal-width buttons (matching the
   <=900px tablet treatment) instead of wrapping to ragged widths. */
@media (min-width: 901px) and (max-width: 1180px) {
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    width: min(100%, 18rem);
  }

  .hero__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}

/* Photoshop reference postcard pass, June 19.
   Keeps the original postcard idea, but fixes the visual hierarchy from the
   reference: no badge, bigger right-side leaf/text, and stamps pinned tighter. */

@media (min-width: 1181px) {
  .hero__stamps.hero-postcard {
    width: min(100%, 39.4rem);
    min-height: clamp(23.8rem, 30.6vw, 28.6rem);
    transform: translate(0.2rem, -0.25rem);
  }

  .hero-postcard__note {
    top: clamp(-0.55rem, -0.7vw, -0.18rem);
    right: -0.05rem;
    width: min(100%, 36.95rem);
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .hero-postcard__note {
    top: clamp(-0.35rem, -0.5vw, -0.12rem);
  }
}

/* Stamp hang pass: keep the service stamps below the postcard instead of
   covering the note copy. */
.hero__stamps.hero-postcard {
  min-height: max(var(--postcard-hang-height, 0px), clamp(20rem, 34vw, 26rem));
}

@media (max-width: 820px) {
  .hero__stamps.hero-postcard {
    min-height: max(var(--postcard-hang-height, 0px), clamp(21rem, 78vw, 23rem));
  }
}

/* Final flattened hero postcard. The artwork is now one PNG, which keeps the
   stamp layout stable across breakpoints while preserving the tactile hover. */
.hero__stamps.hero-postcard--flat {
  display: block;
  width: min(100%, 34.5rem);
  min-height: 0;
  aspect-ratio: 837 / 893;
  justify-self: end;
  isolation: isolate;
}

.hero-postcard--flat .hero-postcard__flat {
  display: block;
  width: 100%;
  border-radius: 1.1rem;
  color: inherit;
  text-decoration: none;
  transform: rotate(-0.5deg);
  transform-origin: 50% 42%;
  transition:
    filter 220ms var(--ease-out, ease-out),
    transform 220ms var(--ease-out, ease-out);
}

.hero-postcard--flat .hero-postcard__flat:focus-visible {
  outline: 3px solid var(--color-blush, #f9b8c4);
  outline-offset: 0.35rem;
}

.hero-postcard--flat .hero-postcard__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1181px) {
  .hero__stamps.hero-postcard--flat {
    width: min(100%, 36rem);
    transform: translate(0.35rem, -0.15rem);
  }
}

@media (max-width: 1180px) {
  .hero__stamps.hero-postcard--flat {
    width: min(100%, 36rem);
    justify-self: center;
    margin-inline: auto;
    transform: none;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hero__stamps.hero-postcard--flat {
    width: min(100%, 24rem);
    justify-self: center;
  }
}

@media (min-width: 601px) and (max-width: 760px) {
  .hero__inner {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: clamp(0.9rem, 3vw, 1.35rem) !important;
  }

  .hero__copy {
    width: min(100%, 34rem);
    justify-items: center;
    text-align: center;
  }

  .hero__headline {
    max-width: 100%;
  }

  .hero__stamps.hero-postcard--flat {
    /* Trimmed from 28rem to soften the height jump when the hero stacks. */
    width: min(100%, 24rem);
    margin-top: 0.2rem;
  }
}

@media (max-width: 600px) {
  .hero__stamps.hero-postcard--flat {
    width: min(100%, 21.5rem);
    margin-top: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-postcard--flat .hero-postcard__flat {
    transition: none;
  }
}

/* Keep the oversized hero logo as a deliberate paper wash, especially on
   iPad widths where the older desktop positioning escaped the hero card. */
.hero {
  overflow: clip;
}

.hero__mark {
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.135;
  filter: saturate(1.08);
}

@media (min-width: 1181px) {
  .hero__mark {
    top: clamp(4.7rem, 6.2vw, 6.2rem) !important;
    right: auto !important;
    left: clamp(-2.2rem, -2vw, -0.9rem) !important;
    width: clamp(34rem, 38.5vw, 39.5rem) !important;
    opacity: 0.3;
    filter: saturate(1.26) contrast(1.03);
    transform: rotate(-13deg);
    -webkit-mask-image: radial-gradient(ellipse at 22% 80%, #000 0 34%, rgb(0 0 0 / 0.94) 43%, rgb(0 0 0 / 0.5) 58%, transparent 78%) !important;
    mask-image: radial-gradient(ellipse at 22% 80%, #000 0 34%, rgb(0 0 0 / 0.94) 43%, rgb(0 0 0 / 0.5) 58%, transparent 78%) !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero__mark {
    top: clamp(-0.8rem, -1vw, -0.2rem) !important;
    right: auto !important;
    left: clamp(1rem, 2.8vw, 1.8rem) !important;
    width: clamp(20rem, 35vw, 25rem) !important;
    opacity: 0.15;
    transform: rotate(-8deg);
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hero__mark {
    top: clamp(-0.55rem, -1vw, -0.1rem) !important;
    right: auto !important;
    left: clamp(0.75rem, 2.8vw, 1.35rem) !important;
    width: clamp(16rem, 39vw, 21rem) !important;
    opacity: 0.13;
    transform: rotate(-8deg);
  }
}

@media (max-width: 600px) {
  .hero__mark {
    opacity: 0.085;
    filter: saturate(1.02);
  }
}

/* Winning quick-card direction: Impeccable field-guide tickets. The taste
   variant looked sharper in isolation, but too loud beside the postcard. */
.quick {
  align-items: stretch;
  gap: clamp(0.84rem, 1.35vw, 1.18rem);
}

.quick__card {
  --quick-line: rgb(44 110 73 / 0.34);
  --quick-paper: #fffdf0;
  grid-template-columns: clamp(4.35rem, 5.65vw, 5rem) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(7rem, 8.15vw, 7.9rem);
  column-gap: clamp(0.84rem, 1.4vw, 1.08rem);
  padding: clamp(0.92rem, 1.35vw, 1.16rem);
  overflow: visible;
  border: 1.7px solid var(--quick-line);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.38), transparent 48%),
    var(--quick-paper);
  box-shadow:
    3px 4px 0 rgb(44 110 73 / 0.14),
    0 0.36rem 0.7rem rgb(8 39 25 / 0.08);
  isolation: isolate;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    border-color 220ms var(--ease-out);
}

.quick__card:nth-child(1) {
  --quick-line: rgb(240 166 80 / 0.72);
  --quick-paper: #fff7df;
  transform: rotate(-0.45deg);
}

.quick__card:nth-child(2) {
  --quick-line: rgb(85 170 120 / 0.64);
  --quick-paper: #fbf8d0;
  transform: rotate(0.35deg);
}

.quick__card:nth-child(3) {
  --quick-line: rgb(242 182 79 / 0.5);
  --quick-paper: #103b28;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.08), transparent 48%),
    #103b28;
  transform: rotate(-0.25deg);
}

.quick__card::before {
  content: attr(data-tab);
  position: absolute;
  top: -0.78rem;
  right: auto;
  bottom: auto;
  left: 1.18rem;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  padding: 0.35rem 0.72rem 0.3rem;
  border: 1.5px solid var(--quick-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--quick-tab, var(--color-mint));
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 -1px 0 rgb(255 255 255 / 0.48) inset;
  opacity: 1;
  transform: none;
}

.quick__card:nth-child(1)::before {
  --quick-tab: #f7d39c;
}

.quick__card:nth-child(3)::before {
  --quick-tab: var(--color-clay);
}

.quick__card::after {
  content: "";
  position: absolute;
  inset: auto 0.88rem 0.82rem auto;
  z-index: -1;
  width: 0.68rem;
  height: 0.68rem;
  border: 1.7px solid var(--quick-line);
  border-radius: 50%;
  background: color-mix(in srgb, var(--quick-paper) 72%, white 28%);
  opacity: 0.82;
  pointer-events: none;
}

.quick__card:nth-child(1)::after {
  top: -0.9rem;
  right: 1.35rem;
  bottom: auto;
  width: 4.95rem;
  height: 1.42rem;
  border: 0;
  border-radius: 2px;
  background:
    repeating-linear-gradient(0deg, rgb(217 79 131 / 0.45) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(90deg, rgb(217 79 131 / 0.45) 0 1px, transparent 1px 8px),
    rgb(249 184 196 / 0.58);
  box-shadow: 0 1px 2px rgb(8 39 25 / 0.15);
  opacity: 1;
  transform: rotate(7deg);
}

.quick__card:nth-child(3) .quick__text span,
.quick__card:nth-child(3) .quick__text small {
  color: rgb(254 254 227 / 0.82);
}

.quick__card:nth-child(3)::after {
  inset: 0.52rem;
  width: auto;
  height: auto;
  border: 1.5px dashed rgb(242 182 79 / 0.48);
  border-radius: 9px;
  background: transparent;
}

.quick__icon {
  display: grid;
  place-items: center;
  width: clamp(4.35rem, 5.65vw, 5rem);
  height: clamp(4.35rem, 5.65vw, 5rem);
  border: 1.5px solid var(--quick-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--quick-tile, var(--color-mint)) 26%, var(--color-cream));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.75);
}

.quick__icon::after {
  content: "";
  width: 86%;
  height: 86%;
  background: var(--quick-icon-image) center / contain no-repeat;
  transform: var(--quick-icon-transform, none);
}

.quick__card:nth-child(1) .quick__icon {
  --quick-tile: var(--color-clay);
  --quick-icon-image: url("./assets/images/hero/hero-icon-build-plane-256.webp");
}

.quick__card:nth-child(2) .quick__icon {
  --quick-tile: var(--color-water);
  --quick-icon-image: url("./assets/images/hero/hero-icon-care-watering-can-256.webp");
  --quick-icon-transform: scaleX(-1);
}

.quick__card:nth-child(3) .quick__icon {
  --quick-icon-image: url("./assets/images/hero/hero-icon-check-magnifier-256.webp");
  border-color: rgb(255 255 255 / 0.22);
  background: rgb(254 254 227 / 0.14);
  box-shadow: none;
}

.quick__icon::before {
  content: none !important;
  display: none !important;
}

.quick__icon--build img {
  width: 84%;
  height: 84%;
}

.quick__icon--care img {
  width: 96%;
  height: 96%;
  transform: scaleX(-1);
}

.quick__icon--check img {
  width: 90%;
  height: 90%;
}

.quick__text {
  display: grid;
  min-width: 0;
  max-width: 100%;
  gap: 0.14rem;
}

.quick__text strong,
.quick__text span {
  font-family: var(--font-body);
  min-width: 0;
  max-width: 100%;
  letter-spacing: 0;
}

.quick__text strong {
  font-size: clamp(1.64rem, 2.28vw, 2.16rem);
  line-height: 0.9;
  font-weight: 900;
}

.quick__text span {
  color: #2f5f42;
  font-size: clamp(0.71rem, 0.88vw, 0.8rem);
  font-weight: 900;
  line-height: 1.04;
}

.quick__text small {
  display: block;
  min-width: 0;
  max-width: 24ch;
  color: var(--color-muted);
  font-size: clamp(0.71rem, 0.84vw, 0.79rem);
  font-weight: 760;
  line-height: 1.22;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .quick__card {
    grid-template-columns: clamp(4rem, 5.7vw, 4.3rem) minmax(0, 1fr);
    column-gap: clamp(0.58rem, 0.95vw, 0.72rem);
    min-height: 6.8rem;
    padding: 0.84rem;
  }

  .quick__icon {
    width: clamp(4rem, 5.7vw, 4.3rem);
    height: clamp(4rem, 5.7vw, 4.3rem);
  }

  .quick__text strong {
    font-size: clamp(1.28rem, 1.9vw, 1.56rem);
    line-height: 0.96;
  }

  .quick__text small {
    font-size: 0.7rem;
  }
}

@media (max-width: 900px) and (min-width: 601px) {
  .quick__card {
    grid-template-columns: clamp(2.5rem, 5.1vw, 3.1rem) minmax(0, 1fr);
    column-gap: clamp(0.42rem, 1vw, 0.62rem);
    justify-items: center;
    overflow: visible;
    min-height: 4.8rem;
    padding: 0.78rem 0.58rem 0.72rem;
    border-radius: 13px;
    text-align: left;
  }

  .quick__text small {
    display: none;
  }

  .quick__icon {
    display: grid;
    width: clamp(2.5rem, 5.1vw, 3.1rem);
    height: clamp(2.5rem, 5.1vw, 3.1rem);
  }

  .quick__text {
    justify-items: start;
    text-align: left;
  }

  .quick__text strong {
    font-size: clamp(1.08rem, 2.72vw, 1.36rem);
    line-height: 0.95;
  }

  .quick__text span {
    font-size: clamp(0.62rem, 1.55vw, 0.74rem);
  }

  .quick__card::before {
    top: -0.66rem;
    left: 0.82rem;
    padding: 0.28rem 0.55rem 0.23rem;
    font-size: 0.55rem;
  }

  .quick__card:nth-child(1)::after {
    width: 3.9rem;
    height: 1.08rem;
    top: -0.72rem;
    right: 0.85rem;
  }

  .quick__card:nth-child(3)::after {
    inset: 0.42rem;
  }
}

.quick__text strong {
  line-height: 1.25;
}

@media (min-width: 901px) and (max-width: 1020px) {
  .quick__text strong {
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick__card {
    transition: none;
  }
}

/* Hero follow-up, June 22: more breathing room under the quick cards and a
   quieter background mark now that the supporting note has been removed. */
.hero {
  padding-bottom: clamp(2.2rem, 4vw, 3.5rem) !important;
}

.hero__mark {
  opacity: 0.08;
}

@media (min-width: 1181px) {
  .hero__mark {
    opacity: 0.18;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero__mark {
    opacity: 0.095;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hero {
    padding-bottom: clamp(2rem, 3.8vw, 2.6rem) !important;
  }

  .hero__mark {
    opacity: 0.085;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-bottom: 1.45rem !important;
  }

  .hero__actions {
    margin-top: clamp(0.95rem, 3vw, 1.15rem);
  }

  .hero__actions .btn {
    font-size: clamp(1rem, 4vw, 1.05rem);
    line-height: 1.12;
  }

  .hero__mark {
    opacity: 0.055;
  }

  .quick {
    display: none;
  }
}

/* Section polish batch, June 22: Work, Services, Process, Pricing, Contact, Footer. */
.work__head {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(0.75rem, 1.6vw, 1.1rem);
  text-align: center;
}

.work__title {
  max-width: none;
  text-align: center;
  white-space: nowrap;
}

.work__lede {
  max-width: 44rem;
  justify-self: center;
  text-align: center;
  transform: translateY(-0.28rem);
}

.work-featured__copy h3,
.work-card__row strong {
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.work-card__row {
  margin-top: clamp(0.38rem, 0.8vw, 0.65rem);
}

.work-showcase .work-card__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(0.48rem, 1vw, 0.68rem);
}

.work-showcase .work-card__row .tag {
  width: fit-content;
  white-space: nowrap;
}

.work-showcase .work-card__row strong {
  min-width: 0;
  font-size: clamp(1.14rem, 1.32vw, 1.42rem);
  line-height: 1;
  white-space: nowrap;
  text-wrap: nowrap;
}

.services {
  position: relative;
}

.services__head {
  position: relative;
  z-index: 1;
}

.services__title-lockup {
  display: grid;
  grid-template-columns: auto minmax(0, auto) auto;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.5rem);
}

.services__head .section-lede {
  margin-top: clamp(1.15rem, 2vw, 1.65rem);
}

.offer h3 {
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.offer__sprig {
  width: clamp(7rem, 13vw, 9.5rem);
  opacity: 0.18;
  filter: brightness(0) saturate(100%) invert(95%) sepia(13%) saturate(473%) hue-rotate(14deg);
  image-rendering: auto;
}

.offer__sprig--tall {
  width: clamp(5.6rem, 10vw, 7.8rem);
  right: 0.9rem;
  bottom: -0.35rem;
}

.included {
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(0.95rem, 1.8vw, 1.25rem);
  margin-top: clamp(2.1rem, 3.4vw, 2.75rem);
  padding-top: clamp(2.15rem, 3vw, 2.55rem);
}

.included__label {
  position: absolute;
  top: -1.46rem;
  left: 50%;
  z-index: 2;
  max-width: none;
  padding: 0.82rem 1.55rem 0.74rem;
  border: 1px solid rgb(44 110 73 / 0.28);
  border-radius: 999px;
  background: #fff7df;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.23rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0.55rem 1rem rgb(8 39 25 / 0.1);
  transform: translateX(-50%) rotate(-1deg);
}

.included__label br {
  display: none;
}

.included__icon {
  width: 3.45rem;
  height: 3.45rem;
}

.included__icon img {
  display: block;
  width: 84%;
  height: 84%;
  object-fit: contain;
}

@media (min-width: 881px) and (max-width: 980px) {
  .included {
    padding-inline: clamp(1.45rem, 3vw, 2rem);
  }

  .included__list {
    gap: clamp(1.15rem, 2.4vw, 1.55rem);
  }

  .included__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
  }

  .included__icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .included__list small {
    max-width: 12.5rem;
    line-height: 1.45;
  }
}

.lp-proc {
  background:
    radial-gradient(circle at 88% 14%, rgb(86 158 118 / 0.12), transparent 16rem),
    radial-gradient(circle at 12% 88%, rgb(249 184 196 / 0.14), transparent 14rem),
    repeating-linear-gradient(to bottom, transparent 0 2rem, rgb(44 110 73 / 0.065) 2rem calc(2rem + 1px)),
    #fffef2;
}

.lp-proc::before {
  width: 1rem;
  opacity: 0.62;
  background-image: radial-gradient(circle, rgb(44 110 73 / 0.68) 0.25rem, transparent 0.31rem);
  background-size: 1rem 2.12rem;
}

.lp-proc::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(0.75rem, 3vw, 2.1rem);
  z-index: 0;
  display: block;
  width: clamp(11.7rem, 26vw, 20.8rem);
  aspect-ratio: 1;
  background:
    url("./assets/images/logo/lilypad-deep-green.webp") center / contain no-repeat,
    url("./assets/images/generated/process-vine-flourish.webp") center / contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}

.lp-proc__inner {
  position: relative;
  z-index: 1;
}

.route::before {
  width: min(58rem, 112vw);
  opacity: 0.072;
}

.lp-proc__title {
  font-size: clamp(2.75rem, 5.8vw, 5.2rem);
}

.lp-proc__lede {
  max-width: 44rem;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
}

.pricing__head {
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.pricing .section-lede {
  display: none;
}

.plans {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(1.65rem, 3.4vw, 3rem);
  max-width: 72rem;
  align-items: center;
}

.plan--cream {
  transform: rotate(-0.95deg);
}

.plan--pink {
  margin-top: 0;
  transform: rotate(0.95deg);
}

.plan--cream:hover,
.plan--cream:focus-within {
  transform: rotate(-0.35deg) translateY(-0.45rem);
}

.plan--pink:hover,
.plan--pink:focus-within {
  transform: rotate(0.35deg) translateY(-0.45rem);
}

.plans__plus {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  grid-column: 2;
  grid-row: 1;
  width: clamp(3.15rem, 5vw, 3.85rem);
  height: clamp(3.15rem, 5vw, 3.85rem);
  transform: rotate(-3deg) !important;
}

.pair {
  margin-top: clamp(2.25rem, 4vw, 3.35rem);
}

.letter {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.letter > * {
  position: relative;
  z-index: 1;
}

.letter__logo {
  position: absolute;
  left: 50%;
  bottom: -8.2rem;
  z-index: 0;
  width: clamp(19.5rem, 36vw, 27rem);
  max-width: none;
  opacity: 0.13;
  pointer-events: none;
  transform: translateX(-50%);
}

.letter__sign {
  font-size: clamp(2.05rem, 3.2vw, 2.35rem);
}

.letter__sign svg {
  width: 0.92em;
  height: 0.92em;
  margin-right: 0.18em;
  transform: translateY(0.04em) rotate(-4deg);
}

.header-cta .lp-glyph--check {
  object-fit: contain;
  transform: scale(1.22);
}

.form__send .btn,
.chips__chip,
.chips__chip span,
.footer-legal button {
  cursor: pointer;
}

.form .btn,
.chips__chip span {
  transition:
    opacity 180ms ease,
    filter 180ms ease,
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.form .btn:hover,
.form .btn:focus-visible,
.chips__chip:hover span,
.chips__chip:focus-within span {
  opacity: 0.86;
  filter: brightness(0.94) saturate(0.96);
}

.footer-company {
  margin: 0;
}

.footer-side {
  gap: clamp(0.6rem, 0.95vw, 0.8rem);
}

.footer-nav a {
  position: relative;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.14rem;
  height: 3px;
  border-radius: 999px;
  background: #f2b64f;
  transform: none;
  transition: right var(--dur) var(--ease);
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #f6efd9;
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  right: 0;
  transform: none;
}

@media (max-width: 1180px) {
  .work__title {
    white-space: normal;
  }

  .plans {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1rem, 2.4vw, 1.5rem);
    max-width: 38rem;
  }

  .plans__plus {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }

  .plan--cream,
  .plan--pink,
  .plan--cream:hover,
  .plan--cream:focus-within,
  .plan--pink:hover,
  .plan--pink:focus-within {
    transform: rotate(0deg);
  }

  .footer-side {
    gap: 0.65rem;
  }
}

@media (max-width: 900px) {
  .services__title-lockup {
    gap: clamp(0.55rem, 1.4vw, 0.85rem);
  }

  .lp-proc__title {
    font-size: clamp(2.55rem, 7.6vw, 4rem);
  }

  .lp-proc__lede {
    font-size: clamp(1.02rem, 2.5vw, 1.16rem);
  }
}

@media (max-width: 640px) {
  .brand {
    overflow: visible;
  }

  .brand__name {
    line-height: 1.04;
    padding-top: 0.08em;
    transform: translateY(0);
  }

  .work__title {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .services__head .section-title {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(2.08rem, 11.1vw, 2.82rem);
    line-height: 0.94;
  }

  .services-title__mobile-break {
    display: block;
  }

  .offer h3 {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
  }

  .included__list {
    max-width: 24rem;
  }

  .plans {
    display: flex;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0.35rem 0.75rem 1rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-inline: 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .plans::-webkit-scrollbar {
    display: none;
  }

  .plan {
    flex: 0 0 min(100%, 22rem);
    min-height: auto;
    gap: 0.48rem;
    padding: 1.15rem 1rem 1.2rem;
    scroll-snap-align: start;
  }

  .plan h3 {
    font-size: clamp(1.3rem, 7vw, 1.65rem);
    line-height: 1.02;
  }

  .plan__price strong {
    font-size: clamp(2.75rem, 14vw, 3.5rem);
  }

  .plan__note {
    padding-bottom: 0.38rem;
    font-size: 0.74rem;
  }

  .plan__list {
    gap: 0.34rem;
  }

  .plan__list li {
    padding-left: 1.35rem;
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .plan__list li::before {
    top: 0.05em;
    width: 0.92rem;
    height: 0.92rem;
    font-size: 0.55rem;
  }

  .plan .btn {
    min-height: 2.75rem;
    margin-top: 0.25rem;
    font-size: 0.82rem;
  }

  .plan--cream {
    transform: rotate(-0.5deg);
  }

  .plan--pink {
    transform: rotate(0.5deg);
  }

  .plans__plus {
    display: none;
  }

  .pair {
    margin-top: 1.4rem;
  }

  .letter__logo {
    left: 50%;
    bottom: -6.2rem;
    width: 18.5rem;
    transform: translateX(-50%);
  }

  .footer-side {
    gap: 0.6rem;
  }

  .footer-company {
    max-width: 20rem;
  }
}

/* ===========================================================================
   Mobile / tablet navigation — "notebook card" redesign.
   Scope: <= 1100px only; desktop nav (> 1100px) is untouched.
   Open/close + Escape + outside-click + focus return live in script.js;
   this block is purely the look and the motion.
   =========================================================================== */
@media (max-width: 1100px) {
  .site-header {
    isolation: isolate;
  }

  /* Header settles and deepens its shadow so the card reads as pinned to it. */
  .site-header.is-menu-open {
    pointer-events: auto;
    transform: none;
    box-shadow: 0 1.1rem 2rem rgb(6 45 27 / 0.26);
  }

  /* ---- Trigger: a small cream "paper button" with inked rules ------------ */
  .menu-toggle {
    position: relative !important;
    display: inline-grid !important;
    place-items: center;
    width: 3rem !important;
    min-width: 3rem !important;
    height: 3rem !important;
    min-height: 3rem !important;
    padding: 0 !important;
    border: 1px solid color-mix(in srgb, var(--color-deep) 26%, transparent) !important;
    border-radius: 0.95rem !important;
    background:
      radial-gradient(125% 125% at 30% 22%, #fffef4 0%, var(--color-cream) 58%, #f4f0cb 100%) !important;
    box-shadow:
      0 0.5rem 0.9rem rgb(6 45 27 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.7),
      inset 0 -0.18rem 0 rgb(44 110 73 / 0.07) !important;
    color: var(--color-ink);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition:
      transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1),
      background 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease;
  }

  /* faint inner edge — a printed-tab detail */
  .menu-toggle::before {
    content: "";
    position: absolute;
    inset: 0.34rem;
    border: 1px solid rgb(44 110 73 / 0.14);
    border-radius: 0.62rem;
    pointer-events: none;
    transition: border-color 240ms ease;
  }

  .menu-toggle:hover {
    transform: translateY(-1px);
    box-shadow:
      0 0.72rem 1.15rem rgb(6 45 27 / 0.22),
      inset 0 1px 0 rgb(255 255 255 / 0.75),
      inset 0 -0.18rem 0 rgb(44 110 73 / 0.07) !important;
  }

  .menu-toggle:focus-visible {
    outline: 3px solid var(--color-focus);
    outline-offset: 3px;
  }

  /* Open = a pressed-in green stamp. Unmistakable state flip. */
  .menu-toggle[aria-expanded="true"] {
    transform: translateY(0.5px);
    border-color: color-mix(in srgb, var(--color-ink) 55%, transparent) !important;
    background:
      radial-gradient(125% 125% at 30% 22%, var(--color-deep) 0%, var(--color-ink) 92%) !important;
    box-shadow:
      0 0.34rem 0.62rem rgb(6 45 27 / 0.28),
      inset 0 1px 0 rgb(255 255 255 / 0.12),
      inset 0 0.1rem 0.4rem rgb(0 0 0 / 0.22) !important;
  }

  .menu-toggle[aria-expanded="true"]::before {
    border-color: rgb(254 254 227 / 0.2);
  }

  /* three inked rules -> a tidy X */
  .menu-toggle span:not(.sr-only) {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.2rem;
    height: 0.155rem;
    margin: 0 !important;
    border-radius: 999px;
    background: var(--color-ink) !important;
    transform-origin: center;
    transition:
      opacity 180ms ease,
      width 220ms ease,
      background-color 240ms ease,
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .menu-toggle span:not(.sr-only):nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.4rem));
  }

  .menu-toggle span:not(.sr-only):nth-child(2) {
    width: 0.86rem;
    transform: translate(-50%, -50%);
  }

  .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.4rem));
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only) {
    background: var(--color-cream) !important;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
    width: 1.26rem;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.2);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
    width: 1.26rem;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ---- Panel: a cream notebook card that unfolds under the header -------- */
  .site-nav {
    position: absolute !important;
    top: calc(100% + 0.55rem) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 70;
    display: grid !important;
    width: min(20rem, calc(100vw - 1.6rem)) !important;
    max-width: calc(100vw - 1.6rem) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto;
    justify-content: stretch !important;
    gap: 0.32rem !important;
    box-sizing: border-box;
    padding: 0.85rem 0.85rem 0.95rem !important;
    border: 1px solid color-mix(in srgb, var(--color-deep) 24%, transparent) !important;
    border-radius: 1.15rem !important;
    /* warm cream paper with one clay "margin" rule down the left */
    background:
      linear-gradient(
        90deg,
        transparent 1.55rem,
        color-mix(in srgb, var(--color-clay) 55%, transparent) 1.55rem,
        color-mix(in srgb, var(--color-clay) 55%, transparent) calc(1.55rem + 1.5px),
        transparent calc(1.55rem + 1.5px)
      ),
      linear-gradient(180deg, #fffef4 0%, var(--color-cream) 60%, #faf6d6 100%) !important;
    box-shadow:
      0 1.3rem 2.2rem rgb(6 45 27 / 0.22),
      0 0.3rem 0.7rem rgb(6 45 27 / 0.12),
      inset 0 1px 0 rgb(255 255 255 / 0.8) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.5rem) scale(0.97);
    transform-origin: top right;
    transition:
      opacity 220ms ease,
      visibility 0s linear 260ms,
      transform 300ms cubic-bezier(0.2, 0.9, 0.2, 1);
  }

  /* little green tab that pins the card beneath the toggle */
  .site-nav::before {
    content: "";
    position: absolute;
    top: -0.45rem;
    right: 1.4rem;
    width: 2.6rem;
    height: 0.9rem;
    border-radius: 0.3rem 0.3rem 0.16rem 0.16rem;
    background: linear-gradient(180deg, var(--color-leaf), var(--color-deep));
    box-shadow: 0 0.2rem 0.4rem rgb(6 45 27 / 0.18);
    transform: rotate(-2deg);
    pointer-events: none;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
      opacity 220ms ease,
      visibility 0s,
      transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
  }

  /* ---- Rows: full-width, hand-inked bullet, comfortable tap target ------- */
  .site-nav a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    width: 100%;
    min-height: 3rem;
    margin: 0;
    padding: 0.7rem 0.9rem 0.7rem 0.7rem !important;
    border: 1px solid transparent;
    border-radius: 0.8rem !important;
    background: transparent;
    color: var(--color-ink) !important;
    font-family: var(--font-body);
    font-size: 1.12rem !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    opacity: 0;
    transform: translateX(0.4rem);
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
      background-color 170ms ease,
      border-color 170ms ease;
  }

  /* leading lily-pad bullet, sitting on the margin rule */
  .site-nav a::before {
    content: "";
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 60% 60% 62% 62% / 64% 64% 60% 60%;
    background: var(--color-mint);
    box-shadow: inset 0 0 0 1px rgb(44 110 73 / 0.35);
    transform: rotate(-12deg);
    transition: background-color 170ms ease, transform 220ms ease;
  }

  /* retire the desktop underline pseudo inside the card */
  .site-nav a::after {
    content: none !important;
  }

  .site-nav.is-open a {
    opacity: 1;
    transform: translateX(0);
  }

  .site-nav.is-open a:nth-child(1) { transition-delay: 60ms; }
  .site-nav.is-open a:nth-child(2) { transition-delay: 95ms; }
  .site-nav.is-open a:nth-child(3) { transition-delay: 130ms; }
  .site-nav.is-open a:nth-child(4) { transition-delay: 165ms; }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active {
    background: color-mix(in srgb, var(--color-blush) 55%, var(--color-cream)) !important;
    border-color: color-mix(in srgb, var(--color-deep) 22%, transparent);
  }

  .site-nav a:focus-visible {
    outline: 3px solid var(--color-focus);
    outline-offset: 2px;
  }

  .site-nav a:hover::before,
  .site-nav a:focus-visible::before,
  .site-nav a.is-active::before {
    background: var(--color-deep);
    transform: rotate(-12deg) scale(1.14);
  }
}

@media (max-width: 420px) {
  .menu-toggle {
    width: 2.8rem !important;
    min-width: 2.8rem !important;
    height: 2.8rem !important;
    min-height: 2.8rem !important;
  }

  .site-nav {
    top: calc(100% + 0.5rem) !important;
    padding: 0.7rem 0.7rem 0.8rem !important;
    border-radius: 1.05rem !important;
  }

  .site-nav a {
    min-height: 3rem;
    font-size: 1.08rem !important;
  }
}

@media (max-width: 1100px) and (prefers-reduced-motion: reduce) {
  .menu-toggle,
  .menu-toggle::before,
  .menu-toggle span:not(.sr-only),
  .site-nav,
  .site-nav a,
  .site-nav a::before {
    transition: none !important;
  }
}

/* Mobile nav: slim ImageGen-matched dropdown, tucked under the green header. */
@media (max-width: 600px) {
  .site-header {
    transition:
      margin-bottom 300ms cubic-bezier(0.2, 0.9, 0.2, 1),
      box-shadow 240ms ease;
  }

  .site-header.is-menu-open {
    margin-bottom: 6.72rem;
    box-shadow: 0 0.85rem 1.25rem rgb(6 45 27 / 0.24);
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: rgb(44 110 73 / 0.28) !important;
    background:
      radial-gradient(125% 125% at 30% 22%, #fffef4 0%, var(--color-cream) 58%, #f4f0cb 100%) !important;
    box-shadow:
      0 0.48rem 0.8rem rgb(6 45 27 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.72),
      inset 0 -0.16rem 0 rgb(44 110 73 / 0.07) !important;
  }

  .menu-toggle[aria-expanded="true"]::before {
    border-color: rgb(44 110 73 / 0.14);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only) {
    background: var(--color-ink) !important;
  }

  .site-nav {
    top: calc(100% + 0.24rem) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: auto;
    gap: 0.42rem 0.42rem !important;
    padding: 0.85rem 1.55rem 0.72rem !important;
    border: 1px solid rgb(44 110 73 / 0.22) !important;
    border-radius: 1.15rem !important;
    background:
      repeating-linear-gradient(
        to bottom,
        transparent 0 1.72rem,
        rgb(44 110 73 / 0.045) 1.72rem calc(1.72rem + 1px)
      ),
      linear-gradient(180deg, #fffef4 0%, #fefee3 64%, #fbf6d9 100%) !important;
    box-shadow:
      0 1.05rem 1.65rem rgb(6 45 27 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.8) !important;
    transform: translateY(-0.48rem) scaleY(0.96) !important;
    transform-origin: top center !important;
  }

  .site-nav::before {
    content: none !important;
  }

  .site-nav.is-open {
    transform: translateY(0) scaleY(1) !important;
  }

  .site-nav a {
    justify-content: center !important;
    min-height: 2rem !important;
    padding: 0.34rem 0.28rem !important;
    border: 1px solid rgb(44 110 73 / 0.14) !important;
    border-radius: 999px !important;
    background: rgb(255 254 242 / 0.56) !important;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.72),
      0 0.18rem 0.34rem rgb(6 45 27 / 0.045);
    color: var(--color-ink) !important;
    font-size: clamp(0.76rem, 3.22vw, 0.9rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: translateY(-0.18rem) !important;
  }

  .site-nav a::before,
  .site-nav a::after {
    content: none !important;
    display: none !important;
  }

  .site-nav.is-open a {
    transform: translateY(0) !important;
  }

  .site-nav__dot {
    display: none;
  }

  .site-nav .site-nav__check {
    grid-column: 1 / -1;
    min-height: 2.2rem !important;
    padding: 0.44rem 1rem !important;
    border-color: rgb(249 184 196 / 0.42) !important;
    background: linear-gradient(180deg, #ffc3d1 0%, var(--color-blush) 82%) !important;
    box-shadow:
      0 0.55rem 0.95rem rgb(196 99 130 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.62);
    font-size: clamp(0.92rem, 3.9vw, 1.06rem) !important;
    color: var(--color-ink) !important;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active {
    border-color: rgb(44 110 73 / 0.28) !important;
    background: rgb(255 254 242 / 0.88) !important;
    transform: translateY(-1px) !important;
  }

  .site-nav .site-nav__check:hover,
  .site-nav .site-nav__check:focus-visible,
  .site-nav .site-nav__check.is-active {
    background: linear-gradient(180deg, #ffcfda 0%, #f9b8c4 82%) !important;
  }
}

/* Header polish: fuller logo mark and circular mobile menu trigger. */
.site-header .brand__mark {
  padding: 0.13rem !important;
}

.footer-brand img {
  width: clamp(3.1rem, 4.4vw, 4rem) !important;
  height: clamp(3.1rem, 4.4vw, 4rem) !important;
  padding: 0.13rem !important;
}

@media (max-width: 600px) {
  .hero__wordmark {
    font-size: clamp(5.05rem, 22.5vw, 5.85rem) !important;
    line-height: 0.8;
  }

  .footer-brand img {
    width: 2.48rem !important;
    height: 2.48rem !important;
  }
}

@media (max-width: 1100px) {
  .site-header .brand__name {
    font-size: clamp(2.65rem, 7.2vw, 3.35rem) !important;
    max-width: 10.5ch;
  }

  .menu-toggle {
    width: clamp(2.42rem, 5.4vw, 2.7rem) !important;
    min-width: clamp(2.42rem, 5.4vw, 2.7rem) !important;
    height: clamp(2.42rem, 5.4vw, 2.7rem) !important;
    min-height: clamp(2.42rem, 5.4vw, 2.7rem) !important;
    margin-top: -0.04rem;
    border-radius: 50% !important;
  }

  .menu-toggle::before {
    content: none !important;
    display: none !important;
    border: 0 !important;
  }

  .menu-toggle span:not(.sr-only) {
    width: 1rem !important;
    height: 1.25px !important;
    border-radius: 999px !important;
  }

  .menu-toggle span:not(.sr-only):nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.18rem)) !important;
  }

  .menu-toggle span:not(.sr-only):nth-child(2) {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scaleX(0) !important;
  }

  .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.18rem)) !important;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
    width: 1rem !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
    width: 1rem !important;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }
}

@media (max-width: 380px) {
  .site-nav {
    gap: 0.46rem 0.34rem !important;
    padding-inline: 1rem !important;
  }

  .site-nav a {
    min-height: 1.95rem !important;
    font-size: clamp(0.72rem, 3.35vw, 0.86rem) !important;
  }
}

/* Work showcase: mobile becomes a simple swipe slider instead of click-to-swap. */
.work-showcase {
  display: contents;
}

.work-slider-dots {
  display: none;
}

@media (max-width: 640px) {
  .work {
    grid-template-areas:
      "head"
      "featured";
    gap: clamp(0.8rem, 4vw, 1.1rem);
    overflow: hidden;
  }

  .work-showcase {
    grid-area: featured;
    display: flex;
    gap: 0.85rem;
    width: 100%;
    margin-inline: 0;
    padding: 0.3rem 0.65rem 0.95rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 0.65rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .work-showcase::-webkit-scrollbar {
    display: none;
  }

  .work-showcase .work-featured,
  .work-showcase .work-card {
    flex: 0 0 min(100%, 22.5rem);
    width: auto;
    max-width: none;
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .work-showcase .work-featured {
    display: grid;
    grid-template-columns: 1fr;
    align-self: stretch;
    min-height: 0;
    transform: none;
  }

  .work-showcase .work-featured__shot {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .work-showcase .work-featured__shot img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .work-showcase .work-featured__copy {
    align-content: start;
    gap: 0.5rem;
    padding: 0.25rem 0 0;
  }

  .work-showcase .work-featured__copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.02;
  }

  .work-showcase .work-featured__blurb {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .work-showcase .work-featured__link {
    width: 100%;
    justify-content: center;
    min-height: 2.65rem;
    margin-top: 0.25rem;
    text-align: center;
  }

  .work-showcase .work-grid {
    display: contents !important;
    width: auto;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .work-showcase .work-card {
    align-self: flex-start;
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    cursor: grab;
    transform: none !important;
  }

  .work-showcase .work-card:hover,
  .work-showcase .work-card:focus-visible {
    transform: none !important;
  }

  .work-showcase .work-card img {
    aspect-ratio: 16 / 10;
  }

  .work-slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin: -0.2rem auto 0;
  }

  .work-slider-dots button {
    width: 0.62rem;
    height: 0.62rem;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 1px solid rgb(254 254 227 / 0.45);
    border-radius: 999px;
    background: rgb(254 254 227 / 0.42);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.28);
    cursor: pointer;
  }

  .work-slider-dots button.is-active {
    width: 1.65rem;
    background: #f9b8c4;
    border-color: rgb(249 184 196 / 0.72);
  }
}

/* Dashed pills: make the hand-drawn borders visible enough to read. */
.pricing-pair {
  border: 2px dashed rgb(194 99 130 / 0.82);
  box-shadow:
    0 0.55rem 1rem rgb(14 51 42 / 0.16),
    inset 0 0 0 1px rgb(255 255 255 / 0.62);
}

.letter__reply,
.form__small {
  width: fit-content;
  padding: 0.52rem 0.92rem;
  border: 2px dashed rgb(44 110 73 / 0.58);
  border-radius: 999px;
  background: rgb(204 239 181 / 0.62);
  color: #2c6e49;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.58);
}

.quick__card:nth-child(3)::after {
  border-width: 2px;
  border-color: rgb(242 182 79 / 0.72);
}

/* Hero QA repair, June 23: fixes verified header/hero breakpoint regressions
   without disturbing the postcard direction or the mobile menu CTA. */
@media (min-width: 1101px) {
  .site-nav__check {
    display: none !important;
  }

  .hero {
    min-height: auto !important;
    padding-top: clamp(1.25rem, 2vw, 2rem) !important;
    padding-bottom: clamp(1.2rem, 1.8vw, 1.8rem) !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(20rem, 1fr) minmax(13rem, 0.72fr) !important;
    gap: clamp(1rem, 2.5vw, 1.5rem) !important;
  }

  .hero__copy {
    width: auto;
  }

  .hero__headline {
    max-width: 16ch;
  }

  .hero__actions {
    width: auto;
  }

  .hero__actions .btn {
    width: auto;
    white-space: nowrap;
  }

  .hero__stamps.hero-postcard--flat {
    width: min(100%, 18rem);
  }
}

@media (max-width: 760px) {
  .quick {
    display: none !important;
  }
}

/* Surface Pro portrait repair, June 23: the 901-1020px band needs the
   tablet hero rhythm, otherwise the postcard and quick cards get cramped. */
@media (min-width: 901px) and (max-width: 1020px) {
  .hero__inner {
    grid-template-columns: minmax(22rem, 1fr) minmax(15rem, 0.68fr) !important;
    gap: clamp(1rem, 2.2vw, 1.35rem) !important;
  }

  .hero__copy {
    min-width: 0;
  }

  .hero__headline {
    max-width: 16ch;
  }

  .hero__actions {
    width: min(100%, 20rem);
  }

  .hero__actions .btn {
    min-width: 0;
    width: 100%;
    white-space: nowrap;
  }

  .hero__stamps.hero-postcard--flat {
    width: min(100%, 21rem);
    justify-self: center;
  }

  .quick {
    gap: clamp(0.64rem, 1.45vw, 0.82rem);
    width: min(100%, 44rem) !important;
  }

  .quick__card {
    grid-template-columns: clamp(2.7rem, 4.1vw, 3.25rem) minmax(0, 1fr) !important;
    justify-items: start;
    column-gap: clamp(0.45rem, 0.9vw, 0.68rem);
    min-height: 4.75rem !important;
    padding: 0.78rem 0.66rem 0.68rem !important;
    text-align: left;
  }

  .quick__text small {
    display: none !important;
  }

  .quick__icon {
    display: grid !important;
    width: clamp(2.7rem, 4.1vw, 3.25rem);
    height: clamp(2.7rem, 4.1vw, 3.25rem);
  }

  .quick__text {
    justify-items: start;
    text-align: left;
  }

  .quick__text strong {
    font-size: clamp(1.08rem, 1.9vw, 1.28rem) !important;
    line-height: 1.25;
  }

  .quick__text span {
    font-size: clamp(0.62rem, 1.15vw, 0.72rem) !important;
  }

  .quick__card::before {
    top: -0.66rem;
    left: 0.82rem;
    padding: 0.28rem 0.55rem 0.23rem;
    font-size: 0.55rem;
  }

  .quick__card:nth-child(1)::after {
    display: none !important;
  }

  .quick__card:nth-child(3)::after {
    inset: 0.42rem;
  }
}

/* Tablet hero readability pass, June 23: let the postcard breathe while the
   hero copy behaves like a compact intro instead of a scaled-down desktop. */
@media (min-width: 761px) and (max-width: 1100px) {
  .hero {
    padding-top: clamp(1.05rem, 1.75vw, 1.45rem) !important;
    padding-bottom: clamp(1.1rem, 1.9vw, 1.65rem) !important;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 1.08fr) !important;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.35rem) !important;
  }

  .hero__copy {
    display: grid;
    justify-items: start !important;
    align-content: center;
    width: min(100%, 31rem);
    max-width: 31rem;
    text-align: left !important;
  }

  .hero__wordmark {
    font-size: clamp(4.25rem, 7.35vw, 5.65rem) !important;
    line-height: 0.82;
    text-align: left;
  }

  .hero__headline {
    max-width: 18ch;
    margin-top: clamp(0.55rem, 1.05vw, 0.8rem);
    font-size: clamp(1.82rem, 3.1vw, 2.34rem) !important;
    line-height: 1.04;
    text-align: left;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto !important;
    max-width: 100%;
    gap: 0.55rem;
    margin-top: clamp(0.75rem, 1.25vw, 1rem);
  }

  .hero__actions .btn {
    width: auto !important;
    min-width: 0;
    min-height: 2.45rem;
    padding-inline: 0.92rem;
    font-size: clamp(0.8rem, 1.18vw, 0.9rem);
    white-space: nowrap;
  }

  .hero__stamps.hero-postcard--flat {
    width: min(100%, clamp(18.25rem, 38vw, 26.75rem)) !important;
    justify-self: end;
  }
}

/* Work mobile slider repair, June 23: keep the tape inside the scroll area
   and stop the card frame changing height as each slide becomes active. */
@media (max-width: 640px) {
  .work-showcase {
    --work-slide-height: clamp(29rem, 121vw, 31rem);
    align-items: stretch;
    padding-top: 2.55rem;
  }

  .work-showcase .work-featured,
  .work-showcase .work-card {
    height: var(--work-slide-height);
    min-height: var(--work-slide-height);
    max-height: var(--work-slide-height);
    align-self: stretch;
  }

  .work-showcase .work-featured {
    overflow: visible;
    padding-top: clamp(2.45rem, 9.4vw, 2.75rem);
  }

  .work-showcase .work-card {
    align-content: start;
    gap: 0.62rem;
    grid-template-rows: auto auto auto auto;
    padding-top: clamp(2.4rem, 9.1vw, 2.65rem);
    overflow: visible;
  }

  .work-showcase .work-featured::before,
  .work-showcase .work-card::before {
    content: "";
    position: absolute;
    top: -2.25rem;
    left: 50%;
    z-index: 5;
    display: block;
    width: clamp(8.2rem, 40vw, 10rem);
    height: auto;
    aspect-ratio: 1857 / 847;
    border: 0;
    border-radius: 0;
    background: url("./assets/gen/tape-pink-small.webp") center / contain no-repeat;
    box-shadow: none;
    opacity: 0.96;
    transform: translateX(-50%) rotate(-3deg);
    pointer-events: none;
  }

  .work-showcase .work-featured__shot,
  .work-showcase .work-card > img {
    justify-self: center;
    width: 100%;
    margin-top: 0;
    margin-inline: auto;
  }

  .work-showcase .work-card:nth-child(2)::before {
    transform: translateX(-50%) rotate(2deg);
  }

  .work-showcase .work-card:nth-child(3)::before {
    transform: translateX(-50%) rotate(-1.5deg);
  }

  .work-showcase .work-featured__shot img,
  .work-showcase .work-card img {
    object-fit: cover;
    object-position: center center;
  }
}

.work-slider-controls,
.work-slider-status,
.work-mobile-detail {
  display: none;
}

/* Mobile work proof carousel, June 23: compact cards, phone crops, counter,
   and a small expandable detail note under the slider. */
@media (max-width: 640px) {
  .work {
    gap: clamp(0.55rem, 3vw, 0.85rem);
    padding-bottom: clamp(1.25rem, 5vw, 1.8rem);
  }

  .work__head {
    gap: 0.35rem;
  }

  .work__title {
    max-width: 8.5ch;
    white-space: normal;
    font-size: clamp(2.72rem, 12vw, 3.45rem);
    line-height: 0.95;
    text-wrap: balance;
  }

  .work__lede {
    max-width: 19rem;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    transform: none;
  }

  .work-showcase {
    --work-slide-height: clamp(25.25rem, 108vw, 27.35rem);
    gap: 0.72rem;
    padding: 2.22rem clamp(0.9rem, 4vw, 1.15rem) 0.82rem;
    scroll-padding-inline: clamp(0.9rem, 4vw, 1.15rem);
  }

  .work-showcase .work-featured,
  .work-showcase .work-card {
    flex-basis: min(88%, 21.25rem);
    border-radius: clamp(1rem, 4vw, 1.25rem);
  }

  .work-showcase .work-featured {
    align-content: start;
    gap: 0.58rem;
    grid-template-rows: auto minmax(0, 1fr);
    padding: clamp(0.72rem, 2.6vw, 0.9rem);
    padding-top: clamp(2.35rem, 9vw, 2.6rem);
  }

  .work-showcase .work-card {
    gap: 0.48rem;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    padding: clamp(0.72rem, 2.6vw, 0.92rem);
    padding-top: clamp(2.25rem, 8.5vw, 2.55rem);
  }

  .work-showcase .work-featured::before,
  .work-showcase .work-card::before {
    top: -1.92rem;
    width: clamp(8.6rem, 42vw, 10.25rem);
    transform: translateX(-50%) rotate(-3deg);
  }

  .work-showcase .work-card:nth-child(2)::before {
    transform: translateX(-50%) rotate(2deg);
  }

  .work-showcase .work-card:nth-child(3)::before {
    transform: translateX(-50%) rotate(-1.5deg);
  }

  .work-showcase .work-featured__shot,
  .work-showcase .work-card > img {
    margin-top: 0.08rem;
  }

  .work-showcase .work-featured__shot {
    aspect-ratio: 16 / 9;
  }

  .work-showcase .work-featured__shot img,
  .work-showcase .work-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
  }

  .work-showcase .work-card > img {
    height: auto;
  }

  .work-showcase .work-featured__copy {
    gap: 0.42rem;
  }

  .work-showcase .work-featured__copy > .tag {
    order: 1;
  }

  .work-showcase .work-featured__copy h3 {
    order: 2;
    font-size: clamp(1.5rem, 7vw, 1.86rem);
  }

  .work-showcase .work-featured__copy .outcome {
    order: 3;
  }

  .work-showcase .work-featured__meta {
    order: 4;
    font-size: 0.74rem;
  }

  .work-showcase .work-featured__blurb {
    order: 5;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .work-showcase .work-featured__link {
    order: 6;
    justify-self: center;
    width: min(100%, 14.25rem);
    min-height: 2.56rem;
    gap: 0.58rem;
    margin-top: 0.05rem;
    padding-inline: 1.02rem 0.72rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
  }

  .work-showcase .work-featured__link span {
    display: grid;
    flex: 0 0 1.15rem;
    place-items: center;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: rgb(254 254 227 / 0.18);
    color: transparent;
    font-size: 0;
    line-height: 1;
    transform: translateY(0.01rem);
  }

  .work-showcase .work-featured__link span::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0.68rem;
    height: 0.68rem;
    margin: auto;
    background: #fefee3;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translateX(0.01rem);
  }

  .work-showcase .work-featured__link span::after {
    content: none;
  }

  .work-showcase .work-card > img {
    order: 1;
  }

  .work-showcase .work-card__row {
    order: 2;
    gap: 0.4rem;
    margin-top: 0.12rem;
  }

  .work-showcase .work-card__row strong {
    font-size: clamp(1.02rem, 4.5vw, 1.2rem);
    line-height: 1;
  }

  .work-showcase .tag {
    padding: 0.27rem 0.58rem;
    font-size: 0.65rem;
  }

  .work-showcase .outcome,
  .work-mobile-detail .outcome {
    padding: 0.36rem 0.64rem;
    border-color: rgb(76 149 108 / 0.48);
    background: #e5f1d7;
    color: #214a35;
    font-size: 0.72rem;
  }

  .work-showcase .work-card .outcome {
    order: 3;
  }

  .work-showcase .work-card p {
    order: 4;
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .work-showcase .work-featured[aria-expanded="true"],
  .work-showcase .work-card[aria-expanded="true"] {
    box-shadow:
      0 1.15rem 2.15rem rgb(3 17 11 / 0.24),
      0 0 0 2px rgb(249 184 196 / 0.72);
  }

  .work-slider-controls {
    display: grid;
    justify-items: center;
    gap: 0.42rem;
    margin: -0.12rem auto 0;
  }

  .work-slider-status {
    display: flex;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.28rem 0.68rem;
    border: 1px solid rgb(254 254 227 / 0.36);
    border-radius: 999px;
    background: rgb(254 254 227 / 0.12);
    color: rgb(254 254 227 / 0.9);
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1;
  }

  .work-slider-controls .work-slider-dots {
    margin: 0;
  }

  .work-mobile-detail[hidden] {
    display: none;
  }

  .work-mobile-detail {
    display: grid;
    width: min(calc(100% - 1.8rem), 21.25rem);
    margin: 0.2rem auto 0;
    gap: 0.62rem;
    padding: 0.86rem 0.95rem 0.95rem;
    border: 1px solid rgb(44 110 73 / 0.24);
    border-radius: 1.05rem;
    background: #fffef2;
    color: #173c28;
    box-shadow: 0 0.85rem 1.45rem rgb(3 17 11 / 0.18);
  }

  .work-mobile-detail__top {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
  }

  .work-mobile-detail__title {
    flex-basis: 100%;
    color: #173c28;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.05;
  }

  .work-mobile-detail__meta {
    color: #5c7a63;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .work-mobile-detail__copy {
    margin: 0;
    color: #315e43;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.48;
  }

  .work-mobile-detail__link {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 2.25rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: #2c6e49;
    color: #fefee3;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .work-featured {
    align-items: start;
    min-height: 0;
  }

  .work-featured__shot {
    align-self: start;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .work-featured__shot img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

/* Work showcase tape scale pass: make the featured card feel properly pinned
   on desktop/tablet without touching the compact mobile slider treatment. */
@media (min-width: 641px) {
  .work__head {
    position: relative;
    top: clamp(-1.35rem, -1.8vw, -0.75rem);
  }

  .work-featured::before {
    top: clamp(-4.8rem, -5.3vw, -3.7rem);
    left: 50%;
    width: clamp(17.25rem, 23.25vw, 21.75rem);
    z-index: 2;
    opacity: 0.98;
    transform: translateX(-50%) rotate(-4deg);
  }

  .work-featured__shot {
    position: relative;
    z-index: 1;
  }

  .work-featured__copy {
    position: relative;
    z-index: 3;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .work-featured::before {
    top: clamp(-4.1rem, -8.5vw, -3rem);
    width: clamp(14.25rem, 37.5vw, 18rem);
  }
}

/* Hero quick-card tape: use the same bitmap washi as the postcard/work cards,
   instead of the generated grid strip. */
.quick__card:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -1.22rem;
  right: clamp(0.62rem, 2.1vw, 1.32rem);
  bottom: auto;
  left: auto;
  z-index: 4;
  display: block;
  width: clamp(5.45rem, 7.8vw, 6.65rem);
  height: auto;
  aspect-ratio: 1857 / 847;
  border: 0;
  border-radius: 0;
  background: url("./assets/gen/tape-pink-small.webp") center / contain no-repeat;
  box-shadow: none;
  opacity: 0.96;
  pointer-events: none;
  transform: rotate(5deg);
}

@media (min-width: 901px) and (max-width: 1020px) {
  .quick__card:nth-child(1)::after {
    top: -1.08rem;
    right: clamp(0.5rem, 1.7vw, 0.82rem);
    display: block !important;
    width: clamp(4.75rem, 9.4vw, 5.55rem);
    transform: rotate(5deg);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .quick__card:nth-child(1)::after {
    top: -1.02rem;
    right: 0.56rem;
    width: clamp(4.5rem, 9vw, 5.2rem);
  }
}

/* The build card is cleaner without a tape pin. */
.quick__card:nth-child(1)::after {
  content: none;
  display: none !important;
}

/* Contact form header cleanup: stamp removed, tape now pins the corner. */
.form {
  overflow: visible;
  padding-top: clamp(2.35rem, 4vw, 3.15rem);
}

.form__tape {
  top: clamp(-0.52rem, -0.62vw, -0.38rem);
  right: clamp(-3rem, -3.4vw, -2.1rem);
  left: auto;
  z-index: 5;
  width: clamp(8.9rem, 13vw, 11.75rem);
  transform: rotate(38deg);
  transform-origin: center;
  filter: drop-shadow(0 0.38rem 0.52rem rgb(8 39 25 / 0.14));
  pointer-events: none;
}

.form__title {
  position: relative;
  z-index: 2;
  margin: 0 0 clamp(0.35rem, 1vw, 0.72rem);
  width: fit-content;
  max-width: none;
  display: inline-block;
  padding-bottom: clamp(0.34rem, 0.65vw, 0.5rem);
  color: #2c6e49;
  font-family: var(--font-body);
  font-size: clamp(2.35rem, 4.1vw, 3.45rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: lowercase;
  text-shadow: 0 0.06rem 0 rgb(255 254 242 / 0.72);
}

.form__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 0.7em);
  height: clamp(0.18rem, 0.35vw, 0.28rem);
  border-radius: 999px;
  background: color-mix(in srgb, #f9b8c4 72%, #d68c45);
  box-shadow: 0 0.16rem 0 rgb(44 110 73 / 0.08);
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .form {
    padding-top: clamp(2.15rem, 8vw, 2.7rem);
  }

  .form__tape {
    top: 0.05rem;
    right: -2.15rem;
    width: clamp(7.75rem, 38vw, 9.6rem);
    transform: rotate(39deg);
  }

  .form__title {
    max-width: none;
    font-size: clamp(2.05rem, 10.4vw, 2.65rem);
  }
}

/* Legal dialog: long terms need a wider, scrollable reading surface. */
.dialog {
  max-width: min(46rem, calc(100vw - 1.5rem));
}

.dialog__card {
  max-width: min(46rem, calc(100vw - 1.5rem));
  max-height: min(82vh, 48rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.dialog__card h3 {
  margin: 1.15rem 0 0.42rem;
  color: #2c6e49;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.25;
}

.dialog__card ul {
  margin: 0 0 0.8rem 1.1rem;
  padding: 0;
}

.dialog__card li {
  margin: 0 0 0.32rem;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.5;
}

.dialog__card a {
  color: #2c6e49;
  text-decoration-color: rgb(44 110 73 / 0.35);
  text-underline-offset: 0.18em;
}

.dialog__meta {
  color: rgb(23 60 40 / 0.78);
}

@media (max-width: 640px) {
  .dialog {
    max-width: calc(100vw - 1rem);
  }

  .dialog__card {
    max-width: calc(100vw - 1rem);
    max-height: 84vh;
    padding: 1.25rem 1.1rem;
  }

  .dialog__close {
    padding: 0.35rem 0.78rem;
  }
}

/* Work section rhythm: pull the panel closer to the hero cards and tighten
   the heading-to-showcase gap so the opening doesn't feel like dead paper. */
.work.panel {
  margin-top: clamp(0.45rem, 1.05vw, 0.9rem);
  padding-top: clamp(2.55rem, 4vw, 3.45rem);
  gap: clamp(1.45rem, 2.35vw, 2rem);
}

.work__head {
  gap: clamp(0.45rem, 1vw, 0.75rem);
}

.work__lede {
  margin-top: 0;
  transform: translateY(-0.28rem);
}

@media (max-width: 640px) {
  .work.panel {
    margin-top: 0.75rem;
    padding-top: clamp(2.1rem, 8.5vw, 2.65rem);
    gap: clamp(0.95rem, 3.8vw, 1.2rem);
  }

  .work__head {
    display: grid;
    gap: 0.45rem;
  }

  .work-showcase {
    --work-slide-height: clamp(26.75rem, 112vw, 28.75rem);
    padding-top: 2.45rem;
    padding-bottom: 1rem;
  }

  .work-showcase .work-featured,
  .work-showcase .work-card {
    padding-bottom: clamp(0.95rem, 3vw, 1.15rem);
  }

  .work-showcase .work-featured::before,
  .work-showcase .work-card::before {
    top: -1.78rem;
    width: clamp(8.25rem, 40vw, 9.9rem);
  }

  .work-showcase .work-featured__shot,
  .work-showcase .work-card > img {
    aspect-ratio: 16 / 9.5;
  }

  .work-showcase .work-card {
    padding-top: clamp(0.82rem, 3vw, 1rem);
  }

  .work-showcase .work-card::before {
    content: none;
    display: none !important;
  }
}

/* Mobile process repair: remove binder holes and stop the first route marker
   from being clipped against the paper edge. */
@media (max-width: 640px) {
  .process.section-paper {
    width: min(100%, calc(100% - 1rem));
    margin-block: 1.4rem 2rem;
  }

  .lp-proc {
    overflow: hidden;
    border-inline: 1px solid rgb(44 110 73 / 0.22);
    border-radius: 1.15rem;
    padding: clamp(1.55rem, 6vw, 1.9rem) clamp(0.92rem, 4vw, 1.1rem) clamp(1.8rem, 7vw, 2.25rem);
  }

  .lp-proc::before {
    content: none;
    display: none;
  }

  .route-stage {
    margin-top: clamp(1.8rem, 7vw, 2.25rem);
    padding-top: 0.72rem;
    overflow: visible;
  }

  .route-stage .route {
    --spine-x: clamp(2.05rem, 9vw, 2.35rem);
    overflow: visible;
  }

  .route-ink {
    overflow: visible;
  }

  .route-stop__no {
    z-index: 4;
  }

  .route-stop__card,
  .route-stop:nth-child(odd) .route-stop__card,
  .route-stop:nth-child(even) .route-stop__card {
    max-width: calc(100% - clamp(3.75rem, 16vw, 4.7rem));
    margin-left: clamp(3.75rem, 16vw, 4.7rem) !important;
    border-radius: 1rem;
  }
}

/* Contact mobile tidy: remove the notebook punch holes from the first card,
   and keep the form tape inside the second card so it renders cleanly. */
@media (max-width: 640px) {
  .contact .letter {
    padding-left: clamp(1.15rem, 5vw, 1.45rem);
  }

  .contact .letter::before {
    content: none;
    display: none;
  }

  .contact .form {
    padding-top: clamp(2.75rem, 10vw, 3.35rem);
    overflow: hidden;
  }

  .contact .form__tape {
    top: -0.55rem;
    right: clamp(0.55rem, 4vw, 1rem);
    left: auto;
    width: clamp(7.8rem, 36vw, 9.4rem);
    max-width: 46%;
    height: auto;
    object-fit: contain;
    transform: rotate(10deg);
    transform-origin: center;
  }
}

@-moz-document url-prefix() {
  .route-stop__card,
  .route-stop:nth-child(odd) .route-stop__card,
  .route-stop:nth-child(even) .route-stop__card,
  .route-stop.is-route-active .route-stop__card,
  .route-stop.is-route-active:nth-child(odd) .route-stop__card,
  .route-stop.is-route-active:nth-child(even) .route-stop__card,
  .route-stop__slip,
  .route-stop:nth-child(even) .route-stop__slip {
    transform: none !important;
  }

  .route-stop__card {
    transition-property: border-color, background-color, box-shadow;
  }
}

/* Tablet work showcase: keep the tape decorative, and let the featured
   screenshot carry more of the card. */
@media (min-width: 641px) and (max-width: 900px) {
  .work .work-featured {
    width: min(100%, 43rem);
    max-width: calc(100vw - clamp(2rem, 7vw, 4rem));
    padding: clamp(0.78rem, 1.8vw, 1rem);
    padding-top: clamp(1.35rem, 3.2vw, 1.7rem);
  }

  .work .work-featured::before {
    top: -3.85rem;
    width: clamp(8.5rem, 20vw, 9.8rem);
  }

  .work .work-featured__shot {
    width: calc(100% + clamp(1rem, 3vw, 1.45rem));
    margin-inline: calc(clamp(1rem, 3vw, 1.45rem) * -0.5);
    aspect-ratio: 16 / 8.35;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .work .work-featured {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 52rem);
    max-width: calc(100vw - clamp(3rem, 8vw, 5rem));
    margin-inline: auto;
    padding: clamp(0.9rem, 1.7vw, 1.1rem);
    padding-top: clamp(1.45rem, 2.4vw, 1.75rem);
  }

  .work .work-featured::before {
    top: -3.85rem;
    width: clamp(9.4rem, 16vw, 10.75rem);
  }

  .work .work-featured__shot {
    width: calc(100% + clamp(1rem, 2vw, 1.35rem));
    margin-inline: calc(clamp(1rem, 2vw, 1.35rem) * -0.5);
    aspect-ratio: 16 / 8.6;
  }

  .work .work-featured__copy {
    max-width: 38rem;
    padding-top: clamp(0.35rem, 1vw, 0.6rem);
  }
}

/* Tablet header wordmark: Dubbo's tall shapes were being clipped by a hidden,
   too-tight line box. Let the letters breathe without changing the header. */
@media (min-width: 641px) and (max-width: 1100px) {
  .site-header .brand__name {
    overflow: visible;
    line-height: 1;
    transform: none;
  }
}

/* Tablet footer: make the Lilypad wordmark feel like a real sign-off. */
@media (min-width: 641px) and (max-width: 1100px) {
  .footer-brand {
    gap: clamp(0.8rem, 2vw, 1.05rem);
  }

  .footer-brand img {
    width: clamp(4.4rem, 8vw, 5.6rem) !important;
    height: clamp(4.4rem, 8vw, 5.6rem) !important;
  }

  .footer-brand span {
    overflow: visible;
    font-size: clamp(5.25rem, 10.5vw, 7.2rem);
    line-height: 0.92;
    white-space: nowrap;
  }
}

/* Tablet header: there is room for section links, so do not collapse them
   into the phone menu. */
@media (min-width: 641px) and (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.85rem, 2vw, 1.25rem);
    padding-right: clamp(1rem, 2.2vw, 1.35rem);
  }

  .site-nav {
    position: static !important;
    inset: auto !important;
    z-index: auto;
    display: flex !important;
    align-items: center;
    justify-self: end;
    width: auto !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
    gap: clamp(0.58rem, 1.55vw, 1rem) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  .site-nav::before {
    content: none !important;
    display: none !important;
  }

  .site-nav a {
    display: inline-flex !important;
    width: auto;
    min-height: 2.3rem;
    padding: 0.48rem 0.06rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgb(254 254 227 / 0.9) !important;
    font-size: clamp(0.82rem, 1.45vw, 1rem) !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center;
    opacity: 1 !important;
    transform: none !important;
    transition: color 180ms ease !important;
  }

  .site-nav a::before {
    content: none !important;
    display: none !important;
  }

  .site-nav a::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0.22rem;
    left: 0;
    display: block !important;
    height: 2px;
    border-radius: 999px;
    background: var(--color-mint, #a4df98);
    transform: none;
    transition: right 180ms ease;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after,
  .site-nav a.is-active::after,
  .site-nav a[aria-current="page"]::after {
    right: 0;
  }

  .site-nav__dot {
    display: inline;
  }

  .site-nav__check,
  .site-nav .site-nav__check,
  .header-actions,
  .menu-toggle {
    display: none !important;
  }
}

/* Tablet header refinement: keep the real nav, but remove the phone-menu
   active block and reduce the brand scale so the row has air. */
@media (min-width: 641px) and (max-width: 1080px) {
  .site-header {
    min-height: clamp(4.05rem, 7vw, 4.65rem);
    padding: clamp(0.5rem, 1.2vw, 0.66rem) clamp(1rem, 2vw, 1.35rem) clamp(0.5rem, 1.2vw, 0.66rem) clamp(0.85rem, 1.8vw, 1.15rem);
  }

  .site-header .brand {
    gap: clamp(0.52rem, 1.2vw, 0.68rem);
  }

  .site-header .brand__mark {
    width: clamp(2.75rem, 5.4vw, 3.15rem);
    height: clamp(2.75rem, 5.4vw, 3.15rem);
  }

  .site-header .brand__name {
    font-size: clamp(2.45rem, 5.8vw, 3rem) !important;
    line-height: 1;
    transform: translateY(0.055em);
  }

  .site-nav {
    gap: clamp(0.72rem, 1.65vw, 1.18rem) !important;
  }

  .site-nav a,
  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active,
  .site-nav a[aria-current="page"] {
    min-height: 2.15rem;
    padding: 0.42rem 0.02rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgb(254 254 227 / 0.9) !important;
  }

  .site-nav a.is-active,
  .site-nav a[aria-current="page"] {
    color: #fefee3 !important;
  }

  .site-nav {
    justify-self: stretch;
    justify-content: space-evenly !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .site-nav a,
  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active,
  .site-nav a[aria-current="page"] {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    font-size: clamp(1.12rem, 2vw, 1.32rem) !important;
    font-weight: 950 !important;
    color: rgb(254 254 227 / 0.94) !important;
  }

  .site-nav a::after {
    right: auto;
    bottom: 0.16rem;
    left: 50%;
    width: min(3.15rem, 78%);
    height: 3px;
    background: var(--color-gold, #f2b64f);
    opacity: 0.78;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after,
  .site-nav a.is-active::after,
  .site-nav a[aria-current="page"]::after {
    right: auto;
    opacity: 1;
    transform: translateX(-50%) scaleX(1.08);
  }
}

.pricing-swipe {
  display: none;
}

/* Mobile-only pricing/contact/process polish, June 23. */
@media (max-width: 640px) {
  .pricing.panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .pricing__head {
    order: 1;
  }

  .pricing .pricing-pair {
    order: 3;
    margin: 0.32rem auto 0.56rem !important;
    transform: translateY(0.18rem) rotate(-1.1deg) !important;
  }

  .pricing-swipe {
    order: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 1.95rem;
    margin: 0.12rem auto 0.2rem;
    padding: 0.34rem 0.78rem;
    border: 1px solid rgb(254 254 227 / 0.22);
    border-radius: 999px;
    background: rgb(254 254 227 / 0.1);
    color: rgb(254 254 227 / 0.84);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: lowercase;
  }

  .pricing .plans {
    order: 4;
    gap: 0;
    padding-top: 0.45rem;
    padding-right: clamp(2rem, 14vw, 3.15rem);
    scroll-padding-inline: 0;
  }

  .pricing .plan {
    flex: 0 0 min(70vw, 17rem);
    scroll-snap-align: start;
  }

  .pricing .plan .chip {
    align-self: center;
    margin-inline: auto;
  }

  .pricing .plan--pink {
    z-index: 1;
    margin-left: -0.5rem;
  }

  .pricing .plan--pink::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
  }

  .pricing .plan--pink h3 {
    text-align: center;
  }

  .pricing .plan--pink .plan__price {
    justify-content: center;
  }

  .pricing .plan--pink .plan__note {
    text-align: center;
  }

  .pricing .pair .btn {
    padding-inline: 1rem;
    white-space: nowrap;
  }

  .pricing .pair {
    order: 5;
  }

  .process .lp-proc::after {
    background: url("./assets/images/generated/process-vine-flourish.webp") center / contain no-repeat;
    opacity: 0.055;
  }

  .process .route::before {
    content: none;
    display: none;
  }

  .contact .letter__logo {
    display: none !important;
  }

  .footer-top {
    min-height: 3.05rem;
    gap: 0.48rem;
    padding: 0.54rem 0.95rem 0.56rem 0.78rem;
    font-size: 0.9rem;
  }

  .footer-top svg {
    width: 1.35rem;
    height: 1.35rem;
  }
}

/* Tablet pricing: centered overlapping portrait cards with tap-to-front behavior. */
@media (min-width: 641px) and (max-width: 1080px) {
  .pricing.panel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "pair-tab"
      "plans"
      "swipe"
      "pair";
    gap: 0;
    overflow: hidden;
    padding: clamp(2.4rem, 4vw, 3.15rem) clamp(1.35rem, 4vw, 2.4rem) clamp(1.45rem, 2.8vw, 2rem);
  }

  .pricing__head {
    grid-area: head;
    justify-self: center;
    max-width: 42rem;
    margin-bottom: clamp(0.45rem, 1vw, 0.8rem);
    text-align: center;
  }

  .pricing .section-title,
  .pricing .section-title--cream {
    font-size: clamp(4rem, 9.8vw, 6.25rem);
    line-height: 0.96;
  }

  .pricing .wavy--blush::after {
    bottom: -0.1em;
    height: 0.18em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C12 3 22 3 32 8 S52 13 62 8 S82 3 92 8 S112 13 118 8' fill='none' stroke='%23f9b8c4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .pricing .pricing-pair {
    grid-area: pair-tab;
    margin: clamp(0.95rem, 1.8vw, 1.35rem) auto clamp(0.5rem, 1.1vw, 0.78rem) !important;
    transform: rotate(-1.1deg) !important;
  }

  .pricing-swipe {
    grid-area: swipe;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: fit-content;
    min-height: 1.85rem;
    margin: clamp(0.18rem, 0.6vw, 0.35rem) auto clamp(0.45rem, 1vw, 0.72rem);
    padding: 0.32rem 0.78rem;
    border: 1px solid rgb(254 254 227 / 0.24);
    border-radius: 999px;
    background: rgb(254 254 227 / 0.1);
    color: rgb(254 254 227 / 0.84);
    font-size: 0;
    font-weight: 900;
    line-height: 1;
    text-transform: lowercase;
  }

  .pricing-swipe::before {
    content: "tap a card to compare";
    font-size: 0.76rem;
  }

  .pricing .plans {
    grid-area: plans;
    display: grid;
    grid-template-columns: repeat(2, minmax(18rem, clamp(18rem, 39vw, 22.75rem)));
    align-items: stretch;
    justify-content: center;
    justify-self: center;
    width: min(100%, 44rem);
    max-width: none;
    min-height: 0;
    margin: 0 auto;
    padding: clamp(0.42rem, 1vw, 0.65rem) 0 clamp(0.7rem, 1.4vw, 0.95rem);
    gap: 0;
    overflow-y: visible;
    overflow-x: visible;
    isolation: isolate;
  }

  .pricing .plan {
    width: 100%;
    min-height: clamp(29.4rem, 63vw, 33rem);
    align-items: center;
    gap: clamp(0.48rem, 1vw, 0.7rem);
    padding: clamp(1.05rem, 2vw, 1.45rem);
    text-align: center;
    cursor: pointer;
    transition:
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 260ms ease,
      filter 260ms ease;
  }

  .pricing .plan .chip {
    align-self: center;
    margin-inline: auto;
  }

  .pricing .plan h3,
  .pricing .plan__price,
  .pricing .plan__note {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pricing .plan--cream,
  .pricing .plan--cream.reveal.is-visible {
    z-index: 2;
    transform: rotate(-1.3deg) translateX(0.42rem) !important;
  }

  .pricing .plan--pink,
  .pricing .plan--pink.reveal.is-visible {
    z-index: 1;
    margin-left: clamp(-1.4rem, -2.05vw, -0.85rem);
    transform: rotate(1.25deg) translateX(-0.42rem) translateY(0.34rem) !important;
  }

  .pricing .plan--cream.is-pricing-front,
  .pricing .plan--cream.reveal.is-visible.is-pricing-front,
  .pricing .plan--cream:hover,
  .pricing .plan--cream:focus-within {
    z-index: 5;
    transform: rotate(-0.55deg) translateX(0.62rem) translateY(-0.32rem) !important;
    box-shadow: 0 2rem 3.1rem rgb(8 39 25 / 0.3), 0 0.65rem 1rem rgb(8 39 25 / 0.16);
  }

  .pricing .plan--pink.is-pricing-front,
  .pricing .plan--pink.reveal.is-visible.is-pricing-front,
  .pricing .plan--pink:hover,
  .pricing .plan--pink:focus-within {
    z-index: 5;
    transform: rotate(0.5deg) translateX(-0.62rem) translateY(-0.32rem) !important;
    box-shadow: 0 2rem 3.1rem rgb(8 39 25 / 0.3), 0 0.65rem 1rem rgb(8 39 25 / 0.16);
  }

  .pricing .plan:not(.is-pricing-front) {
    filter: saturate(0.98);
  }

  .pricing .plan h3 {
    font-size: clamp(2.05rem, 4.15vw, 2.85rem);
    line-height: 0.98;
  }

  .pricing .plan__price strong {
    font-size: clamp(4.5rem, 10.2vw, 6.15rem);
  }

  .pricing .plan__note {
    max-width: 21rem;
    margin-inline: auto;
  }

  .pricing .plan__list {
    width: min(100%, 20.5rem);
    margin-inline: auto;
    text-align: left;
  }

  .pricing .plan__list li {
    font-size: clamp(0.8rem, 1.38vw, 0.9rem);
    line-height: 1.34;
  }

  .pricing .plan .btn {
    align-self: center;
    justify-self: center;
    width: fit-content;
    max-width: min(100%, 18rem);
    margin-inline: auto;
    text-align: center;
  }

  .pricing .plans__plus {
    display: none !important;
  }

  .pricing .pair {
    grid-area: pair;
    justify-self: center;
    width: min(100%, 38rem);
    max-width: none;
    margin: clamp(0.7rem, 1.6vw, 1rem) auto 0;
    padding: clamp(0.8rem, 1.8vw, 1rem) clamp(0.95rem, 2.3vw, 1.25rem);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.72rem;
    text-align: center;
  }

  .pricing .pair .btn {
    min-height: 2.7rem;
    padding-inline: 1.1rem;
    white-space: nowrap;
  }
}

/* Work showcase: remove the washi tape asset from the featured card. */
.work .work-featured::before,
.work-showcase .work-featured::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

/* Contact intro: clearer hierarchy for the free website check card. */
.contact .letter {
  gap: clamp(0.75rem, 1.2vw, 0.98rem);
}

.contact .letter__title {
  justify-self: center;
  max-width: 13.5ch;
  margin-inline: auto;
  padding-bottom: 0.06em;
  text-align: center;
  text-wrap: balance;
  font-size: clamp(2.65rem, 4.35vw, 3.85rem);
  line-height: 1.02;
}

.contact .letter__blurb {
  max-width: 35rem;
  margin-inline: auto;
  text-align: center;
  text-wrap: pretty;
  font-size: clamp(1.04rem, 1.22vw, 1.16rem);
  line-height: 1.6;
  font-weight: 690;
}

@media (max-width: 640px) {
  .contact .letter {
    gap: 0.76rem;
  }

  .contact .letter__title,
  .contact .letter__blurb {
    justify-self: start;
    margin-inline: 0;
    text-align: left;
  }

  .contact .letter__title {
    max-width: 11ch;
    font-size: clamp(2.6rem, 12.2vw, 3.18rem);
    line-height: 1.02;
  }

  .contact .letter__blurb {
    max-width: 20rem;
    font-size: clamp(1.02rem, 4.55vw, 1.12rem);
    line-height: 1.58;
  }

  .contact .letter__sign {
    display: none !important;
  }
}

/* Contact note: mobile/tablet should read like instructions, not option cards. */
@media (max-width: 1080px) {
  .contact .letter::before {
    content: none !important;
    display: none !important;
  }

  .contact .letter__title,
  .contact .letter__blurb {
    justify-self: start !important;
    margin-inline: 0 !important;
    text-align: left !important;
  }

  .contact .letter__list,
  .contact .letter__cards {
    width: 100%;
    margin: 0.05rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.42rem;
    list-style: none;
    text-align: left;
  }

  .contact .letter__list li,
  .contact .letter__cards li {
    position: relative;
    display: block !important;
    min-height: 0 !important;
    padding: 0 0 0 1.35rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #315e43;
    text-align: left !important;
    line-height: 1.36;
  }

  .contact .letter__list li::before,
  .contact .letter__cards li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0.56em;
    display: block !important;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #f9b8c4;
    box-shadow: 0 0 0 3px rgb(249 184 196 / 0.22);
  }

  .contact .letter__no {
    display: none !important;
  }

  .contact .letter__cards strong {
    display: inline;
    text-align: left !important;
    font-size: inherit;
    line-height: inherit;
  }

  .contact .form__title {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: 0;
    text-transform: lowercase;
  }
}

/* Contact tablet: try a desktop-style split without changing desktop. */
@media (min-width: 641px) and (max-width: 1080px) {
  .contact .contact__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: clamp(0.75rem, 2vw, 1.15rem);
  }

  .contact .letter,
  .contact .form {
    width: 100%;
  }

  .contact .letter {
    align-self: stretch;
    min-height: 100%;
    align-content: start;
    gap: clamp(0.82rem, 1.45vw, 1.08rem);
    padding: clamp(1.05rem, 2vw, 1.35rem) clamp(0.85rem, 1.8vw, 1.15rem) clamp(1.05rem, 2vw, 1.35rem) clamp(1.05rem, 2vw, 1.35rem);
  }

  .contact .letter__title,
  .contact .letter__blurb {
    justify-self: start;
    margin-inline: 0;
    text-align: left;
  }

  .contact .letter__title {
    max-width: 10.5ch;
    font-size: clamp(2.32rem, 5.35vw, 3.18rem);
    line-height: 1.055;
  }

  .contact .letter__blurb {
    max-width: 24rem;
    font-size: clamp(0.96rem, 1.9vw, 1.12rem);
    line-height: 1.66;
  }

  .contact .letter__list {
    gap: 0.58rem;
    margin-top: 0;
    font-size: clamp(0.91rem, 1.75vw, 1.02rem);
    line-height: 1.5;
  }

  .contact .letter__label {
    font-size: clamp(0.75rem, 1.25vw, 0.86rem);
  }

  .contact .letter__cards {
    grid-template-columns: 1fr;
    gap: 0.56rem;
  }

  .contact .letter__cards li {
    min-height: 2.35rem;
    padding: 0.52rem 0.62rem;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.42;
  }

  .contact .letter__reply {
    padding: 0.5rem 0.74rem;
    font-size: clamp(0.82rem, 1.55vw, 0.94rem);
    line-height: 1.28;
    white-space: normal;
  }

  .contact .letter__sign {
    margin-top: auto;
    font-size: clamp(1.35rem, 3.15vw, 1.8rem);
  }

  .contact .letter__logo {
    width: clamp(16rem, 34vw, 21rem);
    bottom: -4.8rem;
  }

  .contact .form {
    gap: 0.64rem;
    padding: clamp(2.35rem, 4vw, 2.85rem) clamp(0.95rem, 2vw, 1.25rem) clamp(1.05rem, 2vw, 1.3rem);
  }

  .contact .form__title {
    font-size: clamp(2.9rem, 6.25vw, 3.55rem);
    line-height: 0.92;
  }

  .contact .field {
    gap: 0.28rem;
  }

  .contact .field input,
  .contact .field textarea {
    min-height: 2.72rem;
  }

  .contact .field textarea {
    min-height: 6.2rem;
  }

  .contact .chips__row {
    gap: 0.42rem;
  }

  .contact .chips__chip span {
    padding-inline: 0.62rem;
    font-size: clamp(0.72rem, 1.3vw, 0.82rem);
  }
}

/* Contact return cards: the left card stays compact even on wide desktop, so
   keep these as readable rows instead of forcing three cramped columns. */
@media (min-width: 1081px) {
  .contact .letter::before {
    content: none !important;
    display: none !important;
  }

  .contact .letter {
    padding-left: clamp(1.2rem, 1.8vw, 1.45rem);
  }

  .contact .letter__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .contact .letter__cards li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 0.52rem;
    min-height: 2.45rem;
    padding: 0.5rem 0.62rem !important;
    text-align: left;
  }

  .contact .letter__cards strong {
    min-width: 0;
    font-size: clamp(0.8rem, 1.05vw, 0.9rem);
    line-height: 1.25;
    text-align: left;
  }
}

/* Responsive QA pass, June 23: narrow mobile screens should read as complete
   pages in full-height captures, not as cropped carousel fragments. */
@media (max-width: 640px) {
  .site-header {
    position: relative;
    top: auto;
  }

  .work-showcase {
    gap: 0.82rem;
    padding-inline: clamp(0.75rem, 4vw, 1rem);
    scroll-padding-inline: clamp(0.75rem, 4vw, 1rem);
  }

  .work-showcase .work-featured,
  .work-showcase .work-card {
    flex-basis: 100%;
    scroll-snap-align: start;
  }
}

@media (max-width: 380px) {
  .hero__wordmark {
    font-size: clamp(4.25rem, 20.5vw, 4.9rem) !important;
    max-width: 100%;
  }
}

/* Contact tape repair: keep the washi pinned to the same card corner while
   the contact grid moves from tablet split to single-column mobile. */
.contact .contact__grid,
.contact .form {
  overflow: visible;
}

.contact .form {
  isolation: isolate;
}

.contact .form__tape {
  top: clamp(-1.15rem, -1.45vw, -0.62rem);
  right: clamp(-2.6rem, -3.4vw, -1.55rem);
  left: auto;
  z-index: 6;
  width: clamp(7.15rem, 14.8vw, 10.15rem);
  max-width: 42%;
  height: auto;
  object-fit: contain;
  transform: rotate(38deg);
  transform-origin: center;
  pointer-events: none;
}

@media (max-width: 640px) {
  .contact .form {
    padding-top: clamp(2.55rem, 8.5vw, 3.15rem);
  }

  .contact .form__tape {
    top: clamp(-1rem, -2.35vw, -0.58rem);
    right: clamp(-2.75rem, -7vw, -1.85rem);
    width: clamp(7rem, 28vw, 8.75rem);
    max-width: 43%;
    transform: rotate(38deg);
  }
}

.pricing .plan {
  --pricing-glow-ring: rgb(249 184 196 / 0.5);
  --pricing-glow-halo: rgb(249 184 196 / 0.28);
  --pricing-glow-wash: rgb(214 140 69 / 0.16);
  isolation: isolate;
  transition:
    transform 320ms var(--ease, ease),
    box-shadow 260ms ease,
    filter 260ms ease;
}

.pricing .plan--pink {
  --pricing-glow-ring: rgb(86 158 118 / 0.5);
  --pricing-glow-halo: rgb(86 158 118 / 0.28);
  --pricing-glow-wash: rgb(254 254 227 / 0.14);
}

.pricing .plan::after {
  content: none !important;
  display: none !important;
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.pricing .plan:hover,
.pricing .plan:focus-within,
.pricing .plan.is-pricing-glowing {
  z-index: 6;
  box-shadow:
    0 2rem 3.1rem rgb(8 39 25 / 0.3),
    0 0 0 3px var(--pricing-glow-ring),
    0 0 1.45rem 0.25rem var(--pricing-glow-halo),
    0 0 2.4rem 0.35rem var(--pricing-glow-wash),
    0 0.65rem 1rem rgb(8 39 25 / 0.16) !important;
}

.work__title em {
  color: var(--color-blush, #f9b8c4);
}

.work.panel {
  padding-top: clamp(2rem, 4vw, 3.75rem);
}

.work__head {
  margin-top: clamp(0.65rem, 1vw, 0.95rem);
}

.work .work-showcase {
  margin-top: clamp(0.35rem, 0.85vw, 0.7rem);
}

@media (max-width: 640px) {
  .work.panel {
    padding-top: clamp(1.85rem, 7vw, 2.3rem);
  }

  .work__head {
    margin-top: clamp(0.35rem, 2vw, 0.6rem);
  }

  .work .work-showcase {
    margin-top: clamp(0.35rem, 2.2vw, 0.65rem);
  }
}

/* Services card watermarks: oversized Lilypad marks, treated like quiet ink. */
.offer {
  isolation: isolate;
}

.offer > :not(.offer__sprig) {
  position: relative;
  z-index: 2;
}

.offer__sprig {
  position: absolute;
  z-index: 0;
  display: block;
  width: var(--offer-logo-size, clamp(35rem, 56vw, 47rem));
  max-width: none;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  opacity: var(--offer-logo-opacity, 0.2);
  filter: saturate(0.82);
  pointer-events: none;
  transform: translate3d(0, 0, 0) rotate(var(--offer-logo-rotate, -22deg));
  transform-origin: center;
}

.offer::before,
.offer::after {
  content: none;
  display: none;
}

.offer--green {
  --offer-logo-opacity: 0.2;
  --offer-logo-rotate: -18deg;
}

.offer--green .offer__sprig {
  top: clamp(-14rem, -13vw, -8.5rem);
  right: clamp(-23rem, -23vw, -14.5rem);
  bottom: auto;
  left: auto;
  transform: translate(-200px, 50px) matrix(0.951057, -0.309017, 0.309017, 0.951057, 0, 0);
}

.offer--plum {
  --offer-logo-opacity: 0.18;
  --offer-logo-rotate: 16deg;
}

.offer--plum .offer__sprig {
  top: clamp(-11rem, -10vw, -6.5rem);
  left: clamp(-23rem, -23vw, -15.25rem);
  right: auto;
  bottom: auto;
  transform: translate(387px, 145px) rotate(229.27deg) scale(1.12, 1.12) matrix(0.961262, 0.275637, -0.275637, 0.961262, 0, 0);
}

@media (max-width: 900px) {
  .offer__sprig {
    width: var(--offer-logo-tablet-size, clamp(34rem, 78vw, 42rem));
    height: auto;
  }

  .offer--green .offer__sprig {
    top: clamp(-12rem, -18vw, -8rem);
    right: clamp(-22rem, -34vw, -13rem);
    transform: translate(-50px, 270px) matrix(0.951057, -0.309017, 0.309017, 0.951057, 0, 0);
  }

  .offer--plum .offer__sprig {
    top: clamp(-11rem, -16vw, -7rem);
    left: clamp(-22rem, -34vw, -13.25rem);
    transform: translate(10px, 15px) rotate(-13.15deg) scale(1.41, 1.41) matrix(0.961262, 0.275637, -0.275637, 0.961262, 0, 0);
  }
}

@media (max-width: 640px) {
  .offer__sprig {
    width: var(--offer-logo-mobile-size, clamp(26rem, 122vw, 32rem));
    height: auto;
    opacity: 0.16;
  }

  .offer--green .offer__sprig {
    top: -8.75rem;
    right: -14.85rem;
  }

  .offer--plum .offer__sprig {
    top: -7.4rem;
    left: -14.55rem;
  }
}

@media (max-width: 600px) {
  .offer--green .offer__sprig {
    transform: translate(-210px, 400px) matrix(0.951057, -0.309017, 0.309017, 0.951057, 0, 0);
  }

  .offer--plum .offer__sprig {
    transform: translate(210px, 440px) matrix(0.961262, 0.275637, -0.275637, 0.961262, 0, 0);
  }
}

/* Firefox rasterizes small text poorly on rotated/transformed card layers.
   Keep this scoped to text-heavy pricing/contact surfaces so other browsers
   keep the tactile tilt while Firefox keeps clean glyph edges. */
@-moz-document url-prefix() {
  .pricing .pricing-pair,
  .pricing .plans__plus,
  .pricing .plan,
  .pricing .plan.reveal,
  .pricing .plan.reveal.is-visible,
  .pricing .plan--cream,
  .pricing .plan--pink,
  .pricing .plan--cream.is-pricing-front,
  .pricing .plan--pink.is-pricing-front,
  .pricing .plan--cream.reveal.is-visible,
  .pricing .plan--pink.reveal.is-visible,
  .pricing .plan--cream:hover,
  .pricing .plan--pink:hover,
  .pricing .plan--cream:focus-within,
  .pricing .plan--pink:focus-within,
  .pricing .plan--cream.reveal.is-visible:hover,
  .pricing .plan--pink.reveal.is-visible:hover,
  .pricing .plan--cream.reveal.is-visible:focus-within,
  .pricing .plan--pink.reveal.is-visible:focus-within,
  .pricing .pair,
  .pricing .pair.reveal,
  .pricing .pair.reveal.is-visible,
  .contact .pair,
  .contact .letter,
  .contact .letter.reveal,
  .contact .letter.reveal.is-visible,
  .contact .form,
  .contact .form.reveal,
  .contact .form.reveal.is-visible {
    transform: none !important;
  }

  .pricing .pricing-pair,
  .pricing .plan,
  .pricing .pair,
  .contact .pair,
  .contact .letter,
  .contact .form {
    transition-property: border-color, background-color, box-shadow, filter, opacity !important;
    will-change: auto !important;
  }

  .pricing .plan *,
  .pricing .pair *,
  .contact .pair *,
  .contact .letter *,
  .contact .form * {
    text-shadow: none !important;
  }
}
