@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #0c0d0d;
  --paper: #e9e9e3;
  --muted: #9fa09b;
  --gold: #cda65a;
  --line: #ffffff26;
  --gutter: clamp(22px, 4.4vw, 88px);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 400 16px/1.6 var(--body); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button { border: 0; background: none; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
::selection { background: var(--gold); color: var(--ink); }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; flex-shrink: 0; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 99; padding: 12px 20px; background: var(--gold); color: #000; }
.skip-link:focus { top: 12px; }
.site-header { height: 90px; padding: 0 var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 30px; position: absolute; top: 0; left: 0; width: 100%; z-index: 5; border-bottom: 1px solid #ffffff25; }
.wordmark { display: inline-flex; align-items: baseline; font: 700 36px/1 var(--display); letter-spacing: -.035em; }
.wordmark span { color: var(--gold); }
.wordmark small { font: 400 11px/1 var(--body); align-self: flex-start; margin: 2px 0 0 6px; }
.site-nav { display: flex; gap: 33px; font-size: 14px; }
.site-nav a { padding: 12px 0; position: relative; }
.site-nav a::after { content: ''; position: absolute; bottom: 6px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.site-nav a:hover::after { width: 100%; }
.bag-button { display: flex; align-items: center; gap: 12px; padding: 10px 0 10px 24px; border-left: 1px solid #ffffff3b; font-size: 14px; }
.bag-count { min-width: 23px; height: 23px; border: 1px solid #ffffff4d; display: grid; place-items: center; font-size: 12px; border-radius: 50%; }

/* A single full-bleed exhibition cover. */
.cover { position: relative; min-height: 830px; height: min(100svh, 1080px); isolation: isolate; overflow: hidden; background: #151616; }
.cover-scene { position: absolute; inset: 0; z-index: -3; background: #151616; }
.cover-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 50%; transform: scale(1.025) translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0); transition: transform 1s ease-out; }
.cover::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -2; background: linear-gradient(90deg, #080909eb 0%, #080909c7 26%, #08090938 55%, transparent 78%), linear-gradient(180deg, #080909a6, transparent 28%, transparent 66%, #080909cf); }
.cover-layout { padding: 145px var(--gutter) 124px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.overline { display: flex; align-items: center; gap: 11px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.overline .bar { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.cover .overline { color: #d5c3a1; }
.cover-title { margin-top: 28px; font: 600 clamp(78px, 8.6vw, 144px)/.88 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.cover-title span { display: block; }
.cover-title .outline { color: transparent; -webkit-text-stroke: 1px #dedbd0a1; margin-left: .38em; }
.cover-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 32px; }
.cover-copy { max-width: 370px; }
.cover-copy p { font-size: 16px; line-height: 1.8; color: #c5c5bf; max-width: 300px; margin-bottom: 26px; }
.action { display: inline-flex; align-items: center; justify-content: space-between; min-height: 57px; padding: 0 22px; gap: 40px; background: var(--paper); color: var(--ink); border: 1px solid var(--paper); font-size: 14px; font-weight: 600; transition: background .25s, color .25s, border-color .25s; }
.action:hover { background: var(--gold); border-color: var(--gold); }
.action .icon { transition: transform .25s; }
.action:hover .icon { transform: translate(2px, -2px); }
.cover-object { width: 220px; margin-bottom: 2px; }
.cover-object .edition { display: block; font-size: 12px; letter-spacing: .14em; color: #c9c6bb; }
.cover-object .object-name { font: 500 40px/1.1 var(--display); display: block; margin-top: 9px; }
.object-link { padding: 15px 0 0; margin-top: 16px; width: 100%; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #fff6; font-size: 14px; }
.object-link:hover { color: var(--gold); }
.cover-index { position: absolute; bottom: 0; left: var(--gutter); right: var(--gutter); min-height: 73px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff42; gap: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cover-index span { color: #a4a5a0; }
.cover-index b { font-weight: 500; color: var(--paper); margin-right: 12px; }
.cover-index a { display: flex; align-items: center; gap: 18px; }
.cover-index a .icon { width: 17px; }
.cover-index .index-line { width: 120px; height: 2px; background: #ffffff35; position: relative; }
.index-line::before { content: ''; display: block; width: 32%; height: 2px; background: var(--gold); }

/* A typographic bridge is also the collection heading. */
.collection { padding: 0 var(--gutter) 92px; background: var(--paper); color: var(--ink); color-scheme: light; }
.collection-heading { padding: 49px 0 40px; border-bottom: 1px solid #0c0d0d4a; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 28px; }
.collection-heading .overline { margin-bottom: 21px; color: #666963; }
.collection-heading h2 { font: 600 clamp(64px, 8.7vw, 148px)/.82 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.collection-heading h2 span { display: inline-block; vertical-align: top; margin-left: 8px; font: 400 16px/1.2 var(--body); letter-spacing: 0; }
.collection-intro { justify-self: end; max-width: 310px; font-size: 16px; line-height: 1.65; color: #555952; padding-bottom: 2px; }
.catalog-tools { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin: 28px 0 24px; }
.filters { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.filters button { padding: 9px 14px; font-size: 14px; border: 1px solid transparent; border-radius: 2px; transition: background .2s, color .2s; }
.filters button.active { background: var(--ink); color: var(--paper); }
.filters button:not(.active):hover { border-color: #0c0d0d44; }
.result-count { color: #5f635b; font-size: 12px; white-space: nowrap; }
.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product { display: block; min-width: 0; text-align: left; padding: 0; }
.product-visual { position: relative; overflow: hidden; background: #151615; aspect-ratio: 1/1.78; isolation: isolate; }
.product-visual::after { content: ''; position: absolute; inset: 0; border: 1px solid #ffffff12; pointer-events: none; background: linear-gradient(180deg, #0002, transparent 30%, transparent 82%, #0005); }
.product-visual .art { position: absolute; inset: 0; overflow: hidden; }
.art img { position: absolute; height: 100%; width: auto; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.art.crop img { width: 300%; height: auto; left: 0; transform: translateY(-50%); }
.art.crop.p2 img { left: -100%; }
.art.crop.p3 img { left: -200%; }
.product-visual .art { transition: transform .65s cubic-bezier(.22,1,.36,1); }
.product:hover .product-visual .art { transform: scale(1.045); }
.piece-number { position: absolute; z-index: 1; top: 16px; left: 15px; font-size: 12px; letter-spacing: .1em; color: #d0d0c6; }
.quick-view { position: absolute; bottom: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid #ffffff73; background: #1116; display: grid; place-items: center; border-radius: 50%; color: var(--paper); z-index: 1; transition: background .2s, color .2s; }
.product:hover .quick-view { background: var(--paper); color: var(--ink); }
.quick-view .icon { width: 18px; }
.product-info { padding: 19px 0 20px; border-bottom: 1px solid #0c0d0d3b; }
.product-info .type { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #666b60; }
.product-info h3 { font: 500 34px/1.1 var(--display); margin-top: 5px; }
.product-info .availability { font-size: 12px; display: block; color: #64675f; margin-top: 10px; }
.concept-note { display: flex; align-items: baseline; gap: 16px; font-size: 12px; color: #676a63; margin-top: 25px; }
.concept-note b { font-weight: 500; color: #292d28; white-space: nowrap; }

/* A close-up and a manifesto share one composition. */
.manifesto { position: relative; display: grid; grid-template-columns: 1fr 1fr; background: #111212; min-height: 810px; }
.manifesto-image { position: relative; overflow: hidden; background: #1a1b1b; }
.manifesto-image img { width: 200%; max-width: none; height: 100%; object-fit: cover; object-position: center 18%; position: absolute; left: -50%; filter: grayscale(1) contrast(1.05); }
.manifesto-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #11121270), linear-gradient(0deg, #000b, transparent 45%); }
.detail-label { position: absolute; bottom: 38px; left: var(--gutter); z-index: 1; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.detail-label small { display: block; margin-top: 7px; color: #aaa; font-size: 12px; letter-spacing: 0; text-transform: none; }
.manifesto-copy { position: relative; padding: 80px clamp(30px, 6vw, 100px); }
.manifesto-copy .overline { color: var(--gold); margin-bottom: 44px; }
.manifesto-copy h2 { font: 500 clamp(60px, 5.8vw, 99px)/.93 var(--display); text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 33px; }
.manifesto-copy h2 em { font-style: normal; color: var(--gold); }
.manifesto-copy .intro { font-size: 18px; line-height: 1.7; max-width: 400px; }
.manifesto-copy .body-copy { margin-top: 20px; font-size: 16px; color: #a4a69f; max-width: 400px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding: 15px 0 10px; margin-top: 23px; border-bottom: 1px solid var(--gold); font-size: 14px; }
.text-link:hover { color: var(--gold); }

.standards { padding: 80px var(--gutter) 96px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 75px; }
.standards-title h2 { font: 500 clamp(52px, 4.6vw, 76px)/.95 var(--display); text-transform: uppercase; margin: 26px 0; }
.standards-title p { color: var(--muted); max-width: 270px; }
.standard { display: grid; grid-template-columns: 42px 1fr 1.3fr; align-items: start; gap: 20px; padding: 29px 0; border-top: 1px solid #ffffff3b; }
.standard:last-child { border-bottom: 1px solid #ffffff3b; }
.standard>span { color: var(--gold); font-size: 12px; margin-top: 7px; }
.standard h3 { font: 500 32px/1.2 var(--display); }
.standard p { color: var(--muted); font-size: 15px; line-height: 1.65; }

.closing { background: var(--gold); color: var(--ink); padding: 34px var(--gutter); }
.closing a { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.closing h2 { font: 600 clamp(44px, 6.7vw, 112px)/.98 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.closing-subtitle { margin-top: 20px; font-size: clamp(14px, 1.3vw, 21px); line-height: 1.5; }
.closing a > div { min-width: 0; }
.closing .icon { flex-shrink: 0; }
.closing .icon { width: clamp(40px, 6vw, 86px); height: auto; stroke-width: .8; transition: transform .3s; }
.closing a:hover .icon { transform: translate(7px, -7px); }
.footer { padding: 46px var(--gutter) 24px; overflow: hidden; }
.footer-top { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; }
.footer-top p { font-size: 14px; max-width: 300px; color: #9d9f98; }
.footer-nav { display: flex; gap: 30px; font-size: 14px; }
.footer-word { font: 600 clamp(110px, 22.1vw, 430px)/.88 var(--display); letter-spacing: -.025em; white-space: nowrap; text-align: center; color: #deded6; margin: 42px -.04em 29px; }
.footer-word span { color: #70736a; }
.footer-contact-block { margin-top: 40px; padding-top: 26px; border-top: 1px solid #cda65a30; }
.footer-contact-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.footer-contact-heading > span { color: #cda65a; font-size: 10px; letter-spacing: .17em; }
.footer-contact-heading p { color: #969e8e; font-size: 13px; }
.footer-contacts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.footer-contact { display: flex; align-items: center; gap: 12px; padding: 18px 16px; border: 1px solid #cda65a3d; border-radius: 4px; color: #d9b96f; background: linear-gradient(120deg,#cda65a09,transparent); font: 500 13px var(--body); text-align: left; transition: border-color .2s,background .2s; cursor: pointer; }
.footer-contact:hover { border-color: #e5c684; background: #cda65a13; }
.footer-contact:focus-visible { outline: 2px solid #e5c684; outline-offset: 4px; }
.footer-contact svg { width: 25px; height: 25px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-arrow { margin-left: auto; color: #a18a58; }
.footer-contact-status { font-size: 12px; color: #c4b389; margin-top: 12px; }
.footer-contact-status:empty { display: none; }
@media(max-width:1050px) { .footer-contacts { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media(max-width:600px) { .footer-contacts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.footer-contact-heading { flex-direction: column; gap: 8px; }.footer-contact { padding: 15px 12px; gap: 9px; font-size: 12px; }.footer-contact:last-child { grid-column: 1/-1; }.footer-contact-block { margin-top: 28px; } }
.footer-bottom { border-top: 1px solid #ffffff28; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #93968e; font-size: 12px; }

/* Collection details and the saved selection. */
dialog { background: var(--paper); color: var(--ink); color-scheme: light; border: 0; padding: 0; width: min(940px, calc(100vw - 40px)); max-height: calc(100svh - 40px); box-shadow: 0 30px 100px #0009; }
dialog::backdrop { background: #050606b3; backdrop-filter: blur(10px); }
.dialog-close { position: absolute; right: 15px; top: 15px; width: 39px; height: 39px; padding: 0; display: grid; place-items: center; background: var(--paper); color: var(--ink); border: 1px solid #0c0d0d44; border-radius: 50%; z-index: 5; }
.dialog-close:hover { background: var(--gold); }
.dialog-close .icon { width: 19px; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; }
.detail-visual { background: #151616; position: relative; min-height: 580px; overflow: hidden; }
.detail-visual .art { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); height: 100%; aspect-ratio: 1/2; overflow: hidden; }
.detail-copy { padding: 72px 40px 45px; }
.detail-copy .overline { color: #686c61; }
.detail-copy h2 { font: 500 64px/.95 var(--display); margin: 24px 0; }
.detail-description { font-size: 16px; color: #454b3f; }
.detail-facts { margin: 30px 0; }
.detail-facts div { border-top: 1px solid #0c0d0d30; padding: 11px 0; display: flex; justify-content: space-between; font-size: 12px; gap: 18px; }
.detail-facts dt { color: #62675c; }.detail-facts dd { margin: 0; text-align: right; }
.detail-copy .action { width: 100%; background: var(--ink); color: var(--paper); border-color: var(--ink); padding: 0 18px; gap: 12px; }
.detail-copy .action:hover { background: #353930; }
.detail-copy .note { font-size: 12px; color: #676d60; margin-top: 15px; }
#cart-dialog { width: min(500px, 100vw); height: 100svh; max-height: 100svh; margin: 0 0 0 auto; padding: 65px 34px 34px; }
#cart-dialog h2 { font: 500 70px/1 var(--display); margin: 20px 0 32px; }
.cart-empty { padding: 25px 0 38px; border-top: 1px solid #0c0d0d35; }
.cart-empty p { font-size: 18px; }.cart-empty small { display: block; font-size: 14px; margin-top: 14px; color: #62675c; }
.cart-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; padding: 16px 0; border-top: 1px solid #0c0d0d30; }
.cart-thumb { width: 58px; height: 92px; position: relative; background: #151616; overflow: hidden; }.cart-thumb .art { position: absolute; inset: 0; }
.cart-item h3 { font-size: 19px; line-height: 1.2; }.cart-item small { display: block; margin-top: 5px; font-size: 12px; color: #6b6f66; }
.remove-item { padding: 8px 0 8px 8px; }.remove-item .icon { width: 17px; }
.cart-note { color: #6b7064; font-size: 13px; line-height: 1.7; margin: 25px 0; }
.cart-continue { background: var(--ink); color: var(--paper); width: 100%; border-color: var(--ink); }
.cart-continue:hover { background: #353930; color: var(--paper); border-color: #353930; }
.toast { position: fixed; z-index: 15; left: 50%; bottom: 25px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--paper); color: var(--ink); padding: 14px 22px; border-left: 3px solid var(--gold); box-shadow: 0 8px 40px #0008; font-size: 14px; transition: opacity .2s, transform .2s; max-width: calc(100vw - 30px); width: max-content; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast:empty { display: none; }

@media (min-width: 1700px) {
  .cover { min-height: 950px; }
  .cover-layout { padding-top: 170px; padding-bottom: 140px; }
  .cover-title { font-size: 156px; }
}
@media (max-width: 1100px) {
  .cover-title { font-size: 100px; }
  .cover-scene img { object-position: 56% center; }
  .cover::before { background: linear-gradient(90deg, #080909eb, #080909a3 40%, transparent 80%), linear-gradient(0deg, #080909cc, transparent 40%); }
  .site-nav { gap: 20px; }
  .products { gap: 13px; }
  .product-info h3 { font-size: 30px; }
  .manifesto { min-height: 750px; }
  .manifesto-copy { padding: 65px 35px; }
  .manifesto-copy h2 { font-size: 68px; }
  .standards { gap: 40px; grid-template-columns: 1fr 1.6fr; }
  .standard { grid-template-columns: 25px 1fr; gap: 15px; }
  .standard p { grid-column: 2; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 24px; }
  .site-header { height: 77px; gap: 20px; }
  .wordmark { font-size: 33px; }
  .site-nav { display: none; }
  .bag-button { border: 0; padding-left: 0; }
  .cover { height: auto; min-height: 850px; }
  .cover-scene img { object-position: 64% center; }
  .cover::before { background: linear-gradient(180deg, #0809099c, #08090935 45%, #080909e6 90%), linear-gradient(90deg, #08090992, transparent 70%); }
  .cover-layout { min-height: 850px; padding-top: 117px; padding-bottom: 110px; }
  .cover-title { font-size: clamp(76px, 14vw, 108px); }
  .cover-bottom { margin-top: 240px; }
  .cover-object { display: none; }
  .cover-copy { display: flex; gap: 20px; align-items: flex-end; max-width: none; width: 100%; }
  .cover-copy p { font-size: 14px; flex: 1; margin: 0; }
  .cover-copy .action { font-size: 13px; gap: 18px; padding: 0 16px; }
  .cover-index { min-height: 69px; font-size: 10px; }
  .cover-index .index-line { display: none; }
  .collection-heading { padding: 40px 0 30px; gap: 25px; }
  .collection-heading h2 { font-size: 76px; }
  .collection-intro { font-size: 14px; }
  .collection-heading .overline { font-size: 10px; }
  .catalog-tools { align-items: flex-start; }
  .filters { gap: 5px; }
  .filters button { padding: 8px 10px; font-size: 13px; }
  .result-count { display: none; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 15px; }
  .product-info h3 { font-size: 34px; }
  .product-visual { aspect-ratio: 1/1.65; }
  .concept-note { flex-direction: column; gap: 3px; }
  .collection { padding-bottom: 58px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 460px; }
  .manifesto-image img { width: 140%; left: -20%; object-position: center 30%; }
  .manifesto-copy { padding: 50px var(--gutter) 60px; }
  .manifesto-copy .overline { margin-bottom: 30px; }
  .manifesto-copy h2 { font-size: 80px; }
  .standards { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 60px; gap: 30px; }
  .standards-title h2 { font-size: 64px; }
  .standards-title p { max-width: 440px; }
  .standard { grid-template-columns: 35px 1fr 1.3fr; gap: 14px; }
  .standard p { grid-column: auto; font-size: 14px; }
  .standard h3 { font-size: 29px; }
  .closing { padding-top: 30px; padding-bottom: 30px; }
  .closing h2 { font-size: 55px; }
  .footer-nav { gap: 18px; font-size: 13px; }
  .footer-top p { max-width: 220px; font-size: 13px; }
  .footer-word { font-size: 21vw; margin-top: 36px; }
  .footer-bottom { font-size: 11px; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-visual { min-height: 370px; }
  .detail-copy { padding: 30px; }
  .detail-copy h2 { margin: 16px 0; font-size: 56px; }
  .detail-facts { margin: 23px 0; }
}
@media (max-width: 480px) {
  .cover { min-height: 840px; }
  .cover-layout { min-height: 840px; }
  .cover-title { font-size: 23vw; }
  .cover-title .outline { margin-left: .16em; }
  .cover .overline { font-size: 10px; letter-spacing: .1em; }
  .cover-bottom { margin-top: 200px; }
  .cover-copy { display: block; }
  .cover-copy p { max-width: 270px; font-size: 15px; margin-bottom: 21px; }
  .cover-copy .action { min-height: 53px; font-size: 14px; gap: 38px; }
  .cover-index span { max-width: 210px; }
  .cover-index a { gap: 8px; }
  .collection-heading { grid-template-columns: 1fr; gap: 22px; }
  .collection-heading h2 { font-size: 82px; }
  .collection-intro { justify-self: start; max-width: 300px; }
  .catalog-tools { margin: 20px 0; }
  .filters button { padding: 8px 9px; font-size: 12px; }
  .product-info h3 { font-size: 29px; }
  .product-info .type { font-size: 10px; }
  .product-info .availability { font-size: 11px; }
  .piece-number { top: 12px; left: 12px; font-size: 11px; }
  .quick-view { width: 32px; height: 32px; right: 10px; bottom: 10px; }
  .manifesto-image { min-height: 370px; }
  .manifesto-copy h2 { font-size: 72px; }
  .standard { grid-template-columns: 26px 1fr; }
  .standard p { grid-column: 2; font-size: 15px; }
  .closing h2 { font-size: 43px; }
  .closing .icon { width: 36px; }
  .footer-top { flex-direction: column; }
  .footer-top p { max-width: 270px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  dialog { width: calc(100vw - 20px); max-height: calc(100svh - 20px); }
  .detail-visual { min-height: 310px; }
  .detail-copy { padding: 26px 22px; }
  #cart-dialog { padding: 65px 23px 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .cover-scene img { transform: none; }
  .product:hover .art { transform: none; }
}
