


:root {
  
  --paper: #f3efe4;          
  --paper-2: #ece5d4;        
  --paper-card: #fbf9f3;     
  --ink: #1c1b19;            
  --ink-soft: #38352f;       
  --ink-mute: #6b655a;       
  --line: rgba(28, 27, 25, 0.12);
  --line-strong: rgba(28, 27, 25, 0.22);

  
  --seal: #9e2b25;           
  --seal-deep: #7c211c;      
  --indigo: #34556b;         
  --indigo-soft: #4d7187;
  --gold: #b08d57;           

  
  --font-brush: "STKaiti", "KaiTi", "Kaiti SC", "楷体", "Ma Shan Zheng", "Noto Serif SC", serif;
  --font-serif: "Songti SC", "SimSun", "宋体", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-sans: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Noto Sans SC", "Hiragino Sans GB", sans-serif;

  
  --radius: 4px;
  --radius-lg: 8px;
  --shadow: 0 10px 30px -18px rgba(28, 27, 25, 0.45);
  --shadow-soft: 0 6px 18px -14px rgba(28, 27, 25, 0.4);
  --container: 1180px;
  --header-h: 68px;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: var(--heading-weight, 700);
  color: var(--heading-color, var(--ink));
}
h1 { font-size: var(--h1-size, 2em); }
h2 { font-size: var(--h2-size, 1.8em); }
h3 { font-size: var(--h3-size, 1.45em); }
h4 { font-size: var(--h4-size, 1.2em); }
h5 { font-size: var(--h5-size, 1em); }
h6 { font-size: var(--h6-size, .85em); }


*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink-soft);
  background-color: var(--paper);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}


body.wp-theme-moji-guild {
  background-color: var(--paper);
}


body.wp-theme-moji-guild.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container {
  display: block;
}


body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(52, 85, 107, 0.06), transparent 60%),
    radial-gradient(80% 60% at 100% 100%, rgba(158, 43, 37, 0.05), transparent 55%);
}

img, svg, video { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 .5em;
}

p { margin: 0 0 1em; }

::selection { background: rgba(158, 43, 37, 0.18); }


.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.section {
  padding: 72px 0;
  position: relative;
}


main.site-content.section {
  background:
    var(--paper),
    radial-gradient(120% 90% at 50% -10%, rgba(52, 85, 107, 0.04), transparent 60%),
    radial-gradient(80% 60% at 100% 100%, rgba(158, 43, 37, 0.035), transparent 55%);
  background-color: var(--paper);
}
.section--tight { padding: 48px 0; }


.section-head { text-align: center; margin-bottom: 24px; }
.section-head .eyebrow {
  font-family: var(--font-brush);
  color: var(--seal);
  letter-spacing: .35em;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}
.section-head h2 {
  font-family: var(--font-brush);
  font-size: var(--h2-size, clamp(22px, 4vw, 32px));
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.section-head h2::after {
  content: "";
  display: var(--brush-display, block);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: var(--brush-w, 64px);
  height: var(--brush-h, 8px);
  background: no-repeat center/contain
    var(--brush-svg, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14'%3E%3Cpath d='M2 9 C 30 3, 60 13, 90 6 S 116 4, 118 8' stroke='%239e2b25' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"));
  opacity: var(--brush-opacity, 1);
}

.section-head h3 {
  font-family: var(--font-brush);
  font-size: var(--h3-size, clamp(18px, 3.2vw, 26px));
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.section-head h3::after {
  content: "";
  display: var(--brush-display, block);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: var(--brush-w, 64px);
  height: var(--brush-h, 8px);
  background: no-repeat center/contain
    var(--brush-svg, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14'%3E%3Cpath d='M2 9 C 30 3, 60 13, 90 6 S 116 4, 118 8' stroke='%239e2b25' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"));
  opacity: var(--brush-opacity, 1);
}
.section-head p { color: var(--ink-mute); max-width: 620px; margin: 14px auto 0; }


.section-head + .filter-bar {
  margin-top: -22px;
}


.ink-divider {
  width: 100%;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--seal);
  color: #f7efe2;
  font-family: var(--font-brush);
  font-size: 24px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px rgba(247, 239, 226, 0.35);
  line-height: 1;
}
.seal--lg { width: 72px; height: 72px; font-size: 38px; border-radius: 8px; }
.seal--outline {
  background: transparent;
  color: var(--seal);
  box-shadow: inset 0 0 0 2px var(--seal);
}


.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  line-height: 1;
}
.btn:active { transform: translateY(1px); }

.btn-seal {
  background: var(--seal);
  color: #f7efe2;
  box-shadow: var(--shadow-soft);
}
.btn-seal:hover { background: var(--seal-deep); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(28,27,25,.04); }

.btn-ink {
  background: var(--ink);
  color: var(--paper);
}
.btn-ink:hover { background: var(--ink-soft); }

.btn-sm { padding: 8px 16px; font-size: 13px; }


.tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(52, 85, 107, 0.1);
  color: var(--indigo);
  font-weight: 600;
}
.tag--seal { background: rgba(158, 43, 37, 0.1); color: var(--seal); }
.tag--gold { background: rgba(176, 141, 87, 0.14); color: var(--gold); }


body.tag {
  display: block;
  font-weight: normal;
  letter-spacing: normal;
}


.card {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  padding: var(--card-padding, 24px);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }


.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 239, 228, 0.86);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header.header--static {
  position: static;
}

.site-header.header--full .container.header-inner {
  max-width: 100%;
  padding-inline: 40px;
}
.brand-logo {
  width: auto;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
}

