:root {
  color-scheme: light;
  --ink: #111314;
  --paper: #eef0ed;
  --white: #f8f9f6;
  --mist: #e1e4e1;
  --warm: #d8d3c9;
  --charcoal: #101112;
  --line: rgba(17, 19, 20, .18);
  --light-line: rgba(255, 255, 255, .2);
  --red: #841d29;
  --blue: #18346d;
  --green: #1e5139;
  --amber: #a26c0d;
  --violet: #5e3b72;
  --spectrum: linear-gradient(90deg, #671322 0 7.7%, #98213a 7.7% 15.4%, #c6413d 15.4% 23.1%, #d36a2f 23.1% 30.8%, #d3a62e 30.8% 38.5%, #82923a 38.5% 46.2%, #2c7450 46.2% 53.9%, #1b7779 53.9% 61.6%, #225b8e 61.6% 69.3%, #303974 69.3% 77%, #5b3977 77% 84.7%, #8f3e70 84.7% 92.4%, #c89aa3 92.4% 100%);
  --serif: "Songti SC", "Noto Serif SC", SimSun, serif;
  --sans: Arial, "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3, p { overflow-wrap: break-word; }
.wordmark { display: inline-flex; align-items: flex-start; gap: 3px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; white-space: nowrap; }
.wordmark sup, .home-hero h1 sup { position: relative; top: .08em; font-family: var(--sans); font-size: .27em; font-weight: 400; line-height: 1; }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.index-number { margin: 0; color: #a53640; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 0 0 8px; border-bottom: 1px solid currentColor; font-size: 12px; }
.text-link.light { color: #f5f2eb; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; background: transparent; font-size: 12px; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #f4f1ea; color: var(--ink); }
.button-line { border-color: currentColor; }
.button-wide { width: 100%; }
.light-band { background: var(--paper); color: var(--ink); }
.dark-band { background: var(--charcoal); color: #f4f1ea; }

/* Shared header */
.global-header { position: relative; z-index: 100; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.global-header .wordmark { justify-self: start; }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.primary-nav a { position: relative; opacity: .7; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { opacity: 1; }
.primary-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -27px; height: 1px; background: currentColor; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-tool { border: 0; padding: 9px 0; background: transparent; font-size: 11px; }
.header-dark { position: fixed; top: 0; left: 0; right: 0; color: rgba(255, 255, 255, .9); border-color: rgba(255, 255, 255, .18); }
.header-dark.is-scrolled { background: rgba(14, 15, 16, .94); backdrop-filter: blur(14px); }
.header-light { position: sticky; top: 0; background: rgba(242, 244, 241, .96); backdrop-filter: blur(14px); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-drawer { position: fixed; z-index: -1; inset: 0; padding: 108px 7vw 40px; background: #141414; color: #f4f1eb; }
.mobile-drawer[hidden] { display: none; }
.mobile-drawer nav a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--serif); font-size: 28px; }
.mobile-drawer p { position: absolute; left: 7vw; bottom: 35px; margin: 0; color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.8; }

/* Home */
.home-page { background: var(--charcoal); }
.home-hero { min-height: 86vh; position: relative; display: flex; align-items: center; padding: 120px 7vw 72px; color: #f6f3ed; background: linear-gradient(90deg, rgba(7,7,7,.79) 0%, rgba(7,7,7,.42) 43%, rgba(7,7,7,.05) 76%), url("assets/hero-nocturne.webp") center / cover no-repeat; }
.home-hero::after, .craft-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--spectrum); }
.home-hero-copy { width: min(580px, 48vw); }
.home-hero h1 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: 76px; font-weight: 400; line-height: .95; }
.home-hero-copy > p:not(.eyebrow) { margin: 0 0 34px; font-family: var(--serif); font-size: 25px; line-height: 1.65; }
.hero-caption { position: absolute; right: 4vw; bottom: 25px; margin: 0; color: rgba(255,255,255,.55); font-size: 9px; }
.home-statement { min-height: 470px; display: grid; grid-template-columns: 70px 1.1fr .7fr; gap: 6vw; align-items: start; padding: 110px 7vw; border-top: 1px solid var(--light-line); }
.home-statement h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1.45; }
.statement-copy { padding-top: 44px; }
.statement-copy p { max-width: 420px; margin: 0 0 32px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }
.featured-section { padding: 110px 5vw 135px; background: linear-gradient(180deg, #f3f4f1, #eaedea); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: 40px; font-weight: 400; }
.archive-feature { min-height: 700px; display: grid; grid-template-columns: 1.14fr .86fr; background: #d9d6cf; }
.archive-feature-image img { height: 100%; min-height: 700px; object-fit: cover; }
.archive-feature-copy { align-self: center; max-width: 560px; padding: 7vw; }
.archive-feature-copy h2 { margin: 0 0 32px; font-family: var(--serif); font-size: 47px; font-weight: 400; line-height: 1.35; }
.archive-feature-copy blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: 22px; line-height: 1.7; }
.archive-feature-copy > p:not(.eyebrow) { color: #686157; font-size: 13px; line-height: 2; }
.color-chapter { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: center; padding: 125px 7vw; }
.color-chapter-copy { max-width: 450px; }
.color-chapter h2 { margin: 0 0 26px; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.color-chapter p:not(.eyebrow) { margin: 0 0 32px; color: #666158; font-size: 13px; line-height: 2; }
.color-chapter img { aspect-ratio: 1.34; object-fit: cover; }
.portrait-chapter { min-height: 740px; display: grid; grid-template-columns: 1.1fr .9fr; background: #1b1b1a; color: #f4f1ea; }
.portrait-chapter img { height: 100%; min-height: 740px; object-fit: cover; object-position: center 25%; }
.portrait-chapter div { align-self: center; padding: 7vw; }
.portrait-chapter h2 { margin: 0 0 32px; font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: 1.45; }
.portrait-chapter p:not(.eyebrow) { margin: 0 0 30px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }
.concierge-band { padding: 120px 7vw 130px; background: #e3e6e3; text-align: center; }
.concierge-band > p { margin: 0; font-size: 9px; }
.concierge-band h2 { margin: 25px auto 36px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.5; }

/* Product cards */
.product-grid { display: grid; }
.product-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-card { position: relative; min-width: 0; background: #e3e6e3; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card-image { position: relative; display: block; overflow: hidden; background: #deded9; }
.product-card-image img { aspect-ratio: 1.5; object-fit: contain; background: #e3e5e2; transition: transform .5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.018); }
.edition-label { position: absolute; left: 15px; bottom: 15px; padding: 7px 9px; border-left: 2px solid #7c2030; background: rgba(248,249,246,.92); font-size: 8px; }
.product-card-copy { min-height: 150px; display: flex; justify-content: space-between; gap: 20px; padding: 20px 22px; background: #f7f8f5; }
.product-card-copy span { color: #78736c; font-size: 8px; }
.product-card-copy h2 { margin: 9px 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.product-card-copy p { max-width: 260px; margin: 0; color: #6f6a62; font-size: 11px; line-height: 1.7; }
.product-card-copy strong { flex: 0 0 auto; align-self: flex-end; font-size: 11px; font-weight: 400; }
.wish-button { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; background: rgba(250,250,247,.9); font-size: 20px; }
.wish-button.is-wished { color: var(--red); }

/* Catalog */
.commerce-page { background: #eef0ed; }
.catalog-hero { min-height: 310px; display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; align-items: end; padding: 105px 5vw 54px; border-bottom: 1px solid var(--line); }
.catalog-hero > div::before, .product-purchase::before { content: ""; display: block; width: 92px; height: 4px; margin-bottom: 26px; background: var(--spectrum); }
.catalog-hero h1 { margin: 0; font-family: var(--serif); font-size: 54px; font-weight: 400; }
.catalog-hero > p { max-width: 470px; margin: 0; color: #66625c; font-size: 13px; line-height: 2; }
.catalog-tools { position: sticky; z-index: 20; top: 74px; min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 10px 5vw; border-bottom: 1px solid var(--line); background: rgba(238,240,237,.97); backdrop-filter: blur(12px); }
.color-filters { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.color-filters::-webkit-scrollbar { display: none; }
.color-filter-button { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid transparent; background: transparent; color: #6b6760; font-size: 11px; }
.color-filter-button.is-active { border-color: var(--ink); color: var(--ink); }
.swatch { width: 9px; height: 9px; display: inline-block; border-radius: 50%; border: 1px solid rgba(0,0,0,.22); }
.swatch-all { background: linear-gradient(90deg, var(--red), var(--blue), var(--green), var(--amber), var(--violet)); }
.swatch-black { background: #282828; }.swatch-red, .six-states i.swatch-red { background: var(--red); }.swatch-blue, .six-states i.swatch-blue { background: var(--blue); }.swatch-green, .six-states i.swatch-green { background: var(--green); }.swatch-amber, .six-states i.swatch-amber { background: var(--amber); }.swatch-violet, .six-states i.swatch-violet { background: var(--violet); }.swatch-white, .six-states i.swatch-white { background: #edf0f0; }
.select-tools { display: flex; gap: 18px; }
.select-tools label { display: flex; align-items: center; gap: 8px; color: #77726a; font-size: 9px; }
.select-tools select { min-height: 38px; padding: 0 30px 0 10px; border: 0; background: transparent; color: var(--ink); font-size: 11px; }
.result-meta { display: flex; justify-content: space-between; padding: 26px 5vw 12px; color: #77736d; font-size: 9px; }
.catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 5vw 130px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-editorial { margin: 0 5vw 130px; display: grid; grid-template-columns: 1.12fr .88fr; background: #1a1a19; color: #f6f3ec; }
.catalog-editorial img { width: 100%; height: 100%; min-height: 480px; object-fit: contain; background: #dfe2df; }
.catalog-editorial div { align-self: center; padding: 6vw; }
.catalog-editorial h2 { margin: 0 0 26px; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1.45; }
.catalog-editorial p:not(.eyebrow) { margin: 0 0 30px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }

/* Product detail */
.breadcrumbs { display: flex; gap: 10px; padding: 28px 5vw 20px; color: #77726b; font-size: 9px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(380px, .62fr); align-items: start; padding: 0 5vw 120px; }
.product-gallery { grid-column: 1; background: var(--line); }
.product-gallery figure { margin: 0; position: relative; background: #e3e3df; }
.product-gallery img { height: 100%; object-fit: contain; background: #e3e5e2; }
.product-gallery figure:first-child img { aspect-ratio: 1.5; }
.detail-craft-image { grid-column: 1; position: relative; margin: 1px 0 0; background: #e3e3df; }
.detail-craft-image img { aspect-ratio: 1.5; object-fit: contain; }
.detail-craft-image figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; background: rgba(250,250,247,.88); font-size: 8px; }
.product-purchase { position: sticky; top: 105px; grid-column: 2; grid-row: 1 / span 2; padding: 48px 4vw 30px; }
.product-purchase h1 { margin: 0 0 24px; font-family: var(--serif); font-size: 39px; font-weight: 400; }
.product-meaning { margin: 0 0 28px; font-family: var(--serif); font-size: 18px; line-height: 1.85; }
.product-price { display: block; margin-bottom: 18px; font-size: 15px; font-weight: 400; }
.edition-status { display: flex; align-items: center; gap: 8px; margin: 0 0 26px; color: #68645e; font-size: 10px; }
.edition-status i { width: 6px; height: 6px; border-radius: 50%; background: #315e45; }
.product-purchase .button + .button { margin-top: 9px; }
.product-facts { margin: 34px 0 0; border-top: 1px solid var(--line); }
.product-facts div { display: grid; grid-template-columns: 64px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.6; }
.product-facts dt { color: #807b73; }.product-facts dd { margin: 0; }
.certificate-note { margin: 22px 0 0; color: #77726b; font-size: 9px; line-height: 1.8; }
.product-philosophy { display: grid; grid-template-columns: .4fr 1.2fr .7fr; gap: 5vw; align-items: start; padding: 120px 7vw; background: #171717; color: #f5f2eb; }
.product-philosophy blockquote { margin: 0; font-family: var(--serif); font-size: 35px; line-height: 1.55; }
.product-philosophy > p:last-child { margin: 35px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 2; }
.related-section { padding: 110px 5vw 140px; background: var(--paper); }
.mobile-purchase-bar { display: none; }

/* Archive */
.archive-page { background: var(--paper); }
.archive-page-hero { min-height: 83vh; display: flex; justify-content: flex-end; align-items: center; padding: 100px 7vw 60px; background: linear-gradient(90deg, rgba(243,241,235,.02) 35%, rgba(243,241,235,.88) 79%, rgba(243,241,235,.97) 100%), url("assets/artisan-hands.webp") center / cover no-repeat; }
.archive-page-hero > div { width: 34%; min-width: 390px; }
.archive-page-hero h1 { margin: 0 0 24px; font-family: var(--serif); font-size: 55px; font-weight: 400; }
.archive-page-hero p:not(.eyebrow) { font-family: var(--serif); font-size: 21px; line-height: 1.8; }
.archive-ledger { display: grid; grid-template-columns: 1fr 1fr .55fr; gap: 6vw; padding: 100px 7vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-ledger > div > span, .archive-ledger aside span { color: #796f64; font-size: 9px; }
.archive-ledger h2 { margin: 20px 0 0; font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1.45; }
.archive-ledger blockquote { margin: 0 0 22px; font-family: var(--serif); font-size: 24px; line-height: 1.7; }
.archive-ledger article > p:last-child { color: #686158; font-size: 13px; line-height: 2; }
.archive-ledger aside { align-self: end; padding-top: 20px; border-top: 3px solid var(--red); }
.archive-ledger aside strong { display: block; margin-top: 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.worldview-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 130px 10vw; background: #1a1a19; color: #f5f2eb; }
.worldview-title h2 { margin: 0; font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1.45; }
.worldview-copy p { margin: 0 0 24px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 2.1; }
.six-states { display: grid; grid-template-columns: .6fr 1.15fr .75fr; gap: 4vw; align-items: start; padding: 120px 7vw; }
.six-states h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.six-states > div > p:last-child { color: #6c665e; font-size: 13px; line-height: 2; }
.six-states img { aspect-ratio: 1.24; object-fit: cover; }
.six-states ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.six-states li { display: grid; grid-template-columns: 14px 48px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.six-states li i { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(0,0,0,.2); }
.six-states li b { font-family: var(--serif); }.six-states li span { color: #766f66; }
.archive-journal { padding: 110px 7vw 150px; background: #e7e2d8; }
.archive-journal article { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: center; padding: 44px 0; border-top: 1px solid var(--line); }
.archive-journal article.reverse { grid-template-columns: .75fr 1.25fr; }
.archive-journal article.reverse img { grid-column: 2; }.archive-journal article.reverse div { grid-column: 1; grid-row: 1; }
.archive-journal img { aspect-ratio: 1.5; object-fit: contain; background: #e0e2df; }
.archive-journal article span { color: #777067; font-size: 9px; }
.archive-journal h3 { margin: 15px 0; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.archive-journal article p { color: #686158; font-size: 13px; line-height: 2; }

/* Craft */
.craft-page { background: #171717; color: #f4f1ea; }
.craft-hero { min-height: 86vh; position: relative; display: flex; align-items: center; padding: 120px 7vw 70px; background: linear-gradient(90deg, rgba(8,8,8,.78), rgba(8,8,8,.18)), url("assets/craft-matrix.webp") center / cover no-repeat; }
.craft-hero h1 { margin: 0 0 26px; font-family: var(--serif); font-size: 66px; font-weight: 400; }
.craft-hero p:not(.eyebrow) { font-family: var(--serif); font-size: 24px; line-height: 1.65; }
.craft-hero > span { position: absolute; right: 4vw; bottom: 25px; color: rgba(255,255,255,.52); font-size: 9px; }
.craft-intro { display: grid; grid-template-columns: 70px 1fr .7fr; gap: 5vw; padding: 120px 7vw; border-top: 1px solid var(--light-line); }
.craft-intro h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1.45; }
.craft-intro > p:last-child { margin: 35px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }
.craft-matrix-section { display: grid; grid-template-columns: 1.15fr .85fr; background: #e8e5dd; color: var(--ink); }
.craft-matrix-section > img { height: 100%; min-height: 620px; object-fit: contain; background: #e1e3e0; }
.craft-matrix-section > div { align-self: center; padding: 7vw; }
.craft-matrix-section h2 { margin: 0 0 35px; font-family: var(--serif); font-size: 43px; font-weight: 400; }
.craft-matrix-section ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.craft-matrix-section li { display: grid; grid-template-columns: 32px 90px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.craft-matrix-section li b { color: var(--red); }.craft-matrix-section li span { font-family: var(--serif); }.craft-matrix-section li em { color: #726c64; font-style: normal; }
.hand-time { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 700px; background: #22201e; }
.hand-time > div { align-self: center; padding: 7vw; }
.hand-time h2 { margin: 0 0 28px; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1.45; }
.hand-time p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }
.hand-time img { height: 100%; min-height: 700px; object-fit: cover; }
.service-index { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 120px 9vw; background: var(--paper); color: var(--ink); }
.service-index h2 { margin: 0; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1.45; }
.service-index dl { margin: 0; border-top: 1px solid var(--line); }
.service-index dl div { display: grid; grid-template-columns: 130px 1fr; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.service-index dd { margin: 0; color: #6c675f; }
.craft-cta { padding: 130px 7vw 150px; text-align: center; background: #171717; }
.craft-cta h2 { margin: 0 auto 36px; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1.5; }

/* Cart */
[data-cart-page] { min-height: 65vh; }
.cart-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; padding: 90px 7vw 140px; }
.cart-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.cart-heading .eyebrow { grid-column: 1 / -1; }
.cart-heading h1 { margin: 0; font-family: var(--serif); font-size: 45px; font-weight: 400; }
.cart-heading span { color: #777169; font-size: 10px; }
.cart-item { display: grid; grid-template-columns: 220px 1fr auto; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.cart-item img { aspect-ratio: 1.5; object-fit: contain; background: #e3e5e2; }
.cart-item-copy > span { color: #777169; font-size: 8px; }
.cart-item-copy h2 { margin: 10px 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.cart-item-copy p { margin: 0 0 18px; color: #706a62; font-size: 10px; }
.quantity-control { width: 98px; height: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border: 1px solid var(--line); text-align: center; font-size: 11px; }
.quantity-control button { height: 100%; border: 0; background: transparent; }
.cart-item-price { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-item-price strong { font-size: 12px; font-weight: 400; }.cart-item-price button { border: 0; padding: 5px 0; background: transparent; color: #756f67; font-size: 10px; text-decoration: underline; }
.cart-summary { position: sticky; top: 110px; align-self: start; padding: 34px; border: 1px solid var(--line); background: #efede7; }
.cart-summary h2 { margin: 0 0 30px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.cart-summary > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }.cart-summary > div strong { font-weight: 400; }
.cart-summary > p { margin: 24px 0; color: #706a62; font-size: 10px; line-height: 1.9; }
.cart-summary > a { display: block; margin-top: 20px; text-align: center; font-size: 10px; text-decoration: underline; }
.empty-cart { padding: 150px 7vw 180px; text-align: center; }
.empty-cart h1 { margin: 0 0 24px; font-family: var(--serif); font-size: 45px; font-weight: 400; }.empty-cart > p:not(.eyebrow) { margin-bottom: 30px; color: #6e685f; font-size: 13px; }

/* Footer */
.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 7vw; padding: 89px 6vw 40px; background: #0d0e0f; color: #f2efe8; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--spectrum); }
.footer-signature .wordmark { display: inline-block; font-size: 27px; }
.footer-signature p { margin: 28px 0 0; color: rgba(255,255,255,.56); font-family: var(--serif); font-size: 16px; line-height: 1.8; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links b, .newsletter label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 400; }
.footer-links a { display: block; margin-bottom: 12px; font-size: 11px; }
.newsletter div { display: grid; grid-template-columns: 1fr 42px; border-bottom: 1px solid rgba(255,255,255,.4); }
.newsletter input { min-width: 0; height: 42px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 11px; }
.newsletter button { border: 0; background: transparent; color: #fff; font-size: 19px; }
.newsletter small { display: block; margin-top: 12px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.6; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.38); font-size: 8px; }
.footer-meta small { display: inline-block; margin-left: 12px; color: inherit; font-size: inherit; }
.footer-meta small a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-meta small a:hover { color: rgba(255,255,255,.7); }

/* Dialogs and feedback */
dialog { color: var(--ink); }
.dialog-close { width: 40px; height: 40px; border: 0; background: transparent; font-size: 25px; }
.search-dialog { width: min(780px, calc(100% - 30px)); min-height: 460px; padding: 0; border: 0; background: #f4f2ec; }
.search-dialog::backdrop, .reservation-dialog::backdrop { background: rgba(0,0,0,.68); backdrop-filter: blur(5px); }
.search-head { display: flex; justify-content: space-between; align-items: center; padding: 28px 34px 20px; }
.search-head h2 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.search-form { display: grid; grid-template-columns: 1fr auto; margin: 0 34px 25px; border-bottom: 1px solid var(--ink); }
.search-form input { height: 52px; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 18px; }
.search-form button { border: 0; background: transparent; font-size: 11px; }
.search-results { max-height: 330px; overflow: auto; padding: 0 34px 34px; }
.search-results > p { color: #756f66; font-size: 11px; }
.search-results a { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-results img { width: 72px; height: 72px; object-fit: contain; background: #e3e5e2; }.search-results b, .search-results small { display: block; }.search-results b { font-family: var(--serif); font-size: 16px; font-weight: 400; }.search-results small { margin-top: 7px; color: #756f66; font-size: 9px; }
.reservation-dialog { width: min(540px, calc(100% - 30px)); padding: 50px; border: 0; background: #f0eee8; }
.reservation-dialog > .dialog-close { position: absolute; top: 12px; right: 12px; }
.reservation-dialog h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.reservation-dialog > p:not(.eyebrow) { color: #6e685f; font-size: 12px; line-height: 1.8; }
.reservation-dialog label { display: block; margin-top: 18px; color: #716b63; font-size: 9px; }
.reservation-dialog input, .reservation-dialog textarea { width: 100%; margin-top: 7px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; resize: vertical; background: transparent; color: var(--ink); font-size: 12px; }
.reservation-dialog form .button { margin-top: 24px; }
.reservation-dialog form small { display: block; margin-top: 14px; color: #3f684d; font-size: 9px; line-height: 1.6; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 13px 20px; background: rgba(20,20,20,.94); color: #fff; opacity: 0; pointer-events: none; font-size: 10px; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .primary-nav, .header-tool.search-open { display: none; }
  .global-header { grid-template-columns: 1fr auto; }
  .header-tools { grid-column: 2; }
  .menu-toggle { display: block; }
  .home-statement, .craft-intro { grid-template-columns: 60px 1fr; }
  .home-statement .statement-copy, .craft-intro > p:last-child { grid-column: 2; }
  .archive-feature, .portrait-chapter, .catalog-editorial, .craft-matrix-section, .hand-time { grid-template-columns: 1fr; }
  .archive-feature-image img, .portrait-chapter img, .craft-matrix-section > img, .hand-time img { min-height: 560px; height: 68vh; }
  .archive-feature-copy, .portrait-chapter div, .catalog-editorial div, .craft-matrix-section > div, .hand-time > div { padding: 80px 8vw; }
  .catalog-editorial img { min-height: 0; height: auto; aspect-ratio: 1.5; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .color-filters { width: 100%; }
  .select-tools { width: 100%; justify-content: flex-end; }
  .catalog-grid, .product-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { grid-template-columns: 1fr; }
  .product-purchase { position: static; grid-column: 1; grid-row: auto; padding: 60px 8vw 0; }
  .product-philosophy { grid-template-columns: 1fr 1fr; }.product-philosophy > p:last-child { grid-column: 2; }
  .archive-ledger { grid-template-columns: 1fr 1fr; }.archive-ledger aside { grid-column: 2; }
  .six-states { grid-template-columns: 1fr 1.2fr; }.six-states ol { grid-column: 1 / -1; }
  .cart-layout { grid-template-columns: 1fr; }.cart-summary { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }.newsletter { grid-column: 2; }.footer-links { grid-row: 2; grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .global-header { height: 62px; padding: 0 5vw; }
  .wordmark { font-size: 19px; }
  .header-tool.cart-link { font-size: 0; }.header-tool.cart-link::before { content: "购物袋 "; font-size: 10px; }.header-tool.cart-link span { font-size: 10px; }
  .header-tools { gap: 12px; }
  .home-hero, .craft-hero { min-height: 86svh; align-items: flex-end; padding: 110px 7vw 72px; }
.home-hero { background-image: linear-gradient(0deg, rgba(7,7,7,.88) 0%, rgba(7,7,7,.14) 76%), url("assets/hero-nocturne-960.webp"); background-position: 62% center; }
  .home-hero-copy { width: 100%; }
  .home-hero h1 { font-size: 47px; }
  .home-hero-copy > p:not(.eyebrow), .craft-hero p:not(.eyebrow) { font-size: 19px; }
  .hero-caption, .craft-hero > span { display: none; }
  .home-statement, .craft-intro { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding: 75px 7vw; }
  .home-statement .statement-copy, .craft-intro > p:last-child { grid-column: 1; }
  .home-statement h2, .craft-intro h2 { font-size: 30px; }
  .statement-copy, .craft-intro > p:last-child { padding-top: 0; margin-top: 8px; }
  .featured-section, .related-section { padding: 72px 5vw 90px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .section-heading h2 { font-size: 31px; }
  .product-grid-three, .catalog-grid { grid-template-columns: 1fr; }
  .product-card-copy { min-height: 134px; }
  .archive-feature, .portrait-chapter { min-height: 0; }
  .archive-feature-image img, .portrait-chapter img, .craft-matrix-section > img, .hand-time img { min-height: 0; height: 58vh; }
  .archive-feature-copy, .portrait-chapter div, .catalog-editorial div, .craft-matrix-section > div, .hand-time > div { padding: 62px 7vw 78px; }
  .archive-feature-copy h2, .color-chapter h2, .portrait-chapter h2 { font-size: 34px; }
  .color-chapter { grid-template-columns: 1fr; padding: 80px 7vw; }
  .color-chapter img { grid-row: 1; aspect-ratio: 1; }
  .portrait-chapter { grid-template-columns: 1fr; }
  .portrait-chapter img { object-position: center 22%; }
  .concierge-band { padding: 85px 7vw 100px; }.concierge-band h2 { font-size: 29px; }

  .catalog-hero { min-height: 270px; grid-template-columns: 1fr; gap: 24px; padding: 90px 5vw 38px; }
  .catalog-hero h1 { font-size: 39px; }
  .catalog-tools { top: 62px; padding: 9px 5vw 12px; gap: 8px; }
  .color-filter-button { padding: 0 10px; }
  .select-tools { justify-content: space-between; gap: 4px; }.select-tools label { gap: 2px; }.select-tools select { padding-right: 12px; }
  .result-meta { padding-top: 20px; }.result-meta span:last-child { display: none; }
  .catalog-grid { margin: 0 5vw 80px; }
  .catalog-editorial { margin: 0 5vw 90px; }.catalog-editorial img { height: auto; aspect-ratio: 1.5; }.catalog-editorial h2 { font-size: 32px; }

  .breadcrumbs { padding: 22px 5vw 15px; overflow-x: auto; white-space: nowrap; }
  .product-detail { padding: 0 0 85px; }
  .product-gallery { grid-column: 1; }.product-gallery figure:first-child img { aspect-ratio: 1.5; }.detail-craft-image { grid-column: 1; }.detail-craft-image img { aspect-ratio: 1.5; }
  .product-purchase { padding: 45px 7vw 0; }.product-purchase h1 { font-size: 32px; }.product-meaning { font-size: 17px; }
  .product-philosophy { grid-template-columns: 1fr; gap: 24px; padding: 80px 7vw; }.product-philosophy blockquote { font-size: 27px; }.product-philosophy > p:last-child { grid-column: 1; margin-top: 0; }
  .mobile-purchase-bar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; padding: 0 5vw; background: rgba(20,20,20,.96); color: #fff; font-size: 9px; }.mobile-purchase-bar button { height: 38px; border: 0; background: #f1eee7; color: var(--ink); font-size: 10px; }

.archive-page-hero { min-height: 84svh; justify-content: flex-start; align-items: flex-end; padding: 105px 7vw 64px; background-image: linear-gradient(0deg, rgba(243,241,235,.98) 0%, rgba(243,241,235,.68) 44%, rgba(243,241,235,.03) 76%), url("assets/artisan-hands-960.webp"); background-position: 38% center; }
  .archive-page-hero > div { width: 100%; min-width: 0; }.archive-page-hero h1 { font-size: 40px; }.archive-page-hero p:not(.eyebrow) { font-size: 18px; }
  .archive-ledger { grid-template-columns: 1fr; gap: 30px; padding: 72px 7vw; }.archive-ledger aside { grid-column: 1; }.archive-ledger h2 { font-size: 31px; }
  .worldview-section { grid-template-columns: 1fr; gap: 35px; padding: 80px 7vw; }.worldview-title h2 { font-size: 34px; }
  .six-states { grid-template-columns: 1fr; padding: 80px 7vw; }.six-states img, .six-states ol { grid-column: 1; }.six-states img { aspect-ratio: 1; }.six-states h2 { font-size: 34px; }
  .archive-journal { padding: 75px 7vw 95px; }.archive-journal article, .archive-journal article.reverse { grid-template-columns: 1fr; gap: 24px; }.archive-journal article.reverse img, .archive-journal article.reverse div { grid-column: 1; grid-row: auto; }.archive-journal img { aspect-ratio: 1.05; }

.craft-hero { background-image: linear-gradient(0deg, rgba(8,8,8,.86), rgba(8,8,8,.1)), url("assets/craft-matrix-960.webp"); background-position: 48% center; }.craft-hero h1 { font-size: 47px; }
  .craft-matrix-section, .hand-time { grid-template-columns: 1fr; }.craft-matrix-section h2, .hand-time h2 { font-size: 32px; }.craft-matrix-section li { grid-template-columns: 28px 70px 1fr; gap: 10px; }
  .hand-time img { grid-row: 1; }
  .service-index { grid-template-columns: 1fr; gap: 40px; padding: 80px 7vw; }.service-index h2 { font-size: 32px; }.service-index dl div { grid-template-columns: 90px 1fr; }
  .craft-cta { padding: 90px 7vw 110px; }.craft-cta h2 { font-size: 30px; }

  .cart-layout { padding: 70px 5vw 95px; }.cart-heading h1 { font-size: 37px; }.cart-item { grid-template-columns: 125px 1fr; gap: 18px; }.cart-item-price { grid-column: 2; flex-direction: row; align-items: center; }.cart-item-copy h2 { font-size: 18px; }.cart-summary { padding: 28px 22px; }
  .empty-cart { padding: 120px 7vw 150px; }.empty-cart h1 { font-size: 36px; }

  .site-footer { grid-template-columns: 1fr; gap: 42px; padding: 70px 7vw 34px; }.newsletter, .footer-links { grid-column: 1; grid-row: auto; }.footer-links { grid-template-columns: 1fr 1fr; gap: 34px; }.footer-meta { gap: 15px; margin-top: 25px; }.footer-meta span:nth-child(2) { display: none; }.footer-meta small { display: block; margin: 5px 0 0; }
  .reservation-dialog { padding: 45px 26px 32px; }.search-head { padding: 22px 22px 15px; }.search-form { margin: 0 22px 20px; }.search-results { padding: 0 22px 25px; }
  .toast { bottom: 72px; width: calc(100% - 30px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card-image img, .global-header, .toast { transition: none; }
}
