:root {
  --forest: #173f36;
  --forest-dark: #102d28;
  --leaf: #366d5a;
  --sage: #9fbea2;
  --aqua: #c7e1d7;
  --paper: #f8f1df;
  --paper-soft: #fffaf0;
  --ink: #183c35;
  --coral: #d95f6e;
  --yellow: #e9d94c;
  --blue: #2f7180;
  --line: rgba(24, 60, 53, .22);
  --shadow: 0 24px 70px rgba(10, 39, 31, .18);
  --serif: "Kaisei Decol", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --round: "Nunito", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--forest-dark);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: var(--forest) url("assets/forest-route-v2.jpg") center / cover no-repeat;
  content: "";
  transform: scale(1.02);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 55, 47, .08), transparent 31%, transparent 69%, rgba(17, 55, 47, .08));
  content: "";
  pointer-events: none;
}

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

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

button,
input {
  font: inherit;
}

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

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

h1,
h2,
h3 {
  text-wrap: balance;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  border-bottom: 1px solid rgba(24, 60, 53, .16);
  background: rgba(255, 250, 240, .92);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  line-height: 1;
}

.brand-mark {
  color: var(--forest);
  font-family: var(--round);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.brand-sub {
  margin-top: 5px;
  color: var(--coral);
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .26em;
}

.menu-button {
  display: none;
}

.global-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: var(--round);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.global-menu a {
  position: relative;
}

.global-menu a:not(.menu-reserve)::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}

.global-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-reserve {
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 8px 22px rgba(181, 67, 84, .22);
}

.route-nav {
  position: fixed;
  top: 50%;
  right: max(28px, calc((100vw - 1200px) / 2));
  z-index: 30;
  width: 172px;
  padding: 15px 14px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 22px;
  color: #fff;
  background: rgba(18, 61, 52, .82);
  box-shadow: 0 18px 50px rgba(12, 45, 37, .28);
  backdrop-filter: blur(10px);
  transform: translateY(-46%);
}

.route-nav > p {
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-family: var(--round);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
}

.route-nav ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-nav ol::before {
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 14px;
  width: 2px;
  background: rgba(255, 255, 255, .32);
  content: "";
}

.route-nav li + li {
  margin-top: 5px;
}

.route-nav a {
  position: relative;
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.route-nav a span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  color: var(--forest);
  background: #fff;
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
}

.route-nav a.is-active {
  color: var(--forest-dark);
  background: var(--yellow);
  transform: translateX(-4px);
}

.route-nav a.is-active span {
  border-color: var(--yellow);
  background: var(--paper-soft);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 110px 24px 60px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 72px 0 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 250, 230, .7), transparent 42%);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  min-height: 760px;
  margin: 0 auto;
  text-align: center;
}

.expedition-label {
  color: var(--forest);
  font-family: var(--round);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .25em;
}

.hero-sign {
  display: grid;
  width: 300px;
  margin: 22px auto 26px;
  padding: 16px 32px 18px;
  color: #fff;
  background: var(--forest-dark);
  box-shadow: 9px 9px 0 rgba(234, 216, 74, .75);
  font-family: var(--round);
  line-height: 1;
  transform: rotate(-1.5deg);
}