.header-actions .btn-seal {
  background: var(--header-btn-bg, var(--seal));
  color: var(--header-btn-color, #fff);
}
.header-actions .btn-seal:hover {
  background: var(--header-btn-bg, var(--seal));
  filter: brightness(0.94);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-brush); font-size: 22px; color: var(--ink); }
.brand-sub { font-size: 10px; letter-spacing: .25em; color: var(--ink-mute); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative;
  padding: 8px 14px;
  font-size: var(--nav-size, 15px);
  color: var(--nav-color, var(--ink-soft));
  border-radius: var(--radius);
  transition: color .2s ease, background .2s ease;
}
.nav a:hover {
  color: var(--nav-hover-color, var(--ink));
  background: rgba(28,27,25,.05);
}


.nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  background: var(--nav-underline-color, var(--seal));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}


.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}


.nav a.is-active { color: var(--nav-hover-color, var(--seal)); }
.nav a.is-active::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 6px;
  height: 2px;
  border-radius: 2px;
  background: var(--nav-underline-color, var(--seal));
  transform: scaleX(1);
}

.nav-menu > li {
  position: relative;
}
.nav-menu > .menu-item-has-children > a {
  padding-right: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23333' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px 6px;
  transition: background-image .2s ease;
}
.nav-menu > .menu-item-has-children:hover > a,
.nav-menu > .menu-item-has-children:focus-within > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  transform: translateY(6px);
  z-index: 90;
  overflow: visible;
}
.nav-menu > li:hover > .sub-menu,
.nav-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-menu .sub-menu > li {
  position: relative;
}
.nav-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 0;
}
.nav-menu .sub-menu a::after {
  display: none;
}
.nav-menu .sub-menu a:hover {
  background: rgba(28,27,25,.04);
  color: var(--nav-hover-color, var(--ink));
}

.nav-menu .sub-menu .menu-item-has-children > a {
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath d='M1 1l4 4-4 4' fill='none' stroke='%23666' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 6px 10px;
}
.nav-menu .sub-menu .menu-item-has-children:hover > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath d='M1 1l4 4-4 4' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 4px;
  transform: translateX(6px);
  z-index: 100;
}
.nav-menu .sub-menu > li:hover > .sub-menu,
.nav-menu .sub-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 8px 12px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
}


.drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 27, 25, 0.4);
  z-index: 60;
}
body.nav-open .drawer-backdrop { display: block; }
body.nav-open .nav {
  transform: translateX(0);
}


