/* style */
@font-face {
  font-family: Lora;
  src: url("/assets/fonts/lora-Lora[wght].ttf");
  font-display: swap;
}
@font-face {
  font-family: Caveat;
  src: url("/assets/fonts/caveat-Caveat[wght].ttf");
  font-display: swap;
}
@font-face {
  font-family: Source;
  src: url("/assets/fonts/sourcesans3-SourceSans3[wght].ttf");
  font-display: swap;
}
:root {
  --paper: #f4f0e6;
  --ink: #303b34;
  --moss: #52614d;
  --clay: #9f7760;
  --line: #303b3430;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    18px/1.6 Source,
    sans-serif;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 6px;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 7px;
}
button {
  touch-action: manipulation;
}
img {
  display: block;
  width: 100%;
}
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Lora, serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
p {
  margin: 0 0 1.2em;
}
.hand {
  font:
    clamp(42px, 4.6vw, 72px)/1.12 Caveat,
    cursive;
  letter-spacing: -0.02em;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip-link:focus {
  position: fixed;
  top: 90px;
  left: 24px;
  z-index: 50;
  background: var(--paper);
  padding: 15px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 100px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5%;
  pointer-events: none;
  transition: color 0.35s;
}
.site-header > * {
  pointer-events: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 32px/1 Lora;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
}
.site-header nav a {
  text-decoration: none;
  position: relative;
  padding: 8px 0;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.site-header nav a:hover::after {
  transform: scaleX(1);
}
.garden-page:not(.past-garden) .site-header {
  color: var(--paper);
  text-shadow: 0 1px 8px #14271690;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 -35px;
  z-index: -1;
  background: linear-gradient(var(--paper) 5%, #f4f0e6da 45%, transparent);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.35s;
}
.garden-page:not(.past-garden) .site-header::before {
  background: linear-gradient(#15241468, transparent);
}
.quiet-button {
  border: 0;
  background: none;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}
.soft-link {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
  transition: border-color 0.2s;
}
.soft-link:hover {
  border-color: currentColor;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 32px;
  background: var(--moss);
  color: var(--paper);
  border-radius: 40px;
  text-decoration: none;
  font-size: 17px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-link:hover {
  background: #384b35;
  transform: translateY(-2px);
}
.world {
  position: relative;
  height: 520svh;
}
.stage {
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: #7a8660;
}
.scenes,
.scene {
  position: absolute;
  inset: 0;
}
.scene {
  overflow: hidden;
}
.scene:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.scene > img {
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
.scene-copy {
  position: absolute;
  left: 7%;
  top: 37%;
  max-width: 50%;
  z-index: 2;
}
.scene-copy h1 {
  font-size: clamp(48px, 5.6vw, 86px);
  margin: 0 0 25px;
}
.opening-copy {
  top: 31%;
  left: 6%;
  color: #253229;
  text-shadow: 0 1px 14px #f4f0e6a6;
}
.opening-note {
  font-size: 18px;
  line-height: 1.4;
  max-width: 26ch;
}
.scene-arrival::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4f0e61a, transparent 60%);
  pointer-events: none;
}
.scene:not(.scene-arrival)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #16271478, transparent 65%);
  pointer-events: none;
}
.scene:not(.scene-arrival) .scene-copy {
  color: var(--paper);
  text-shadow: 0 2px 16px #13241480;
}
.scene-walk .scene-copy {
  top: 38%;
  left: 8%;
}
.scene-rest .scene-copy {
  top: 29%;
  left: 8%;
}
.scene-outlook .scene-copy {
  top: 30%;
  left: 9%;
}
.scene-copy .hand {
  margin-bottom: 24px;
}
.scene-copy .quiet-button {
  color: inherit;
}
.garden-bottom {
  position: absolute;
  bottom: 35px;
  left: 4.5%;
  right: 4.5%;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--paper);
  font-size: 14px;
  z-index: 5;
  text-shadow: 0 1px 10px #142716;
}
.garden-bottom a {
  margin-left: auto;
  text-decoration: none;
  padding: 8px 0;
}
.markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.markers section {
  height: 105svh;
  scroll-margin-top: 0;
}
.markers section:first-child {
  height: 105svh;
}
.keepsake {
  position: relative;
  height: 170svh;
  background: #e4e6d8;
}
.keepsake-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: center;
  padding: 100px 10%;
  overflow: hidden;
}
.paper-intro,
.card-space {
  position: relative;
  z-index: 1;
}
.paper-intro h2 {
  font-size: clamp(40px, 4.6vw, 68px);
  margin: 0 0 28px;
}
.paper-intro .soft-link {
  margin-top: 20px;
}
.card-space {
  perspective: 1300px;
  text-align: center;
}
.card-float {
  position: relative;
  width: min(100%, 330px);
  margin: auto;
  transform: rotate(-5deg);
}
.paper-card {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 971/1510;
  border: 0;
  padding: 0;
  background: transparent;
  perspective: 1400px;
  box-shadow: none;
  cursor: pointer;
}
.card-turn {
  display: block;
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.85s cubic-bezier(0.23, 0.7, 0.2, 1);
  transform: rotateY(0);
}
.paper-card.turned .card-turn {
  transform: rotateY(180deg);
}
.card-face {
  display: flex;
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--paper) url("/assets/keepsake-paper.png") center/100% 100%;
  padding: 25% 13% 23%;
  box-shadow:
    0 20px 30px #303b3424,
    1px 2px 2px #303b3430;
}
.card-back {
  transform: rotateY(180deg);
}
.card-face .hand {
  font-size: 43px;
  line-height: 1.08;
  margin: 0 0 30px;
}
.card-sign {
  font: 24px Caveat;
}
.card-back .card-sign {
  font: 20px Lora;
}
.card-heading {
  font: 31px/1.1 Lora;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.card-body {
  font: 16px/1.4 Source;
  max-width: 23ch;
  margin-bottom: 30px;
}
#card-hint {
  font-size: 13px;
  margin: 32px 0 0;
  color: #52614d;
}
.paper-card:focus-visible {
  outline-offset: 14px;
}
.paper-card:active {
  cursor: grabbing;
}
.return-garden {
  height: 52svh;
  min-height: 350px;
  background:
    linear-gradient(#17302050, #17302065),
    url("/assets/garden-4.jpg") 65% 55% / cover;
  color: var(--paper);
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: 60px;
}
.return-garden a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  gap: 15px;
}
.return-garden .hand {
  font-size: clamp(36px, 5vw, 66px);
}
.return-label {
  font-size: 15px;
  border-bottom: 1px solid #f4f0e680;
  padding-bottom: 5px;
}
.site-footer {
  padding: 50px 5%;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.site-footer .brand {
  font-size: 28px;
}
.site-footer > p {
  margin: 0;
}
.site-footer > button {
  margin-left: auto;
}
.site-footer details {
  width: 100%;
  border: 0;
  padding: 0;
  color: #52614d;
  font-size: 13px;
}
.site-footer details p {
  max-width: 70ch;
  margin-top: 10px;
}
summary {
  cursor: pointer;
}
/* Supporting pages share the same quiet controls and fluid compositions. */
.return-place {
  font: clamp(20px, 2.6vw, 36px) Lora;
  text-decoration: none;
}
details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
details p {
  margin: 15px 0 0;
}
summary {
  font-size: 20px;
}
/* Static reading mode is also the baseline when motion scripts fail. */
body:not(.motion-ready) .world,
.still .world {
  height: auto;
}
body:not(.motion-ready) .stage,
.still .stage {
  position: relative;
  height: auto;
  overflow: visible;
}
body:not(.motion-ready) .scenes,
.still .scenes {
  position: relative;
}
body:not(.motion-ready) .scene,
.still .scene {
  position: relative;
  height: 100svh;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body:not(.motion-ready) .scene > img,
.still .scene > img {
  transform: none !important;
}
body:not(.motion-ready) .scene-copy,
.still .scene-copy {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body:not(.motion-ready) .markers,
.still .markers {
  display: none;
}
body:not(.motion-ready) .garden-bottom,
.still .garden-bottom {
  display: none;
}
body:not(.motion-ready) .keepsake,
.still .keepsake {
  height: auto;
}
body:not(.motion-ready) .keepsake-stage,
.still .keepsake-stage {
  position: relative;
}
.still .card-float,
.still .paper-intro {
  transform: none !important;
  opacity: 1 !important;
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    height: 80px;
    padding: 0 6%;
  }
  .brand {
    font-size: 27px;
    gap: 8px;
  }
  .site-header nav {
    gap: 20px;
    font-size: 14px;
  }
  .scene > img {
    object-position: 70% center;
  }
  .scene-arrival > img {
    object-position: 68% center;
  }
  .scene-copy,
  .opening-copy {
    left: 7%;
    right: 7%;
    top: auto;
    bottom: 15%;
    max-width: none;
  }
  .scene-copy h1 {
    font-size: 48px;
    letter-spacing: -0.045em;
  }
  .opening-copy {
    color: var(--paper);
    text-shadow: 0 2px 12px #17261580;
  }
  .opening-note {
    font-size: 16px;
  }
  .scene-arrival::after,
  .scene:not(.scene-arrival)::after {
    background: linear-gradient(0deg, #162716cf, transparent 65%);
  }
  .scene-walk .scene-copy,
  .scene-rest .scene-copy,
  .scene-outlook .scene-copy {
    top: auto;
    bottom: 15%;
    left: 7%;
  }
  .scene-copy .hand {
    font-size: 45px;
  }
  .garden-bottom {
    bottom: 20px;
    left: 7%;
    right: 7%;
    font-size: 12px;
    gap: 12px;
  }
  .garden-bottom a {
    max-width: 14ch;
    line-height: 1.3;
    text-align: right;
  }
  .world {
    height: 480svh;
  }
  .markers section {
    height: 95svh;
  }
  .markers section:first-child {
    height: 95svh;
  }
  .keepsake {
    height: auto;
  }
  .keepsake-stage {
    position: relative;
    grid-template-columns: 1fr;
    padding: 90px 8% 75px;
    gap: 45px;
  }
  .paper-intro {
    text-align: center;
  }
  .paper-intro h2 {
    font-size: 42px;
  }
  .paper-intro .soft-link {
    margin-top: 5px;
  }
  .card-float {
    width: 280px;
    max-width: 93%;
  }
  .card-face .hand {
    font-size: 37px;
  }
  .card-heading {
    font-size: 29px;
  }
  .card-body {
    font-size: 15px;
  }
  .return-garden {
    margin-top: 20px;
    background-position: 65% center;
  }
  .return-garden .hand {
    font-size: 43px;
  }
  .site-footer {
    padding: 40px 7%;
    gap: 20px;
  }
  .site-footer > p {
    max-width: 24ch;
  }
  .site-footer > button {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .card-float {
    transform: none;
  }
}
/* The collection is an inhabited scene, not a catalogue cutout. */
::selection {
  background: #768365;
  color: #fffaf0;
}
html {
  scrollbar-color: #7b896c var(--paper);
  scrollbar-width: thin;
}
h1,
h2,
h3 {
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.site-header nav a::after {
  display: none;
}
.site-header nav a:hover {
  opacity: 0.72;
}
.soft-link {
  border: 0;
  color: var(--moss);
  font-weight: 600;
}
.soft-link:hover {
  color: var(--ink);
}
.quiet-button {
  border: 0;
  text-decoration: none;
  opacity: 0.85;
}
.quiet-button:hover {
  opacity: 1;
}
.scene-copy h1 {
  max-width: 11ch;
}
.paper-intro h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.collection {
  height: 145svh;
  position: relative;
  background: #5f5943;
}
.collection-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  color: #f9f4e8;
}
.collection-images,
.collection-image,
.collection-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.collection-image {
  object-fit: cover;
  object-position: 65%;
  opacity: 0;
  transition:
    opacity 0.75s ease,
    transform 1.2s ease;
  transform: scale(1.025);
}
.collection-image.active {
  opacity: 1;
  transform: scale(1);
}
.collection-shade {
  background:
    linear-gradient(90deg, #241e18b3, transparent 52%),
    linear-gradient(0deg, #241e1840, transparent 35%);
  pointer-events: none;
}
.collection-top {
  position: absolute;
  top: 115px;
  left: 6%;
  right: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.collection-top > p {
  margin: 0;
  font-size: 17px;
  text-shadow: 0 2px 8px #201d18;
}
.landscape-switch {
  display: inline-flex;
  padding: 5px;
  background: #f4f0e6ed;
  border-radius: 40px;
  color: var(--ink);
  gap: 5px;
}
.landscape-switch button {
  background: transparent;
  border: 0;
  padding: 10px 23px;
  border-radius: 30px;
  font-size: 16px;
  transition:
    background 0.25s,
    color 0.25s;
}
.landscape-switch button[aria-pressed="true"] {
  background: var(--moss);
  color: var(--paper);
}
.collection-story {
  position: absolute;
  left: 6%;
  bottom: 15%;
  width: 31%;
  max-width: 460px;
  text-shadow: 0 2px 12px #281f1540;
}
.collection-story h2 {
  font: 400 clamp(52px, 5.5vw, 78px)/1.08 Lora;
  margin: 0 0 18px;
}
.collection-story .hand {
  font-size: clamp(33px, 3vw, 45px);
  margin-bottom: 20px;
}
.collection-story > p:not(.hand) {
  font-size: 18px;
  max-width: 29ch;
  line-height: 1.5;
}
.collection-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
  text-shadow: none;
}
.collection-actions .primary-link {
  background: var(--paper);
  color: var(--ink);
}
.scene-link {
  font-size: 15px;
  text-decoration: none;
  color: inherit;
}
.scene-link:hover {
  opacity: 0.75;
}
.concept-caption {
  position: absolute;
  bottom: 23px;
  right: 5%;
  font-size: 12px;
  color: inherit;
  text-shadow: 0 2px 6px #172015;
}
.past-garden .site-header.over-scene,
.detail-page .site-header,
.care-page .site-header,
.haru-page .site-header {
  color: var(--paper);
  text-shadow: 0 1px 8px #17241580;
}
.site-header.over-scene::before,
.detail-page .site-header::before,
.care-page .site-header::before,
.haru-page .site-header::before {
  background: linear-gradient(#18251c70, transparent);
}
.landscape-hero {
  height: 100svh;
  min-height: 650px;
  position: relative;
  background-image:
    linear-gradient(90deg, #211d16a0, transparent 58%), var(--landscape-image);
  background-size: cover;
  background-position: 65%;
  color: var(--paper);
}
.landscape-hero-copy {
  position: absolute;
  left: 7%;
  bottom: 17%;
  max-width: 38%;
}
.landscape-hero h1 {
  font-size: clamp(64px, 6.5vw, 96px);
  margin: 0 0 22px;
}
.landscape-hero .hand {
  font-size: clamp(36px, 3.7vw, 55px);
}
.light-button {
  display: inline-block;
  border-radius: 40px;
  padding: 12px 25px;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  text-decoration: none;
}
.landscape-meaning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 100px 10%;
  background: #d5d7c6;
}
.landscape-meaning h2 {
  font: 500 clamp(38px, 4.5vw, 60px)/1.1 Source;
  letter-spacing: -0.03em;
  margin: 0;
}
.landscape-meaning > div {
  max-width: 480px;
}
.object-intimacy {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #b6bda7;
  gap: 7vw;
  align-items: center;
  padding: 70px 8%;
}
.detail-crop {
  height: 650px;
  background-image: var(--landscape-image);
  background-size: auto 110%;
  background-position: 75% center;
  border-radius: 2px;
}
.object-intimacy h2 {
  font: 500 46px/1.1 Source;
  letter-spacing: -0.03em;
  margin: 0 0 30px;
}
.object-intimacy > div:last-child {
  max-width: 450px;
}
.offer-status {
  padding: 90px 10%;
  max-width: 900px;
}
.offer-status h2 {
  font: 500 38px/1.15 Source;
  letter-spacing: -0.02em;
}
.offer-status details {
  border: 0;
}
.offer-status summary {
  font-size: 16px;
}
.other-landscape {
  height: 60svh;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7%;
  gap: 18px;
  color: var(--paper);
  text-decoration: none;
  background-image:
    linear-gradient(90deg, #211d16a6, transparent 70%), var(--landscape-image);
  background-size: cover;
  background-position: center;
}
.other-name {
  font: clamp(45px, 5vw, 75px) Lora;
}
.detail-page .site-footer,
.care-page .site-footer {
  background: #d5d7c6;
}
.site-footer .return-place {
  font: 16px Source;
}
.care-hero {
  min-height: 65svh;
  padding: 170px 8% 80px;
  color: var(--paper);
  background:
    linear-gradient(90deg, #211d16b3, transparent 75%),
    var(--landscape-image) 65% / cover;
}
.care-hero h1 {
  font: 400 clamp(48px, 5vw, 72px)/1.08 Lora;
  margin: 0 0 24px;
}
.care-reading {
  max-width: 1000px;
  padding: 75px 8% 100px;
  margin: auto;
}
.care-note {
  font-size: 14px;
  color: var(--moss);
  margin-bottom: 55px;
}
.care-reading article {
  margin-bottom: 65px;
  max-width: 65ch;
}
.care-reading h2 {
  font: 500 32px/1.2 Source;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}
.scene-header-dark .site-header {
  color: var(--ink);
  text-shadow: none;
}
.scene-header-dark .site-header::before {
  background: linear-gradient(#f4f0e6ed, transparent);
}
@media (max-width: 700px) {
  .collection {
    height: auto;
  }
  .collection-stage {
    position: relative;
    height: 100svh;
    min-height: 850px;
  }
  .collection-image {
    object-position: 67%;
    height: 72%;
  }
  .collection-images {
    background: #514d3c;
  }
  .collection-shade {
    background: linear-gradient(
      0deg,
      #514d3c 23%,
      #514d3cbd 38%,
      transparent 66%
    );
  }
  .collection-top {
    top: 105px;
    left: 7%;
    right: 7%;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .collection-top > p {
    font-size: 16px;
    max-width: 19ch;
  }
  .landscape-switch button {
    padding: 9px 22px;
  }
  .collection-story {
    left: 7%;
    right: 7%;
    width: auto;
    bottom: 9%;
  }
  .collection-story h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .collection-story .hand {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .collection-story > p:not(.hand) {
    font-size: 17px;
    max-width: 31ch;
  }
  .collection-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
  }
  .collection-actions .primary-link {
    padding: 10px 23px;
    min-height: 46px;
  }
  .concept-caption {
    font-size: 11px;
    bottom: 18px;
    right: 7%;
  }
  .landscape-hero {
    height: 95svh;
    min-height: 720px;
    background-position: 67%;
    background-image:
      linear-gradient(0deg, #262a20e0, transparent 65%), var(--landscape-image);
  }
  .landscape-hero-copy {
    left: 7%;
    bottom: 12%;
    max-width: 86%;
  }
  .landscape-hero h1 {
    font-size: 64px;
  }
  .landscape-hero .hand {
    font-size: 38px;
  }
  .landscape-meaning {
    grid-template-columns: 1fr;
    padding: 65px 8%;
    gap: 30px;
  }
  .object-intimacy {
    grid-template-columns: 1fr;
    padding: 0 0 65px;
    gap: 40px;
  }
  .detail-crop {
    height: 55svh;
    min-height: 360px;
    background-size: cover;
    background-position: 75%;
  }
  .object-intimacy > div:last-child {
    padding: 0 8%;
  }
  .object-intimacy h2 {
    font-size: 38px;
  }
  .offer-status {
    padding: 65px 8%;
  }
  .other-landscape {
    height: 55svh;
    min-height: 400px;
    background-position: 65%;
  }
  .care-hero {
    min-height: 60svh;
    padding: 180px 8% 60px;
  }
  .care-hero h1 {
    font-size: 52px;
  }
  .care-reading {
    padding: 55px 8% 70px;
  }
  .care-reading h2 {
    font-size: 30px;
  }
}
.story-frame {
  position: relative;
  min-height: 800px;
  height: 100svh;
  overflow: hidden;
  color: var(--paper);
  background: #52614d;
}
.story-frame > img {
  height: 100%;
  object-fit: cover;
  object-position: 65%;
}
.story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b291bd9, transparent 70%);
}
.story-words {
  position: absolute;
  left: 8%;
  top: 32%;
  max-width: 35%;
  z-index: 1;
}
.story-words h1 {
  font: 400 clamp(64px, 7vw, 96px)/1.1 Lora;
  margin: 0 0 20px;
}
.story-words h2 {
  font: 500 clamp(36px, 4.1vw, 58px)/1.13 Source;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
}
.story-words > p:not(.hand) {
  max-width: 32ch;
}
.story-words .light-button {
  border: 0;
}
.story-words #story-response {
  font-size: 38px;
  margin-top: 24px;
}
.story-reflection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10vw;
  padding: 100px 10%;
  background: #c6cbb7;
}
.story-reflection h2 {
  font: 500 clamp(38px, 4.3vw, 60px)/1.1 Source;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
}
.story-reflection > div {
  max-width: 500px;
}
.story-reflection > .hand {
  font-size: clamp(42px, 4.5vw, 65px);
  transform: rotate(-3deg);
  color: #485640;
}
.story-future {
  background: #d5d7c6;
}
.story-future .hand {
  transform: rotate(2deg);
}
@media (max-width: 700px) {
  .story-frame {
    min-height: 780px;
    height: 100svh;
  }
  .story-frame > img {
    object-position: 74%;
  }
  .story-frame::after {
    background: linear-gradient(0deg, #1b291be6, transparent 80%);
  }
  .story-words {
    top: auto;
    bottom: 12%;
    left: 8%;
    right: 8%;
    max-width: none;
  }
  .story-words h1 {
    font-size: 70px;
  }
  .story-words > .hand {
    font-size: 45px;
  }
  .story-words h2 {
    font-size: 37px;
  }
  .story-words > p:not(.hand) {
    font-size: 17px;
    max-width: 33ch;
  }
  .story-reflection {
    grid-template-columns: 1fr;
    padding: 70px 8%;
    gap: 40px;
  }
  .story-reflection h2 {
    font-size: 40px;
  }
  .story-reflection > .hand {
    font-size: 45px;
    margin: 0;
  }
  .story-future > .hand {
    order: 2;
  }
}
/* Review corrections: align scene entrances and preserve the character on phones. */
html {
  scroll-padding-top: 0;
}
.opening-note {
  display: none;
}
#trying,
#meaning,
.care-reading {
  scroll-margin-top: 100px;
}
.still .card-turn,
.still .collection-image {
  transition: none;
}
.collection-image:not(.active) {
  pointer-events: none;
}
@media (max-width: 700px) {
  .scene-arrival > img {
    object-position: 88% center;
  }
  .scene-copy h1 {
    font-size: 46px;
  }
  .site-header nav {
    gap: 17px;
  }
  .collection-top {
    top: 100px;
  }
  .opening-copy {
    bottom: 18%;
  }
}
.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65%;
}
.still .keepsake {
  height: auto;
}
.still .collection {
  height: auto;
}
.still .collection-stage {
  position: relative;
}
@media (max-width: 700px) {
  .collection-image img {
    object-position: 55% center;
  }
  .landscape-hero {
    background-color: #514d3c;
    background-image:
      linear-gradient(0deg, #514d3c 36%, #514d3cdd 41%, transparent 65%),
      var(--portrait-image);
    background-position:
      center,
      center top;
    background-size:
      100% 100%,
      100% auto;
    background-repeat: no-repeat;
  }
  .care-hero {
    background-image:
      linear-gradient(90deg, #211d16b3, transparent 85%), var(--portrait-image);
    background-position: center;
  }
  .other-landscape {
    background-image:
      linear-gradient(90deg, #211d16aa, transparent 80%), var(--portrait-image);
  }
}
.stage {
  background: #303b34;
}
.scene.media-failed {
  background: var(--paper);
}
.scene.media-failed .scene-copy {
  color: var(--ink);
  text-shadow: none;
}
.scene.media-failed::after {
  display: none;
}
.linger-controls {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 6;
  color: var(--paper);
}
.linger-controls p {
  font: 36px Caveat;
  text-shadow: 0 2px 12px #18241c;
}
.linger-controls[hidden] {
  display: none;
}
.lingering .scene-rest .scene-copy,
.lingering .garden-bottom {
  opacity: 0 !important;
  visibility: hidden !important;
}
.lingering .site-header nav {
  opacity: 0;
  pointer-events: none;
}
.lingering .scene-rest::after {
  opacity: 0.25;
}
.scene-rest::after {
  transition: opacity 0.6s;
}
.still .linger-controls {
  position: fixed;
  bottom: 10%;
  background: #303b34d9;
  padding: 20px 0;
}
.still .scene-rest::after {
  transition: none;
}

/* entrance */
/* Approved doorway: the foreground passes the camera; the garden stays continuous. */
.garden-page {
  --entrance-ink: 1;
}
.world {
  height: 1040svh;
}
.markers section,
.markers section:first-child {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
}
.doorway {
  position: absolute;
  inset: -1px;
  z-index: 1;
  transform-origin: 72% 58%;
  pointer-events: none;
}
.doorway svg {
  display: block;
  width: 100%;
  height: 100%;
}
.doorway .door-mobile {
  display: none;
}
.scene-arrival::after {
  display: none;
}
.scene-arrival > img {
  object-position: 60% center;
  transform-origin: 72% 58%;
}
.scene-arrival .opening-copy {
  top: 39%;
  left: 4.7%;
  bottom: auto;
  max-width: 36%;
  color: #292c24;
  text-shadow: none;
}
.scene-arrival .opening-copy h1 {
  font-size: clamp(44px, 4.6vw, 78px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.garden-page:not(.past-garden) .site-header {
  color: color-mix(in srgb, #292c24 calc(var(--entrance-ink) * 100%), #f4f0e6);
  text-shadow: none;
}
.garden-page:not(.past-garden) .site-header::before {
  opacity: calc(1 - var(--entrance-ink));
}
.site-header nav a::after {
  display: none;
}
.scene-arrival.media-failed .doorway {
  display: none;
}
::selection {
  background: #52614d;
  color: #f4f0e6;
}
@media (max-width: 700px) {
  .doorway {
    transform-origin: 50% 65%;
  }
  .doorway .door-desktop {
    display: none;
  }
  .doorway .door-mobile {
    display: block;
  }
  .scene-arrival > img {
    position: absolute;
    bottom: 0;
    height: 65%;
    object-position: 76% center;
    transform-origin: 70% 65%;
  }
  .scene-arrival .opening-copy {
    left: 8%;
    top: 18%;
    bottom: auto;
    max-width: 85%;
    right: 7%;
  }
  .scene-arrival .opening-copy h1 {
    font-size: clamp(34px, 9.5vw, 52px);
    line-height: 1.1;
  }
  .site-header .brand {
    font-size: 25px;
  }
  .site-header nav {
    font-size: 12px;
    gap: 14px;
  }
}
body:not(.motion-ready) .doorway {
  transform: none;
}
body:not(.motion-ready) .scene-arrival {
  background: #e8d6bd;
}

/* Shade only the reading zones; retain daylight in the garden itself. */
.garden-page:not(.past-garden) .site-header::before,
.garden-page .site-header.over-scene::before {
  background: linear-gradient(
    to bottom,
    #172219e8 0%,
    #172219c7 48%,
    transparent 100%
  );
}
.site-header nav {
  font-size: 17px;
  font-weight: 500;
}
.garden-bottom {
  font-size: 16px;
  line-height: 1.4;
  text-shadow: none;
  isolation: isolate;
}
.garden-bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: -10vw;
  right: -10vw;
  bottom: -40px;
  height: 170px;
  background: linear-gradient(transparent, #172219c7 65%, #172219e8);
}
.garden-bottom a {
  padding: 12px 0;
}
.scene-copy .quiet-button {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 2px 3px #142018;
}
.scene-link {
  font-size: 17px;
  font-weight: 500;
}
.concept-caption {
  font-size: 14px;
  line-height: 1.5;
}
.collection-shade {
  background:
    linear-gradient(90deg, #211e19e6 0%, #211e19bd 28%, transparent 62%),
    linear-gradient(0deg, #211e19d9, transparent 22%);
}
.collection-top > p {
  font-size: 18px;
  font-weight: 500;
}
#card-hint {
  font-size: 16px;
  color: #303b34;
}
@media (max-width: 700px) {
  .site-header nav {
    font-size: 14px;
    gap: 15px;
  }
  .garden-bottom {
    font-size: 14px;
  }
  .garden-bottom a {
    max-width: 17ch;
  }
  .concept-caption {
    font-size: 13px;
  }
  .collection-top > p {
    font-size: 17px;
  }
  .collection-shade {
    background:
      linear-gradient(0deg, #514d3c 23%, #514d3cf2 39%, transparent 65%),
      linear-gradient(180deg, #211e19bd, transparent 35%);
  }
}

/* frames */
/* Approved working stop-frame sequence. Whole illustrations switch without morphing. */
.stop-frame {
  display: none;
}
.motion-ready .scene:not(.scene-arrival) > img:not(.stop-frame) {
  visibility: hidden;
}
.motion-ready .scene > .stop-frame {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  visibility: hidden;
}
.motion-ready .scene > .stop-frame.active {
  visibility: visible;
}
.scene:not(.scene-arrival)::after {
  display: none;
}
.scene-rest .scene-copy {
  top: auto;
  bottom: 110px;
  left: 4.5%;
  max-width: none;
}
.scene-rest #rest {
  background: #f4f0e6;
  color: #303b34;
  padding: 12px 24px;
  border-radius: 28px;
  text-shadow: none;
}
@media (max-width: 700px) {
  .stage {
    background: #f4f0e6;
  }
  .scene-arrival > img {
    object-position: 80% center;
  }
  .motion-ready .scene > .stop-frame {
    object-position: 80% center;
    height: 74%;
    top: 13%;
  }
  .motion-ready .scene:not(.scene-arrival) {
    background: #f4f0e6;
  }
  .scene-rest .scene-copy {
    bottom: 95px;
    left: 7%;
  }
}

/* The lettering uses the same source-image coordinate system as the wall. */
.scene .journey-copy {
  position: absolute;
  inset: 0;
  max-width: none;
  z-index: 3;
  pointer-events: none;
  color: #303b34;
}
.wall-plane {
  position: absolute;
  width: 1672px;
  height: 941px;
  transform-origin: 0 0;
}
.scene .journey-copy .journey-thought {
  position: absolute;
  left: 170px;
  top: 306px;
  width: 570px;
  font:
    500 62px/1.06 Caveat,
    cursive;
  color: #fffdf5;
  margin: 0;
  transform-origin: 0 0;
  transform: rotate(4deg);
  text-shadow: 0 2px 5px #28352d85;
  letter-spacing: -0.015em;
}
.scene:not(.scene-arrival)::after {
  display: none;
}
.scene-rest #rest {
  position: absolute;
  bottom: 90px;
  right: 6%;
  margin: 0;
  pointer-events: auto;
}
@media (max-width: 700px) {
  /* On phones the camera visits the wall for each thought, then returns to Haru. */
  .motion-ready .scene > .stop-frame {
    height: 74%;
    top: 13%;
    object-position: var(--wall-camera, 80%) center;
  }
  .scene:not(.scene-arrival) > img:not(.stop-frame) {
    position: absolute;
    top: 13%;
    height: 74%;
    object-fit: cover;
    object-position: 10% center;
  }
  .scene .journey-copy .journey-thought {
    font-size: 62px;
    width: 570px;
  }
  .scene-rest #rest {
    bottom: 5%;
    right: 7%;
    font-size: 16px;
    padding: 10px 20px;
  }
}
/* Longer thoughts stay inside the exposed plaster, clear of the planting below. */
.scene-walk .journey-copy .journey-thought {
  font-size: 54px;
}
.scene-outlook .journey-copy .journey-thought {
  font-size: 50px;
  top: 290px;
}

/* refinement */
/* One reading hierarchy across the garden, story, objects and care. */
:root {
  --reading-width: 62ch;
}
p {
  line-height: 1.65;
  text-wrap: pretty;
}
h1,
h2,
h3 {
  letter-spacing: -0.025em;
  text-wrap: balance;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #52614d;
  outline-offset: 5px;
}
.site-header a:focus-visible {
  outline-color: currentColor;
}
.primary-link,
.light-button {
  min-height: 48px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.site-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.hand {
  line-height: 1.15;
}
.garden-bottom {
  font-size: 16px;
}
.garden-bottom a {
  max-width: 24ch;
}
.landscape-meaning h2,
.object-intimacy h2,
.offer-status h2,
.care-reading h2,
.story-reflection h2 {
  font-family: Lora, serif;
  font-weight: 400;
}
.keepsake {
  background: #d4d7c5;
}
.paper-intro {
  max-width: 470px;
}
.paper-intro h2 {
  font-size: clamp(40px, 4.5vw, 68px);
}
.paper-intro > p {
  max-width: 29ch;
  font-size: 20px;
}
.card-face .hand {
  font-size: clamp(35px, 3.1vw, 48px);
}
.card-body {
  font-size: 18px;
  line-height: 1.55;
}
.card-heading {
  font:
    40px/1.12 Lora,
    serif;
}
.card-sign {
  font-family: Caveat, cursive;
  font-size: 30px;
}
#card-hint {
  max-width: 30ch;
  text-align: center;
  margin: 25px auto;
}
.collection-top > p {
  max-width: 32ch;
  font-size: 19px;
}
.collection-story {
  max-width: 490px;
  width: 35%;
}
.collection-story h2 {
  font-size: clamp(55px, 6vw, 86px);
}
.collection-story > p:not(.hand) {
  max-width: 31ch;
  font-size: 19px;
}
.collection-story .hand {
  font-size: 39px;
}
.collection-shade {
  background:
    linear-gradient(
      90deg,
      #282c20f2 0%,
      #282c20df 24%,
      #282c2090 40%,
      transparent 67%
    ),
    linear-gradient(0deg, #282c20b3, transparent 30%);
}
.concept-caption {
  background: #283021e6;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.site-footer details {
  max-width: 45ch;
}
.site-footer summary {
  min-height: 44px;
  padding: 10px 0;
  cursor: pointer;
}
/* Text occupies its own quiet part of a scene, never fine foliage. */
.story-frame .story-words {
  max-width: 38%;
  left: 7%;
  top: auto;
  bottom: 15%;
  z-index: 2;
}
.story-frame::after {
  background: linear-gradient(
    90deg,
    #202b22ee 0%,
    #202b22c7 29%,
    transparent 70%
  );
}
.story-words p:not(.hand) {
  font-size: 20px;
  max-width: 33ch;
}
.story-reflection {
  padding: 110px 9%;
  gap: 9vw;
  align-items: center;
}
.story-reflection p:not(.hand) {
  max-width: 40ch;
  font-size: 20px;
}
.story-reflection .hand {
  font-size: clamp(40px, 4vw, 65px);
  color: #44513d;
}
.story-rest img {
  object-position: 76%;
}
.story-future {
  background: #dad8c6;
}
.landscape-hero-copy {
  max-width: 40%;
}
.product-hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.landscape-meaning p,
.object-intimacy p {
  font-size: 20px;
  max-width: 38ch;
}
.landscape-meaning {
  padding: 110px 9%;
  background: #d5d7c6;
}
.object-intimacy {
  padding: 75px 8%;
  background: #e1ddcd;
}
.offer-status {
  max-width: none;
  padding: 100px 10%;
  background: #d4d7c5;
}
.offer-status > p,
.offer-status details {
  max-width: 62ch;
}
.offer-status h2 {
  font-size: clamp(38px, 4vw, 60px);
}
.offer-status details {
  margin-top: 35px;
}
.offer-status summary {
  cursor: pointer;
  min-height: 44px;
  padding: 10px 0;
}
.availability-note {
  font-size: 15px;
}
.save-piece {
  border: 0;
  font:
    18px Source,
    sans-serif;
  cursor: pointer;
}
.save-status:empty {
  display: none;
}
.save-status {
  margin: 18px 0 8px;
}
.save-piece[aria-pressed="true"] {
  background: #303b34;
}
.piece-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 100px 9%;
  background: #f4f0e6;
}
.piece-facts h2,
.material-study h2 {
  font:
    400 clamp(36px, 4vw, 58px)/1.12 Lora,
    serif;
  margin: 0 0 28px;
}
.piece-facts p {
  max-width: 40ch;
}
.piece-facts dl {
  margin: 0;
}
.piece-facts dl > div {
  margin-bottom: 28px;
}
.piece-facts dt {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 7px;
}
.piece-facts dd {
  margin: 0;
  max-width: 40ch;
  font-size: 18px;
}
.footprint {
  width: 100%;
  max-width: 420px;
  color: #303b34;
  font:
    14px Source,
    sans-serif;
}
.footprint text:last-child {
  font-size: 18px;
}
.material-study {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8vw;
  padding: 70px 8%;
  background: #c5cbb5;
  align-items: center;
}
.material-study figure {
  min-width: 0;
}
.material-study img {
  height: 540px;
  object-fit: cover;
  object-position: 65%;
  transition: object-position 0.5s;
}
.material-study figcaption {
  font-size: 15px;
  margin-top: 18px;
  max-width: 48ch;
}
.material-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
}
.material-choices button {
  font:
    18px Source,
    sans-serif;
  background: transparent;
  border: 0;
  padding: 10px 18px;
  border-radius: 28px;
  cursor: pointer;
}
.material-choices button[aria-pressed="true"] {
  background: #303b34;
  color: #f4f0e6;
}
.material-study p {
  min-height: 8em;
  max-width: 38ch;
  font-size: 20px;
}
.care-hero {
  background-image:
    linear-gradient(90deg, #202b22ee 0%, #202b22c7 40%, #202b2250),
    var(--landscape-image);
}
.care-hero p {
  font-size: 21px;
}
.care-reading {
  max-width: 1120px;
  padding: 60px 8% 100px;
}
.care-reading article {
  scroll-margin-top: 120px;
  margin-bottom: 65px;
}
.care-reading article p {
  font-size: 20px;
  max-width: 62ch;
}
.care-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 0 0 45px;
}
.care-nav a {
  padding: 8px 0;
  font-size: 18px;
}
.care-note {
  font-size: 16px;
  background: #d5d7c6;
  padding: 18px 22px;
  border-radius: 4px;
  max-width: 62ch;
}
.care-reading h2 {
  font-size: 36px;
}
@media (max-width: 700px) {
  .paper-intro h2 {
    font-size: 42px;
  }
  .paper-intro > p {
    font-size: 19px;
  }
  .card-body {
    font-size: 17px;
  }
  .card-heading {
    font-size: 34px;
  }
  .card-face .hand {
    font-size: 36px;
  }
  .collection-story {
    width: auto;
    max-width: none;
    left: 8%;
    right: 8%;
    bottom: 90px;
  }
  .collection-story h2 {
    font-size: 52px;
  }
  .collection-story .hand {
    font-size: 34px;
  }
  .collection-story > p:not(.hand) {
    font-size: 18px;
    max-width: 32ch;
  }
  .collection-shade {
    background: linear-gradient(
      0deg,
      #343d2d 0%,
      #343d2df5 35%,
      #343d2d66 60%,
      transparent 77%
    );
  }
  .collection-top > p {
    font-size: 16px;
    max-width: 20ch;
  }
  .collection-top {
    gap: 14px;
    left: 7%;
    right: 7%;
  }
  .landscape-switch button {
    padding: 9px 15px;
  }
  .collection-stage {
    min-height: 940px;
  }
  .concept-caption {
    font-size: 13px;
    bottom: 22px;
  }
  .story-frame .story-words {
    max-width: none;
    left: 8%;
    right: 8%;
    bottom: 55px;
    top: auto;
  }
  .story-frame::after {
    background: linear-gradient(0deg, #202b22 0%, #202b22ef 37%, #202b2220 78%);
  }
  .story-words p:not(.hand) {
    font-size: 19px;
    max-width: 34ch;
  }
  .story-frame {
    min-height: 900px;
  }
  .story-reflection {
    padding: 65px 8%;
    gap: 30px;
  }
  .story-reflection p:not(.hand) {
    font-size: 19px;
  }
  .landscape-hero-copy {
    max-width: none;
  }
  .landscape-meaning {
    padding: 65px 8%;
    gap: 24px;
  }
  .landscape-meaning p,
  .object-intimacy p {
    font-size: 19px;
  }
  .piece-facts,
  .material-study {
    grid-template-columns: 1fr;
    padding: 65px 8%;
    gap: 35px;
  }
  .material-study img {
    height: 420px;
  }
  .material-study p {
    min-height: 0;
    font-size: 19px;
  }
  .material-choices button {
    padding: 10px 16px;
  }
  .offer-status {
    padding: 65px 8%;
  }
  .care-hero {
    background-image:
      linear-gradient(0deg, #202b22ed, #202b2270), var(--landscape-image);
  }
  .care-reading {
    padding: 40px 8% 70px;
  }
  .care-reading article p {
    font-size: 19px;
  }
  .care-reading h2 {
    font-size: 31px;
  }
  .care-nav {
    gap: 10px 24px;
  }
  .care-note {
    padding: 16px;
  }
  .product-hero-actions {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .material-study img {
    transition: none;
  }
}

.offer-price {
  font:
    400 42px/1.2 Lora,
    serif;
  margin: 25px 0 10px;
}
.offer-price span {
  font:
    16px Source,
    sans-serif;
}
.delivery-estimate {
  font-size: 20px;
  margin: 0 0 28px;
}
/* Keep small copy on a quiet tonal field while the garden remains visible. */
@media (max-width: 700px) {
  .paper-intro {
    text-align: left;
  }
  .keepsake-stage {
    gap: 55px;
  }
}
#details,
#meaning,
#availability {
  scroll-margin-top: 90px;
}

/* next-chapter */
/* Approved visual-board direction: garden → object → useful detail → keepsake. */
.world-to-object {
  background: #eee8da;
}
.bridge-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}
.bridge-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridge-object {
  opacity: 0;
}
.bridge-copy {
  position: absolute;
  left: 6%;
  bottom: 10%;
  max-width: 460px;
  z-index: 2;
  color: #fffdf5;
  opacity: 0;
  text-shadow: 0 2px 12px #222b21;
}
.bridge-copy h2 {
  font:
    400 clamp(32px, 4vw, 58px)/1.13 Lora,
    serif;
  margin: 0 0 18px;
}
.bridge-copy p {
  font-size: 20px;
}
.bridge-stage::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, #20271f90, transparent);
  pointer-events: none;
}
.keepsake {
  height: 125svh;
  background: #e7dfcf;
}
.keepsake-stage {
  background:
    radial-gradient(ellipse at 80% 30%, #f8f2e4, transparent 60%), #e7dfcf;
}
.paper-intro .soft-link {
  display: block;
  margin-top: 25px;
}
.collection {
  height: 115svh;
}
.collection-top > p {
  max-width: 24ch;
}
.site-header {
  background: none !important;
  backdrop-filter: none !important;
}
.past-garden .site-header,
.scene-header-dark .site-header {
  background: #f4f0e6f5 !important;
  box-shadow: none;
}
.site-header::before,
.site-header::after {
  display: none !important;
}
.detail-viewport {
  height: 540px;
  overflow: hidden;
}
.material-study .detail-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.65s,
    object-position 0.65s;
  transform: scale(1.6);
  transform-origin: 60% 35%;
}
.story-reflection {
  background: #eee8db;
}
.story-future {
  background: #d5d7c6;
}
.story-rest {
  height: 85svh;
  min-height: 650px;
}
.story-rest > img {
  object-position: 65% 70%;
  transform: scale(1.25);
}
.offer-status {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 8%;
  align-items: start;
}
.offer-status h2 {
  grid-column: 1;
  grid-row: 1/4;
  max-width: 11ch;
  margin: 0;
}
.offer-status > *:not(h2) {
  grid-column: 2;
}
.offer-status .offer-price {
  margin-top: 0;
}
.offer-status .save-piece {
  justify-self: start;
}
.still .world-to-object,
body:not(.motion-ready) .world-to-object {
  height: auto;
}
.still .bridge-stage,
body:not(.motion-ready) .bridge-stage {
  position: relative;
}
.still .bridge-garden,
body:not(.motion-ready) .bridge-garden {
  display: none;
}
.still .bridge-object,
.still .bridge-copy,
body:not(.motion-ready) .bridge-object,
body:not(.motion-ready) .bridge-copy {
  opacity: 1;
}
@media (max-width: 700px) {
  .bridge-stage > img {
    object-position: 65% center;
  }
  .bridge-copy {
    left: 7%;
    right: 7%;
    bottom: 10%;
    max-width: none;
  }
  .bridge-copy h2 {
    font-size: 37px;
  }
  .bridge-copy p {
    font-size: 18px;
  }
  .bridge-stage::after {
    inset: 45% 0 0;
    background: linear-gradient(0deg, #20271fe6, transparent);
  }
  .keepsake {
    height: auto;
  }
  .collection {
    height: auto;
  }
  .offer-status {
    display: block;
  }
  .offer-status h2 {
    max-width: none;
    margin-bottom: 30px;
  }
  .detail-viewport {
    height: 420px;
  }
  .story-rest {
    height: 100svh;
    min-height: 800px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .material-study .detail-viewport img {
    transition: none;
  }
}
/* One pinned stage prevents a duplicate garden from sliding into view. */
.world {
  height: 850svh;
}
.world-to-object {
  position: absolute;
  inset: 0;
  height: auto;
  visibility: hidden;
  z-index: 4;
}
.bridge-stage {
  position: relative;
  height: 100%;
  width: 100%;
}
.bridge-garden {
  object-position: 60% center;
}
.still .world-to-object,
body:not(.motion-ready) .world-to-object {
  position: relative;
  visibility: visible;
  height: 100svh;
}
.still .bridge-stage,
body:not(.motion-ready) .bridge-stage {
  height: 100%;
}
@media (max-width: 700px) {
  .world {
    height: 760svh;
  }
}
.past-garden .site-header.over-scene {
  background: #273225ed !important;
  color: #f4f0e6 !important;
  text-shadow: none;
}

/* The existing transparent mark takes the same ink as the wordmark at every scroll state. */
.brand .brand-mark {
  display: inline-block;
  width: 48px;
  height: 40px;
  flex-shrink: 0;
  background: currentColor;
  mask: url("/assets/arbor-mark.png") center/contain no-repeat;
}
@media (max-width: 700px) {
  .site-header .brand .brand-mark {
    width: 34px;
    height: 30px;
  }
  .site-header .brand {
    font-size: 27px;
  }
}
