/* roulang page: index */
:root {
      --herb: #3C6A4A;
      --herb-deep: #2F543C;
      --herb-hover: #355d43;
      --celadon: #6F8F82;
      --tea: #6E4B2A;
      --paper: #F3EEE4;
      --paper-2: #E9E1D3;
      --moss: #E7EFE8;
      --ink: #2A241E;
      --ink-2: #5C554C;
      --ink-3: #8A8278;
      --cinnabar: #A6533C;
      --line: #D5CBBA;
      --line-2: #C3D1C8;
      --white: #FBF8F2;
      --dark: #241F1A;
      --dark-2: #322B24;
      --radius: 12px;
      --radius-sm: 8px;
      --shadow: 0 8px 24px rgba(42, 36, 30, .07);
      --shadow-hover: 0 14px 28px rgba(42, 36, 30, .12);
      --container: 1220px;
      --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
      --sans: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      --space: 24px;
      --header: 108px;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 96px; }
    body {
      margin: 0;
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.78;
      color: var(--ink);
      background: var(--paper);
      min-height: 100%;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: var(--herb); text-decoration: none; transition: color .2s ease, opacity .2s ease; }
    a:hover { color: var(--herb-deep); }
    button, input, select, textarea { font-family: inherit; font-size: 15px; }
    button { cursor: pointer; }
    h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); margin: 0 0 .6em; line-height: 1.28; font-weight: 700; }
    p { margin: 0 0 1em; }
    ul { margin: 0; padding: 0; list-style: none; }
    :focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
    .skip {
      position: absolute; left: -999px; top: 8px;
      background: var(--herb); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100;
    }
    .skip:focus { left: 8px; }
    .container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
    .kicker {
      display: inline-flex; align-items: center; gap: 8px;
      letter-spacing: .18em; font-size: 12px; color: var(--tea); text-transform: none; margin-bottom: 10px;
    }
    .kicker::before {
      content: ""; width: 18px; height: 1px; background: var(--tea);
    }
    .lead { color: var(--ink-2); font-size: 16px; max-width: 46em; }
    .section { padding: 84px 0; position: relative; }
    .section--moss { background: var(--moss); }
    .section--paper2 { background: var(--paper-2); }
    .section-head { margin-bottom: 36px; max-width: 760px; }
    .section-head h2 { font-size: 30px; }
    .badge {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 3px 10px; border-radius: 999px; border: 1px solid var(--line-2);
      background: rgba(255,255,255,.55); color: var(--herb-deep); font-size: 12px; letter-spacing: .06em;
    }
    .badge--seal {
      border-radius: 4px; border: 1px solid var(--cinnabar); color: var(--cinnabar);
      transform: rotate(-6deg); letter-spacing: .2em; background: transparent; font-family: var(--serif);
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 44px; padding: 0 20px; border-radius: var(--radius-sm);
      border: 1px solid transparent; letter-spacing: .12em; font-weight: 500;
      transition: background .2s ease, transform .15s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
    }
    .btn:active { transform: translateY(1px); }
    .btn-primary { background: var(--herb); color: #f7f3ea; }
    .btn-primary:hover { background: var(--herb-hover); color: #fff; box-shadow: var(--shadow); }
    .btn-line { background: transparent; color: var(--tea); border-color: var(--tea); }
    .btn-line:hover { background: rgba(110,75,42,.06); }
    .btn-ghost { background: rgba(251,248,242,.12); color: #f7f3ea; border-color: rgba(247,243,234,.35); }
    .btn-ghost:hover { background: rgba(251,248,242,.2); color: #fff; }
    .btn-block { width: 100%; }
    .site-header {
      position: sticky; top: 0; z-index: 80;
      background: rgba(243,238,228,.92); backdrop-filter: blur(8px);
      border-bottom: 1px solid transparent; transition: box-shadow .2s ease, background .2s ease, border-color .2s ease;
    }
    .site-header.is-scrolled {
      background: rgba(243,238,228,.98);
      box-shadow: 0 8px 24px rgba(42,36,30,.08);
      border-bottom-color: var(--line);
    }
    .topbar {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      min-height: 38px; font-size: 13px; color: var(--ink-2);
      border-bottom: 1px solid var(--line); background: #efe8da;
    }
    .topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 38px; }
    .topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .topbar a { color: var(--ink-2); }
    .topbar a:hover { color: var(--herb); }
    .nav-row { min-height: 70px; }
    .nav-row .container { display: flex; align-items: center; gap: 24px; min-height: 70px; }
    .logo {
      display: flex; align-items: center; gap: 10px; color: var(--ink); flex-shrink: 0;
    }
    .logo-mark {
      width: 36px; height: 36px; border: 1px solid var(--herb); border-radius: 50%;
      display: grid; place-items: center; color: var(--herb);
    }
    .logo-text { font-family: var(--serif); font-size: 22px; letter-spacing: .16em; line-height: 1; }
    .logo-sub { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .28em; color: var(--ink-3); margin-top: 4px; }
    .nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
    .nav-links a {
      position: relative; color: var(--ink-2); padding: 8px 12px; font-size: 15px; min-height: 44px;
      display: inline-flex; align-items: center;
    }
    .nav-links a:hover { color: var(--herb); }
    .nav-links a.is-active { color: var(--herb-deep); }
    .nav-links a.is-active::after {
      content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px; background: var(--herb);
    }
    .nav-cta { margin-left: 8px; }
    .nav-toggle {
      display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px;
      background: var(--white); padding: 0; position: relative;
    }
    .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
      position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); content: "";
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .nav-toggle span { top: 21px; }
    .nav-toggle span::before { top: -7px; }
    .nav-toggle span::after { top: 7px; }
    .nav-toggle.is-open span { background: transparent; }
    .nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
    .nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }
    .drawer {
      display: none; position: fixed; inset: 108px 0 0 0; background: rgba(42,36,30,.35); z-index: 70;
    }
    .drawer.is-open { display: block; }
    .drawer-panel {
      background: var(--paper); width: min(86vw, 360px); height: 100%; margin-left: auto;
      padding: 18px 18px 32px; overflow: auto; box-shadow: -12px 0 32px rgba(42,36,30,.12);
      display: flex; flex-direction: column; gap: 6px;
    }
    .drawer-panel a {
      min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; color: var(--ink);
    }
    .drawer-panel a:hover, .drawer-panel a:active { background: var(--moss); color: var(--herb-deep); }
    .drawer-phone { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 14px; }
    body.is-locked { overflow: hidden; }
    .hero { position: relative; min-height: calc(100vh - 108px); background: var(--dark); color: #f4efe6; overflow: hidden; }
    .hero-slides { position: relative; min-height: calc(100vh - 108px); }
    .hero-slide {
      position: absolute; inset: 0; opacity: 0; pointer-events: none;
      transition: opacity .8s ease, transform .8s ease; transform: translateX(18px);
    }
    .hero-slide.is-active { opacity: 1; pointer-events: auto; position: relative; transform: none; }
    .hero-slide img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    }
    .hero-slide::after {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(36,31,26,.78) 0%, rgba(36,31,26,.52) 46%, rgba(36,31,26,.22) 100%);
    }
    .hero-copy {
      position: relative; z-index: 2; width: min(100% - 40px, var(--container)); margin: 0 auto;
      min-height: calc(100vh - 108px); display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: center;
      padding: 56px 0 88px;
    }
    .hero h1, .hero-title {
      font-family: var(--serif); font-size: 48px; line-height: 1.22; margin: 0 0 16px; color: #f7f3ea; max-width: 14em;
    }
    .hero-question { font-size: 18px; color: #e7dcc8; margin-bottom: 14px; }
    .hero .lead { color: #d8d0c4; font-size: 16px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
    .hero-form {
      position: relative; background: var(--paper); color: var(--ink); border-radius: var(--radius);
      padding: 22px 22px 20px; box-shadow: var(--shadow); border: 1px solid var(--line);
    }
    .hero-form h3 { font-size: 20px; margin-bottom: 6px; }
    .hero-form p { color: var(--ink-2); font-size: 14px; }
    .form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
    .form-row label { font-size: 13px; color: var(--ink-2); }
    .form-row input, .form-row select, .form-row textarea {
      width: 100%; border: 1px solid var(--line); background: var(--white); border-radius: 8px;
      padding: 10px 12px; color: var(--ink); min-height: 44px;
    }
    .form-row textarea { min-height: 92px; resize: vertical; }
    .form-row input:focus, .form-row select:focus, .form-row textarea:focus {
      outline: none; border-color: var(--herb); box-shadow: 0 0 0 3px rgba(60,106,74,.15);
    }
    .form-error { color: var(--cinnabar); font-size: 13px; margin: 0 0 10px; }
    .form-ok {
      background: var(--moss); border: 1px solid var(--line-2); border-radius: 10px; padding: 16px; color: var(--herb-deep);
    }
    .hero-nav {
      position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3;
      width: min(100% - 40px, var(--container)); margin: 0 auto;
      display: flex; align-items: center; gap: 10px;
    }
    .hero-dots { display: flex; gap: 8px; }
    .hero-dots button {
      width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(247,243,234,.4); padding: 0;
    }
    .hero-dots button.is-on { background: #f7f3ea; width: 22px; border-radius: 99px; }
    .hero-arrows { margin-left: auto; display: flex; gap: 8px; }
    .icon-btn {
      width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(247,243,234,.4);
      background: rgba(36,31,26,.25); color: #f7f3ea; display: grid; place-items: center;
    }
    .icon-btn:hover { background: rgba(36,31,26,.45); }
    .points { padding: 0; background: var(--herb-deep); color: #f3eee4; }
    .points-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
    }
    .point {
      padding: 36px 32px; border-right: 1px solid rgba(243,238,228,.12);
    }
    .point:last-child { border-right: 0; }
    .point b { display: block; font-family: var(--serif); font-size: 42px; line-height: 1; margin-bottom: 8px; }
    .point span { color: #d7e3da; font-size: 15px; }
    .split {
      display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
    }
    .split-media { position: relative; }
    .split-media img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
    .split-note {
      position: absolute; left: 18px; bottom: 18px; background: rgba(251,248,242,.92); padding: 12px 14px; border-radius: 10px;
      font-size: 13px; max-width: 260px; border: 1px solid var(--line);
    }
    .path-list { display: grid; gap: 12px; margin: 22px 0; }
    .path-list li {
      display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start;
      padding-bottom: 12px; border-bottom: 1px dashed var(--line);
    }
    .path-list b {
      width: 36px; height: 36px; border-radius: 50%; background: var(--moss); color: var(--herb-deep);
      display: grid; place-items: center; font-size: 13px;
    }
    .bound {
      display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px;
    }
    .bound div {
      flex: 1; min-width: 220px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 14px;
      font-size: 14px; color: var(--ink-2);
    }
    .scene-track { display: grid; grid-template-columns: 220px 1fr; gap: 28px; }
    .scene-index { position: sticky; top: 120px; align-self: start; }
    .scene-index a {
      display: flex; align-items: center; min-height: 44px; color: var(--ink-2); border-left: 2px solid var(--line); padding: 0 12px;
    }
    .scene-index a.is-on, .scene-index a:hover { color: var(--herb-deep); border-left-color: var(--herb); }
    .timeline { display: flex; flex-direction: column; gap: 18px; }
    .time-item {
      display: grid; grid-template-columns: 120px 1fr; gap: 20px; background: var(--white);
      border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px;
      box-shadow: var(--shadow);
    }
    .time-item strong { font-family: var(--serif); font-size: 20px; display: block; }
    .time-item em { font-style: normal; color: var(--tea); font-size: 13px; letter-spacing: .12em; }
    .adv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
    .adv-card {
      display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: start;
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
      box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .adv-card:hover { transform: translateY(-4px); border-color: var(--herb); box-shadow: var(--shadow-hover); }
    .adv-mark {
      width: 72px; height: 72px; border-radius: 10px; border: 1px solid var(--line-2);
      display: grid; place-items: center; color: var(--herb); background: var(--moss);
    }
    .adv-card h3 { font-size: 20px; margin-bottom: 6px; }
    .adv-card p { margin: 0; color: var(--ink-2); font-size: 15px; }
    .plan-grid {
      display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: 20px;
    }
    .plan-card {
      position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line);
      background: var(--white); box-shadow: var(--shadow); display: flex; flex-direction: column;
      transition: transform .2s ease, border-color .2s ease;
    }
    .plan-card:hover { transform: translateY(-4px); border-color: var(--herb); }
    .plan-card--lg { grid-row: span 2; }
    .plan-card img { width: 100%; height: 220px; object-fit: cover; }
    .plan-card--lg img { height: 320px; }
    .plan-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
    .plan-body h3 { font-size: 22px; }
    .plan-meta { display: flex; flex-wrap: wrap; gap: 8px; }
    .idea {
      background: var(--dark); color: #e8e0d4; overflow: hidden;
    }
    .idea .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
    .idea h2, .idea h3 { color: #f4eee4; }
    .quote {
      font-family: var(--serif); font-size: 32px; line-height: 1.4; margin: 0 0 18px;
    }
    .case-line { border-left: 1px solid var(--celadon); padding-left: 18px; display: grid; gap: 18px; }
    .case-line article { font-size: 15px; color: #d5cdc2; }
    .case-line b { display: block; color: #f0e6d6; margin-bottom: 4px; }
    .trust { padding: 28px 0; background: var(--moss); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
    .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .trust-item { text-align: left; padding: 8px 8px 8px 0; }
    .trust-item b { display: block; font-family: var(--serif); font-size: 28px; color: var(--herb-deep); }
    .trust-item span { color: var(--ink-2); font-size: 14px; }
    .compare-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
    table.compare { width: 100%; border-collapse: collapse; min-width: 720px; }
    .compare th, .compare td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 15px; }
    .compare th { background: var(--moss); font-family: var(--serif); font-size: 18px; font-weight: 700; }
    .compare th.is-on { background: var(--herb); color: #f7f3ea; }
    .compare td.is-on { background: #f3f7f3; }
    .stories-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
    .story {
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
    }
    .story img { width: 100%; height: 240px; object-fit: cover; }
    .story-body { padding: 18px; }
    .story blockquote { margin: 0; font-size: 15px; color: var(--ink-2); }
    .story-stack { display: grid; gap: 20px; }
    .story-stack .story { display: grid; grid-template-columns: 140px 1fr; }
    .story-stack img { height: 100%; min-height: 140px; }
    .stats { background: var(--herb); color: #f4eee6; }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .stat b { display: block; font-family: var(--serif); font-size: 40px; }
    .stat span { color: #d7e3da; }
    .review-grid {
      display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 16px; align-items: stretch;
    }
    .review {
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
      box-shadow: var(--shadow);
    }
    .review:nth-child(1) { grid-row: span 2; padding: 28px 24px; }
    .review:nth-child(4) { grid-column: 2 / span 2; }
    .stars { color: var(--tea); letter-spacing: 2px; font-size: 14px; margin-bottom: 8px; }
    .avatar {
      width: 36px; height: 36px; border-radius: 50%; display: inline-grid; place-items: center;
      font-size: 13px; color: var(--herb-deep); background: var(--moss); margin-right: 8px;
    }
    .review footer { margin-top: 14px; display: flex; align-items: center; color: var(--ink-3); font-size: 13px; }
    .news-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }
    .news-main { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .news-card {
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
      display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease;
    }
    .news-card:hover { transform: translateY(-4px); border-color: var(--herb); }
    .news-card img { height: 160px; width: 100%; object-fit: cover; }
    .news-card .pad { padding: 14px 16px 16px; }
    .news-card time { color: var(--ink-3); font-size: 12px; }
    .news-card h3 { font-size: 18px; }
    .news-side { display: flex; flex-direction: column; gap: 12px; }
    .news-mini {
      background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 14px;
    }
    .share-row { display: flex; gap: 8px; margin-top: 8px; }
    .share-row button {
      border: 1px solid var(--line); background: var(--paper); border-radius: 8px; min-height: 36px; padding: 0 10px; color: var(--ink-2);
    }
    .share-row button:hover { border-color: var(--herb); color: var(--herb); }
    .faq-list { display: grid; gap: 10px; }
    .faq-item { border: 1px solid var(--line); border-radius: 10px; background: var(--white); overflow: hidden; }
    .faq-item button {
      width: 100%; text-align: left; background: transparent; border: 0; min-height: 56px;
      padding: 14px 48px 14px 18px; position: relative; font-size: 16px; color: var(--ink); font-weight: 600;
    }
    .faq-item button::after {
      content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--herb); font-size: 22px;
    }
    .faq-item.is-open button::after { content: "–"; }
    .faq-item .ans { display: none; padding: 0 18px 16px; color: var(--ink-2); }
    .faq-item.is-open .ans { display: block; }
    .secure-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; }
    .secure-bar article {
      background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 14px; font-size: 14px; color: var(--ink-2);
    }
    .secure-bar h3 { font-size: 16px; margin-bottom: 6px; }
    .book-box {
      display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; background: var(--white);
      border: 1px solid var(--line); border-radius: 14px; padding: 28px; box-shadow: var(--shadow);
    }
    .site-footer { background: var(--dark-2); color: #d8d0c4; padding: 56px 0 28px; }
    .foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
    .site-footer a { color: #e7dfd2; }
    .site-footer a:hover { color: #fff; }
    .site-footer h3 { color: #f4eee4; font-size: 18px; }
    .icp { border-top: 1px solid rgba(232,224,212,.15); padding-top: 16px; font-size: 13px; color: #b7aea2; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .dock {
      position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
      display: grid; grid-template-columns: repeat(3, 1fr); background: #2c2620; color: #f4eee6;
      padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); gap: 8px;
      box-shadow: 0 -8px 20px rgba(42,36,30,.18);
      transition: transform .2s ease, opacity .2s ease;
    }
    .dock a, .dock button {
      min-height: 44px; border: 0; border-radius: 8px; color: #f4eee6; background: transparent;
      display: flex; align-items: center; justify-content: center; letter-spacing: .12em;
    }
    .dock .dock-main { background: var(--herb); }
    .dock.is-hide { transform: translateY(110%); opacity: 0; pointer-events: none; }
    body { padding-bottom: 70px; }
    .noise {
      pointer-events: none; position: fixed; inset: 0; z-index: 90; opacity: .035;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(/%23n)' opacity='.55'/%3E%3C/svg%3E");
    }
    @media (max-width: 1280px) {
      .hero h1, .hero-title { font-size: 44px; }
    }
    @media (max-width: 1024px) {
      .topbar-left span:nth-child(3) { display: none; }
      .nav-links, .nav-cta { display: none; }
      .nav-toggle { display: inline-flex; }
      .hero-copy { grid-template-columns: 1fr; padding: 36px 0 96px; }
      .hero-form { max-width: 480px; }
      .hero h1, .hero-title { font-size: 36px; }
      .split, .scene-track, .plan-grid, .idea .container, .stories-grid, .news-grid, .book-box, .foot-grid {
        grid-template-columns: 1fr;
      }
      .plan-card--lg { grid-row: auto; }
      .adv-grid, .trust-grid, .stats-grid, .review-grid, .secure-bar { grid-template-columns: 1fr 1fr; }
      .review:nth-child(1), .review:nth-child(4) { grid-row: auto; grid-column: auto; }
      .story-stack .story { grid-template-columns: 1fr; }
      .scene-index { position: static; display: flex; overflow: auto; gap: 8px; }
      .scene-index a { border-left: 0; border-bottom: 2px solid var(--line); white-space: nowrap; }
      .split-media img { height: 320px; }
    }
    @media (max-width: 768px) {
      .topbar { display: none; }
      .section { padding: 64px 0; }
      .section-head h2 { font-size: 26px; }
      .points-grid, .adv-grid, .trust-grid, .stats-grid, .news-main, .secure-bar, .review-grid {
        grid-template-columns: 1fr;
      }
      .point { border-right: 0; border-bottom: 1px solid rgba(243,238,228,.12); padding: 24px 20px; }
      .time-item { grid-template-columns: 1fr; }
      .hero { min-height: auto; }
      .hero-slides, .hero-copy { min-height: auto; }
      .hero-slide { position: absolute; }
      .hero-slide.is-active { position: relative; min-height: 640px; }
      .hero-slide img { min-height: 640px; }
      table.compare { min-width: 0; }
      .compare thead { display: none; }
      .compare tr { display: block; border-bottom: 8px solid var(--paper); }
      .compare td { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--line); }
      .compare td::before { content: attr(data-label); font-weight: 600; color: var(--ink); min-width: 7em; }
      .quote { font-size: 24px; }
      .icp { flex-direction: column; }
      .dock {
        left: 0; right: 0; top: auto; width: auto; flex-direction: row;
      }
    }
    @media (min-width: 1024px) {
      .dock {
        left: auto; right: 16px; top: 38%; bottom: auto; width: 52px;
        grid-template-columns: 1fr; padding: 8px; border-radius: 12px; gap: 6px;
      }
      .dock a, .dock button {
        writing-mode: vertical-rl; letter-spacing: .2em; min-height: 96px; padding: 10px 0;
      }
      body { padding-bottom: 0; }
    }
    @media (max-width: 520px) {
      .container { width: min(100% - 28px, var(--container)); }
      .hero h1, .hero-title { font-size: 32px; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .logo-text { font-size: 18px; letter-spacing: .1em; }
      .stat b, .point b { font-size: 34px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .hero-slide, .btn, .adv-card { transition: none; }
    }
