:root { color: #182235; background: #f7f5f1; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
.site-header { height: 68px; max-width: 1180px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: linear-gradient(135deg, #1f6ca8, #e5653d); font-size: 14px; }
nav { display: flex; gap: 26px; color: #566070; font-size: 14px; } nav a:hover { color: #c4462c; }
.hero { max-width: 1180px; min-height: 360px; margin: 0 auto; padding: 62px 72px; color: white; border-radius: 0 0 28px 28px; background: linear-gradient(120deg, #8e2b21, #db512e 55%, #ff8c50); }
.eyebrow { margin: 0 0 8px; color: #d8593c; letter-spacing: 1.8px; font-size: 11px; font-weight: 700; }.hero .eyebrow { color: #ffd0c2; }
h1 { margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.15; } h2 { margin: 0; font-size: 26px; }.hero > p:not(.eyebrow) { line-height: 1.8; font-size: 18px; }
.button { display: inline-block; padding: 12px 22px; border-radius: 999px; font-weight: 700; }.button.light { background: white; color: #a73826; }
.section { max-width: 1180px; margin: 0 auto; padding: 56px 28px; }.surface { max-width: none; background: white; }.surface > * { max-width: 1124px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }.section-heading > span { color: #8a8f99; font-size: 13px; }
.schedule-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.live-card, .product-card, .guide-card { border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 10px 24px rgba(29, 34, 45, .06); }.live-card { padding: 22px; border-top: 4px solid #d75033; }.live-card .time { color: #d75033; font-size: 13px; }.live-card h3, .product-card h3, .guide-card h3 { margin: 10px 0 8px; font-size: 19px; }.live-card p, .guide-card p { color: #6f7480; margin: 0; line-height: 1.6; font-size: 14px; }.tag { display: inline-block; padding: 4px 8px; color: #a13c29; background: #fff0eb; border-radius: 999px; font-size: 12px; }.live-card a { display: inline-block; margin-top: 16px; color: #c4452b; font-weight: 700; font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.product-card img { width: 100%; height: 180px; object-fit: cover; background: #f1eee9; }.product-card .body { padding: 16px; }.product-card p { margin: 0; color: #747985; font-size: 13px; }.product-card strong { display: block; margin-top: 12px; color: #cc482d; font-size: 18px; }.product-card a { display: inline-block; margin-top: 15px; color: #bd442b; font-size: 14px; font-weight: 700; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.guide-card { padding: 24px; background: linear-gradient(135deg, #fff, #fff6f0); }.guide-card a { color: #bd442b; font-size: 14px; font-weight: 700; display: inline-block; margin-top: 14px; }
.loading, .empty { color: #9297a1; grid-column: 1 / -1; text-align: center; padding: 32px; background: white; border-radius: 16px; }
footer { padding: 32px; color: #7d828c; text-align: center; font-size: 13px; } footer a { color: #7d828c; }
@media (max-width: 720px) { .site-header { padding: 0 16px; } nav { gap: 12px; font-size: 12px; }.hero { border-radius: 0; padding: 48px 28px; }.section { padding: 42px 18px; }.schedule-list, .product-grid, .guide-grid { grid-template-columns: 1fr; }.product-card img { height: 220px; }.section-heading { align-items: start; gap: 10px; }.section-heading > span { text-align: right; }.brand { font-size: 16px; } }
