/* roulang page: index */
:root {
      --ink: #171410;
      --ink-soft: #3a342c;
      --muted: #6f675c;
      --paper: #f6f1e8;
      --paper-2: #efe6d8;
      --white: #fffcf7;
      --line: #d8cebf;
      --brand: #b45b32;
      --brand-deep: #8c3f22;
      --forest: #2c4a45;
      --forest-2: #1d3330;
      --gold: #c9a36a;
      --live: #d24b3a;
      --ok: #2f7a62;
      --radius: 28px;
      --radius-sm: 16px;
      --shadow: 0 18px 50px rgba(28, 22, 16, .12);
      --shadow-sm: 0 8px 24px rgba(28, 22, 16, .08);
      --grad: linear-gradient(135deg, #1d3330 0%, #b45b32 52%, #c9a36a 100%);
      --grad-soft: linear-gradient(180deg, rgba(44,74,69,.92), rgba(28,22,16,.78));
      --space: 28px;
      --max: 1180px;
      --header: 76px;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.75;
      font-size: 16px;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; height: auto; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font-family: inherit; }
    button { cursor: pointer; }
    h1, h2, h3, h4 { font-family: "Noto Serif SC", serif; line-height: 1.25; margin: 0 0 12px; letter-spacing: .02em; }
    p { margin: 0 0 14px; }
    ul { margin: 0; padding: 0; list-style: none; }
    :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
    .container { width: min(100% - 36px, var(--max)); margin: 0 auto; }
    .skip {
      position: absolute; left: -999px; top: 8px;
      background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px;
    }
    .skip:focus { left: 12px; z-index: 80; }
    .site-header {
      position: sticky; top: 0; z-index: 50;
      height: var(--header);
      display: flex; align-items: center;
      background: rgba(246,241,232,.86);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(216,206,191,.7);
    }
    .nav {
      display: flex; align-items: center; justify-content: space-between; gap: 20px;
      width: min(100% - 36px, var(--max)); margin: 0 auto;
    }
    .logo {
      display: flex; align-items: center; gap: 10px;
      font-family: "Noto Serif SC", serif; font-weight: 700; font-size: 22px;
    }
    .logo-mark {
      width: 34px; height: 34px; border-radius: 10px;
      background: var(--grad); box-shadow: var(--shadow-sm);
      position: relative;
    }
    .logo-mark::after {
      content: ""; position: absolute; inset: 8px 8px 8px 11px;
      border: 2px solid #fff; border-left: 0; border-radius: 0 6px 6px 0;
    }
    .nav-links { display: flex; align-items: center; gap: 6px; }
    .nav-links a {
      padding: 8px 12px; border-radius: 999px; color: var(--ink-soft); font-size: 14px; font-weight: 500;
      transition: background .2s, color .2s, transform .2s;
    }
    .nav-links a:hover { background: #efe4d4; color: var(--ink); }
    .nav-links a.active { background: var(--forest); color: #fff; }
    .nav-cta {
      margin-left: 8px !important;
      background: var(--grad) !important; color: #fff !important;
      box-shadow: 0 8px 18px rgba(180,91,50,.28);
    }
    .nav-cta:hover { transform: translateY(-1px); }
    .nav-toggle {
      display: none; width: 44px; height: 44px; border: 1px solid var(--line);
      border-radius: 12px; background: var(--white);
    }
    .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
      display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; position: relative;
    }
    .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
    .nav-toggle span::before { top: -6px; }
    .nav-toggle span::after { top: 6px; }
    .hero-live {
      position: relative; min-height: calc(100vh - var(--header));
      color: #fff; isolation: isolate;
      clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
      display: flex; align-items: flex-end;
      padding: 48px 0 110px;
    }
    .hero-bg {
      position: absolute; inset: 0; z-index: -2;
      background: #1a1612 url("/assets/images/6305523ad4eea826.jpg") center/cover no-repeat;
      transform: scale(1.04);
    }
    .hero-mask {
      position: absolute; inset: 0; z-index: -1;
      background:
        linear-gradient(90deg, rgba(17,14,11,.78) 8%, rgba(17,14,11,.38) 58%, rgba(180,91,50,.28) 100%),
        linear-gradient(180deg, rgba(17,14,11,.18), rgba(17,14,11,.72));
    }
    .live-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
    .badge, .data-badge, .tag {
      display: inline-flex; align-items: center; gap: 8px;
      border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .08em;
    }
    .badge-live {
      background: var(--live); color: #fff; padding: 7px 12px;
      box-shadow: 0 8px 18px rgba(210,75,58,.35);
    }
    .pulse { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 1.6s infinite; }
    @keyframes pulse {
      70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
      100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
    }
    .badge-ghost {
      padding: 7px 12px; border: 1px solid rgba(255,255,255,.35);
      background: rgba(255,255,255,.08); backdrop-filter: blur(10px);
    }
    .hero-live h1 { font-size: clamp(34px, 5vw, 62px); max-width: 16ch; margin-bottom: 16px; }
    .lead { max-width: 720px; font-size: 16px; color: rgba(255,252,247,.9); }
    .countdown { display: flex; gap: 12px; margin: 28px 0 22px; flex-wrap: wrap; }
    .cd-item {
      min-width: 86px; padding: 14px 10px 12px; text-align: center;
      border-radius: 22px; background: rgba(255,252,247,.12);
      border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow-sm);
      backdrop-filter: blur(16px);
    }
    .cd-num { display: block; font-size: 32px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
    .cd-label { font-size: 12px; color: rgba(255,255,255,.75); letter-spacing: .16em; }
    .remind-form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 560px; }
    .remind-form input {
      flex: 1; min-width: 220px; height: 52px; border: 0; border-radius: 16px;
      padding: 0 16px; background: rgba(255,252,247,.94); color: var(--ink);
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      height: 52px; padding: 0 22px; border: 0; border-radius: 16px;
      font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, opacity .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }
    .btn-primary { background: var(--grad); color: #fff; box-shadow: 0 12px 28px rgba(180,91,50,.32); }
    .btn-dark { background: var(--forest); color: #fff; }
    .btn-line { background: transparent; color: var(--ink); border: 1px solid var(--line); }
    .hero-points { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
    .hero-points span {
      padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18); font-size: 13px;
    }
    main { display: block; }
    .band { padding: 88px 0; position: relative; }
    .band-alt { background: var(--white); }
    .band-warm { background: var(--paper-2); }
    .band-dark {
      background: var(--forest-2) url("/assets/images/b0f31ee0eedecfb8.webp") center/cover no-repeat;
      color: #fff;
    }
    .band-dark::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(20,32,30,.94), rgba(20,32,30,.82) 55%, rgba(180,91,50,.55));
    }
    .band-dark > .container { position: relative; z-index: 1; }
    .kicker { color: var(--brand); font-size: 13px; font-weight: 700; letter-spacing: .18em; margin-bottom: 8px; }
    .band-dark .kicker { color: var(--gold); }
    .section-head { max-width: 720px; margin-bottom: 36px; }
    .section-head h2 { font-size: clamp(28px, 3vw, 40px); }
    .section-head p, .copy { color: var(--muted); }
    .band-dark .copy, .band-dark .section-head p { color: rgba(255,255,255,.82); }
    .catalog { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
    .catalog-visual {
      border-radius: var(--radius); overflow: hidden; min-height: 520px; position: relative; box-shadow: var(--shadow);
    }
    .catalog-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
    .catalog-visual figcaption {
      position: absolute; left: 18px; right: 18px; bottom: 18px;
      background: rgba(23,20,16,.72); color: #fff; border-radius: 18px; padding: 16px 18px;
      backdrop-filter: blur(12px);
    }
    .catalog-list { display: flex; flex-direction: column; gap: 10px; }
    .catalog-item {
      display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center;
      padding: 16px 18px; background: var(--white); border: 1px solid var(--line);
      border-radius: 22px; transition: transform .2s, box-shadow .2s, border-color .2s;
    }
    .catalog-item:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); border-color: #c9b79a; }
    .num {
      font-family: "Noto Serif SC", serif; font-size: 22px; color: var(--brand);
    }
    .metrics { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 16px; }
    .metric-wide, .metric-card {
      border-radius: var(--radius); padding: 28px; background: var(--white);
      box-shadow: var(--shadow-sm); border: 1px solid rgba(216,206,191,.8);
    }
    .metric-wide {
      background: var(--grad); color: #fff; min-height: 230px;
      display: flex; flex-direction: column; justify-content: space-between;
    }
    .metric-num { font-size: 56px; font-weight: 700; line-height: 1; font-family: "Noto Serif SC", serif; }
    .data-badge {
      background: rgba(255,255,255,.16); color: #fff; padding: 6px 10px; width: fit-content;
    }
    .metric-card .metric-num { font-size: 42px; color: var(--forest); }
    .bento { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 16px; }
    .card {
      background: var(--white); border-radius: var(--radius); overflow: hidden;
      border: 1px solid var(--line); box-shadow: var(--shadow-sm);
      transition: transform .2s, box-shadow .2s;
    }
    .card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .card img { width: 100%; height: 210px; object-fit: cover; }
    .card-body { padding: 20px 22px 22px; }
    .card-body h3 { font-size: 22px; }
    .card-body p { color: var(--muted); font-size: 14px; }
    .card-feature { grid-row: span 2; }
    .card-feature img { height: 62%; min-height: 280px; }
    .matrix { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
    .service-hero {
      grid-row: span 2; border-radius: var(--radius); overflow: hidden; position: relative; min-height: 420px; color: #fff;
    }
    .service-hero img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
    .service-hero .shade {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(23,20,16,.1), rgba(23,20,16,.82));
    }
    .service-hero .inner { position: absolute; left: 24px; right: 24px; bottom: 24px; }
    .service-item {
      padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line);
      min-height: 170px; transition: border-color .2s, transform .2s, background .2s;
    }
    .service-item:hover { background: var(--white); border-color: var(--gold); transform: translateY(-3px); }
    .service-item h3 { font-size: 20px; }
    .news { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
    .news-cover { border-radius: var(--radius); overflow: hidden; min-height: 420px; position: relative; }
    .news-cover img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
    .news-list li {
      display: grid; grid-template-columns: 92px 1fr; gap: 16px;
      padding: 18px 0; border-bottom: 1px solid var(--line);
    }
    .news-list time { color: var(--brand); font-size: 13px; font-weight: 700; }
    .news-list h3 { font-size: 18px; margin-bottom: 4px; }
    .news-list p { color: var(--muted); font-size: 14px; margin: 0; }
    .compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
    .compare-col { padding: 32px 28px; }
    .compare-a { background: var(--forest); color: #fff; }
    .compare-b { background: var(--white); }
    .compare li {
      display: flex; gap: 10px; align-items: flex-start; padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px;
    }
    .compare-b li { border-bottom-color: var(--line); color: var(--ink-soft); }
    .dot { width: 8px; height: 8px; border-radius: 50%; margin-top: 8px; flex: 0 0 8px; background: var(--gold); }
    .compare-b .dot { background: #c4b8a6; }
    .rail-wrap { overflow: auto; padding-bottom: 8px; }
    .rail { display: flex; gap: 16px; min-width: max-content; }
    .rail .card { width: 280px; }
    .rail .card img { height: 170px; }
    .timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
    .mile {
      padding: 22px 18px; border-radius: 24px; background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14); min-height: 210px;
    }
    .mile strong { display: block; font-size: 13px; color: var(--gold); margin-bottom: 10px; letter-spacing: .12em; }
    .topics { display: flex; flex-wrap: wrap; gap: 10px; }
    .tag {
      padding: 10px 14px; background: var(--white); border: 1px solid var(--line); color: var(--ink-soft);
      letter-spacing: 0; font-size: 14px; font-weight: 500;
    }
    .tag:hover { border-color: var(--brand); color: var(--brand-deep); background: #fff7ef; }
    .case { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); }
    .case img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
    .case-body { padding: 36px 32px; }
    .case-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 18px; }
    .mini { background: var(--paper); border-radius: 18px; padding: 14px; }
    .mini h4 { font-size: 15px; margin-bottom: 6px; }
    .mini p { font-size: 13px; color: var(--muted); margin: 0; }
    .checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .check {
      display: flex; gap: 12px; align-items: flex-start;
      padding: 16px; border-radius: 18px; background: var(--white); border: 1px solid var(--line);
    }
    .tick {
      width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff;
      display: grid; place-items: center; flex: 0 0 22px; font-size: 12px; margin-top: 2px;
    }
    .reviews { display: grid; grid-template-columns: 280px 1fr; gap: 22px; }
    .score-card {
      border-radius: var(--radius); background: var(--grad); color: #fff; padding: 28px 24px;
      box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; min-height: 280px;
    }
    .score { font-size: 64px; font-family: "Noto Serif SC", serif; line-height: 1; }
    .quote-list { display: flex; flex-direction: column; gap: 12px; }
    .quote {
      background: var(--white); border-radius: 22px; padding: 18px 20px; border: 1px solid var(--line);
    }
    .quote p { margin: 0 0 8px; }
    .quote span { color: var(--muted); font-size: 13px; }
    .scene { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; }
    .scene-visual { border-radius: var(--radius); overflow: hidden; min-height: 420px; box-shadow: var(--shadow); }
    .scene-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
    .steps { display: flex; flex-direction: column; gap: 12px; }
    .step {
      display: grid; grid-template-columns: 54px 1fr; gap: 12px; align-items: start;
      padding: 16px 18px; background: var(--white); border-radius: 20px; border: 1px solid var(--line);
    }
    .step b { font-family: "Noto Serif SC", serif; font-size: 22px; color: var(--brand); }
    .qa details {
      background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 4px 18px;
      margin-bottom: 10px;
    }
    .qa summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; }
    .qa summary::-webkit-details-marker { display: none; }
    .qa details p { color: var(--muted); padding-bottom: 12px; }
    .lead-box {
      display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch;
      background: var(--white); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow);
    }
    .lead-visual { min-height: 460px; background: #222 url("/assets/images/44d5241675b52a4f.jpg") center/cover no-repeat; position: relative; }
    .lead-visual span {
      position: absolute; left: 20px; bottom: 20px; right: 20px;
      background: rgba(23,20,16,.7); color: #fff; border-radius: 16px; padding: 14px 16px;
    }
    form.lead { padding: 32px 28px; display: grid; gap: 12px; }
    label { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
    input, select, textarea {
      width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper);
      padding: 12px 14px; color: var(--ink);
    }
    textarea { min-height: 110px; resize: vertical; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .form-note { font-size: 13px; color: var(--muted); }
    .form-ok { display: none; padding: 14px; border-radius: 14px; background: #e7f4ee; color: var(--ok); font-weight: 600; }
    .site-footer {
      background: #141210; color: rgba(255,252,247,.78); padding: 42px 0 28px;
    }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; margin-bottom: 28px; }
    .site-footer a { color: #fff; }
    .site-footer a:hover { color: var(--gold); }
    .copy-line { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; font-size: 13px; color: rgba(255,255,255,.55); }
    @media (max-width: 1024px) {
      .catalog, .metrics, .bento, .matrix, .news, .reviews, .scene, .lead-box, .footer-grid, .timeline { grid-template-columns: 1fr 1fr; }
      .card-feature, .service-hero, .metric-wide { grid-row: auto; }
      .timeline { grid-template-columns: 1fr 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .nav-toggle { display: grid; place-items: center; }
      .nav-links {
        position: fixed; inset: var(--header) 16px auto; background: var(--white);
        border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
        display: none; flex-direction: column; padding: 12px; z-index: 60;
      }
      .nav-links.open { display: flex; }
      .nav-cta { margin: 6px 0 0 !important; }
      .hero-live { clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); min-height: auto; padding: 36px 0 80px; }
      .catalog, .metrics, .bento, .matrix, .news, .compare, .reviews, .scene, .lead-box, .case, .checks, .footer-grid, .form-row, .timeline, .case-grid {
        grid-template-columns: 1fr;
      }
      .band { padding: 64px 0; }
      .catalog-visual, .catalog-visual img, .news-cover, .news-cover img, .scene-visual img, .case img { min-height: 260px; }
    }
    @media (max-width: 520px) {
      .container { width: min(100% - 24px, var(--max)); }
      .hero-live h1 { font-size: 32px; }
      .cd-item { min-width: 70px; }
      .cd-num { font-size: 24px; }
      .remind-form, .btn { width: 100%; }
      .metric-num, .score { font-size: 42px; }
    }

/* roulang page: index */
:root {
      --ink: #161310;
      --ink-2: #3b342c;
      --muted: #71685c;
      --paper: #f4eee4;
      --paper-2: #ebe2d3;
      --white: #fffdf8;
      --line: #d9cfbf;
      --clay: #b85a36;
      --clay-2: #8d3f22;
      --pine: #2a403b;
      --pine-2: #1b2d2a;
      --gold: #c9a56d;
      --live: #cf4a38;
      --ok: #2e7a61;
      --radius: 30px;
      --radius-s: 16px;
      --shadow: 0 22px 48px rgba(22,19,16,.12);
      --shadow-s: 0 10px 24px rgba(22,19,16,.08);
      --grad: linear-gradient(135deg, #1b2d2a 0%, #b85a36 55%, #c9a56d 100%);
      --header: 74px;
      --max: 1160px;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      background: var(--paper);
      color: var(--ink);
      line-height: 1.75;
      font-size: 16px;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; height: auto; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font-family: inherit; }
    button { cursor: pointer; }
    h1, h2, h3, h4 { font-family: "Noto Serif SC", serif; line-height: 1.28; margin: 0 0 12px; }
    p { margin: 0 0 12px; }
    ul { margin: 0; padding: 0; list-style: none; }
    :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
    .skip { position: absolute; left: -999px; top: 8px; background: #000; color: #fff; padding: 8px 12px; border-radius: 8px; }
    .skip:focus { left: 12px; z-index: 90; }
    .wrap { width: min(100% - 36px, var(--max)); margin: 0 auto; }
    .site-header {
      position: sticky; top: 0; z-index: 40; height: var(--header);
      display: flex; align-items: center;
      background: rgba(244,238,228,.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(217,207,191,.75);
    }
    .nav { width: min(100% - 36px, var(--max)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .brand { display: flex; align-items: center; gap: 10px; font-family: "Noto Serif SC", serif; font-weight: 700; font-size: 22px; }
    .mark { width: 34px; height: 34px; border-radius: 11px; background: var(--grad); position: relative; box-shadow: var(--shadow-s); }
    .mark::after { content: ""; position: absolute; inset: 8px 8px 8px 12px; border: 2px solid #fff; border-left: 0; border-radius: 0 6px 6px 0; }
    .menu { display: flex; align-items: center; gap: 4px; }
    .menu a {
      padding: 8px 12px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink-2);
      transition: background .2s, color .2s, transform .2s;
    }
    .menu a:hover { background: #efe4d3; color: var(--ink); }
    .menu a.is-on { background: var(--pine); color: #fff; }
    .menu a.cta {
      margin-left: 6px; background: var(--grad); color: #fff;
      box-shadow: 0 8px 18px rgba(184,90,54,.28);
    }
    .menu a.cta:hover { transform: translateY(-1px); }
    .burger {
      display: none; width: 44px; height: 44px; border-radius: 12px;
      border: 1px solid var(--line); background: var(--white);
    }
    .burger span, .burger span::before, .burger span::after {
      display: block; width: 18px; height: 2px; background: var(--ink); position: relative; margin: 0 auto;
    }
    .burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
    .burger span::before { top: -6px; }
    .burger span::after { top: 6px; }
    .hero {
      position: relative; color: #fff; isolation: isolate;
      min-height: calc(100vh - var(--header));
      display: flex; align-items: flex-end;
      padding: 42px 0 108px;
      clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
    }
    .hero-photo {
      position: absolute; inset: 0; z-index: -2;
      background: #171410 url("/assets/images/6305523ad4eea826.jpg") center/cover no-repeat;
    }
    .hero-shade {
      position: absolute; inset: 0; z-index: -1;
      background:
        linear-gradient(105deg, rgba(18,15,12,.82) 6%, rgba(18,15,12,.42) 52%, rgba(184,90,54,.32) 100%),
        linear-gradient(180deg, rgba(18,15,12,.08), rgba(18,15,12,.72));
    }
    .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
    .chip {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .08em;
    }
    .chip-live { background: var(--live); box-shadow: 0 10px 20px rgba(207,74,56,.35); }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.6); animation: beat 1.6s infinite; }
    @keyframes beat { 70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
    .chip-glass { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(10px); }
    .hero h1 { font-size: clamp(32px, 5vw, 60px); max-width: 14em; }
    .hero .intro { max-width: 740px; color: rgba(255,253,248,.9); }
    .clock { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 18px; }
    .clock b {
      min-width: 82px; padding: 14px 8px 12px; text-align: center; border-radius: 22px;
      background: rgba(255,253,248,.12); border: 1px solid rgba(255,255,255,.2);
      backdrop-filter: blur(16px); display: block;
    }
    .clock b i { display: block; font-style: normal; font-size: 32px; line-height: 1; font-variant-numeric: tabular-nums; }
    .clock b small { letter-spacing: .18em; font-size: 12px; color: rgba(255,255,255,.75); }
    .remind { display: flex; gap: 10px; flex-wrap: wrap; max-width: 560px; }
    .remind input {
      flex: 1; min-width: 220px; height: 52px; border: 0; border-radius: 16px;
      padding: 0 16px; background: rgba(255,253,248,.95); color: var(--ink);
    }
    .btn {
      height: 52px; padding: 0 22px; border: 0; border-radius: 16px;
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }
    .btn-hot { background: var(--grad); color: #fff; box-shadow: 0 12px 26px rgba(184,90,54,.32); }
    .looks { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
    .looks span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); font-size: 13px; }
    .sec { padding: 88px 0; position: relative; }
    .sec-w { background: var(--white); }
    .sec-t { background: var(--paper-2); }
    .sec-d {
      background: var(--pine-2) url("/assets/images/b0f31ee0eedecfb8.webp") center/cover no-repeat;
      color: #fff;
    }
    .sec-d::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(27,45,42,.94), rgba(27,45,42,.8) 50%, rgba(184,90,54,.5));
    }
    .sec-d .wrap { position: relative; z-index: 1; }
    .k { color: var(--clay); font-size: 13px; font-weight: 700; letter-spacing: .18em; margin-bottom: 8px; }
    .sec-d .k { color: var(--gold); }
    .hd { max-width: 720px; margin-bottom: 34px; }
    .hd h2 { font-size: clamp(28px, 3.2vw, 40px); }
    .hd p, .muted { color: var(--muted); }
    .sec-d .hd p { color: rgba(255,255,255,.82); }
    .catalog { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
    .poster { border-radius: var(--radius); overflow: hidden; position: relative; min-height: 520px; box-shadow: var(--shadow); }
    .poster img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
    .poster figcaption {
      position: absolute; left: 16px; right: 16px; bottom: 16px;
      background: rgba(22,19,16,.72); color: #fff; border-radius: 18px; padding: 16px 18px; backdrop-filter: blur(12px);
    }
    .rows { display: flex; flex-direction: column; gap: 10px; }
    .row {
      display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: center;
      padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 22px;
      transition: transform .2s, box-shadow .2s, border-color .2s;
    }
    .row:hover { transform: translateX(6px); box-shadow: var(--shadow-s); border-color: #cbb79a; }
    .n { font-family: "Noto Serif SC", serif; color: var(--clay); font-size: 22px; }
    .row h3 { font-size: 18px; margin-bottom: 4px; }
    .row p { margin: 0; font-size: 14px; color: var(--muted); }
    .board { display: grid; grid-template-columns: 1.45fr .775fr .775fr; gap: 14px; }
    .stat, .stat-lg {
      border-radius: var(--radius); padding: 26px; background: var(--white);
      border: 1px solid rgba(217,207,191,.85); box-shadow: var(--shadow-s);
    }
    .stat-lg { background: var(--grad); color: #fff; min-height: 228px; display: flex; flex-direction: column; justify-content: space-between; }
    .big { font-family: "Noto Serif SC", serif; font-size: 54px; line-height: 1; font-weight: 700; }
    .stat .big { font-size: 42px; color: var(--pine); }
    .badge {
      display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px;
      font-size: 12px; font-weight: 700; letter-spacing: .08em; width: fit-content;
    }
    .badge-w { background: rgba(255,255,255,.16); color: #fff; }
    .badge-p { background: #efe4d3; color: var(--clay-2); }
    .bento { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; }
    .card {
      background: var(--white); border-radius: var(--radius); overflow: hidden;
      border: 1px solid var(--line); box-shadow: var(--shadow-s);
      transition: transform .2s, box-shadow .2s;
    }
    .card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .card img { width: 100%; height: 200px; object-fit: cover; }
    .pad { padding: 18px 20px 22px; }
    .pad h3 { font-size: 21px; }
    .pad p { color: var(--muted); font-size: 14px; margin: 0; }
    .span2 { grid-row: span 2; }
    .span2 img { height: 62%; min-height: 280px; }
    .matrix { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
    .feat { position: relative; min-height: 430px; border-radius: var(--radius); overflow: hidden; color: #fff; grid-row: span 2; }
    .feat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .feat .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,19,16,.05), rgba(22,19,16,.82)); }
    .feat .in { position: absolute; left: 22px; right: 22px; bottom: 22px; }
    .svc { min-height: 168px; padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); transition: transform .2s, background .2s, border-color .2s; }
    .svc:hover { background: var(--white); border-color: var(--gold); transform: translateY(-3px); }
    .svc h3 { font-size: 20px; }
    .news { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
    .news-cover { border-radius: var(--radius); overflow: hidden; min-height: 420px; }
    .news-cover img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
    .news li { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
    .news time { color: var(--clay); font-weight: 700; font-size: 13px; }
    .news h3 { font-size: 18px; margin-bottom: 4px; }
    .news p { margin: 0; font-size: 14px; color: var(--muted); }
    .vs { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
    .vs-a, .vs-b { padding: 30px 26px; }
    .vs-a { background: var(--pine); color: #fff; }
    .vs-b { background: var(--white); }
    .vs li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
    .vs-b li { border-bottom-color: var(--line); color: var(--ink-2); }
    .ball { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 8px; flex: 0 0 8px; }
    .vs-b .ball { background: #c4b8a6; }
    .rail-x { overflow: auto; padding-bottom: 6px; }
    .rail { display: flex; gap: 14px; min-width: max-content; }
    .rail .card { width: 276px; }
    .rail .card img { height: 168px; }
    .miles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
    .mile { padding: 20px 16px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); min-height: 208px; }
    .mile strong { display: block; color: var(--gold); font-size: 12px; letter-spacing: .14em; margin-bottom: 8px; }
    .tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .tag {
      padding: 10px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line);
      color: var(--ink-2); font-size: 14px; font-weight: 500; transition: border-color .2s, color .2s, background .2s;
    }
    .tag:hover { border-color: var(--clay); color: var(--clay-2); background: #fff6ee; }
    .story { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
    .story img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
    .story-body { padding: 34px 30px; }
    .trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 16px; }
    .mini { background: var(--paper); border-radius: 18px; padding: 14px; }
    .mini h4 { font-size: 15px; margin-bottom: 6px; }
    .mini p { margin: 0; font-size: 13px; color: var(--muted); }
    .scene { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: center; }
    .scene figure { border-radius: var(--radius); overflow: hidden; min-height: 420px; box-shadow: var(--shadow); }
    .scene img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
    .steps { display: flex; flex-direction: column; gap: 10px; }
    .step { display: grid; grid-template-columns: 52px 1fr; gap: 10px; padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
    .step b { font-family: "Noto Serif SC", serif; font-size: 22px; color: var(--clay); }
    .checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .chk { display: flex; gap: 12px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
    .ok { width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; flex: 0 0 22px; font-size: 12px; margin-top: 2px; }
    .voices { display: grid; grid-template-columns: 270px 1fr; gap: 18px; }
    .score {
      border-radius: var(--radius); background: var(--grad); color: #fff; padding: 26px 22px;
      min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow);
    }
    .score em { font-family: "Noto Serif SC", serif; font-size: 64px; font-style: normal; line-height: 1; }
    .quotes { display: flex; flex-direction: column; gap: 10px; }
    .quote { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 16px 18px; }
    .quote p { margin: 0 0 6px; }
    .quote span { color: var(--muted); font-size: 13px; }
    .qa details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 2px 18px; margin-bottom: 10px; }
    .qa summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; }
    .qa summary::-webkit-details-marker { display: none; }
    .qa details p { color: var(--muted); padding-bottom: 12px; }
    .leadbox { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--white); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
    .lead-pic { min-height: 460px; background: #222 url("/assets/images/44d5241675b52a4f.jpg") center/cover no-repeat; position: relative; }
    .lead-pic span { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(22,19,16,.72); color: #fff; border-radius: 16px; padding: 14px 16px; }
    form.lead { padding: 30px 26px; display: grid; gap: 12px; }
    label { font-size: 13px; font-weight: 700; color: var(--ink-2); }
    input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 12px 14px; color: var(--ink); }
    textarea { min-height: 110px; resize: vertical; }
    .two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .note { font-size: 13px; color: var(--muted); }
    .okmsg { display: none; padding: 12px 14px; border-radius: 14px; background: #e7f4ee; color: var(--ok); font-weight: 700; }
    .site-footer { background: #13110f; color: rgba(255,253,248,.76); padding: 42px 0 26px; }
    .ft { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; margin-bottom: 24px; }
    .site-footer a { color: #fff; }
    .site-footer a:hover { color: var(--gold); }
    .copy { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; font-size: 13px; color: rgba(255,255,255,.52); }
    @media (max-width: 1024px) {
      .catalog, .board, .bento, .matrix, .news, .voices, .scene, .leadbox, .ft, .miles { grid-template-columns: 1fr 1fr; }
      .span2, .feat, .stat-lg { grid-row: auto; }
      .miles { grid-template-columns: 1fr 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .burger { display: grid; place-items: center; }
      .menu {
        display: none; position: fixed; inset: var(--header) 16px auto; z-index: 50;
        background: var(--white); border: 1px solid var(--line); border-radius: 18px;
        box-shadow: var(--shadow); flex-direction: column; padding: 12px;
      }
      .menu.open { display: flex; }
      .hero { clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); min-height: auto; padding: 34px 0 78px; }
      .catalog, .board, .bento, .matrix, .news, .vs, .voices, .scene, .leadbox, .story, .checks, .ft, .two, .miles, .trio { grid-template-columns: 1fr; }
      .sec { padding: 64px 0; }
      .poster, .poster img, .news-cover img, .scene img, .story img { min-height: 250px; }
    }
    @media (max-width: 520px) {
      .wrap { width: min(100% - 24px, var(--max)); }
      .hero h1 { font-size: 30px; }
      .clock b { min-width: 68px; }
      .clock b i { font-size: 24px; }
      .remind, .btn { width: 100%; }
      .big, .score em { font-size: 42px; }
    }
