@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@600;700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");

.root {
  --paper: #f6f1e7;
  --paper-solid: #faf7f0;
  --pine: #143f36;
  --pine-soft: #31584f;
  --orange: #e96941;
  --orange-dark: #cf5532;
  --ink: #243c36;
  --line: rgba(20, 63, 54, .24);
  --shadow: 0 1.8cqw 4.8cqw rgba(33, 48, 42, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: .035em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.root * { box-sizing: border-box; }

.posterShell { width: 100%; min-height: 100vh; }

.posterFrame {
  position: relative;
  container-type: inline-size;
  width: 100%;
  aspect-ratio: 786 / 2001;
  min-height: 2001px;
  overflow: clip;
  isolation: isolate;
  background:
    linear-gradient(rgba(20, 63, 54, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 63, 54, .026) 1px, transparent 1px),
    var(--paper);
  background-size: 4.2cqw 4.2cqw;
}

.siteHeader {
  position: absolute;
  z-index: 20;
  inset: 1.05% 2.4% auto 3.2%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: .75cqw;
  color: var(--pine);
  text-decoration: none;
  font: 700 clamp(14px, 2.2cqw, 34px)/1.02 "DM Sans", sans-serif;
  letter-spacing: .12em;
}

.logo svg { width: 4.7cqw; height: 4.7cqw; min-width: 34px; min-height: 34px; }

.headerAction .ctaButton { min-height: 4.6cqw; padding: 0 1.8cqw; font-size: 1.05cqw; }

.sideNav {
  position: absolute;
  z-index: 18;
  top: 4.2%;
  right: 3.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .72cqw;
}

.sideNav a {
  color: var(--pine);
  text-decoration: none;
  font-size: clamp(9px, 1.02cqw, 15px);
  font-weight: 700;
  letter-spacing: .08em;
}

.sideNav a:hover { color: var(--orange-dark); }
.sideNav a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.hero { position: absolute; z-index: 3; inset: 0; }

.heroCopy {
  position: absolute;
  z-index: 8;
  top: 7.1%;
  left: 4.6%;
  width: 46%;
}

.heroCopy h1 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(31px, 5.15cqw, 72px);
  font-weight: 900;
  line-height: 1.23;
  letter-spacing: .02em;
  white-space: nowrap;
}

.heroCopy > p {
  margin: 1.05cqw 0 0;
  color: var(--orange-dark);
  font-size: clamp(12px, 1.62cqw, 24px);
  font-weight: 700;
}

.heroPrice {
  margin-top: 1.35cqw;
  display: flex;
  align-items: baseline;
  gap: .45em;
  color: var(--pine);
  font-size: clamp(11px, 1.32cqw, 20px);
  font-weight: 700;
}

.heroPrice strong { color: var(--orange-dark); font: 700 1.8em/1 "DM Sans", sans-serif; letter-spacing: .01em; }
.heroPrice small { font-size: .82em; }
.heroAction { margin-top: 1.55cqw; }

.ctaButton {
  appearance: none;
  border: 0;
  min-height: 4.9cqw;
  padding: 0 2.3cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3cqw;
  color: #fff;
  background: var(--orange);
  border-radius: .62cqw;
  box-shadow: 0 1cqw 2.4cqw rgba(195, 71, 37, .2);
  font: 700 clamp(12px, 1.35cqw, 20px)/1 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}

.ctaButton:hover { background: var(--orange-dark); box-shadow: 0 1.3cqw 3cqw rgba(195, 71, 37, .25); }
.ctaButton:hover svg { transform: translateX(.25cqw); }
.ctaButton:active { transform: translateY(1px); }
.ctaButton:focus-visible, .modalClose:focus-visible, .modalSubmit:focus-visible, .modalForm input:focus-visible { outline: 3px solid var(--pine); outline-offset: 4px; }
.ctaButton svg { width: 1.55cqw; height: 1.55cqw; transition: transform .2s var(--ease); }

.routeFigure {
  position: absolute;
  z-index: 2;
  top: 2.5%;
  right: -1.2%;
  width: 70%;
  margin: 0;
  pointer-events: none;
  transform-origin: 68% 6%;
  animation: routeSceneEnter 1.45s var(--ease) both;
  will-change: transform, opacity, filter;
}

.routeFigure img { display: block; width: 100%; height: auto; }

.routeFigure figcaption {
  position: absolute;
  top: 7.1%;
  left: 27%;
  padding: .45cqw 1.1cqw;
  color: var(--pine);
  background: rgba(250, 247, 240, .94);
  border: 1px solid var(--line);
  border-radius: .35cqw;
  font-size: clamp(10px, 1.2cqw, 18px);
  font-weight: 700;
  box-shadow: 0 .45cqw 1.2cqw rgba(35, 52, 46, .08);
}

@keyframes routeSceneEnter {
  0% { opacity: .12; filter: blur(5px) saturate(.82); transform: perspective(1100px) translateY(5.5cqw) rotateX(7deg) rotateZ(-1.2deg) scale(.92); }
  62% { opacity: 1; filter: blur(0) saturate(1); transform: perspective(1100px) translateY(-.55cqw) rotateX(-.7deg) rotateZ(.18deg) scale(1.008); }
  82% { opacity: 1; filter: blur(0) saturate(1); transform: perspective(1100px) translateY(.18cqw) rotateX(.2deg) rotateZ(-.05deg) scale(.998); }
  100% { opacity: 1; transform: perspective(1200px) translateY(0) rotateX(0) scale(1); }
}

.tourFlow {
  position: absolute;
  z-index: 10;
  top: 23.5%;
  left: 5.3%;
  width: 34.5%;
}

.tourFlow h2 {
  margin: 0 0 1.45cqw;
  padding-bottom: .65cqw;
  color: var(--pine);
  border-bottom: 1px solid var(--line);
  font-size: clamp(16px, 2.28cqw, 34px);
  line-height: 1.4;
  letter-spacing: .05em;
}

.tourFlow ol { margin: 0; padding: 0; list-style: none; }
.tourFlow li { display: grid; grid-template-columns: 1fr 5.3cqw; align-items: center; gap: 1.1cqw; margin-bottom: 1.15cqw; }

.stepCard {
  min-height: 7.1cqw;
  padding: 1cqw 1.05cqw;
  display: grid;
  grid-template-columns: 2.1cqw 1fr;
  gap: .8cqw;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: .55cqw;
  background: rgba(250, 247, 240, .94);
  box-shadow: 0 .65cqw 1.8cqw rgba(34, 53, 47, .07);
}

.stepCard svg { width: 2cqw; height: 2cqw; color: var(--pine); margin-top: .2cqw; }
.stepCard h3 { margin: 0 0 .25cqw; color: var(--orange-dark); font-size: clamp(12px, 1.5cqw, 22px); line-height: 1.25; }
.stepCard p { margin: 0; font-size: clamp(8px, .92cqw, 14px); line-height: 1.65; font-weight: 600; }
.stepNo { color: var(--pine); font: 700 clamp(24px, 3.6cqw, 52px)/1 "DM Sans", sans-serif; }

.staffPhoto {
  position: absolute;
  z-index: 11;
  top: 44.8%;
  left: 5.4%;
  width: 46.5%;
  margin: 0;
  transform: rotate(-1.6deg);
}

.staffPhoto img { display: block; width: 100%; aspect-ratio: 1.42; object-fit: cover; border-radius: .8cqw .8cqw 2.4cqw .8cqw; box-shadow: var(--shadow); }
.staffPhoto figcaption { display: inline-block; margin: -.95cqw 0 0 1.6cqw; padding: .55cqw 1cqw; position: relative; color: var(--pine-soft); border: 1px solid var(--line); background: var(--paper-solid); font-size: clamp(8px, .83cqw, 13px); font-weight: 700; }

.plusTen {
  position: absolute;
  z-index: 12;
  top: 46.2%;
  right: 4.1%;
  width: 28%;
  padding: 1cqw;
  background: rgba(250, 247, 240, .82);
  border: 1px solid rgba(20, 63, 54, .12);
  transform: rotate(1deg);
}

.plusNumber { margin: 0 0 .8cqw; color: var(--pine); font: 700 clamp(62px, 9.6cqw, 138px)/.82 "DM Sans", sans-serif; letter-spacing: -.08em; }
.plusTen h2 { margin: 0; color: var(--pine); font-size: clamp(15px, 2.06cqw, 31px); line-height: 1.5; }
.plusTen small { display: block; margin-top: 1.2cqw; font-size: clamp(7px, .78cqw, 12px); line-height: 1.6; font-weight: 600; }

.facility { position: absolute; z-index: 14; top: 62.1%; left: 8.5%; width: 83%; }
.facilityHeading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2cqw; margin-bottom: 1.1cqw; }
.facilityHeading > span { color: var(--pine-soft); font: 700 .85cqw/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.facilityHeading h2 { margin: 0; color: var(--pine); font-size: clamp(19px, 2.8cqw, 42px); line-height: 1.4; }
.facility figure { position: relative; margin: 0; }
.facility figure img { display: block; width: 100%; height: 13.8cqw; min-height: 270px; object-fit: cover; border-radius: 1cqw 2.5cqw 1cqw 2.5cqw; box-shadow: var(--shadow); }
.tagWalk, .tagTrain, .tagStretch { position: absolute; padding: .5cqw 1.05cqw; color: var(--pine); background: var(--paper-solid); border: 1px solid var(--line); border-radius: .35cqw; font-size: clamp(11px, 1.3cqw, 20px); font-weight: 700; box-shadow: 0 .45cqw 1.1cqw rgba(35, 52, 46, .08); }
.tagWalk { left: 6%; top: 25%; }
.tagTrain { left: 47%; top: 20%; }
.tagStretch { right: 5%; bottom: 12%; }

.routeContinuation { position: absolute; z-index: 2; top: 73%; left: 18%; width: 51%; margin: 0; pointer-events: none; }
.routeContinuation img { display: block; width: 100%; height: auto; }

.information {
  position: absolute;
  z-index: 16;
  top: 76.4%;
  left: 4.3%;
  width: 37%;
  padding: 1.45cqw 2cqw;
  color: var(--pine);
  background: rgba(250, 247, 240, .92);
  border: 1px solid var(--line);
}

.information > p, .finalCta > p { margin: 0 0 .7cqw; color: var(--pine-soft); font: 700 .76cqw/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.information h2 { margin: 0 0 1.3cqw; padding-bottom: .8cqw; border-bottom: 1px solid var(--line); font-size: clamp(16px, 2cqw, 30px); line-height: 1.4; }
.information ul { margin: 0; padding: 0; list-style: none; }
.information li { display: grid; grid-template-columns: 2.25cqw 1fr; align-items: center; gap: 1cqw; padding: .8cqw 0; border-bottom: 1px solid var(--line); }
.information li:last-child { border-bottom: 0; }
.information li svg { width: 2.05cqw; height: 2.05cqw; }
.information li > span:first-child { color: var(--pine-soft); font: 700 clamp(8px, .82cqw, 13px)/1 "DM Sans", sans-serif; }
.information li span { display: grid; }
.information li strong { font-size: clamp(10px, 1.12cqw, 17px); }
.information li small { font-size: clamp(7px, .76cqw, 12px); font-weight: 600; }

.finalCta {
  position: absolute;
  z-index: 17;
  top: 82.4%;
  right: 4.3%;
  width: 44%;
  padding: 3cqw 3.4cqw;
  color: var(--pine);
  background: rgba(255, 250, 235, .95);
  border: 1px solid rgba(20, 63, 54, .17);
  border-radius: 2cqw .8cqw 2cqw .8cqw;
  box-shadow: 0 1.3cqw 3.8cqw rgba(33, 48, 42, .1);
}

.finalCta h2 { margin: 0 0 1.6cqw; font-size: clamp(24px, 3.6cqw, 52px); line-height: 1.42; letter-spacing: .04em; }
.finalCta small { display: block; margin-top: 1.2cqw; font-size: clamp(9px, 1cqw, 15px); font-weight: 600; text-align: center; }

.modalLayer { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(11, 36, 31, .72); backdrop-filter: blur(9px); }
.modalLayer[hidden] { display: none !important; }
.modal { position: relative; width: min(100%, 520px); max-height: calc(100dvh - 44px); overflow-y: auto; padding: clamp(30px, 6vw, 54px); background: var(--paper); border-radius: 24px; box-shadow: 0 28px 80px rgba(8, 28, 24, .3); }
.modalClose { appearance: none; position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--pine); background: rgba(23, 63, 55, .08); cursor: pointer; }
.modalEyebrow { margin: 0 0 14px; color: var(--orange-dark); font-size: .72rem; line-height: 1; letter-spacing: .18em; font-weight: 700; }
.modal h2 { margin: 0; color: var(--pine); font-size: clamp(1.6rem, 6vw, 2.6rem); line-height: 1.35; }
.modalLead { margin: 14px 0 24px; }
.modalForm { display: grid; gap: 18px; }
.modalForm label { display: grid; gap: 7px; color: var(--pine); font-size: .84rem; font-weight: 700; }
.modalForm input { width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid rgba(23, 63, 55, .28); border-radius: 7px; color: var(--ink); background: #fffefa; font: inherit; }
.modalSubmit { appearance: none; min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 8px; color: #fff; background: var(--orange); font: 700 .9rem/1 "Zen Kaku Gothic New", sans-serif; cursor: pointer; }
.modalForm small { text-align: center; color: rgba(36, 60, 54, .72); font-size: .72rem; }
.success { display: grid; justify-items: center; gap: 16px; text-align: center; }
.success > svg { color: var(--orange); }
.success p { margin: 0 0 6px; }
.nb { display: inline-block; }

@media (max-width: 785px) {
  .posterFrame { min-height: 995px; }
  .siteHeader { inset: 1.15% 3.8% auto 4.5%; }
  .headerAction .ctaButton { min-height: 36px; padding: 0 10px; font-size: 9px; }
  .headerAction .ctaButton svg { width: 12px; height: 12px; }
  .sideNav { top: 4.5%; right: 4.7%; gap: 3px; }
  .heroCopy { left: 4.8%; width: 46%; }
  .heroCopy h1 { font-size: clamp(24px, 5.5cqw, 42px); }
  .heroAction .ctaButton { min-height: 38px; padding: 0 15px; }
  .routeFigure { top: 3%; width: 72%; right: -4%; }
  .tourFlow { top: 28.2%; width: 39%; left: 4.6%; }
  .tourFlow h2 { margin-bottom: 7px; padding-bottom: 4px; font-size: 12px; }
  .stepCard { grid-template-columns: 15px 1fr; padding: 5px 6px; min-height: 48px; }
  .stepCard svg { width: 14px; height: 14px; }
  .stepCard h3 { margin-bottom: 1px; font-size: 9px; }
  .stepCard p { font-size: 6.4px; line-height: 1.45; }
  .tourFlow li { grid-template-columns: 1fr 28px; gap: 5px; margin-bottom: 5px; }
  .stepNo { font-size: 20px; }
  .staffPhoto { top: 47.4%; width: 47%; left: 4.6%; }
  .staffPhoto figcaption { margin-top: -6px; padding: 3px 5px; font-size: 5.7px; }
  .plusTen { top: 48.5%; right: 3%; width: 31%; padding: 7px; }
  .plusNumber { margin-bottom: 3px; font-size: 48px; }
  .plusTen h2 { font-size: 11px; line-height: 1.45; }
  .plusTen small { margin-top: 5px; font-size: 5.3px; line-height: 1.35; }
  .facility { top: 66.5%; }
  .facilityHeading { margin-bottom: 5px; }
  .facilityHeading h2 { font-size: 15px; }
  .facility figure img { min-height: 118px; height: 118px; }
  .routeContinuation { top: 76.5%; }
  .information { top: 81.4%; width: 41%; padding: 9px; }
  .information h2 { margin-bottom: 5px; padding-bottom: 4px; font-size: 11px; }
  .information > p, .finalCta > p { font-size: 5.5px; }
  .information li { grid-template-columns: 18px 1fr; gap: 7px; padding: 6px 0; }
  .information li svg { width: 17px; height: 17px; }
  .information li strong { font-size: 7px; }
  .information li small { font-size: 5.2px; }
  .finalCta { top: 83%; width: 49%; right: 3%; padding: 16px 12px; }
  .finalCta h2 { margin-bottom: 8px; font-size: 15px; }
  .finalCta .ctaButton { width: 100%; min-height: 40px; padding: 0 10px; }
  .finalCta small { margin-top: 6px; font-size: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .root *, .root *::before, .root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
