*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f5efe4;
  --bg-card: #fffdf9;
  --text: #1a1a1a;
  --gold: #b8860b;
  --gold-light: #d4a843;
  --red: #c41e3a;
  --blue: #1565c0;
  --blue-dark: #1a3a5c;
  --border: #e8e0d4;
  --green-soft: #4a6741;
  --serif: "Noto Serif SC", "Source Han Serif SC", "SimSun", "STSong", serif;
  --sans: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  font-family: var(--sans);
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(212, 168, 67, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 0% 55%, rgba(74, 103, 65, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 100% 45%, rgba(74, 103, 65, 0.09) 0%, transparent 55%),
    radial-gradient(circle at 12% 18%, rgba(196, 30, 58, 0.04) 0%, transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(21, 101, 192, 0.045) 0%, transparent 32%),
    linear-gradient(175deg, #faf6ef 0%, #f3ebe0 45%, #e8ddd0 100%);
  line-height: 1.85;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(ellipse 55% 22% at 18% 8%, rgba(255, 255, 255, 0.62) 0%, transparent 70%),
    radial-gradient(ellipse 48% 20% at 82% 12%, rgba(255, 255, 255, 0.52) 0%, transparent 68%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23b8860b' fill-opacity='0.055'%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='50' cy='30' r='0.8'/%3E%3Ccircle cx='30' cy='60' r='1.2'/%3E%3Ccircle cx='70' cy='55' r='0.7'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 800' preserveAspectRatio='xMinYMin slice'%3E%3Cg opacity='0.52' stroke='%237d9474' fill='none'%3E%3Cline x1='60' y1='800' x2='60' y2='70' stroke-width='5.5'/%3E%3Cline x1='36' y1='640' x2='36' y2='160' stroke='%238fa888' stroke-width='4'/%3E%3Cline x1='84' y1='700' x2='84' y2='220' stroke='%238fa888' stroke-width='3.5'/%3E%3Cellipse cx='60' cy='310' rx='18' ry='4' stroke-width='2'/%3E%3Cellipse cx='36' cy='470' rx='14' ry='3.5' stroke-width='1.8'/%3E%3Cellipse cx='84' cy='540' rx='14' ry='3.5' stroke-width='1.8'/%3E%3Cpath d='M74,260 Q98,244 112,256' stroke='%238fa888' stroke-width='2'/%3E%3Cpath d='M46,400 Q22,384 10,398' stroke='%238fa888' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 800' preserveAspectRatio='xMaxYMin slice'%3E%3Cg opacity='0.52' stroke='%237d9474' fill='none'%3E%3Cline x1='60' y1='800' x2='60' y2='70' stroke-width='5.5'/%3E%3Cline x1='36' y1='640' x2='36' y2='160' stroke='%238fa888' stroke-width='4'/%3E%3Cline x1='84' y1='700' x2='84' y2='220' stroke='%238fa888' stroke-width='3.5'/%3E%3Cellipse cx='60' cy='310' rx='18' ry='4' stroke-width='2'/%3E%3Cellipse cx='36' cy='470' rx='14' ry='3.5' stroke-width='1.8'/%3E%3Cellipse cx='84' cy='540' rx='14' ry='3.5' stroke-width='1.8'/%3E%3Cpath d='M74,260 Q98,244 112,256' stroke='%238fa888' stroke-width='2'/%3E%3Cpath d='M46,400 Q22,384 10,398' stroke='%238fa888' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 240' preserveAspectRatio='none'%3E%3Cg opacity='0.55'%3E%3Cpath d='M0,240 L0,145 Q120,55 280,110 T560,75 T840,105 T1120,70 T1440,95 L1440,240 Z' fill='%237d9474'/%3E%3Cpath d='M0,240 L0,168 Q220,95 440,140 T880,105 T1320,125 T1440,148 L1440,240 Z' fill='%238fa888' opacity='0.8'/%3E%3Cpath d='M0,240 L0,198 Q360,158 720,182 T1440,208 L1440,240 Z' fill='%239eb5a0' opacity='0.65'/%3E%3C/g%3E%3C/svg%3E");
  background-size:
    100% 100%,
    100% 100%,
    80px 80px,
    clamp(85px, 10.5vw, 160px) 100%,
    clamp(85px, 10.5vw, 160px) 100%,
    100% clamp(220px, 26vh, 300px);
  background-position:
    center top,
    center top,
    center center,
    left top,
    right top,
    center bottom;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat, no-repeat;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.48;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 119px,
      rgba(184, 134, 11, 0.035) 119px,
      rgba(184, 134, 11, 0.035) 120px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 119px,
      rgba(184, 134, 11, 0.028) 119px,
      rgba(184, 134, 11, 0.028) 120px
    );
  mask-image: radial-gradient(ellipse 90% 65% at 50% 38%, #000 15%, transparent 72%);
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.page-wrap {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

/* 导航 */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 239, 0.88);
  backdrop-filter: blur(10px) saturate(1.1);
  border-bottom: 1px solid rgba(184, 134, 11, 0.18);
  box-shadow: 0 4px 20px rgba(74, 103, 65, 0.06);
  margin: 0 -1.25rem 2rem;
  padding: 0 1.25rem;
}

.site-nav-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 0;
}

.site-logo {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.site-logo:hover { text-decoration: none; }

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.9rem;
  color: #444;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  border-bottom-color: var(--gold-light);
  text-decoration: none;
}

/* 页头 */
.site-header {
  text-align: center;
  padding: 2rem 1.5rem 1.75rem;
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
  margin-bottom: 2rem;
  position: relative;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(212, 168, 67, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.7) 0%, transparent 100%);
  border-radius: 6px;
}