.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg svg { width: 100%; height: 100%; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(243,239,228,.2), rgba(243,239,228,.75));
}
.hero-inner { position: relative; z-index: 1; max-width: 720px; }
.hero .eyebrow {
  font-family: var(--font-brush);
  color: var(--seal);
  letter-spacing: .4em;
  font-size: 16px;
}
.hero h1 {
  font-family: var(--font-brush);
  font-size: clamp(44px, 9vw, 84px);
  color: var(--ink);
  margin: 6px 0 4px;
  letter-spacing: .04em;
}
.hero .hero-sub {
  font-family: var(--font-serif);
  font-size: clamp(18px, 3vw, 24px);
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.hero p.lead { color: var(--ink-mute); font-size: 17px; max-width: 560px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-seal {
  position: absolute;
  right: 6%;
  top: 18%;
  z-index: 5;
  transform: rotate(-6deg);
  opacity: 1;
}
@media (max-width: 760px) { .hero-seal { display: none; } }


.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat {
  text-align: center;
  padding: 28px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
}
.stat .num {
  font-family: var(--font-brush);
  font-size: clamp(34px, 6vw, 50px);
  color: var(--seal);
  line-height: 1;
}
.stat .label { color: var(--ink-mute); margin-top: 8px; font-size: 14px; letter-spacing: .05em; }


.grid { display: grid; gap: var(--grid-gap, 22px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }


.post-card { display: flex; flex-direction: column; padding: 0; border-radius: var(--card-radius, 10px); border: var(--card-border, 0) solid var(--line); }
.post-media {
  position: relative;
  aspect-ratio: var(--card-image-ratio, 3 / 2);
  min-height: 100px;
  overflow: hidden;
  background: var(--paper-2);
  border-radius: var(--card-radius, 10px) var(--card-radius, 10px) 0 0;
}
.post-media .ink-fill { position: absolute; inset: 0; width: 100%; height: 100%; }
.post-media img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.post-card:hover .post-media img { transform: scale(1.04); }
.post-body {
  padding: var(--card-padding-y, 18px) var(--card-padding-x, 20px);
  display: flex;
  flex-direction: column;
  gap: var(--card-gap, 8px);
  flex: 1;
}
.post-body h3 {
  font-size: var(--card-title-size, 17px);
  margin: 0;
  line-height: 1.45;
}
.post-body h3 a:hover { color: var(--seal); }

.post-body > .tag {
  align-self: flex-start;
  font-size: 11.5px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.post-meta { display: flex; align-items: center; gap: 10px; color: var(--ink-mute); font-size: 13px; flex-wrap: wrap; }
.post-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-mute); }
.post-excerpt { color: var(--ink-mute); font-size: 14px; margin: 0; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.post-read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--seal, #9e2b25);
  font-weight: 600;
  letter-spacing: .3px;
  transition: color .2s, transform .2s;
}
.post-read-more:hover { color: var(--ink-accent, #c0392b); transform: translateX(4px); }

.meta-avatar {
  display: flex;
  align-items: center;
}
.meta-avatar img,
.meta-avatar .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 6px;
}
.post-views {
  display: inline-flex;
  align-items: center;
}
.post-body .btn { align-self: flex-start; margin-top: auto; }


.ink-fill {
  display: block;
  background:
    radial-gradient(120% 100% at 20% 10%, rgba(52,85,107,.22), transparent 55%),
    radial-gradient(120% 120% at 90% 90%, rgba(158,43,37,.16), transparent 55%),
    linear-gradient(135deg, #e9e2d1, #ddd4bf);
  position: relative;
}
.ink-fill::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-brush);
  color: rgba(28,27,25,.32);
  font-size: 22px;
  letter-spacing: .2em;
}
.ink-fill--mountain { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 250' preserveAspectRatio='none'%3E%3Cpath d='M0 200 L80 120 L150 180 L230 90 L320 170 L400 110 L400 250 L0 250 Z' fill='%2334556b' fill-opacity='0.25'/%3E%3Cpath d='M0 230 L100 170 L200 220 L300 150 L400 200 L400 250 L0 250 Z' fill='%231c1b19' fill-opacity='0.18'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #ece5d4, #ddd4bf);
  background-size: cover, cover;
}
.ink-fill--mountain::after { content: ""; }


.htrack { position: relative; max-width: 1000px; margin: 0 auto; padding: 4px 0 6px; }
.htrack__viewport {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}
.htrack__track {
  display: flex;
  gap: 30px;
  align-items: center;
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.htrack__item {
  flex: 0 0 300px;
  cursor: pointer;
  transform: scale(.72);
  opacity: .32;
  filter: grayscale(.55) blur(.6px);
  transition:
    transform .6s cubic-bezier(.22,.9,.3,1),
    opacity .6s ease,
    filter .6s ease,
    flex-basis .5s ease;
}

.htrack__item.is-active {
  transform: scale(1);
  flex-basis: 420px;
  opacity: 1;
  filter: none;
}
.htrack__year {
  display: block;
  text-align: center;
  font-family: var(--font-brush);
  font-size: 26px;
  color: var(--ink-mute);
  margin-bottom: 12px;
  transition: color .4s ease, font-size .4s ease;
}
.htrack__item.is-active .htrack__year {
  color: var(--seal);
  font-size: 44px;
  text-shadow: 0 2px 12px rgba(158,43,37,.25);
  animation: stamp .6s cubic-bezier(.22,.9,.3,1) both;
}
.htrack__card {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  box-shadow: var(--shadow-soft);
  text-align: left;
  overflow: hidden;
  transition: border-color .4s ease, box-shadow .4s ease;
}
.htrack__item.is-active .htrack__card {
  border-color: var(--seal);
  background: #fffdf8;
  box-shadow:
    0 24px 56px -18px rgba(158,43,37,.45),
    0 0 0 1px rgba(158,43,37,.15),
    0 0 40px -8px rgba(158,43,37,.18);
  animation: cardPop .55s cubic-bezier(.22,.9,.3,1) both;
}
.htrack__item.is-active .htrack__card h3 {
  font-size: 21px;
  font-weight: 800;
  color: #1a1614;
  letter-spacing: .03em;
}
.htrack__item.is-active .htrack__card p {
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.8;
}
.htrack__card h3 {
  font-size: 18px;
  margin: 4px 0 6px;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .02em;
}
.htrack__card p {
  color: var(--ink-mute);
  font-size: 14.5px;
  margin: 0;
  line-height: 1.75;
}
.htrack__item.is-active .htrack__card h3,
.htrack__item.is-active .htrack__card p { animation: cardUp .55s cubic-bezier(.22,.9,.3,1) both; }
.htrack__item.is-active .tl-card__media .ink-fill {
  animation: kenBurns 7s ease-in-out infinite;
}


.htrack__focus {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 380px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(158,43,37,.06), transparent 70%);
  border-radius: 24px;
}
.htrack__track { position: relative; z-index: 1; }


.htrack__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--paper-card);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: grid; place-items: center;
  box-shadow: var(--shadow-soft);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
}
.htrack__arrow:hover { background: var(--seal); color: var(--paper); border-color: var(--seal); }
.htrack__arrow:active { transform: translateY(-50%) scale(.92); }
.htrack__arrow--prev { left: -6px; }
.htrack__arrow--next { right: -6px; }


.htrack__dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.htrack__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: none; padding: 0;
  cursor: pointer;
  background: var(--line-strong);
  transition: width .3s var(--ease), background .3s ease, border-radius .3s ease;
}
.htrack__dot:hover { background: var(--ink-soft); }
.htrack__dot.is-active { background: var(--seal); width: 28px; border-radius: 999px; }

