/* ---------- Header ---------- */
.ssyp-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .35s ease, box-shadow .35s ease, color .35s ease; color: var(--foreground); }

/* FSE block-wrapper shims so the editable header still inherits the original look. */
.ssyp-header.wp-block-group { margin: 0; }
.ssyp-header .ssyp-container { max-width: var(--container-max, 1280px); margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.ssyp-header .ssyp-header-utility .wp-block-group.ssyp-container { padding-top: 0; padding-bottom: 0; }
.ssyp-header .ssyp-header-tagline p,
.ssyp-header .ssyp-header-meta p { margin: 0; font-size: 11px; letter-spacing: .12em; line-height: 32px; }
.ssyp-header .ssyp-header-tagline p.sep,
.ssyp-header .ssyp-header-meta p.sep { opacity: .35; }

/* Brand block (site title + EN line). */
.ssyp-header .ssyp-brand-mark.wp-block-group { gap: 12px; flex: 0 0 auto; }
.ssyp-header .ssyp-brand-mark p { margin: 0; line-height: 0; }
.ssyp-header .ssyp-brand-logo { display: block; height: 44px; width: auto; max-width: 220px; object-fit: contain; }
@media (min-width: 1024px) { .ssyp-header .ssyp-brand-logo { height: 48px; max-width: 260px; } }
.ssyp-header .ssyp-brand-text.wp-block-group { gap: 0; }
.ssyp-header .ssyp-brand-text .cn,
.ssyp-header .ssyp-brand-text .cn a { font-family: var(--font-serif); font-weight: 700; font-size: 20px; letter-spacing: .08em; color: var(--primary); text-decoration: none; margin: 0; line-height: 1.1; }
.ssyp-header.is-transparent .ssyp-brand-text .cn,
.ssyp-header.is-transparent .ssyp-brand-text .cn a { color: #fff; }
.ssyp-header .ssyp-brand-text p.en { margin: 0; font-size: 10px; letter-spacing: .32em; color: var(--muted-foreground); text-transform: uppercase; line-height: 1.4; }
.ssyp-header.is-transparent .ssyp-brand-text p.en { color: rgba(255, 255, 255, .65); }

/* Navigation block reuses our existing styling via className="ssyp-nav ssyp-nav-primary". */
.ssyp-header .wp-block-navigation.ssyp-nav { display: none; }
@media (min-width: 1024px) { .ssyp-header .wp-block-navigation.ssyp-nav { display: block; } }
.ssyp-header .wp-block-navigation.ssyp-nav .wp-block-navigation__container { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; gap: 0; }
.ssyp-header .wp-block-navigation .wp-block-navigation-item { position: relative; }
.ssyp-header .wp-block-navigation .wp-block-navigation-item__content { position: relative; display: inline-flex; align-items: center; height: 88px; padding: 0 20px; font-size: 15px; font-weight: 500; letter-spacing: .04em; color: var(--foreground); transition: color .25s ease; }
.ssyp-header.is-transparent .wp-block-navigation .wp-block-navigation-item__content { color: rgba(255, 255, 255, .9); }
.ssyp-header .wp-block-navigation .wp-block-navigation-item__content:hover { color: var(--accent); }
/* 顶层导航 hover 下划线 — WP 在 nav 与 ul 之间会插入 responsive-container 包裹层，
   所以不能用 `>` 子代选择器，必须用后代+:not 排除 submenu */
.ssyp-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content::after { content: ''; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--accent); transition: width .3s ease; }
.ssyp-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation-item__content::after,
.ssyp-header .wp-block-navigation .wp-block-navigation__container > .current-menu-item > .wp-block-navigation-item__content::after { width: 24px; }
/* 子菜单项绝不长出顶层导航的下划线伪元素 */
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content::after,
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content::before { content: none !important; display: none !important; }
/* Submenu container — 提升 specificity 以覆盖 WP 核心默认 (min-width:200px / 1px border / white bg) */
.ssyp-header .wp-block-navigation .has-child .wp-block-navigation__submenu-container,
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container {
	left: 50% !important;
	top: calc(100% + 4px) !important; /* 4px 缓冲带，对齐 Next pt-1 */
	transform: translateX(-50%) !important;
	min-width: 220px !important;
	padding: 8px 0 !important;
	background: var(--background) !important;
	border: 0 none !important;
	border-top: 2px solid var(--accent) !important;
	border-radius: 0 !important;
	/* Next 用 shadow-xl：两层柔和投影；之前用的深棕重投影让边框视觉偏重 */
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1) !important;
	color: var(--foreground) !important;
	display: flex;
	flex-direction: column;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

/* 缓冲带 — hover 在父项与子菜单之间任何位置都不丢 hover state */
.ssyp-header .wp-block-navigation .has-child::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 6px;
	pointer-events: auto;
}