.site-header::before,
.site-header::after {
  content: "◆";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.55rem;
  color: rgba(184, 134, 11, 0.35);
  letter-spacing: 0;
}

.site-header::before { left: 0.5rem; }
.site-header::after { right: 0.5rem; }

.site-header h1 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.site-header .subtitle {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #666;
  letter-spacing: 0.08em;
}

.breadcrumb {
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.breadcrumb a { color: #888; }
.breadcrumb a:hover { color: var(--blue); }

/* 板块 */
.section {
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 250, 242, 0.95) 100%);
  border: 1px solid rgba(232, 224, 212, 0.9);
  border-top: 2px solid rgba(184, 134, 11, 0.25);
  border-radius: 6px;
  padding: 2rem 1.75rem;
  margin-bottom: 2rem;
  box-shadow:
    0 2px 16px rgba(74, 103, 65, 0.06),
    0 1px 4px rgba(184, 134, 11, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 700;
  color: var(--gold);
  text-align: center;
  margin-bottom: 1.75rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.75rem;
}

.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--gold-light);
  margin: 0.6rem auto 0;
}

.section-title-left {
  text-align: left;
}

.section-title-left::after {
  margin: 0.6rem 0 0;
}

.text-red { color: var(--red); }
.text-blue { color: var(--blue); }
.text-bold { font-weight: 700; }

