:root {
  --paper: #ffffff;
  --paper-deep: #f6f6f6;
  --ink: #171717;
  --muted: #77736d;
  --line: rgba(23, 23, 23, .14);
  --line-soft: rgba(23, 23, 23, .08);
  --accent: #b2664e;
  --white: #ffffff;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --radius: 2px;
  --pad: clamp(18px, 3.2vw, 52px);
  color-scheme: light;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body.admin-mode { padding-bottom: 0; background: #fff; }
body, button, input { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; border: 0; background: none; cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.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; padding: 12px 16px; background: var(--ink); color: var(--paper); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.section-pad { padding-inline: var(--pad); }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, auto) minmax(150px, 1fr); align-items: center; min-height: 76px; padding: 0 var(--pad); background: rgba(255, 255, 255, .94); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(14px); }
.brand { position: relative; display: inline-flex; align-items: center; justify-self: start; padding: 5px 0 8px; }
.brand::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--accent); transform: scaleX(.48); transform-origin: left; transition: transform .25s ease; }
.brand:hover::after { transform: scaleX(1); }
.brand-name { font-family: var(--display); font-size: 31px; letter-spacing: -.045em; line-height: .8; }
.icon-button.menu-trigger { display: none; justify-self: start; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 5px; }
.header-order-link { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.header-order-link:hover { color: var(--ink); }
.icon-button, .bag-button { display: inline-grid; place-items: center; width: 38px; height: 38px; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.menu-glyph { display: grid; gap: 5px; width: 18px; }
.menu-glyph i { display: block; width: 17px; height: 1px; background: var(--ink); }
.bag-button { position: relative; gap: 3px; }
.bag-glyph { display: block; width: 16px; height: 18px; border: 1.3px solid var(--ink); border-radius: 1px 1px 5px 5px; }
.bag-glyph::before { content: ""; display: block; width: 7px; height: 6px; margin: -5px auto 0; border: 1.3px solid var(--ink); border-bottom: 0; border-radius: 8px 8px 0 0; }
.bag-count { position: absolute; right: 3px; top: 2px; display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 8px; line-height: 1; }
.desktop-nav { display: flex; justify-self: center; max-width: min(900px, calc(100vw - 280px)); gap: clamp(10px, 1.45vw, 22px); overflow-x: auto; scrollbar-width: none; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav::-webkit-scrollbar { display: none; }
.desktop-nav-label { flex: 0 0 auto; padding: 9px 0; color: var(--accent); font-size: 8px; font-weight: 600; letter-spacing: .16em; white-space: nowrap; }
.desktop-nav a, .desktop-nav button { position: relative; padding: 9px 0; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.desktop-nav a::after, .desktop-nav button::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav button:hover::after { transform: scaleX(1); transform-origin: left; }
.desktop-only { display: inline-grid; }

.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); gap: clamp(28px, 6vw, 100px); align-items: stretch; min-height: min(720px, calc(100vh - 107px)); padding-top: clamp(38px, 7vw, 100px); padding-bottom: clamp(38px, 7vw, 94px); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 580px; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 0 0 28px; font-size: clamp(62px, 8.3vw, 134px); line-height: .82; }
h1 em, h2 em { font-weight: 400; }
.hero-lede { max-width: 330px; margin-bottom: 34px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 48px; padding: 0 18px 0 22px; border: 1px solid var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .22s ease, color .22s ease, transform .22s ease; }
.button span { font-size: 18px; font-weight: 400; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: transparent; color: var(--ink); transform: translateY(-2px); }
.button-light { background: var(--paper); }
.hero-art { position: relative; min-height: 510px; overflow: hidden; background: #d1b6a0; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 57% 22%, rgba(255, 245, 223, .86), transparent 21%), linear-gradient(135deg, #b7896d 0%, #e1c6af 47%, #756051 100%); }
.hero-art::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.8) .6px, transparent .6px); background-size: 4px 4px; mix-blend-mode: overlay; }
.hero-art-label { position: absolute; top: 20px; left: 20px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.hero-art-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { top: 10%; left: 12%; width: 88%; height: 49%; }
.orbit-two { top: 26%; left: 26%; width: 72%; height: 50%; border-color: rgba(42, 32, 24, .4); transform: rotate(42deg); }
.hero-sculpture { position: absolute; right: 18%; bottom: 14%; width: 44%; height: 67%; border-radius: 54% 46% 45% 55% / 31% 36% 64% 69%; background: linear-gradient(150deg, rgba(250,227,202,.9), rgba(122,77,55,.88) 64%, rgba(48,38,30,.9)); box-shadow: -22px 24px 0 rgba(255, 235, 215, .2), 35px -28px 0 rgba(120, 79, 59, .14); transform: rotate(11deg); }
.hero-sculpture::before { content: ""; position: absolute; top: 3%; left: 24%; width: 48%; height: 22%; border-radius: 50%; background: #eed6c0; transform: rotate(-6deg); }
.hero-sculpture::after { content: ""; position: absolute; top: 21%; left: 14%; width: 72%; height: 50%; border-radius: 45% 55% 35% 65%; background: linear-gradient(125deg, rgba(244, 225, 207, .9), rgba(107, 70, 53, .8)); }
.hero-sculpture span, .hero-sculpture i { position: absolute; z-index: 2; display: block; }
.hero-sculpture span { top: 23%; left: 44%; width: 3px; height: 29%; background: rgba(31, 24, 20, .66); transform: rotate(-8deg); }
.hero-sculpture i { right: 21%; bottom: 14%; width: 42%; height: 34%; border: 1px solid rgba(255, 245, 233, .72); border-radius: 48% 52% 50% 50%; transform: rotate(-22deg); }

.ticker { overflow: hidden; padding: 17px 0 16px; border-block: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; font-size: 10px; font-weight: 600; letter-spacing: .22em; white-space: nowrap; animation: ticker 32s linear infinite; }
.ticker-track b { color: #e0a68c; font-size: 12px; font-weight: 400; }
@keyframes ticker { to { transform: translateX(-35%); } }

.collection { padding-top: clamp(38px, 5vw, 70px); padding-bottom: clamp(68px, 9vw, 130px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
h2 { margin-bottom: 0; font-size: clamp(50px, 6.3vw, 96px); line-height: .86; }
.section-note { max-width: 340px; justify-self: end; margin-bottom: 3px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.category-bar { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.category-bar::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; min-height: 32px; padding: 0 14px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.category-chip:hover, .category-chip.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.catalog-status { min-height: 22px; margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.catalog-status:empty { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 12px; }
.product-card { position: relative; min-width: 0; }
.product-image-wrap { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper-deep); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, #e7e0d7, #bd9f8d); color: rgba(23,23,23,.68); font-family: var(--display); font-size: 46px; font-style: italic; }
.product-save { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 17px; }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding-top: 13px; }
.product-category { grid-column: 1 / -1; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-name { margin: 0; font-family: var(--display); font-size: 17px; font-weight: 400; line-height: 1.02; }
.product-price { align-self: end; font-size: 12px; white-space: nowrap; }
.product-add { grid-column: 1 / -1; justify-self: start; margin-top: 6px; padding: 0 0 4px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-add:hover { color: var(--accent); border-color: var(--accent); }
.empty-catalog { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; min-height: 390px; padding: clamp(28px, 5vw, 68px); background: var(--paper-deep); }
.empty-catalog h3 { max-width: 500px; margin-bottom: 20px; font-family: var(--display); font-size: clamp(43px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.empty-catalog p { max-width: 370px; margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.empty-symbol { position: relative; justify-self: center; width: min(250px, 70%); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.empty-symbol::before, .empty-symbol::after { content: ""; position: absolute; inset: 15%; border: 1px solid var(--line); border-radius: 50%; transform: rotate(32deg) scaleX(.45); }
.empty-symbol::after { transform: rotate(-32deg) scaleX(.45); }
.empty-symbol span { position: absolute; inset: 45%; border-radius: 50%; background: var(--accent); }

.atelier { padding-top: 0; padding-bottom: clamp(70px, 9vw, 130px); }
.atelier-panel { display: grid; grid-template-columns: 80px 1.1fr 1fr; gap: 38px; align-items: end; padding: clamp(34px, 6vw, 80px) clamp(22px, 5vw, 72px); background: #cfb5a1; }
.atelier-number, .service-index { color: rgba(23,23,23,.55); font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.atelier-panel h2 { font-size: clamp(50px, 6vw, 92px); }
.atelier-panel > p { max-width: 340px; margin: 0; color: rgba(23,23,23,.68); font-size: 13px; line-height: 1.6; }
.text-link { grid-column: 3; justify-self: start; margin-top: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { margin-left: 15px; font-size: 16px; font-weight: 400; }
.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-bottom: clamp(80px, 11vw, 160px); }
.service-strip article { min-height: 158px; padding: 0 26px; border-left: 1px solid var(--line); }
.service-strip article:first-child { padding-left: 0; border-left: 0; }
.service-strip h3 { margin: 18px 0 9px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.service-strip p { max-width: 210px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.site-footer { padding-top: 30px; padding-bottom: 28px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; margin-bottom: 70px; font-family: var(--display); font-size: 27px; letter-spacing: -.04em; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 560px; gap: 30px; margin-bottom: 76px; }
.footer-grid .eyebrow { margin-bottom: 14px; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.footer-grid a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.sheet-backdrop { position: fixed; inset: 0; z-index: 40; visibility: hidden; background: rgba(23,23,23,.25); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.sheet-backdrop.is-visible { visibility: visible; opacity: 1; }
.sheet { position: fixed; top: 0; right: 0; bottom: 0; z-index: 50; display: flex; flex-direction: column; width: min(460px, 100%); padding: 27px 28px 30px; visibility: hidden; background: var(--paper); transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.2,1), visibility .3s ease; }
.sheet.is-open { visibility: visible; transform: translateX(0); }
.sheet[data-sheet="menu"] { overflow-y: auto; }
.sheet-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.product-sheet-head { position: sticky; top: -27px; z-index: 3; margin: -27px -28px 0; padding: 27px 28px 18px; background: rgba(255,255,255,.96); }
.product-sheet-actions { display: flex; align-items: center; gap: 4px; }
.product-sheet-actions .icon-button svg { width: 19px; height: 19px; }
.product-sheet-actions .close-button { margin-left: 5px; }
.sheet-head .eyebrow { margin: 0; }
.sheet-brand { position: relative; display: inline-flex; padding-bottom: 7px; font-family: var(--display); font-size: 31px; letter-spacing: -.045em; line-height: .8; }
.sheet-brand::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 48%; height: 1px; background: var(--accent); }
.close-button { font-size: 30px; font-weight: 200; line-height: 1; }
.sheet h2 { margin: 42px 0 40px; font-size: clamp(52px, 8vw, 80px); }
.sheet-nav { display: grid; }
.sheet-nav a, .sheet-nav button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 31px; text-align: left; }
.sheet-nav a span { font-family: var(--sans); font-size: 16px; }
.sheet-foot { margin-top: auto; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.search-field { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.search-field input { width: 100%; min-height: 52px; border: 0; outline: 0; background: transparent; font-family: var(--display); font-size: 26px; }
.search-field span { font-size: 24px; }
.search-results { display: grid; gap: 15px; padding-top: 28px; overflow: auto; }
.search-result { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; text-align: left; }
.search-result img, .search-result .result-image { width: 60px; height: 72px; object-fit: cover; background: var(--paper-deep); }
.search-result strong { font-family: var(--display); font-size: 17px; font-weight: 400; }
.search-result small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.search-result-price { font-size: 11px; }
.product-sheet, .bag-sheet { overflow: auto; }
.product-detail { padding-top: 18px; }
.detail-carousel-viewport { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 3 / 4; height: auto; min-height: 0; overflow: hidden; background: #fafafa; outline: none; touch-action: pan-y; }
.detail-carousel-main { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.carousel-arrow { position: absolute; top: 50%; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(23,23,23,.16); border-radius: 50%; background: rgba(255,255,255,.92); font-family: Georgia, serif; font-size: 26px; font-weight: 300; line-height: 1; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease; }
.carousel-arrow:hover { border-color: var(--ink); background: #fff; }
.carousel-arrow-prev { left: 12px; padding-bottom: 3px; }
.carousel-arrow-next { right: 12px; padding-bottom: 3px; }
.carousel-counter { position: absolute; right: 14px; bottom: 12px; padding: 5px 7px; background: rgba(255,255,255,.86); color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.detail-carousel-thumbs { display: flex; gap: 7px; padding: 9px 0 2px; overflow-x: auto; scrollbar-width: none; }
.detail-carousel-thumbs::-webkit-scrollbar { display: none; }
.carousel-thumb { flex: 0 0 54px; width: 54px; height: 67px; padding: 0; overflow: hidden; border: 1px solid transparent; background: #f7f7f7; opacity: .72; transition: border-color .2s ease, opacity .2s ease; }
.carousel-thumb.is-active { border-color: var(--ink); opacity: 1; }
.carousel-thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding-top: 26px; }
.detail-copy h2 { margin: 0 0 14px; font-size: 45px; }
.detail-price { margin-bottom: 22px; font-family: var(--display); font-size: 24px; letter-spacing: -.02em; line-height: 1; }
.detail-colors { margin: 0 0 24px; }
.detail-colors-label { display: block; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.color-options { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.color-option { display: grid; justify-items: center; gap: 8px; min-width: 56px; padding: 0; color: var(--muted); font: inherit; text-align: center; }
.color-option > span { display: block; width: 30px; height: 30px; border: 1px solid rgba(23,23,23,.18); border-radius: 50%; box-shadow: 0 0 0 0 transparent; transition: box-shadow .2s ease, transform .2s ease; }
.color-option.is-active { color: var(--ink); }
.color-option.is-active > span { box-shadow: 0 0 0 1px var(--paper), 0 0 0 2px var(--ink); transform: scale(.92); }
.color-option small { font-size: 9px; line-height: 1.15; }
.detail-accordions { border-top: 1px solid var(--line); }
.detail-accordion { border-bottom: 1px solid var(--line); }
.detail-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; list-style: none; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.detail-accordion summary::-webkit-details-marker { display: none; }
.detail-accordion summary > span { color: var(--muted); font-family: Georgia, serif; font-size: 22px; font-weight: 300; line-height: .7; transition: transform .2s ease; }
.detail-accordion[open] summary > span { transform: rotate(45deg); }
.detail-accordion-content { padding: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.detail-accordion-content p { margin: 0; white-space: pre-line; }
.detail-material-source { margin-top: 10px !important; }
.detail-material-source a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.detail-fit-label { margin-bottom: 4px !important; color: var(--ink); font-family: var(--display); font-size: 27px; line-height: 1; }
.detail-muted { color: var(--muted); font-size: 11px; }
.production-mark { display: flex; align-items: center; gap: 14px; }
.ro-flag { display: grid; grid-template-columns: repeat(3, 1fr); width: 44px; height: 29px; overflow: hidden; border-radius: 1px; box-shadow: 0 0 0 1px rgba(23,23,23,.12); }
.ro-flag i:nth-child(1) { background: #002b7f; }
.ro-flag i:nth-child(2) { background: #fcd116; }
.ro-flag i:nth-child(3) { background: #ce1126; }
.size-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 16px; }
.size-card { min-width: 0; padding: 12px 10px 13px; border: 1px solid var(--line); background: #fff; color: var(--ink); font: inherit; text-align: left; transition: border-color .2s ease, box-shadow .2s ease; }
.size-card.is-selected { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.size-card-head { display: grid; gap: 5px; padding-bottom: 10px; border-bottom: 1px solid var(--line-soft); }
.size-card-head strong { color: var(--ink); font-family: var(--display); font-size: 21px; font-weight: 400; }
.size-card-head span { color: var(--ink); font-size: 9px; line-height: 1.25; }
.size-card-head small { color: var(--muted); font-size: 8px; line-height: 1.25; }
.size-card-measures { display: grid; gap: 8px; padding: 11px 0 2px; }
.size-card-measures div { display: grid; gap: 2px; }
.size-card-measures span { color: var(--muted); font-size: 8px; line-height: 1.2; }
.size-card-measures strong { color: var(--ink); font-size: 10px; font-weight: 400; }
.size-card-note { margin-top: 12px !important; color: var(--muted); font-size: 9px; line-height: 1.35 !important; }
.size-card-choice { display: block; margin-top: 11px; color: var(--accent); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.detail-add { margin-top: 22px; }
.bag-lines { display: grid; gap: 15px; }
.bag-line { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.bag-line-thumb { width: 58px; height: 72px; object-fit: cover; background: var(--paper-deep); }
.bag-line strong { font-family: var(--display); font-size: 17px; font-weight: 400; line-height: 1; }
.bag-line small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; }
.bag-total { display: flex; justify-content: space-between; margin-top: 25px; font-size: 13px; }
.bag-empty { color: var(--muted); font-size: 13px; line-height: 1.6; }
.checkout-form { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.checkout-heading h3 { margin: 7px 0 8px; font-family: var(--display); font-size: 37px; font-weight: 400; letter-spacing: -.04em; }
.checkout-heading p:last-child { max-width: 340px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkout-progress { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); align-items: start; gap: 0; margin: 29px 0 8px; }
.checkout-progress button { display: grid; justify-items: start; gap: 5px; min-width: 0; color: var(--muted); font: inherit; text-align: left; }
.checkout-progress button span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.checkout-progress button small { font-size: 10px; }
.checkout-progress button.is-active span, .checkout-progress button.is-active small, .checkout-progress button.is-complete span { color: var(--ink); }
.checkout-progress button.is-complete span::after { content: " ✓"; color: var(--accent); }
.checkout-progress i { display: block; margin: 5px 8px 0; border-top: 1px solid var(--line); }
.checkout-step-status { margin: 0 0 25px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.checkout-panel[hidden] { display: none; }
.checkout-step-title { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 22px; }
.checkout-step-title > span { color: var(--accent); font-size: 10px; letter-spacing: .1em; }
.checkout-step-title h4 { margin: 0 0 5px; font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: -.03em; }
.checkout-step-title p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; margin-top: 24px; }
.checkout-fields label { display: grid; gap: 7px; min-width: 0; }
.checkout-fields label.checkout-field-wide { grid-column: 1 / -1; }
.checkout-fields label > span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.checkout-fields label > span small { color: var(--muted); font-size: 8px; letter-spacing: 0; text-transform: none; }
.checkout-fields input { width: 100%; min-height: 43px; padding: 0 10px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.checkout-fields input:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.checkout-fields input.is-invalid { border-color: #a32d2d; box-shadow: 0 0 0 1px #a32d2d; }
.checkout-payment { display: grid; gap: 9px; margin: 4px 0 0; padding: 0; border: 0; }
.checkout-payment legend { margin-bottom: 10px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.checkout-method { display: flex; align-items: center; gap: 11px; padding: 14px 12px; border: 1px solid var(--line); cursor: pointer; }
.checkout-method:has(input:checked) { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.checkout-method input { accent-color: var(--accent); }
.checkout-method span { display: grid; gap: 4px; }
.checkout-method strong { font-family: var(--display); font-size: 17px; font-weight: 400; }
.checkout-method small { color: var(--muted); font-size: 10px; }
.checkout-method b { margin-left: auto; color: var(--muted); font-size: 9px; font-weight: 400; }
.checkout-payment-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-summary { display: flex; justify-content: space-between; align-items: center; margin: 24px 0 14px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; }
.checkout-summary strong { font-family: var(--display); font-size: 20px; font-weight: 400; }
.checkout-error { min-height: 18px; margin: 0 0 9px; color: #a32d2d; font-size: 11px; line-height: 1.45; }
.checkout-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 9px; align-items: stretch; margin-top: 27px; }
.checkout-actions .button { width: 100%; }
.checkout-panel[data-checkout-panel="1"] .checkout-actions { display: block; }
.checkout-submit { width: 100%; }
.checkout-submit:disabled { cursor: wait; opacity: .6; }
.checkout-success { padding-top: 28px; }
.checkout-success h3 { margin: 9px 0 12px; font-family: var(--display); font-size: 55px; font-weight: 400; letter-spacing: -.05em; }
.checkout-success p:not(.eyebrow) { max-width: 330px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.checkout-success .button { margin-top: 24px; }
.mobile-tabbar { display: none; }
.toast { position: fixed; right: 18px; bottom: 18px; z-index: 80; max-width: calc(100% - 36px); padding: 13px 16px; background: var(--ink); color: var(--paper); font-size: 11px; letter-spacing: .04em; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-order-link { display: none; }
  .icon-button.menu-trigger { display: inline-grid; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 40px; }
  .hero-copy { min-height: 400px; }
  .hero-art { min-height: 56vw; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  :root { --pad: 18px; }
  body { padding-bottom: 66px; }
  .site-header { min-height: 63px; grid-template-columns: 1fr auto 1fr; }
  .brand { justify-self: center; padding-bottom: 7px; }
  .brand-name { font-size: 24px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button:first-child { display: none; }
  .desktop-only { display: none; }
  .icon-button, .bag-button { width: 34px; height: 34px; }
  .hero, .ticker { display: none; }
  .collection { padding-top: 22px; padding-bottom: 70px; }
  .hero { gap: 24px; padding-top: 34px; padding-bottom: 34px; }
  .hero-copy { min-height: 390px; }
  h1 { margin-bottom: 25px; font-size: clamp(67px, 20vw, 105px); }
  .hero-lede { margin-bottom: 28px; font-size: 13px; }
  .button { min-height: 45px; padding-left: 18px; font-size: 9px; }
  .hero-art { min-height: 94vw; }
  .orbit-one { top: 13%; left: -7%; width: 112%; height: 53%; }
  .orbit-two { top: 30%; left: 16%; width: 82%; height: 46%; }
  .hero-sculpture { right: 16%; bottom: 13%; width: 47%; height: 68%; }
  .ticker { padding: 13px 0; }
  .ticker-track { gap: 19px; font-size: 8px; letter-spacing: .16em; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 33px; }
  h2 { font-size: clamp(55px, 17vw, 87px); }
  .section-note { justify-self: start; margin: 0; font-size: 12px; }
  .category-bar { margin-inline: -18px; padding-inline: 18px; }
  .catalog-status { margin-bottom: 11px; font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 8px; }
  .product-meta { gap: 5px; padding-top: 10px; }
  .product-name { font-size: 15px; }
  .product-price { font-size: 10px; }
  .product-add { margin-top: 3px; font-size: 8px; }
  .product-save { top: 8px; left: 8px; width: 30px; height: 30px; font-size: 15px; }
  .empty-catalog { grid-template-columns: 1fr; gap: 32px; min-height: 475px; padding: 28px 22px; }
  .empty-catalog h3 { font-size: 57px; }
  .empty-catalog p { font-size: 12px; }
  .empty-symbol { width: min(190px, 70%); }
  .atelier { padding-bottom: 74px; }
  .atelier-panel { grid-template-columns: 1fr; gap: 22px; padding: 28px 22px 32px; }
  .atelier-panel h2 { font-size: 57px; }
  .atelier-panel > p { font-size: 12px; }
  .text-link { grid-column: auto; margin-top: 4px; }
  .service-strip { display: none; }
  .service-strip article, .service-strip article:first-child { min-height: auto; padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-strip article:last-child { border-bottom: 1px solid var(--line); }
  .service-strip h3 { margin: 12px 0 5px; font-size: 23px; }
  .service-strip p { font-size: 11px; }
  .site-footer { padding-bottom: 95px; }
  .footer-brand { margin-bottom: 48px; font-size: 21px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; margin-bottom: 52px; }
  .footer-bottom { display: grid; gap: 6px; font-size: 8px; }
  .sheet { width: 100%; padding: 21px 20px calc(30px + env(safe-area-inset-bottom)); }
  .product-sheet-head { top: -21px; margin: -21px -20px 0; padding: 21px 20px 16px; }
  .sheet h2 { margin: 32px 0 32px; font-size: 59px; }
  .bag-sheet > h2 { margin: 24px 0 25px; font-size: 44px; }
  .sheet-nav a, .sheet-nav button { padding: 15px 0; font-size: 28px; }
  .mobile-tabbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; min-height: 65px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-tabbar button, .mobile-tabbar a { display: grid; justify-items: center; gap: 4px; color: var(--muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-tabbar .tab-icon { display: grid; place-items: center; width: 24px; height: 24px; }
  .mobile-tabbar .tab-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-tabbar b { color: var(--ink); font-weight: 600; }
  .mobile-tab-brand { place-self: center; display: grid !important; place-items: center; color: var(--ink) !important; font-family: var(--display); font-size: 17px !important; letter-spacing: -.055em; }
  .toast { right: 12px; bottom: 78px; left: 12px; max-width: none; text-align: center; }
  .detail-carousel-viewport { height: auto; min-height: 0; }
  .carousel-arrow { width: 31px; height: 31px; font-size: 24px; }
  .carousel-arrow-prev { left: 9px; }
  .carousel-arrow-next { right: 9px; }
  .detail-copy h2 { font-size: 39px; }
  .size-cards { gap: 5px; }
  .size-card { padding-inline: 8px; }
  .checkout-form { margin-top: 27px; padding-top: 22px; }
  .checkout-heading h3 { font-size: 34px; }
  .checkout-progress { margin-top: 25px; }
  .checkout-progress i { margin-inline: 5px; }
  .checkout-fields { grid-template-columns: 1fr; gap: 13px; margin-top: 20px; }
  .checkout-fields label.checkout-field-wide { grid-column: auto; }
  .checkout-fields input { min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
