:root {
  --paper: #f5f2ea;
  --paper-deep: #ece7dd;
  --white: #fbfaf6;
  --ink: #322e27;
  --ink-soft: #706a5f;
  --olive: #858064;
  --olive-dark: #6f6b50;
  --olive-light: #b7af89;
  --line: rgba(50, 46, 39, 0.17);
  --line-light: rgba(251, 250, 246, 0.2);
  --display: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --utility: Arial, sans-serif;
  --header-height: 5rem;
  --gutter: clamp(1.5rem, 4.2vw, 5rem);
  --content-max: 90rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: clip; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
section[id], footer[id] { scroll-margin-top: var(--header-height); }

.skip-link { position: fixed; z-index: 100; top: 0.5rem; left: 0.5rem; padding: 0.7rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--olive-dark); outline-offset: 4px; }

.logo-shape {
  display: block;
  background: var(--olive);
  -webkit-mask: url("assets/xurishengtang-logo-cutout.png") center / contain no-repeat;
  mask: url("assets/xurishengtang-logo-cutout.png") center / contain no-repeat;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  height: var(--header-height);
  padding: 0 clamp(1.25rem, 3vw, 3.75rem);
  background: rgba(251, 250, 246, 0.97);
  border-bottom: 1px solid rgba(50, 46, 39, 0.09);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 0.35rem 1.5rem rgba(50, 46, 39, 0.07); }
.brand { display: flex; align-items: center; gap: 0.75rem; width: max-content; }
.brand-logo { width: 3.25rem; height: 3.25rem; }
.brand-copy { display: grid; gap: 0.18rem; }
.brand-copy b { font-family: var(--display); font-size: 1.08rem; font-weight: 400; letter-spacing: 0.13em; white-space: nowrap; }
.brand-copy small { color: var(--ink-soft); font-family: var(--utility); font-size: 0.43rem; letter-spacing: 0.2em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.4rem, 2.6vw, 3rem); }
.site-nav a { position: relative; font-family: var(--display); font-size: 0.77rem; letter-spacing: 0.08em; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 50%; bottom: -0.55rem; left: 50%; height: 1px; background: var(--olive); transition: right 0.25s ease, left 0.25s ease; }
.site-nav a:hover::after { right: 0; left: 0; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 1.2rem; }
.header-tools a, .header-tools button { position: relative; width: 1.4rem; height: 1.6rem; padding: 0; background: none; border: 0; cursor: pointer; }
.tool-user span { position: absolute; top: 0.12rem; left: 0.52rem; width: 0.43rem; height: 0.43rem; border: 1px solid var(--ink); border-radius: 50%; }
.tool-user span::after { content: ""; position: absolute; top: 0.62rem; left: -0.3rem; width: 0.95rem; height: 0.65rem; border: 1px solid var(--ink); border-radius: 60% 60% 0 0; border-bottom: 0; }
.tool-bag span { position: absolute; top: 0.53rem; left: 0.16rem; width: 1rem; height: 0.8rem; border: 1px solid var(--ink); }
.tool-bag span::before { content: ""; position: absolute; top: -0.38rem; left: 0.24rem; width: 0.45rem; height: 0.38rem; border: 1px solid var(--ink); border-bottom: 0; border-radius: 0.3rem 0.3rem 0 0; }
.tool-bag i { position: absolute; top: -0.02rem; right: -0.2rem; display: grid; place-items: center; width: 0.8rem; height: 0.8rem; color: var(--white); background: var(--olive); border-radius: 50%; font-family: var(--utility); font-size: 0.4rem; font-style: normal; }
.menu-button { display: none; }

