@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=EB+Garamond:wght@400;500;600&family=Noto+Sans+SC:wght@400;500&family=Noto+Serif+SC:wght@500;600&display=swap');

:root {
  --bg-cream: #FAF7F1;
  --bg-warm: #F2ECE1;
  --ink: #3A2A1F;
  --brick: #A0432A;
  --line: #D8CFC2;
  --muted: #8A7A6B;
  --serif: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  --cn-serif: "Noto Serif SC", "Songti SC", SimSun, serif;
  --sans: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --max-width: 1440px;
  --gutter: clamp(24px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg-cream); font-family: var(--sans); font-size: 15px; line-height: 1.9; }
body.modal-open { overflow: hidden; }
::selection { color: var(--bg-cream); background: var(--brick); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
picture { display: block; }

.skip-link { position: fixed; top: 0; left: 16px; z-index: 30; padding: 7px 14px; color: var(--bg-cream); background: var(--ink); transform: translateY(-120%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.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; }
:focus-visible { outline: 2px solid var(--brick); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg-cream); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(250, 247, 241, .86); border-bottom-color: var(--line); backdrop-filter: blur(15px); }
.header-inner { width: min(100%, var(--max-width)); min-height: 76px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: clamp(24px, 5vw, 90px); }
.brand { display: inline-flex; min-width: 170px; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: .12em; }
.brand-cn { margin-top: 6px; font-family: var(--cn-serif); font-size: 10px; letter-spacing: .48em; text-indent: .48em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3.4vw, 54px); margin-left: auto; font-family: var(--serif); font-size: 16px; }
.desktop-nav a, .text-lang { transition: color .2s ease; }
.desktop-nav a:hover, .text-lang:hover { color: var(--brick); }
.header-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; white-space: nowrap; }
.text-lang { padding: 2px 0; color: var(--muted); background: transparent; border: 0; font-family: var(--serif); font-size: 14px; letter-spacing: .08em; }
.text-lang.is-active { color: var(--ink); }
.lang-divider { color: var(--line); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 11px 20px; color: #fff; background: var(--brick); border: 1px solid var(--brick); border-radius: 0; font-family: var(--serif); font-size: 16px; letter-spacing: .02em; transition: background .2s ease, color .2s ease; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button-arrow { display: inline-block; transition: transform .2s ease; }
.button:hover .button-arrow, .text-link:hover span:last-child { transform: translateX(4px); }
.button-small { min-height: 40px; padding: 8px 18px; font-size: 15px; }
.mobile-toggle { display: none; width: 34px; height: 34px; padding: 5px; background: transparent; border: 0; }
.menu-lines { display: grid; gap: 6px; }
.menu-lines i { display: block; width: 22px; height: 1px; background: var(--ink); }
.mobile-menu { display: none; }

.eyebrow { display: inline-block; font-family: var(--serif); font-size: 12px; line-height: 1.25; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-rule { display: flex; align-items: center; gap: 16px; }
.eyebrow-rule .rule { width: 40px; height: 1px; background: currentColor; opacity: .8; }
.light { color: var(--bg-cream); }
.section-frame { width: min(100%, var(--max-width)); margin: 0 auto; padding-right: var(--gutter); padding-left: var(--gutter); }
.section-title, .page-title { margin: 21px 0 18px; font-family: var(--cn-serif); font-size: clamp(35px, 4.4vw, 66px); font-weight: 500; line-height: 1.18; letter-spacing: .05em; }
.section-intro > p, .factory-heading > p, .page-lead { max-width: 640px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.hero { display: grid; grid-template-columns: 40% 60%; min-height: calc(100vh - 76px); background: var(--bg-cream); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(44px, 7vw, 115px) var(--gutter); }
.hero-copy .eyebrow-rule { color: var(--muted); }
.display-title { max-width: 540px; margin: 28px 0 18px; white-space: pre-line; font-family: var(--cn-serif); font-size: clamp(42px, 4.7vw, 75px); font-weight: 500; line-height: 1.12; letter-spacing: .05em; }
.hero-subtitle { margin: 0; font-family: var(--cn-serif); font-size: clamp(19px, 1.65vw, 25px); letter-spacing: .08em; }
.hero-slogan { margin: 24px 0 37px; color: var(--muted); font-family: var(--serif); font-size: 15px; letter-spacing: .12em; text-transform: uppercase; }
.hero-media { position: relative; min-height: 680px; overflow: hidden; background: var(--bg-warm); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-side-note { position: absolute; right: clamp(20px, 4vw, 60px); bottom: clamp(28px, 6vw, 82px); display: flex; flex-direction: column; gap: 5px; color: var(--bg-cream); font-family: var(--serif); font-size: 12px; letter-spacing: .18em; writing-mode: horizontal-tb; }
.hero-side-note i { width: 30px; height: 1px; margin-top: 9px; background: currentColor; }

.story-collection { display: grid; grid-template-columns: 40% 60%; background: var(--bg-warm); }
.media-panel { position: relative; min-height: 640px; overflow: hidden; }
.media-panel picture, .media-panel img { width: 100%; height: 100%; }
.media-panel img { object-fit: cover; }
.panel-overlay { position: absolute; inset: 0; padding: clamp(32px, 5vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: rgba(58, 42, 31, .58); }
.panel-overlay h2 { max-width: 330px; margin: 21px 0 20px; font-family: var(--cn-serif); font-size: clamp(28px, 3vw, 46px); font-weight: 500; line-height: 1.2; letter-spacing: .05em; }
.panel-overlay p { max-width: 360px; margin: 0 0 28px; color: rgba(250, 247, 241, .86); white-space: pre-line; font-size: 14px; line-height: 2; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding: 0 0 5px; color: var(--brick); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-family: var(--serif); font-size: 15px; letter-spacing: .03em; }
.light-link { color: #fff; }
.text-link span:last-child { display: inline-block; transition: transform .2s ease; }
.collection-panel { padding: clamp(38px, 5vw, 78px) var(--gutter) clamp(42px, 5vw, 76px); }
.collection-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.collection-heading h2 { margin: 14px 0 0; font-family: var(--cn-serif); font-size: clamp(27px, 2.65vw, 42px); font-weight: 500; line-height: 1.2; letter-spacing: .05em; }
.stock-count { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.stock-count strong { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1; letter-spacing: .08em; }
.stock-count span { margin-top: 5px; font-family: var(--cn-serif); font-size: 14px; }
.stock-count small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.color-preview { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 44px; }
.preview-swatch { min-width: 0; }
.preview-swatch-color { height: clamp(110px, 12vw, 190px); border: 1px solid rgba(58, 42, 31, .12); }
.preview-swatch p { margin: 11px 0 0; font-family: var(--serif); font-size: 13px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.preview-swatch small { display: block; margin-top: 4px; color: var(--muted); font-family: var(--cn-serif); font-size: 12px; }
.collection-link { float: right; margin-top: 36px; }

.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 35px max(var(--gutter), calc((100% - var(--max-width)) / 2 + var(--gutter))) 38px; background-color: var(--bg-cream); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 1h8M0 5h8' stroke='%238A7A6B' stroke-opacity='.055' stroke-width='1'/%3E%3C/svg%3E"); }
.feature-item { display: grid; grid-template-columns: 55px 1fr; gap: 23px; align-items: start; padding: 10px 30px; border-right: 1px solid var(--line); }
.feature-item:last-child { border-right: 0; }
.feature-item svg { width: 50px; height: 50px; fill: none; stroke: var(--ink); stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; }
.feature-item h3 { margin: 7px 0 3px; font-family: var(--cn-serif); font-size: 21px; font-weight: 500; line-height: 1.3; letter-spacing: .05em; }
.feature-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.products-section { padding-top: clamp(82px, 11vw, 165px); padding-bottom: clamp(88px, 12vw, 170px); }
.product-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 6vw, 96px); margin-top: 64px; }
.product-feature picture, .product-feature img { width: 100%; height: 100%; }
.product-feature picture { min-height: 560px; }
.product-feature img { object-fit: cover; }
.product-copy { padding: 20px 0 0; border-top: 1px solid var(--ink); }
.product-copy h3, .product-list h3 { margin: 13px 0 4px; font-family: var(--cn-serif); font-size: 28px; font-weight: 500; line-height: 1.25; letter-spacing: .05em; }
.product-copy p, .product-list p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 16px; }
.product-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 28px; row-gap: 52px; align-content: start; }
.product-list article { display: grid; grid-template-columns: minmax(110px, 40%) 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-list picture, .product-list img { width: 100%; height: 100%; }
.product-list picture { aspect-ratio: 1.25; }
.product-list img { object-fit: cover; }
.product-list h3 { font-size: 22px; margin-top: 9px; }
.product-list p { font-size: 14px; line-height: 1.6; }

.factory-section { padding: clamp(82px, 10vw, 145px) 0 0; background: var(--bg-warm); }
.factory-heading { display: grid; grid-template-columns: 40% 60%; align-items: end; }
.factory-heading .eyebrow-rule { grid-column: 1 / -1; margin-bottom: 12px; }
.factory-heading .section-title { margin-bottom: 0; }
.factory-heading > p { justify-self: end; max-width: 490px; margin-bottom: 5px; }
.factory-visuals { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(40px, 7vw, 110px); padding-top: 65px; padding-bottom: clamp(84px, 11vw, 155px); }
.factory-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 260px 230px; gap: 12px; }
.factory-gallery picture, .factory-gallery img { width: 100%; height: 100%; }
.factory-gallery img { object-fit: cover; }
.factory-gallery picture:first-child { grid-column: 1 / 3; }
.factory-gallery picture:last-child { grid-column: 1 / 4; }
.factory-details { padding-top: 3px; }
.stat-line { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 15px 0 11px; border-bottom: 1px solid var(--line); }
.stat-line:first-child { border-top: 1px solid var(--line); }
.stat-line strong { font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: .05em; }
.stat-line span { color: var(--muted); font-family: var(--serif); font-size: 15px; }
.factory-details > p { margin: 31px 0 39px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.certificates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.certificates span { display: grid; min-height: 72px; place-items: center; text-align: center; border: 1px solid var(--line); color: var(--muted); font-family: var(--serif); font-size: 12px; letter-spacing: .16em; }
.certificates small { font-family: var(--sans); font-size: 9px; letter-spacing: .06em; }

.cta-section { display: grid; grid-template-columns: 78% 22%; min-height: 510px; background: var(--bg-warm); }
.cta-image { position: relative; min-height: 510px; overflow: hidden; }
.cta-image picture, .cta-image img { width: 100%; height: 100%; }
.cta-image img { object-fit: cover; }
.cta-image::after { content: ""; position: absolute; inset: 0; background: rgba(58, 42, 31, .5); pointer-events: none; }
.cta-copy { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(40px, 7vw, 120px); color: #fff; }
.cta-copy h2 { max-width: 610px; margin: 20px 0 10px; font-family: var(--cn-serif); font-size: clamp(38px, 4.5vw, 70px); font-weight: 500; line-height: 1.15; letter-spacing: .05em; }
.cta-copy p { margin: 0 0 30px; font-size: 15px; }
.cta-side { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 50px clamp(25px, 3.2vw, 55px); background: var(--bg-warm); font-family: var(--serif); font-size: 12px; letter-spacing: .18em; }
.cta-side i { width: 36px; height: 1px; margin: 26px 0 20px; background: var(--ink); }
.side-logo { font-size: 25px; letter-spacing: .14em; }
.side-logo small { display: block; margin-top: 5px; font-family: var(--cn-serif); font-size: 9px; letter-spacing: .44em; text-align: center; }

.site-footer { padding: 75px var(--gutter) 26px; color: rgba(250, 247, 241, .86); background: var(--ink); }
.footer-inner { width: min(100%, var(--max-width)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand .brand-name { color: var(--bg-cream); }
.footer-brand .brand-cn { color: var(--bg-cream); }
.footer-brand p { max-width: 220px; margin: 24px 0 0; color: var(--muted); font-family: var(--serif); font-size: 15px; line-height: 1.55; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.55; }
.footer-column a:hover, .footer-link:hover { color: #fff; }
.footer-eyebrow { margin-bottom: 12px; color: var(--muted); }
.footer-link { color: var(--bg-cream); font-size: 16px; }
.footer-bottom { width: min(100%, var(--max-width)); display: flex; justify-content: space-between; gap: 20px; margin: 70px auto 0; padding-top: 18px; border-top: 1px solid rgba(216, 207, 194, .25); color: var(--muted); font-family: var(--serif); font-size: 12px; letter-spacing: .04em; }

.page-hero { padding-top: clamp(88px, 11vw, 160px); padding-bottom: clamp(80px, 10vw, 145px); }
.page-title { max-width: 940px; margin-top: 31px; }
.page-lead { max-width: 650px; }
.colors-page, .contact-page { background: var(--bg-cream); }
.color-library { padding-bottom: clamp(80px, 10vw, 150px); }
.library-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.library-toolbar h2 { margin: 10px 0 0; font-family: var(--cn-serif); font-size: 28px; font-weight: 500; letter-spacing: .05em; }
.library-count { color: var(--muted); font-family: var(--serif); font-size: 15px; }
.filter-list { display: flex; flex-wrap: wrap; gap: 18px 30px; padding: 19px 0 34px; border-bottom: 1px solid var(--line); }
.filter-button { padding: 0 0 4px; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid transparent; font-family: var(--serif); font-size: 15px; letter-spacing: .06em; }
.filter-button:hover, .filter-button.is-active { color: var(--ink); border-bottom-color: var(--brick); }
.color-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px 15px; padding-top: 37px; }
.color-card { position: relative; min-width: 0; }
.color-card-swatch { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; border: 1px solid rgba(58, 42, 31, .12); transition: transform .25s ease; }
.color-card:hover .color-card-swatch { transform: scale(1.025); }
.color-card-info { padding-top: 12px; }
.color-code { display: block; color: var(--muted); font-family: var(--serif); font-size: 12px; letter-spacing: .12em; }
.color-name-en { display: block; margin-top: 2px; font-family: var(--serif); font-size: 16px; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }
.color-name-zh { display: block; margin-top: 3px; font-family: var(--cn-serif); font-size: 13px; }
.swatch-quote { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 7px 7px; color: #fff; background: var(--brick); border: 0; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; font-family: var(--serif); font-size: 13px; }
.color-card:hover .swatch-quote, .color-card:focus-within .swatch-quote { opacity: 1; transform: translateY(0); }
.swatch-quote:hover { background: var(--ink); }
.color-note { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-top: 62px; padding-bottom: 85px; border-top: 1px solid var(--line); }
.color-note h2, .contact-process h2, .contact-note h2 { margin: 12px 0 0; font-family: var(--cn-serif); font-size: clamp(28px, 3vw, 44px); font-weight: 500; line-height: 1.25; letter-spacing: .05em; }
.color-note p { max-width: 500px; margin: 0 0 24px; color: var(--muted); }

.contact-intro { padding-top: clamp(88px, 11vw, 160px); padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.contact-intro .page-title { max-width: 850px; }
.contact-intro .button { margin-top: 32px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding-top: 65px; padding-bottom: 95px; }
.contact-detail-block { padding-top: 17px; border-top: 1px solid var(--ink); }
.contact-big { display: block; margin-top: 15px; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.2; }
.contact-detail-block p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.contact-process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 140px); padding-top: 68px; padding-bottom: 95px; background: var(--bg-warm); }
.process-heading h2 { max-width: 430px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 18px 0 20px; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--brick); font-family: var(--serif); font-size: 18px; }
.process-list h3 { margin: 0; font-family: var(--cn-serif); font-size: 21px; font-weight: 500; line-height: 1.3; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.contact-note { display: grid; grid-template-columns: minmax(210px, .48fr) 1fr; gap: clamp(35px, 8vw, 130px); align-items: center; padding-top: 110px; padding-bottom: 130px; }
.contact-note picture, .contact-note img { width: 100%; height: 100%; }
.contact-note picture { max-width: 360px; min-height: 420px; }
.contact-note img { object-fit: cover; }
.contact-note p { max-width: 500px; margin: 20px 0 25px; color: var(--muted); }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(58, 42, 31, .48); }
.modal-panel { position: relative; z-index: 1; width: min(100%, 700px); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(28px, 5vw, 54px); background: var(--bg-cream); border: 1px solid var(--line); }
.modal-close { position: absolute; top: 15px; right: 19px; width: 30px; height: 30px; padding: 0; color: var(--ink); background: transparent; border: 0; font-family: var(--serif); font-size: 28px; line-height: 1; }
.modal-heading { padding-right: 36px; }
.modal-heading h2 { margin: 10px 0 7px; font-family: var(--cn-serif); font-size: 35px; font-weight: 500; line-height: 1.25; letter-spacing: .05em; }
.modal-heading p { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.quote-form label { display: block; margin-bottom: 19px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.quote-form label > span { display: block; margin-bottom: 6px; }
.quote-form input, .quote-form textarea { display: block; width: 100%; padding: 9px 0 8px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; font-size: 15px; }
.quote-form textarea { resize: vertical; min-height: 52px; }
.quote-form input:focus, .quote-form textarea:focus { border-bottom-color: var(--brick); }
.quote-form input:user-invalid, .quote-form textarea:user-invalid { border-bottom-color: var(--brick); }
.form-grid { display: grid; gap: 0 24px; }
.two-col { grid-template-columns: 1fr 1fr; }
.form-submit { margin-top: 4px; }
.form-message { margin: 17px 0 0; color: var(--brick); font-size: 14px; }

@media (max-width: 1279px) {
  .header-inner { gap: 28px; }
  .desktop-nav { gap: 24px; }
  .header-actions .button-small { padding-right: 13px; padding-left: 13px; }
  .hero { grid-template-columns: 42% 58%; }
  .story-collection { grid-template-columns: 42% 58%; }
  .feature-strip { padding-right: 24px; padding-left: 24px; }
  .feature-item { grid-template-columns: 46px 1fr; gap: 14px; padding-right: 18px; padding-left: 18px; }
  .feature-item svg { width: 44px; height: 44px; }
  .factory-gallery { grid-template-rows: 220px 190px; }
}

@media (max-width: 767px) {
  body { font-size: 14px; }
  :root { --gutter: 20px; }
  .header-inner { min-height: 64px; padding-right: 20px; padding-left: 20px; gap: 13px; }
  .brand { min-width: 0; flex: 1; }
  .brand-name { font-size: 25px; }
  .brand-cn { font-size: 9px; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-toggle { display: block; }
  .mobile-menu { display: flex; flex-direction: column; gap: 18px; padding: 20px; border-top: 1px solid var(--line); background: var(--bg-cream); font-family: var(--serif); font-size: 19px; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu .button { align-self: flex-start; margin-top: 5px; }
  .eyebrow { font-size: 11px; }
  .hero, .story-collection { display: block; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 560px; padding-top: 75px; padding-bottom: 72px; }
  .display-title { margin-top: 24px; font-size: clamp(36px, 10vw, 52px); }
  .hero-subtitle { font-size: 18px; }
  .hero-slogan { max-width: 250px; margin-top: 17px; margin-bottom: 29px; font-size: 13px; }
  .hero-media { min-height: 460px; }
  .hero-side-note { right: 23px; bottom: 34px; font-size: 10px; }
  .media-panel { min-height: 580px; }
  .panel-overlay { padding: 34px var(--gutter); }
  .panel-overlay p { max-width: 320px; font-size: 13px; }
  .collection-panel { padding-top: 56px; padding-bottom: 63px; }
  .collection-heading { display: block; }
  .stock-count { align-items: flex-start; margin-top: 25px; text-align: left; }
  .color-preview { gap: 8px; margin-top: 32px; }
  .preview-swatch-color { height: 86px; }
  .preview-swatch p { margin-top: 7px; font-size: 10px; }
  .preview-swatch small { font-size: 10px; }
  .collection-link { float: none; margin-top: 30px; }
  .feature-strip { grid-template-columns: 1fr 1fr; padding: 21px 10px 27px; }
  .feature-item { grid-template-columns: 1fr; gap: 5px; padding: 18px 10px; border-right: 0; }
  .feature-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .feature-item svg { width: 40px; height: 40px; }
  .feature-item h3 { font-size: 18px; }
  .feature-item p { font-size: 12px; line-height: 1.55; }
  .section-title, .page-title { margin-top: 18px; font-size: clamp(32px, 9vw, 48px); }
  .section-intro > p, .factory-heading > p, .page-lead { font-size: 14px; }
  .products-section { padding-top: 78px; padding-bottom: 82px; }
  .product-layout { display: block; margin-top: 42px; }
  .product-feature picture { min-height: 410px; }
  .product-copy { padding-top: 14px; }
  .product-copy h3 { font-size: 25px; }
  .product-list { grid-template-columns: 1fr; gap: 32px; margin-top: 50px; }
  .product-list article { grid-template-columns: 42% 1fr; gap: 16px; }
  .product-list h3 { font-size: 20px; }
  .product-list p { font-size: 13px; }
  .factory-section { padding-top: 78px; }
  .factory-heading { display: block; }
  .factory-heading > p { margin-top: 23px; }
  .factory-visuals { display: block; padding-top: 42px; padding-bottom: 88px; }
  .factory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 210px 155px 185px; gap: 8px; }
  .factory-gallery picture:first-child { grid-column: 1 / 3; }
  .factory-gallery picture:last-child { grid-column: 1 / 3; }
  .factory-details { margin-top: 45px; }
  .factory-details > p { margin-top: 28px; }
  .cta-section { display: block; }
  .cta-image, .cta-section { min-height: 0; }
  .cta-image { min-height: 570px; }
  .cta-copy { padding: 45px var(--gutter); }
  .cta-copy h2 { font-size: clamp(36px, 10vw, 53px); }
  .cta-side { min-height: 250px; padding: 44px 32px; }
  .site-footer { padding-top: 58px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; margin-top: 55px; }
  .footer-bottom span { display: block; margin-top: 6px; }
  .page-hero { padding-top: 78px; padding-bottom: 70px; }
  .library-toolbar { display: block; }
  .library-count { display: block; margin-top: 16px; }
  .filter-list { gap: 13px 20px; padding-bottom: 25px; }
  .color-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; padding-top: 28px; }
  .color-name-en { font-size: 14px; }
  .color-name-zh { font-size: 12px; }
  .swatch-quote { position: static; width: 100%; margin-top: 8px; opacity: 1; transform: none; }
  .color-note { display: block; padding-top: 53px; padding-bottom: 75px; }
  .color-note > div + div { margin-top: 25px; }
  .contact-intro { padding-top: 78px; padding-bottom: 63px; }
  .contact-details { display: block; padding-top: 20px; padding-bottom: 67px; }
  .contact-detail-block { margin-top: 33px; }
  .contact-process { display: block; padding-top: 55px; padding-bottom: 70px; }
  .process-list { margin-top: 34px; }
  .contact-note { display: block; padding-top: 75px; padding-bottom: 88px; }
  .contact-note picture { max-width: 250px; min-height: 305px; margin-bottom: 35px; }
  .two-col { grid-template-columns: 1fr; }
  .modal { padding: 10px; }
  .modal-panel { max-height: calc(100vh - 20px); padding: 30px 21px 25px; }
  .modal-heading h2 { font-size: 30px; }
  .quote-form label { margin-bottom: 16px; }
  .form-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