@keyframes stamp {
  0%   { transform: scale(2.2) rotate(-8deg); opacity: 0; filter: blur(4px); }
  55%  { transform: scale(.88) rotate(1deg);  opacity: 1; filter: blur(0); }
  80%  { transform: scale(1.04) rotate(-.5deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes cardPop {
  0%   { opacity: .55; }
  55%  { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes cardUp {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes kenBurns {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}

.tl-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  margin: -18px -20px 16px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s var(--ease);
}
.tl-card__media .ink-fill {
  width: 100%; height: 100%;
  transition: transform .5s var(--ease);
}
.tl-card__media:hover .ink-fill { transform: scale(1.05); }
.tl-card__media::after {
  content: "点击查看";
  position: absolute;
  right: 10px; bottom: 10px;
  font-size: 12px;
  letter-spacing: .05em;
  color: #f7efe2;
  background: rgba(28,27,25,.5);
  padding: 3px 10px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.tl-card__media:hover::after { opacity: 1; transform: translateY(0); }


.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 34px;
}
.filter-btn {
  font-family: var(--font-sans);
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .2s ease;
}
.filter-btn:hover { border-color: var(--ink); }
.filter-btn.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }


.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery--4 { grid-template-columns: repeat(4, 1fr); }
.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--line);
  background: var(--paper-card);
}
.gallery-item .post-media {
  aspect-ratio: 3 / 2;
}
.gallery-item .post-media .post-badge {
  position: absolute;
  top: 12px; left: 12px;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: .12em;
  color: #f7efe2;
  background: rgba(28,27,25,.45);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.gallery-item figcaption {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  background: var(--paper-card);
}
.gallery-item img, .gallery-item .ink-fill { width: 100%; }
.gallery-item .cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 14px 12px;
  color: #f7efe2;
  font-size: 14px;
  background: linear-gradient(transparent, rgba(28,27,25,.72));
  display: flex;
  align-items: center;
  gap: 8px;
}
.gallery-item .play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item .play span {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: rgba(247,239,226,.9);
  color: var(--seal);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: var(--shadow);
}
.gallery-item.is-hidden,
.member-card.is-hidden,
.post-card.is-hidden {
  display: none;
}


.upload-box {
  border: 2px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  padding: 40px 24px;
  text-align: center;
  background: var(--paper-card);
  transition: border-color .2s ease, background .2s ease;
}
.upload-box:hover { border-color: var(--indigo); background: rgba(52,85,107,.04); }
.upload-box .up-icon {
  width: 56px; height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(52,85,107,.1);
  color: var(--indigo);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
}
.upload-box h3 { font-size: 20px; margin: 0 0 6px; }
.upload-box p { color: var(--ink-mute); margin: 0 0 18px; font-size: 14.5px; }


.member-card { text-align: center; padding: 26px 20px 24px; }
.member-avatar {
  width: 96px; height: 96px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--line-strong), var(--shadow-soft);
  background: linear-gradient(135deg, #e9e2d1, #d8cdb4);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-brush);
  font-size: 38px;
  color: var(--ink-mute);
}
.member-card h3 { font-size: 19px; margin: 0 0 6px; }
.member-role { margin-bottom: 10px; }
.member-quote {
  font-family: var(--font-serif);
  color: var(--ink-mute);
  font-size: 14px;
  font-style: italic;
  margin: 0;
}


.value-card { padding: 28px 24px; text-align: left; }
.value-card .v-icon {
  width: 50px; height: 50px;
  border-radius: var(--radius);
  background: rgba(158,43,37,.08);
  color: var(--seal);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.value-card h3 { font-size: 19px; margin: 0 0 8px; }
.value-card p { color: var(--ink-mute); font-size: 14.5px; margin: 0; }

.honor-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.honor {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-card);
  font-size: 14px;
  color: var(--ink-soft);
}
.honor .seal--sm {
  width: 26px; height: 26px; font-size: 14px; border-radius: 5px;
}


.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: start; }
.contact-info { display: grid; gap: 14px; }
.contact-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
}
.contact-item .c-icon {
  width: 44px; height: 44px;
  flex: 0 0 44px;
  border-radius: var(--radius);
  background: rgba(52,85,107,.1);
  color: var(--indigo);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.contact-item .c-label { font-size: 12px; color: var(--ink-mute); letter-spacing: .05em; }
.contact-item .c-value { font-size: 16px; color: var(--ink); font-weight: 600; }


.qr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 4px;
}
.qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.qr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px -8px rgba(28,27,25,.18);
  border-color: var(--seal);
}
.qr-code {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.qr-code svg {
  width: 100%;
  height: 100%;
  display: block;
}
.qr-label {
  font-size: 12.5px;
  color: var(--ink-mute);
  text-align: center;
  white-space: nowrap;
}


.form-card { padding: 26px 24px; }
.form-row { margin-bottom: 16px; }
.form-row--half { display: inline-block; width: calc(50% - 8px); vertical-align: top; margin-right: 16px; }
.form-row--half:nth-of-type(even) { margin-right: 0; }
@media (max-width: 600px) { .form-row--half { width: 100%; margin-right: 0; } }
.form-row label { display: block; font-size: 13px; color: var(--ink-mute); margin-bottom: 6px; letter-spacing: .03em; }
.form-control {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 15px;
  padding: 11px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus {
  outline: none;
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(52,85,107,.15);
}
textarea.form-control { resize: vertical; min-height: 120px; }


.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: start; }
.blog-layout--no-sidebar { grid-template-columns: 1fr; }

.blog-feature {
  display: grid;
  grid-template-columns: var(--feat-grid, 1.2fr 1fr);
  align-items: stretch;
}
.blog-feature .post-media {
  position: relative;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
  background: var(--paper-2);
}
.blog-feature .post-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-feature .post-media .ink-fill { min-height: 280px; height: 100%; }
.blog-feature .feature-body {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: var(--paper-card, #fbf9f3);
}
.blog-feature h2 { font-size: 22px; margin: 0 0 4px; line-height: 1.35; }
.blog-feature h2 a:hover { color: var(--seal); }
.blog-feature .feature-excerpt { color: var(--ink-mute, #888); margin: 0; line-height: 1.7; font-size: 14.5px; }


.blog-feature .feature-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blog-feature .post-media,
.blog-feature .feature-body {
  position: relative;
  z-index: 2;
}


.blog-feature-carousel {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
}
.blog-feature-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-feature-slide {
  display: none;
  width: 100%;
}
.blog-feature-slide.is-active {
  display: block;
}
.blog-feature-slide .blog-feature {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}


.feat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, opacity .25s;
  opacity: 0;
}
.blog-feature-carousel:hover .feat-arrow { opacity: 1; }
.feat-arrow:hover { background: rgba(0,0,0,.6); }
.feat-arrow--prev { left: 12px; }
.feat-arrow--next { right: 12px; }


.feat-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}
.feat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.6);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background .25s, transform .25s;
}
.feat-dot.is-active {
  background: #fff;
  transform: scale(1.3);
}