/* 首页 */
.hero-banner {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 168, 67, 0.06) 0%, transparent 65%),
    linear-gradient(160deg, #fffdf9 0%, #faf5ec 100%);
  border: 1px solid rgba(232, 224, 212, 0.9);
  border-top: 2px solid rgba(184, 134, 11, 0.3);
  border-radius: 6px;
  margin-bottom: 2rem;
  box-shadow:
    0 4px 24px rgba(74, 103, 65, 0.07),
    0 1px 6px rgba(184, 134, 11, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.hero-banner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.hero-banner > * {
  position: relative;
  z-index: 1;
}

.hero-banner h2 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  color: var(--gold);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

.hero-banner .hero-row {
  margin: 0.25rem auto 1.25rem;
}

.hero-banner p {
  font-size: 0.95rem;
  color: #444;
  max-width: 640px;
  margin: 0 auto 1.5rem;
  text-indent: 2em;
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.btn-primary {
  background: var(--gold);
  color: #fff;
  border: 1px solid var(--gold);
}

.btn-primary:hover {
  background: var(--gold-light);
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.btn-outline:hover {
  background: rgba(184, 134, 11, 0.08);
  text-decoration: none;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.entry-card {
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 250, 242, 0.95) 100%);
  border: 1px solid rgba(232, 224, 212, 0.9);
  border-top: 2px solid rgba(184, 134, 11, 0.2);
  border-radius: 6px;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 10px rgba(74, 103, 65, 0.05);
}

.entry-card:hover {
  box-shadow: 0 6px 20px rgba(74, 103, 65, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

.entry-card h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.entry-card p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

/* 活动背景 */
.hero-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.portrait-wrap {
  flex: 0 0 280px;
  position: relative;
}

.site-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  background: #f0ebe3;
}

.portrait-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  min-height: 280px;
}

.gallery-img {
  aspect-ratio: 16/10;
  object-fit: cover;
  min-height: 140px;
}

.qr-img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.qr-img-lg {
  width: 180px;
  height: 180px;
}

.cert-img {
  aspect-ratio: 4/3;
  object-fit: contain;
  min-height: 200px;
}

.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ebe3;
  border: 1px dashed #c8bfb0;
  color: #8a7f72;
  font-size: 0.85rem;
  text-align: center;
  padding: 1rem;
  min-height: 120px;
  border-radius: 2px;
}

.portrait-wrap .img-placeholder {
  aspect-ratio: 1 / 1;
  min-height: 280px;
}

.watermark {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.7rem;
  color: rgba(184, 134, 11, 0.55);
  font-family: var(--serif);
  letter-spacing: 0.05em;
  pointer-events: none;
}

.poem-vertical {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--serif);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  color: #333;
  padding: 0;
}

.poem-vertical .author {
  margin-top: 1rem;
  font-size: 0.9em;
  color: #666;
}

.bg-text p {
  text-indent: 2em;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.bg-text p:last-child { margin-bottom: 0; }

.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.gallery-item .img-placeholder {
  aspect-ratio: 16/10;
  min-height: 140px;
}

.gallery-caption {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #777;
  text-align: center;
  line-height: 1.6;
}

/* 表格 */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.schedule-table th {
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 100%);
  color: #fffdf9;
  font-family: var(--serif);
  font-weight: 700;
  padding: 0.85rem 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 2px solid rgba(255, 253, 249, 0.25);
}

.schedule-table td {
  padding: 0.85rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.schedule-table tbody tr:last-child td { border-bottom: none; }
.schedule-table tbody tr:nth-child(even) { background: rgba(245, 239, 228, 0.65); }

/* 子模块 */
.sub-module { margin-bottom: 2rem; }
.sub-module:last-child { margin-bottom: 0; }

.sub-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.sub-title::before {
  content: "★";
  font-size: 0.85em;
  color: var(--red);
}

.group-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem 1.5rem;
}

.group-list li {
  padding: 0.35rem 0;
  font-size: 0.95rem;
  border-bottom: 1px dotted var(--border);
}

.rule-list {
  list-style: decimal;
  padding-left: 1.5rem;
}

.rule-list li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  gap: 0.75rem;
}

.qr-block .img-placeholder {
  width: 140px;
  height: 140px;
  min-height: 140px;
}

.qr-caption {
  font-size: 0.9rem;
  color: var(--blue);
  font-weight: 500;
}

.wechat-id {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
}

.wechat-id strong {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.wechat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.wechat-actions .btn {
  cursor: pointer;
  font-family: inherit;
}

.wechat-tip {
  font-size: 0.82rem;
  color: var(--gold);
  margin: 0;
  text-align: center;
}

.award-list {
  list-style: none;
  margin-bottom: 1.25rem;
}

.award-list li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
  padding-left: 1.2rem;
  position: relative;
}

.award-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.cert-placeholder {
  max-width: 360px;
  margin: 1rem auto;
}

.cert-placeholder .img-placeholder {
  aspect-ratio: 4/3;
  min-height: 200px;
}

.benefit-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.9;
}

.org-rewards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.org-card {
  padding: 1rem;
  background: rgba(249, 246, 240, 0.8);
  border: 1px solid var(--border);
  border-radius: 2px;
}

.org-card h4 {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.org-card p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.statement-list { list-style: none; }

.statement-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
}

.statement-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-family: var(--serif);
}

/* 公告列表 */
.notice-list { list-style: none; }

.notice-item {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}

.notice-item:first-child { padding-top: 0; }
.notice-item:last-child { border-bottom: none; }

.notice-item a.notice-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
}

.notice-item a.notice-title:hover { color: var(--gold); }

.notice-meta {
  font-size: 0.82rem;
  color: #999;
  margin-bottom: 0.5rem;
}

.notice-excerpt {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
}

.notice-tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  background: rgba(21, 101, 192, 0.08);
  color: var(--blue);
  border-radius: 2px;
  margin-right: 0.5rem;
}

/* 公告详情 */
.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.article-header h1 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  color: var(--gold);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.article-meta {
  font-size: 0.85rem;
  color: #999;
}

.article-body p {
  text-indent: 2em;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.article-body h2 {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--red);
  margin: 1.5rem 0 0.75rem;
}

