@font-face {
  font-family: "Furmosa Helvetica";
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial");
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --blue: #5f97bd;
  --blue-ink: #2f678d;
  --blue-line: #b9d1e4;
  --option-line: #dcdcdc;
  --line: .5px solid var(--black);
}

* { box-sizing: border-box; }

html,
body {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--black);
  background: var(--white);
  font-family: "Furmosa Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

button,
a { color: inherit; font: inherit; }
button { cursor: pointer; }
a { text-decoration: none; }

.container {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 100dvh;
  justify-content: space-between;
  position: relative;
  width: 100vw;
}

.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

.nav-mark {
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 30px;
  min-width: 42px;
  padding: 0;
  text-align: left;
}

#infoButton {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: flex-start;
  letter-spacing: 0;
  min-height: 44px;
  overflow: visible;
}

.dog-nose {
  align-items: center;
  display: flex;
  gap: 4px;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 30px;
}

.dog-nostril {
  background: var(--black);
  border-radius: 50%;
  display: block;
  height: 11px;
  position: relative;
  transition: transform .18s ease;
  width: 12px;
  z-index: 2;
}

.dog-tongue {
  background: #f06d7d;
  border: 1px solid var(--black);
  border-radius: 0 0 7px 7px;
  height: 18px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 17px;
  transform: translateX(-50%) scaleY(.08);
  transform-origin: top;
  transition: opacity .12s ease, transform .24s cubic-bezier(.22, 1, .36, 1);
  width: 12px;
  z-index: 1;
}

.dog-tongue::after {
  background: rgba(0, 0, 0, .35);
  bottom: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 7px;
  width: 1px;
}

#infoButton:hover .dog-nostril,
#infoButton:focus-visible .dog-nostril { transform: scale(1.06); }

#infoButton:hover .dog-tongue,
#infoButton:focus-visible .dog-tongue {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .dog-nostril,
  .dog-tongue { transition: none; }
}

.nav-mark-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.furmosa-logo {
  display: block;
  fill: #f00007;
  height: 42px;
  width: 42px;
}

.price {
  font-size: 28.8px;
  font-weight: 300;
  line-height: 36px;
}

.color-picker {
  display: flex;
  gap: 1.5rem;
  left: 50%;
  position: fixed;
  top: 3.7rem;
  transform: translateX(-50%);
  z-index: 4;
}

.color-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--black);
  display: flex;
  font-size: 14px;
  gap: .5rem;
  letter-spacing: .04em;
  min-height: 32px;
  opacity: .4;
  padding: .2rem 0 .4rem;
  position: relative;
  transition: opacity .22s ease;
  white-space: nowrap;
}

.color-button::after {
  background: var(--black);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}
.color-button:hover { opacity: .72; }
.color-button.is-active { opacity: 1; }
.color-button.is-active::after { transform: scaleX(1); }
.color-button:focus-visible { outline: 1px solid var(--black); outline-offset: 3px; }
.color-swatch { border: 1px solid rgba(0,0,0,.55); border-radius: 50%; display: block; height: 10px; width: 10px; }
.color-swatch-green { background: #136a5d; }
.color-swatch-yellow { background: #c9a348; }

.bowl-container {
  align-items: center;
  display: flex;
  height: 100dvh;
  inset: 0;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100vw;
}

.bowl-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: min(68dvh, 46vw);
}

.product-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  transform: translateY(var(--product-y, 0)) scale(var(--product-scale, 1));
  transform-origin: center;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}

.bowl-angle {
  aspect-ratio: 1;
  background: var(--white);
  display: block;
  height: auto;
  inset: 0;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .3s ease;
  width: 100%;
}

.bowl-video {
  aspect-ratio: 1;
  background: var(--white);
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
  transition: filter .35s ease, opacity .35s ease;
  width: 100%;
}

.bowl-video.is-switching { opacity: 0; }

.bottom-items {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem .5rem;
  position: relative;
  width: 100dvw;
  z-index: 3;
}

.size-picker {
  column-gap: clamp(1rem, 5vw, 6rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: .45rem;
  position: relative;
  width: 100%;
}

.size-button {
  align-items: baseline;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--black);
  display: flex;
  justify-content: space-between;
  min-width: 0;
  padding: .25rem .35rem .4rem;
  position: relative;
  text-align: left;
}

