/* roulang page: index */
:root {
      --primary: #2A6FB0;
      --primary-deep: #1E5588;
      --primary-soft: #E7F0F8;
      --ink: #1E2A36;
      --muted: #5A6570;
      --accent: #C47A12;
      --accent-soft: #F7E7CC;
      --bg: #F4F7FA;
      --card: #FFFFFF;
      --dark: #243140;
      --dark-2: #1B2733;
      --line: #D9E2EC;
      --white: #FFFFFF;
      --danger: #B42318;
      --radius: 10px;
      --radius-sm: 6px;
      --radius-btn: 8px;
      --shadow: 0 10px 28px rgba(30, 85, 136, .08);
      --shadow-hover: 0 16px 36px rgba(30, 85, 136, .14);
      --container: 1240px;
      --space: 104px;
      --space-m: 64px;
      --header-h: 112px;
      --ease: .22s ease;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--ink);
      background: var(--bg);
      font-size: 16px;
      line-height: 1.75;
      overflow-x: hidden;
    }
    body.nav-lock { overflow: hidden; }
    img { max-width: 100%; display: block; height: auto; }
    a { color: var(--primary-deep); text-decoration: none; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease); }
    a:hover { color: var(--primary); }
    button, input, select, textarea { font-family: inherit; font-size: 16px; }
    button { cursor: pointer; }
    h1, h2, h3, h4, p { margin: 0; }
    ul { margin: 0; padding: 0; list-style: none; }
    .container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
    .skip {
      position: absolute; left: -999px; top: 8px;
    }
    .skip:focus { left: 8px; z-index: 80; background: #fff; padding: 8px 12px; }
    :focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
    }
    button:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none; }

    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 46px; padding: 0 22px; border-radius: var(--radius-btn);
      font-weight: 600; letter-spacing: .02em; border: 1px solid transparent; line-height: 1;
    }
    .btn-primary { background: var(--primary); color: var(--white); }
    .btn-primary:hover { background: var(--primary-deep); color: var(--white); transform: translateY(-1px); }
    .btn-primary:active { transform: translateY(0); background: #18486f; }
    .btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.72); }
    .btn-ghost:hover { background: rgba(255,255,255,.12); color: var(--white); transform: translateY(-1px); }
    .btn-line { background: var(--white); color: var(--primary-deep); border-color: var(--primary); }
    .btn-line:hover { background: var(--primary-soft); color: var(--primary-deep); transform: translateY(-1px); }
    .btn-block { width: 100%; }

    .badge {
      display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px;
      border-radius: 4px; background: var(--primary-soft); color: var(--primary-deep);
      font-size: 13px; font-weight: 600;
    }
    .badge-accent { background: var(--accent-soft); color: #8A5408; }
    .kicker {
      display: inline-flex; align-items: center; gap: 8px; color: var(--primary-deep);
      font-size: 13px; font-weight: 600; letter-spacing: .12em;
    }
    .kicker::before { content: ""; width: 18px; height: 2px; background: var(--accent); }

    .topbar {
      background: var(--primary);
      color: var(--white);
      font-size: 13px;
      min-height: 36px;
    }
    .topbar-inner {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      min-height: 36px;
    }
    .topbar a { color: var(--white); }
    .topbar a:hover { color: var(--accent-soft); }
    .topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .topbar-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
    .topbar-hide { display: inline-flex; align-items: center; gap: 6px; }

    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 8px 20px rgba(30,85,136,.04);
      backdrop-filter: saturate(1.1);
    }
    .nav-row {
      display: flex; align-items: center; justify-content: space-between; gap: 20px;
      min-height: 76px;
    }
    .logo { display: flex; align-items: center; gap: 10px; color: var(--ink); min-width: 0; }
    .logo:hover { color: var(--ink); }
    .logo-mark {
      width: 42px; height: 42px; flex: 0 0 42px;
      border: 1.5px solid var(--primary); border-radius: 8px;
      display: grid; place-items: center; background: var(--primary-soft);
    }
    .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
    .logo-sub { font-size: 12px; color: var(--primary-deep); font-weight: 600; letter-spacing: .18em; }
    .logo-main { font-size: 18px; font-weight: 700; }
    .nav-menu { display: flex; align-items: center; }
    .nav-menu a {
      position: relative; color: var(--ink); font-weight: 500; font-size: 15px;
      padding: 10px 14px; min-height: 44px; display: inline-flex; align-items: center;
    }
    .nav-menu a + a { border-left: 1px solid var(--line); }
    .nav-menu a:hover { color: var(--primary); }
    .nav-menu a.is-active { color: var(--primary-deep); }
    .nav-menu a.is-active::after {
      content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; background: var(--accent);
    }
    .nav-cta { display: flex; align-items: center; gap: 10px; }
    .hamburger {
      display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
      align-items: center; justify-content: center; flex-direction: column; gap: 5px;
    }
    .hamburger span { width: 18px; height: 2px; background: var(--ink); display: block; transition: var(--ease); }
    .hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.is-open span:nth-child(2) { opacity: 0; }
    .hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-drawer {
      display: none; position: fixed; inset: 112px 0 0 0; background: rgba(30,42,54,.46); z-index: 40;
    }
    .nav-drawer.is-open { display: block; }
    .nav-drawer-panel {
      margin-left: auto; width: min(86vw, 360px); height: 100%; background: #fff;
      padding: 20px; display: flex; flex-direction: column; gap: 8px;
      box-shadow: -12px 0 30px rgba(30,85,136,.12);
    }
    .nav-drawer-panel a {
      min-height: 48px; display: flex; align-items: center; padding: 0 12px;
      border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600;
    }
    .nav-drawer-panel a.is-active { color: var(--primary-deep); background: var(--primary-soft); }

    main { display: block; }
    section { scroll-margin-top: 120px; }
    .section { padding: var(--space) 0; }
    .section-muted { background: #fff; }
    .section-head { max-width: 760px; margin-bottom: 36px; }
    .section-head h2, .split-copy h2, .dark-copy h2, .booking-copy h2 {
      font-size: 30px; line-height: 1.3; font-weight: 700; margin: 10px 0 14px;
    }
    .section-head p, .split-copy p, .lead { color: var(--muted); }
    .lead + .lead { margin-top: 12px; }

    .hero { position: relative; background: var(--dark); }
    .hero-viewport { position: relative; overflow: hidden; min-height: 560px; aspect-ratio: 21/9; }
    .hero-slide {
      position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s ease;
    }
    .hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
    .hero-slide img { width: 100%; height: 100%; object-fit: cover; }
    .hero-mask {
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(30,42,54,.78) 0%, rgba(42,111,176,.46) 46%, rgba(30,42,54,.28) 100%);
    }
    .hero-copy {
      position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;
      display: flex; align-items: center;
    }
    .hero-copy-inner { max-width: 640px; color: #fff; }
    .hero-copy-inner .kicker { color: #d7e8f7; }
    .hero-copy-inner .kicker::before { background: var(--accent); }
    .hero-copy h1, .hero-copy .slide-title {
      font-size: 44px; line-height: 1.22; font-weight: 700; margin: 12px 0 16px;
    }
    .hero-copy p { color: rgba(255,255,255,.88); font-size: 16px; max-width: 42em; margin-bottom: 22px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-nav, .hero-dots, .hero-pause {
      position: absolute; z-index: 3;
    }
    .hero-nav {
      top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0;
      border-radius: 8px; background: rgba(255,255,255,.22); color: #fff; font-size: 22px;
    }
    .hero-prev { left: 16px; }
    .hero-next { right: 16px; }
    .hero-nav:hover { background: rgba(255,255,255,.38); }
    .hero-dots { left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 8px; }
    .hero-dots button {
      width: 28px; height: 4px; border: 0; background: rgba(255,255,255,.38); border-radius: 2px; padding: 0;
    }
    .hero-dots button.is-active { background: var(--accent); }
    .hero-pause {
      right: 16px; bottom: 16px; min-height: 36px; padding: 0 12px; border: 0; border-radius: 6px;
      background: rgba(30,42,54,.45); color: #fff; font-size: 13px;
    }

    .pain { background: var(--bg); }
    .pain-grid { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
    .pain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .pain-item {
      display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start;
      background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
      padding: 16px 18px; min-height: 92px;
    }
    .pain-item:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-2px); }
    .pain-ico {
      width: 44px; height: 44px; border-radius: 8px; background: var(--primary-soft);
      display: grid; place-items: center; color: var(--primary-deep);
    }
    .pain-item h3 { font-size: 18px; margin-bottom: 4px; }
    .pain-item p { font-size: 14px; color: var(--muted); }

    .intro { background: #fff; }
    .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
    .split-copy h2 { max-width: 18em; }
    .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
    .media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
    .media img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
    .media-caption {
      position: absolute; left: 12px; bottom: 12px; background: rgba(36,49,64,.86); color: #fff;
      font-size: 13px; padding: 6px 10px; border-radius: 4px;
    }

    .adv { background: var(--bg); }
    .adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .card {
      background: var(--card); border: 1px solid transparent; border-radius: var(--radius);
      box-shadow: var(--shadow); transition: var(--ease);
    }
    .adv-card { padding: 26px 24px 20px; min-height: 250px; display: flex; flex-direction: column; }
    .adv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
    .adv-card h3 { font-size: 20px; margin: 12px 0 10px; }
    .adv-card p { color: var(--muted); font-size: 15px; flex: 1; }
    .card-link { margin-top: 16px; font-weight: 600; color: var(--primary-deep); font-size: 14px; }
    .card-link:hover { color: var(--primary); }
    .ico-line { width: 36px; height: 36px; color: var(--primary); }

    .steps { background: #fff; }
    .timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
    .timeline::before {
      content: ""; position: absolute; left: 8%; right: 8%; top: 38px; height: 1px; background: var(--line);
    }
    .step { position: relative; background: var(--bg); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
    .step img { width: 100%; height: 110px; object-fit: cover; }
    .step-body { padding: 16px 16px 18px; }
    .step-num {
      font-size: 40px; font-weight: 700; color: var(--primary); font-variant-numeric: tabular-nums; line-height: 1;
    }
    .step h3 { font-size: 18px; margin: 8px 0 6px; }
    .step p { font-size: 14px; color: var(--muted); }

    .hot { background: var(--bg); }
    .hot-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 20px; }
    .hot-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: grid; }
    .hot-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border: 1px solid var(--primary); }
    .hot-lg { grid-row: 1 / span 2; }
    .hot-lg img { width: 100%; height: 280px; object-fit: cover; }
    .hot-sm { grid-template-columns: 180px 1fr; min-height: 180px; }
    .hot-sm img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; }
    .hot-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
    .meta-row { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); }
    .meta-row span { background: var(--primary-soft); color: var(--primary-deep); padding: 2px 8px; border-radius: 4px; }
    .hot-body h3 { font-size: 22px; }
    .hot-body p { color: var(--muted); font-size: 15px; }

    .cases { background: var(--dark); color: #e8eef4; padding: var(--space) 0; position: relative; }
    .cases::before {
      content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--accent);
    }
    .cases-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
    .dark-copy h2 { color: #fff; }
    .dark-copy p { color: #c5d0da; }
    .ticket { background: #2c3c4d; border-left: 3px solid var(--accent); border-radius: 8px; padding: 16px 18px; margin-bottom: 12px; }
    .ticket h3 { font-size: 16px; color: #fff; margin-bottom: 8px; }
    .ticket dl { display: grid; grid-template-columns: 64px 1fr; gap: 6px 10px; font-size: 14px; }
    .ticket dt { color: #9aadb8; }
    .ticket dd { margin: 0; color: #e8eef4; }

    .stories { background: #fff; }
    .story-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 22px; }
    .story-main, .story-side article {
      background: var(--bg); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
    }
    .story-main { display: grid; grid-template-columns: 220px 1fr; }
    .story-main img, .story-side img { width: 100%; height: 100%; object-fit: cover; }
    .story-main img { min-height: 280px; }
    .quote { padding: 28px; }
    .quote p { font-size: 18px; line-height: 1.7; }
    .quote footer { margin-top: 16px; color: var(--muted); font-size: 14px; }
    .story-side { display: grid; gap: 16px; }
    .story-side article { display: grid; grid-template-columns: 110px 1fr; }
    .story-side img { min-height: 132px; }
    .story-side .quote { padding: 16px; }
    .story-side p { font-size: 15px; }

    .stats { background: var(--primary-soft); padding: 56px 0; }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .stat { text-align: left; padding: 8px 10px; border-left: 3px solid var(--primary); }
    .stat b {
      display: block; font-size: 40px; line-height: 1.1; color: var(--primary-deep);
      font-variant-numeric: tabular-nums; font-weight: 700;
    }
    .stat span { color: var(--muted); font-size: 14px; }

    .scenes { background: #fff; }
    .scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .scene {
      min-height: 230px; border-radius: var(--radius); overflow: hidden; position: relative; color: #fff;
      box-shadow: var(--shadow); display: flex; align-items: flex-end;
    }
    .scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,42,54,.1), rgba(30,42,54,.78)); }
    .scene-body { position: relative; z-index: 1; padding: 20px; }
    .scene h3 { font-size: 20px; margin-bottom: 6px; }
    .scene p { font-size: 14px; color: rgba(255,255,255,.88); }

    .specials { background: var(--bg); }
    .special-layout { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
    .sticky-index { position: sticky; top: 128px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
    .sticky-index a { display: flex; min-height: 42px; align-items: center; padding: 0 8px; color: var(--ink); font-weight: 600; border-radius: 6px; }
    .sticky-index a:hover, .sticky-index a.is-active { background: var(--primary-soft); color: var(--primary-deep); }
    .topic { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin-bottom: 22px; display: grid; grid-template-columns: 1.1fr .9fr; }
    .topic-body { padding: 26px; }
    .topic h3 { font-size: 22px; margin: 8px 0 12px; }
    .check li { position: relative; padding-left: 22px; margin: 8px 0; color: var(--muted); }
    .check li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border: 2px solid var(--primary); border-radius: 1px; }
    .topic img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }

    .reviews { background: #fff; }
    .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
    .review { padding: 24px; }
    .review:nth-child(2) { margin-top: 28px; }
    .review:nth-child(3) { margin-top: 12px; }
    .stars { display: flex; gap: 4px; margin-bottom: 12px; }
    .stars i { width: 12px; height: 12px; background: var(--accent); display: block; border-radius: 2px; }
    .review h3 { font-size: 18px; margin-bottom: 8px; }
    .review p { color: var(--muted); }
    .trust { margin-top: 18px; font-size: 13px; color: var(--muted); }

    .news { background: var(--bg); }
    .news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .news-card { overflow: hidden; }
    .news-card img { height: 150px; width: 100%; object-fit: cover; }
    .news-card .hot-body { padding: 16px; }
    .news-card h3 { font-size: 17px; }
    .date { font-size: 13px; color: var(--primary-deep); font-weight: 600; }

    .qc { background: #fff; }
    .qc-table { width: 100%; border-collapse: collapse; background: var(--bg); border-radius: var(--radius); overflow: hidden; }
    .qc-table th, .qc-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 15px; }
    .qc-table th { background: var(--primary-soft); color: var(--primary-deep); font-weight: 700; }
    .qc-table tr:last-child td { border-bottom: 0; }
    .qc-table td:first-child { font-weight: 600; }

    .faq { background: var(--bg); }
    .acc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
    .acc button {
      width: 100%; text-align: left; background: #fff; border: 0; min-height: 58px;
      padding: 14px 48px 14px 18px; font-weight: 600; position: relative; color: var(--ink);
    }
    .acc button::after {
      content: ""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px;
      border-right: 2px solid var(--primary); border-bottom: 2px solid var(--primary);
      transform: translateY(-70%) rotate(45deg); transition: var(--ease);
    }
    .acc.is-open button::after { transform: translateY(-30%) rotate(225deg); }
    .acc .acc-panel { display: none; padding: 0 18px 16px; color: var(--muted); }
    .acc.is-open .acc-panel { display: block; }
    .acc button:hover { background: var(--primary-soft); }

    .booking { background: var(--primary-soft); }
    .booking-box {
      display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; background: #fff;
      border: 2px solid var(--primary); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow);
    }
    .booking-copy { padding: 36px 32px 20px; }
    .form { padding: 0 32px 32px; display: grid; gap: 12px; }
    .field { display: grid; gap: 6px; }
    .field label { font-size: 14px; font-weight: 600; }
    .field input, .field select, .field textarea {
      min-height: 46px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: #fff; color: var(--ink);
    }
    .field textarea { min-height: 96px; resize: vertical; }
    .field input:focus, .field select:focus, .field textarea:focus {
      border-color: var(--primary); box-shadow: 0 0 0 3px rgba(42,111,176,.12); outline: none;
    }
    .field.is-error input, .field.is-error select { border-color: var(--danger); }
    .error { color: var(--danger); font-size: 13px; min-height: 18px; }
    .form-ok { display: none; background: var(--primary-soft); color: var(--primary-deep); padding: 12px; border-radius: 8px; font-weight: 600; }
    .form-ok.is-show { display: block; }
    .store { position: relative; min-height: 100%; }
    .store img { width: 100%; height: 100%; object-fit: cover; min-height: 100%; }
    .store-card {
      position: absolute; left: 16px; right: 16px; bottom: 16px; background: rgba(36,49,64,.9); color: #fff;
      padding: 16px; border-radius: 8px;
    }
    .store-card p { margin: 4px 0; font-size: 14px; color: #d7e1ea; }

    .site-footer { background: var(--dark-2); color: #c9d4de; padding: 56px 0 20px; }
    .foot-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 28px; }
    .foot-brand .logo-main, .foot-brand .logo { color: #fff; }
    .foot-brand p { margin-top: 12px; font-size: 14px; max-width: 36em; }
    .site-footer h3 { color: #fff; font-size: 16px; margin-bottom: 12px; }
    .site-footer a { color: #c9d4de; display: inline-flex; min-height: 32px; align-items: center; }
    .site-footer a:hover { color: #fff; }
    .copy {
      border-top: 1px solid rgba(255,255,255,.1); margin-top: 28px; padding-top: 16px;
      display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px;
    }

    @media (max-width: 1280px) {
      .hero-copy h1, .hero-copy .slide-title { font-size: 38px; }
      .news-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 1024px) {
      :root { --space: 80px; }
      .nav-menu, .nav-cta .btn { display: none; }
      .hamburger { display: inline-flex; }
      .pain-grid, .intro-grid, .cases-grid, .story-grid, .special-layout, .booking-box, .hot-grid {
        grid-template-columns: 1fr;
      }
      .hot-lg { grid-row: auto; }
      .adv-grid, .timeline, .stats-grid, .scene-grid, .review-grid, .foot-grid {
        grid-template-columns: 1fr 1fr;
      }
      .timeline::before { display: none; }
      .hot-sm { grid-template-columns: 160px 1fr; }
      .topic { grid-template-columns: 1fr; }
      .sticky-index { position: static; display: flex; gap: 8px; overflow-x: auto; }
      .sticky-index a { white-space: nowrap; }
      .hero-viewport { aspect-ratio: 16/9; min-height: 520px; }
    }
    @media (max-width: 768px) {
      :root { --space: 64px; }
      .topbar-hide { display: none; }
      .hero-viewport { aspect-ratio: auto; min-height: 560px; height: auto; }
      .hero-copy h1, .hero-copy .slide-title { font-size: 30px; }
      .section-head h2, .split-copy h2, .dark-copy h2, .booking-copy h2 { font-size: 26px; }
      .pain-list, .adv-grid, .timeline, .stats-grid, .scene-grid, .review-grid, .news-grid, .foot-grid {
        grid-template-columns: 1fr;
      }
      .story-main, .story-side article, .hot-sm { grid-template-columns: 1fr; }
      .story-main img,      .story-side img,
      .hot-lg img,
      .hot-sm img {
        min-height: 180px;
        height: 200px;
      }
      .media img,
      .topic img { min-height: 240px; }
      .review:nth-child(2),
      .review:nth-child(3) { margin-top: 0; }
      .booking-copy,
      .form { padding: 24px 20px; }
      .store { min-height: 280px; }
      .store img { min-height: 280px; }
      .qc-wrap { overflow-x: auto; }
      .hero-copy { padding: 40px 0 88px; align-items: flex-end; }
      .container { width: min(100% - 28px, var(--container)); }
      .copy { flex-direction: column; }
    }
    @media (max-width: 520px) {
      .hero-copy h1,
      .hero-copy .slide-title { font-size: 28px; }
      .section-head h2,
      .split-copy h2,
      .dark-copy h2,
      .booking-copy h2 { font-size: 24px; }
      .stat b { font-size: 32px; }
      .logo-main { font-size: 16px; }
      .hero-nav { width: 40px; height: 40px; opacity: .92; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions .btn { width: 100%; }
      .pain-item { grid-template-columns: 40px 1fr; }
      .qc-table th,
      .qc-table td { padding: 12px 10px; font-size: 14px; white-space: nowrap; }
    }
