:root {
  --ink: #f2eadf;
  --ink-soft: #e8dccd;
  --panel: #fffaf3;
  --ivory: #352f29;
  --muted: #675d54;
  --gold: #805a35;
  --gold-light: #6f4f31;
  --line: rgba(91, 70, 50, .2);
  --max: 1240px;
  --serif: "Songti SC", "STSong", "SimSun", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 13% 18%, rgba(155, 105, 67, .08), transparent 28rem),
    radial-gradient(circle at 88% 55%, rgba(120, 83, 49, .06), transparent 32rem),
    var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .12;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(74,57,42,.035) 80px);
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
::selection { color: #fffaf3; background: var(--gold-light); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  padding: .7rem 1rem;
  color: var(--ink);
  background: var(--gold-light);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 3rem), var(--max));
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: .9rem; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1px solid var(--gold);
  font: 500 1.1rem/1 var(--serif);
  transform: rotate(45deg);
}
.brand-mark::before { content: "曜"; color: var(--gold-light); transform: rotate(-45deg); }
.brand-name { font: 600 1.06rem/1.2 var(--serif); letter-spacing: .16em; }
.brand-name small { display: block; margin-top: .36rem; color: var(--muted); font: 500 .55rem/1 var(--sans); letter-spacing: .21em; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.8rem); }
.main-nav a { position: relative; padding: .6rem 0; color: #554b42; font-size: .86rem; letter-spacing: .08em; }
.main-nav a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold-light);
  transition: width .3s ease, left .3s ease;
}
.main-nav a:hover::after, .main-nav .is-active::after { left: 0; width: 100%; }
.main-nav .is-active { color: var(--gold-light); }