.blog-feature-slide {
  animation: featFadeIn .45s ease both;
}
@keyframes featFadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

.sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: calc(var(--header-h) + 20px);
  align-self: start;
}
.widget {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
  padding: 20px;
}
.widget h4 {
  font-family: var(--font-brush);
  font-size: 18px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.widget li a { display: flex; gap: 10px; font-size: 14px; color: var(--ink-soft); }
.widget li a:hover { color: var(--seal); }
.widget li .w-num { color: var(--seal); font-family: var(--font-brush); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }


.article-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.article-head h1 { font-family: var(--font-brush); font-size: var(--h1-size, clamp(30px, 6vw, 46px)); margin: 12px 0; }
.article-cover {
  max-width: 900px;
  margin: 0 auto 36px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16/8;
}
.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-body { max-width: 720px; margin: 0 auto; font-size: var(--body-size, 17px); font-weight: var(--body-weight, 400); color: var(--body-color, var(--ink-soft)); }
.article-body p { margin: 0 0 1.3em; }
.article-body h2 { font-size: var(--h2-size, 26px); margin: 1.6em 0 .5em; }
.article-body blockquote {
  margin: 1.6em 0;
  padding: 14px 22px;
  border-left: 4px solid var(--seal);
  background: rgba(158,43,37,.05);
  font-family: var(--font-serif);
  color: var(--ink);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.article-foot {
  max-width: 720px; margin: 40px auto 0;
  display: flex; align-items: center; gap: 14px;
  padding-top: 24px; border-top: 1px solid var(--line);
}


.cta-band {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(52,85,107,.4), transparent 55%),
    var(--ink);
  color: var(--paper);
  padding: 54px 40px;
  text-align: center;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200' preserveAspectRatio='none'%3E%3Cpath d='M0 160 L120 90 L220 150 L320 80 L400 140 L400 200 L0 200 Z' fill='%23f3efe4' fill-opacity='0.05'/%3E%3C/svg%3E") no-repeat bottom/cover;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--paper); font-family: var(--font-brush); font-size: var(--h2-size, clamp(26px, 5vw, 38px)); margin: 0 0 8px; }
.cta-band p { color: rgba(243,239,228,.8); margin: 0 0 22px; }


.site-footer {
  background: var(--ink);
  color: rgba(243,239,228,.72);
  padding: 56px 0 24px;
  margin-top: 40px;
}
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand .brand-name { color: var(--paper); }
.footer-brand .brand-logo-img {
  width: 44px; height: 44px;
  border-radius: var(--radius);
  object-fit: contain;
  flex-shrink: 0;
}
.footer-brand p { color: rgba(243,239,228,.6); font-size: 14px; margin-top: 14px; max-width: 280px; }
.footer-col h4 { color: var(--paper); font-family: var(--font-brush); font-size: 17px; margin: 0 0 14px; }
.footer-col a { display: block; color: rgba(243,239,228,.7); font-size: 14px; padding: 5px 0; }
.footer-col a:hover { color: var(--paper); }
.footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(243,239,228,.14);
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(243,239,228,.55);
}
.footer-bottom .seal-line { font-family: var(--font-brush); letter-spacing: .2em; }


.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.intro.is-active { display: flex; }

.intro__paper {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 42%, #fbf9f4, var(--paper) 70%);
  -webkit-mask-image: linear-gradient(to bottom, #000 32%, rgba(0, 0, 0, 0) 68%);
          mask-image: linear-gradient(to bottom, #000 32%, rgba(0, 0, 0, 0) 68%);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;    mask-position: 50% 0%;
  -webkit-mask-size: 100% 260%;     mask-size: 100% 260%;
  animation: mistLift 1.5s cubic-bezier(0.22,1,0.36,1) 1.05s forwards;
}
@keyframes mistLift {
  0%   { -webkit-mask-position: 50% 0%;   mask-position: 50% 0%;   opacity: 1; }
  80%  { opacity: 1; }
  100% { -webkit-mask-position: 50% 100%; mask-position: 50% 100%; opacity: 0; }
}

.intro__seal {
  position: relative;
  font-family: var(--font-brush);
  font-size: clamp(3rem, 10vw, 5rem);
  color: var(--seal);
  opacity: 0;
  transform: scale(0.72);
  animation:
    sealStamp 0.9s cubic-bezier(0.22,1,0.36,1) 0.15s both,
    sealOut   0.8s cubic-bezier(0.22,1,0.36,1) 1.4s forwards;
}
.intro__seal::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 5.5em; height: 5.5em;
  transform: translate(-50%, -50%) scale(0.4);
  border: 1.5px solid rgba(158, 43, 37, 0.35);
  border-radius: 50%;
  opacity: 0;
  animation: introRing 1.4s cubic-bezier(0.22,1,0.36,1) 0.3s forwards;
}
@keyframes sealStamp {
  0%   { opacity: 0; transform: scale(0.72); filter: blur(7px); }
  55%  { opacity: 1; transform: scale(1.05); filter: blur(0); }
  75%  { transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes introRing {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  55%  { opacity: 1; }
  100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
}
@keyframes sealOut {
  to { opacity: 0; transform: scale(1.08); filter: blur(3px); }
}

.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}


#ink-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 40;
}
.hero, .section, .site-footer { position: relative; z-index: 2; }
.site-header { z-index: 50; }


.site-header.is-scrolled {
  background: rgba(243,239,228,.92);
  box-shadow: 0 2px 12px -8px rgba(28,27,25,.15);
}


.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(28,27,25,.86);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lightbox.is-open { display: flex; }
.lightbox figure { max-width: 860px; width: 100%; margin: 0; text-align: center; position: relative; }
.lightbox .lb-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  background: var(--paper-2);
}
.lightbox figcaption { color: var(--paper); margin-top: 14px; font-family: var(--font-serif); letter-spacing: .05em; }
.lightbox .lb-close {
  position: absolute; top: 10px; right: 10px;
  background: rgba(28,27,25,.55);
  border: 1px solid rgba(255,255,255,.15); border-radius: 50%;
  color: var(--paper);
  font-size: 18px; cursor: pointer; line-height: 1;
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  z-index: 3;
  transition: background .2s ease, border-color .2s ease;
}
.lightbox .lb-close:hover { background: rgba(158,43,37,.8); border-color: transparent; }

.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--paper);
  font-size: 24px; line-height: 46px; text-align: center;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  z-index: 2;
}
.lb-nav:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.35); }
.lb-nav:active { transform: translateY(-50%) scale(.92); }
.lb-nav--prev { left: 20px; }
.lb-nav--next { right: 20px; }