.hero-sign span {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.hero-sign small {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .45em;
}

.hero h1 {
  width: min(760px, 92%);
  margin: 0 auto;
  color: var(--coral);
  font-size: clamp(40px, 5.3vw, 72px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.52;
  text-shadow: 0 2px rgba(255, 255, 255, .6);
}

.hero-copy {
  width: min(660px, 86%);
  margin: 20px auto 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 2.15;
}

.trail-start {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 13px 24px;
  border: 2px solid var(--forest-dark);
  border-radius: 999px;
  color: #fff;
  background: var(--forest-dark);
  box-shadow: 6px 6px 0 var(--yellow);
  font-family: var(--round);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  transition: transform .25s ease, box-shadow .25s ease;
}

.trail-start:hover {
  box-shadow: 2px 2px 0 var(--yellow);
  transform: translate(4px, 4px);
}

.paw-icon {
  position: relative;
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  font-size: 10px;
}

.paw-icon::before,
.paw-icon::after {
  position: absolute;
  top: -1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.paw-icon::before { left: 1px; }
.paw-icon::after { right: 1px; }

.hero-dog {
  position: absolute;
  margin: 0;
}

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

.hero-dog-main {
  right: -3%;
  bottom: -3%;
  width: 260px;
  height: 260px;
  padding: 10px;
  border-radius: 48% 52% 46% 54% / 58% 40% 60% 42%;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(5deg);
}

.hero-dog-main img {
  border-radius: inherit;
}

.hero-dog-sub {
  bottom: 4%;
  left: 0;
  width: 180px;
  height: 180px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-6deg);
}

.hero-dog-sub img {
  border-radius: 50%;
}

.hero-dog figcaption {
  position: absolute;
  right: -12px;
  bottom: -10px;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  background: var(--coral);
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}

.bird-note {
  position: absolute;
  padding: 5px 15px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-soft);
  font-family: var(--round);
  font-size: 12px;
  font-weight: 900;
}

.bird-note::after {
  position: absolute;
  bottom: -7px;
  left: 30%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--paper-soft);
  content: "";
  transform: rotate(45deg);
}

.note-one { bottom: 26%; left: 15%; transform: rotate(-8deg); }
.note-two { right: 17%; bottom: 33%; transform: rotate(7deg); }

.hero-scroll {
  position: absolute;
  right: 22px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-dark);
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.hero-scroll span {
  width: 1px;
  height: 48px;
  background: currentColor;
  animation: scrollLine 1.8s ease-in-out infinite;
  transform-origin: top;
}

.hero-leaf {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 160px;
  border-radius: 100% 0 100% 0;
  background: rgba(46, 104, 85, .52);
  filter: blur(.2px);
}

.leaf-a { top: 18%; left: -18px; transform: rotate(26deg); }
.leaf-b { top: 30%; right: -28px; background: rgba(32, 89, 76, .7); transform: rotate(-48deg); }
.leaf-c { right: 6%; bottom: -70px; width: 150px; height: 250px; background: rgba(158, 186, 149, .6); transform: rotate(40deg); }

.journey {
  position: relative;
  z-index: 4;
  width: min(760px, 100%);
  margin: 0 auto;
  box-shadow: 0 0 70px rgba(17, 54, 45, .22);
}

.paper-section {
  position: relative;
  padding: 110px 70px;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(27, 72, 61, .065) .7px, transparent .7px);
  background-size: 7px 7px;
}

.paper-section + .paper-section {
  border-top: 1px dashed rgba(32, 73, 62, .25);
}

.section-title {
  margin-bottom: 46px;
  text-align: center;
}

