@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/dm-sans-latin-variable.woff2") format("woff2");
}

:root {
  font-family: "DM Sans", Arial, sans-serif;
  color: #292923;
  background: #f7f7f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --paper: #f7f7f2;
  --ink: #292923;
  --olive: #48523a;
  --muted: #72736a;
  --border: #d7d8cd;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  min-width: 160px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
  border: 0;
}
button,
a {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
canvas:focus-visible {
  outline: 3px solid #818e58;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}
svg {
  flex-shrink: 0;
}
button svg {
  vertical-align: middle;
}
::selection {
  background: #d9e6ab;
  color: #292923;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--olive);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.page-shell {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 clamp(24px, 2.5vw, 64px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 49px;
  padding: 0 22px;
  border: 1px solid var(--olive);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: var(--olive);
  color: #fff;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #353e2a;
}
.button:active {
  transform: scale(0.98);
}
.button.outline {
  background: transparent;
  color: var(--ink);
  border-color: #666d59;
}
.button.outline:hover {
  background: #ffffff66;
}
.icon-button {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s;
}
.icon-button:hover {
  background: #e3e5db;
}
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
}
.text-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.brand {
  font-size: 35px;
  font-weight: 750;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
.brand-flower {
  color: var(--olive);
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-left: 2px;
}
.site-header nav {
  display: flex;
  gap: 68px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  white-space: nowrap;
}
.site-header nav a,
.site-header nav button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0;
}
.site-header nav a:hover,
.site-header nav button:hover {
  color: #657248;
}
.my-list-button {
  min-width: 157px;
  border-color: var(--ink) !important;
  border-radius: 17px !important;
  font-size: 14px;
  gap: 12px;
  padding: 0 20px;
}
.list-count {
  font-size: 13px;
  min-width: 15px;
  text-align: center;
  font-weight: 650;
}
.intro {
  display: grid;
  grid-template-columns: 43% 1fr;
  align-items: end;
  position: relative;
  padding: 8px 0 20px;
  gap: 12px;
  min-height: 190px;
}
.intro h1 {
  font-size: clamp(68px, 6.3vw, 100px);
  line-height: 0.84;
  letter-spacing: -2.5px;
}
.intro p {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 1px;
  max-width: 420px;
}
.intro-scroll {
  display: none;
}
.hero {
  height: 358px;
  background: #dedfd4;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-content {
  position: absolute;
  z-index: 2;
  left: 38px;
  top: 52px;
  pointer-events: none;
}
.hero-content h2 {
  white-space: pre-line;
  font-size: clamp(36px, 3.4vw, 53px);
  line-height: 0.98;
  letter-spacing: -0.6px;
}
.hero-content p {
  margin: 18px 0 23px;
  font-size: 16px;
}
.hero-content .button {
  pointer-events: auto;
}
.hero-scene {
  position: absolute;
  inset: 0 4% 0 29%;
}
.hero-scene > div {
  width: 100%;
  height: 100%;
}
.hero-index {
  position: absolute;
  left: 40px;
  bottom: 32px;
  font-size: 13px;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
.hero-index span {
  color: #7e8176;
  margin: 0 9px;
}
.hero-arrows {
  position: absolute;
  right: 27px;
  bottom: 23px;
  display: flex;
  gap: 10px;
  z-index: 3;
}
.hero-arrows .icon-button {
  border: 1px solid var(--olive);
  width: 48px;
  height: 48px;
  color: var(--olive);
}
.hero-arrows .icon-button:hover {
  background: #f7f7f280;
}
.drag-hint {
  position: absolute;
  left: 52%;
  bottom: 17px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  padding: 11px 23px;
  background: #f7f7f2bb;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  pointer-events: none;
  z-index: 2;
}
.hero .scene-controls {
  display: none !important;
}
.collection {
  padding-top: 26px;
}
.collection-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.collection-title {
  display: flex;
  align-items: center;
  gap: 25px;
}
.collection-title h2 {
  font-size: 30px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.collection-title > span {
  font-size: 12px;
  margin-top: 3px;
}
.collection-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #cbd0c1;
  border-radius: 14px;
  padding: 0 16px;
  height: 47px;
  width: 292px;
  color: var(--olive);
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0 !important;
  font-size: 13px;
  min-width: 0;
  width: 100%;
  height: 100%;
  color: var(--ink);
}
.search-box:focus-within {
  border-color: var(--olive);
  box-shadow: 0 0 0 2px #8c98782b;
}
.search-box input::placeholder {
  color: #72746c;
}
.search-box button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 36px;
}
.view-switch {
  border: 1px solid #c8cbbf;
  border-radius: 13px;
  display: flex;
  height: 47px;
  overflow: hidden;
}
.view-switch button {
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
}
.view-switch button.active {
  background: var(--olive);
  color: white;
}
.filter-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 13px 0 18px;
}
.category-filters {
  display: flex;
  gap: 9px;
  align-items: center;
}
.category-button {
  border: 1px solid #929a80;
  border-radius: 11px;
  font-size: 12px;
  padding: 0 20px;
  min-height: 34px;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}