.lb-counter {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  font-size: 13px; color: rgba(247,239,226,.55);
  letter-spacing: .08em; font-variant-numeric: tabular-nums;
}

.lightbox .lb-media { transition: opacity .15s ease; }


.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }


.elementor-editor-active .reveal { opacity: 1; transform: none; }


@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .qr-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2, 1fr); }
  
  .feat-arrow { width: 34px; height: 34px; font-size: 18px; opacity: 1; }
  .feat-arrow--prev { left: 8px; }
  .feat-arrow--next { right: 8px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .nav {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 260px;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 80px 16px 24px;
    transform: translateX(100%);
    transition: transform .28s ease;
    box-shadow: -10px 0 40px -20px rgba(28,27,25,.5);
    z-index: 70;
  }
  .nav-menu {
    flex-direction: column;
    align-items: var(--mobile-menu-align, left);
    gap: var(--mobile-menu-gap, 8px);
  }
  .nav-menu li {
    position: relative;
  }
  .nav-menu li + li::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--mobile-menu-gap, 8px) / 2);
    left: 50%;
    transform: translateX(-50%);
    width: var(--mobile-divider-length, 100%);
    height: var(--mobile-divider-width, 1px);
    background: var(--mobile-divider-color, var(--line));
  }
  .nav a { padding: 16px 20px; border-radius: var(--radius); white-space: nowrap; }
  .nav a.is-active::after { display: none; }
  .nav-toggle { display: inline-block; }
  .header-actions .btn-seal { white-space: nowrap; flex-shrink: 0; }
  body.nav-open .site-header { z-index: 80; }

  .nav-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 0 16px;
    gap: var(--mobile-menu-gap, 8px);
    min-width: 0;
  }
  .nav-menu .sub-menu a {
    padding: 10px 16px;
    font-size: 13px;
    color: var(--ink-soft);
  }
  .nav-menu .sub-menu a:hover {
    background: rgba(28,27,25,.04);
  }
  .nav-menu .sub-menu li + li::before {
    display: none;
  }
  .nav-menu .sub-menu .menu-item-has-children > a {
    background-image: none;
    padding-right: 16px;
  }
  .nav-menu > .menu-item-has-children > a {
    background-image: none;
    padding-right: 16px;
  }

  .gallery, .gallery--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .section { padding: 52px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery, .gallery--4 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .htrack__item { flex-basis: 80vw; transform: scale(.82); }
  .htrack__item.is-active { transform: scale(1.04); }
  .htrack__focus { width: 86vw; }
  .htrack__arrow { width: 40px; height: 40px; font-size: 22px; }
  .htrack__arrow--prev { left: -2px; }
  .htrack__arrow--next { right: -2px; }
  .hero-seal { display: none; }
  .header-inner { gap: 8px; }
  .brand-name { font-size: 18px; }
  .brand-sub { display: none; }
  .header-actions .btn-seal { padding: 6px 12px; font-size: 12px; }

  
  
  .blog-feature {
    grid-template-columns: 1fr;
  }
  .blog-feature .post-media {
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }
  .blog-feature .post-media .ink-fill {
    min-height: 200px;
  }
  .blog-feature .feature-body {
    padding: 20px 18px 24px;
  }
  .blog-feature h2 {
    font-size: 19px;
  }

  
  .post-media {
    aspect-ratio: var(--card-image-ratio, 3 / 2);
  }
  .post-body {
    padding: 14px 14px 18px;
    gap: 6px;
  }
  .post-body h3 {
    font-size: 15.5px;
  }
  .post-meta {
    font-size: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .post-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  
  .grid { gap: 16px; }
  
  .blog-layout { gap: 20px; }
}


.nav__music {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem; height: 2.1rem;
  margin-left: .9rem;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.nav__music:hover { border-color: var(--seal); background: rgba(158,43,37,.06); }
.nav__music-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 14px;
}
.nav__music-bars span {
  width: 2px;
  height: 4px;
  background: var(--ink-soft);
  border-radius: 1px;
  transform-origin: center bottom;
}
.nav__music.is-playing .nav__music-bars span {
  background: var(--seal);
  animation: musicBar .9s ease-in-out infinite;
}
.nav__music.is-playing .nav__music-bars span:nth-child(1) { animation-delay: -0.2s; }
.nav__music.is-playing .nav__music-bars span:nth-child(2) { animation-delay: -0.5s; }
.nav__music.is-playing .nav__music-bars span:nth-child(3) { animation-delay: -0.1s; }
.nav__music.is-playing .nav__music-bars span:nth-child(4) { animation-delay: -0.7s; }
@keyframes musicBar {
  0%, 100% { height: 4px; }
  50%      { height: 13px; }
}


.member__tilt {
  position: relative;
  transform-style: preserve-3d;
  transform:
    translateY(var(--lift, 0px))
    rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
  transition: transform .5s var(--ease);
}
.member__tilt.is-tilting { transition: transform .12s linear; }
.member-card:hover .member__tilt { --lift: -10px; }


.member-card::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; right: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--seal), transparent);
  opacity: 0;
  transition: left .6s var(--ease), right .6s var(--ease), opacity .6s var(--ease);
  z-index: 5;
  pointer-events: none;
}
.member-card:hover::before { left: 22%; right: 22%; opacity: .9; }