.hero { position: relative; height: clamp(31rem, 45vw, 41rem); overflow: hidden; background: #c9c0ad; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 57% 50%; filter: saturate(0.72) contrast(0.92) brightness(1.04); }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 246, 240, 0.98) 0%, rgba(248, 246, 240, 0.92) 18%, rgba(248, 246, 240, 0.6) 35%, rgba(248, 246, 240, 0.08) 59%, transparent 75%); }
.hero-copy { position: absolute; z-index: 2; top: 3.1rem; bottom: 3.5rem; left: clamp(2.2rem, 7vw, 7.7rem); width: min(34rem, 42vw); }
.hero-note, .hero-support { position: absolute; color: rgba(50, 46, 39, 0.62); font-family: var(--display); font-size: clamp(0.68rem, 0.75vw, 0.83rem); line-height: 2; letter-spacing: 0.12em; writing-mode: vertical-rl; }
.hero-note { top: 1.25rem; left: 0; }
.hero-support { top: 0; left: 3.4rem; }
.hero-copy h1 { position: absolute; top: 0.7rem; left: clamp(7rem, 9.2vw, 10rem); display: flex; flex-direction: row-reverse; gap: clamp(1rem, 1.8vw, 2rem); align-items: flex-start; font-size: clamp(2.35rem, 3.6vw, 4rem); line-height: 1.17; letter-spacing: 0.06em; }
.hero-copy h1 span { display: block; white-space: nowrap; writing-mode: vertical-rl; }
.hero-copy h1 i { display: grid; place-items: center; width: 1.85rem; height: 1.85rem; margin: 8.2rem 0 0 0.25rem; color: #a34635; border: 1px solid #a34635; font-family: var(--display); font-size: 0.88rem; font-style: normal; }
.outline-button { position: absolute; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 10.8rem; min-height: 3.1rem; padding: 0 1rem 0 1.2rem; background: rgba(251, 250, 246, 0.88); border: 1px solid rgba(50, 46, 39, 0.28); font-family: var(--display); font-size: 0.74rem; letter-spacing: 0.12em; transition: color 0.25s ease, background 0.25s ease; }
.outline-button:hover { color: var(--white); background: var(--ink); }
.hero-rail { position: absolute; z-index: 2; top: 2.2rem; right: clamp(1rem, 2.8vw, 3rem); bottom: 2.4rem; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; color: rgba(251, 250, 246, 0.68); font-family: var(--display); }
.hero-rail span { font-size: 0.72rem; letter-spacing: 0.23em; writing-mode: vertical-rl; }
.hero-rail i { flex: 1; width: 1px; background: rgba(251, 250, 246, 0.48); }
.hero-rail small { font-family: var(--utility); font-size: 0.46rem; letter-spacing: 0.1em; }

.benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 2.7rem var(--gutter); background: var(--white); border-bottom: 1px solid var(--line); }
.benefit { display: flex; align-items: center; justify-content: center; gap: clamp(0.9rem, 1.7vw, 1.7rem); min-width: 0; padding: 0 clamp(1rem, 2vw, 2.3rem); border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit-icon { display: block; flex: 0 0 3rem; width: 3rem; height: 3rem; overflow: visible; color: var(--olive); fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.benefit h2 { margin-bottom: 0.4rem; font-size: 1.05rem; letter-spacing: 0.06em; }
.benefit p { color: var(--ink-soft); font-family: var(--display); font-size: 0.68rem; line-height: 1.75; }

.section-shell { display: grid; grid-template-columns: minmax(9.5rem, 12.5rem) minmax(0, 1fr); gap: clamp(2.3rem, 4.5vw, 5rem); padding: clamp(4.2rem, 6vw, 6.3rem) var(--gutter); }
.side-heading h2 { margin-bottom: 2rem; font-size: clamp(1.8rem, 2.3vw, 2.6rem); letter-spacing: 0.08em; white-space: nowrap; word-break: keep-all; }
.side-heading > p { margin-bottom: 1.7rem; color: var(--ink-soft); font-family: var(--display); font-size: 0.75rem; line-height: 2; }
.side-heading a { display: inline-flex; align-items: center; gap: 1.4rem; font-family: var(--display); font-size: 0.72rem; letter-spacing: 0.08em; }
.side-heading a span { transition: transform 0.25s ease; }
.side-heading a:hover span { transform: translateX(0.3rem); }

.catalog { background: var(--white); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.8rem, 1.3vw, 1.35rem); }
.catalog-card { min-width: 0; }
.catalog-card figure { aspect-ratio: 1 / 1.08; overflow: hidden; background: var(--paper-deep); }
.catalog-card img { height: 100%; object-fit: cover; filter: saturate(0.56) brightness(1.02); transition: transform 0.65s ease, filter 0.35s ease; }
.catalog-card:nth-child(1) img { object-position: 52% center; }
.catalog-card:nth-child(2) img { object-position: 51% center; }
.catalog-card:nth-child(3) img { object-position: 61% center; }
.catalog-card:nth-child(4) img { object-position: 78% center; }
.catalog-card:hover img { transform: scale(1.025); filter: saturate(0.75); }
.catalog-card h3 { margin: 1rem 0 0.45rem; font-size: 1rem; letter-spacing: 0.04em; }
.catalog-card p { color: var(--ink-soft); font-family: var(--display); font-size: 0.68rem; line-height: 1.7; }

.craft { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.8fr); min-height: 29rem; overflow: hidden; color: var(--white); }
.craft-background, .craft-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.craft-background { object-fit: cover; object-position: center 47%; filter: saturate(0.55) brightness(0.72); }
.craft-shade { background: linear-gradient(90deg, rgba(25, 24, 20, 0.85) 0%, rgba(25, 24, 20, 0.52) 55%, rgba(25, 24, 20, 0.75) 100%); }
.craft-intro { position: relative; z-index: 2; align-self: center; max-width: 33rem; padding: 3.4rem var(--gutter); }
.craft-intro > p { margin-bottom: 1.4rem; color: var(--olive-light); font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.16em; }
.craft-intro h2 { margin-bottom: 1.4rem; font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: 0.08em; }
.craft-intro > span { display: block; color: rgba(251, 250, 246, 0.73); font-family: var(--display); font-size: 0.76rem; line-height: 1.95; }
.dark-outline-button { display: flex; align-items: center; justify-content: space-between; width: 10.5rem; min-height: 2.9rem; margin-top: 2rem; padding: 0 0.9rem 0 1rem; border: 1px solid rgba(251, 250, 246, 0.4); font-family: var(--display); font-size: 0.7rem; }
.dark-outline-button i { font-style: normal; }
.craft-steps { position: relative; z-index: 2; align-self: stretch; margin: 0; padding: 2rem var(--gutter) 2rem 0; list-style: none; }
.craft-steps li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1rem; align-items: center; min-height: 25%; border-bottom: 1px solid var(--line-light); }
.craft-steps li:last-child { border-bottom: 0; }
.craft-steps > li > span { color: var(--olive-light); font-family: var(--utility); font-size: 0.65rem; letter-spacing: 0.12em; }
.craft-steps h3 { margin-bottom: 0.25rem; font-size: 1.4rem; letter-spacing: 0.12em; }
.craft-steps p { color: rgba(251, 250, 246, 0.57); font-family: var(--display); font-size: 0.66rem; line-height: 1.55; }

