.inner-header { position: fixed; background: rgba(250,248,241,.96); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.page-main { padding-top: 100px; min-height: 70vh; }
.page-hero { position: relative; min-height: 410px; display: flex; align-items: flex-end; overflow: hidden; background: #e9e1d4; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(92,70,42,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(92,70,42,.04) 1px, transparent 1px); background-size: 64px 64px; }
.page-hero.dark { color: white; background: linear-gradient(120deg,#171411,#302923); }
.page-hero.dark::before { opacity: .25; }
.page-hero-inner { position: relative; z-index: 2; padding-block: 76px 70px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.page-hero h1 { margin: 0; font: 500 clamp(48px,6vw,78px)/1.25 "Noto Serif TC",serif; letter-spacing: .02em; }
.page-hero-copy { max-width: 560px; justify-self: end; color: #6d645b; font-size: 14px; line-height: 2; }
.page-hero.dark .page-hero-copy { color: #c0b5a9; }
.about-hero { background: linear-gradient(115deg,#e5d9c8 0%,#f5f1e8 62%,#eadfce 100%); }
.about-hero::after { content: "和"; position: absolute; right: 6%; top: 47%; transform: translateY(-50%); color: rgba(126,92,51,.055); font: 500 360px/1 "Noto Serif TC",serif; }
.about-hero .page-hero-copy { color: #665c51; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; color: #957650; font-size: 9px; letter-spacing: .08em; }
.breadcrumbs a:hover { text-decoration: underline; }
.catalog-section { padding: 72px 0 118px; background: #f6f2e9; }
.catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 50px; align-items: start; }
.filters { position: sticky; top: 130px; }
.filter-top-mobile { display: none; }
.filter-group { padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.filter-group h3 { margin: 0 0 14px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #8b704d; }
.filter-search { position: relative; }
.filter-search input { width: 100%; height: 44px; padding: 0 38px 0 0; border: 0; border-bottom: 1px solid rgba(77,58,36,.28); background: transparent; outline: none; font-size: 12px; }
.filter-search::after { content: "⌕"; position: absolute; right: 5px; top: 8px; color: #8a6940; font-size: 23px; }
.filter-options { display: grid; gap: 10px; }
.filter-options label { display: flex; align-items: center; gap: 9px; color: #5f574e; font-size: 11px; cursor: pointer; }
.filter-options input { accent-color: #9b7748; }
.filter-select { width: 100%; height: 42px; border: 0; border-bottom: 1px solid rgba(77,58,36,.28); background: transparent; color: var(--ink); font-size: 11px; outline: none; }
.clear-filters { padding: 0 0 4px; border: 0; border-bottom: 1px solid #8c6a42; background: transparent; color: #765734; font-size: 10px; cursor: pointer; }
.catalog-toolbar { min-height: 48px; margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.catalog-count { color: #786e62; font-size: 11px; }
.catalog-sort { display: flex; align-items: center; gap: 12px; }
.catalog-sort label { color: #8b7d6d; font-size: 10px; }
.catalog-sort select { border: 0; background: transparent; color: #554a3f; font-size: 11px; outline: none; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 18px; }
.catalog-grid .product-card { min-width: 0; }
.catalog-empty { grid-column: 1/-1; padding: 90px 20px; text-align: center; border: 1px solid var(--line); }
.catalog-empty h2 { font: 500 28px "Noto Serif TC",serif; }
.catalog-empty p { color: #746a5e; font-size: 12px; }
.load-more-wrap { padding-top: 54px; text-align: center; }
.brand-series { padding: 82px 0; background: #f9f6ef; }
.series-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.series-card { min-height: 170px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: #eee7da; transition: .25s; }
.series-card:hover { transform: translateY(-3px); background: #e1d4c0; }
.series-card span { color: #9c7a4d; font-size: 8px; letter-spacing: .13em; }
.series-card strong { margin-top: 10px; font: 500 22px "Noto Serif TC",serif; }
.archive-note { padding: 24px 0; background: #211c18; color: #d2c3b4; text-align: center; font-size: 11px; }
.archive-note a { color: #d3aa6d; border-bottom: 1px solid currentColor; }

.detail-section { padding: 70px 0 120px; background: #f6f2e9; }
.detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: start; }
.detail-gallery { position: sticky; top: 125px; }
.detail-main-image { position: relative; width: 100%; aspect-ratio: 1; min-height: 0; padding: 0; display: grid; place-items: center; overflow: hidden; border: 0; background: linear-gradient(145deg,#fbf8f0,#e8dfcf); color: inherit; cursor: zoom-in; touch-action: pan-y; user-select: none; }
.detail-main-image.dark { background: linear-gradient(145deg,#fbf8f0,#e8dfcf); }
.detail-main-image picture,.detail-main-image img { width: 100%; height: 100%; }
.detail-main-image img { object-fit: contain; }
.detail-main-image:focus-visible,.detail-thumb:focus-visible,.detail-dialog-close:focus-visible { outline: 2px solid #8b683e; outline-offset: 3px; }
.detail-gallery-status { margin-top: 10px; color: #776b5d; text-align: right; font: 11px Georgia,serif; }
.detail-thumbs { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-top: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.detail-thumb { aspect-ratio: 1; min-width: 0; padding: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid transparent; background: linear-gradient(145deg,#fbf8f0,#e8dfcf); cursor: pointer; scroll-snap-align: center; }
.detail-thumb.active,.detail-thumb[aria-current="true"] { border-color: #a27c49; box-shadow: inset 0 0 0 1px #a27c49; }
.detail-thumb picture,.detail-thumb img { width: 100%; height: 100%; }
.detail-thumb img { object-fit: contain; }
.detail-image-dialog { width: min(1280px,calc(100% - 12px)); max-width: none; max-height: calc(100dvh - 12px); padding: 0; overflow: visible; border: 0; background: transparent; }
.detail-image-dialog::backdrop { background: rgba(20,17,14,.84); backdrop-filter: blur(6px); }
.detail-dialog-content { position: relative; width: 100%; height: min(92dvh,1280px); display: grid; place-items: center; background: linear-gradient(145deg,#fbf8f0,#e8dfcf); }
.detail-dialog-content [data-gallery-dialog-image],.detail-dialog-content picture,.detail-dialog-content img { width: 100%; height: 100%; }
.detail-dialog-content img { object-fit: contain; }
.detail-dialog-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(42,34,26,.22); border-radius: 50%; background: rgba(250,248,241,.9); color: #2b251f; font-size: 28px; line-height: 1; cursor: pointer; }
.detail-copy { padding-top: 18px; }
.detail-status { display: inline-block; padding: 7px 10px; margin-bottom: 22px; background: #e8dfce; color: #7c5c35; font-size: 9px; letter-spacing: .08em; }
.detail-status.sold { background: #312a24; color: #e4c58f; }
.detail-copy > p.kicker { margin: 0 0 10px; color: #9a794d; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.detail-copy h1 { margin: 0; font: 500 clamp(36px,4vw,56px)/1.3 "Noto Serif TC",serif; }
.detail-ref { margin: 10px 0 28px; color: #7f7468; font-size: 11px; }
.detail-price { margin-bottom: 28px; font: 500 26px Georgia,serif; }
.detail-description { color: #6b6258; font-size: 13px; line-height: 2; }
.detail-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 30px 0; }
.detail-actions .button { border-radius: 2px; }
.wechat-button { min-width: 140px; }
.detail-facts { border-top: 1px solid var(--line); }
.detail-facts div { padding: 14px 0; display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid var(--line); }
.detail-facts dt { color: #8b7d6e; font-size: 10px; }
.detail-facts dd { margin: 0; font-size: 11px; font-weight: 600; }
.detail-notice { margin-top: 24px; padding: 18px; background: #eee7da; color: #776b5d; font-size: 9px; line-height: 1.8; }
.related-section { padding: 95px 0; background: #eeeadf; }

.content-section { padding: 100px 0; background: #faf8f2; }
.content-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.content-heading h2 { margin: 0; font: 500 clamp(36px,4vw,56px)/1.45 "Noto Serif TC",serif; }
.content-body { color: #665e55; font-size: 14px; line-height: 2.1; }
.content-body h3 { margin: 44px 0 14px; color: var(--ink); font: 500 25px "Noto Serif TC",serif; }
.content-body h3:first-child { margin-top: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 55px; background: var(--line); }
.process-card { min-height: 250px; padding: 30px; background: #f3eee4; }
.process-card > span { color: #a47e4a; font: 12px Georgia,serif; }
.process-card h3 { margin: 60px 0 12px; font: 500 22px "Noto Serif TC",serif; }
.process-card p { color: #71675b; font-size: 12px; line-height: 1.8; }
.cta-band { padding: 76px 0; color: white; background: #211c18; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 0 0 10px; font: 500 clamp(30px,3vw,44px) "Noto Serif TC",serif; }
.cta-band p { margin: 0; color: #b9aea3; font-size: 12px; }

.standalone-form-section { padding: 85px 0 120px; background: #e8dfd0; }
.standalone-form-section .sell-form-grid { grid-template-columns: .75fr 1.25fr; }
.form-confirmation { display: none; padding: 80px 35px; text-align: center; background: #f8f4eb; }
.form-confirmation.visible { display: block; }
.form-confirmation h2 { font: 500 32px "Noto Serif TC",serif; }
.form-confirmation p { color: #6e6459; line-height: 1.9; }

.journal-list { padding: 85px 0 120px; background: #f8f5ee; }
.journal-feature { display: grid; grid-template-columns: 1.1fr .9fr; background: #e7ddce; }
.journal-feature-art { min-height: 450px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle,#d6c3a4,#76634b); }
.journal-feature-art img { width: 88%; height: 430px; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(30,21,14,.25)); transform: rotate(-8deg); }
.journal-feature-copy { padding: 65px; align-self: center; }
.journal-feature-copy h2 { margin: 0 0 20px; font: 500 clamp(30px,3vw,45px)/1.55 "Noto Serif TC",serif; }
.journal-feature-copy p:not(.eyebrow) { color: #6d6257; font-size: 12px; line-height: 1.9; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px 18px; margin-top: 70px; }
.article-card-art { height: 240px; display: grid; place-items: center; overflow: hidden; background: #ded4c4; }
.article-card-art img { width: 85%; height: 100%; object-fit: contain; }
.article-card:nth-child(2n) .article-card-art { background: #28231f; }
.article-card p { margin: 18px 0 9px; color: #9c7b50; font-size: 8px; letter-spacing: .15em; }
.article-card h2 { margin: 0 0 15px; font: 500 20px/1.55 "Noto Serif TC",serif; }
.article-card a { color: #795a35; font-size: 10px; font-weight: 600; }
.article-layout { padding: 80px 0 120px; background: #faf8f2; }
.article-wrap { max-width: 820px; margin: auto; }
.article-meta { color: #9b7b51; font-size: 9px; letter-spacing: .12em; }
.article-wrap h1 { margin: 18px 0 26px; font: 500 clamp(40px,5vw,62px)/1.45 "Noto Serif TC",serif; }
.article-lead { font: 500 19px/1.9 "Noto Serif TC",serif; color: #675d52; }
.article-hero-image { height: 500px; margin: 50px 0; display: grid; place-items: center; overflow: hidden; background: #e5dbcb; }
.article-hero-image img { height: 95%; }
.article-content { color: #5e574f; font-size: 15px; line-height: 2.2; }
.article-content h2 { margin: 55px 0 18px; color: var(--ink); font: 500 30px "Noto Serif TC",serif; }
.article-content blockquote { margin: 45px 0; padding: 25px 30px; border-left: 2px solid var(--gold); background: #eee8dc; font: 500 20px/1.8 "Noto Serif TC",serif; }

.contact-section { padding: 90px 0 120px; background: #f5f1e8; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-details h2 { margin: 0 0 32px; font: 500 42px "Noto Serif TC",serif; }
.contact-details dl { border-top: 1px solid var(--line); }
.contact-details dl div { padding: 22px 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line); }
.contact-details dt { color: #917d64; font-size: 10px; }
.contact-details dd { margin: 0; font-size: 13px; line-height: 1.8; }
.map-panel { min-height: 490px; position: relative; display: grid; place-items: center; overflow: hidden; background: #ddd3c3; }
.map-panel::before,.map-panel::after { content: ""; position: absolute; background: rgba(118,91,57,.18); }
.map-panel::before { width: 140%; height: 14px; transform: rotate(-22deg); }
.map-panel::after { width: 14px; height: 140%; transform: rotate(35deg); }
.map-pin { position: relative; z-index: 2; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: #a87d45; color: white; transform: rotate(-45deg); box-shadow: 0 18px 40px rgba(66,45,22,.2); }
.map-pin img { width: 52px; height: 52px; object-fit: contain; transform: rotate(45deg); }
.map-panel .button { position: absolute; z-index: 3; bottom: 28px; }

.legal-layout { padding: 80px 0 120px; background: #faf8f2; }
.legal-grid { display: grid; grid-template-columns: 230px 1fr; gap: 80px; align-items: start; }
.legal-nav { position: sticky; top: 130px; display: grid; border-top: 1px solid var(--line); }
.legal-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: #75695b; font-size: 11px; }
.legal-nav a.active { color: #9b7444; font-weight: 700; }
.legal-content { max-width: 820px; color: #5f584f; font-size: 13px; line-height: 2; }
.legal-content h2 { margin: 0 0 25px; color: var(--ink); font: 500 38px "Noto Serif TC",serif; }
.legal-content h3 { margin: 45px 0 10px; color: var(--ink); font: 500 22px "Noto Serif TC",serif; }
.legal-content ul { padding-left: 20px; }
.legal-date { color: #9b7b52; font-size: 10px; }

@media (max-width:1100px) {
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .page-hero-inner { grid-template-columns: 1fr 1fr; }
  .detail-grid { gap: 40px; }
  .catalog-sort select { min-width:150px; min-height:44px; padding:0 8px; font-size:16px; }
  .filter-search input,.filter-select { min-height:44px; font-size:16px; }
  .clear-filters { min-height:44px; padding:0 8px; }
}
@media (max-width:820px) {
  .page-main { padding-top: 80px; }
  .page-hero { min-height: 360px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 60px; }
  .page-hero-copy { justify-self: start; }
  .catalog-layout { grid-template-columns: 1fr; gap: 25px; }
  .filter-top-mobile { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-block: 1px solid var(--line); }
  .filter-top-mobile button { border: 0; background: transparent; color: #765734; font-size: 11px; }
  .filter-top-mobile button { width: 44px; height: 44px; font-size: 18px; }
  .catalog-sort select { min-width: 150px; min-height: 44px; padding: 0 8px; font-size: 16px; }
  .filter-search input, .filter-select { min-height: 44px; font-size: 16px; }
  .clear-filters { min-height: 44px; padding: 0 8px; }
  .filters { position: static; display: none; padding: 24px; background: #eee7da; }
  .filters.open { display: block; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .series-grid { grid-template-columns: repeat(2,1fr); }
  .detail-grid,.content-grid,.standalone-form-section .sell-form-grid,.journal-feature,.contact-grid,.legal-grid { grid-template-columns: 1fr; }
  .detail-gallery { position: static; }
  .detail-thumbs { display: flex; padding-bottom: 8px; }
  .detail-thumb { flex: 0 0 min(24vw,120px); }
  .content-grid { gap: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-band-inner { display: block; }
  .cta-band .button { margin-top: 25px; }
  .journal-feature-copy { padding: 45px; }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .legal-nav { position: static; grid-template-columns: repeat(2,1fr); }
}
@media (max-width:560px) {
  .page-hero { min-height: 330px; }
  .page-hero h1 { font-size: 44px; }
  .catalog-section { padding-top: 38px; }
  .catalog-grid { gap: 32px 10px; }
  .series-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .series-card { min-height: 130px; padding: 18px; }
  .series-card strong { font-size: 17px; }
  .detail-section { padding-top: 35px; }
  .detail-gallery-status { text-align: center; }
  .detail-thumb { flex-basis: 86px; }
  .detail-actions { grid-template-columns: 1fr; }
  .detail-facts div { grid-template-columns: 110px 1fr; }
  .content-section { padding: 75px 0; }
  .article-grid { grid-template-columns: 1fr; }
  .journal-feature-art { min-height: 340px; }
  .journal-feature-art img { height: 330px; }
  .journal-feature-copy { padding: 35px 25px; }
  .article-hero-image { height: 350px; margin-block: 35px; }
  .article-wrap h1 { font-size: 39px; }
  .contact-grid { gap: 50px; }
  .contact-details dl div { grid-template-columns: 1fr; gap: 7px; }
  .legal-nav { grid-template-columns: 1fr; }
}
html,body{max-width:100%;overflow-x:clip}
.detail-grid>*{min-width:0}
.detail-thumb{min-width:44px;min-height:44px}
.detail-image-dialog{max-width:calc(100% - 12px);overflow:hidden}
.detail-dialog-content{max-width:100%;max-height:calc(100dvh - 12px);min-height:0}
.detail-dialog-content img{content-visibility:auto}
.detail-main-image,.detail-actions .button{min-width:44px;min-height:44px}
@media (max-width: 440px) {
  :root { --shell: calc(100% - 24px); }
  .detail-section { padding-bottom: 75px; }
  .detail-grid { gap: 34px; }
  .detail-main-image { width: 100%; max-height: calc(100dvh - 116px); }
  .detail-thumbs { gap: 8px; margin-inline: 0; }
  .detail-thumb { flex-basis: 72px; }
  .detail-image-dialog { width: calc(100% - 8px); max-width: calc(100% - 8px); max-height: calc(100dvh - 8px); }
  .detail-dialog-content { height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); }
  .detail-dialog-close { top: max(8px,env(safe-area-inset-top)); right: max(8px,env(safe-area-inset-right)); }
  .detail-copy h1 { overflow-wrap: anywhere; }
  .detail-facts div { grid-template-columns: minmax(96px,35%) minmax(0,1fr); }
}