.leaderboard {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper-card);
}
.lb-row {
  display: grid;
  grid-template-columns: 64px 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  transition: background .35s var(--ease);
}
.lb-row:last-child { border-bottom: 0; }
.lb-row:hover { background: rgba(158,43,37,.04); }
.lb-rank {
  font-family: var(--font-brush);
  font-size: 24px;
  color: var(--ink-mute);
  text-align: center;
}
.lb-row--top1 .lb-rank { color: var(--gold); }
.lb-row--top2 .lb-rank { color: #8a8a8a; }
.lb-row--top3 .lb-rank { color: #b07a4a; }
.lb-name { display: flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-size: 17px; color: var(--ink); }
.lb-name .lb-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-brush);
  font-size: 16px;
}
.lb-role { color: var(--ink-mute); font-size: 14px; }
.lb-score {
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--seal);
  font-variant-numeric: tabular-nums;
}
.lb-score small { font-weight: 400; color: var(--ink-mute); margin-left: 4px; font-size: 12px; }


.hero-sub { padding-top: 84px; }


.recruit-role__icon {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-size: 28px;
  color: var(--seal);
}
.recruit-role { text-align: center; }
.recruit-role h4 { margin: 0 0 10px; font-size: 18px; }
.recruit-role p { margin: 0; color: var(--ink-mute); font-size: 14.5px; line-height: 1.75; }

.perk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.perk {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.perk__no {
  flex: none;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--seal);
  color: var(--paper);
  font-family: var(--font-brush);
  font-size: 18px;
}
.perk h4 { margin: 0 0 4px; font-size: 16px; }
.perk p { margin: 0; color: var(--ink-mute); font-size: 14px; line-height: 1.65; }

.steps {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step;
}
.steps__item {
  position: relative;
  padding: 22px 18px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.steps__no {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  margin-bottom: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--seal);
  color: var(--seal);
  font-family: var(--font-brush);
  font-size: 18px;
}
.steps__item h4 { margin: 0 0 4px; }
.steps__item p { margin: 0; color: var(--ink-mute); font-size: 14px; line-height: 1.65; }

.two-col, .dual-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
}

.dual-col--1 { grid-template-columns: 1fr; max-width: 640px; }
@media (max-width: 768px) {
  .two-col, .dual-col, .dual-col--1 { grid-template-columns: 1fr; }
}
.section-head--left { text-align: left; margin-left: 0; }
.section-head--left p { margin-left: 0; }

.req-list, .rule-list { margin: 0; padding-left: 0; list-style: none; }
.req-list li, .rule-list li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px dashed var(--line);
  line-height: 1.7;
  color: var(--ink-soft);
}
.req-list li:last-child, .rule-list li:last-child { border-bottom: 0; }


.req-list li::before, .rule-list li::before {
  content: "墨";
  position: absolute;
  left: 0; top: 11px;
  width: 18px; height: 18px;
  display: grid; place-items: center;
  font-family: var(--font-brush);
  font-size: 11px;
  color: var(--paper);
  background: var(--seal);
  border-radius: 3px;
}


.rule-list li:has(.dual-badge)::before,
.req-list li:has(.dual-badge)::before { content: none; }
li:has(.dual-badge) { padding-left: 30px; }


.dual-badge {
  position: absolute;
  left: 0; top: 10px;
  min-width: 20px; height: 20px;
  padding: 0 4px;
  display: inline-grid;
  place-items: center;
  font-family: var(--font-brush), serif;
  font-size: 11px;
  color: var(--paper);
  background: var(--seal);
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.req-list strong { color: var(--ink); }

.faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 780px;
  margin: 0 auto;
}
.faq__item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.faq__item:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}
.faq__item[open] {
  border-color: rgba(158,43,37,.35);
  box-shadow: 0 4px 20px -8px rgba(158,43,37,.12);
}
.faq__item summary {
  cursor: pointer;
  padding: 20px 24px;
  font-family: var(--font-serif);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-left: 28px;
  background: transparent;
  transition: background .2s ease, color .2s ease;
}
.faq__item summary:hover {
  color: var(--seal);
  background: rgba(158,43,37,.03);
}

.faq__item summary::before {
  content: "";
  position: absolute;
  left: 0; top: 10px; bottom: 10px;
  width: 3px;
  border-radius: 2px;
  background: var(--line-strong);
  transition: background .25s ease, height .25s ease;
}
.faq__item:hover summary::before,
.faq__item[open] summary::before {
  background: var(--seal);
  height: calc(100% - 14px);
  top: 7px;
}
.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "＋";
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.8px solid var(--seal);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: var(--seal);
  line-height: 1;
  transition: transform .35s var(--ease), background .25s ease, color .25s ease;
}
.faq__item[open] summary::after {
  content: "－";
  transform: rotate(0deg);
}
.faq__item:hover summary::after {
  background: rgba(158,43,37,.08);
}

.faq__item p {
  margin: 0;
  padding: 4px 24px 20px 28px;
  color: var(--ink-mute);
  font-size: 15px;
  line-height: 1.85;
  position: relative;
  animation: faqIn .3s ease both;
}
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}