/* Submenu items — a 链接更深 selector 才能盖过 WP 默认 0.5em 1em */
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
	display: block;
	border: 0 none !important; /* 防止 WP 核心 / theme.json 在每行加分隔线 */
}
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content,
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	display: block;
	height: auto !important;
	padding: 10px 20px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0;
	line-height: 1.4;
	color: var(--foreground) !important;
	background: transparent;
	border: 0 none !important; /* 显式重置 — Next 子项无任何边框 */
	transition: background .2s ease, color .2s ease;
	white-space: nowrap;
}
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:focus {
	background: var(--secondary) !important;
	color: var(--accent) !important;
}

/* 隐藏 chevron 箭头（Next 端无展开图标） */
.ssyp-header .wp-block-navigation .wp-block-navigation__submenu-icon,
.ssyp-header .wp-block-navigation .wp-block-navigation-submenu__toggle.wp-block-navigation__submenu-icon { display: none !important; }

/* 透明 header（首页未滚动）时子菜单仍保持白底深字 */
.ssyp-header.is-transparent .wp-block-navigation .wp-block-navigation__submenu-container { color: var(--foreground) !important; }
.ssyp-header.is-transparent .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content { color: var(--foreground) !important; }

/* Phone CTA wrapped in core/buttons. */
.ssyp-header .ssyp-header-phone-wrap { margin: 0; }
.ssyp-header .ssyp-header-phone .wp-block-button__link { display: inline-flex; align-items: center; gap: 8px; padding: 0 0 0 20px; border-left: 1px solid var(--border); background: transparent; color: inherit; border-radius: 0; transition: color .25s ease, border-color .25s ease; }
.ssyp-header .ssyp-header-phone .wp-block-button__link:hover { color: var(--accent); }
.ssyp-header .ssyp-header-phone .ssyp-header-phone-icon svg { color: var(--accent); display: block; }
.ssyp-header.is-transparent .ssyp-header-phone .wp-block-button__link { border-left-color: rgba(255, 255, 255, .3); }
.ssyp-header .ssyp-header-phone { display: none; }
@media (min-width: 1024px) { .ssyp-header .ssyp-header-phone { display: inline-flex; } }

.ssyp-header.is-transparent { background: transparent; color: #fff; }
.ssyp-header.is-scrolled { background: rgba(248, 245, 239, 0.95); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); box-shadow: 0 2px 24px -10px rgba(31,24,20,.18); color: var(--foreground); }

.ssyp-header-utility { display: block; border-bottom: 1px solid var(--border); background: rgba(244, 240, 232, .55); color: var(--muted-foreground); transition: background .35s ease, color .35s ease, border-color .35s ease; }
.ssyp-header.is-transparent .ssyp-header-utility { background: linear-gradient(180deg, rgba(31, 24, 20, .55) 0%, rgba(31, 24, 20, .25) 100%); border-bottom-color: rgba(255, 255, 255, .18); color: #fff; }
/* 在 hero 大图上的子元素文字也强制白色 + 阴影，避免被浅色场景吃掉 */
.ssyp-header.is-transparent .ssyp-header-utility p,
.ssyp-header.is-transparent .ssyp-header-utility .ssyp-header-location,
.ssyp-header.is-transparent .ssyp-header-utility svg { color: rgba(255, 255, 255, .95); text-shadow: 0 1px 2px rgba(0, 0, 0, .35); }
.ssyp-header.is-transparent .ssyp-header-utility .sep { opacity: .55; }
.ssyp-header-utility .ssyp-container { display: flex; align-items: center; justify-content: space-between; height: 32px; font-size: 11px; letter-spacing: .12em; }
.ssyp-header-tagline,
.ssyp-header-meta { display: flex; align-items: center; gap: 12px; }
.ssyp-header-meta .ssyp-header-location { display: none; align-items: center; gap: 6px; }
.ssyp-header-utility .sep { opacity: .35; }
@media (min-width: 768px) { .ssyp-header-meta .ssyp-header-location { display: inline-flex; } }

.ssyp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 32px; }