.chapter,
.zone-title > p,
.zone-title > span,
.price-paper header p,
.reserve-copy > p:first-child {
  color: var(--coral);
  font-family: var(--round);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.section-title h2,
.zone-title h2,
.price-paper h2 {
  margin-top: 10px;
  font-size: clamp(30px, 4.3vw, 46px);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.55;
}

.section-title > p:last-child {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.prologue {
  padding-top: 125px;
  overflow: hidden;
}

.prologue::before,
.prologue::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.prologue::before {
  top: -110px;
  left: -90px;
  width: 330px;
  height: 280px;
  background: rgba(157, 190, 157, .55);
}

.prologue::after {
  right: -90px;
  bottom: 50px;
  width: 260px;
  height: 230px;
  background: rgba(201, 227, 216, .55);
}

.prologue-collage,
.prologue-copy,
.paw-divider {
  position: relative;
  z-index: 1;
}

.photo-card {
  position: relative;
  width: 84%;
  padding: 10px 10px 43px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.photo-card figcaption {
  padding: 8px 5px 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.circle-photo {
  position: absolute;
  right: -18px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  padding: 8px;
  border: 3px dashed var(--coral);
  border-radius: 50%;
  background: var(--paper-soft);
  transform: rotate(7deg);
}

.circle-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.prologue-copy {
  margin-top: 100px;
  padding: 46px 38px 40px;
  border: 1px solid rgba(29, 74, 62, .16);
  background: rgba(255, 253, 247, .82);
  box-shadow: 9px 9px 0 rgba(104, 148, 122, .22);
}

.prologue-copy h2 {
  margin: 12px 0 24px;
  color: var(--coral);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.65;
}

.prologue-copy p:not(.chapter) + p {
  margin-top: 14px;
}

.paw-divider {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-around;
  margin: 76px auto 0;
  transform: rotate(-7deg);
}

.paw-divider i {
  position: relative;
  display: block;
  width: 17px;
  height: 13px;
  border-radius: 50% 50% 44% 44%;
  background: var(--leaf);
  transform: rotate(var(--paw-r, -12deg));
}

.paw-divider i:nth-child(even) { --paw-r: 15deg; margin-top: 22px; }
.paw-divider i::before,
.paw-divider i::after {
  position: absolute;
  top: -7px;
  width: 6px;
  height: 7px;
  border-radius: 50%;
  background: inherit;
  content: "";
}
.paw-divider i::before { left: 0; }
.paw-divider i::after { right: 0; }

.dog-guide {
  padding-top: 100px;
  background-color: #d9eadc;
}

.type-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.type-tab {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 9px 5px 12px;
  border: 1px solid rgba(24, 60, 53, .2);
  border-radius: 80px 80px 18px 18px;
  color: var(--ink);
  background: rgba(255, 250, 240, .7);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.type-tab img {
  width: 74px;
  height: 74px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.type-tab span {
  font-size: 11px;
  font-weight: 700;
}

.type-tab:hover,
.type-tab.is-active {
  background: var(--yellow);
  box-shadow: 0 12px 22px rgba(27, 65, 55, .12);
  transform: translateY(-5px);
}

.type-tab:focus-visible,
.round-button:focus-visible,
.reserve-buttons a:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.field-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 350px;
  border: 1px solid rgba(23, 63, 54, .26);
  border-radius: 5px;
  background: var(--paper-soft);
  box-shadow: 12px 14px 0 rgba(50, 105, 88, .2);
  overflow: hidden;
  transition: background .35s ease;
}

.field-photo {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.field-photo::after {
  position: absolute;
  inset: 0;
  border: 12px solid rgba(255, 255, 255, .28);
  content: "";
  pointer-events: none;
}

.field-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s ease, transform .7s ease;
}

.field-card.is-changing .field-photo img {
  opacity: .2;
  transform: scale(1.06);
}

.field-photo span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 4px 11px;
  color: #fff;
  background: var(--forest-dark);
  font-family: var(--round);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.field-copy {
  padding: 40px 34px;
}

.field-ruby {
  color: var(--coral);
  font-family: var(--round);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.field-copy h3 {
  margin: 8px 0 16px;
  font-size: 30px;
  font-weight: 500;
}

.field-copy > p:not(.field-ruby) {
  font-size: 14px;
}

.field-copy dl {
  margin-top: 24px;
  border-top: 1px dashed var(--line);
}

.field-copy dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 12px;
}

.field-copy dt {
  color: var(--coral);
  font-weight: 700;
}

.care-zone {
  position: relative;
  padding: 100px 0 0;
  background: linear-gradient(#a8cfb2, #e1efd8 30%, #f0e6cb 68%, #b9d2cc);
  overflow: hidden;
}

.care-zone::before,
.care-zone::after {
  position: absolute;
  width: 330px;
  height: 440px;
  border-radius: 60% 40% 62% 38%;
  background: rgba(44, 106, 83, .22);
  content: "";
  pointer-events: none;
}

.care-zone::before { top: 180px; left: -220px; transform: rotate(34deg); }
.care-zone::after { right: -220px; bottom: 230px; transform: rotate(-30deg); }

.zone-title {
  position: relative;
  z-index: 2;
  padding: 0 50px 56px;
  text-align: center;
}

.zone-title > span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 12px;
  border-radius: 999px;
  color: var(--forest-dark);
  background: var(--yellow);
}

.care-card {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 92px;
}

.care-card + .care-card {
  padding-top: 85px;
  border-top: 2px dotted rgba(23, 63, 54, .26);
}

.care-card figure {
  position: relative;
  width: 100%;
  padding: 12px;
  border-radius: 48px 8px 48px 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.care-card figure img {
  width: 100%;
  aspect-ratio: .92;
  border-radius: 36px 4px 36px 4px;
  object-fit: cover;
}

.vertical-copy {
  position: absolute;
  top: 56px;
  right: 28px;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  writing-mode: vertical-rl;
}

.vertical-copy p,
.vertical-copy h3 {
  padding: 10px 5px;
  background: rgba(255, 255, 255, .91);
  box-decoration-break: clone;
}

.vertical-copy p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

.vertical-copy h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .08em;
}

.care-detail {
  width: 92%;
  margin: -2px auto 0;
  padding: 30px 35px 34px;
  background: rgba(255, 250, 240, .9);
  box-shadow: 9px 9px 0 rgba(47, 108, 88, .16);
  text-align: center;
}

.care-detail p {
  font-size: 13px;
}

.care-detail strong {
  display: block;
  margin: 16px 0 12px;
  color: var(--coral);
  font-family: var(--round);
  font-size: 18px;
}

.care-detail a {
  display: inline-block;
  min-width: 210px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest-dark);
  font-family: var(--round);
  font-size: 12px;
  font-weight: 800;
}

.species-badge {
  position: absolute;
  top: -55px;
  left: -82px;
  z-index: 4;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  padding: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--forest-dark);
  box-shadow: 0 13px 35px rgba(14, 48, 40, .24);
  cursor: pointer;
  transform: rotate(-7deg);
}

.species-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.species-badge span {
  position: absolute;
  bottom: -12px;
  padding: 3px 12px;
  border-radius: 999px;
  color: var(--forest-dark);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.species-badge-right {
  right: -82px;
  left: auto;
  transform: rotate(7deg);
}

.style-observation {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #edf1dd;
}

.ba-field {
  margin-bottom: 60px;
  padding: 18px 18px 25px;
  border: 1px solid rgba(25, 61, 53, .24);
  background: var(--paper-soft);
  box-shadow: 12px 12px 0 rgba(217, 95, 110, .17);
}

.ba-window {
  position: relative;
  aspect-ratio: 1.43;
  overflow: hidden;
}

.ba-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: 52%;
  overflow: hidden;
}

.after-wrap .ba-image {
  width: calc(100% / var(--ba-ratio, .52));
  max-width: none;
}

.ba-tag {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 4px 10px;
  color: #fff;
  background: var(--forest-dark);
  font-family: var(--round);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ba-before { right: 14px; }
.ba-after { left: 14px; background: var(--coral); }

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  z-index: 3;
  width: 2px;
  background: #fff;
  transform: translateX(-1px);
  pointer-events: none;
}

.ba-handle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 4px 12px rgba(19, 55, 46, .25);
  content: "↔";
  font-family: var(--round);
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.ba-field label {
  display: block;
  margin: 14px 0 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.ba-field input {
  width: 100%;
  accent-color: var(--coral);
  cursor: ew-resize;
}

.style-scroll {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 22px;
}

.specimen-card {
  position: relative;
  padding: 9px 9px 17px;
  border: 1px solid rgba(23, 63, 54, .17);
  background: #fff;
  box-shadow: 7px 8px 0 rgba(47, 111, 91, .14);
}

.specimen-card:nth-child(even) {
  transform: translateY(28px) rotate(1deg);
}

.specimen-card:nth-child(odd) {
  transform: rotate(-1deg);
}

.specimen-card > span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 2px 7px;
  color: #fff;
  background: var(--forest-dark);
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
}

.specimen-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.specimen-card figcaption {
  display: grid;
  gap: 2px;
  padding: 10px 5px 0;
}

.specimen-card b {
  font-size: 15px;
}

.specimen-card small {
  font-size: 10px;
}

.price-section {
  position: relative;
  padding: 110px 75px;
  background: #62907c;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .06) 50%, rgba(255, 255, 255, .06) 75%, transparent 75%);
  background-size: 34px 34px;
}

.price-section::before,
.price-section::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 54px;
  background: radial-gradient(circle at 28px -8px, transparent 35px, var(--paper) 36px) 0 0 / 56px 54px repeat-x;
  content: "";
}

.price-section::before { top: -1px; }
.price-section::after { bottom: -1px; transform: rotate(180deg); }

.price-paper {
  position: relative;
  z-index: 2;
  padding: 54px 52px 48px;
  border: 1px solid rgba(21, 60, 50, .28);
  background: var(--paper-soft);
  box-shadow: 13px 14px 0 rgba(23, 62, 53, .24);
}

.price-paper::before,
.price-paper::after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 54px;
  border-radius: 50%;
  background: #62907c;
  content: "";
  transform: translateY(-50%);
}

.price-paper::before { left: -15px; }
.price-paper::after { right: -15px; }

.price-paper header {
  margin-bottom: 36px;
  text-align: center;
}

.price-paper h2 {
  font-size: 35px;
}

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

.price-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 5px;
  border-bottom: 1px dashed var(--line);
}