.hero {
  position: relative;
  min-height: 100svh;
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px max(1.5rem, calc((100vw - var(--max)) / 2)) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}
.hero-glow {
  position: absolute;
  left: 24%;
  top: 45%;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(126, 91, 57, .13);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(140, 97, 56, .08), inset 0 0 80px rgba(140, 97, 56, .05);
  transform: translate(-50%, -50%);
  animation: slow-breathe 8s ease-in-out infinite;
}
.hero-content { position: relative; z-index: 2; padding-top: 2rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .3em; }
.hero h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(110deg, #3c332a 10%, #9b744c 48%, #554536 68%, #7b5b3d 88%);
  background-clip: text;
  -webkit-background-clip: text;
  font: 500 clamp(4.2rem, 9vw, 8.7rem)/.95 var(--serif);
  letter-spacing: .08em;
  text-shadow: 0 14px 50px rgba(116, 79, 44, .1);
}
.hero-slogan { margin: 1.6rem 0 1rem; font: 400 clamp(1.65rem, 3vw, 3rem)/1.35 var(--serif); letter-spacing: .08em; }
.hero-slogan em { color: var(--gold-light); font-style: normal; }
.hero-copy { max-width: 35rem; margin: 0; color: var(--muted); font-size: .98rem; letter-spacing: .08em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button {
  min-height: 50px;
  padding: .75rem 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border: 1px solid var(--line);
  font-size: .84rem;
  letter-spacing: .1em;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-gold { color: #fffaf3; border-color: var(--gold); background: linear-gradient(115deg, #765334, #a77c50, #86613e); box-shadow: 0 12px 35px rgba(112, 78, 44, .16); }
.button-ghost:hover { border-color: var(--gold); background: rgba(155, 116, 76, .08); }
.hero-notes { display: flex; gap: clamp(1.5rem, 4vw, 3.3rem); margin: 3.3rem 0 0; }
.hero-notes div { position: relative; padding-left: 1rem; border-left: 1px solid var(--line); }
.hero-notes dt { color: var(--gold-light); font: 400 1.3rem/1 var(--serif); }
.hero-notes dd { margin: .5rem 0 0; color: var(--muted); font-size: .7rem; letter-spacing: .08em; white-space: nowrap; }
.hero-visual { position: relative; width: min(100%, 470px); justify-self: end; }
.hero-visual::before {
  position: absolute;
  inset: 10% -8% -6% 18%;
  content: "";
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(155, 116, 76, .12), transparent 60%);
}
.hero-visual img { position: relative; z-index: 1; aspect-ratio: 2/3; object-fit: cover; filter: saturate(.82) contrast(1.02); box-shadow: 0 40px 90px rgba(81,61,43,.22); }
.hero-frame { position: absolute; z-index: 2; inset: 1rem; border: 1px solid rgba(255, 244, 225, .5); pointer-events: none; }
.hero-caption { position: absolute; z-index: 3; left: -2.5rem; bottom: 2.4rem; padding: .85rem 1.2rem; border-left: 2px solid var(--gold); background: rgba(8,7,5,.83); backdrop-filter: blur(8px); }
.hero-caption span, .hero-caption strong { display: block; }
.hero-caption span { color: #d8b98f; font-size: .56rem; letter-spacing: .22em; }
.hero-caption strong { margin-top: .25rem; color: #fffaf3; font: 400 .95rem var(--serif); letter-spacing: .12em; }
.scroll-cue { position: absolute; left: 50%; bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: #74695f; font-size: .55rem; letter-spacing: .25em; transform: translateX(-50%) rotate(90deg); }
.scroll-cue i { display: block; width: 42px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

.slogan-rail { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.28); }
.slogan-rail div { width: max-content; min-width: 100%; padding: .85rem 2rem; display: flex; justify-content: space-around; gap: 2.2rem; color: #5f554b; font: 400 .78rem var(--serif); letter-spacing: .25em; }
.slogan-rail b { color: var(--gold); font-size: .45rem; }

.section { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; padding-block: clamp(5rem, 10vw, 9rem); content-visibility: auto; contain-intrinsic-size: auto 800px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(240px, 430px); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section h2 { margin: 0; font: 400 clamp(2.25rem, 4.2vw, 4.4rem)/1.2 var(--serif); letter-spacing: .04em; }
.section-heading > p, .manifesto-copy > p, .cta-panel > p, .contact-intro > p { margin: 0; color: var(--muted); font-size: .92rem; letter-spacing: .06em; }
.category-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1rem; }
.category-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(74,55,38,.1); }
.category-card-tall { min-height: 620px; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: grayscale(.14) brightness(.75) saturate(.75); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.category-card:hover img { transform: scale(1.035); filter: grayscale(0) brightness(.86) saturate(.9); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,4,3,.94), transparent 58%); }
.category-index { position: absolute; top: 1.2rem; right: 1.3rem; color: rgba(255,255,255,.58); font-size: .63rem; letter-spacing: .2em; }
.category-copy { position: absolute; left: 1.6rem; right: 1.6rem; bottom: 1.7rem; }
.category-copy small, .category-copy strong, .category-copy i { display: block; }
.category-copy small { color: #d8b98f; font-size: .58rem; letter-spacing: .25em; }
.category-copy strong { margin-top: .35rem; color: #fffaf3; font: 400 1.8rem var(--serif); letter-spacing: .12em; }
.category-copy i { max-height: 0; margin-top: 0; overflow: hidden; color: #ede2d2; font-size: .7rem; font-style: normal; letter-spacing: .1em; opacity: 0; transition: opacity .3s ease, max-height .3s ease, margin .3s ease; }
.category-card:hover .category-copy i { max-height: 2rem; margin-top: .7rem; opacity: 1; }

.manifesto { display: grid; grid-template-columns: minmax(300px, .75fr) 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-top: 1px solid var(--line); }
.manifesto-image { position: relative; padding: 1rem; border: 1px solid var(--line); }
.manifesto-image::after { position: absolute; inset: 2rem -1.3rem -1.3rem 2rem; z-index: -1; content: ""; border: 1px solid rgba(204,166,91,.12); }
.manifesto-image img { aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(.98); }
.manifesto-image > span { position: absolute; right: -2.8rem; bottom: 4rem; color: rgba(112,79,48,.24); font: 400 .65rem var(--serif); letter-spacing: .55em; transform: rotate(90deg); }
.manifesto-copy h2 { margin-bottom: 1.6rem; }
.manifesto-copy > p { max-width: 38rem; }
.detail-list { margin: 2.5rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 1rem 0; display: flex; align-items: center; gap: 1.3rem; border-bottom: 1px solid var(--line); }
.detail-list > li > span { color: var(--gold); font-size: .63rem; }
.detail-list strong, .detail-list small { display: block; }
.detail-list strong { font: 400 1rem var(--serif); letter-spacing: .1em; }
.detail-list small { margin-top: .15rem; color: var(--muted); font-size: .7rem; }
.text-link { display: inline-flex; gap: 2rem; padding-bottom: .35rem; color: var(--gold-light); border-bottom: 1px solid var(--gold); font-size: .82rem; letter-spacing: .1em; }

.style-journal { border-top: 1px solid var(--line); }
.journal-grid { display: grid; grid-template-columns: 1.2fr .85fr .85fr; gap: 1rem; align-items: stretch; }
.journal-card { margin: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,250,243,.62); }
.journal-card img { aspect-ratio: 4/5; object-fit: cover; filter: saturate(.82) contrast(.98); }
.journal-card-wide img { aspect-ratio: 5/4; object-fit: contain; background: #d3d4d5; }
.journal-card figcaption { flex: 1; padding: 1.45rem; }
.journal-card small { color: var(--gold); font-size: .58rem; letter-spacing: .2em; }
.journal-card strong { display: block; margin-top: .35rem; font: 400 1.55rem var(--serif); letter-spacing: .08em; }
.journal-card p, .journal-note > p:not(.eyebrow) { margin: .75rem 0 0; color: var(--muted); font-size: .76rem; }
.journal-note { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: var(--ink-soft); }
.journal-note > span { color: var(--gold); font: 400 2.7rem/1 var(--serif); opacity: .55; }
.journal-note .eyebrow { margin-top: 2rem; }
.journal-note h3 { margin: 0; font: 400 clamp(1.7rem, 2.6vw, 2.5rem)/1.4 var(--serif); letter-spacing: .06em; }
.journal-note .text-link { width: fit-content; margin-top: 2rem; }

.quiet-luxury { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 2rem; border-block: 1px solid var(--line); }
.quiet-luxury::before { position: absolute; left: 50%; top: 50%; width: 10rem; height: 10rem; content: ""; border: 1px solid rgba(212,174,95,.14); transform: translate(-50%,-50%) rotate(45deg); }
.quiet-luxury p { margin: 0; color: var(--muted); font-size: .85rem; letter-spacing: .16em; }
.quiet-luxury strong { position: relative; margin: 0; text-align: right; font: 400 clamp(2rem, 4.6vw, 4.5rem)/1.35 var(--serif); letter-spacing: .06em; }

.cta-panel { position: relative; margin-bottom: 6rem; padding-inline: 2rem; text-align: center; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(155,116,76,.12), transparent 45%, rgba(255,255,255,.24)); }
.cta-panel::before, .cta-panel::after { position: absolute; width: 54px; height: 54px; content: ""; }
.cta-panel::before { left: 1rem; top: 1rem; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.cta-panel::after { right: 1rem; bottom: 1rem; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.cta-panel h2 { max-width: 850px; margin: 0 auto 1rem; }
.cta-panel > p { margin-inline: auto; }
.hero-actions-center { justify-content: center; }

.site-footer { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: 2.5rem 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; color: #675d54; border-top: 1px solid var(--line); font-size: .65rem; letter-spacing: .12em; }
.footer-brand { color: var(--ivory); }
.site-footer p { margin: 0; }
.site-footer a:hover { color: var(--gold-light); }

/* 特色商品页 */
.sub-hero { position: relative; width: min(calc(100% - 3rem), var(--max)); min-height: 560px; margin: 0 auto; padding-top: 180px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border-bottom: 1px solid var(--line); }
.sub-hero::before { position: absolute; right: 7%; top: 49%; width: min(38vw, 460px); aspect-ratio: 1; content: ""; border: 1px solid rgba(209,171,93,.12); border-radius: 50%; box-shadow: 0 0 100px rgba(166,108,27,.07); transform: translateY(-50%); }
.sub-hero h1 { margin: .2rem 0 1.5rem; color: var(--ivory); font: 400 clamp(4rem, 9vw, 8rem)/1 var(--serif); letter-spacing: .1em; }
.sub-hero p:not(.eyebrow) { margin: 0; color: var(--muted); font: 400 clamp(1rem, 1.8vw, 1.3rem)/1.9 var(--serif); letter-spacing: .08em; }
.sub-hero-seal { position: relative; z-index: 1; margin-right: 12%; color: transparent; background: linear-gradient(145deg, #68492f, #b18a62, #806041); background-clip: text; -webkit-background-clip: text; font: 500 clamp(4rem, 8vw, 7rem)/.9 var(--serif); letter-spacing: .1em; opacity: .72; }
.category-tabs { position: sticky; top: 0; z-index: 10; display: flex; justify-content: center; gap: clamp(1rem, 4vw, 4rem); padding: 1rem 1.5rem; color: #61574e; border-bottom: 1px solid var(--line); background: rgba(242,234,223,.92); backdrop-filter: blur(14px); }
.category-tabs a { font-size: .75rem; letter-spacing: .14em; }
.category-tabs a:hover { color: var(--gold-light); }
.product-group { display: grid; grid-template-columns: 260px 1fr; gap: clamp(2rem, 6vw, 6rem); border-bottom: 1px solid var(--line); scroll-margin-top: 60px; }
.product-group-heading { position: sticky; top: 6rem; height: fit-content; }
.product-group-heading > span { color: var(--gold); font-size: .62rem; letter-spacing: .22em; }
.product-group-heading h2 { margin: .55rem 0 1rem; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.product-group-heading p { margin: 0; color: var(--muted); font-size: .78rem; }
.product-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1.2rem; align-items: start; }
.product-grid-reverse { grid-template-columns: .92fr 1.08fr; }
.product-card { border: 1px solid var(--line); background: rgba(255,250,243,.62); }
.product-card-featured { margin-top: 3rem; }
.product-image { position: relative; display: block; overflow: hidden; background: #191612; }
.product-image img { aspect-ratio: 4/5; object-fit: cover; filter: saturate(.8) contrast(.98); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.product-image:hover img { transform: scale(1.025); filter: saturate(.92) contrast(1.02); }
.product-image > span { position: absolute; left: 1rem; top: 1rem; padding: .35rem .65rem; color: var(--ink); background: var(--gold-light); font-size: .56rem; letter-spacing: .14em; }
.product-copy { padding: 1.5rem; }
.product-copy small { color: var(--gold); font-size: .58rem; letter-spacing: .2em; }
.product-copy h3 { margin: .35rem 0 .7rem; font: 400 1.65rem var(--serif); letter-spacing: .1em; }
.product-copy p { margin: 0 0 1rem; color: var(--muted); font-size: .76rem; }
.product-copy a { color: var(--gold-light); font-size: .7rem; letter-spacing: .1em; }

.selection-guide { border-bottom: 1px solid var(--line); }
.guide-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.guide-images { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.guide-images img { aspect-ratio: 3/4; object-fit: cover; filter: saturate(.8) contrast(.98); }
.guide-images img:last-child { margin-top: 3rem; }
.guide-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-list li { padding: 1.4rem 0; display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; border-bottom: 1px solid var(--line); }
.guide-list span { color: var(--gold); font-size: .62rem; letter-spacing: .12em; }
.guide-list strong { font: 400 1.2rem var(--serif); letter-spacing: .08em; }
.guide-list p { margin: .45rem 0 0; color: var(--muted); font-size: .76rem; }

.contact-section { display: grid; grid-template-columns: minmax(260px, .75fr) 1.25fr; gap: clamp(3rem, 8vw, 8rem); scroll-margin-top: 60px; }
.contact-intro h2 { margin-bottom: 1.5rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-card { min-height: 190px; padding: 1.5rem; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.contact-card:hover { color: var(--gold-light); background: rgba(155,116,76,.08); }
.contact-card-primary { background: linear-gradient(135deg, rgba(155,116,76,.15), transparent); }
.contact-card > span { color: var(--gold); font-size: .58rem; }
.contact-card small, .contact-card strong, .contact-card p { display: block; }
.contact-card small { color: var(--muted); font-size: .55rem; letter-spacing: .2em; }
.contact-card strong { margin-top: .45rem; font: 400 1.35rem var(--serif); letter-spacing: .1em; }
.contact-card p { margin: 1rem 0 0; color: var(--muted); font-size: .68rem; }
.contact-card i { color: var(--gold); font-style: normal; }
.wechat-qr { width: 92px; height: 92px; object-fit: contain; background: #fff; }
.contact-note { grid-column: 2; margin: -5rem 0 0; color: #675d54; font-size: .68rem; }

@keyframes slow-breathe {
  0%, 100% { opacity: .55; transform: translate(-50%,-50%) scale(.98); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.03); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .75fr; gap: 2rem; }
  .hero h1 { font-size: clamp(3.8rem, 9.4vw, 6rem); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card-tall { grid-row: span 2; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > :last-child { grid-column: 1 / -1; }
  .product-group { grid-template-columns: 210px 1fr; gap: 2rem; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-note { grid-column: 1; margin-top: -1.5rem; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card-wide { grid-column: 1 / -1; }
  .journal-card-wide img { aspect-ratio: 16/9; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 2rem); height: 82px; }
  .brand { gap: .65rem; }
  .brand-mark { width: 36px; height: 36px; font-size: .9rem; }
  .brand-name { font-size: .9rem; }
  .brand-name small { display: none; }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .73rem; }
  .main-nav a:first-child { display: none; }
  .hero { min-height: auto; padding: 118px 1rem 5rem; grid-template-columns: 1fr; }
  .hero-glow { left: 50%; top: 26%; width: 22rem; height: 22rem; }
  .hero-content { padding: 0 .5rem; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .hero-slogan { font-size: 1.7rem; }
  .hero-copy { font-size: .86rem; }
  .hero-visual { width: calc(100% - 2rem); margin-top: 1.5rem; justify-self: center; }
  .hero-visual img { aspect-ratio: 4/5; object-position: center 62%; }
  .hero-visual::before { inset: 8% -5% -4% 12%; }
  .hero-caption { left: -1rem; bottom: 1.2rem; }
  .hero-notes { gap: 1rem; justify-content: space-between; }
  .hero-notes div { padding-left: .65rem; }
  .hero-notes dd { font-size: .6rem; }
  .scroll-cue { display: none; }
  .slogan-rail div { justify-content: flex-start; overflow: hidden; }
  .section { width: calc(100% - 2rem); padding-block: 5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card-tall { min-height: 520px; grid-row: auto; }
  .category-copy i { max-height: 2rem; margin-top: .7rem; opacity: 1; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { width: calc(100% - 1rem); }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card-wide { grid-column: auto; }
  .journal-card-wide img, .journal-card img { aspect-ratio: 4/3; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-images img:last-child { margin-top: 1.5rem; }
  .quiet-luxury { align-items: start; flex-direction: column; }
  .quiet-luxury strong { text-align: left; }
  .quiet-luxury::before { left: 75%; }
  .cta-panel { width: calc(100% - 2rem); padding-inline: 1.2rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .site-footer { width: calc(100% - 2rem); grid-template-columns: 1fr; gap: 1rem; }
  .site-footer > :last-child { grid-column: auto; }
  .sub-hero { width: calc(100% - 2rem); min-height: 510px; padding-top: 130px; align-items: start; }
  .sub-hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .sub-hero-seal { position: absolute; right: 0; bottom: 4.5rem; margin: 0; opacity: .3; }
  .category-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .product-group { grid-template-columns: 1fr; }
  .product-group-heading { position: static; }
  .product-grid, .product-grid-reverse { grid-template-columns: 1fr; }
  .product-card-featured { margin-top: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 150px; }
}

@media (max-width: 420px) {
  .main-nav { gap: .75rem; }
  .main-nav a { font-size: .66rem; letter-spacing: .03em; }
  .hero h1 { letter-spacing: .03em; }
  .hero-notes { gap: .4rem; }
  .hero-notes dd { white-space: normal; }
}

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