/* Public storefront. One stylesheet owns layout; admin styling remains separate. */
@font-face {
  font-family: "Cormorant";
  src: url("fonts/cormorant-medium-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant";
  src: url("fonts/cormorant-medium-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
:root {
  --paper: #faf9f6;
  --white: #fff;
  --ink: #243c37;
  --muted: #606961;
  --line: #d9ddd6;
  --soft: #eeeee7;
  --serif: "Cormorant", Georgia, "Songti SC", serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --focus-ring: #0b7970;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; color: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
svg { display: block; width: 24px; height: 24px; flex-shrink: 0; }
.ui-icon { display: inline-block; width: 18px; height: 18px; flex: 0 0 18px; vertical-align: middle; }
.hero-slider-controls > button, .image-viewer button { display: inline-flex; align-items: center; justify-content: center; }
[data-slide-toggle] .ui-icon--play { display: none; }
[data-slide-toggle][aria-pressed="true"] .ui-icon--play { display: inline-block; }
[data-slide-toggle][aria-pressed="true"] .ui-icon--pause { display: none; }
p { margin: 0 0 18px; }
h1, h2, h3 { margin: 0; font-weight: 500; overflow-wrap: break-word; }
h1, h2 { font-family: var(--serif); line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(40px, 4.2vw, 66px); }
h2 { font-size: clamp(36px, 3.3vw, 50px); }
h3 { font-size: 19px; line-height: 1.35; }
:where(a,button,select,summary):focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 4px; }
section[id], [id^="collection-"] { scroll-margin-top: 100px; }
#main-content:focus { outline: none; }
.container { width: min(1296px, calc(100% - 96px)); margin-inline: auto; }
.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; top: 8px; inset-inline-start: 12px; z-index: 200; padding: 12px 20px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; line-height: 1.6; margin-bottom: 18px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; border-bottom: 1px solid currentColor; font-size: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 23px; border: 1px solid var(--ink); font-size: 13px; line-height: 1.4; text-align: center; transition: background .18s, color .18s; }
.btn-primary { background: var(--ink); color: white; }
.btn:hover { background: #3e574f; color: white; }
.image-frame { overflow: hidden; background: var(--soft); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder { display: grid; place-content: center; min-height: 200px; padding: 24px; text-align: center; }
.placeholder-badge { font-size: 10px; letter-spacing: .1em; }
/* Header: a clear wordmark, four destinations, one language control. */
.site-header { position: sticky; top: 0; z-index: 30; background: #faf9f6f5; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 92px; gap: 30px; }
.brand-lockup { flex: 0 0 auto; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong, .footer-wordmark { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: .1em; white-space: nowrap; }
.brand-copy span { font-size: 9px; letter-spacing: .18em; text-align: center; }
.menu-panel { margin-inline-start: auto; }
.site-nav { display: flex; gap: 28px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; letter-spacing: .05em; }
.site-nav a:hover, .site-nav a[aria-current] { text-decoration: underline; text-underline-offset: 7px; }
.mobile-language-select { display: none; }
.has-enhancements .mobile-language-select { display: block; order: 3; }
.mobile-language-select select { width: 94px; min-height: 44px; padding: 5px; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 12px; }
.language-switcher { display: flex; gap: 12px; }
.lang-pill { padding: 10px 0; font-size: 12px; }
.lang-pill.is-active { text-decoration: underline; text-underline-offset: 4px; }
.has-enhancements .language-switcher { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; min-width: 44px; min-height: 44px; padding: 12px; }
.menu-toggle-icon { display: grid; width: 20px; gap: 5px; }
.menu-toggle-icon i { height: 1px; background: currentColor; }
.menu-toggle em { display: none; }
/* Opening spread: text and imagery have their own space. */
.hero-shell { display: grid; grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); background: var(--soft); }
.hero-content { align-self: center; padding: 56px clamp(32px, 4vw, 72px); }
.hero-content h1 { max-width: 14ch; margin-bottom: 24px; }
.hero-body { max-width: 38ch; color: var(--muted); line-height: 1.75; margin-bottom: 30px; }
.hero-content .btn { width: fit-content; }
.hero-quiet-link { display: flex; align-items: center; gap: 12px; width: fit-content; padding: 14px 0 0; font-size: 13px; }
.hero-media { position: relative; min-height: 530px; }
.hero-slider, .hero-slide, .hero-image { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-image img { object-position: center; }
.hero-slider-controls { position: absolute; bottom: 20px; inset-inline-end: 20px; display: flex; align-items: center; gap: 2px; padding: 2px; background: #faf9f6ed; }
.hero-slider-controls > button { width: 40px; min-height: 44px; border: 0; background: transparent; font-size: 18px; }
.hero-slider-controls button:hover { background-color: var(--line); }
.hero-slider-dots { display: flex; align-items: center; }
.hero-slider-count { min-width: 64px; padding: 0 10px; text-align: center; font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hero-slider-dots button { min-width: 22px; height: 44px; padding: 9px; border: 0; background: transparent; position: relative; }
.hero-slider-dots button::after { content: ""; position: absolute; width: 5px; height: 5px; inset: calc(50% - 2.5px) auto auto calc(50% - 2.5px); border-radius: 50%; background: #a2aaa3; }
.hero-slider-dots button.is-active::after { background: var(--ink); width: 7px; height: 7px; margin: -1px; }
.hero-proof-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 56px; border-bottom: 1px solid var(--line); padding: 18px 24px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
/* Product-first collection grid. Images keep their original colour. */
.collection-section, .atelier-section { padding: 82px 0; }
.section-head { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 36px; }
.section-head > p { max-width: 380px; margin: 0 0 3px; color: var(--muted); font-size: 14px; }
.section-head .eyebrow { margin-bottom: 10px; }
.collection-grid-compact { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px 24px; }
.collection-card-compact { display: block; min-width: 0; }
.collection-card-main-image { aspect-ratio: 1 / 1.04; }
.collection-card-main-image img { transition: transform .4s ease; }
.collection-card-copy { padding-top: 16px; }
.collection-card-copy h3 { font-family: var(--serif); font-size: 29px; line-height: 1.2; }
.collection-photo-count { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; min-height: 37px; padding-top: 6px; }
.collection-photo-count > span { font-size: 19px; color: var(--ink); }
@media (hover:hover) { .collection-card-compact:hover img { transform: scale(1.025); } .collection-card-compact:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; } }
/* Brand story: one image, concise copy, visible manufacturing evidence. */
.brand-intro-section { padding: 76px 0; background: #eeeee7; }
.craft-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 6vw, 96px); }
.craft-visual { position: relative; }
.craft-image { aspect-ratio: 1 / 1.12; max-height: 590px; }
.craft-caption { position: absolute; inset-inline-start: 0; bottom: 0; padding: 12px 18px; font-size: 10px; letter-spacing: .07em; background: var(--paper); max-width: 95%; }
.craft-copy h2 { max-width: 18ch; margin-bottom: 24px; }
.craft-copy > p:not(.eyebrow) { color: var(--muted); max-width: 46ch; }
.craft-points { margin: 28px 0 18px; }
.craft-points > div { display: flex; align-items: baseline; gap: 20px; padding: 16px 0; border-top: 1px solid #ccd0c7; }
.craft-points span { font-size: 11px; color: var(--muted); }
.craft-points h3 { font-size: 15px; }
.atelier-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9%; align-items: center; }
.atelier-film { width: 100%; max-width: 300px; margin-inline: auto; }
.video-frame { position: relative; aspect-ratio: 9 / 16; background: #e8e7e0; }
.video-frame video { width: 100%; height: 100%; object-fit: contain; }
.video-play { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%,-50%); min-height: 48px; max-width: calc(100% - 24px); padding: 12px 18px; border: 1px solid #ffffff8c; background: #203c37e8; color: white; font-size: 13px; white-space: nowrap; }
.video-play .ui-icon { margin-inline-end: 8px; }
.film-caption { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 10px; letter-spacing: .08em; margin: 12px 0 0; }
.atelier-notes article { padding-bottom: 28px; }
.atelier-notes h3 { font-family: var(--serif); font-size: 30px; margin-bottom: 14px; }
.atelier-notes p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
/* All market contacts stay available, without floating duplicates. */
.contact-section { background: #e9ede6; padding: 74px 0; }
.contact-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 7%; }
.contact-main h2 { margin-bottom: 24px; }
.contact-intro { color: var(--muted); max-width: 42ch; }
.contact-trust-row { display: grid; gap: 14px; margin-top: 28px; max-width: 35ch; font-size: 12px; color: var(--muted); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.contact-channel-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #c2ccc2; min-height: 78px; }
.contact-icon { flex-shrink: 0; }
.contact-channel-head-copy { display: grid; gap: 3px; }
.contact-channel-head-copy > span { font-size: 13px; letter-spacing: .08em; }
.contact-channel-head-copy > strong { font-size: 11px; font-weight: 400; color: var(--muted); }
.contact-row { display: block; padding: 15px 0; border-bottom: 1px solid #cdd5cb; }
.contact-row:hover strong, .contact-email-card:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.contact-text { display: grid; gap: 4px; min-width: 0; overflow-wrap: anywhere; }
.contact-label-line { display: flex; flex-wrap: wrap; gap: 5px; font-size: 10px; color: #57665a; }
.contact-text > span { font-size: 10px; }
.contact-text strong { display: block; font-size: 14px; font-weight: 500; }
.contact-text em { font-size: 11px; font-style: normal; color: var(--muted); }
.contact-mini-badge { padding: 0 4px; border: 1px solid #adbcae; }
.contact-email-card { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 15px 0; }
.contact-email-card > .ui-icon:last-child { margin-inline-start: auto; }
.site-footer { padding: 38px 0; background: var(--ink); color: #f1f3e9; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 16px; max-width: 620px; }
.footer-logo { width: 44px; height: 44px; object-fit: cover; flex-shrink: 0; }
.footer-wordmark { font-size: 23px; }
.footer-brand p { font-size: 10px; color: #c6d0c8; margin: 5px 0 0; }
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: 12px; }
.footer-nav a { padding: 10px 0; }
.floating-actions { position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 25; }
.floating-action { display: flex; align-items: center; gap: 10px; padding: 12px 18px; background: var(--ink); color: white; border: 1px solid #a7b4a9; box-shadow: 0 4px 18px #203c371c; font-size: 12px; }
.floating-action svg { width: 26px; height: 26px; }
.floating-actions-mobile { display: none; }
/* Collection pages prioritise the actual gallery. */
.series-hero-section { padding: 26px 0 32px; border-bottom: 1px solid var(--line); }
.collection-breadcrumb { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; font-size: 12px; color: var(--muted); }
.collection-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.series-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 64px; align-items: center; }
.series-hero-copy h1 { max-width: 26ch; font-size: clamp(36px,4vw,56px); margin-bottom: 18px; }
.series-hero-body { color: var(--muted); max-width: 70ch; font-size: 14px; }
.series-hero-meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 11px; margin: 18px 0; }
.series-hero-meta > span { padding-inline-end: 14px; border-inline-end: 1px solid var(--line); }
.series-cta-stack { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.series-cover-image { height: 250px; }
.series-cover-image img { object-fit: contain; }
.series-gallery-section { padding: 36px 0; }
.gallery-toolbar { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.gallery-toolbar h2 { font-size: 32px; }
.gallery-toolbar p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.gallery-range { white-space: nowrap; font-size: 12px; }
.gallery-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; padding: 24px 0; }
.gallery-page-link { display: inline-flex; justify-content: center; align-items: center; min-width: 44px; min-height: 44px; border: 1px solid var(--line); font-size: 13px; }
.gallery-page-link.is-current { background: var(--ink); color: white; border-color: var(--ink); }
.gallery-page-link.is-disabled { opacity: .35; }
.gallery-page-link:hover:not(.is-current):not(.is-disabled) { background: var(--soft); }
.page-gap { align-self: center; }
.series-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 18px; }
.gallery-photo { min-width: 0; }
.series-gallery-image { aspect-ratio: 4 / 5; }
.series-gallery-image img { object-fit: contain; }
.gallery-photo-caption { display: flex; justify-content: space-between; font-size: 12px; padding: 10px 1px; }
.gallery-empty { grid-column: 1 / -1; padding: 32px; }
.screenshot-inquiry { display: grid; grid-template-columns: 1fr auto; gap: 24px; background: var(--soft); padding: 36px; margin-top: 12px; }
.screenshot-inquiry h2 { font-size: 36px; margin: 0 0 12px; }
.screenshot-inquiry p:not(.eyebrow) { font-size: 14px; max-width: 64ch; color: var(--muted); margin: 0; }
.inquiry-actions { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
.series-community-links { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.series-community-links a { text-decoration: underline; text-underline-offset: 4px; }
.related-collections { padding-top: 50px; padding-bottom: 60px; }
.related-collections h2 { font-size: 34px; margin-bottom: 24px; }
.related-collections > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 28px; }
.related-collections a { display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 13px; border-top: 1px solid var(--line); padding: 16px 0; }
/* Buyer guide shares the same typography and materials. */
.buyer-hero-section { padding: 44px 0 36px; }
.buyer-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.detail-back-link { display: inline-block; font-size: 12px; margin-bottom: 32px; text-decoration: underline; text-underline-offset: 4px; }
.buyer-guide-title-line, .buyer-guide-wordmark-text { display: block; }
.buyer-guide-wordmark-text { font-size: .64em; letter-spacing: .08em; margin-top: 14px; }
.buyer-hero-body { margin: 26px 0; max-width: 50ch; color: var(--muted); }
.buyer-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.buyer-hero-actions svg { width: 21px; height: 21px; }
.buyer-hero-panel-video { position: relative; display: grid; grid-template-rows: minmax(0,1fr) auto; height: 430px; background: var(--soft); }
.buyer-hero-video { height: 100%; width: 100%; object-fit: cover; }
.buyer-hero-panel-content { display: flex; gap: 12px; flex-wrap: wrap; padding: 16px; background: var(--soft); font-size: 10px; }
.guide-index { display: flex; gap: 28px; flex-wrap: wrap; padding-block: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-index a { min-height: 44px; display: flex; align-items: center; font-size: 13px; }
.buyer-steps-section { padding: 60px 0; }
.buyer-steps-section .section-head { display: block; }
.buyer-step-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.buyer-step-card { border-top: 1px solid var(--line); padding: 26px 0; }
.buyer-step-card > span { display: block; font-family: var(--serif); font-size: 40px; color: #6e8172; margin-bottom: 14px; }
.buyer-step-card h3 { font-family: var(--serif); font-size: 32px; margin-bottom: 18px; }
.buyer-step-card > p, .buyer-policy-card p { font-size: 14px; color: var(--muted); }
.buyer-step-resources { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.buyer-step-resource { display: grid; align-content: start; gap: 8px; background: var(--soft); padding: 16px; }
.buyer-step-resource span { font-size: 10px; color: var(--muted); }
.buyer-step-resource strong { font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.buyer-step-resource:hover strong { text-decoration: underline; }
.buyer-payment-logos { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 14px; }
.buyer-payment-logo { display: grid; justify-items: center; align-content: center; gap: 12px; min-width: 82px; padding: 14px; background: white; font-size: 10px; }
.buyer-payment-logo img { width: 52px; height: 32px; object-fit: contain; }
.buyer-logistics-tags { display: grid; gap: 10px; }
.buyer-logistics-tag { display: flex; align-items: center; gap: 16px; padding: 14px; background: var(--soft); }
.buyer-logistics-tag span { font-size: 11px; color: var(--muted); }
.buyer-logistics-tag strong { font-size: 13px; font-weight: 500; }
.buyer-policy-section { padding: 54px 0; background: var(--soft); }
.buyer-policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.buyer-policy-heading-media { position: relative; height: 240px; margin-bottom: 26px; background: #dfdfd7; }
.buyer-policy-bg-video { width: 100%; height: 100%; object-fit: cover; }
.buyer-policy-heading-copy h2 { font-size: 36px; margin-bottom: 20px; }
.buyer-policy-heading-copy > p:last-child { color: var(--muted); font-size: 14px; }
.buyer-policy-card { padding: 24px 0; border-top: 1px solid #cbd1c5; }
.buyer-policy-card h3 { margin-bottom: 12px; font-size: 19px; }
.buyer-policy-card p { margin: 0; }
/* Full-image viewer; thumbnails never replace the full, unfiltered photo. */
.image-viewer { color: white; background: #171c19; width: min(1200px,96vw); height: min(96dvh,1100px); max-width: 100vw; max-height: 100dvh; border: 1px solid #ffffff30; padding: 0; overflow: hidden; }
.image-viewer:not([open]) { display: none; }
.image-viewer[open] { display: flex; flex-direction: column; }
.image-viewer::backdrop { background: #080c09e8; }
.viewer-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-bottom: 1px solid #ffffff20; flex-shrink: 0; }
.viewer-header span { font-size: 10px; letter-spacing: .18em; color: #c7c7c7; }
.viewer-header h2 { font: 500 16px/1.3 var(--sans); margin: 3px 0 0; }
.image-viewer button { border: 1px solid #ffffff45; color: white; background: #ffffff10; min-width: 44px; min-height: 44px; }
.image-viewer button:focus-visible, .image-viewer a:focus-visible { outline-color: #8ee1d6; }
.image-viewer button:disabled { opacity: .3; cursor: default; }
.viewer-close { font-size: 28px; flex-shrink: 0; }
.viewer-stage { position: relative; min-height: 0; flex: 1 1 auto; overflow: auto; overscroll-behavior: contain; background: #101010; }
.viewer-stage img { width: 100%; height: 100%; object-fit: contain; margin: auto; }
.viewer-stage.is-zoomed img { width: auto; height: auto; max-width: none; max-height: none; margin: 0 auto; }
.viewer-loading, .viewer-error { position: absolute; inset: 40% 10% auto; text-align: center; padding: 12px; background: #171717e8; }
.viewer-controls { display: flex; justify-content: center; gap: 12px; align-items: center; padding: 10px 16px; flex-shrink: 0; }
.viewer-controls > span { min-width: 72px; text-align: center; font-size: 13px; }
.viewer-zoom { font-size: 13px; padding: 0 16px; }
.viewer-footer { text-align: center; padding: 0 20px 14px; flex-shrink: 0; font-size: 12px; }
.viewer-footer p { color: #ddd; margin: 0 0 8px; }
.viewer-footer a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; margin: 0 10px; text-decoration: underline; text-underline-offset: 3px; }
body.viewer-open { overflow: hidden; }
.language-suggestion { background: #e0e9df; padding: 16px 24px; }
.language-suggestion-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1296px; margin: auto; }
.language-suggestion-kicker { display: block; font-size: 10px; letter-spacing: .1em; }
.language-suggestion-copy p { margin: 5px 0 0; font-size: 13px; }
.language-suggestion-actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }
.language-suggestion-actions > * { padding: 10px 14px; font-size: 12px; border: 1px solid var(--ink); }
.language-suggestion-primary { background: var(--ink); color: white; }
.language-suggestion-secondary { background: transparent; }
.live-icon-tuner { position: fixed; z-index: 100; inset: 100px 18px auto auto; width: min(360px,calc(100vw - 36px)); max-height: 65dvh; overflow: auto; padding: 20px; display: grid; gap: 12px; background: white; border: 1px solid var(--ink); box-shadow: 0 10px 30px #203c3740; }
.live-icon-tuner-note { font-size: 12px; }
.live-icon-tuner-controls { display: grid; gap: 8px; }
.live-icon-tuner label { display: grid; grid-template-columns: 96px 42px 1fr; align-items: center; gap: 8px; font-size: 12px; }
.live-icon-tuner input { min-width: 0; }
.live-icon-tuner button { min-height: 44px; border: 1px solid var(--ink); background: var(--soft); }
.lang-ar { --serif: "Geeza Pro", "Noto Naskh Arabic", Tahoma, serif; --sans: "Geeza Pro", Tahoma, Arial, sans-serif; }
.lang-ar .eyebrow, .lang-ar .site-nav a { letter-spacing: 0; }
.lang-ar h1, .lang-ar h2 { line-height: 1.35; }
.lang-ar .brand-copy strong, .lang-ar .footer-wordmark { font-family: "Cormorant", Georgia, serif; direction: ltr; }
.lang-ar .hero-slider-controls { direction: ltr; }
.lang-zh h1, .lang-zh h2 { line-height: 1.35; }
.lang-zh .hero-content h1 { white-space: pre-line; max-width: none; }
.lang-ar .hero-body, .lang-ar .section-head > p, .lang-ar .series-hero-body, .lang-ar .contact-intro { font-size: 15px; }
@media (max-width:1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 18px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 11px; }
  .brand-copy strong { font-size: 23px; }
  .hero-content { padding: 40px 32px; }
  .hero-content h1 { font-size: 52px; }
  .hero-media { min-height: 490px; }
  .series-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width:860px) {
  section[id], [id^="collection-"] { scroll-margin-top: 84px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand-copy strong { font-size: 25px; }
  .brand-copy span { font-size: 8px; }
  .has-enhancements .mobile-language-select { margin-inline-start: auto; order: 0; }
  .menu-toggle { display: block; }
  .menu-panel { display: none; position: absolute; top: 100%; inset-inline: 0; padding: 16px 24px 24px; max-height: calc(100dvh - 80px); overflow: auto; background: var(--paper); border-bottom: 1px solid var(--line); }
  .menu-open .menu-panel { display: block; }
  .site-nav { display: grid; gap: 0; }
  .site-nav a { border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 14px; }
  .has-enhancements .menu-panel .language-switcher { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; }
  html:not(.has-enhancements) .header-inner { flex-wrap: wrap; }
  html:not(.has-enhancements) .menu-panel { display: block; position: static; width: 100%; }
  html:not(.has-enhancements) .menu-toggle { display: none; }
  .hero-shell { grid-template-columns: 45fr 55fr; }
  .hero-content { padding: 36px 24px; }
  .hero-content h1 { font-size: 45px; }
  .hero-body { font-size: 14px; }
  .hero-media { min-height: 470px; }
  .hero-proof-row { gap: 12px 24px; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .section-head > p { max-width: 60ch; }
  .collection-grid-compact { gap: 30px 16px; }
  .collection-card-copy h3 { font-size: 25px; }
  .collection-section, .atelier-section { padding: 56px 0; }
  .brand-intro-section { padding: 48px 0; }
  .craft-grid { gap: 32px; }
  .craft-copy h2 { font-size: 37px; }
  .craft-copy > p:not(.eyebrow) { font-size: 14px; }
  .atelier-grid { gap: 32px; }
  .atelier-film { max-width: 270px; }
  .contact-shell { grid-template-columns: 1fr; gap: 36px; }
  .contact-main { max-width: 580px; }
  .contact-trust-row { max-width: none; display: flex; flex-wrap: wrap; gap: 12px 24px; }
  .footer-inner { flex-wrap: wrap; }
  .floating-actions { bottom: 0; inset-inline: 0; }
  .floating-actions-desktop { display: none; }
  .floating-actions-mobile { display: grid; grid-template-columns: 1fr 1.2fr 1fr; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); gap: 6px; background: #faf9f6f5; border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .floating-mobile-action { display: flex; justify-content: center; align-items: center; min-height: 44px; text-align: center; font-size: 12px; line-height: 1.35; padding: 7px 6px; }
  .mobile-inquiry-primary { background: var(--ink); color: white; }
  body { padding-bottom: calc(61px + env(safe-area-inset-bottom)); }
  .series-hero-grid { grid-template-columns: minmax(0,1fr) 180px; gap: 28px; }
  .series-cover-image { height: 210px; }
  .series-hero-copy h1 { font-size: 40px; }
  .screenshot-inquiry { grid-template-columns: 1fr; padding: 28px; }
  .inquiry-actions { flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
  .related-collections > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .buyer-hero-grid, .buyer-policy-grid { gap: 32px; }
  .buyer-hero-panel-video { height: 420px; }
  .buyer-hero-actions { flex-direction: column; align-items: flex-start; }
  .language-suggestion-inner { align-items: start; flex-direction: column; gap: 12px; }
}
@media (max-width:640px) {
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 72px; gap: 8px; }
  .brand-copy strong { font-size: 24px; letter-spacing: .06em; }
  .brand-copy span { font-size: 7px; letter-spacing: .16em; }
  .mobile-language-select select { width: 80px; font-size: 11px; }
  .hero-shell { display: flex; flex-direction: column; }
  .hero-media { order: -1; min-height: 0; height: clamp(190px,54vw,290px); }
  .hero-image img { object-position: center 43%; }
  .hero-slider-controls { bottom: 10px; inset-inline-end: 12px; }
  .hero-slider-controls > button { width: 34px; }
  .hero-slider-dots button { min-width: 20px; }
  .hero-content { align-self: stretch; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px 20px; padding: 22px 20px; }
  .hero-content > .eyebrow, .hero-content h1, .hero-body { grid-column: 1/-1; margin: 0; }
  .hero-content > .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .hero-content h1 { font-size: 40px; line-height: 1; max-width: 18ch; }
  .hero-body { max-width: none; font-size: 13px; line-height: 1.6; }
  .hero-content .btn { min-height: 44px; padding: 12px 16px; gap: 16px; font-size: 11px; }
  .hero-quiet-link { font-size: 12px; padding: 0; }
  .hero-quiet-link { gap: 6px; }
  .hero-proof-row { display: none; }
  .collection-section { padding: 32px 0 46px; }
  .section-head { gap: 14px; margin-bottom: 20px; }
  .section-head h2 { font-size: 35px; }
  .section-head > p { font-size: 13px; line-height: 1.65; }
  .eyebrow { font-size: 10px; margin-bottom: 12px; }
  .collection-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 12px; }
  .collection-card-main-image { aspect-ratio: 4 / 5; }
  .collection-card-copy { padding-top: 12px; }
  .collection-card-copy h3 { font-size: 25px; }
  .collection-photo-count { font-size: 11px; }
  .collection-card-compact:last-child:nth-child(odd) { grid-column: 1/-1; }
  .collection-card-compact:last-child:nth-child(odd) .collection-card-main-image { aspect-ratio: 1.8; }
  .collection-card-compact:last-child:nth-child(odd) .collection-card-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
  .collection-card-compact:last-child:nth-child(odd) .collection-photo-count { gap: 24px; }
  .craft-grid, .atelier-grid, .buyer-hero-grid, .buyer-policy-grid { grid-template-columns: 1fr; gap: 30px; }
  .craft-image { aspect-ratio: 1.15; }
  .craft-copy h2 { font-size: 38px; margin-bottom: 18px; }
  .craft-points { margin-top: 24px; }
  .atelier-section { padding: 46px 0; }
  .atelier-film { max-width: 260px; }
  .atelier-notes article { padding-bottom: 16px; }
  .atelier-notes h3 { font-size: 29px; }
  .contact-section { padding: 46px 0; }
  .contact-main h2 { font-size: 40px; }
  .contact-intro { font-size: 14px; }
  .contact-channel-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-channel-head { min-height: 0; padding-bottom: 14px; }
  .contact-channel-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
  .contact-label-line { font-size: 10px; }
  .contact-text strong { font-size: 13px; }
  .contact-trust-row { font-size: 11px; }
  .footer-inner { gap: 24px; }
  .footer-brand { align-items: flex-start; gap: 12px; }
  .footer-logo { width: 38px; height: 38px; }
  .footer-wordmark { font-size: 23px; }
  .footer-nav { gap: 20px; }
  .series-hero-section { padding: 18px 0 24px; }
  .collection-breadcrumb { font-size: 11px; margin-bottom: 18px; }
  .series-hero-grid { display: block; }
  .series-hero-visual { display: none; }
  .series-hero-copy h1 { font-size: 36px; line-height: 1.08; margin-bottom: 14px; }
  .series-hero-copy .eyebrow { font-size: 9px; }
  .series-hero-body { font-size: 13px; line-height: 1.65; margin-bottom: 14px; }
  .series-hero-meta { margin: 14px 0; }
  .series-hero-meta > span:nth-child(2) { display: none; }
  .series-cta-stack { gap: 20px; }
  .series-cta-stack .btn { min-height: 44px; padding: 10px 16px; font-size: 12px; }
  .series-cta-stack .text-link { font-size: 12px; }
  .series-gallery-section { padding: 24px 0; }
  .gallery-toolbar { gap: 14px; align-items: start; }
  .gallery-toolbar h2 { font-size: 29px; }
  .gallery-toolbar p { font-size: 12px; }
  .gallery-range { padding-top: 5px; font-size: 11px; }
  .gallery-pagination { gap: 5px; padding: 18px 0; }
  .gallery-page-link { min-width: 36px; }
  .series-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
  .screenshot-inquiry { padding: 24px 20px; }
  .screenshot-inquiry h2 { font-size: 32px; }
  .screenshot-inquiry p:not(.eyebrow) { font-size: 13px; }
  .related-collections { padding-top: 36px; padding-bottom: 40px; }
  .related-collections h2 { font-size: 32px; }
  .related-collections > div { grid-template-columns: 1fr; }
  .buyer-hero-section { padding: 24px 0; }
  .detail-back-link { margin-bottom: 24px; }
  .buyer-guide-title { font-size: 42px; }
  .buyer-hero-body { margin: 20px 0; font-size: 14px; }
  .buyer-hero-actions { flex-direction: row; }
  .buyer-hero-actions .btn { padding: 12px 16px; font-size: 12px; gap: 10px; }
  .buyer-hero-panel-video { height: 250px; }
  .guide-index { gap: 8px 24px; }
  .guide-index a { font-size: 12px; }
  .buyer-steps-section { padding: 40px 0; }
  .buyer-step-grid { grid-template-columns: 1fr; gap: 6px; }
  .buyer-step-card > span { margin-bottom: 8px; }
  .buyer-step-card h3 { font-size: 30px; }
  .buyer-policy-section { padding: 40px 0; }
  .image-viewer { width: 100vw; height: 100dvh; max-height: 100dvh; border: 0; margin: 0; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); }
  .viewer-header { padding: 12px; }
  .viewer-header h2 { font-size: 14px; }
  .viewer-footer { padding: 0 12px 12px; font-size: 11px; }
  .viewer-footer a { margin: 0 6px; }
  .viewer-controls { gap: 8px; padding: 10px; }
  .viewer-zoom { padding: 0 10px; }
  .lang-ar .hero-content h1, .lang-zh .hero-content h1 { line-height: 1.3; }
  .lang-zh .hero-content h1 { font-size: 36px; }
}
@media (max-width:360px) {
  .brand-copy strong { font-size: 21px; }
  .mobile-language-select select { width: 70px; }
  .hero-content h1 { font-size: 38px; }
  .hero-content { column-gap: 12px; }
  .collection-card-copy h3 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