.price-list span {
  font-size: 14px;
}

.price-list b {
  color: var(--coral);
  font-family: var(--round);
  font-size: 17px;
  white-space: nowrap;
}

.price-note {
  margin: 22px 0;
  font-size: 11px;
}

.round-button {
  display: block;
  width: min(300px, 100%);
  margin: 0 auto;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--yellow);
  font-family: var(--round);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.salon-section {
  background-color: #d6e8df;
}

.ranger-card {
  display: grid;
  grid-template-columns: 46% 1fr;
  align-items: center;
  margin-bottom: 60px;
  padding: 12px;
  border: 2px solid var(--ink);
  background: var(--paper-soft);
  box-shadow: 11px 11px 0 var(--yellow);
}

.ranger-card figure {
  height: 100%;
  min-height: 370px;
  overflow: hidden;
}

.ranger-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranger-card > div {
  padding: 32px;
}

.ranger-label {
  color: var(--coral);
  font-family: var(--round);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.ranger-card h3 {
  margin: 5px 0 0;
  font-family: var(--round);
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.ranger-card small {
  display: block;
  margin-bottom: 20px;
  color: var(--leaf);
  font-family: var(--round);
  font-size: 10px;
  font-weight: 800;
}

.ranger-card div > p:last-child {
  font-size: 13px;
}

.camp-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 210px 210px;
  gap: 14px;
}

.camp-gallery figure {
  position: relative;
  padding: 8px 8px 30px;
  background: #fff;
  box-shadow: 6px 7px 0 rgba(24, 60, 53, .16);
  overflow: hidden;
}

.camp-gallery figure:first-child {
  grid-row: 1 / 3;
}

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

.camp-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-family: var(--round);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.flow-section {
  background-color: #f5edd8;
}

.flow-trail {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-trail::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 32px;
  width: 3px;
  background: repeating-linear-gradient(to bottom, var(--leaf) 0 5px, transparent 5px 11px);
  content: "";
}

.flow-trail li {
  position: relative;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  align-items: center;
}

.flow-trail li + li {
  margin-top: 25px;
}

.flow-trail span {
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 4px solid var(--paper);
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 0 0 2px var(--forest);
  font-family: var(--round);
  font-size: 13px;
  font-weight: 900;
}

.flow-trail div {
  padding: 16px 20px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .68);
}