.life { padding-bottom: clamp(3.8rem, 5vw, 5.5rem); background: var(--white); }
.small-outline-button { justify-content: space-between; width: 7.5rem; min-height: 2.4rem; padding: 0 0.8rem; border: 1px solid var(--line); }
.life-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.8rem, 1.3vw, 1.35rem); }
.life-card figure { aspect-ratio: 1 / 1.06; overflow: hidden; background: var(--paper-deep); }
.life-card img { height: 100%; object-fit: cover; filter: saturate(0.55) brightness(1.03); transition: transform 0.65s ease; }
.life-card:nth-child(1) img { object-position: 35% center; }
.life-card:nth-child(2) img { object-position: center; }
.life-card:nth-child(3) img { object-position: 92% center; transform: scale(1.34); }
.life-card:nth-child(4) img { object-position: 60% center; }
.life-card:hover img { transform: scale(1.025); }
.life-card:nth-child(3):hover img { transform: scale(1.39); }
.life-card h3 { margin-top: 0.95rem; text-align: center; font-size: 0.87rem; letter-spacing: 0.08em; }

.news { padding-top: 2.7rem; padding-bottom: 4rem; background: var(--white); border-top: 1px solid var(--line); }
.news .side-heading h2 { margin-bottom: 1.25rem; }
.news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2.2vw, 2.6rem); }
.news-card { display: grid; grid-template-columns: 6.4rem 1fr; gap: 1rem; min-width: 0; }
.news-card > div { min-width: 0; }
.news-card img { width: 6.4rem; height: 5.2rem; object-fit: cover; filter: saturate(0.5); }
.news-card h3 { margin-bottom: 0.35rem; overflow: hidden; font-size: 0.85rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.news-card p { display: -webkit-box; overflow: hidden; color: var(--ink-soft); font-family: var(--display); font-size: 0.62rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card time { display: block; margin-top: 0.45rem; color: rgba(50, 46, 39, 0.43); font-family: var(--utility); font-size: 0.51rem; letter-spacing: 0.08em; }
.section-anchor { position: absolute; top: 0; left: 0; }

.site-footer { position: relative; display: grid; grid-template-columns: minmax(15rem, 1.35fr) repeat(3, minmax(7rem, 0.55fr)) minmax(15rem, 1fr); gap: clamp(2rem, 4vw, 5rem); padding: 3.8rem var(--gutter) 5.5rem; background-color: var(--paper-deep); background-image: radial-gradient(rgba(50, 46, 39, 0.06) 0.6px, transparent 0.6px); background-size: 6px 6px; border-top: 1px solid var(--line); }
.footer-brand-head { display: flex; align-items: center; gap: 0.75rem; }
.footer-logo { width: 3.7rem; height: 3.7rem; }
.footer-brand-head div { display: grid; gap: 0.2rem; }
.footer-brand-head b { font-family: var(--display); font-size: 1.05rem; font-weight: 400; letter-spacing: 0.14em; }
.footer-brand-head small { color: var(--ink-soft); font-family: var(--utility); font-size: 0.42rem; letter-spacing: 0.18em; }
.footer-brand > p { margin-top: 1.2rem; color: var(--ink-soft); font-family: var(--display); font-size: 0.7rem; line-height: 1.8; }
.footer-social { display: flex; gap: 0.65rem; margin-top: 1.15rem; }
.footer-social a { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; color: var(--olive-dark); border: 1px solid rgba(111, 107, 80, 0.45); border-radius: 50%; font-family: var(--display); font-size: 0.62rem; }
.footer-column { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-column h2 { margin-bottom: 0.45rem; color: var(--ink); font-size: 0.78rem; }
.footer-column a { color: var(--ink-soft); font-family: var(--display); font-size: 0.65rem; }
.footer-contact { display: grid; gap: 0.95rem; }
.footer-contact p { display: grid; gap: 0.25rem; }
.footer-contact small { color: var(--olive-dark); font-family: var(--utility); font-size: 0.47rem; letter-spacing: 0.11em; }
.footer-contact a, .footer-contact p > span { width: max-content; max-width: 16rem; color: var(--ink-soft); font-family: var(--display); font-size: 0.67rem; font-weight: 400; line-height: 1.6; letter-spacing: 0.04em; border-bottom: 1px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.footer-contact a:hover { color: var(--olive-dark); border-color: currentColor; }
.copyright { position: absolute; right: var(--gutter); bottom: 1.8rem; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.45rem 1rem; color: rgba(50, 46, 39, 0.43); font-family: var(--utility); font-size: 0.5rem; letter-spacing: 0.05em; }
.copyright a { border-bottom: 1px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.copyright a:hover { color: var(--olive-dark); border-color: currentColor; }

.brief-dialog { width: min(92vw, 37rem); max-height: 90vh; padding: clamp(2rem, 5vw, 4rem); color: var(--ink); background: var(--white); border: 0; box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.36); }
.brief-dialog::backdrop { background: rgba(26, 25, 21, 0.78); backdrop-filter: blur(5px); }
.dialog-label { margin-bottom: 1.2rem; color: var(--olive-dark); font-family: var(--display); font-size: 0.65rem; letter-spacing: 0.12em; }
.brief-dialog h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.12; }
.brief-dialog h2 span { display: block; white-space: nowrap; }
.brief-dialog ol { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.brief-dialog li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 0.9rem 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 0.78rem; }
.brief-dialog li span { color: var(--olive-dark); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 2.7rem; height: 2.7rem; cursor: pointer; background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; }
.copy-brief { width: 100%; padding: 0.9rem; cursor: pointer; color: var(--white); background: var(--ink); border: 0; font-size: 0.75rem; letter-spacing: 0.08em; }
.copy-status { min-height: 1.2rem; margin-top: 0.6rem; color: var(--olive-dark); font-size: 0.7rem; }

.reveal { opacity: 0; transform: translateY(1rem); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .header-tools { margin-right: 3.2rem; }
  .menu-button { position: absolute; z-index: 3; top: 50%; right: 1.25rem; display: block; width: 2rem; height: 2rem; padding: 0; background: none; border: 0; transform: translateY(-50%); }
  .menu-button span { position: absolute; left: 0.25rem; width: 1.5rem; height: 1px; background: currentColor; transition: transform 0.25s ease; }
  .menu-button span:first-child { top: 0.72rem; }
  .menu-button span:last-child { bottom: 0.72rem; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(0.28rem) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-0.28rem) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.4rem; padding: 6rem 2rem 2rem; pointer-events: none; color: var(--white); background: rgba(42, 40, 33, 0.98); clip-path: inset(0 0 0 100%); transition: clip-path 0.4s ease, visibility 0s 0.4s; }
  .site-nav.is-open { display: flex; visibility: visible; pointer-events: auto; clip-path: inset(0); transition-delay: 0s; }
  .site-nav a { font-size: 1.45rem; }
  .menu-open .site-header { position: fixed; right: 0; left: 0; color: var(--white); background: transparent; border-color: transparent; box-shadow: none; }
  .menu-open .brand { position: relative; z-index: 3; }
  .menu-open .brand-logo { background: var(--olive-light); }
  .menu-open .header-tools { visibility: hidden; }
  .catalog-grid, .life-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2.5rem; }
  .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1.4fr repeat(3, 0.65fr); }
  .footer-contact { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); padding-top: 1.6rem; border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --header-height: 4.25rem; --gutter: 1.15rem; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 var(--gutter); }
  .brand-logo { width: 2.7rem; height: 2.7rem; }
  .brand-copy b { font-size: 0.94rem; }
  .brand-copy small, .header-tools { display: none; }

  .hero { height: 37rem; }
  .hero-image { object-position: 58% center; }
  .hero-fade { background: linear-gradient(90deg, rgba(248, 246, 240, 0.96) 0%, rgba(248, 246, 240, 0.73) 48%, rgba(248, 246, 240, 0.07) 78%); }
  .hero-copy { top: 2rem; bottom: 2rem; left: 1.4rem; width: 19rem; }
  .hero-note { top: 1rem; left: 0; font-size: 0.61rem; }
  .hero-support { display: none; }
  .hero-copy h1 { top: 0.7rem; left: 4.15rem; gap: 0.75rem; font-size: clamp(2rem, 9.5vw, 2.55rem); }
  .hero-copy h1 i { width: 1.55rem; height: 1.55rem; margin-top: 7.2rem; font-size: 0.72rem; }
  .outline-button { width: 9.5rem; min-height: 2.8rem; }
  .hero-rail { top: 2rem; right: 0.6rem; bottom: 2rem; }

  .benefits { grid-template-columns: 1fr 1fr; padding: 1.3rem var(--gutter); }
  .benefit { justify-content: flex-start; gap: 0.7rem; padding: 1rem 0.8rem; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefit-icon { flex-basis: 2.35rem; width: 2.35rem; height: 2.35rem; }
  .benefit h2 { font-size: 0.87rem; }
  .benefit p { font-size: 0.58rem; }

  .section-shell { grid-template-columns: 1fr; gap: 2rem; padding-top: 3.7rem; padding-bottom: 3.7rem; }
  .side-heading h2 { margin-bottom: 1rem; font-size: 1.9rem; }
  .side-heading > p { margin-bottom: 1rem; }
  .catalog-grid, .life-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem 0.7rem; }
  .catalog-card h3 { font-size: 0.88rem; }
  .catalog-card p { font-size: 0.6rem; }

  .craft { grid-template-columns: 1fr; min-height: auto; }
  .craft-intro { padding: 3.2rem var(--gutter) 2.2rem; }
  .craft-intro h2 { font-size: 2.3rem; }
  .craft-steps { padding: 0 var(--gutter) 2.5rem; }
  .craft-steps li { min-height: 6.5rem; }

  .life-card h3 { font-size: 0.78rem; }
  .news { padding-top: 2.5rem; }
  .news-list { grid-template-columns: 1fr; gap: 1.5rem; }
  .news-card { grid-template-columns: 6rem 1fr; }

  .site-footer { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; padding-bottom: 5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:nth-of-type(3) { display: none; }
  .footer-contact { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .copyright { right: var(--gutter); left: var(--gutter); justify-content: flex-start; text-align: left; }

  .brief-dialog { padding: 2.2rem 1.35rem 1.6rem; }
  .brief-dialog h2 { font-size: 2.2rem; }
}

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