.category-button.active {
  background: var(--olive);
  border-color: var(--olive);
  color: #fff;
}
.category-button:not(.active):hover {
  background: #e7eade;
}
.sort-control {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #626859;
  font-size: 11px;
}
.sort-control select {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  padding: 6px;
  max-width: 140px;
  min-height: 34px;
  cursor: pointer;
}
.filter-summary {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  color: var(--muted);
}
.filter-summary button {
  display: flex;
  gap: 6px;
  align-items: center;
  min-height: 30px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
}
.product-card {
  min-width: 0;
}
.product-media {
  position: relative;
  height: auto;
  aspect-ratio: 1.52;
  background: #eeede7;
  border-radius: 14px;
  overflow: hidden;
}
.product-visual {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: inherit;
}
.product-visual > div,
.product-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.65, 0.2, 1);
}
.product-visual:hover > div,
.product-visual:hover > img {
  transform: scale(1.045);
}
.product-visual:focus-visible {
  outline-offset: -5px;
}
.save-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fcfcf8ed;
  color: #34372e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition:
    transform 0.2s,
    background 0.2s;
}
.save-button:hover {
  transform: scale(1.06);
}
.save-button.saved {
  color: #fff;
  background: var(--olive);
}
.inspect-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 7px);
  padding: 8px 12px;
  background: #fafaf6ef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-size: 11px;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s;
  pointer-events: none;
}
.product-visual:hover .inspect-hint,
.product-visual:focus-visible .inspect-hint {
  opacity: 1;
  transform: translate(-50%, 0);
}
.product-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 8px;
  padding: 11px 8px 0;
  align-items: start;
}
.product-name {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  min-height: 26px;
  line-height: 1.4;
  align-self: start;
}
.product-name:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-quantity {
  font-size: 11px;
  color: #6e7267;
  white-space: nowrap;
  padding-top: 5px;
}
.product-subtitle {
  font-size: 11px;
  color: #8a8d82;
  grid-column: 1/-1;
  line-height: 1.5;
}
.list-material,
.list-explore {
  display: none;
}
.catalog-footnote {
  margin: 34px 0 0;
  border-top: 1px solid var(--border);
  padding: 17px 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.list-layout {
  grid-template-columns: 1fr;
  gap: 0;
}
.list-layout .product-card {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
  align-items: center;
}
.list-layout .product-media {
  width: 160px;
  flex-shrink: 0;
  aspect-ratio: 1.5;
}
.list-layout .product-info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 150px 130px 44px;
  align-items: center;
  gap: 0 15px;
  padding: 0;
}
.list-layout .product-name {
  font-size: 17px;
  grid-column: 1;
  grid-row: 1;
}
.list-layout .product-subtitle {
  grid-column: 1;
  grid-row: 2;
  max-width: 400px;
}
.list-layout .product-quantity {
  grid-column: 3;
  grid-row: 1/3;
  font-size: 13px;
  padding: 0;
}
.list-layout .list-material {
  display: block;
  grid-column: 2;
  grid-row: 1/3;
  font-size: 12px;
  color: var(--muted);
}
.list-layout .list-explore {
  display: flex;
  grid-column: 4;
  grid-row: 1/3;
}
.empty-state {
  text-align: center;
  padding: 70px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  color: var(--olive);
}
.empty-state h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--ink);
}
.empty-state p {
  font-size: 14px;
  color: var(--muted);
  max-width: 320px;
  line-height: 1.6;
}
.empty-state .button {
  margin-top: 6px;
}
.collection-story {
  padding: 46px 0 52px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.collection-story h2 {
  font-size: 32px;
  letter-spacing: -0.3px;
}
.collection-story p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 9px;
}
.story-mark {
  width: 60px;
  height: 60px;
  border: 1px solid #bcc4a9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
  flex-shrink: 0;
}
.collection-story > .text-button {
  margin-left: auto;
}
.site-footer {
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 23px 0 30px;
  font-size: 11px;
  color: var(--muted);
}
.footer-brand {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 750;
  color: var(--ink);
}
.site-footer .text-button {
  margin-left: auto;
  font-size: 11px;
}
.site-footer > span:last-child {
  border-left: 1px solid var(--border);
  padding-left: 24px;
}
.modal {
  background: var(--paper);
  color: var(--ink);
  border: 0;
  box-shadow: 0 24px 120px #191e2d44;
  padding: 0;
  border-radius: 23px;
  max-height: calc(100dvh - 56px);
  width: min(1150px, calc(100vw - 64px));
  max-width: none;
  overflow: auto;
  overscroll-behavior: contain;
  animation: modal-in 0.25s ease;
}
.modal::backdrop {
  background: #25291f88;
  backdrop-filter: blur(7px);
}
.modal-close {
  position: absolute;
  z-index: 5;
  right: 17px;
  top: 17px;
  background: #f7f7f2f0;
  border: 1px solid #d8dbcd;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.detail-visual-column {
  background: #eeeee6;
  padding: 25px 24px 18px;
  min-width: 0;
  position: relative;
}
.detail-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 0 auto;
  padding: 4px;
  border: 1px solid #d4d7c7;
  border-radius: 12px;
  background: #f7f7f277;
}
.detail-tabs button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  padding: 0 13px;
  min-height: 40px;
  border-radius: 8px;
}
.detail-tabs button.active {
  background: var(--olive);
  color: #fff;
}
.detail-view {
  height: 440px;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.detail-view > div {
  height: 100%;
  width: 100%;
}
.detail-view.photo-view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.source-photo {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.model-caption {
  font-size: 10px;
  line-height: 1.6;
  color: #777c6b;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 16px 4px 4px;
}
.model-caption svg {
  margin-top: 1px;
}
.photo-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}
.photo-strip button {
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 7px;
  position: relative;
  flex-shrink: 0;
}
.photo-strip button.active {
  border-color: var(--olive);
}
.photo-strip img {
  display: block;
  width: 61px;
  height: 48px;
  object-fit: cover;
  border-radius: 3px;
}
.photo-strip span {
  font-size: 9px;
  position: absolute;
  bottom: 5px;
  right: 6px;
  color: white;
  background: #0009;
  padding: 1px 3px;
  border-radius: 3px;
}
.model-download {
  display: flex;
  margin: 14px auto 0;
  font-size: 11px;
  min-height: 35px;
  color: var(--olive);
}
.export-status {
  display: block;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  min-height: 16px;
  line-height: 1.5;
}
.detail-copy {
  padding: 52px 39px 35px;
  min-width: 0;
}
.detail-category {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--olive);
  display: block;
  margin: 4px 36px 21px 0;
  line-height: 1.6;
}
.detail-category > span {
  margin: 0 8px;
  color: #a1a591;
}
.detail-copy .detail-title {
  font-size: 49px;
  line-height: 1;
  letter-spacing: -0.7px;
}
.detail-subtitle {
  font-size: 12px;
  color: var(--muted);
  margin: 12px 0 20px;
  line-height: 1.6;
}
.detail-description {
  font-size: 13px;
  line-height: 1.8;
  color: #666b5e;
}
.quantity-summary {
  margin: 24px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.quantity-summary > span {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #6e8254;
}
.quantity-summary small {
  font-size: 10px;
  color: var(--muted);
}
.detail-save {
  width: 100%;
  font-size: 13px;
  min-height: 49px;
}
.detail-save.is-saved {
  background: #e5ead9;
  color: var(--olive);
  border-color: #c4ceb2;
}
.save-help {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 10px;
  color: var(--muted);
}
.object-specs {
  margin: 25px 0 24px;
  border-top: 1px solid var(--border);
  font-size: 11px;
}
.object-specs > div {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 15px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.6;
}
.object-specs dt {
  color: var(--muted);
}
.object-specs dd {
  margin: 0;
}
.details-heading {
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 12px;
}
.object-observations {
  padding-left: 15px;
  margin: 0;
  color: #707667;
  font-size: 11px;
  line-height: 1.8;
}
.object-observations li {
  padding-left: 2px;
  margin-bottom: 6px;
}
.source-link {
  font-size: 11px;
  margin-top: 10px;
  color: var(--olive);
}
.selection-modal {
  width: min(680px, calc(100vw - 50px));
  padding: 40px;
}
.selection-header > svg {
  color: var(--olive);
}
.selection-header h2 {
  font-size: 49px;
  line-height: 1;
  margin-top: 16px;
  letter-spacing: -0.7px;
}
.selection-header p {
  font-size: 12px;
  color: var(--muted);
  margin: 15px 0 25px;
}
.selection-items {
  border-top: 1px solid var(--border);
}
.selection-item {
  display: flex;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid var(--border);
}
.selection-image {
  width: 120px;
  height: 110px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 11px;
  background: #eeede7;
}
.selection-image > div,
.selection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-info {
  min-width: 0;
  flex: 1;
}
.selection-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.selection-item-heading h3 {
  font-size: 14px;
  font-weight: 500;
}
.selection-item-heading .icon-button {
  width: 34px;
  height: 34px;
  color: #7c806f;
}
.selection-info > p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin: 2px 0 9px;
}
.quantity-stepper {
  border: 1px solid #c7cdbc;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  height: 35px;
}
.quantity-stepper button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 100%;
  color: var(--olive);
}
.quantity-stepper output {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.note-label {
  display: block;
  margin-top: 7px;
}
.note-label input {
  width: 100%;
  font-size: 11px;
  min-height: 35px;
  border: 0;
  border-bottom: 1px solid #daddd0;
  background: transparent;
  padding: 5px 0;
  color: var(--ink);
}
.note-label input::placeholder {
  color: #929886;
}
.selection-footer {
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.selection-footer > p {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}
.selection-footer > .button {
  width: 100%;
}
.selection-footer > .text-button {
  font-size: 11px;
  min-height: 25px;
}
.selection-footer > small {
  font-size: 10px;
  color: #8c9180;
  line-height: 1.6;
  text-align: center;
}
.about-modal {
  width: min(680px, calc(100vw - 50px));
  padding: 49px;
}
.about-modal > svg, .about-modal [data-dialog-content] > svg {
  color: var(--olive);
}
.about-modal > .approach-title, .about-modal [data-dialog-content] > .approach-title {
  font-size: 51px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 22px 0;
}
.about-modal > p, .about-modal [data-dialog-content] > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.approach-points {
  margin: 25px 0;
}
.approach-points > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 5px 14px;
  border-top: 1px solid var(--border);
  padding: 21px 0 2px;
  margin-bottom: 18px;
}
.approach-points span {
  font-size: 11px;
  color: #9aa389;
  padding-top: 3px;
}
.approach-points h3 {
  font-size: 14px;
  font-weight: 550;
}
.approach-points p {
  grid-column: 2;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.toast {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 30px);
  background: var(--olive);
  color: white;
  box-shadow: 0 4px 20px #29332222;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 12px;
  font-size: 12px;
  padding: 15px 20px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  max-width: calc(100vw - 30px);
  white-space: nowrap;
}
.toast.visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.storage-warning {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 5px;
  text-align: center;
  font-size: 11px;
  background: #fff8e3;
  border: 1px solid #d0b379;
  padding: 10px;
  z-index: 30;
}
.model-poster {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-scene {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-scene canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.scene-controls {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f7f7f2da;
  border: 1px solid #d4d8c9;
  border-radius: 10px;
  z-index: 2;
}
.scene-controls button {
  min-width: 34px;
  min-height: 34px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.scene-controls button:hover {
  background: #dde4d0;
}
.scene-status {
  font-size: 11px;
  color: var(--muted);
}
@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1800px) {
  .page-shell {
    max-width: 1920px;
    padding: 0 60px;
  }
  .site-header {
    height: 115px;
  }
  .site-header nav {
    font-size: 19px;
  }
  .brand {
    font-size: 43px;
  }
  .intro {
    padding: 26px 0 36px;
  }
  .intro h1 {
    font-size: 130px;
  }
  .intro p {
    font-size: 21px;
    max-width: 550px;
  }
  .hero {
    height: 460px;
  }
  .hero-content {
    top: 70px;
    left: 52px;
  }
  .hero-content h2 {
    font-size: 67px;
  }
  .hero-content p {
    font-size: 21px;
  }
  .button {
    min-height: 58px;
    font-size: 17px;
  }
  .collection {
    padding-top: 33px;
  }
  .collection-title h2 {
    font-size: 40px;
  }
  .collection-title > span {
    font-size: 15px;
  }
  .category-button {
    font-size: 15px;
    min-height: 44px;
  }
  .search-box {
    width: 360px;
    height: 57px;
  }
  .search-box input {
    font-size: 16px;
  }
  .view-switch {
    height: 57px;
  }
  .view-switch button {
    width: 60px;
  }
  .product-grid {
    gap: 42px 30px;
  }
  .product-name {
    font-size: 17px;
  }
  .product-quantity {
    font-size: 13px;
  }
  .product-subtitle {
    font-size: 13px;
  }
  .save-button {
    width: 46px;
    height: 46px;
  }
  .hero-arrows .icon-button {
    width: 58px;
    height: 58px;
  }
  .catalog-footnote {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .collection-title {
    gap: 13px;
  }
  .collection-title > span {
    display: none;
  }
  .collection-title h2 {
    font-size: 27px;
  }
  .search-box {
    width: 245px;
  }
  .collection-tools {
    gap: 10px;
  }
  .product-grid {
    gap: 25px 18px;
  }
  .product-info {
    padding: 9px 2px 0;
  }
  .product-name {
    font-size: 12px;
  }
  .product-quantity {
    font-size: 10px;
  }
  .hero {
    height: 330px;
  }
  .hero-content {
    top: 48px;
    left: 30px;
  }
  .hero-content h2 {
    font-size: 43px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-index {
    left: 31px;
  }
  .intro h1 {
    font-size: 82px;
  }
  .intro p {
    font-size: 14px;
  }
  .intro {
    grid-template-columns: 47% 1fr;
  }
  .site-header nav {
    gap: 35px;
  }
  .detail-copy {
    padding: 50px 26px 28px;
  }
  .detail-copy .detail-title {
    font-size: 41px;
  }
  .detail-view {
    height: 390px;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 85px;
  }
  .site-header nav {
    gap: 22px;
    font-size: 12px;
    left: 52%;
  }
  .brand {
    font-size: 30px;
  }
  .brand-flower {
    font-size: 30px;
  }
  .my-list-button {
    min-width: 123px;
    padding: 0 14px;
    font-size: 12px;
    min-height: 44px;
    gap: 8px;
  }
  .intro {
    min-height: 177px;
    grid-template-columns: 48% 1fr;
    padding: 15px 0 28px;
  }
  .intro h1 {
    font-size: 68px;
    letter-spacing: -1.6px;
  }
  .intro p {
    font-size: 12px;
  }
  .hero {
    height: 300px;
  }
  .hero-content {
    left: 25px;
    top: 43px;
  }
  .hero-content h2 {
    font-size: 37px;
  }
  .hero-content .button {
    min-height: 43px;
    padding: 0 15px;
    font-size: 12px;
  }
  .hero-content p {
    font-size: 12px;
    margin: 16px 0 21px;
  }
  .hero-scene {
    left: 29%;
    right: 0;
  }
  .hero-arrows {
    right: 20px;
    bottom: 18px;
    gap: 7px;
  }
  .hero-arrows .icon-button {
    width: 42px;
    height: 42px;
  }
  .hero-index {
    left: 26px;
    bottom: 27px;
    font-size: 11px;
  }
  .drag-hint {
    font-size: 10px;
    bottom: 20px;
    padding: 9px 13px;
    left: 56%;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 18px;
  }
  .collection-title h2 {
    font-size: 27px;
  }
  .search-box {
    width: 225px;
  }
  .collection-heading {
    gap: 13px;
  }
  .view-switch button {
    width: 43px;
  }
  .collection-tools {
    gap: 7px;
  }
  .search-box {
    height: 44px;
    border-radius: 11px;
    padding: 0 12px;
  }
  .search-box input {
    font-size: 11px;
  }
  .view-switch {
    height: 44px;
  }
  .category-button {
    padding: 0 15px;
    min-height: 36px;
    font-size: 11px;
  }
  .sort-control {
    display: none;
  }
  .product-media {
    aspect-ratio: 1.28;
  }
  .product-name {
    font-size: 12px;
  }
  .product-quantity {
    font-size: 10px;
  }
  .detail-layout {
    grid-template-columns: 1fr 1fr;
  }
  .detail-copy {
    padding: 57px 23px 26px;
  }
  .detail-view {
    height: 350px;
  }
  .detail-visual-column {
    padding: 24px 14px;
  }
  .detail-copy .detail-title {
    font-size: 38px;
  }
  .detail-description {
    font-size: 12px;
  }
  .object-specs > div {
    grid-template-columns: 70px 1fr;
    gap: 9px;
  }
  .detail-tabs button {
    font-size: 10px;
    gap: 5px;
    padding: 0 9px;
  }
  .list-layout .product-info {
    grid-template-columns: 1fr 105px 35px;
  }
  .list-layout .list-material {
    display: none;
  }
  .list-layout .product-quantity {
    grid-column: 2;
  }
  .list-layout .list-explore {
    grid-column: 3;
  }
  .list-layout .product-media {
    width: 140px;
  }
  .site-footer {
    gap: 16px;
  }
  .site-footer > span:last-child {
    display: none;
  }
  .collection-story {
    gap: 16px;
  }
  .collection-story h2 {
    font-size: 29px;
  }
  .collection-story p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .page-shell {
    padding: 0 20px;
  }
  .site-header {
    height: 79px;
  }
  .brand {
    font-size: 30px;
  }
  .brand-flower {
    font-size: 28px;
  }
  .site-header nav {
    display: none;
  }
  .my-list-button {
    min-width: 108px;
    min-height: 43px;
    border-radius: 13px !important;
    padding: 0 12px;
  }
  .my-list-button svg {
    width: 18px;
  }
  .intro {
    display: block;
    min-height: 0;
    padding: 17px 0 28px;
  }
  .intro h1 {
    font-size: clamp(44px, 13.3vw, 80px);
    line-height: 0.91;
    letter-spacing: -1.3px;
  }
  .intro p {
    font-size: 12px;
    line-height: 1.65;
    margin-top: 23px;
    max-width: 290px;
    padding: 0;
  }
  .desktop-break {
    display: none;
  }
  .intro-scroll {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 36px;
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .hero {
    height: 380px;
    border-radius: 18px;
  }
  .hero-content {
    left: 23px;
    top: 25px;
  }
  .hero-content h2 {
    font-size: 33px;
    line-height: 0.98;
  }
  .hero-content p {
    font-size: 11px;
    margin: 11px 0 14px;
  }
  .hero-content .button {
    font-size: 11px;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 9px;
    gap: 8px;
  }
  .hero-content .button svg {
    width: 17px;
  }
  .hero-scene {
    left: 9%;
    right: -16%;
    top: 112px;
    bottom: 19px;
  }
  .hero-index {
    left: 23px;
    bottom: 23px;
    font-size: 10px;
  }
  .drag-hint {
    left: 54%;
    bottom: 23px;
    font-size: 9px;
    padding: 8px 11px;
    gap: 6px;
  }
  .drag-hint svg {
    width: 13px;
  }
  .hero-arrows {
    right: 17px;
    bottom: 15px;
    gap: 5px;
  }
  .hero-arrows .icon-button {
    width: 34px;
    height: 34px;
  }
  .hero-arrows svg {
    width: 17px;
  }
  .collection {
    padding-top: 27px;
  }
  .collection-heading {
    display: block;
  }
  .collection-title h2 {
    font-size: 29px;
    white-space: normal;
  }
  .collection-tools {
    margin-top: 18px;
    gap: 10px;
  }
  .search-box {
    flex: 1;
    width: auto;
    height: 44px;
  }
  .search-box input {
    font-size: 12px;
  }
  .view-switch {
    height: 44px;
  }
  .view-switch button {
    width: 41px;
  }
  .filter-row {
    display: block;
    margin: 15px -20px 17px;
    overflow-x: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .filter-row::-webkit-scrollbar {
    display: none;
  }
  .category-filters {
    gap: 7px;
    width: max-content;
    padding: 2px 0;
  }
  .category-button {
    min-height: 37px;
    border-radius: 9px;
    padding: 0 14px;
    font-size: 11px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 12px;
  }
  .product-media {
    aspect-ratio: 1.03;
    border-radius: 12px;
  }
  .save-button {
    width: 34px;
    height: 34px;
    right: 7px;
    top: 7px;
  }
  .save-button svg {
    width: 17px;
  }
  .product-info {
    display: block;
    padding: 9px 1px 0;
  }
  .product-name {
    font-size: 12px;
    line-height: 1.45;
    min-height: 26px;
    display: block;
  }
  .product-quantity {
    font-size: 10px;
    display: block;
    padding-top: 1px;
  }
  .product-subtitle {
    font-size: 10px;
    margin-top: 3px;
    line-height: 1.4;
  }
  .inspect-hint {
    display: none;
  }
  .catalog-footnote {
    font-size: 10px;
    padding: 15px 0;
    margin-top: 25px;
  }
  .collection-story {
    padding: 23px 0 35px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }
  .story-mark {
    width: 40px;
    height: 40px;
  }
  .story-mark svg {
    width: 22px;
  }
  .collection-story h2 {
    font-size: 26px;
    line-height: 1.1;
  }
  .collection-story p {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .collection-story p br {
    display: none;
  }
  .collection-story .text-button {
    grid-column: 2;
    margin: 0;
    justify-content: flex-start;
    font-size: 11px;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    padding: 22px 0;
    font-size: 10px;
  }
  .site-footer .text-button {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0;
    font-size: 10px;
  }
  .site-footer > span:nth-child(2) {
    grid-column: 1;
  }
  .footer-brand {
    font-size: 23px;
  }
  .modal {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 24px);
    border-radius: 17px;
  }
  .modal-close {
    right: 11px;
    top: 11px;
    width: 38px;
    height: 38px;
  }
  .detail-layout {
    display: block;
  }
  .detail-visual-column {
    padding: 16px 14px 10px;
  }
  .detail-tabs {
    margin-left: 0;
  }
  .detail-tabs button {
    font-size: 11px;
    min-height: 36px;
  }
  .detail-view {
    height: 290px;
    margin-top: 0;
  }
  .detail-copy {
    padding: 28px 23px;
  }
  .detail-category {
    font-size: 9px;
    margin: 0 0 16px;
  }
  .detail-copy .detail-title {
    font-size: 44px;
  }
  .detail-subtitle {
    font-size: 12px;
    margin: 10px 0 18px;
  }
  .detail-description {
    font-size: 13px;
  }
  .model-caption {
    margin: 5px 0 0;
    font-size: 9px;
  }
  .model-download {
    margin-top: 5px;
    min-height: 32px;
    font-size: 10px;
  }
  .export-status {
    font-size: 10px;
    min-height: 0;
  }
  .export-status:empty {
    display: none;
  }
  .object-specs {
    font-size: 12px;
  }
  .object-specs > div {
    grid-template-columns: 85px 1fr;
  }
  .object-observations {
    font-size: 12px;
  }
  .photo-strip {
    padding: 8px 0;
  }
  .photo-strip img {
    width: 51px;
    height: 40px;
  }
  .selection-modal {
    padding: 29px 20px;
    width: calc(100vw - 20px);
  }
  .selection-header h2 {
    font-size: 41px;
  }
  .selection-header p {
    font-size: 11px;
  }
  .selection-image {
    width: 90px;
    height: 90px;
  }
  .selection-item {
    gap: 13px;
    padding: 18px 0;
  }
  .selection-item-heading h3 {
    font-size: 12px;
  }
  .selection-info > p {
    font-size: 10px;
  }
  .selection-item-heading .icon-button {
    width: 30px;
    height: 30px;
  }
  .selection-footer small {
    font-size: 9px;
  }
  .about-modal {
    padding: 35px 23px;
  }
  .about-modal > .approach-title, .about-modal [data-dialog-content] > .approach-title {
    font-size: 41px;
  }
  .about-modal > p, .about-modal [data-dialog-content] > p {
    font-size: 13px;
  }
  .approach-points > div {
    grid-template-columns: 23px 1fr;
    gap: 5px 10px;
  }
  .approach-points p {
    font-size: 12px;
  }
  .toast {
    bottom: 16px;
    white-space: normal;
    font-size: 11px;
    width: max-content;
    text-align: left;
    max-width: calc(100vw - 26px);
    padding: 13px 16px;
  }
  .list-layout .product-media {
    width: 105px;
    aspect-ratio: 1;
  }
  .list-layout .product-card {
    gap: 14px;
    padding: 14px 0;
  }
  .list-layout .product-info {
    display: block;
    padding: 0;
  }
  .list-layout .product-name {
    font-size: 13px;
  }
  .list-layout .product-quantity {
    font-size: 10px;
    margin-top: 3px;
  }
  .list-layout .product-subtitle {
    font-size: 10px;
    margin-top: 3px;
  }
  .list-layout .list-explore {
    display: none;
  }
  .empty-state {
    padding: 45px 12px;
  }
  .empty-state h3 {
    font-size: 31px;
  }
  .empty-state p {
    font-size: 12px;
  }
}
@media (pointer: coarse) {
  .category-button {
    min-height: 44px;
  }
  .save-button {
    width: 44px;
    height: 44px;
  }
  .quantity-stepper {
    height: 44px;
    width: 134px;
  }
  .quantity-stepper button {
    width: 44px;
  }
  .hero-arrows .icon-button {
    width: 44px;
    height: 44px;
  }
  .detail-tabs button {
    min-height: 44px;
  }
  .product-name {
    min-height: 34px;
  }
  .selection-item-heading .icon-button {
    width: 44px;
    height: 44px;
  }
  .scene-controls button {
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 360px) {
  .page-shell {
    padding: 0 15px;
  }
  .intro p {
    max-width: 230px;
  }
  .intro-scroll {
    display: none;
  }
  .hero-scene {
    left: 0;
    right: -21%;
  }
  .hero-content {
    left: 20px;
  }
  .hero-content h2 {
    font-size: 31px;
  }
  .drag-hint {
    left: 50%;
    font-size: 8px;
    gap: 4px;
    padding: 8px;
  }
  .filter-row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-arrows {
    right: 12px;
  }
  .hero-index {
    left: 18px;
  }
  .collection-title h2 {
    font-size: 26px;
  }
  .selection-image {
    width: 75px;
    height: 80px;
  }
  .selection-modal {
    padding: 27px 15px;
  }
  .product-quantity {
    white-space: normal;
  }
  .detail-tabs button {
    padding: 0 8px;
    font-size: 10px;
  }
  .detail-view {
    height: 260px;
  }
}
@media (max-width: 240px) {
  .page-shell {
    padding: 0 10px;
  }
  .site-header {
    height: auto;
    min-height: 57px;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0;
  }
  .brand {
    font-size: 24px;
  }
  .brand-flower {
    font-size: 22px;
  }
  .my-list-button {
    min-width: 44px;
    min-height: 36px;
    padding: 0 8px;
    gap: 5px;
    border-radius: 9px !important;
    margin-left: auto;
  }
  .my-list-button > span:not(.list-count) {
    display: none;
  }
  .my-list-button svg {
    width: 15px;
  }
  .list-count {
    font-size: 10px;
    min-width: 9px;
  }
  .intro {
    padding: 10px 0 17px;
  }
  .intro h1 {
    font-size: 39px;
    letter-spacing: -0.5px;
    line-height: 0.91;
  }
  .intro p {
    display: none;
  }
  .hero {
    display: none;
  }
  .collection {
    padding-top: 8px;
  }
  .collection-title h2 {
    font-size: 23px;
    line-height: 1.05;
  }
  .collection-tools {
    margin-top: 14px;
  }
  .search-box {
    padding: 0 9px;
    gap: 7px;
    height: 40px;
  }
  .search-box svg {
    width: 16px;
  }
  .search-box input {
    font-size: 10px;
  }
  .view-switch {
    display: none;
  }
  .filter-row {
    margin: 10px -10px 13px;
    padding: 0 10px;
  }
  .category-button {
    font-size: 10px;
    padding: 0 11px;
    min-height: 38px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-media {
    aspect-ratio: 1.1;
  }
  .product-name {
    font-size: 12px;
    min-height: 30px;
  }
  .product-subtitle {
    font-size: 10px;
  }
  .product-quantity {
    font-size: 10px;
  }
  .product-info {
    padding-top: 7px;
  }
  .save-button {
    width: 36px;
    height: 36px;
  }
  .collection-story {
    display: block;
    padding: 20px 0;
  }
  .story-mark {
    display: none;
  }
  .collection-story h2 {
    font-size: 26px;
  }
  .collection-story p {
    font-size: 10px;
  }
  .collection-story > .text-button {
    margin-top: 9px;
  }
  .site-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .site-footer > .text-button {
    margin: 0;
    min-height: 35px;
  }
  .footer-brand {
    font-size: 23px;
  }
  .catalog-footnote {
    font-size: 9px;
  }
  .modal {
    width: calc(100vw - 8px);
    max-height: calc(100dvh - 8px);
    border-radius: 10px;
  }
  .modal-close {
    width: 33px;
    height: 33px;
    right: 6px;
    top: 6px;
  }
  .detail-visual-column {
    padding: 44px 8px 8px;
  }
  .detail-tabs {
    width: 100%;
    margin: 0;
    gap: 0;
    padding: 2px;
  }
  .detail-tabs button {
    font-size: 9px;
    gap: 4px;
    flex: 1;
    padding: 0 4px;
    min-height: 35px;
  }
  .detail-tabs svg {
    display: none;
  }
  .detail-view {
    height: 170px;
  }
  .detail-copy {
    padding: 18px 12px;
  }
  .detail-copy .detail-title {
    font-size: 32px;
  }
  .detail-category {
    font-size: 8px;
    overflow-wrap: anywhere;
    margin-bottom: 12px;
  }
  .detail-subtitle,
  .detail-description {
    font-size: 11px;
  }
  .detail-save {
    font-size: 11px;
    padding: 0 10px;
    gap: 6px;
  }
  .save-help {
    font-size: 9px;
  }
  .quantity-summary {
    margin: 17px 0 13px;
  }
  .quantity-summary > span {
    font-size: 11px;
  }
  .quantity-summary small {
    font-size: 9px;
  }
  .object-specs {
    font-size: 10px;
  }
  .object-specs > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 8px 0;
  }
  .object-observations {
    font-size: 10px;
    padding-left: 12px;
  }
  .source-link {
    font-size: 10px;
    text-align: left;
  }
  .model-caption {
    font-size: 8px;
    gap: 4px;
  }
  .model-caption svg {
    width: 11px;
  }
  .model-download {
    font-size: 9px;
    gap: 4px;
  }
  .selection-modal {
    padding: 45px 12px 20px;
  }
  .selection-header h2 {
    font-size: 33px;
  }
  .selection-header p {
    font-size: 10px;
    line-height: 1.6;
  }
  .selection-image {
    display: none;
  }
  .selection-item-heading h3 {
    font-size: 12px;
  }
  .selection-item-heading .icon-button {
    width: 32px;
    height: 36px;
  }
  .selection-info > p {
    font-size: 9px;
  }
  .selection-item {
    padding: 12px 0;
  }
  .selection-footer > .button {
    font-size: 11px;
    padding: 0 9px;
  }
  .selection-footer > .text-button {
    font-size: 10px;
    min-height: 35px;
  }
  .selection-footer > p {
    font-size: 10px;
  }
  .about-modal {
    padding: 45px 13px 20px;
  }
  .about-modal > .approach-title, .about-modal [data-dialog-content] > .approach-title {
    font-size: 31px;
  }
  .about-modal > p, .about-modal [data-dialog-content] > p {
    font-size: 11px;
  }
  .approach-points > div {
    display: block;
  }
  .approach-points span {
    display: block;
    margin-bottom: 8px;
  }
  .approach-points h3 {
    font-size: 12px;
  }
  .approach-points p {
    font-size: 10px;
    margin-top: 8px;
  }
  .about-modal > .button, .about-modal [data-dialog-content] > .button {
    font-size: 11px;
    padding: 0 10px;
  }
  .empty-state {
    padding: 32px 0;
    gap: 14px;
  }
  .empty-state h3 {
    font-size: 28px;
  }
  .empty-state p {
    font-size: 11px;
  }
  .empty-state .button {
    font-size: 11px;
    padding: 0 10px;
    gap: 5px;
    line-height: 1.5;
  }
  .toast {
    font-size: 10px;
    padding: 10px;
    bottom: 8px;
  }
  .filter-summary {
    display: block;
    font-size: 10px;
  }
  .filter-summary button {
    font-size: 10px;
  }
  .scene-controls {
    display: none;
  }
  .list-layout .product-card {
    display: block;
  }
  .list-layout .product-media {
    width: 100%;
  }
  .list-layout .product-info {
    padding-top: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.watch-title {
  display: none;
}
@media (max-width: 240px) {
  .intro {
    display: none;
  }
  .brand-flower {
    display: none;
  }
  .regular-title {
    display: none;
  }
  .watch-title {
    display: inline;
  }
  .collection-title h2 {
    font-size: 23px;
  }
  .collection {
    padding-top: 4px;
  }
  .collection-tools {
    margin-top: 10px;
  }
}

.intro h1 > span {
  white-space: nowrap;
}
@media (min-width: 641px) and (max-width: 900px) {
  .intro {
    grid-template-columns: 56% 1fr;
  }
  .intro h1 {
    font-size: clamp(48px, 7.2vw, 64px);
  }
  .hero-scene {
    left: 40%;
    right: 0;
  }
  .hero-content h2 {
    font-size: 35px;
  }
  .hero-content {
    top: 42px;
  }
}
.model-poster img {
  object-fit: contain;
}
@media (min-width: 901px) {
  .collection {
    position: relative;
    padding-top: 21px;
  }
  .collection-heading {
    min-height: 36px;
  }
  .collection-tools {
    position: absolute;
    right: 0;
    top: 22px;
  }
  .filter-row {
    margin: 6px 0 14px;
  }
  .collection-title {
    padding-right: 460px;
  }
  .collection-title h2 {
    font-size: 29px;
  }
  .collection-title > span {
    white-space: nowrap;
  }
  .hero .model-poster img {
    object-fit: contain;
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .collection-title {
    padding-right: 380px;
  }
  .collection-title h2 {
    font-size: 27px;
  }
}

.archive-link {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  color: var(--olive);
  font-size: 12px;
}
@media (max-width: 240px) {
  .archive-link {
    font-size: 10px;
    text-align: left;
    line-height: 1.6;
  }
}
@media (max-width: 640px) and (min-width: 241px) {
  .hero-scene { inset: 145px 14px 38px; }
}

/* Native document semantics share the established visual language. */
[hidden] { display: none !important; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
a.button, a.product-visual { text-decoration: none; }
a.product-visual { display: block; }
.hero-index b { font-weight: inherit; }
.product-scene > .model-poster { position: absolute; inset: 0; }
.standalone-detail { padding: 32px 0 70px; }
.standalone-detail .detail-layout { border-radius: 20px; overflow: hidden; }
.back-link { margin-bottom: 28px; }
.standalone-approach { max-width: 760px; margin: 35px auto 80px; }
.no-script-note { max-width: 800px; margin: 20px auto; padding: 16px; font-size: 14px; }
.empty-list-import { display: flex; justify-content: center; padding: 0 20px 24px; }
.import-list { position: relative; cursor: pointer; }
.import-list:focus-within { outline: 2px solid var(--olive, #485b48); outline-offset: 4px; }
@media (max-width: 240px) { .hero { display: none; } .standalone-detail { padding-top: 10px; } }