.event-card {
  display: flex;
  overflow: hidden;
  padding: 0;
}
.event-card__date {
  flex: none;
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: var(--ink);
  color: var(--paper);
}
.event-card__d { font-family: var(--font-brush); font-size: 30px; line-height: 1; }
.event-card__m { font-size: 12px; letter-spacing: .1em; opacity: .8; }
.event-card__body { padding: 18px 20px; flex: 1; }
.event-card__body h4 { margin: 8px 0 6px; }
.event-card__time { display: inline-block; font-size: 13px; color: var(--ink-mute); font-family: 'JetBrains Mono', 'Cascadia Code', monospace; letter-spacing: .02em; margin-bottom: 6px; }
.event-card__body p { margin: 0 0 12px; color: var(--ink-mute); font-size: 14px; line-height: 1.65; }
.event-card__link { color: var(--seal); font-family: var(--font-serif); font-size: 14px; text-decoration: none; }
.event-card__link:hover { text-decoration: underline; }

.inline-link { color: var(--seal); text-decoration: none; border-bottom: 1px solid rgba(158,43,37,.4); }
.inline-link:hover { border-bottom-color: var(--seal); }


@media (max-width: 820px) {
  .perk-list, .steps { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .lb-row { grid-template-columns: 48px 1fr auto; }
  .lb-role { display: none; }
}
@media (max-width: 620px) {
  .perk-list, .steps { grid-template-columns: 1fr; }
  .event-card { flex-direction: column; }
  .event-card__date { width: 100%; flex-direction: row; gap: 8px; padding: 10px; }
}


.nav li.current-menu-item > a,
.nav li.current_page_item > a { color: var(--seal); }
.nav li.current-menu-item > a::after,
.nav li.current_page_item > a::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 3px;
  border-radius: 2px;
  background: var(--seal);
}
.footer-col .footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-col .footer-menu li a { display: block; color: rgba(243,239,228,.7); font-size: 14px; padding: 5px 0; }
.footer-col .footer-menu li a:hover { color: var(--paper); }
.moji-pagination { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.moji-pagination ul { list-style: none; display: inline-flex; gap: 8px; padding: 0; margin: 0; }
.moji-pagination a,
.moji-pagination .page-numbers:not(.current) {
	display: inline-block;
	padding: 8px 14px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	color: var(--ink-soft);
	text-decoration: none;
	transition: border-color .2s, color .2s;
}
.moji-pagination a:hover,
.moji-pagination .page-numbers:not(.current):hover {
	border-color: var(--seal, #9e2b25);
	color: var(--ink-text);
}
.moji-pagination .current {
	background: var(--seal, #9e2b25);
	color: #f7efe2;
	border-color: var(--seal, #9e2b25);
}
.moji-pagination .btn-load-more {
	padding: 10px 32px;
	border-radius: var(--radius);
}


.section-head.is-left { text-align: left; }
.section-head.is-left h2::after { left: 0; transform: none; }
.section-head.is-right { text-align: right; }
.section-head.is-right h2::after { left: auto; right: 0; transform: none; }
.section-head.is-left h3::after { left: 0; transform: none; }
.section-head.is-right h3::after { left: auto; right: 0; transform: none; }


.moji-music {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
  box-shadow: var(--shadow-soft);
  max-width: 420px;
}
.moji-music__cover {
  width: 72px; height: 72px; flex: none;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
}
.moji-music__meta { display: flex; flex-direction: column; gap: 8px; }
.moji-music__title { font-family: var(--font-brush); font-size: 18px; color: var(--ink); }
.moji-music__btn {
  align-self: flex-start;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 600;
  padding: 7px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--seal);
  background: var(--seal); color: #f7efe2;
  cursor: pointer;
  transition: background .2s ease;
}
.moji-music__btn:hover { background: var(--seal-deep); }



.hero { position: relative; overflow: hidden; }
.hero-bg--img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}
.hero-slide.active { opacity: 1; }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}


[data-animation="slide"] .hero-slide {
  transform: translateX(100%);
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}
[data-animation="slide"] .hero-slide.active {
  transform: translateX(0);
  opacity: 1;
}



.hero {
  position: relative;      
  overflow: visible;       
}
.hero > .hero-inner,
.hero > .container {
  position: relative;
  z-index: 1;
}


body .elementor-widget-moji_hero {
  overflow: visible;
}
body .elementor-widget-moji_hero > .elementor-widget-container {
  overflow: visible;
}


@media (max-width: 768px) {
  section.hero { min-height: 320px; }
  section.hero.hero--sm { min-height: 220px; }
  .hero .hero-inner { padding-top: 2rem; padding-bottom: 2rem; }
  .hero h1 { font-size: 1.75rem; }
  .hero .lead { font-size: .9rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .hero-actions a.btn { display: inline-block; }
}


.footer-widgets {
  border-top: 1px solid var(--line);
  background: rgba(28, 27, 25, 0.02);
  padding: 36px 0;
}
.footer-widgets-grid { display: grid; gap: 24px; }
.footer-widgets-grid.cols-1 { grid-template-columns: 1fr; }
.footer-widgets-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.footer-widgets-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.footer-widgets-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.footer-widgets .widget h4 {
  color: var(--ink);
  margin-bottom: 14px;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--seal);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background .2s ease;
  z-index: 80;
  box-shadow: 0 8px 22px rgba(28, 27, 25, 0.22);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--seal-deep); }

@media (max-width: 768px) {
  .footer-widgets-grid.cols-3,
  .footer-widgets-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-widgets-grid.cols-2 { grid-template-columns: 1fr; }
}

