:root {
  --paper: #f7f0e4;
  --paper-deep: #e9dbc2;
  --ink: #2f241c;
  --ink-soft: #675543;
  --gold: #ac8149;
  --gold-deep: #8a6232;
  --gold-soft: rgba(172, 129, 73, 0.16);
  --line: rgba(109, 83, 51, 0.18);
  --shadow: 0 24px 54px rgba(63, 45, 28, 0.12);
  --shadow-soft: 0 14px 34px rgba(80, 60, 37, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.88), transparent 22%),
    linear-gradient(180deg, #fbf6ee 0%, #efe2cf 50%, #ead9c2 100%);
  font-family: "Noto Serif SC", "Songti SC", "STSong", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.site-picture {
  display: block;
}

.site-picture img {
  display: block;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: auto auto 0 0;
  pointer-events: none;
  z-index: 0;
}

.site-shell::before {
  left: -40px;
  bottom: 110px;
  width: 240px;
  height: 340px;
  background:
    radial-gradient(circle at 60% 30%, rgba(56, 45, 35, 0.12), transparent 16%),
    linear-gradient(120deg, transparent 0 40%, rgba(55, 45, 34, 0.09) 40% 44%, transparent 44% 100%),
    linear-gradient(105deg, transparent 0 55%, rgba(55, 45, 34, 0.08) 55% 58%, transparent 58% 100%);
  opacity: 0.55;
}

.site-shell::after {
  right: -50px;
  left: auto;
  top: 150px;
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle at 50% 50%, rgba(172, 129, 73, 0.08), transparent 42%),
    radial-gradient(circle at 25% 44%, rgba(172, 129, 73, 0.22), transparent 14%),
    radial-gradient(circle at 44% 36%, rgba(172, 129, 73, 0.22), transparent 14%),
    radial-gradient(circle at 62% 44%, rgba(172, 129, 73, 0.22), transparent 14%);
  opacity: 0.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(251, 246, 238, 0.92);
  border-bottom: 1px solid var(--line);
}

.site-header__inner,
.site-main,
.site-footer__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-brand__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: none;
  filter: drop-shadow(0 10px 20px rgba(143, 52, 35, 0.18));
}

.site-brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.site-brand__wordmark {
  display: inline-flex;
  align-items: center;
}

.site-brand__wordmark img {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
}

.site-brand__submark {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.site-brand__submark img {
  display: block;
  width: 102px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.site-brand__blessing {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.35;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--ink);
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--gold);
}

.site-nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
}

.site-main {
  padding: 26px 0 72px;
}

.hero,
.listing-hero,
.intro-panel,
.content-card,
.feature-card,
.shop-showcase,
.listing-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero,
.listing-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(238, 226, 207, 0.96)),
    radial-gradient(circle at 78% 18%, rgba(172, 129, 73, 0.16), transparent 22%);
}

.hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  padding: 72px 72px 64px;
}

.hero--poster {
  min-height: 680px;
  background-color: #efe4d3;
  background-image: image-set(
    url("/images/design/hero-full-bg.avif") type("image/avif") 1x,
    url("/images/design/hero-full-bg.webp") type("image/webp") 1x,
    url("/images/design/hero-full-bg.png") type("image/png") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__backdrop,
.hero__mist,
.hero__props,
.hero__bookshelf {
  position: absolute;
}

.hero__backdrop {
  inset: 0;
  background:
    radial-gradient(circle at 24% 36%, rgba(70, 58, 45, 0.16), transparent 16%),
    radial-gradient(circle at 72% 30%, rgba(89, 77, 63, 0.14), transparent 13%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 46%),
    linear-gradient(120deg, transparent 0 18%, rgba(119, 103, 86, 0.09) 18% 24%, transparent 24% 100%);
  opacity: 0.95;
}

.hero--poster .hero__backdrop {
  display: none;
}

.hero--poster .hero__mist,
.hero--poster .hero__frame,
.hero--poster .hero__cloud--right {
  display: none;
}

.hero__backdrop::before,
.hero__backdrop::after {
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, rgba(80, 67, 54, 0.18), transparent 62%);
  filter: blur(3px);
}

.hero__backdrop::before {
  left: 60px;
  top: 72px;
  width: 320px;
  height: 380px;
}

.hero__backdrop::after {
  right: 90px;
  top: 110px;
  width: 240px;
  height: 340px;
}

.hero__mist {
  border-radius: 999px;
  filter: blur(18px);
  background: rgba(255, 255, 255, 0.48);
}

.hero__mist--left {
  left: 50px;
  top: 168px;
  width: 180px;
  height: 74px;
}

.hero__mist--right {
  right: 210px;
  top: 190px;
  width: 200px;
  height: 84px;
}

.hero__frame {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 22px;
  border-top: 1px solid rgba(145, 108, 61, 0.28);
  border-bottom: 1px solid rgba(145, 108, 61, 0.12);
  opacity: 0.72;
}

.hero__frame::before,
.hero__frame::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 108, 61, 0.42), transparent);
}

.hero__frame::before {
  left: 50%;
  transform: translateX(-138px);
}

.hero__frame::after {
  left: 50%;
  transform: translateX(18px);
}

.hero__frame--top {
  top: 26px;
}

.hero__frame--bottom {
  bottom: 28px;
}

.hero__props--left {
  left: 0;
  bottom: 0;
  width: 470px;
  height: 320px;
}

.hero__bamboo {
  position: absolute;
  left: -12px;
  top: -18px;
  width: 155px;
  height: 254px;
  background: url("/images/design/hero-bamboo.png") center/contain no-repeat;
  opacity: 0.95;
}

.hero__table {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 360px;
  height: 96px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(180deg, rgba(107, 75, 46, 0.9), rgba(67, 45, 27, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 34px);
  box-shadow: 0 -8px 24px rgba(55, 39, 24, 0.14);
}

.hero__books-left {
  position: absolute;
  left: -6px;
  bottom: 12px;
  width: 165px;
  height: 150px;
  background: url("/images/design/hero-books-left.png") center/contain no-repeat;
  filter: drop-shadow(0 14px 22px rgba(53, 34, 19, 0.18));
}

.hero__censer {
  position: absolute;
  left: 106px;
  bottom: 36px;
  width: 132px;
  height: 145px;
  background: url("/images/design/hero-incense-burner.png") center/contain no-repeat;
  filter: drop-shadow(0 16px 26px rgba(53, 34, 19, 0.16));
}

.hero__scroll {
  position: absolute;
  left: 162px;
  bottom: 24px;
  width: 152px;
  height: 103px;
  background: url("/images/design/hero-scroll.png") center/contain no-repeat;
  filter: drop-shadow(0 10px 20px rgba(67, 45, 27, 0.12));
}

.hero__manuscript {
  position: absolute;
  left: 222px;
  bottom: -6px;
  width: 226px;
  height: 118px;
  background: url("/images/design/hero-manuscript.png") center/contain no-repeat;
  filter: drop-shadow(0 16px 20px rgba(67, 45, 27, 0.1));
}

.hero__mountain {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.92;
  pointer-events: none;
}

.hero__mountain--left {
  left: 146px;
  top: 78px;
  width: 195px;
  height: 268px;
  background-image: url("/images/design/hero-mountain-left.png");
}

.hero__mountain--right {
  right: 126px;
  top: 112px;
  width: 184px;
  height: 254px;
  background-image: url("/images/design/hero-mountain-right.png");
}

.hero__cloud {
  position: absolute;
  right: 84px;
  border: 1px solid rgba(172, 129, 73, 0.35);
  border-radius: 999px;
  opacity: 0.62;
}

.hero__cloud::before,
.hero__cloud::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(172, 129, 73, 0.35);
  border-radius: 999px;
}

.hero__cloud--right {
  top: 128px;
  width: 162px;
  height: 92px;
  right: 24px;
  border: 0;
  background: url("/images/design/hero-cloud-right.png") center/contain no-repeat;
}

.hero__cloud--right::before {
  display: none;
}

.hero__cloud--right::after {
  display: none;
}

.hero__cloud--lower {
  right: 250px;
  bottom: 122px;
  width: 96px;
  height: 28px;
  border: 0;
  background: url("/images/design/hero-cloud-lower.png") center/contain no-repeat;
}

.hero__cloud--lower::before {
  display: none;
}

.hero__cloud--lower::after {
  display: none;
}

.hero__copy,
.listing-hero {
  position: relative;
  z-index: 1;
}

.hero__copy {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.hero--poster .hero__copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero__eyebrow,
.listing-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--gold-deep);
  letter-spacing: 0.26em;
}

.hero h1,
.listing-hero h1 {
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 6.5rem);
  letter-spacing: 0.28em;
  text-shadow: 0 10px 24px rgba(58, 40, 24, 0.12);
}

.hero__tagline {
  margin: 18px 0 14px;
  color: #4a392b;
  font-size: 1.9rem;
  letter-spacing: 0.24em;
  text-shadow: 0 8px 18px rgba(85, 62, 35, 0.1);
}

.hero__lead,
.listing-hero p,
.intro-panel p,
.content-note,
.content-empty,
.listing-list p,
.shop-showcase__lead,
.contact-list span,
.qr-card p {
  color: var(--ink-soft);
  line-height: 1.9;
}

.hero__divider {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  color: var(--gold-deep);
}

.hero__divider span {
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(138, 98, 50, 0.6), transparent);
}

.hero__divider em {
  font-style: normal;
  letter-spacing: 0.18em;
}

.hero__button,
.panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(145deg, #8d6235 0%, #bb8c4e 100%);
  color: #fff8ee;
  box-shadow: 0 14px 30px rgba(116, 84, 48, 0.16);
}

.hero__button--ghost {
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero__bookshelf {
  right: -4px;
  bottom: 18px;
  width: 132px;
  height: 212px;
  background: url("/images/design/hero-books-right.png") center/contain no-repeat;
  filter: drop-shadow(0 16px 28px rgba(38, 24, 15, 0.18));
}

.intro-news,
.section-grid,
.feature-grid,
.shop-showcase {
  margin-top: 20px;
}

.intro-news {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 20px;
}

.intro-panel,
.listing-panel,
.content-card,
.feature-card,
.shop-showcase {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 237, 225, 0.92));
}

.intro-panel,
.listing-panel {
  padding: 28px 30px;
}

.intro-panel--story {
  min-height: 100%;
  background:
    radial-gradient(circle at 74% 46%, rgba(110, 91, 70, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 237, 225, 0.94));
}

.intro-panel__scene {
  position: relative;
  height: 220px;
  margin: 22px 0 18px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(109, 83, 51, 0.1);
  background:
    radial-gradient(circle at 68% 26%, rgba(134, 117, 97, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 224, 208, 0.95));
}

.intro-panel__scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.section-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-title__mark {
  width: 28px;
  height: 18px;
  border: 1px solid rgba(172, 129, 73, 0.45);
  border-radius: 999px;
  position: relative;
}

.section-title__mark::before,
.section-title__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(172, 129, 73, 0.65);
  border-radius: 999px;
  transform: translateY(-50%);
}

.section-title__mark::before {
  left: 4px;
}

.section-title__mark::after {
  right: 4px;
}

.section-title h2,
.content-card h2,
.listing-list h2 {
  margin: 0;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
}

.status-banner {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.status-banner--success {
  background: rgba(135, 167, 102, 0.14);
  color: #385428;
}

.status-banner--error {
  background: rgba(173, 79, 61, 0.12);
  color: #7a2d20;
}

.site-inline-alert {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(173, 79, 61, 0.12);
  border: 1px solid rgba(173, 79, 61, 0.18);
  color: #7a2d20;
}

.content-card,
.feature-card {
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.content-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.content-card__header a,
.panel-link {
  color: var(--gold-deep);
}

.panel-link {
  margin-top: 10px;
  color: #fff8ee;
}

.panel-link--soft {
  background: rgba(255, 255, 255, 0.74);
  color: var(--gold-deep);
  border: 1px solid rgba(172, 129, 73, 0.22);
  box-shadow: none;
}

.panel-link--inline {
  min-width: 0;
  margin-top: 0;
  padding: 10px 18px;
  font-size: 0.92rem;
}

.content-card--news {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 227, 0.94)),
    linear-gradient(135deg, rgba(172, 129, 73, 0.08), transparent 48%);
}

.content-card--news-full {
  margin-top: 20px;
  padding: 28px 34px 12px;
}

.content-card__header--news-full {
  margin-bottom: 22px;
}

.content-card--news::after,
.content-card--feature::after,
.shop-showcase::after {
  content: "";
  display: block;
  margin-top: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(172, 129, 73, 0.2), transparent);
}

.content-list,
.listing-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li,
.listing-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.content-list li:first-child,
.listing-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.content-list__visual {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
}

.content-list__dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(172, 129, 73, 0.12);
}

.content-list__cover {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(109, 83, 51, 0.14);
  background: linear-gradient(180deg, rgba(249, 244, 236, 0.98), rgba(231, 219, 198, 0.92));
}

.content-list__cover--feature {
  width: 88px;
  height: 88px;
}

.content-list__cover--fallback {
  object-fit: contain;
  padding: 6px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(222, 204, 175, 0.94));
}

.member-feature-empty {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.content-list__body {
  display: grid;
  gap: 4px;
}

.content-list__entry {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 18px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.content-list__entry:hover,
.content-list__entry:focus-visible {
  background: rgba(172, 129, 73, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.14);
}

.content-list__entry:focus-visible {
  outline: 2px solid rgba(172, 129, 73, 0.28);
  outline-offset: 2px;
}

.content-list__entry--feature {
  align-items: stretch;
}

.content-list__body strong {
  font-weight: 600;
}

.content-list__body small {
  color: var(--ink-soft);
}

.content-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, #9a6d36, #c59655);
  color: #fff8ee;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.content-badge--soft {
  background: rgba(172, 129, 73, 0.12);
  color: var(--gold-deep);
  border: 1px solid rgba(172, 129, 73, 0.28);
}

.content-list__meta {
  color: var(--gold-deep);
  font-style: normal;
  font-size: 0.86rem;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(172, 129, 73, 0.08);
  border: 1px solid rgba(172, 129, 73, 0.16);
}

.content-list__aside {
  margin-left: auto;
  display: grid;
  justify-items: end;
  gap: 10px;
  flex: none;
}

.content-note {
  margin: 0 0 14px;
  font-size: 0.96rem;
}

.content-note--news {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(172, 129, 73, 0.25);
}

.content-list--news li {
  align-items: flex-start;
  position: relative;
  padding-left: 4px;
}

.content-list--news li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 14px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(172, 129, 73, 0.18), transparent);
}

.content-list--news li:first-child::before {
  top: 0;
}

.news-board {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-board__item {
  border-top: 1px solid rgba(109, 83, 51, 0.14);
}

.news-board__item:first-child {
  border-top: 0;
}

.news-board__entry {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}

.news-board__entry:hover,
.news-board__entry:focus-visible {
  color: inherit;
}

.news-board__dot {
  width: 8px;
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(172, 129, 73, 0.1);
}

.news-board__body {
  display: grid;
  gap: 8px;
}

.news-board__body strong {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.news-board__body small {
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.98rem;
}

.news-board__meta {
  color: var(--gold-deep);
  font-size: 0.96rem;
  white-space: nowrap;
  padding-top: 6px;
}

.content-list--feature-cards li {
  align-items: stretch;
  gap: 16px;
}

.listing-list--cards li {
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.listing-card__entry {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 14px 12px;
  border-radius: 24px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.listing-card__entry:hover,
.listing-card__entry:focus-visible {
  background: rgba(172, 129, 73, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.14);
}

.listing-card__entry:focus-visible {
  outline: 2px solid rgba(172, 129, 73, 0.28);
  outline-offset: 2px;
}

.listing-card__visual {
  flex: 0 0 210px;
}

.listing-card__cover {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(109, 83, 51, 0.14);
  background: linear-gradient(180deg, rgba(249, 244, 236, 0.98), rgba(231, 219, 198, 0.92));
  box-shadow: 0 18px 36px rgba(73, 48, 22, 0.08);
}

.listing-card__cover--fallback {
  object-fit: contain;
  padding: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(227, 211, 184, 0.92)),
    radial-gradient(circle at 50% 34%, rgba(172, 129, 73, 0.12), transparent 42%);
}

.member-entry {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(242, 231, 212, 0.9));
  border: 1px solid rgba(109, 83, 51, 0.14);
}

.member-entry h2 {
  margin: 0;
  letter-spacing: 0.12em;
}

.member-entry--active {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.member-login-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.member-login-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
}

.member-login-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px 14px;
  color: var(--ink);
}

.member-tools {
  margin-bottom: 28px;
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(240, 229, 208, 0.92));
  border: 1px solid rgba(109, 83, 51, 0.14);
}

.member-tools__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.member-tools__header h2 {
  margin: 6px 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.member-tools__meta {
  flex: none;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(172, 129, 73, 0.12);
  color: var(--gold-deep);
  font-size: 0.92rem;
}

.member-library {
  display: grid;
  gap: 18px;
}

.member-library__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.member-library__header h2 {
  margin: 6px 0 0;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

.member-library__meta {
  flex: none;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(109, 83, 51, 0.08);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.member-tool-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.member-tool-card {
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 235, 219, 0.92));
  border: 1px solid rgba(109, 83, 51, 0.14);
  box-shadow: 0 16px 32px rgba(73, 48, 22, 0.08);
}

.member-tool-card--available {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.member-tool-card--available:hover {
  transform: translateY(-4px);
  border-color: rgba(172, 129, 73, 0.34);
  box-shadow: 0 24px 40px rgba(73, 48, 22, 0.12);
}

.member-tool-card__visual img,
.member-tool-card__placeholder {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 10px;
}

.member-tool-card__visual img {
  object-fit: cover;
  border: 1px solid rgba(109, 83, 51, 0.12);
}

.member-tool-card__placeholder {
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: var(--gold-deep);
  font-size: 1.05rem;
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(228, 213, 187, 0.92)),
    radial-gradient(circle at 50% 24%, rgba(172, 129, 73, 0.12), transparent 30%);
  border: 1px dashed rgba(172, 129, 73, 0.4);
}

.member-tool-card__body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.member-tool-card__body h3 {
  margin: 0;
  font-size: 1.28rem;
}

.member-tool-card__body p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.member-tool-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.member-tool-card__status {
  flex: none;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(31, 102, 93, 0.12);
  color: #2d665f;
  font-size: 0.78rem;
}

.member-tool-card__status--soft {
  background: rgba(172, 129, 73, 0.12);
  color: var(--gold-deep);
}

.listing-list__content {
  flex: 1;
  display: grid;
  align-content: center;
}

.listing-list__eyebrow {
  margin: 0 0 10px;
  color: var(--gold-deep);
  letter-spacing: 0.16em;
}

.listing-list--cards h2 {
  margin: 0;
  font-size: 1.55rem;
}

.listing-card__meta {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 12px;
  min-width: 170px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  flex: none;
}

.listing-card__actions {
  margin-top: 14px;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.section-grid--feature .content-card--feature {
  min-height: 100%;
}

.section-grid--feature-showcase .content-card--feature {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.content-card--feature-showcase .content-card__header {
  margin-bottom: 12px;
}

.feature-showcase {
  display: grid;
  align-content: end;
  gap: 18px;
  height: 100%;
  margin-top: 4px;
}

.feature-showcase__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(238, 228, 210, 0.96)),
    radial-gradient(circle at 50% 20%, rgba(172, 129, 73, 0.1), transparent 44%);
  overflow: hidden;
}

.feature-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.feature-showcase__image--fallback {
  object-fit: contain;
}

.panel-link--feature {
  justify-self: center;
  min-width: 148px;
  padding-inline: 20px;
}

.shop-showcase {
  padding: 26px 28px 30px;
  position: relative;
  overflow: hidden;
}

.shop-showcase::before {
  content: "";
  position: absolute;
  inset: auto -30px -20px auto;
  width: 180px;
  height: 180px;
  background:
    radial-gradient(circle at 48% 48%, rgba(172, 129, 73, 0.08), transparent 44%),
    radial-gradient(circle at 24% 44%, rgba(172, 129, 73, 0.22), transparent 12%),
    radial-gradient(circle at 44% 34%, rgba(172, 129, 73, 0.22), transparent 12%),
    radial-gradient(circle at 64% 44%, rgba(172, 129, 73, 0.22), transparent 12%);
  opacity: 0.54;
  pointer-events: none;
}

.content-card__header--shop {
  margin-bottom: 10px;
}

.shop-showcase__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.shop-showcase--page {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.shop-showcase__grid--page {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-item {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.86);
  border: 1px solid rgba(109, 83, 51, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
  overflow: hidden;
}

.shop-item__entry {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0;
  height: 100%;
  padding: 16px;
}

.shop-item::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -18px;
  width: 84px;
  height: 84px;
  background:
    radial-gradient(circle at 48% 48%, rgba(172, 129, 73, 0.08), transparent 44%),
    radial-gradient(circle at 24% 44%, rgba(172, 129, 73, 0.22), transparent 12%),
    radial-gradient(circle at 44% 34%, rgba(172, 129, 73, 0.22), transparent 12%),
    radial-gradient(circle at 64% 44%, rgba(172, 129, 73, 0.22), transparent 12%);
  opacity: 0.46;
  pointer-events: none;
}

.shop-item h3 {
  margin: 12px 0 6px;
  font-size: 1.02rem;
}

.shop-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.shop-item strong {
  display: block;
  margin-top: 10px;
  color: var(--gold-deep);
}

.shop-item__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--gold-deep);
  font-size: 0.9rem;
}

.shop-item__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(172, 129, 73, 0.12);
  color: var(--gold-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.shop-item__ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(126, 70, 30, 0.88);
  color: #fff8ec;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(88, 52, 22, 0.18);
}

.shop-item__visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  min-height: 210px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 241, 231, 0.98), rgba(230, 216, 194, 0.92));
  position: relative;
  overflow: hidden;
}

.shop-item__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-panel {
  padding: 28px 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.1fr;
  gap: 20px;
}

.feature-grid--contact {
  position: relative;
  align-items: stretch;
}

.feature-card--contact,
.feature-card--qr,
.feature-card--form {
  position: relative;
}

.feature-card--contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 237, 225, 0.94)),
    radial-gradient(circle at left bottom, rgba(107, 89, 67, 0.12), transparent 26%),
    url("/images/design/hero-bamboo.png") left bottom / 120px auto no-repeat;
}

.feature-card--form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 237, 225, 0.94)),
    radial-gradient(circle at right bottom, rgba(107, 89, 67, 0.1), transparent 24%),
    url("/images/design/intro-landscape.png") right bottom / 180px auto no-repeat;
}

.feature-card--contact::after,
.feature-card--qr::after {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  right: -10px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(172, 129, 73, 0.24), transparent);
}

.article-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 22px;
  margin-top: 18px;
}

.article-panel,
.article-sidecard {
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 237, 225, 0.94));
  box-shadow: var(--shadow-soft);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.article-cover {
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(232, 219, 198, 0.92)),
    radial-gradient(circle at 50% 18%, rgba(172, 129, 73, 0.12), transparent 42%);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.12);
}

.article-cover__image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.article-body {
  padding-top: 18px;
}

.article-body p {
  margin: 0 0 18px;
  line-height: 2;
  color: var(--ink-soft);
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 28px 0 16px;
  color: var(--ink);
  letter-spacing: 0.08em;
}

.article-body blockquote {
  margin: 0 0 22px;
  padding: 18px 20px;
  border-left: 4px solid rgba(166, 124, 73, 0.55);
  border-radius: 0 18px 18px 0;
  background: rgba(166, 124, 73, 0.08);
  color: var(--ink);
}

.article-body ul,
.article-body ol {
  margin: 0 0 22px;
  padding-left: 26px;
  color: var(--ink-soft);
}

.article-body li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.article-body hr {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid rgba(98, 72, 42, 0.18);
}

.article-actions {
  padding-top: 8px;
}

.article-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.article-pagination__item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(109, 83, 51, 0.12);
  background: rgba(255, 252, 246, 0.78);
  color: inherit;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.article-pagination__item:hover,
.article-pagination__item:focus-visible {
  background: rgba(172, 129, 73, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.14);
}

.article-pagination__item:focus-visible {
  outline: 2px solid rgba(172, 129, 73, 0.28);
  outline-offset: 2px;
}

.article-pagination__item span {
  color: var(--gold-deep);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.article-pagination__item strong {
  color: var(--ink);
}

.article-pagination__item--next {
  text-align: right;
}

.article-pagination__item--empty {
  opacity: 0.72;
}

.article-sidecard h2 {
  margin-top: 0;
  letter-spacing: 0.12em;
}

.article-sidecard__visual {
  margin: 18px 0 20px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(232, 219, 198, 0.92)),
    radial-gradient(circle at 50% 28%, rgba(172, 129, 73, 0.12), transparent 40%);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.12);
}