.flow-trail h3 {
  font-size: 18px;
  font-weight: 500;
}

.flow-trail p {
  margin-top: 3px;
  font-size: 12px;
}

.faq-section {
  padding-top: 80px;
  background-color: #c9e0d6;
}

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

.faq-list details {
  border-bottom: 1px solid rgba(24, 60, 53, .28);
  background: rgba(255, 255, 255, .22);
}

.faq-list summary {
  position: relative;
  padding: 19px 50px 19px 45px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::before {
  position: absolute;
  top: 19px;
  left: 13px;
  color: var(--coral);
  content: "Q";
  font-family: var(--round);
  font-weight: 900;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "+";
  font-family: var(--round);
  font-size: 22px;
  transform: translateY(-50%);
  transition: transform .25s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  padding: 0 48px 20px 45px;
  font-size: 13px;
}

.reserve-section {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  padding: 110px 70px 120px;
  color: #fff;
  background: linear-gradient(180deg, #315c59, #102f2c 80%);
  overflow: hidden;
}

.reserve-section::before {
  position: absolute;
  right: -100px;
  bottom: -160px;
  left: -100px;
  height: 430px;
  border-radius: 50% 50% 0 0;
  background: rgba(67, 123, 99, .45);
  content: "";
}

.reserve-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
  text-align: center;
}

.reserve-copy > p:first-child {
  color: var(--yellow);
}

.reserve-copy h2 {
  margin: 12px 0 22px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 500;
  line-height: 1.55;
}

.reserve-copy > p:not(:first-child) {
  font-size: 14px;
}

.reserve-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 18px;
}

