:root { --ink: #19151f; --paper: #f3ede5; --fog: #dbe7e3; --rose: #dc91a7; --gold: #d2a35e; --line: rgba(25, 21, 31, 0.16); font-family: "Noto Serif SC", "Songti SC", STSong, "SimSun", serif; color: var(--ink); background: var(--paper); font-synthesis: none; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); }
a, button, input { color: inherit; font: inherit; }
a { text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 4px; }
body.cursor-ready { cursor: none; }
body.cursor-ready a, body.cursor-ready button, body.cursor-ready input { cursor: none; }
#exhibit-particles { position: fixed; z-index: 20; inset: 0; pointer-events: none; }
.exhibit-pointer { position: fixed; z-index: 21; top: 0; left: 0; width: 54px; height: 54px; opacity: 0; pointer-events: none; transform: translate3d(-100px, -100px, 0) translate(-50%, -50%); transform-origin: center center; filter: drop-shadow(0 0 12px rgba(220, 145, 167, 0.78)); will-change: transform; }
.exhibit-pointer img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.exhibit-pointer span { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; border: 1px solid var(--paper); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(210, 163, 94, 0.2), 0 0 11px rgba(210, 163, 94, 0.96); transform: translate(-50%, -50%); }
body.cursor-ready .exhibit-pointer { opacity: 1; }
.exhibit-header { position: absolute; z-index: 8; top: 0; right: 0; left: 0; display: flex; align-items: center; width: min(1320px, calc(100% - 64px)); min-height: 92px; margin: auto; gap: 28px; color: var(--paper); font-family: ui-sans-serif, system-ui, sans-serif; }
.exhibit-brand { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.exhibit-brand strong, .exhibit-brand small { display: block; }
.exhibit-brand strong { font-family: "Noto Serif SC", serif; font-size: 1rem; font-weight: 500; }
.exhibit-brand small { margin-top: 3px; color: rgba(243, 237, 229, 0.62); font-size: 0.55rem; letter-spacing: 0.13em; }
.exhibit-seal { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(243, 237, 229, 0.64); border-radius: 50%; transform: rotate(-8deg); }
.exhibit-header nav { display: flex; gap: 24px; margin-left: auto; }
.exhibit-header nav a, .exhibit-back { color: rgba(243, 237, 229, 0.8); font-size: 0.67rem; }
.exhibit-header nav a:hover, .exhibit-back:hover { color: var(--rose); }
.exhibit-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--paper); background: var(--ink); }
.exhibit-hero-bg, .exhibit-hero-bg::after, .exhibit-hero-bg img, .exhibit-glow, .exhibit-scan { position: absolute; inset: 0; }
.exhibit-hero-bg { overflow: hidden; }
.exhibit-hero-bg::after { z-index: 1; background: linear-gradient(90deg, rgba(25, 21, 31, 0.9), rgba(25, 21, 31, 0.5) 54%, rgba(25, 21, 31, 0.22)); content: ""; }
.exhibit-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 45%; opacity: 0.74; mix-blend-mode: screen; filter: saturate(0.35) contrast(1.1); animation: exhibit-drift 12s ease-in-out infinite alternate; }
.exhibit-glow { z-index: 2; width: 45vw; height: 45vw; margin: 15vh 0 0 62vw; border-radius: 50%; background: radial-gradient(circle, rgba(196, 231, 221, 0.34), transparent 68%); filter: blur(12px); mix-blend-mode: screen; animation: exhibit-breathe 8s ease-in-out infinite; }
.exhibit-glow-two { margin: 55vh 0 0 25vw; opacity: 0.38; animation-delay: -4s; }
.exhibit-scan { z-index: 3; opacity: 0.12; background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(243, 237, 229, 0.28) 29px 30px); mask-image: linear-gradient(90deg, black, transparent 80%); }
@keyframes exhibit-drift { from { transform: scale(1.04) translate3d(-1%, 0, 0); } to { transform: scale(1.12) translate3d(2%, -1%, 0); } }
@keyframes exhibit-breathe { 0%, 100% { opacity: 0.42; transform: scale(0.84); } 50% { opacity: 0.88; transform: scale(1.08); } }
.exhibit-hero-copy { position: relative; z-index: 4; width: min(1280px, calc(100% - 64px)); margin: auto; padding-top: 230px; }
.exhibit-kicker { margin: 0 0 20px; color: var(--rose); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.63rem; letter-spacing: 0.16em; }
.exhibit-hero h1, .exhibit-section h2, .tools-section h2, .exhibit-archive-callout h2 { margin: 0; font-weight: 400; line-height: 1.17; }
.exhibit-hero h1 { max-width: 780px; font-size: clamp(48px, 7vw, 94px); }
.exhibit-hero h1 em, .exhibit-section h2 em, .tools-section h2 em, .exhibit-archive-callout h2 em { color: var(--rose); font-style: normal; }
.exhibit-hero-copy > p:not(.exhibit-kicker) { max-width: 420px; margin: 32px 0 38px 9vw; color: rgba(243, 237, 229, 0.7); font-size: 0.86rem; line-height: 2; }
.exhibit-hero-actions { display: flex; gap: 22px; margin-left: 9vw; }
.exhibit-action { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(243, 237, 229, 0.42); padding-bottom: 9px; color: rgba(243, 237, 229, 0.82); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.69rem; }
.exhibit-action-light { border-color: var(--rose); color: var(--paper); }
.exhibit-index { position: absolute; z-index: 4; right: 8vw; bottom: 84px; color: rgba(243, 237, 229, 0.62); font-family: ui-sans-serif, system-ui, sans-serif; text-align: right; }
.exhibit-index span, .exhibit-index strong { display: block; }
.exhibit-index span { color: var(--rose); font-size: 0.65rem; letter-spacing: 0.12em; }
.exhibit-index strong { margin-top: 9px; font-size: 0.58rem; font-weight: 400; letter-spacing: 0.14em; line-height: 1.6; }
.exhibit-section { width: min(1280px, calc(100% - 64px)); margin: auto; padding: 150px 0 170px; }
.exhibit-section-top { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 62px; }
.exhibit-section h2, .tools-section h2, .exhibit-archive-callout h2 { font-size: clamp(40px, 5vw, 72px); }
.exhibit-section-top > p { max-width: 360px; margin: 0 0 5px; color: #6b6570; font-size: 0.82rem; line-height: 1.9; }
.exhibit-filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 26px; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.exhibit-filter { padding: 8px 11px; color: #746d77; background: transparent; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.63rem; cursor: pointer; }
.exhibit-filter:hover, .exhibit-filter.is-active { color: var(--ink); background: rgba(220, 145, 167, 0.17); }
.exhibit-filter-row > span { margin-left: auto; color: #746d77; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; }
.exhibit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-exhibit-card { position: relative; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.35); transition: transform 470ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 360ms ease; }
.product-exhibit-card:hover { z-index: 2; box-shadow: 0 20px 42px rgba(45, 29, 45, 0.14); transform: translateY(-6px); }
.product-exhibit-card figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.18; background: #e6e8e2; }
.product-exhibit-card figure img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 450ms ease; }
.product-exhibit-card:hover figure img { filter: saturate(1.08) contrast(1.04); transform: scale(1.08); }
.product-exhibit-mark { position: absolute; top: 10px; left: 10px; color: white; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55); }
.product-exhibit-copy { display: grid; gap: 7px; padding: 15px 15px 11px; }
.product-exhibit-copy small, .product-exhibit-copy > span { color: #756d77; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; }
.product-exhibit-copy strong { font-size: 1rem; font-weight: 500; }
.product-exhibit-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 15px 15px; }
.product-exhibit-actions a, .product-exhibit-actions button { color: #6f5368; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; }
.product-exhibit-actions button { padding: 6px 0; background: transparent; cursor: pointer; }
.product-exhibit-actions button.is-active { color: var(--rose); }
.exhibit-empty { padding: 80px; color: #6b6570; text-align: center; }
.tools-section { padding: 148px max(32px, calc((100% - 1280px) / 2)) 170px; color: var(--paper); background: #211b28; }
.tools-intro { display: grid; grid-template-columns: 1fr 1.2fr 0.72fr; align-items: end; gap: 45px; margin-bottom: 70px; }
.tools-intro .exhibit-kicker { margin: 0 0 8px; }
.tools-intro > p:last-child { margin: 0 0 4px; color: rgba(243, 237, 229, 0.62); font-size: 0.78rem; line-height: 1.9; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.tool-card { min-height: 300px; border-top: 1px solid rgba(243, 237, 229, 0.4); padding: 20px 20px 24px; background: rgba(243, 237, 229, 0.04); }
.tool-card > span { color: var(--rose); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.61rem; letter-spacing: 0.12em; }
.tool-card h3 { margin: 48px 0 20px; color: var(--paper); font-size: 1.4rem; font-weight: 400; }
.tool-card p { max-width: 260px; color: rgba(243, 237, 229, 0.62); font-size: 0.76rem; line-height: 1.85; }
.tool-options { display: flex; flex-wrap: wrap; gap: 6px; }
.tool-option { border: 1px solid rgba(243, 237, 229, 0.24); padding: 8px 10px; color: rgba(243, 237, 229, 0.62); background: transparent; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; cursor: pointer; }
.tool-option.is-active, .tool-option:hover { border-color: var(--rose); color: var(--rose); background: rgba(220, 145, 167, 0.12); }
.tool-value { display: flex; align-items: baseline; justify-content: space-between; margin-top: 52px; color: rgba(243, 237, 229, 0.62); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; }
.tool-value strong { color: var(--rose); font-family: "Noto Serif SC", serif; font-size: 1.7rem; font-weight: 400; }
.tool-card input[type="range"] { width: 100%; margin-top: 18px; accent-color: var(--rose); }
.tool-small-button { border-bottom: 1px solid rgba(243, 237, 229, 0.32); padding: 0 0 7px; color: var(--rose); background: transparent; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; cursor: pointer; }
.compare-list { display: flex; flex-wrap: wrap; min-height: 42px; gap: 7px; margin: 30px 0 16px; }
.compare-list span { color: rgba(243, 237, 229, 0.5); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.65rem; }
.compare-chip { display: flex; align-items: center; gap: 5px; padding: 6px 7px; color: var(--paper); background: rgba(220, 145, 167, 0.2); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; }
.favorite-count { display: block; margin: 35px 0 20px; color: var(--rose); font-family: "Noto Serif SC", serif; font-size: 2.8rem; font-weight: 400; }
.contact-tool-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; margin: 18px 0; border-bottom: 1px solid rgba(243, 237, 229, 0.2); padding-bottom: 9px; }
.contact-tool-line span { grid-column: 1 / -1; color: rgba(243, 237, 229, 0.5); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; }
.contact-tool-line strong { color: var(--paper); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.72rem; font-weight: 400; }
.copy-button { color: var(--rose); background: transparent; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.6rem; cursor: pointer; }
.copy-status { min-height: 20px; margin-top: 8px !important; color: var(--rose) !important; font-size: 0.65rem !important; }
.exhibit-archive-callout { display: flex; align-items: end; justify-content: space-between; gap: 42px; width: min(1280px, calc(100% - 64px)); margin: auto; padding: 140px 0; }
.exhibit-action-dark { border-color: var(--ink); color: var(--ink); }
.exhibit-footer { display: flex; justify-content: space-between; width: min(1280px, calc(100% - 64px)); min-height: 110px; margin: auto; padding-top: 17px; color: #746c76; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; gap: 18px; }
.exhibit-footer a:hover { color: var(--rose); }
@media (max-width: 1040px) { .exhibit-header nav { gap: 13px; } .exhibit-grid { grid-template-columns: repeat(3, 1fr); } .tools-grid { grid-template-columns: repeat(2, 1fr); } .tools-intro { grid-template-columns: 1fr 1fr; } .tools-intro > p:last-child { grid-column: span 2; max-width: 360px; } }
@media (max-width: 680px) { .exhibit-header { width: calc(100% - 32px); min-height: 76px; } .exhibit-header nav { display: none; } .exhibit-back { font-size: 0.6rem; } .exhibit-hero { min-height: 720px; } .exhibit-hero-copy { width: calc(100% - 32px); padding-top: 180px; } .exhibit-hero h1 { font-size: 48px; } .exhibit-hero-copy > p:not(.exhibit-kicker), .exhibit-hero-actions { margin-left: 0; } .exhibit-hero-actions { flex-direction: column; align-items: flex-start; gap: 15px; } .exhibit-index { right: 20px; bottom: 42px; } .exhibit-section { width: calc(100% - 32px); padding: 92px 0 110px; } .exhibit-section-top { display: block; margin-bottom: 40px; } .exhibit-section-top > p { margin-top: 20px; } .exhibit-filter-row > span { margin-left: 0; width: 100%; } .exhibit-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } .product-exhibit-copy { padding: 11px 10px 8px; } .product-exhibit-copy strong { font-size: 0.86rem; } .product-exhibit-actions { padding: 0 10px 11px; } .tools-section { padding: 92px 16px 112px; } .tools-intro { display: block; margin-bottom: 44px; } .tools-intro > p:last-child { margin-top: 20px; } .tools-grid { grid-template-columns: 1fr; } .tool-card { min-height: 280px; } .exhibit-archive-callout { display: block; width: calc(100% - 32px); padding: 92px 0; } .exhibit-archive-callout .exhibit-action { margin-top: 30px; } .exhibit-footer { align-items: flex-start; flex-direction: column; width: calc(100% - 32px); min-height: 150px; padding: 22px 0; } }
@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) { #exhibit-particles, .exhibit-pointer { display: none; } }

/* Products are grouped by visual language before the individual cards begin. */
.exhibit-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
.exhibit-group { border-top: 1px solid rgba(25, 21, 31, 0.45); padding-top: 20px; }
.exhibit-group-header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 20px; }
.exhibit-group-header > div { display: flex; align-items: baseline; gap: 16px; }
.exhibit-group-index { color: var(--rose); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; letter-spacing: 0.13em; }
.exhibit-group-header h3 { margin: 0; font-size: 1.55rem; font-weight: 400; }
.exhibit-group-header p { max-width: 310px; margin: 0; color: #746d77; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.62rem; line-height: 1.7; text-align: right; }
.exhibit-group-header p small, .exhibit-group-header p b { display: block; color: var(--rose); font-size: 0.55rem; letter-spacing: 0.1em; }
.exhibit-group-header p b { margin-top: 5px; color: #746d77; font-weight: 400; letter-spacing: 0; }
.exhibit-group-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1040px) { .exhibit-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 680px) { .exhibit-grid { gap: 46px; } .exhibit-group-header { align-items: flex-start; flex-direction: column; gap: 10px; } .exhibit-group-header p { max-width: none; text-align: left; } .exhibit-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } }
