
  *, *::before, *::after { box-sizing: border-box; }
  body { margin: 0; background: var(--parchment); color: var(--ink); }

  /* ---------- Boot splash (replaced by React on mount) ---------- */
  .hh-boot {
    position: fixed; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 18px; background: var(--parchment);
  }
  .hh-boot__mark {
    font-family: var(--font-serif-cn, "Noto Serif SC", Georgia, serif);
    font-weight: 700; font-size: 40px; letter-spacing: 0.12em;
    color: var(--brand-navy);
  }
  .hh-boot__bar {
    width: 160px; height: 3px; border-radius: 3px;
    background: rgba(26,62,110,0.14); overflow: hidden;
  }
  .hh-boot__bar span {
    display: block; height: 100%; width: 40%;
    background: var(--brand-red);
    animation: hh-boot-slide 1100ms cubic-bezier(0.5,0,0.2,1) infinite;
  }
  @keyframes hh-boot-slide {
    0%   { transform: translateX(-110%); }
    100% { transform: translateX(310%); }
  }
  .hh-boot__cap {
    font-family: var(--font-mono, ui-monospace, monospace);
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--ink-mute, rgba(21,38,74,0.5));
  }

  /* ---------- Buttons ---------- */
  .hh-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-sans); font-weight: 700; font-size: 13.5px;
    letter-spacing: 0.04em; text-transform: uppercase;
    padding: 14px 22px; border: none; border-radius: 4px;
    cursor: pointer; transition: all 140ms cubic-bezier(0.22,1,0.36,1);
    text-decoration: none; white-space: nowrap;
  }
  .hh-btn--sm { padding: 10px 16px; font-size: 12px; }
  .hh-btn--primary { background: var(--brand-navy); color: #fff; }
  .hh-btn--primary:hover { background: var(--brand-navy-ink); transform: translateY(-1px); }
  /* Nav-button override: title-case, more compact */
  .hh-nav .hh-btn {
    text-transform: none;
    letter-spacing: 0.005em;
    font-size: 14px;
    padding: 11px 22px;
  }
  .hh-btn--accent { background: var(--brand-red); color: #fff; }
  .hh-btn--accent:hover { background: var(--brand-red-bright); transform: translateY(-1px); }
  .hh-btn--ghost {
    background: transparent; color: var(--brand-navy);
    border: 1.5px solid var(--brand-navy);
  }
  .hh-btn--ghost:hover { background: var(--brand-navy); color: #fff; }
  .hh-btn--text {
    background: transparent; color: var(--brand-navy);
    padding: 4px 0; font-weight: 700;
  }
  .hh-btn--text:hover { color: var(--brand-red); }

  .hh-eyebrow {
    font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--brand-red);
  }
  .hh-place { color: var(--brand-red); font-style: italic; font-weight: 700; }
  .hh-cn { font-family: var(--font-sans-cn); }

  /* ---------- WIP notice ---------- */
  .hh-wip {
    background: #FFF4D6;
    border-bottom: 1px solid #E8C66A;
    color: #5A3A00;
    font-family: var(--font-sans);
    font-size: 12.5px;
    line-height: 1.5;
  }
  .hh-wip__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 10px 40px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    text-align: center;
    flex-wrap: wrap;
  }
  .hh-wip__tag {
    flex: none;
    background: #B8860B; color: #FFF8E1;
    font-weight: 800; font-size: 10px;
    letter-spacing: 0.22em;
    padding: 3px 8px;
    border-radius: 2px;
    text-transform: uppercase;
  }
  .hh-wip__text { color: #5A3A00; }
  .hh-wip__text strong { color: #3D2700; font-weight: 700; }

  /* ---------- Utility bar ---------- */
  .hh-util {
    background: var(--brand-navy);
    border-bottom: 1px solid rgba(247,242,233,0.08);
    font-family: var(--font-sans);
    font-size: 12px;
    color: rgba(247,242,233,0.85);
  }
  .hh-util__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 9px 40px;
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    white-space: nowrap;
  }
  .hh-util__items { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
  .hh-util__items li { display: inline-flex; align-items: center; gap: 6px; }
  .hh-util__items li svg { width: 13px; height: 13px; color: var(--brand-gold); stroke-width: 2; }
  .hh-util__items li:nth-child(1) svg { fill: var(--brand-gold); }
  .hh-util__placeholder span { font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace); font-size: 11px; letter-spacing: 0.02em; color: rgba(247,242,233,0.55); border: 1px dashed rgba(247,242,233,0.35); padding: 1px 6px; border-radius: 3px; }
  .hh-util__placeholder svg { opacity: 0.5; fill: none !important; }
  .hh-util__contact { display: flex; align-items: center; gap: 16px; }
  .hh-util__phone {
    display: inline-flex; align-items: center; gap: 6px;
    color: #fff; font-weight: 600; text-decoration: none;
  }
  .hh-util__phone svg { width: 13px; height: 13px; stroke-width: 2; color: var(--brand-gold); }
  .hh-util__wa {
    display: inline-flex; align-items: center; gap: 6px;
    background: #25D366; color: #fff; padding: 6px 12px; border-radius: 4px;
    font-weight: 700; font-size: 11.5px; text-decoration: none;
  }
  .hh-util__wa svg { width: 13px; height: 13px; stroke-width: 2; }

  /* ---------- Nav ---------- */
  .hh-nav {
    background: var(--parchment);
    border-bottom: 1px solid var(--rule);
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 40px;
    max-width: 1280px; margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  /* Extend parchment bg + bottom rule full-width while keeping content at 1280.
     A full-viewport band behind the nav — constrained to the nav's own height so
     it can never bleed down over the hero. */
  .hh-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: var(--parchment);
    border-bottom: 1px solid var(--rule);
    z-index: -1;
  }
  .hh-nav__brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
  .hh-nav__logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    flex: none;
  }
  .hh-nav__lockup {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: var(--tw-zh-gap, 10px);
    align-items: baseline;
  }
  .hh-nav__zh {
    grid-column: 1;
    grid-row: 1;
    font-family: var(--font-serif-cn);
    font-weight: 700; font-size: 24px;
    color: var(--brand-red);
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .hh-nav__wordmark {
    grid-column: 2;
    grid-row: 1;
    font-family: var(--font-display);
    font-weight: 700; font-size: 22px;
    color: var(--tw-nav-accent, var(--brand-navy));
    letter-spacing: -0.01em;
    line-height: 1;
    transform: translateX(var(--tw-heartease-offset, 0));
  }
  .hh-nav__sub {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 7px;
    font-family: var(--font-sans); font-weight: 600; font-size: 10px;
    letter-spacing: 0.26em; color: var(--ink-mute);
  }
  .hh-nav__links { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
  .hh-nav__links li { display: flex; align-items: center; }
  .hh-nav__links a {
    display: inline-flex; align-items: center;
    font-family: var(--font-sans); font-weight: 600; font-size: 14px;
    color: var(--ink); text-decoration: none;
    padding: 6px 0; position: relative;
    transition: color var(--dur-fast) var(--ease-out);
  }
  .hh-nav__links a:hover { color: var(--brand-red); }
  .hh-nav__links a.is-active { color: var(--brand-red); }

  /* ---------- Nav dropdown (下拉菜单) ---------- */
  .hh-nav__item--has-menu { position: relative; }
  .hh-nav__item--has-menu > a {
    display: inline-flex; align-items: center; gap: 5px;
  }
  .hh-nav__caret {
    transition: transform var(--dur-fast) var(--ease-out);
    margin-top: 1px;
  }
  .hh-nav__item--has-menu:hover .hh-nav__caret { transform: rotate(180deg); }

  .hh-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 18px;            /* bridges the gap so hover doesn't drop */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity var(--dur-fast) var(--ease-out),
                transform var(--dur-fast) var(--ease-out),
                visibility var(--dur-fast);
    z-index: 60;
  }
  .hh-nav__item--has-menu:hover .hh-megamenu,
  .hh-nav__item--has-menu:focus-within .hh-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hh-megamenu__panel {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    width: 640px;
    background: var(--parchment);
    border: 1px solid var(--rule);
    border-top: 3px solid var(--brand-red);
    border-radius: 3px;
    box-shadow: 0 24px 56px rgba(2,29,66,0.20);
    overflow: hidden;
  }
  .hh-megamenu__col { padding: 24px 26px 26px; }
  /* Simple single-column dropdown (About) — same chrome, narrower, no navy rail */
  .hh-megamenu__panel--simple {
    grid-template-columns: 1fr;
    width: 320px;
  }
  .hh-megamenu--simple { left: auto; right: 0; }  .hh-megamenu__col--ess {
    background: var(--brand-navy);
    display: flex; flex-direction: column;
  }
  .hh-megamenu__heading {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10.5px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--rule);
    display: flex; align-items: baseline; gap: 8px;
  }
  .hh-megamenu__col--ess .hh-megamenu__heading {
    color: var(--brand-gold);
    border-bottom-color: rgba(247,242,233,0.18);
  }
  .hh-megamenu__heading-cn {
    font-family: var(--font-serif-cn);
    font-weight: 400; font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--ink-mute);
  }
  .hh-megamenu__col--ess .hh-megamenu__heading-cn { color: rgba(247,242,233,0.5); }
  .hh-megamenu__list { list-style: none; margin: 0; padding: 0; }
  /* Inner menu items must NOT inherit the top-nav's `li { display:flex }`,
     which collapses each row's <a> to content width and lets the Chinese
     names overlap the English ones. Force full-width block rows. */
  .hh-megamenu .hh-megamenu__list li { display: block; width: 100%; }
  /* The top-nav's `.hh-nav__links a { display:inline-flex }` (higher specificity
     than the row classes) was shrink-wrapping each row to its text, letting the
     Chinese names collide with the English. Restore full-width block rows. */
  .hh-megamenu .hh-megamenu__dest { display: flex; width: 100%; align-items: stretch; }
  .hh-megamenu .hh-megamenu__ess { display: flex; width: 100%; align-items: baseline; }

  .hh-megamenu__dest {
    display: flex; flex-direction: column; gap: 2px;
    align-items: stretch;
    padding: 9px 10px;
    margin: 0 -10px;
    border-radius: 3px;
    text-decoration: none;
    transition: background var(--dur-fast) var(--ease-out);
  }
  .hh-megamenu__dest:hover { background: #fff; }
  .hh-megamenu__dest-top {
    display: flex; align-items: baseline;
    justify-content: space-between; gap: 14px;
    width: 100%;
  }
  .hh-megamenu__dest-name {
    font-family: var(--font-display);
    font-weight: 700; font-size: 15px;
    color: var(--brand-navy);
    line-height: 1.1;
    white-space: nowrap;
  }
  .hh-megamenu__dest:hover .hh-megamenu__dest-name { color: var(--brand-red); }
  .hh-megamenu__dest-cn {
    font-family: var(--font-serif-cn);
    font-weight: 700; font-size: 13px;
    color: var(--brand-red);
    line-height: 1;
    white-space: nowrap;
    flex: none;
  }
  .hh-megamenu__dest-note {
    font-family: var(--font-sans);
    font-size: 11px; line-height: 1.35;
    color: var(--ink-mute);
  }

  /* Atlas feature banner — the "browse everything" gateway, twin to the
     navy column's cream CTA. Pulls the eye without shouting. */
  .hh-megamenu .hh-megamenu__feature {
    display: flex; align-items: center; gap: 16px;
    width: 100%;
    margin: 0 0 18px;
    padding: 14px 15px;
    background: var(--brand-navy);
    border-radius: 3px;
    text-decoration: none;
    position: relative; overflow: hidden;
    transition: box-shadow var(--dur-fast) var(--ease-out),
                transform var(--dur-fast) var(--ease-out);
  }
  .hh-megamenu__feature::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image:
      linear-gradient(rgba(247,242,233,0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(247,242,233,0.045) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: linear-gradient(105deg, #000 30%, transparent 85%);
    -webkit-mask-image: linear-gradient(105deg, #000 30%, transparent 85%);
  }
  .hh-megamenu__feature:hover { box-shadow: 0 12px 26px rgba(2,29,66,0.30); transform: translateY(-1px); }
  .hh-megamenu__feature-body { position: relative; flex: 1; min-width: 0; }
  .hh-megamenu__feature-eyebrow { font-family: var(--font-sans); font-weight: 700; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-gold); margin-bottom: 5px; }
  .hh-megamenu__feature-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .hh-megamenu__feature-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #F7F2E9; line-height: 1.05; white-space: nowrap; }
  .hh-megamenu__feature-cn { font-family: var(--font-serif-cn); font-weight: 700; font-size: 14px; color: var(--brand-gold); line-height: 1; flex: none; white-space: nowrap; }
  .hh-megamenu__feature-note { font-family: var(--font-sans); font-size: 11px; line-height: 1.3; color: rgba(247,242,233,0.62); margin-top: 3px; }
  .hh-megamenu__feature-arrow { position: relative; flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--brand-red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out); }
  .hh-megamenu__feature:hover .hh-megamenu__feature-arrow { transform: translateX(3px); background: var(--brand-gold); color: var(--brand-navy); }


  .hh-megamenu__ess {
    display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(247,242,233,0.08);
    transition: padding-left var(--dur-fast) var(--ease-out);
  }
  .hh-megamenu__ess:hover { padding-left: 4px; }
  .hh-megamenu__ess-label {
    font-family: var(--font-sans);
    font-weight: 600; font-size: 13px;
    color: #F7F2E9;
    white-space: nowrap;
  }
  .hh-megamenu__ess:hover .hh-megamenu__ess-label { color: var(--brand-gold); }
  .hh-megamenu__ess-cn {
    font-family: var(--font-sans-cn);
    font-size: 11px;
    color: rgba(247,242,233,0.5);
    white-space: nowrap;
    flex: none;
  }
  .hh-megamenu .hh-megamenu__cta { margin-top: 30px; align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; background: #F7F2E9; color: var(--brand-red); padding: 12px 18px; border-radius: 2px; font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out); }
  .hh-megamenu .hh-megamenu__cta span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-megamenu .hh-megamenu__cta:hover { background: var(--brand-red); color: #fff; }
  .hh-megamenu .hh-megamenu__cta:hover span { transform: translateX(4px); }

  /* ---------- Recognition strip ---------- */
  .hh-recstrip {
    background: var(--brand-navy);
    color: rgba(247,242,233,0.9);
  }
  .hh-recstrip__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 12px 40px;
    display: flex; align-items: center; gap: 14px;
    font-family: var(--font-sans); font-size: 13px;
  }
  .hh-recstrip__star { color: var(--brand-gold); fill: var(--brand-gold); width: 14px; height: 14px; flex: none; }
  .hh-recstrip__lead { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; }
  .hh-recstrip__text { flex: 1; }
  .hh-recstrip__text strong { color: var(--brand-gold); font-weight: 700; }
  .hh-recstrip__verify {
    color: #fff; text-decoration: underline; text-underline-offset: 3px;
    font-weight: 600; white-space: nowrap;
  }
  .hh-recstrip__verify:hover { color: var(--brand-gold); }

  /* ---------- Hero ---------- */
  .hh-hero { background: var(--parchment); padding: 40px 0 40px; }
  .hh-hero__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1.25fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .hh-hero__left { display: flex; flex-direction: column; gap: 18px; }
  .hh-hero__title {
    font-family: var(--font-display); font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--brand-navy);
    margin: 0;
    max-width: 620px;
  }
  .hh-hero__script {
    font-family: var(--font-script);
    font-size: 25px;
    color: var(--brand-navy);
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
  }
  .hh-hero__script em { font-style: normal; color: var(--brand-red); }
  .hh-hero__heart { color: var(--brand-red); font-size: 20px; margin-left: 4px; }
  .hh-hero__body {
    margin: 8px 0 0;
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 540px;
  }
  .hh-hero__bodies { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
  .hh-hero__bodies .hh-hero__body { margin: 0; }
  /* Traditional essay drop cap — EN pages only (Chinese text opts out).
     Calligraphic italic cap with a gold under-print offset, echoing a
     misregistered two-color woodblock travel poster. Tuned to stay inside
     its own paragraph so it never climbs into the headline above. */
  html[lang="en"] .hh-hero__bodies .hh-hero__body:first-child::first-letter {
    float: left;
    font-family: var(--font-display-italic);
    font-style: italic; font-weight: 600;
    font-size: 58px; line-height: 0.86;
    padding: 4px 14px 0 2px;
    color: var(--brand-red);
    text-shadow: 0.045em 0.045em 0 rgba(230, 182, 85, 0.65);
  }
  .hh-hero__cta { display: flex; gap: 14px; align-items: center; margin-top: 8px; }
  .hh-hero__rule {
    border: 0; border-top: 1px solid var(--rule);
    margin: 16px 0 4px;
  }
  .hh-hero__stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .hh-stat { display: flex; flex-direction: column; gap: 6px; }
  .hh-stat__top {
    font-family: var(--font-display); font-weight: 700; font-size: 32px;
    color: var(--brand-navy); line-height: 1;
    display: inline-flex; align-items: center;
  }
  .hh-stat__label {
    font-family: var(--font-sans); font-weight: 700; font-size: 10px;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-mute); line-height: 1.4;
  }

  /* ---------- Hero poster ---------- */
  .hh-hero__right { position: relative; min-height: 0; padding: 0 36px; display: flex; align-items: center; justify-content: flex-end; }
  .hh-poster {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  .hh-poster__art {
    position: relative;
    aspect-ratio: 3 / 4.7;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(2,29,66,0.25);
  }
  .hh-poster__art svg { width: 100%; height: 100%; display: block; }
  .hh-poster__photo {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  /* Scrim improves legibility of the 瓷都 watermark + label over any dropped photo */
  .hh-poster__scrim {
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, rgba(2,29,66,0.35) 0%, rgba(2,29,66,0) 28%, rgba(2,29,66,0) 62%, rgba(2,29,66,0.55) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .hh-poster__wm {
    position: absolute;
    top: 22px; right: 26px;
    font-family: var(--font-serif-cn);
    font-weight: 900;
    font-size: 52px;
    line-height: 0.9;
    color: rgba(255,255,255,0.42);
    -webkit-text-fill-color: rgba(255,255,255,0.42);
    -webkit-text-stroke: 0.75px rgba(255,255,255,0.6);
    filter: drop-shadow(0 1px 0 rgba(255,255,255,0.4)) drop-shadow(0 6px 15px rgba(2,29,66,0.32));
    z-index: 2;
    writing-mode: vertical-rl;
  }
  .hh-poster__label {
    position: absolute;
    bottom: 22px; left: 26px;
    font-family: var(--font-display, var(--font-serif, Georgia, serif));
    font-weight: 500; font-size: 15px;
    font-style: italic;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,0.96);
    z-index: 2;
    white-space: nowrap;
  }
  /* Floating credential card (top-left over poster) */
  .hh-poster__cred {
    position: absolute;
    top: 6%; left: -22%;
    width: 220px;
    background:
      linear-gradient(157deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0) 38%),
      linear-gradient(150deg, rgba(5,18,44,0.74) 0%, rgba(6,22,54,0.58) 55%, rgba(5,18,44,0.68) 100%);
    -webkit-backdrop-filter: blur(14px) saturate(175%) brightness(1.02);
    backdrop-filter: blur(14px) saturate(175%) brightness(1.02);
    color: #fff;
    text-shadow: 0 1px 8px rgba(2,12,30,0.55);
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.36);
    border-radius: 14px;
    box-shadow:
      0 14px 36px rgba(2,29,66,0.28),
      inset 0 1px 0 rgba(255,255,255,0.55),
      inset 0 -10px 20px rgba(255,255,255,0.06);
    z-index: 3;
  }
  .hh-poster__cred-eye {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--brand-gold);
    display: inline-flex; align-items: center; gap: 5px;
    margin-bottom: 10px;
  }
  .hh-poster__cred-title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 19px;
    line-height: 1.15; margin: 0 0 10px;
  }
  .hh-poster__cred-title em { color: var(--brand-red-bright); font-style: italic; }
  .hh-poster__cred-foot {
    font-family: var(--font-sans);
    font-size: 11px; line-height: 1.5;
    color: rgba(247,242,233,0.7);
  }
  /* Floating review card (bottom-right over poster) */
  .hh-poster__review {
    position: absolute;
    bottom: 14%; right: -36px;
    width: 226px;
    background: #fff;
    padding: 16px 18px;
    border-radius: 4px;
    box-shadow: 0 14px 36px rgba(2,29,66,0.25);
    z-index: 3;
  }
  .hh-poster__stars {
    color: var(--brand-gold);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 4px;
  }
  .hh-poster__rev-source {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 9.5px;
    letter-spacing: 0.2em;
    color: var(--ink-mute);
    margin-bottom: 8px;
  }
  .hh-poster__rev-quote {
    font-family: var(--font-display);
    font-style: italic; font-size: 14px;
    line-height: 1.4; color: var(--ink);
    margin: 0 0 10px;
  }
  .hh-poster__rev-byline {
    font-family: var(--font-sans);
    font-size: 11px; color: var(--ink-mute);
  }
  .hh-poster__rev-byline strong { color: var(--ink); font-weight: 700; }

  /* Jingdezhen guide fact card (replaces review placeholder) */
  .hh-poster__factcard {
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 24px 20px 26px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.55);
    background:
      linear-gradient(150deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.66) 60%, rgba(255,255,255,0.76) 100%);
    -webkit-backdrop-filter: blur(11px) saturate(190%) brightness(1.04);
    backdrop-filter: blur(11px) saturate(190%) brightness(1.04);
    box-shadow:
      0 16px 40px rgba(2,29,66,0.22),
      0 2px 6px rgba(2,29,66,0.10),
      inset 0 1px 0 rgba(255,255,255,0.90),
      inset 0 -8px 18px rgba(255,255,255,0.28);
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  /* liquid-glass specular sheen */
  .hh-poster__factcard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
      linear-gradient(157deg, rgba(255,255,255,0.60) 0%, rgba(255,255,255,0) 38%),
      radial-gradient(120% 60% at 18% 0%, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 55%);
  }
  /* brand-red top edge, inset to follow the rounded glass corners */
  .hh-poster__factcard::after {
    content: "";
    position: absolute;
    top: 0; left: 14px; right: 14px;
    height: 2px;
    border-radius: 0 0 2px 2px;
    background: var(--brand-red);
    opacity: 0.85;
    pointer-events: none;
  }
  .hh-poster__factcard > * { position: relative; z-index: 1; }
  .hh-poster__factcard:hover {
    transform: translateY(-2px);
    box-shadow:
      0 24px 52px rgba(2,29,66,0.28),
      0 3px 10px rgba(2,29,66,0.12),
      inset 0 1px 0 rgba(255,255,255,0.95),
      inset 0 -8px 18px rgba(255,255,255,0.34);
  }
  .hh-poster__fact-eye {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 9.5px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 10px;
    display: flex; align-items: baseline; gap: 7px;
    text-wrap: balance;
  }
  .hh-poster__fact-eye .hh-cn {
    font-family: var(--font-serif-cn);
    letter-spacing: 0.04em; text-transform: none;
    color: var(--brand-navy);
    font-size: 12px;
  }
  .hh-poster__fact-cta {
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid var(--rule);
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10px;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--brand-navy);
    display: flex; align-items: center; gap: 7px;
    text-wrap: balance;
  }
  .hh-poster__fact-cta span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-poster__factcard:hover .hh-poster__fact-cta { color: var(--brand-red); }
  .hh-poster__factcard:hover .hh-poster__fact-cta span { transform: translateX(4px); }
  .hh-poster__factcard .hh-poster__rev-quote,
  .hh-poster__factcard .hh-poster__rev-byline { text-wrap: balance; }

  /* ---------- Government recognition (navy) ---------- */
  .hh-rec {
    position: relative;
    background: var(--brand-navy);
    color: rgba(247,242,233,0.9);
    overflow: hidden;
    padding: 96px 0 112px;
  }
  .hh-rec__wm {
    position: absolute;
    right: -20px; top: 50%; transform: translateY(-50%);
    font-family: var(--font-serif-cn);
    font-weight: 900; font-size: 240px;
    line-height: 0.9;
    color: rgba(247,242,233,0.05);
    z-index: 0;
    pointer-events: none;
    letter-spacing: -0.04em;
  }
  .hh-rec__inner {
    position: relative; z-index: 1;
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
  }
  .hh-rec__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
  .hh-rec__eyebrow {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.28em;
    color: var(--brand-gold);
    margin-bottom: 18px;
  }
  .hh-rec__title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 18px;
  }
  .hh-rec__title-em {
    color: var(--brand-gold);
    font-style: italic;
  }
  .hh-rec__sub {
    font-size: 15px; line-height: 1.65;
    color: rgba(247,242,233,0.78);
    margin: 0;
  }
  .hh-rec__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .hh-rec__card {
    position: relative;
    border: 1px solid var(--brand-gold);
    padding: 36px 32px 28px;
    background: transparent;
    color: rgba(247,242,233,0.85);
  }
  .hh-rec__tag {
    position: absolute;
    top: -10px; left: 20px;
    background: var(--brand-gold);
    color: #1a1100;
    font-family: var(--font-sans);
    font-weight: 800; font-size: 10.5px;
    letter-spacing: 0.18em;
    padding: 4px 10px;
  }
  .hh-rec__card-date {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10.5px;
    letter-spacing: 0.18em;
    color: rgba(247,242,233,0.5);
    margin-bottom: 12px;
  }
  .hh-rec__card-title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 22px;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 16px;
  }
  .hh-rec__card-title em { color: var(--brand-red-bright); font-style: italic; }
  .hh-rec__card-body {
    font-size: 13.5px; line-height: 1.65;
    color: rgba(247,242,233,0.75);
    margin: 0 0 20px;
  }
  .hh-rec__card-body strong { color: #fff; font-weight: 700; }
  .hh-rec__card-foot {
    border-top: 1px solid rgba(247,242,233,0.15);
    padding-top: 12px;
    margin-bottom: 12px;
  }
  .hh-rec__card-auth-label {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10.5px;
    letter-spacing: 0.18em;
    color: var(--brand-gold);
    margin-bottom: 4px;
  }
  .hh-rec__card-auth { font-size: 14px; color: #fff; margin-bottom: 4px; }
  .hh-rec__card-auth-sub {
    font-family: var(--font-mono);
    font-size: 11px; color: rgba(247,242,233,0.55);
  }
  .hh-rec__view {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--brand-gold);
    text-decoration: none;
  }
  .hh-rec__view:hover { color: #fff; }

  /* ---------- Press strip ---------- */
  .hh-press {
    background: var(--parchment);
    border-bottom: 1px solid var(--rule);
  }
  .hh-press__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 56px 40px 64px;
    text-align: center;
  }
  .hh-press__eyebrow {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.28em;
    color: var(--ink-mute);
    margin-bottom: 32px;
  }
  .hh-press__row {
    display: grid; grid-template-columns: repeat(4, minmax(0, 180px));
    justify-content: center;
    gap: 18px;
  }
  .hh-press__slot {
    min-height: 72px;
  }

  /* Featured CATS recognition card */
  .hh-press__feature {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: stretch;
    text-align: left;
    background: #fff;
    border: 1px solid var(--rule);
    border-top: 3px solid var(--brand-red);
    padding: 36px 40px;
    margin-bottom: 0;
  }
  .hh-press__feature-mark {
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    gap: 6px;
    background: var(--brand-navy);
    color: var(--parchment);
    padding: 28px 16px;
    border-radius: 2px;
    text-align: center;
  }
  .hh-press__feature-mark-cn {
    font-family: var(--font-display);
    font-weight: 700; font-size: 28px;
    letter-spacing: 0.04em;
    color: var(--brand-gold);
  }
  .hh-press__feature-mark-en {
    font-family: var(--font-display);
    font-weight: 700; font-size: 40px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 4px;
  }
  .hh-press__feature-mark-tag {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(247,242,233,0.25);
    width: 100%;
    font-family: var(--font-mono);
    font-size: 10px; letter-spacing: 0.18em;
    color: rgba(247,242,233,0.7);
  }
  .hh-press__feature-body { padding: 4px 0; }
  .hh-press__feature-eyebrow {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 12px;
  }
  .hh-press__feature-title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin: 0 0 22px;
    max-width: 640px;
  }
  .hh-press__feature-title em {
    font-style: italic;
    color: var(--brand-red);
  }
  .hh-press__feature-copy {
    font-size: 14px; line-height: 1.65;
    color: var(--ink-soft);
    margin: 0 0 22px;
    max-width: 680px;
  }
  .hh-press__feature-cites {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 22px;
    max-width: 680px;
  }
  .hh-press__cite {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 14px 16px;
    background: var(--parchment);
    border-left: 2px solid var(--brand-gold);
  }
  .hh-press__cite-num {
    font-family: var(--font-display);
    font-weight: 700; font-size: 32px;
    line-height: 1;
    color: var(--brand-red);
    letter-spacing: -0.02em;
  }
  .hh-press__cite-cat {
    font-family: var(--font-sans);
    font-weight: 600; font-size: 13px;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .hh-press__cite-sub {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-mute);
  }
  .hh-press__more {
    max-width: 680px;
    margin-bottom: 24px;
    padding-top: 4px;
  }
  .hh-press__more-label {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-mute);
    padding-bottom: 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--rule);
  }
  .hh-press__more-list {
    list-style: none; margin: 0; padding: 0;
  }
  .hh-press__more-item {
    display: flex; align-items: baseline; gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--rule);
  }
  .hh-press__more-item:last-child { border-bottom: none; }
  .hh-press__more-year {
    flex: none; width: 44px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--brand-gold);
    letter-spacing: 0.02em;
  }
  .hh-press__more-text {
    display: flex; flex-direction: column; gap: 3px;
  }
  .hh-press__more-text strong {
    font-family: var(--font-sans);
    font-weight: 600; font-size: 14px;
    color: var(--ink);
    line-height: 1.35;
  }
  .hh-press__more-org {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-mute);
    line-height: 1.35;
  }
  .hh-press__feature-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-navy);
    text-decoration: none;
    border-bottom: 1px solid var(--brand-navy);
    padding-bottom: 2px;
  }
  .hh-press__feature-link:hover { color: var(--brand-red); border-color: var(--brand-red); }
  .hh-press__feature-link--cites {
    margin-top: -6px;
    margin-bottom: 26px;
  }
  .hh-press__feature-links {
    display: flex; flex-wrap: wrap;
    gap: 14px 28px;
  }

  .hh-press__divider {
    display: flex; align-items: center; gap: 16px;
    margin: 40px 0 32px;
    font-family: var(--font-mono);
    font-size: 10.5px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .hh-press__divider::before,
  .hh-press__divider::after {
    content: ""; flex: 1; height: 1px; background: var(--rule);
  }
  .hh-press__slot {
    border: 1.5px dashed var(--rule);
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    aspect-ratio: 3 / 1;
    display: flex; align-items: center; justify-content: center;
    transition: border-color var(--dur-fast) var(--ease-out);
  }
  .hh-press__slot:hover { border-color: var(--ink-mute); }
  .hh-press__slot--filled {
    border: 1px solid var(--rule);
    background: #fff;
    padding: 20px 16px;
    aspect-ratio: auto;
    min-height: 120px;
  }
  .hh-press__slot--filled:hover { border-color: var(--brand-navy); }
  .hh-press__logo-cats {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    text-align: center;
  }
  .hh-press__logo-cats-cn {
    font-family: var(--font-display);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--brand-red);
  }
  .hh-press__logo-cats-en {
    font-family: var(--font-display);
    font-weight: 800; font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--brand-navy);
  }
  .hh-press__logo-cats-tag {
    margin-top: 3px;
    font-family: var(--font-mono);
    font-size: 7.5px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-mute);
    max-width: 150px; line-height: 1.3;
  }
  .hh-press__logo-org {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    text-align: center;
  }
  .hh-press__logo-org-status {
    font-family: var(--font-display);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--brand-red);
  }
  .hh-press__logo-org-cn {
    font-family: var(--font-display);
    font-weight: 800; font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.1;
    max-width: 200px;
    text-wrap: balance;
    color: var(--brand-navy);
  }
  .hh-press__logo-org-en {
    margin-top: 3px;
    font-family: var(--font-mono);
    font-size: 7.5px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-mute);
    max-width: 160px; line-height: 1.3;
  }
  .hh-press__slot-label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--ink-mute);
    text-transform: uppercase;
  }
  .hh-press__note {
    margin: 24px 0 0;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-mute);
  }
  .hh-press__note code {
    background: rgba(255,255,255,0.6);
    padding: 1px 6px;
    border-radius: 3px;
    color: var(--ink-soft);
  }

  /* ---------- Placeholder markers ---------- */
  .hh-poster__review.is-placeholder {
    border: 1.5px dashed var(--brand-red);
    background: #fff;
  }
  .hh-poster__placeholder-tag {
    position: absolute;
    top: -10px; left: 12px;
    background: var(--brand-red);
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 9px;
    letter-spacing: 0.22em;
    padding: 3px 8px;
    border-radius: 2px;
  }
  .hh-poster__review.is-placeholder .hh-poster__rev-quote { color: var(--ink-mute); font-style: italic; }
  .hh-quote__text.is-placeholder { color: rgba(247,242,233,0.55); }

  /* ---------- Wonders ---------- */
  .hh-wonders {
    background: var(--parchment);
    padding: 32px 0 64px;
  }
  .hh-wonders__head {
    max-width: 1280px; margin: 0 auto 48px;
    padding: 0 40px;
    display: flex; flex-direction: column; gap: 22px;
  }
  .hh-wonders__title-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end;
  }
  .hh-wonders__title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--brand-navy);
    margin: 0;
  }
  .hh-wonders__sub {
    font-size: 15px; line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
    max-width: 520px;
    padding-bottom: 6px;
  }
  .hh-wonders__grid {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .hh-wonder {
    position: relative;
    display: flex; flex-direction: column;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
    border: 1px solid var(--rule);
    box-shadow: 0 1px 2px rgba(2,29,66,0.04);
    text-decoration: none;
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  .hh-wonder:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(2,29,66,0.18); }
  .hh-wonder__img {
    position: relative;
    aspect-ratio: 5 / 4;
    background-size: cover;
    background-position: center;
  }
  .hh-wonder__img::after {
    content: ""; position: absolute; inset: 0;
    box-shadow: inset 0 -1px 0 rgba(2,29,66,0.06);
    pointer-events: none;
  }
  .hh-wonder__body {
    display: flex; flex-direction: column;
    padding: 15px 18px 16px;
    flex: 1;
  }
  .hh-wonder__eyebrow {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 9px;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--brand-red-bright);
    margin-bottom: 7px;
  }
  .hh-wonder__name-row {
    display: flex; align-items: baseline; gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .hh-wonder__name {
    font-family: var(--font-display);
    font-weight: 700; font-size: 20px;
    line-height: 1.05; margin: 0;
    color: var(--brand-navy);
    letter-spacing: -0.01em;
  }
  .hh-wonder__cn {
    font-family: var(--font-serif-cn);
    font-weight: 700; font-size: 16px;
    color: var(--brand-gold);
    line-height: 1;
  }
  .hh-wonder__copy {
    font-size: 12.5px; line-height: 1.5;
    color: var(--ink-soft);
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hh-wonder__cta {
    margin-top: auto;
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700; font-size: 10.5px;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--brand-navy);
    padding-top: 11px;
    border-top: 1px solid var(--rule);
  }
  .hh-wonder__cta span { transition: transform var(--dur-fast) var(--ease-out); color: var(--brand-gold); }
  .hh-wonder:hover .hh-wonder__cta { color: var(--brand-red); }
  .hh-wonder:hover .hh-wonder__cta span { transform: translateX(4px); }

  /* ---------- Travel Guide highlight (homepage centrepiece) ---------- */
  .hh-ghl { background: var(--parchment); padding: 64px 0 32px; border-top: 1px solid var(--rule); }
  .hh-ghl__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
  .hh-ghl__head { margin-bottom: 44px; }
  .hh-ghl__eyebrow {
    font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-red);
    display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 22px;
  }
  .hh-ghl__eyebrow span {
    font-family: var(--font-serif-cn); font-weight: 700; letter-spacing: 0.06em;
    color: var(--brand-navy); font-size: 14px; text-transform: none;
  }
  .hh-ghl__title-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
  .hh-ghl__title {
    font-family: var(--font-display); font-weight: 700; font-size: 52px;
    line-height: 1.04; letter-spacing: -0.02em; color: var(--brand-navy);
    margin: 0; text-wrap: balance;
  }
  .hh-ghl__head-right { display: flex; flex-direction: column; gap: 18px; align-items: flex-end; text-align: right; padding-bottom: 8px; }
  .hh-ghl__sub {
    font-family: var(--font-display); font-weight: 500; font-style: italic;
    font-size: 27px; line-height: 1.2; letter-spacing: -0.01em; color: var(--brand-navy);
    margin: 0; max-width: 460px; padding-top: 16px; position: relative;
  }
  .hh-ghl__sub::before {
    content: ""; position: absolute; top: 0; right: 0;
    width: 48px; height: 2px; background: var(--brand-red);
  }
  .hh-ghl__browse {
    font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand-navy);
    text-decoration: none; border-bottom: 1.5px solid var(--brand-navy);
    padding-bottom: 3px; display: inline-flex; gap: 8px; white-space: nowrap;
    transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
  }
  .hh-ghl__browse span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-ghl__browse:hover { color: var(--brand-red); border-color: var(--brand-red); }
  .hh-ghl__browse:hover span { transform: translateX(4px); }

  /* feature split-card */
  .hh-ghl__feature {
    display: grid; grid-template-columns: 1.25fr 1fr;
    background: #fff; border: 1px solid var(--rule); border-radius: 2px;
    overflow: hidden; text-decoration: none; margin-bottom: 24px;
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  .hh-ghl__feature:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(2,29,66,0.18); }
  .hh-ghl__feature-media {
    position: relative; min-height: 400px;
    background-size: cover; background-position: center; background-color: var(--brand-navy);
  }
  .hh-ghl__feature-media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(2,29,66,0.14), rgba(2,29,66,0) 55%);
  }
  .hh-ghl__flag {
    position: absolute; top: 20px; left: 20px; z-index: 2;
    background: var(--brand-red); color: #fff;
    font-family: var(--font-sans); font-weight: 800; font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 11px; border-radius: 2px;
    white-space: nowrap;
  }
  .hh-ghl__feature-body { padding: 40px 48px 38px; display: flex; flex-direction: column; justify-content: center; }
  .hh-ghl__cat {
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-red); margin-bottom: 16px;
  }
  .hh-ghl__cat span { color: var(--ink-mute); font-weight: 500; }
  .hh-ghl__feature-title {
    font-family: var(--font-display); font-weight: 700; font-size: 38px;
    line-height: 1.1; letter-spacing: -0.02em; color: var(--brand-navy);
    margin: 0; text-wrap: balance; transition: color var(--dur-fast) var(--ease-out);
  }
  .hh-ghl__feature:hover .hh-ghl__feature-title { color: var(--brand-red); }
  .hh-ghl__feature-zh { font-family: var(--font-serif-cn); font-weight: 700; font-size: 19px; color: var(--brand-red); margin: 12px 0 0; }
  .hh-ghl__feature-dek { font-size: 15px; line-height: 1.7; color: var(--ink-soft); margin: 18px 0 0; max-width: 460px; }
  .hh-ghl__meta {
    display: flex; align-items: center; gap: 14px; margin-top: 24px;
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
    color: var(--ink-mute); text-transform: uppercase;
  }
  .hh-ghl__dot { width: 3px; height: 3px; border-radius: 999px; background: var(--ink-mute); }
  .hh-ghl__cta {
    margin-top: 26px; font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand-navy);
    display: inline-flex; align-items: center; gap: 8px;
  }
  .hh-ghl__cta span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-ghl__feature:hover .hh-ghl__cta { color: var(--brand-red); }
  .hh-ghl__feature:hover .hh-ghl__cta span { transform: translateX(4px); }

  /* card grid */
  .hh-ghl__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .hh-ghl__card {
    display: flex; flex-direction: column; background: #fff;
    border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; text-decoration: none;
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  .hh-ghl__card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(2,29,66,0.16); }
  .hh-ghl__card-media {
    position: relative; aspect-ratio: 16 / 10;
    background-size: cover; background-position: center; background-color: var(--brand-navy);
  }
  .hh-ghl__card-media--ph {
    display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
    background: linear-gradient(160deg, #20396a, #0c1f3f);
  }
  .hh-ghl__ph-cn { font-family: var(--font-serif-cn); font-weight: 700; font-size: 34px; color: rgba(247,242,233,0.30); }
  .hh-ghl__card-cat {
    position: absolute; top: 14px; left: 14px;
    background: rgba(2,29,66,0.86); color: #fff;
    font-family: var(--font-sans); font-weight: 700; font-size: 9.5px;
    letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 9px; border-radius: 2px;
  }
  .hh-ghl__card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
  .hh-ghl__card-title {
    font-family: var(--font-display); font-weight: 700; font-size: 20px;
    line-height: 1.2; letter-spacing: -0.01em; color: var(--brand-navy); margin: 0;
    min-height: 2.4em;
    transition: color var(--dur-fast) var(--ease-out);
  }
  .hh-ghl__card:hover .hh-ghl__card-title { color: var(--brand-red); }
  .hh-ghl__card-zh { font-family: var(--font-serif-cn); font-weight: 700; font-size: 14px; color: var(--brand-red); margin-top: 6px; }
  .hh-ghl__card-dek {
    font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); margin: 12px 0 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .hh-ghl__meta--card { margin-top: auto; padding-top: 18px; }

  /* ---------- Quote ---------- */
  .hh-quote {
    position: relative;
    background: var(--brand-navy-deep);
    color: #F7F2E9;
    overflow: hidden;
    padding: 96px 0;
  }
  .hh-quote__pattern {
    position: absolute; inset: 0;
    background-image: url('/assets/pattern-meridians.svg');
    background-size: 240px 240px;
    opacity: 0.06;
    filter: invert(1) brightness(2);
  }
  .hh-quote__inner {
    position: relative; max-width: 920px; margin: 0 auto;
    padding: 0 56px; text-align: center;
  }
  .hh-eyebrow--inverse { color: var(--brand-gold); }
  .hh-quote__text {
    font-family: var(--font-display); font-style: italic;
    font-size: 30px; line-height: 1.4;
    color: #F7F2E9;
    margin: 24px 0 32px;
    text-wrap: pretty;
  }
  .hh-quote__byline { display: inline-flex; align-items: center; gap: 14px; }
  .hh-quote__avatar {
    width: 44px; height: 44px; border-radius: 999px;
    background: var(--brand-red); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  }
  .hh-quote__name { text-align: left; font-size: 13px; color: rgba(247,242,233,0.7); }
  .hh-quote__name strong { display: block; color: #F7F2E9; font-size: 14.5px; }

  /* ---------- Banners of thanks (锦旗) — white ---------- */
  .hh-banners {
    background: var(--paper);
    padding: 96px 0 104px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
  }
  .hh-banners__head {
    max-width: 1280px; margin: 0 auto 56px;
    padding: 0 40px;
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    gap: 48px; align-items: end;
  }
  .hh-banners__eyebrow {
    font-family: var(--font-sans);
    font-weight: 700; font-size: 11px;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 16px;
    display: inline-flex; align-items: baseline; gap: 10px;
  }
  .hh-banners__eyebrow span {
    font-family: var(--font-serif-cn);
    font-weight: 700; letter-spacing: 0.08em;
    color: var(--brand-navy);
    font-size: 13px;
  }
  .hh-banners__title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 42px;
    line-height: 1.12; letter-spacing: -0.02em;
    color: var(--brand-navy);
    margin: 0;
    text-wrap: balance;
  }
  .hh-banners__title em { font-style: italic; color: var(--brand-red); }
  .hh-banners__sub {
    font-size: 15px; line-height: 1.7;
    color: var(--ink-soft);
    margin: 0;
    padding-bottom: 4px;
  }
  .hh-banners__sub strong { color: var(--ink); font-weight: 700; }

  .hh-banners__grid {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
  }
  .hh-banner {
    display: flex; flex-direction: column;
    align-items: center;
  }
  .hh-banner__stage {
    position: relative;
    width: 100%;
    display: flex; justify-content: center;
    padding-bottom: 26px;
  }
  /* Soft ground shadow under the hanging banner */
  .hh-banner__stage::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 8px;
    transform: translateX(-50%);
    width: 58%; height: 22px;
    background: radial-gradient(ellipse at center, rgba(2,29,66,0.16) 0%, rgba(2,29,66,0) 70%);
    z-index: 0;
  }
  .hh-banner__img {
    position: relative; z-index: 1;
    width: 100%;
    height: 460px;
    object-fit: contain;
    object-position: top center;
    filter: drop-shadow(0 18px 28px rgba(2,29,66,0.18));
    transition: transform var(--dur-base) var(--ease-out);
    transform-origin: top center;
  }
  .hh-banner:hover .hh-banner__img { transform: rotate(-0.8deg) translateY(-2px); }
  .hh-banner__caption {
    text-align: center;
    border-top: 2px solid var(--brand-gold);
    padding-top: 18px;
    max-width: 320px;
  }
  .hh-banner__phrase {
    font-family: var(--font-serif-cn);
    font-weight: 700; font-size: 19px;
    letter-spacing: 0.08em;
    color: var(--brand-red);
    margin: 0 0 8px;
    line-height: 1.4;
  }
  .hh-banner__gloss {
    font-family: var(--font-display);
    font-style: italic; font-size: 17px;
    line-height: 1.4;
    color: var(--brand-navy);
    margin: 0 0 14px;
    min-height: 48px;
  }
  .hh-banner__meta {
    font-family: var(--font-sans);
    font-size: 12.5px; line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
  }
  .hh-banner__meta strong { color: var(--ink); font-weight: 700; }
  .hh-banner__date {
    display: block; margin-top: 8px;
    font-family: var(--font-mono);
    font-size: 11px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .hh-banners__foot {
    max-width: 1280px; margin: 56px auto 0;
    padding: 0 40px;
    display: flex; align-items: center; gap: 16px;
    font-family: var(--font-sans);
    font-size: 13.5px; color: var(--ink-soft);
  }
  .hh-banners__foot-rule { flex: 1; height: 1px; background: var(--rule); }
  .hh-banners__foot strong { color: var(--ink); font-weight: 700; }

  /* ---------- CTA ---------- */
  .hh-cta { max-width: 1280px; margin: 0 auto; padding: 64px 40px; }
  .hh-cta__strip {
    background: var(--parchment-soft);
    border: 1px solid var(--rule);
    padding: 40px 48px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: center;
  }
  .hh-cta__title { font-family: var(--font-display); font-weight: 700; font-size: 28px; line-height: 1.2; color: var(--brand-navy); margin: 10px 0 0; max-width: 320px; }
  .hh-cta__action { display: flex; flex-direction: column; gap: 22px; }
  .hh-cta__pitch { font-family: var(--font-sans); font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin: 0; max-width: 480px; }
  .hh-cta__action-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
  .hh-cta__browse { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.02em; color: var(--brand-navy); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; border-bottom: 1.5px solid var(--brand-navy); padding-bottom: 3px; transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out); }
  .hh-cta__browse span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-cta__browse:hover { color: var(--brand-red); border-color: var(--brand-red); }
  .hh-cta__browse:hover span { transform: translateX(4px); }
  .hh-cta__reassure { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }


  /* ---------- Featured tours (homepage) ---------- */
  .hh-toursec { background: var(--parchment); padding: 32px 0 56px; }
  .hh-toursec__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
  .hh-toursec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
  .hh-toursec__title { font-family: var(--font-display); font-weight: 700; font-size: 40px; line-height: 1.08; letter-spacing: -0.02em; color: var(--brand-navy); margin: 10px 0 0; text-wrap: balance; }
  .hh-toursec__title em { color: var(--brand-red); font-style: italic; }
  .hh-toursec__browse { font-family: var(--font-sans); font-weight: 700; font-size: 13px; color: var(--brand-navy); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; flex: none; border-bottom: 1.5px solid var(--brand-navy); padding-bottom: 3px; transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out); }
  .hh-toursec__browse span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-toursec__browse:hover { color: var(--brand-red); border-color: var(--brand-red); }
  .hh-toursec__browse:hover span { transform: translateX(4px); }

  .hh-trip { display: flex; flex-direction: column; text-decoration: none; background: #fff; border: 1px solid var(--rule); border-radius: 3px; overflow: hidden; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
  .hh-trip:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(2,29,66,0.16); }
  .hh-trip__media { position: relative; background-size: cover; background-position: center; aspect-ratio: 16 / 10; }
  .hh-trip__flag { position: absolute; top: 14px; left: 14px; font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 10px; border-radius: 2px; color: #fff; }
  .hh-trip__flag--red { background: var(--brand-red); }
  .hh-trip__flag--gold { background: var(--brand-gold); color: var(--brand-navy); }
  .hh-trip__days { position: absolute; bottom: 14px; left: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: #fff; background: rgba(2,29,66,0.62); padding: 5px 10px; border-radius: 2px; }
  .hh-trip__body { display: flex; flex-direction: column; gap: 8px; padding: 24px 26px 26px; flex: 1; }
  .hh-trip__eyebrow { font-family: var(--font-sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-red); }
  .hh-trip__title { font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1.1; color: var(--brand-navy); margin: 0; }
  .hh-trip__zh { font-family: var(--font-serif-cn); font-weight: 700; font-size: 14px; color: var(--ink-mute); }
  .hh-trip__route { font-family: var(--font-sans); font-size: 13px; line-height: 1.5; color: var(--ink-soft); margin: 4px 0 0; }
  .hh-trip__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
  .hh-trip__tag { font-family: var(--font-sans); font-weight: 600; font-size: 11px; color: var(--brand-navy); background: var(--parchment); border: 1px solid var(--rule); padding: 5px 10px; border-radius: 2px; }
  .hh-trip__cta { margin-top: auto; padding-top: 10px; font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-navy); display: inline-flex; align-items: center; gap: 7px; }
  .hh-trip__cta span { transition: transform var(--dur-fast) var(--ease-out); }
  .hh-trip:hover .hh-trip__cta { color: var(--brand-red); }
  .hh-trip:hover .hh-trip__cta span { transform: translateX(4px); }

  /* Featured itinerary — full-width horizontal hero card */
  .hh-toursec__featgrid { display: block; margin-bottom: 24px; }
  .hh-trip--feature { flex-direction: row; align-items: stretch; border-radius: 4px; }
  .hh-trip--feature .hh-trip__media { aspect-ratio: auto; flex: 0 0 53%; min-height: 420px; }
  .hh-trip--feature .hh-trip__body { flex: 1; justify-content: center; padding: 48px 52px; gap: 12px; }
  .hh-trip--feature .hh-trip__eyebrow { font-size: 11px; letter-spacing: 0.22em; }
  .hh-trip--feature .hh-trip__title { font-size: 36px; line-height: 1.08; letter-spacing: -0.02em; }
  .hh-trip--feature .hh-trip__zh { font-size: 17px; }
  .hh-trip--feature .hh-trip__route { font-size: 15px; line-height: 1.6; max-width: 480px; }
  .hh-trip--feature .hh-trip__tags { margin-top: 10px; }
  .hh-trip--feature .hh-trip__tag { font-size: 12px; padding: 6px 12px; }
  .hh-trip--feature .hh-trip__cta { margin-top: 14px; font-size: 12px; }

  .hh-toursec__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }

  @media (max-width: 920px) {
    .hh-trip--feature { flex-direction: column; }
    .hh-trip--feature .hh-trip__media { flex: none; min-height: 0; aspect-ratio: 16 / 9; }
    .hh-trip--feature .hh-trip__body { padding: 32px 30px 34px; }
    .hh-trip--feature .hh-trip__title { font-size: 32px; }
    .hh-toursec__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .hh-toursec { padding: 44px 0; }
    .hh-toursec__head { flex-direction: column; align-items: flex-start; gap: 16px; }
    .hh-toursec__title { font-size: 30px; }
    .hh-toursec__grid { grid-template-columns: 1fr; }
  }

  /* ---------- Footer ---------- */
  .hh-footer {
    position: relative;
    background: var(--brand-navy-deep);
    color: rgba(247,242,233,0.85);
    overflow: hidden;
  }
  .hh-footer__pattern {
    position: absolute; inset: 0;
    background-image: url('/assets/pattern-meridians.svg');
    background-size: 240px 240px;
    opacity: 0.05;
    filter: invert(1) brightness(2);
  }
  .hh-footer__inner {
    position: relative; max-width: 1280px; margin: 0 auto;
    padding: 64px 40px 24px;
    display: grid; grid-template-columns: 1fr 2fr; gap: 64px;
  }
  .hh-footer__brand-zh {
    font-family: var(--font-serif-cn);
    font-weight: 700; font-size: 32px;
    color: var(--brand-red-bright);
    line-height: 1;
    display: block;
  }
  .hh-footer__wordmark { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: #F7F2E9; display: block; margin-top: 6px; }
  .hh-footer__sub { font-family: var(--font-sans); font-weight: 600; font-size: 10px; letter-spacing: 0.28em; color: rgba(247,242,233,0.55); display: block; margin-top: 4px; }
  .hh-footer__legal-cn { font-family: var(--font-serif-cn); margin: 16px 0 0; color: rgba(247,242,233,0.7); font-size: 13px; }
  .hh-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .hh-footer__col h5 { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-gold); margin: 0 0 14px; }
  .hh-footer__col ul { list-style: none; margin: 0; padding: 0; }
  .hh-footer__col li { margin-bottom: 8px; }
  .hh-footer__col a { color: rgba(247,242,233,0.78); font-size: 13.5px; text-decoration: none; }
  .hh-footer__col a:hover { color: #F7F2E9; }
  .hh-footer__contact { list-style: none; margin: 12px 0 0; padding: 0; }
  .hh-footer__contact li { margin-bottom: 6px; }
  .hh-footer__contact a { color: rgba(247,242,233,0.85); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; }
  .hh-footer__contact a:hover { color: var(--brand-gold); }
  .hh-footer__contact a svg { width: 14px; height: 14px; stroke-width: 2; color: var(--brand-gold); }
  .hh-footer__rule { position: relative; height: 1px; background: rgba(247,242,233,0.12); margin: 24px 40px 0; }
  .hh-footer__legal { position: relative; max-width: 1280px; margin: 0 auto; padding: 18px 40px 28px; display: flex; justify-content: space-between; gap: 24px; font-family: var(--font-mono); font-size: 11px; color: rgba(247,242,233,0.5); }

  /* ============================================================
     RESPONSIVE LAYER — page layout breakpoints
     (shared nav drawer + burger live in nav-mobile.css)
     ============================================================ */

  /* --- Hero: stack early so the cramped in-between width never squeezes the poster --- */
  @media (max-width: 1040px) {
    .hh-hero__inner { grid-template-columns: 1fr; gap: 34px; align-items: start; }
    .hh-hero__right { min-height: auto; padding: 0; justify-content: center; }
    .hh-poster { max-width: 460px; margin: 4px auto 0; }
    .hh-poster__cred, .hh-poster__review {
      position: static; inset: auto; width: auto; margin-top: 16px;
    }
  }

  /* --- Major layout columns collapse --- */
  @media (max-width: 900px) {
    .hh-hero__inner { grid-template-columns: 1fr; gap: 40px; }
    .hh-hero__right { min-height: auto; padding: 0; }
    .hh-poster { max-width: 440px; }
    .hh-poster__cred, .hh-poster__review {
      position: static; inset: auto; width: auto; margin-top: 16px;
    }
    .hh-rec__grid { grid-template-columns: 1fr; }
    .hh-rec__wm { font-size: 150px; }
    .hh-footer__inner { grid-template-columns: 1fr; gap: 40px; }
    .hh-press__feature { grid-template-columns: 1fr; gap: 24px; }
    .hh-press__feature-mark { flex-direction: row; justify-content: center; gap: 16px; padding: 18px 20px; }
    .hh-cta__strip { grid-template-columns: 1fr; gap: 28px; }
    .hh-banners__head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
    .hh-ghl__title-row { grid-template-columns: 1fr; gap: 22px; align-items: start; }
    .hh-ghl__head-right { align-items: flex-start; text-align: left; }
    .hh-ghl__sub::before { left: 0; right: auto; }
    .hh-wonders__title-row { grid-template-columns: 1fr; gap: 18px; align-items: start; }
    .hh-ghl__feature { grid-template-columns: 1fr; }
    .hh-ghl__feature-media { min-height: 300px; }
    .hh-ghl__feature-body { padding: 36px 32px; }
    .hh-ghl__grid { grid-template-columns: 1fr; max-width: 520px; }
  }

  /* --- Tighten gutters; 3-up grids step down to 2-up --- */
  @media (max-width: 860px) {
    .hh-wip__inner, .hh-util__inner, .hh-recstrip__inner,
    .hh-hero__inner, .hh-rec__inner, .hh-press__inner,
    .hh-wonders__head, .hh-wonders__grid, .hh-quote__inner,
    .hh-cta, .hh-footer__inner, .hh-footer__legal {
      padding-left: 24px; padding-right: 24px;
    }
    .hh-ghl__inner { padding-left: 24px; padding-right: 24px; }
    .hh-ghl { padding: 48px 0 52px; }
    .hh-ghl__title { font-size: 38px; }
    .hh-ghl__title-row { grid-template-columns: 1fr; gap: 24px; }
    .hh-ghl__feature { grid-template-columns: 1fr; }
    .hh-ghl__feature-media { min-height: 280px; }
    .hh-ghl__grid { grid-template-columns: repeat(2, 1fr); }
    .hh-ghl__grid > :nth-child(3) { display: none; }
    .hh-banners__head, .hh-banners__grid, .hh-banners__foot { padding-left: 24px; padding-right: 24px; }
    .hh-banners__grid { grid-template-columns: 1fr; gap: 48px; max-width: 520px; }
    .hh-banners__title { font-size: 34px; }
    .hh-banners { padding: 64px 0 72px; }
    .hh-press__row { grid-template-columns: repeat(2, minmax(0, 180px)); }
    .hh-footer__cols { grid-template-columns: repeat(2, 1fr); }
    .hh-rec { padding: 64px 0 72px; }
    .hh-wonders { padding: 40px 0 52px; }
    .hh-quote { padding: 72px 0; }
    .hh-cta { padding: 64px 24px; }
    .hh-hero__title { font-size: 40px; }
    .hh-wonders__title { font-size: 38px; }
    .hh-rec__title { font-size: 34px; }
  }

  /* --- Phone: single column everywhere, type scaled down --- */
  @media (max-width: 540px) {
    .hh-wip__inner, .hh-util__inner, .hh-recstrip__inner,
    .hh-hero__inner, .hh-rec__inner, .hh-press__inner,
    .hh-wonders__head, .hh-wonders__grid, .hh-quote__inner,
    .hh-cta, .hh-footer__inner, .hh-footer__legal {
      padding-left: 18px; padding-right: 18px;
    }
    .hh-ghl__inner { padding-left: 18px; padding-right: 18px; }
    .hh-ghl__title { font-size: 30px; }
    .hh-ghl__feature-title { font-size: 28px; }
    .hh-ghl__feature-body { padding: 28px 22px; }
    .hh-ghl__grid { grid-template-columns: 1fr; }
    .hh-ghl__grid > :nth-child(3) { display: flex; }
    .hh-util__items { display: none; }
    .hh-util__inner { justify-content: center; }
    .hh-util__contact { gap: 12px; }
    .hh-util__contact a:nth-of-type(2) { display: none; }
    .hh-recstrip__inner { flex-direction: column; align-items: flex-start; gap: 9px; padding-top: 13px; padding-bottom: 13px; }
    .hh-recstrip__inner { font-size: 12.5px; }
    .hh-recstrip__lead { align-items: flex-start; gap: 10px; width: 100%; }
    .hh-recstrip__star { margin-top: 3px; }
    .hh-recstrip__verify { white-space: normal; align-self: flex-end; text-align: right; }
    .hh-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .hh-hero__title { font-size: 31px; }
    .hh-hero__script { font-size: 23px; }
    .hh-hero__cta { flex-wrap: wrap; }
    .hh-hero__cta .hh-btn { flex: 1; justify-content: center; min-width: 0; }
    .hh-wonders__grid { grid-template-columns: 1fr; }
    .hh-wonders__title { font-size: 30px; }
    .hh-rec__title { font-size: 27px; }
    .hh-rec__wm { font-size: 96px; }
    .hh-rec__card { padding: 28px 22px 24px; }
    .hh-press__row { grid-template-columns: 1fr; }
    .hh-press__feature { padding: 24px 22px; }
    .hh-press__feature-cites { grid-template-columns: 1fr; }
    .hh-press__feature-title { font-size: 21px; }
    .hh-quote__text { font-size: 22px; }
    .hh-banners__head, .hh-banners__grid, .hh-banners__foot { padding-left: 18px; padding-right: 18px; }
    .hh-banners__title { font-size: 28px; }
    .hh-banner__img { height: 400px; }
    .hh-cta__strip { padding: 28px 22px; }
    .hh-cta__title { font-size: 24px; }
    .hh-cta__action-row { gap: 14px; }
    .hh-footer__cols { grid-template-columns: 1fr; gap: 28px; }
    .hh-footer__legal { flex-direction: column; gap: 8px; padding-top: 16px; }
    .hh-footer__rule { margin-left: 18px; margin-right: 18px; }
  }