.reserve-buttons a {
  min-width: 190px;
  padding: 13px 20px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--forest-dark);
  background: var(--paper-soft);
  font-family: var(--round);
  font-size: 12px;
  font-weight: 900;
}

.reserve-buttons a:last-child {
  color: #fff;
  background: transparent;
}

.reserve-copy small {
  font-size: 10px;
  letter-spacing: .05em;
}

.reserve-dog {
  position: absolute;
  right: -40px;
  bottom: -50px;
  z-index: 2;
  width: 260px;
  height: 260px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(5deg);
}

.reserve-dog img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.reserve-stars i {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 12px var(--yellow);
  animation: twinkle 2.2s ease-in-out infinite;
}

.reserve-stars i:nth-child(1) { top: 16%; left: 13%; }
.reserve-stars i:nth-child(2) { top: 25%; right: 15%; animation-delay: .4s; }
.reserve-stars i:nth-child(3) { top: 47%; left: 7%; animation-delay: .8s; }
.reserve-stars i:nth-child(4) { top: 60%; right: 9%; animation-delay: 1.2s; }
.reserve-stars i:nth-child(5) { top: 12%; left: 57%; animation-delay: 1.6s; }

.site-footer {
  position: relative;
  z-index: 5;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 55px 60px 85px;
  color: var(--forest-dark);
  background: var(--yellow);
  text-align: center;
}

.site-footer > div {
  display: grid;
  justify-content: center;
  margin-bottom: 18px;
  font-family: var(--round);
  line-height: 1;
}

.site-footer strong {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.site-footer span {
  margin-top: 6px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .34em;
}

.site-footer p {
  font-size: 11px;
  line-height: 1.9;
}

.site-footer > a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
}

.mobile-route {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .76, .3, 1);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .hero-dog-main.reveal {
  transform: translateY(35px) rotate(5deg);
}

.motion-ready .hero-dog-main.reveal.is-visible {
  transform: rotate(5deg);
}

.motion-ready .hero-dog-sub.reveal {
  transform: translateY(35px) rotate(-6deg);
}

.motion-ready .hero-dog-sub.reveal.is-visible {
  transform: rotate(-6deg);
}

.motion-ready .photo-card.reveal.is-visible {
  transform: rotate(-2deg);
}

.motion-ready .circle-photo.reveal.is-visible {
  transform: rotate(7deg);
}

.motion-ready .specimen-card:nth-child(even).reveal.is-visible {
  transform: translateY(28px) rotate(1deg);
}

.motion-ready .specimen-card:nth-child(odd).reveal.is-visible {
  transform: rotate(-1deg);
}