.size-button span { font-size: clamp(32px, 3.2vw, 46px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.size-button small { font-size: 11px; font-weight: 400; opacity: 0; transform: translateY(4px); transition: opacity .25s ease, transform .35s ease; }
.size-button::after { background: var(--black); bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.22, 1, .36, 1); width: 100%; }
.size-button:is(:hover, :focus-visible) small,
.size-button.is-active small { opacity: 1; transform: translateY(0); }
.size-button.is-active::after { transform: scaleX(1); }
.size-button:focus-visible { outline: 1px solid var(--black); outline-offset: 3px; }

.dimension {
  color: var(--black);
  height: 56px;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: var(--measure-top, 70dvh);
  transform: translate(-50%, 10px);
  width: min(52.3dvh, 35.4vw);
}

body[data-size="S"] { --product-scale: .85; --product-y: 2dvh; --measure-top: 67dvh; }
body[data-size="M"] { --product-scale: 1; --product-y: 0; --measure-top: 70dvh; }
body[data-size="L"] { --product-scale: 1.15; --product-y: -2dvh; --measure-top: 73dvh; }
body[data-size="XL"] { --product-scale: 1.3; --product-y: -4dvh; --measure-top: 76dvh; }

body[data-size="S"] .dimension { width: min(44.5dvh, 30.1vw); }
body[data-size="M"] .dimension { width: min(52.3dvh, 35.4vw); }
body[data-size="L"] .dimension { width: min(60.1dvh, 40.7vw); }
body[data-size="XL"] .dimension { width: min(68dvh, 46vw); }

.dimension-line {
  background: currentColor;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 17px;
  transform: scaleX(0);
}

.dimension-tick {
  background: currentColor;
  height: 13px;
  position: absolute;
  top: 11px;
  transform: scaleY(0);
  width: 1px;
}
.dimension-tick-left { left: 0; }
.dimension-tick-right { right: 0; }

.dimension-value {
  background: var(--white);
  font-size: 14px;
  left: 50%;
  letter-spacing: .03em;
  padding: 0 .65rem;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.dimension-note {
  font-size: 10px;
  left: 50%;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  top: 35px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bowl-stage.is-measuring .dimension { animation: dimensionFade 2.15s cubic-bezier(.22, 1, .36, 1) both; }
.bowl-stage.is-measuring .dimension-line { animation: lineDraw 2.15s cubic-bezier(.22, 1, .36, 1) both; }
.bowl-stage.is-measuring .dimension-tick { animation: tickDraw 2.15s cubic-bezier(.22, 1, .36, 1) both; }
.bowl-stage.is-measuring .bowl-video { animation: productFocus 2.15s cubic-bezier(.22, 1, .36, 1) both; }
.bowl-stage.has-angle.is-measuring .bowl-video { animation: productHide 2.15s cubic-bezier(.22, 1, .36, 1) both; }
.bowl-stage.has-angle.is-measuring .bowl-angle { animation: angleReveal 2.15s cubic-bezier(.22, 1, .36, 1) both; }

@keyframes dimensionFade {
  0%, 100% { opacity: 0; transform: translate(-50%, 10px); }
  14%, 78% { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes lineDraw {
  0%, 7% { transform: scaleX(0); }
  28%, 78% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}

@keyframes tickDraw {
  0%, 18% { transform: scaleY(0); }
  34%, 78% { transform: scaleY(1); }
  100% { transform: scaleY(0); }
}

@keyframes productFocus {
  0%, 100% { filter: none; opacity: 1; }
  12%, 78% { filter: saturate(.88); opacity: .94; }
}

@keyframes productHide {
  0%, 100% { opacity: 1; }
  12%, 78% { opacity: 0; }
}

@keyframes angleReveal {
  0%, 100% { opacity: 0; }
  14%, 76% { opacity: 1; }
}

.bottom-meta {
  color: var(--black);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
}

.preorder-cta {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 2px;
  bottom: 5.8rem;
  color: var(--white);
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 2rem;
  justify-content: space-between;
  letter-spacing: .04em;
  min-height: 46px;
  opacity: 1;
  padding: .7rem .85rem .7rem 1rem;
  pointer-events: auto;
  position: fixed;
  right: 1.25rem;
  transition: background-color .2s ease, color .2s ease;
  z-index: 5;
}

.preorder-cta span:last-child { font-size: 14px; transition: transform .25s cubic-bezier(.22, 1, .36, 1); }
.preorder-cta:hover { background: var(--white); color: var(--black); }
.preorder-cta:hover span:last-child { transform: translate(2px, -2px); }
.preorder-cta:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }

.window-modal {
  background: var(--white);
  border: var(--line);
  box-shadow: 0 2px 7px rgba(0,0,0,.24);
  color: var(--black);
  margin: auto;
  padding: 0;
  width: min(650px, calc(100vw - 32px));
}

.window-modal::backdrop {
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(4px);
}

.window-bar {
  align-items: center;
  border-bottom: var(--line);
  display: grid;
  font-size: 14px;
  grid-template-columns: 44px 1fr auto;
  text-transform: uppercase;
}

.window-bar > * { padding: .35rem .5rem; }
.window-bar > :nth-child(2) { text-align: center; }
.window-close {
  background: var(--blue);
  border: 0;
  border-right: var(--line);
  color: var(--white);
  height: 40px;
  padding: 0;
}

.window-body { padding: 1rem; }
.window-kicker { font-size: 12px; margin: 0 0 1.15rem; }
.window-body h1 { font-size: clamp(34px, 5vw, 62px); font-weight: 400; letter-spacing: -.055em; line-height: .92; margin: 0 0 1rem; }
.window-body dl { border-top: var(--line); margin: 0; }
.window-body dl div { border-bottom: var(--line); display: grid; font-size: 14px; grid-template-columns: 110px 1fr; padding: .55rem 0; }
.window-body dt { color: #666; }
.window-body dd { margin: 0; }
.legal-copy { font-size: 12px; line-height: 1.45; margin: 1rem 0; }
.window-body > a { border-top: var(--line); display: flex; font-size: 14px; justify-content: space-between; padding: .65rem 0 0; text-transform: uppercase; }

.selection-page {
  background: var(--white);
  height: 100dvh;
  inset: 0;
  overflow-y: auto;
  position: fixed;
  width: 100vw;
  z-index: 10;
}

.selection-page[hidden] { display: none; }

.selection-page-header {
  align-items: center;
  border-bottom: 1px solid var(--black);
  display: grid;
  font-size: 14px;
  grid-template-columns: 3rem 1fr 3rem;
  margin: 0 3rem;
  min-height: 62px;
  text-transform: uppercase;
}

.selection-page-header > :nth-child(2) { text-align: center; }
.selection-page-header > :last-child { text-align: right; }

.selection-back {
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 27px;
  height: 44px;
  padding: 0;
  text-align: left;
}

.selection-back:focus-visible,
.selection-open:focus-visible,
.selection-page-footer a:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }

.selection-page-body {
  margin: 0 auto;
  padding: 1rem 3rem 2.5rem;
  width: 100%;
}

.selection-page-title {
  min-height: clamp(180px, 20vh, 205px);
  padding: 1.15rem 1.25rem 1.5rem;
  position: relative;
}

.selection-page-title p { font-size: 16px; margin: 0; }
.selection-page-title > p:first-child { left: 1.25rem; position: absolute; top: 1.15rem; }
.selection-page-title h1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: clamp(56px, 5.2vw, 94px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .86;
  margin: 0 auto;
  padding-top: .35rem;
  width: fit-content;
}
.selection-page.is-revealing .selection-page-title h1 { animation: selectionTitleReveal 2s cubic-bezier(.22, 1, .36, 1) 3s both; }
.selection-title-line { display: block; white-space: nowrap; }
.selection-title-invert { background: var(--black); color: var(--white); padding: .04em .16em .11em .08em; }
.selection-page-title .selection-page-intro { font-size: 18px; grid-column: 2; line-height: 1.45; margin-top: .45rem; max-width: 760px; }

.selection-list { border-top: 1px solid var(--black); }
.selection-item { border-bottom: 1px solid var(--black); position: relative; }

.selection-row {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(250px, 1.2fr) 1fr minmax(150px, .45fr);
  min-height: 96px;
  padding: .9rem 1.25rem .9rem 5rem;
  cursor: pointer;
  transition: background-color .18s ease;
}

.selection-row:hover,
.selection-row:focus-within,
.selection-item.is-expanded .selection-row { background: #f2f2f2; }

.selection-item::before {
  background: var(--black);
  color: var(--white);
  content: attr(data-step);
  font-size: 12px;
  left: 1.25rem;
  letter-spacing: .06em;
  line-height: 1;
  padding: .35rem .4rem;
  position: absolute;
  top: 1.05rem;
}

.selection-row div { display: flex; flex-direction: column; gap: .25rem; }
.selection-row strong { font-size: 21px; font-weight: 500; }
.selection-row span { font-size: 16px; }
.selection-place { line-height: 1.25; }

.selection-open {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 1px solid var(--black);
  border-radius: 0;
  display: flex;
  font-size: 14px;
  gap: .55rem;
  justify-content: center;
  justify-self: end;
  min-height: 44px;
  min-width: 96px;
  padding: 0 .8rem;
}

.selection-open::before { content: "展開"; }
.selection-open::after { content: "＋"; font-size: 18px; line-height: 1; }
.selection-open[aria-expanded="true"]::before { content: "收起"; }
.selection-open[aria-expanded="true"]::after { content: "−"; }
.selection-open:hover { background: var(--black); color: var(--white); opacity: 1; }

.selection-detail {
  animation: detailIn .38s cubic-bezier(.22, 1, .36, 1) both;
  border-top: 1px solid var(--black);
  margin: 0 1.25rem;
  padding: 1.25rem 0 1.5rem;
}

.selection-detail[hidden] { display: none; }
.selection-detail-close { display: none; }
.selection-detail-layout { align-items: center; display: grid; gap: clamp(1.5rem, 3vw, 3rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.selection-story { justify-self: center; margin: 0; max-width: 360px; position: relative; width: 100%; }
.selection-story video { background: #fafaf7; display: block; height: auto; width: 100%; }
.selection-story figcaption { background: var(--white); bottom: .55rem; font-size: 12px; left: .55rem; padding: .3rem .4rem; position: absolute; }
.selection-detail p { font-size: clamp(22px, 2.5vw, 36px); letter-spacing: -.025em; line-height: 1.14; margin: 0; max-width: 980px; }
.selection-detail small { display: block; font-size: 13px; line-height: 1.45; margin-top: 1rem; max-width: 760px; }
.story-summary { align-self: center; display: block; min-width: 0; width: 100%; }
.story-list { border-top: 1px solid var(--black); list-style: none; margin: 0; padding: 0; }
.story-list li { align-items: center; border-bottom: 1px solid var(--black); display: grid; gap: 1rem; grid-template-columns: 52px 1fr; min-height: 82px; padding: .75rem .85rem; }
.story-list .story-number,
.story-list .impact-number { font-size: 12px; letter-spacing: .05em; }
.story-list strong { display: block; font-size: clamp(20px, 1.7vw, 28px); font-weight: 500; letter-spacing: -.03em; }
.story-list small { font-size: 14px; line-height: 1.35; margin: .2rem 0 0; }
.story-note { font-size: 13px !important; letter-spacing: 0 !important; line-height: 1.45 !important; margin: 1rem 0 0 !important; max-width: 760px; }
.impact-list .impact-rescue { background: var(--black); color: var(--white); grid-template-columns: 86px 1fr; }
.impact-list .impact-rescue .impact-number { font-size: clamp(34px, 3.4vw, 52px); font-weight: 600; letter-spacing: -.06em; }
.selection-page-footer {
  align-items: flex-start;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 1.6rem 1.25rem 0;
}

.selection-page-footer p { line-height: 1.45; margin: 0; max-width: 620px; }
.selection-page-footer a { border: 2px solid var(--black); border-radius: 5px; padding: .65rem 1rem; }

@keyframes detailIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes selectionTitleReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}


.preorder-modal {
  max-height: min(86dvh, 820px);
  overflow: hidden;
  width: min(760px, calc(100vw - 32px));
}

.preorder-content {
  max-height: calc(min(86dvh, 820px) - 41px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.preorder-section {
  border-bottom: var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 42px 1fr;
  padding: 1.15rem 1.25rem 1.3rem;
}

.preorder-section:last-child { border-bottom: 0; }
.preorder-index { font-size: 11px; letter-spacing: .08em; margin: .3rem 0 0; }
.preorder-section h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 500; letter-spacing: -.04em; line-height: 1; margin: 0 0 1rem; }
.preorder-section p:not(.preorder-index) { font-size: 14px; line-height: 1.55; margin: .2rem 0; }
.preorder-schedule dl { border-top: var(--line); margin: 0; }
.preorder-schedule dl div { border-bottom: var(--line); display: grid; gap: 1rem; grid-template-columns: 108px 1fr; padding: .65rem 0; }
.preorder-schedule dt { color: #666; font-size: 12px; }
.preorder-schedule dd { font-size: 14px; margin: 0; }

@media only screen and (max-width: 769px) {
  .topbar { padding: .75rem .75rem 0; }
  .price { font-size: 21.6px; }
  .nav-mark { font-size: 24px; }
  .furmosa-logo { height: 36px; width: 36px; }
  .color-picker { gap: 1.15rem; top: 3.15rem; }
  .color-button { font-size: 12px; min-height: 30px; padding: .15rem 0 .35rem; }

  .bowl-video {
    aspect-ratio: 1;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  /* 76.9vw × XL scale(1.3) = 99.97vw: preserve the size difference
     without allowing the product video to exceed the phone viewport. */
  .bowl-stage { width: 76.9vw; }

  .bottom-items { padding: 0 .75rem max(.6rem, env(safe-area-inset-bottom)); }
  .size-picker { padding-bottom: .25rem; }
  .size-button { align-items: flex-start; flex-direction: column; gap: .15rem; padding: .2rem .2rem .3rem; }
  .size-picker { column-gap: .65rem; }
  .size-button span { font-size: 30px; }
  .size-button small { font-size: 9px; }
  .bottom-meta { align-items: flex-end; column-gap: .75rem; font-size: 10px; line-height: 1.2; }
  .bottom-meta span:first-child { max-width: 58%; overflow-wrap: anywhere; }
  .bottom-meta span:last-child { flex-shrink: 0; text-align: right; white-space: nowrap; }
  .preorder-cta { bottom: 7.15rem; font-size: 14px; gap: 1.45rem; min-height: 44px; padding: .62rem .72rem .62rem .9rem; right: .75rem; }
  body[data-size="S"] .dimension { width: 65.4vw; }
  body[data-size="M"] .dimension { width: 76.9vw; }
  body[data-size="L"] .dimension { width: 88.5vw; }
  body[data-size="XL"] .dimension { width: calc(100vw - 1.5rem); }

  .window-modal { width: calc(100vw - 20px); }
  .window-bar { font-size: 10px; grid-template-columns: 36px 1fr auto; }
  .window-close { height: 34px; }
  .preorder-modal { max-height: calc(100dvh - 20px); }
  .preorder-content { max-height: calc(100dvh - 55px); }
  .preorder-section { gap: .6rem; grid-template-columns: 28px 1fr; padding: .9rem .8rem 1rem; }
  .preorder-section h2 { font-size: 24px; margin-bottom: .75rem; }
  .preorder-section p:not(.preorder-index) { font-size: 13px; line-height: 1.5; }
  .preorder-schedule dl div { gap: .65rem; grid-template-columns: 82px 1fr; padding: .55rem 0; }
  .preorder-schedule dt { font-size: 11px; }
  .preorder-schedule dd { font-size: 13px; }
  .window-body { padding: .8rem; }
  .window-kicker { font-size: 10px; margin-bottom: .8rem; }
  .window-body h1 { font-size: 36px; }
  .selection-page { display: grid; grid-template-rows: 52px minmax(0, 1fr); overflow: hidden; }
  .selection-page[hidden] { display: none; }
  .selection-page-header { margin: 0 .9rem; min-height: 52px; }
  .selection-page-body {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: calc(100dvh - 52px);
    min-height: 0;
    padding: .55rem .9rem max(.7rem, env(safe-area-inset-bottom));
  }
  .selection-page-title { display: block; min-height: 0; padding: .15rem .55rem .7rem; }
  .selection-page-title p:first-child { font-size: 12px; margin-bottom: 1.25rem; position: static; }
  .selection-page-title h1 { font-size: clamp(42px, 12.5vw, 54px); letter-spacing: -.065em; line-height: .88; margin: 0; padding-top: 0; width: fit-content; }
  .selection-title-invert { padding: .06em .14em .12em .08em; }
  .selection-list { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); min-height: 0; }
  .selection-item { min-height: 0; }
  .selection-item::before { font-size: 12px; left: .55rem; padding: .25rem .3rem; top: .55rem; }
  .selection-row { gap: .2rem .7rem; grid-template-columns: 1fr 86px; height: 100%; min-height: 0; padding: .45rem .55rem .4rem 2.7rem; }
  .selection-row div { grid-column: 1; }
  .selection-row strong { font-size: clamp(15px, 4vw, 17px); }
  .selection-row span { font-size: clamp(11px, 3vw, 13px); }
  .selection-place { grid-column: 1; }
  .selection-open { font-size: 12px; gap: .35rem; grid-column: 2; grid-row: 1 / span 2; min-height: 40px; min-width: 78px; padding: 0 .45rem; }
  .selection-detail {
    background: var(--white);
    border: 0;
    display: flex;
    flex-direction: column;
    inset: 52px 0 0;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 4.25rem 1.45rem 2rem;
    position: fixed;
    z-index: 30;
  }
  .selection-detail[hidden] { display: none; }
  .selection-detail-close {
    appearance: none;
    background: transparent;
    border: 0;
    display: block;
    font-size: 16px;
    left: 1.45rem;
    padding: .5rem 0;
    position: absolute;
    top: 1rem;
  }
  .selection-detail-close:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }
  .selection-detail-layout { gap: 1.15rem; grid-template-columns: 1fr; }
  .selection-story { justify-self: center; width: min(48vw, 190px); }
  .selection-story figcaption { bottom: .4rem; font-size: 11px; left: .4rem; }
  .selection-detail p { font-size: clamp(21px, 6.3vw, 27px); }
  .selection-detail small { font-size: 12px; }
  .story-summary { display: block; width: 100%; }
  .story-list li { gap: .75rem; grid-template-columns: 36px 1fr; min-height: 56px; padding: .45rem .65rem; }
  .story-list strong { font-size: 18px; }
  .story-list small { font-size: 12px; margin-top: .12rem; }
  .story-note { font-size: 11px !important; margin: .7rem 0 0 !important; }
  .impact-list .impact-rescue { grid-template-columns: 68px 1fr; }
  .impact-list .impact-rescue .impact-number { font-size: 32px; }
  .selection-page-footer { align-items: end; display: grid; font-size: 9px; gap: .5rem; grid-template-columns: 1fr auto; padding: .55rem .55rem 0; }
  .selection-page-footer p { line-height: 1.25; }
  .selection-page-footer a { border-width: 1px; font-size: 11px; margin: 0; padding: .45rem .55rem; white-space: nowrap; }
}

@media only screen and (max-width: 769px) and (max-height: 520px) {
  .selection-page { display: block; overflow-y: auto; }
  .selection-page[hidden] { display: none; }
  .selection-page-body { display: block; height: auto; }
  .selection-page-title { padding-bottom: 2rem; }
  .selection-list { display: block; }
  .selection-row { min-height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .bowl-video,
  .product-visual { transition: none; }
  .bowl-stage.is-measuring .dimension { animation: none; opacity: 1; transform: translate(-50%, 0); }
  .bowl-stage.is-measuring .dimension-line { animation: none; transform: scaleX(1); }
  .bowl-stage.is-measuring .dimension-tick { animation: none; transform: scaleY(1); }
  .bowl-stage.is-measuring .bowl-video { animation: none; }
  .bowl-stage.has-angle.is-measuring .bowl-video { opacity: 0; }
  .bowl-stage.has-angle.is-measuring .bowl-angle { animation: none; opacity: 1; }
  .selection-detail { animation: none; }
  .selection-page.is-revealing .selection-page-title h1 { animation: none; }
  .preorder-cta,
  .preorder-cta span:last-child { transition: none; }
}