.article-sidecard__visual img {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(73, 48, 22, 0.12));
}

.article-related {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.article-related h3 {
  margin: 0 0 14px;
  color: var(--ink);
  letter-spacing: 0.08em;
}

.article-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.article-related__item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(109, 83, 51, 0.12);
  background: rgba(255, 252, 246, 0.76);
  color: inherit;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.article-related__item:hover,
.article-related__item:focus-visible {
  background: rgba(172, 129, 73, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.14);
}

.article-related__item:focus-visible {
  outline: 2px solid rgba(172, 129, 73, 0.28);
  outline-offset: 2px;
}

.article-related__item strong {
  color: var(--ink);
}

.article-related__item span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.product-note,
.product-contact,
.product-gallery {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.product-note h2,
.product-contact h2,
.product-gallery h2 {
  margin: 0 0 14px;
  color: var(--ink);
  letter-spacing: 0.08em;
}

.product-contact__actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-gallery__item {
  margin: 0;
  padding: 12px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(232, 219, 198, 0.92)),
    radial-gradient(circle at 50% 18%, rgba(172, 129, 73, 0.12), transparent 42%);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.12);
}

.product-gallery__item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.panel-link--button {
  border: 0;
  cursor: pointer;
}

.contact-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.contact-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-list strong {
  color: var(--ink);
}

.qr-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.qr-card__code {
  width: 156px;
  height: 156px;
  border-radius: 16px;
  border: 8px solid rgba(255, 255, 255, 0.72);
  object-fit: contain;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: inset 0 0 0 1px rgba(47, 36, 28, 0.12);
}

.qr-card__caption {
  margin-top: -4px;
  color: var(--gold-deep);
  font-weight: 600;
}

.message-form {
  display: grid;
  gap: 14px;
}

.message-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
}

.message-form input,
.message-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px 14px;
  color: var(--ink);
}

.message-form textarea {
  resize: vertical;
  min-height: 124px;
}

.message-form button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: linear-gradient(145deg, #8d6235 0%, #bb8c4e 100%);
  color: #fff8ee;
  cursor: pointer;
}

.listing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 228px);
  align-items: center;
  gap: 32px;
  padding: 42px 48px;
  overflow: hidden;
}

.listing-hero__copy {
  position: relative;
  z-index: 1;
}

.listing-hero__copy--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;
}

.listing-hero h1 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  letter-spacing: 0.16em;
}

.listing-hero__decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.92;
}

.listing-hero__decor--left {
  display: none;
}

.listing-hero__decor--right {
  right: 12px;
  top: 18px;
  width: 162px;
  height: 92px;
  background-image: url("/images/design/hero-cloud-lower.png");
}

.listing-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: min(100%, 228px);
  min-height: 228px;
  padding: 14px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(232, 219, 198, 0.92)),
    radial-gradient(circle at 50% 35%, rgba(172, 129, 73, 0.12), transparent 40%);
  box-shadow: inset 0 0 0 1px rgba(172, 129, 73, 0.12);
}

.listing-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 16px 28px rgba(73, 48, 22, 0.12));
}

.listing-hero--shop-banner {
  display: block;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(241, 231, 214, 0.94));
}

.listing-hero--section-banner {
  display: block;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(241, 231, 214, 0.94));
}

.listing-hero--shop-banner .listing-hero__decor {
  display: none;
}

.listing-hero--section-banner .listing-hero__decor {
  display: none;
}

.listing-hero__banner {
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1672 / 941;
  box-shadow:
    inset 0 0 0 1px rgba(172, 129, 73, 0.12),
    0 18px 34px rgba(82, 58, 31, 0.08);
}

.listing-hero__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  color: var(--gold-deep);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.listing-hero__meta span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(172, 129, 73, 0.08);
  border: 1px solid rgba(172, 129, 73, 0.14);
}

.listing-hero--member .listing-hero__visual {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(227, 211, 184, 0.92)),
    radial-gradient(circle at 50% 35%, rgba(172, 129, 73, 0.14), transparent 42%);
}

.listing-hero--article .listing-hero__visual {
  min-height: 240px;
}

.listing-hero--article .listing-hero__visual img {
  max-height: 238px;
}

.listing-hero--article:not(.listing-hero--product) {
  grid-template-columns: minmax(0, 1fr) minmax(128px, 156px);
  gap: 22px;
  padding: 24px 30px;
}

.listing-hero--article:not(.listing-hero--product) .listing-hero__decor {
  display: none;
}

.listing-hero--article:not(.listing-hero--product) h1 {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.listing-hero--article:not(.listing-hero--product) .listing-hero__visual {
  width: min(100%, 156px);
  min-height: 156px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
}

.listing-hero--article:not(.listing-hero--product) .listing-hero__visual img {
  max-height: none;
  object-fit: cover;
  border-radius: 0;
}

.site-footer {
  position: relative;
  margin-top: 10px;
  color: rgba(247, 237, 222, 0.84);
  background:
    linear-gradient(180deg, rgba(63, 43, 28, 0.98), rgba(35, 22, 14, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 36px);
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 223, 189, 0.28), transparent);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(172, 129, 73, 0.16), transparent 18%),
    radial-gradient(circle at 88% 60%, rgba(172, 129, 73, 0.12), transparent 14%);
  pointer-events: none;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 28px;
  padding: 38px 0 44px;
}