.motion-ready .reserve-dog.reveal.is-visible {
  transform: rotate(5deg);
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(.2); opacity: .4; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes twinkle {
  0%, 100% { opacity: .25; transform: scale(.6); }
  50% { opacity: 1; transform: scale(1.5); }
}

@media (max-width: 1180px) {
  .route-nav {
    right: 20px;
    width: 152px;
  }

  .journey,
  .site-footer {
    margin-left: max(20px, calc((100vw - 970px) / 2));
  }
}

@media (max-width: 960px) {
  body::after {
    background: rgba(15, 55, 46, .05);
  }

  .route-nav {
    display: none;
  }

  .journey,
  .site-footer {
    margin: 0 auto;
  }

  .hero-inner {
    min-height: 690px;
  }

  .global-menu {
    gap: 18px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 66px;
  }

  body {
    padding-bottom: 49px;
    font-size: 15px;
  }

  body::before {
    background-position: 48% center;
  }

  .site-header {
    height: 62px;
    padding: 0 16px;
  }

  .brand-mark {
    font-size: 24px;
  }

  .brand-sub {
    font-size: 7px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 4px;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    transition: transform .3s ease, opacity .3s ease;
  }

  .menu-button b {
    margin-top: 1px;
    font-family: var(--round);
    font-size: 6px;
    letter-spacing: .16em;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .global-menu {
    position: fixed;
    inset: 62px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 24px 28px;
    border-top: 1px solid var(--line);
    background: rgba(255, 250, 240, .98);
    box-shadow: 0 20px 30px rgba(18, 52, 44, .14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .3s ease, transform .3s ease;
  }

  .global-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .global-menu a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
  }

  .global-menu .menu-reserve {
    margin-top: 14px;
    padding: 11px;
    border: 0;
    text-align: center;
  }

  .hero {
    min-height: 940px;
    padding: 88px 14px 50px;
  }

  .hero::before {
    inset: 62px 0 0;
    background: linear-gradient(rgba(255, 251, 229, .42), rgba(255, 251, 229, .1));
  }

  .hero-inner {
    min-height: 810px;
  }

  .expedition-label {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .hero-sign {
    width: 235px;
    margin-top: 18px;
    padding: 13px 22px 15px;
    box-shadow: 7px 7px 0 rgba(234, 216, 74, .75);
  }

  .hero-sign span {
    font-size: 37px;
  }

  .hero-sign small {
    font-size: 9px;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(35px, 10.3vw, 48px);
    letter-spacing: .04em;
    line-height: 1.55;
  }

  .hero-copy {
    width: 94%;
    margin-top: 16px;
    font-size: 13px;
    line-height: 2;
  }

  .trail-start {
    min-width: 205px;
    margin-top: 22px;
  }

  .hero-dog-main {
    right: -20px;
    bottom: 6px;
    width: 220px;
    height: 220px;
  }

  .hero-dog-sub {
    bottom: 90px;
    left: -12px;
    width: 135px;
    height: 135px;
  }

  .note-one { bottom: 260px; left: 7px; }
  .note-two { right: 10px; bottom: 250px; }

  .hero-scroll {
    display: none;
  }

  .hero-leaf {
    opacity: .6;
  }

  .journey,
  .site-footer {
    width: 100%;
  }

  .paper-section {
    padding: 82px 22px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title h2,
  .zone-title h2,
  .price-paper h2 {
    font-size: 31px;
    letter-spacing: .03em;
    line-height: 1.55;
  }

  .section-title > p:last-child {
    font-size: 12px;
  }

  .prologue {
    padding-top: 96px;
  }

  .photo-card {
    width: 93%;
    padding-bottom: 36px;
  }

  .circle-photo {
    right: -6px;
    bottom: -50px;
    width: 130px;
    height: 130px;
  }

  .prologue-copy {
    margin-top: 82px;
    padding: 34px 23px 30px;
  }

  .prologue-copy h2 {
    font-size: 27px;
  }

  .prologue-copy p:not(.chapter) {
    font-size: 13px;
  }

  .paw-divider {
    width: 92%;
    margin-top: 58px;
  }

  .dog-guide {
    padding-top: 76px;
  }

  .type-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .type-tab {
    grid-template-columns: 54px 1fr;
    align-items: center;
    justify-items: start;
    padding: 7px 12px 7px 7px;
    border-radius: 999px;
  }

  .type-tab img {
    width: 54px;
    height: 54px;
  }

  .field-card {
    grid-template-columns: 1fr;
  }

  .field-photo {
    min-height: 310px;
  }

  .field-copy {
    padding: 31px 24px;
  }

  .field-copy h3 {
    font-size: 27px;
  }

  .care-zone {
    padding-top: 82px;
  }

  .zone-title {
    padding: 0 22px 48px;
  }

  .care-card {
    width: calc(100% - 44px);
    padding-bottom: 76px;
  }

  .care-card + .care-card {
    padding-top: 78px;
  }

  .care-card figure {
    padding: 8px;
    border-radius: 32px 6px 32px 6px;
  }

  .care-card figure img {
    aspect-ratio: .84;
    border-radius: 24px 3px 24px 3px;
  }

  .vertical-copy {
    top: 38px;
    right: 15px;
    gap: 7px;
  }

  .vertical-copy p {
    font-size: 13px;
  }

  .vertical-copy h3 {
    font-size: 21px;
  }

  .species-badge,
  .species-badge-right {
    top: -40px;
    right: auto;
    left: -12px;
    width: 110px;
    height: 110px;
  }

  .care-card + .care-card .species-badge {
    top: 38px;
  }

  .care-detail {
    width: 95%;
    padding: 25px 20px 28px;
  }

  .care-detail a {
    min-width: 190px;
  }

  .style-observation {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ba-field {
    padding: 9px 9px 18px;
  }

  .ba-window {
    aspect-ratio: 1.05;
  }

  .style-scroll {
    display: flex;
    gap: 15px;
    margin-right: -18px;
    padding: 0 18px 20px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .specimen-card {
    width: 235px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .specimen-card:nth-child(even),
  .specimen-card:nth-child(odd) {
    transform: none;
  }

  .motion-ready .specimen-card:nth-child(even).reveal.is-visible,
  .motion-ready .specimen-card:nth-child(odd).reveal.is-visible {
    transform: none;
  }

  .price-section {
    padding: 92px 22px;
  }

  .price-paper {
    padding: 42px 22px 39px;
    box-shadow: 8px 9px 0 rgba(23, 62, 53, .24);
  }

  .price-list div {
    gap: 10px;
  }

  .price-list span {
    font-size: 12px;
  }

  .price-list b {
    font-size: 15px;
  }

  .ranger-card {
    grid-template-columns: 1fr;
  }

  .ranger-card figure {
    min-height: 330px;
  }

  .ranger-card > div {
    padding: 27px 18px 25px;
  }

  .camp-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 170px;
    gap: 10px;
  }

  .camp-gallery figure:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .flow-trail::before {
    left: 25px;
  }

  .flow-trail li {
    grid-template-columns: 52px 1fr;
    gap: 13px;
  }

  .flow-trail span {
    width: 52px;
    height: 52px;
    font-size: 11px;
  }

  .flow-trail div {
    padding: 13px 14px;
  }

  .flow-trail h3 {
    font-size: 16px;
  }

  .flow-trail p {
    font-size: 11px;
  }

  .faq-list summary {
    padding-right: 36px;
    padding-left: 38px;
    font-size: 13px;
  }

  .faq-list summary::before {
    left: 10px;
  }

  .faq-list details p {
    padding-right: 35px;
    padding-left: 38px;
    font-size: 12px;
  }

  .reserve-section {
    min-height: 760px;
    padding: 90px 22px 240px;
  }

  .reserve-copy h2 {
    font-size: 36px;
  }

  .reserve-copy > p:not(:first-child) {
    font-size: 13px;
  }

  .reserve-buttons {
    display: grid;
  }

  .reserve-buttons a {
    min-width: 235px;
  }

  .reserve-dog {
    right: 50%;
    bottom: -45px;
    width: 235px;
    height: 235px;
    transform: translateX(50%) rotate(4deg);
  }

  .motion-ready .reserve-dog.reveal.is-visible {
    transform: translateX(50%) rotate(4deg);
  }

  .site-footer {
    padding: 50px 24px 75px;
  }

  .mobile-route {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    height: 49px;
    padding: 0 12px;
    color: #fff;
    background: rgba(23, 63, 54, .94);
    backdrop-filter: blur(12px);
    font-family: var(--round);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .05em;
  }

  .mobile-route div {
    position: relative;
    height: 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .3);
  }

  .mobile-route i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--yellow);
  }

  .mobile-route i::after {
    position: absolute;
    top: 50%;
    right: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--forest);
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 0 2px var(--yellow);
    content: "";
    transform: translateY(-50%);
  }

  .mobile-route a {
    color: var(--yellow);
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 35px;
  }

  .hero-copy {
    font-size: 12px;
  }

  .type-tabs {
    grid-template-columns: 1fr;
  }

  .type-tab {
    grid-template-columns: 50px 1fr;
  }

  .type-tab img {
    width: 50px;
    height: 50px;
  }

  .care-card {
    width: calc(100% - 34px);
  }
}

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

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

  .motion-ready .reveal,
  .motion-ready .hero-dog-main.reveal,
  .motion-ready .hero-dog-sub.reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 720px) {
  .motion-ready .reserve-dog.reveal,
  .motion-ready .reserve-dog.reveal.is-visible {
    transform: translateX(50%) rotate(4deg);
  }
}