.article-body h3 {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--gold);
  margin: 1.25rem 0 0.5rem;
  font-weight: 700;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body ul,
.article-body ol {
  margin: 0 0 1rem 1.5rem;
  font-size: 0.95rem;
}

.article-body li { margin-bottom: 0.5rem; }

.article-back {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
}

/* 报名方式 */
.step-list {
  list-style: none;
  counter-reset: step;
}

.step-list li {
  counter-increment: step;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.step-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.register-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.info-card {
  padding: 1.25rem;
  background: rgba(249, 246, 240, 0.8);
  border: 1px solid var(--border);
  border-radius: 2px;
}

.info-card h3,
.info-card h4 {
  font-family: var(--serif);
  color: var(--gold);
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.info-card p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.more-link {
  text-align: right;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.site-footer {
  text-align: center;
  padding: 2rem 0 1rem;
  font-size: 0.82rem;
  color: #999;
  border-top: 1px solid rgba(184, 134, 11, 0.15);
  margin-top: 1rem;
  position: relative;
}

.site-footer::before {
  content: "— · —";
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.7rem;
  color: rgba(184, 134, 11, 0.35);
  letter-spacing: 0.4em;
}

.footer-links {
  margin-top: 0.65rem;
  line-height: 1.8;
}

.footer-links a {
  color: #8b6914;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-geo {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #aaa;
}

.cta-soft {
  margin-top: 1.25rem;
  padding: 0.95rem 1rem;
  font-size: 0.92rem;
  line-height: 1.85;
  color: #5a4a2a;
  background: rgba(184, 134, 11, 0.06);
  border-left: 3px solid rgba(184, 134, 11, 0.45);
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list dt {
  margin-top: 1.15rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: #3a2f1a;
  line-height: 1.6;
}

.faq-list dt:first-child {
  margin-top: 0;
}

.faq-list dd {
  margin: 0.4rem 0 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #555;
  background: rgba(0, 0, 0, 0.02);
}

.float-cta {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  padding: 1.15rem 0.85rem;
  font-family: var(--sans, "Noto Sans SC", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.45;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: linear-gradient(180deg, #d42845 0%, #c41e3a 55%, #a01830 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow:
    0 8px 24px rgba(196, 30, 58, 0.42),
    0 2px 6px rgba(0, 0, 0, 0.12);
  animation: float-cta-pulse 2.4s ease-in-out infinite;
}

.float-cta:hover {
  filter: brightness(1.08);
  transform: translateY(calc(-50% - 2px));
  animation: none;
  box-shadow:
    0 12px 28px rgba(196, 30, 58, 0.5),
    0 3px 8px rgba(0, 0, 0, 0.14);
}

@keyframes float-cta-pulse {
  0%, 100% {
    box-shadow:
      0 8px 24px rgba(196, 30, 58, 0.42),
      0 2px 6px rgba(0, 0, 0, 0.12);
  }
  50% {
    box-shadow:
      0 10px 28px rgba(196, 30, 58, 0.58),
      0 0 0 6px rgba(196, 30, 58, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-cta { animation: none; }
}

@media (max-width: 640px) {
  .page-wrap { padding: 0 1rem 3rem; }
  .site-nav { margin: 0 -1rem 1.5rem; padding: 0 1rem; }
  .section { padding: 1.5rem 1.15rem; }
  .hero-row { flex-direction: column; align-items: center; }
  .portrait-wrap { flex: none; width: 240px; }
  .poem-vertical {
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 2;
  }
  .gallery-row { grid-template-columns: 1fr; }
  .org-rewards { grid-template-columns: 1fr; }
  .group-list { grid-template-columns: 1fr; }
  .register-info { grid-template-columns: 1fr; }
  .nav-links { gap: 0.25rem 0.85rem; }
  .nav-links a { font-size: 0.85rem; }
  .float-cta {
    right: 0.75rem;
    top: auto;
    bottom: 1.1rem;
    transform: none;
    min-width: 0;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    border-radius: 999px;
    animation: none;
  }

  .float-cta:hover {
    transform: translateY(-2px);
  }
  .page-wrap { padding-bottom: 4.5rem; }
  body::after { opacity: 0.32; }
  body::before {
    background-size:
      100% 100%,
      100% 100%,
      80px 80px,
      clamp(75px, 9vw, 130px) 100%,
      clamp(75px, 9vw, 130px) 100%,
      100% clamp(200px, 22vh, 270px);
  }
  .site-header::before,
  .site-header::after { display: none; }
}