.site-footer__brand h2,
.site-footer__links h3,
.site-footer__meta h3 {
  margin: 0 0 12px;
  color: #f3dfbd;
}

.site-footer__crest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 78px;
  margin-bottom: 12px;
}

.site-footer__crest img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__brand p,
.site-footer__meta p {
  margin: 0;
  line-height: 1.8;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.site-footer__links a {
  color: rgba(247, 237, 222, 0.84);
}

.site-footer__links a:hover {
  color: #f3dfbd;
}

@media (max-width: 1080px) {
  .shop-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid,
  .section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-board__body strong {
    font-size: 1.28rem;
  }

  .feature-card--form,
  .feature-card--contact {
    grid-column: span 2;
  }

  .feature-card--contact::after,
  .feature-card--qr::after {
    display: none;
  }
}

@media (max-width: 840px) {
  .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 520px;
    padding: 42px 24px 240px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero__props--left {
    width: 360px;
    height: 240px;
    transform: scale(0.78);
    transform-origin: left bottom;
  }

  .hero__mountain--left {
    left: 84px;
    top: 96px;
    width: 150px;
    height: 206px;
    opacity: 0.8;
  }

  .hero__mountain--right {
    right: 82px;
    top: 132px;
    width: 138px;
    height: 190px;
    opacity: 0.76;
  }

  .hero h1,
  .listing-hero h1 {
    letter-spacing: 0.16em;
  }

  .hero__tagline {
    font-size: 1.25rem;
    letter-spacing: 0.16em;
  }

  .hero__bookshelf {
    right: 14px;
    width: 98px;
    height: 176px;
    bottom: 10px;
  }

  .hero__cloud {
    display: none;
  }

  .intro-news,
  .section-grid,
  .feature-grid,
  .article-layout,
  .site-footer__inner,
  .shop-showcase__grid {
    grid-template-columns: 1fr;
  }

  .article-layout {
    gap: 18px;
    margin-top: 18px;
  }

  .feature-card--form,
  .feature-card--contact {
    grid-column: auto;
  }

  .hero,
  .listing-hero,
  .intro-panel,
  .listing-panel,
  .content-card,
  .feature-card,
  .shop-showcase {
    border-radius: 20px;
  }

  .listing-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .listing-hero--article:not(.listing-hero--product) {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .listing-hero--article:not(.listing-hero--product) h1 {
    font-size: clamp(1.35rem, 5.2vw, 1.85rem);
    line-height: 1.34;
  }

  .listing-hero--shop-banner {
    padding: 12px;
  }

  .listing-hero--section-banner {
    padding: 12px;
  }

  .listing-hero__visual {
    order: -1;
    justify-self: start;
    width: min(100%, 196px);
    min-height: 196px;
  }

  .listing-hero--article:not(.listing-hero--product) .listing-hero__visual {
    width: 100%;
    min-height: 150px;
    max-height: 170px;
  }

  .listing-hero__visual img {
    max-height: none;
  }

  .listing-hero__meta {
    gap: 8px 10px;
  }

  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .listing-list--cards li {
    flex-direction: column;
  }

  .listing-card__entry {
    flex-direction: column;
    gap: 14px;
  }

  .listing-card__visual {
    flex: none;
    width: 100%;
  }

  .listing-card__cover {
    height: 220px;
  }

  .listing-card__meta {
    gap: 8px;
    justify-items: start;
    min-width: 0;
  }

  .article-cover__image {
    max-height: 280px;
  }

  .article-sidecard__visual img {
    max-height: 150px;
  }

  .member-entry--active,
  .member-login-form {
    grid-template-columns: 1fr;
  }

  .member-tools__header {
    grid-template-columns: 1fr;
    display: grid;
  }

  .member-library__header {
    grid-template-columns: 1fr;
    display: grid;
  }

  .member-tool-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header__inner,
  .site-main,
  .site-footer__inner {
    width: min(100% - 20px, 1180px);
  }

  .site-brand {
    gap: 10px;
  }

  .site-brand__mark {
    width: 48px;
    height: 48px;
  }

  .site-brand__wordmark img {
    width: 132px;
  }

  .hero {
    min-height: 480px;
    padding: 30px 18px 196px;
  }

  .hero__props--left {
    width: 300px;
    height: 210px;
    transform: scale(0.7);
  }

  .hero__mountain--left {
    left: 56px;
    top: 112px;
    width: 124px;
    height: 170px;
    opacity: 0.7;
  }

  .hero__mountain--right {
    right: 38px;
    top: 150px;
    width: 108px;
    height: 148px;
    opacity: 0.64;
  }

  .hero__eyebrow,
  .listing-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 0.88rem;
    letter-spacing: 0.18em;
  }

  .hero h1,
  .listing-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
    letter-spacing: 0.12em;
  }

  .hero__tagline {
    margin-top: 14px;
    font-size: 1.02rem;
    letter-spacing: 0.12em;
  }

  .hero__lead,
  .listing-hero p,
  .intro-panel p,
  .content-note,
  .content-empty,
  .listing-list p,
  .shop-showcase__lead,
  .contact-list span,
  .qr-card p {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .hero__actions {
    gap: 10px;
  }

  .hero__button,
  .panel-link {
    min-width: 0;
    width: 100%;
    padding: 11px 18px;
  }

  .hero__bookshelf {
    right: 8px;
    width: 82px;
    height: 148px;
  }

  .intro-panel,
  .listing-panel,
  .content-card,
  .feature-card,
  .shop-showcase,
  .article-panel,
  .article-sidecard {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-body {
    padding-top: 16px;
  }

  .intro-panel__scene {
    height: 180px;
  }

  .content-card__header,
  .content-card__header--shop {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .content-list__entry,
  .content-list__entry--feature {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }

  .news-board__entry {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .news-board__meta {
    grid-column: 2;
    padding-top: 0;
  }

  .content-list__aside {
    margin-left: 0;
    width: 100%;
    justify-items: start;
  }

  .content-list__cover,
  .content-list__cover--feature {
    width: 100%;
    max-width: 96px;
    height: 96px;
  }

  .shop-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .content-card--news-full {
    padding: 22px 18px 10px;
  }

  .news-board__entry {
    gap: 12px;
    padding: 16px 0;
  }

  .news-board__body strong {
    font-size: 1.08rem;
    line-height: 1.45;
  }

  .news-board__body small {
    font-size: 0.92rem;
  }

  .shop-item {
    padding: 12px;
  }

  .shop-item__visual {
    height: 124px;
  }

  .listing-hero {
    gap: 18px;
    padding: 20px 18px;
  }

  .listing-hero--article:not(.listing-hero--product) {
    gap: 14px;
    padding: 16px 14px;
  }

  .listing-hero--article:not(.listing-hero--product) h1 {
    font-size: clamp(1.2rem, 5.8vw, 1.6rem);
    line-height: 1.36;
    letter-spacing: 0;
  }

  .listing-hero__visual {
    width: min(100%, 172px);
    min-height: 172px;
    padding: 12px;
  }

  .listing-hero--article:not(.listing-hero--product) .listing-hero__visual {
    width: 100%;
    min-height: 138px;
    max-height: 156px;
    padding: 0;
  }

  .listing-hero__banner {
    border-radius: 18px;
  }

  .listing-hero__visual img {
    max-height: none;
  }

  .listing-hero__meta span {
    font-size: 0.82rem;
    padding: 6px 10px;
  }

  .listing-card__cover {
    height: 180px;
  }

  .feature-showcase__visual {
    min-height: 0;
  }

  .listing-list--cards h2 {
    font-size: 1.3rem;
  }

  .article-meta {
    gap: 8px 10px;
    font-size: 0.88rem;
  }

  .article-cover {
    padding: 10px;
    border-radius: 18px;
  }

  .article-cover__image {
    max-height: 220px;
  }

  .article-body p {
    line-height: 1.88;
  }

  .article-pagination {
    grid-template-columns: 1fr;
  }

  .article-pagination__item--next {
    text-align: left;
  }

  .article-sidecard__visual {
    padding: 10px;
  }

  .qr-card__code {
    width: 132px;
    height: 132px;
  }

  .message-form button {
    width: 100%;
    justify-self: stretch;
  }

  .member-entry {
    gap: 11px;
    margin-bottom: 16px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .member-entry h2 {
    font-size: 1.45rem;
    letter-spacing: 0.08em;
  }

  .member-entry p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .member-login-form {
    gap: 11px;
  }

  .member-login-form label {
    gap: 6px;
  }

  .member-login-form input {
    min-height: 48px;
    padding: 10px 14px;
  }

  .member-login-form button {
    min-height: 48px;
  }

  .site-footer__inner {
    gap: 20px;
    padding: 28px 0 34px;
  }
}

@media (max-width: 520px) {
  .shop-showcase__grid {
    grid-template-columns: 1fr;
  }

  .news-board__entry {
    grid-template-columns: 1fr;
  }

  .news-board__dot {
    display: none;
  }

  .news-board__meta {
    grid-column: auto;
  }

  .hero {
    padding-bottom: 168px;
  }

  .hero__props--left {
    width: 260px;
    height: 186px;
    transform: scale(0.62);
  }

  .hero__bookshelf {
    width: 68px;
    height: 126px;
    opacity: 0.9;
  }

  .hero__mountain--left {
    left: 34px;
    width: 104px;
    height: 142px;
  }

  .hero__mountain--right {
    right: 18px;
    width: 92px;
    height: 124px;
  }
}

.site-brand__mark,
.site-footer__crest,
.hero__props,
.hero__mountain,
.hero__bookshelf,
.hero__cloud--right,
.intro-panel__scene,
.content-list__visual,
.listing-card__visual,
.article-cover,
.article-sidecard__visual,
.article-body img {
  display: none !important;
}

.listing-hero--product .listing-hero__visual {
  display: flex !important;
}

.article-layout--product .article-cover,
.article-layout--product .article-sidecard__visual {
  display: block !important;
}