/* Brand mark */
.ssyp-brand-mark { display: inline-flex; align-items: center; gap: 12px; color: inherit; }
.ssyp-brand-glyph { position: relative; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--primary); transition: border-color .35s ease, color .35s ease; }
.ssyp-header.is-transparent .ssyp-brand-glyph { border-color: var(--accent); }
.ssyp-brand-glyph-inner { position: absolute; inset: 6px; border: 1px solid rgba(90, 46, 26, .3); transition: border-color .35s ease; }
.ssyp-header.is-transparent .ssyp-brand-glyph-inner { border-color: rgba(168, 118, 58, .4); }
.ssyp-brand-char { position: relative; font-family: var(--font-serif); font-weight: 700; font-size: 20px; color: var(--primary); transition: color .35s ease; }
.ssyp-header.is-transparent .ssyp-brand-char { color: var(--accent); }
.ssyp-brand-corner { position: absolute; width: 4px; height: 4px; background: var(--accent); }
.ssyp-brand-corner-tl { top: 0; left: 0; }
.ssyp-brand-corner-tr { top: 0; right: 0; }
.ssyp-brand-corner-bl { bottom: 0; left: 0; }
.ssyp-brand-corner-br { bottom: 0; right: 0; }
.ssyp-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.ssyp-brand-text .cn { font-family: var(--font-serif); font-weight: 700; font-size: 20px; letter-spacing: .08em; color: var(--primary); transition: color .35s ease; }
.ssyp-brand-text .en { font-size: 10px; letter-spacing: .32em; color: var(--muted-foreground); text-transform: uppercase; transition: color .35s ease; }
.ssyp-header.is-transparent .ssyp-brand-text .cn { color: #fff; }
.ssyp-header.is-transparent .ssyp-brand-text .en { color: rgba(255, 255, 255, .65); }

/* Primary nav */
.ssyp-nav { display: none; }
@media (min-width: 1024px) { .ssyp-nav { display: block; } }
.ssyp-nav-primary { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; }
.ssyp-nav-item { position: relative; }
.ssyp-nav-link { position: relative; display: inline-flex; align-items: center; height: 88px; padding: 0 20px; font-size: 15px; font-weight: 500; letter-spacing: .04em; color: var(--foreground); transition: color .25s ease; }
.ssyp-nav-link:hover { color: var(--accent); }
.ssyp-header.is-transparent .ssyp-nav-link { color: rgba(255, 255, 255, .9); }
.ssyp-header.is-transparent .ssyp-nav-link:hover { color: #fff; }
.ssyp-nav-link::after { content: ''; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--accent); transition: width .3s ease; }
.ssyp-nav-item:hover .ssyp-nav-link::after,
.ssyp-nav-link.is-active::after { width: 24px; }
.ssyp-nav-link.is-active { color: var(--accent); }
.ssyp-header.is-transparent .ssyp-nav-link.is-active { color: #fff; }

.ssyp-nav-submenu { position: absolute; left: 50%; top: 100%; transform: translateX(-50%); min-width: 220px; padding-top: 4px; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; pointer-events: none; }
.ssyp-nav-item:hover .ssyp-nav-submenu { visibility: visible; opacity: 1; pointer-events: auto; }
.ssyp-nav-submenu > ul { list-style: none; margin: 0; padding: 8px 0; background: var(--background); border-top: 2px solid var(--accent); box-shadow: 0 24px 48px -24px rgba(31, 24, 20, .35); }
.ssyp-nav-submenu a { display: block; padding: 10px 20px; font-size: 14px; color: var(--foreground); transition: background .2s ease, color .2s ease; white-space: nowrap; }
.ssyp-nav-submenu a:hover { background: var(--secondary); color: var(--accent); }

/* Right side CTA */
.ssyp-header-cta { display: flex; align-items: center; gap: 16px; }
.ssyp-header-search { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: inherit; background: transparent; border: 0; cursor: pointer; transition: color .2s ease; }
.ssyp-header-search:hover { color: var(--accent); }
.ssyp-header-phone { display: none; align-items: center; gap: 8px; padding-left: 20px; border-left: 1px solid var(--border); color: inherit; transition: color .25s ease, border-color .25s ease; }
.ssyp-header-phone:hover { color: var(--accent); }
.ssyp-header-phone svg { color: var(--accent); }
.ssyp-header-phone-text { display: flex; flex-direction: column; line-height: 1.1; }
.ssyp-header-phone .label { font-size: 10px; opacity: .7; }
.ssyp-header-phone .num { font-family: var(--font-serif); font-weight: 700; font-size: 16px; letter-spacing: .04em; }
.ssyp-header.is-transparent .ssyp-header-phone { border-left-color: rgba(255, 255, 255, .3); }
@media (min-width: 1024px) { .ssyp-header-phone { display: inline-flex; } }


/* Mobile menu */
.ssyp-burger { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: inherit; }
@media (min-width: 1024px) { .ssyp-burger { display: none; } }
.ssyp-mobile-menu { position: fixed; inset: 0; background: var(--primary); z-index: 60; padding: 80px 32px 32px; display: none; flex-direction: column; gap: 8px; }
.ssyp-mobile-menu.is-open { display: flex; }
.ssyp-mobile-menu a { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 18px; color: rgba(255,255,255,.9); font-family: var(--font-serif); }
.ssyp-mobile-close { position: absolute; top: 24px; right: 24px; color: #fff; }

/* ---------- Page Hero ---------- */
.ssyp-page-hero { position: relative; height: 480px; min-height: 380px; color: #fff; background: var(--primary); overflow: hidden; }
.ssyp-page-hero-bg { position: absolute; inset: 0; }
.ssyp-page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.ssyp-page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,24,20,.70) 0%, rgba(31,24,20,.60) 50%, rgba(31,24,20,.85) 100%); }
.ssyp-page-hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: flex-end; padding-bottom: 56px; }
.ssyp-page-hero h1 { font-size: clamp(36px, 5vw, 56px); margin: 0 0 12px; letter-spacing: .04em; }
.ssyp-page-hero p { color: rgba(255,255,255,.78); margin: 0; font-size: 15px; max-width: 600px; }
.ssyp-page-hero-eyebrow { font-size: 11px; letter-spacing: .35em; color: var(--accent-light); font-family: var(--font-mono); margin-bottom: 16px; }

/* ---------- Breadcrumb ---------- */
.ssyp-breadcrumb { font-size: 12px; color: rgba(255,255,255,.7); letter-spacing: .15em; margin-bottom: 24px; }
.ssyp-breadcrumb a:hover { color: var(--accent-light); }
.ssyp-breadcrumb .sep { margin: 0 10px; opacity: .5; }

/* ---------- Card: 通用 ---------- */
.ssyp-card { background: var(--card); border-radius: var(--radius); overflow: hidden; transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; }
.ssyp-card:hover { transform: translateY(-4px); box-shadow: 0 28px 60px -28px rgba(31,24,20,.25); }
.ssyp-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--muted); }
.ssyp-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.ssyp-card:hover .ssyp-card-img img { transform: scale(1.06); }
.ssyp-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.ssyp-card-meta { font-size: 12px; color: var(--accent); letter-spacing: .15em; }
.ssyp-card h3 { font-size: 20px; margin: 0; color: var(--foreground); transition: color .2s; }
.ssyp-card:hover h3 { color: var(--primary); }
.ssyp-card-excerpt { font-size: 14px; color: var(--muted-foreground); margin: 0; line-height: 1.7; }
.ssyp-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); margin-top: auto; }
.ssyp-card-link { font-size: 12px; letter-spacing: .2em; color: var(--accent); }
/* ---------- Footer ---------- */
.ssyp-footer { background: #1d130c; color: rgba(255,255,255,.72); }
.ssyp-footer-banner { background: var(--primary); padding: 56px 0; }
.ssyp-footer-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.ssyp-footer-banner h3 { color: #fff; font-size: clamp(28px, 3.5vw, 40px); margin: 0 0 8px; }
.ssyp-footer-banner p { color: rgba(255,255,255,.68); margin: 0; }
.ssyp-footer-main { padding: 64px 0 32px; }
.ssyp-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 1024px) { .ssyp-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ssyp-footer-grid { grid-template-columns: 1fr; } }
.ssyp-footer h4 { color: #fff; font-family: var(--font-serif); font-size: 16px; margin: 0 0 20px; }
.ssyp-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.ssyp-footer ul a:hover { color: var(--accent-light); }
.ssyp-footer .info { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,.6); }
.ssyp-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; font-size: 12px; color: rgba(255,255,255,.42); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* ---------- Site Footer · Next 视觉对齐版（ssyp/site-footer 动态块） ---------- */
.ssyp-site-footer { background: var(--primary); color: rgba(255,255,255,.85); }
.ssyp-site-footer .ssyp-container { max-width: 1400px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* Top slogan bar */
.ssyp-footer-top { border-bottom: 1px solid rgba(255,255,255,.10); }
.ssyp-footer-top .ssyp-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-top: 40px; padding-bottom: 40px; }
.ssyp-footer-slogan-main { font-family: var(--font-serif); font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: .04em; line-height: 1.15; color: #fff; margin: 0; }
.ssyp-footer-slogan-main .dot { color: var(--accent); margin: 0 .15em; }
.ssyp-footer-slogan-sub { margin: 8px 0 0; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.ssyp-footer-slogan-cta { display: flex; gap: 12px; }
.ssyp-footer-btn { display: inline-flex; align-items: center; padding: 14px 28px; font-size: 14px; font-weight: 500; letter-spacing: .12em; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.ssyp-footer-btn.primary { background: var(--accent); border: 1px solid var(--accent); color: var(--accent-foreground, #fff); }
.ssyp-footer-btn.primary:hover { background: rgba(168,118,58,.85); }
.ssyp-footer-btn.outline { border: 1px solid rgba(255,255,255,.30); color: #fff; }
.ssyp-footer-btn.outline:hover { border-color: var(--accent); color: var(--accent); }

/* Main grid 12 columns simulated via fr 4 / 2 / 2 / 4 */
.ssyp-footer-main { padding: 64px 0; background: transparent; }
.ssyp-site-footer .ssyp-footer-grid { display: grid; grid-template-columns: 4fr 2fr 2fr 4fr; gap: 32px; }
@media (max-width: 1024px) { .ssyp-site-footer .ssyp-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 640px)  { .ssyp-site-footer .ssyp-footer-grid { grid-template-columns: 1fr; gap: 40px; } }

.ssyp-footer-col h4 { margin: 0; font-family: var(--font-serif); font-size: 16px; font-weight: 700; color: #fff; }
.ssyp-footer-rule { display: block; width: 32px; height: 2px; background: var(--accent); margin: 16px 0 20px; }
.ssyp-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ssyp-footer-col ul a { font-size: 14px; color: rgba(255,255,255,.70); transition: color .2s ease; }
.ssyp-footer-col ul a:hover { color: var(--accent); }

.ssyp-footer-col-brand .ssyp-footer-logo { display: block; max-height: 48px; max-width: 220px; width: auto; height: auto; object-fit: contain; margin-bottom: 12px; }
.ssyp-footer-intro { max-width: 26em; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.70); margin: 16px 0 0; }
.ssyp-footer-socials { display: flex; gap: 12px; margin-top: 24px; }
.ssyp-footer-social { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; font-size: 11px; color: rgba(255,255,255,.70); border: 1px solid rgba(255,255,255,.20); transition: color .2s ease, border-color .2s ease; cursor: default; }
.ssyp-footer-social:hover { color: var(--accent); border-color: var(--accent); }

.ssyp-footer-contact-list { gap: 16px; }
.ssyp-footer-contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.ssyp-footer-contact-list .icon { display: inline-flex; flex: 0 0 auto; margin-top: 2px; color: var(--accent); }
.ssyp-footer-contact-list .copy { display: flex; flex-direction: column; gap: 2px; font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.70); }
.ssyp-footer-contact-list .copy .label { font-size: 12px; color: rgba(255,255,255,.50); }
.ssyp-footer-contact-list .copy .value { color: rgba(255,255,255,.85); }
.ssyp-footer-contact-list .copy .value:hover { color: var(--accent); }
.ssyp-footer-contact-list .copy .tel { font-family: var(--font-serif); font-size: 18px; font-weight: 700; color: #fff; }
.ssyp-footer-contact-list .copy .tel:hover { color: var(--accent); }

/* Copyright row */
.ssyp-footer-copyright { border-top: 1px solid rgba(255,255,255,.10); }
.ssyp-footer-copy-inner { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; padding-top: 20px; padding-bottom: 20px; font-size: 12px; color: rgba(255,255,255,.50); }
.ssyp-footer-copy-left { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.ssyp-footer-copy-right { display: flex; gap: 20px; }
.ssyp-footer-copy-right a { color: rgba(255,255,255,.50); transition: color .2s ease; }
.ssyp-footer-copy-right a:hover { color: var(--accent); }

/* 兼容旧 footer 模板（不影响新 ssyp-site-footer 层级） */
.ssyp-footer ~ * { /* placeholder */ }

/* ---------- Filter Bar ---------- */
.ssyp-filterbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.ssyp-filterbar a { padding: 8px 18px; font-size: 13px; letter-spacing: .15em; color: var(--muted-foreground); border-radius: 999px; }
.ssyp-filterbar a.is-active, .ssyp-filterbar a:hover { background: var(--primary); color: #fff; }

/* ---------- Pagination ---------- */
.ssyp-pagination { display: flex; gap: 6px; justify-content: center; margin-top: 56px; }
.ssyp-pagination a, .ssyp-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 14px; font-size: 13px; border: 1px solid var(--border); }
.ssyp-pagination a:hover, .ssyp-pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }
/* ---------- 404 ---------- */
.ssyp-404 { text-align: center; padding: 160px 0; }
.ssyp-404 .code { font-family: var(--font-serif); font-size: 120px; color: var(--accent); }

