/* 新加坡大管家 · T2-Portal Singapore image-portal · DESIGN.md 2026-09-14
   Brief 14 tourism-grade + Brief 15 AS web craft floor
   Type: Noto Serif SC + Playfair Display + Noto Sans SC
   Lacquer CTA jewelry; champagne meta; mist/leaf chapter washes
   Density: Hero 2-3 · chapters 3-4 · lists <=6 after photos
   Anti-flash: first paint visible; brand entrance transform-dismiss; idle Ken Burns delay OK */

:root {
  /* T2-Portal · brief 14 §1 */
  --red: #9E1B2E;
  --red-mark: #C8102E;
  --red-deep: #7A1524;
  --gold: #C4A574;
  --gold-soft: #D4C0A0;
  --ink: #14110F;
  --ink-soft: #2C2824;
  --rice: #F6F1E8;
  --stone: #E8E2D8;
  --paper: #FBF8F2;
  --mist: #E8F0F4;
  --leaf-wash: #E6EFE8;
  --cover-ink: #0E0C0B;
  --white: #FFFFFF;
  --gray: #4A453F;
  --line: #DDD6CA;
  --shadow: 0 12px 40px rgba(20, 17, 15, 0.06);
  --radius: 2px;
  --wrap: 1240px; /* FOZL rhythm ~1120–1240 */
  --font-display-cn: "Noto Serif SC", "Songti SC", "STSong", serif;
  --font-display-en: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --focus: 0 0 0 3px rgba(158, 27, 46, 0.35);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --motion-enter: 700ms;
  --motion-rule: 800ms;
  --kenburns: 20s;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: #F6F1E8; /* rice first paint — no white FOUC before CSS vars */
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: #F6F1E8; /* rice = --rice; matches html critical — no white FOUC */
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--red); }
:focus-visible { outline: none; box-shadow: var(--focus); }

#main,
.section,
.feature,
.pull,
[id] {
  scroll-margin-top: 5.5rem;
}

a, button, .btn, .menu-toggle, input, select, textarea {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(158, 27, 46, 0.18);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 0.6rem 1rem;
  z-index: 10001;
}
.skip:focus { left: 0.75rem; top: 0.75rem; }

.wrap {
  width: min(100% - 2.25rem, var(--wrap));
  margin-inline: auto;
}

.tag-pending {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--red-deep);
  background: #F0E4E6;
  border-radius: 999px;
  vertical-align: middle;
  letter-spacing: 0;
}

.placeholder-banner {
  display: none; /* portal: hide top banner */
}
.placeholder-banner strong { color: var(--gold-soft); font-weight: 700; }
.placeholder-banner em { font-style: normal; color: var(--gold-soft); }

/* ========== MASTHEAD ========== */
.masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: none;
}

.masthead-top {
  display: none; /* portal: demote magazine issue furniture */
}

.issue-mark {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}

.issue-vol { font-weight: 500; opacity: 0.65; }
.issue-num {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--red);
  letter-spacing: 0.06em;
}
.issue-sep {
  width: 18px;
  height: 1px;
  background: var(--red);
  align-self: center;
}
.issue-place { font-weight: 500; letter-spacing: 0.18em; }

.masthead-tagline {
  margin: 0;
  font-size: 0.72rem;
  color: var(--gray);
  font-weight: 500;
}

.masthead-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 56px;
  padding: 0.35rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }
.brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (min-width: 900px) {
  .brand-mark { width: 44px; height: 44px; }
}
.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.1rem 0;
  line-height: 1.05;
  /* lacquer hairline removed — lion mark is the graphic */
}
.brand-wordmark-cn {
  font-family: var(--font-display-cn);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  letter-spacing: 0.06em;
  color: var(--ink);
}
.brand-wordmark-en {
  font-family: var(--font-display-en);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
}
.brand-logo { display: none !important; }

.nav-links {
  display: none;
  gap: 1.05rem;
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 500;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  position: relative;
}
.nav-links a:hover { color: var(--red); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 1.5px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta { display: none; margin-left: 0.75rem; }

.menu-toggle {
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  position: relative;
  transition: transform 0.2s ease;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.mobile-panel {
  display: none;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.65rem 0 1.15rem;
  border-top: 1px solid var(--line);
}
.mobile-panel.open { display: flex; }
.mobile-panel a {
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 0;
}

.masthead-rule {
  height: 2px;
  background: var(--red);
  width: 100%;
}

@media (min-width: 860px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  .mobile-panel, .mobile-panel.open { display: none !important; }
  .masthead-brand { min-height: 60px; }
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.35rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.btn-primary {
  background: var(--red);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--red-deep);
  color: var(--white);
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}
.btn:active {
  transform: scale(0.97);
}

/* ========== FEATURE HERO (magazine) ========== */
.feature {
  padding: 2.5rem 0 2rem;
  background: var(--paper);
  position: relative;
}

/* First-screen / feature type: visible by default — no opacity-0 load gate.
   Scroll-reveal stays on [data-reveal] below the fold. Keyframes kept for optional reuse. */
.feature-main .enter,
.feature-main .enter-rule,
.feature-rail {
  opacity: 1;
  transform: none;
  animation: none;
}
.feature-main .enter-rule {
  transform-origin: left center;
}
@keyframes enter-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rule-grow {
  from { transform: scaleX(0); opacity: 0.4; }
  to { transform: scaleX(1); opacity: 1; }
}

.feature-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.deck-label {
  margin: 0 0 1.15rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}

.feature h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(2.75rem, 7.5vw, 5rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 9.5em;
}

.feature .en-slogan {
  font-family: var(--font-display-en);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 1.25rem;
  letter-spacing: 0.01em;
}

.rule-red {
  width: 56px;
  height: 2px;
  background: var(--red);
  margin: 0 0 1.35rem;
}

.lead {
  margin: 0 0 1.75rem;
  max-width: 36ch;
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.75;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Rail — asymmetric right column */
.feature-rail {
  border-left: 2px solid var(--red);
  padding: 0.25rem 0 0.25rem 1.35rem;
  background: transparent;
}

.rail-kicker {
  margin: 0 0 1.1rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray);
}

.rail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}

.rail-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--line);
}
.rail-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rail-n {
  font-family: var(--font-display-en);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--gold);
  line-height: 1.2;
  min-width: 1.6rem;
}

.rail-list strong {
  display: block;
  font-family: var(--font-display-cn);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: var(--ink);
}
.rail-list span {
  display: block;
  font-size: 0.86rem;
  color: var(--gray);
  line-height: 1.55;
}

.rail-foot {
  margin: 1.35rem 0 0;
  font-size: 0.72rem;
  color: var(--gray);
  opacity: 0.85;
}

/* Hero trust checks · FOZL pattern under CTAs */
.hero-trust {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .hero-trust { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.hero-trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 1.4;
}
.trust-check {
  flex: 0 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.15rem;
  border: 1.5px solid var(--red);
  border-radius: 1px;
  position: relative;
  background: transparent;
}
.trust-check::after {
  content: "";
  position: absolute;
  left: 0.18rem;
  top: 0.02rem;
  width: 0.28rem;
  height: 0.48rem;
  border-right: 1.5px solid var(--red);
  border-bottom: 1.5px solid var(--red);
  transform: rotate(40deg);
}

/* Qualitative proof strip under feature (no locked vanity metrics) */
.proof-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2.75rem;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .proof-strip { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .proof-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
}
.proof-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.35rem 0.85rem 0.35rem 0;
  border-left: 2px solid var(--red);
  padding-left: 0.85rem;
}
.proof-kicker {
  font-family: var(--font-display-en);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}
.proof-item strong {
  font-family: var(--font-display-cn);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
}
.proof-item > span:last-child {
  font-size: 0.8rem;
  color: var(--gray);
  line-height: 1.45;
}

@media (min-width: 920px) {
  .feature { padding: 3.5rem 0 2.75rem; }
  .feature-grid {
    grid-template-columns: 1.45fr 0.9fr;
    gap: 3.5rem;
    align-items: end;
  }
  .feature-rail {
    padding-left: 1.75rem;
    margin-bottom: 0.5rem;
  }
}

/* ========== PULL QUOTE ========== */
.pull {
  padding: 4rem 0;
  background: var(--rice);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pull-inner {
  position: relative;
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
  padding: 0 1rem;
}

.pull-mark {
  display: block;
  font-family: var(--font-display-en);
  font-size: clamp(4rem, 10vw, 6.5rem);
  line-height: 0.7;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.5rem;
  user-select: none;
}

.pull blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.pull blockquote p {
  margin: 0;
  font-family: var(--font-display-cn);
  font-size: clamp(1.55rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pull-en {
  display: inline-block;
  margin-top: 0.65rem;
  font-family: var(--font-display-en);
  font-size: 0.55em;
  font-weight: 500;
  font-style: italic;
  color: var(--gray);
}

.pull cite {
  display: block;
  margin-top: 1.35rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.04em;
}
.pull cite::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--red);
  margin: 0 auto 0.85rem;
}

/* ========== SECTIONS ========== */
.section {
  padding: 5rem 0;
}

.mag-head {
  margin-bottom: 2.5rem;
  max-width: 38rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.mag-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: var(--red);
}
.mag-head h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(2rem, 4.2vw, 2.95rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.mag-head p {
  margin: 0;
  color: var(--gray);
  font-size: 0.98rem;
  max-width: 48ch;
}

/* ========== PILLARS — equal FOZL-like service cards (magazine type kept) ========== */
.pillars-sec {
  background: var(--paper);
  padding-top: 5.5rem;
}

.pillars-mag {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pillars-mag { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
@media (min-width: 1000px) {
  .pillars-mag { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
@media (min-width: 1000px) {
  .pillars-mag.pillars-four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
}
@media (min-width: 720px) and (max-width: 999px) {
  .pillars-mag.pillars-four { grid-template-columns: 1fr 1fr; }
}

.story {
  padding: 1.35rem 1.25rem 1.4rem;
  border: 1px solid var(--line);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  border-radius: var(--radius);
  border-top: 2px solid var(--red);
}
.story-index {
  font-family: var(--font-display-en);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  line-height: 1;
}
.story-cat {
  font-family: var(--font-display-en);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.story h3 {
  margin: 0;
  font-family: var(--font-display-cn);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.story p {
  margin: 0;
  color: var(--gray);
  font-size: 0.92rem;
  max-width: none;
  flex: 1;
  line-height: 1.6;
}
.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
}
.story-tags span {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--stone);
  border-radius: var(--radius);
  letter-spacing: 0.01em;
}
/* legacy meta kept if any remnant */
.story-meta {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.story-meta b {
  color: var(--red);
  font-family: var(--font-display-en);
  font-weight: 700;
}

/* ========== AUDIENCE — editorial list ========== */
.audience-sec {
  background: var(--ink);
  color: var(--white);
  padding: 5.5rem 0;
}

.aud-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 880px) {
  .aud-grid {
    grid-template-columns: 0.75fr 1.4fr;
    gap: 4rem;
    align-items: start;
  }
}

.aud-intro h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
  font-weight: 900;
  line-height: 1.2;
}
.aud-intro p {
  margin: 0;
  color: #C8C3BB;
  font-size: 0.95rem;
  max-width: 28ch;
}
.aud-intro::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--red);
  margin-top: 1.35rem;
}

.aud-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aud-list li {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.aud-list li:first-child { padding-top: 0; }
.aud-list li:last-child { border-bottom: 0; }
.aud-list strong {
  font-family: var(--font-display-cn);
  font-size: 1.15rem;
  font-weight: 700;
}
.aud-list span {
  font-size: 0.9rem;
  color: #C8C3BB;
  line-height: 1.55;
  max-width: 48ch;
}

/* ========== ABOUT ========== */
.about-sec {
  background: var(--rice);
}

.about-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1.35fr 0.9fr;
    gap: 4rem;
    align-items: start;
  }
}

.about-copy p {
  margin: 0 0 1.1rem;
  color: var(--gray);
  max-width: 52ch;
  font-size: 1rem;
}
.about-copy p strong {
  color: var(--ink);
  font-weight: 700;
}

.promise-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.promise-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.85rem;
  align-items: start;
  font-size: 0.95rem;
  color: var(--gray);
}
.promise-list .mark {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  border: 1.5px solid var(--red);
  color: var(--red);
  display: grid;
  place-items: center;
  font-family: var(--font-display-cn);
  font-weight: 900;
  font-size: 0.95rem;
  background: transparent;
}

/* Opportunity rail · investor/customer facing (replaces public colophon/brand-book) */
.opportunity-rail {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  padding: 1.5rem 1.4rem;
  position: sticky;
  top: 5.5rem;
}
.opportunity-rail h3 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display-en);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.opportunity-rail dl {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.opportunity-rail dl > div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.opportunity-rail dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.opportunity-rail dt {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.04em;
}
.opportunity-rail dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

/* ========== FOLLOW ========== */
.follow-sec {
  background: var(--paper);
  padding-top: 5.5rem;
}

.platforms {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.plat {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.3rem;
}
.plat .role {
  font-family: var(--font-display-en);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}
.plat strong {
  font-family: var(--font-display-cn);
  font-size: 1.15rem;
  font-weight: 800;
}
.plat .desc {
  font-size: 0.88rem;
  color: var(--gray);
  margin: 0.15rem 0 0.25rem;
}
.plat .handle {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-soft);
}

@media (min-width: 700px) {
  .platforms {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .platforms {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.contact-band {
  margin-top: 2.75rem;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 820px) {
  .contact-band {
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
    gap: 2rem;
  }
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-list li {
  display: grid;
  grid-template-columns: 6.5rem 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label {
  color: var(--gray);
  font-size: 0.78rem;
  font-weight: 600;
}

.form-card {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  border-top: 3px solid var(--red);
}
.form-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display-cn);
  font-size: 1.2rem;
  font-weight: 800;
}
.form-card .hint {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  color: #D5D0C8;
}
.preview-contact-ways {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #D5D0C8;
  line-height: 1.6;
}
.form-note {
  margin: 0.75rem 0 1rem;
  font-size: 0.78rem;
  color: #D5D0C8;
}
.form-card .form-note strong { color: var(--gold-soft); }
.preview-mail-disabled {
  pointer-events: none;
  opacity: 0.7;
  border-color: rgba(255, 255, 255, 0.35);
  color: #F0EBE3 !important;
}

/* ========== FOOTER ========== */
.site-footer {
  border-top: 3px solid var(--red);
  padding: 2rem 0 2.5rem;
  font-size: 0.82rem;
  color: var(--gray);
  background: var(--rice);
}
.footer-inner {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
/* .footer-brand layout set with lion mark block below */


.footer-logo { display: none !important; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}
.footer-mark {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-wordmark {
  display: inline-block;
  font-family: var(--font-display-cn);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  line-height: 1.2;
}

.footer-slogan {
  font-family: var(--font-display-en);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.25rem;
}

/* Mobile contact list stack */
@media (max-width: 560px) {
  .contact-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}


/* ========== CINEMATIC HERO COVER (render + motion) ========== */
.hero-bleed {
  margin: 0;
  padding: 0;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
.hero-bleed figure {
  margin: 0;
  position: relative;
  min-height: clamp(78vh, 86vh, 92vh);
  height: clamp(78vh, 86vh, 92vh);
  max-height: 1080px;
  overflow: hidden;
  isolation: isolate;
  background: #14110F; /* ink shell while photo decodes — no ivory hole */
}
.hero-media {
  position: absolute;
  inset: -4%;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%; /* Clarke Quay riverside — river + quay, not HDB */
  display: block;
  filter: contrast(1.04) saturate(0.9) brightness(0.92);
  transform: scale(1); /* settled first paint — idle drift only */
  /* will-change omitted on first paint to avoid layer flash */
}
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0.22) 0%, rgba(20, 17, 15, 0.1) 32%, rgba(20, 17, 15, 0.48) 72%, rgba(20, 17, 15, 0.88) 100%),
    linear-gradient(90deg, rgba(20, 17, 15, 0.55) 0%, rgba(20, 17, 15, 0.22) 38%, transparent 62%);
}
.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(20, 17, 15, 0.55) 100%);
  box-shadow: inset 0 0 120px rgba(20, 17, 15, 0.45);
}
/* Lacquer / champagne warm brand light */
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 45% at 18% 78%, rgba(158, 27, 46, 0.22), transparent 60%),
    radial-gradient(ellipse 55% 40% at 82% 22%, rgba(196, 165, 116, 0.18), transparent 55%);
  mix-blend-mode: soft-light;
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
}
.hero-sweep {
  /* Entrance light-sweep removed — no hide→show flash on load */
  display: none;
}
.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem max(1.125rem, calc((100% - var(--wrap)) / 2 + 1.125rem));
  color: #EDE7DE;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 1;
  transform: none;
}
.hero-caption-rule {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--gold);
  transform: none;
  transform-origin: left center;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
  /* Idle Ken Burns only — no settle-from-1.08 on load (Boss 2026-09-09) */
  .hero-media img {
    animation: hero-bg-drift 18s ease-in-out 3s infinite alternate;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media img {
    transform: scale(1);
    animation: none;
  }
  .hero-caption,
  .hero-caption-rule {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
/* Site splash (opacity-gate) deleted Boss 2026-09-09.
   2026-09-14: intentional #site-entrance — overlay dismiss via TRANSFORM only.
   Hero / seal / caption stay opacity:1 underneath; never body.splash-done opacity gate. */

#site-entrance {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rice, #F6F1E8);
  color: var(--ink, #14110F);
  opacity: 1; /* first paint readable — never fade entrance content 0→1 */
  transform: translateY(0);
  pointer-events: auto;
  will-change: transform;
}
#site-entrance.is-leaving {
  transform: translateY(-100%);
  pointer-events: none;
  transition: transform 720ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1));
}
#site-entrance.is-done {
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}
#site-entrance .se-inner {
  text-align: center;
  padding: 1.5rem;
  max-width: 28rem;
}
#site-entrance .se-lion {
  width: min(168px, 42vw);
  height: auto;
  display: block;
  margin: 0 auto 1.25rem;
  opacity: 1;
  filter: drop-shadow(0 10px 24px rgba(20, 17, 15, 0.12));
  transform-origin: 50% 60%;
}
@media (prefers-reduced-motion: no-preference) {
  #site-entrance:not(.is-leaving):not(.is-done) .se-lion {
    animation: se-lion-breathe 2.2s ease-in-out infinite alternate;
  }
}
@keyframes se-lion-breathe {
  from { transform: translateY(0) rotate(-1.2deg) scale(1); }
  to   { transform: translateY(-7px) rotate(1.2deg) scale(1.035); }
}
#site-entrance .se-line {
  margin: 0;
  font-family: var(--font-display-cn);
  font-weight: 700;
  font-size: clamp(1.05rem, 3.2vw, 1.45rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--ink);
  opacity: 1;
}
#site-entrance .se-brand {
  margin: 0.85rem 0 0;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--gray);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  #site-entrance.is-leaving {
    transition: none;
  }
  #site-entrance .se-lion {
    animation: none !important;
    transform: none;
  }
}


/* ========== Merlion photo plate (ready-made Wikimedia) ========== */
.hero-merlion {
  position: absolute;
  right: clamp(0.5rem, 4vw, 4rem);
  bottom: clamp(2.75rem, 8vh, 5rem);
  z-index: 5;
  width: clamp(240px, 42vw, 460px);
  pointer-events: none;
  opacity: 1; /* first paint visible — no splash-done opacity gate */
}
.merlion-stamp {
  display: none; /* removed from public page · no COVER ASSET */
  margin: 0 0 0.55rem;
  font-family: var(--font-display-en);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-align: right;
  opacity: 0.85;
}
.merlion-plate {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 2px;
  overflow: hidden;
  box-shadow:
    0 28px 72px rgba(20, 17, 15, 0.48),
    0 0 0 1px rgba(212, 192, 160, 0.4),
    0 0 0 8px rgba(243, 237, 228, 0.06);
  -webkit-mask-image: none;
  mask-image: none;
  background: rgba(20, 17, 15, 0.25);
  border: 1px solid rgba(212, 192, 160, 0.35);
}
.merlion-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 28%;
  display: block;
  transform: scale(1);
  filter: contrast(1.05) saturate(1.02);
}
.merlion-mist {
  position: absolute;
  inset: 8% 6% 20% 18%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
.mist-streak {
  position: absolute;
  left: 58%;
  top: 28%;
  width: 3px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(237, 231, 222, 0.0), rgba(212, 192, 160, 0.55), rgba(237, 231, 222, 0));
  opacity: 0.35; /* already visible — mist-loop only, no rise-from-0 */
  transform-origin: top center;
}
.mist-streak.ms1 { left: 54%; transform: rotate(-8deg); }
.mist-streak.ms2 { left: 60%; height: 48%; transform: rotate(2deg); }
.mist-streak.ms3 { left: 66%; height: 36%; transform: rotate(10deg); }
.mist-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(237, 231, 222, 0.55);
  opacity: 0.35; /* already visible — mist-loop only */
  filter: blur(0.5px);
}
.mist-dot.md1 { left: 56%; top: 34%; }
.mist-dot.md2 { left: 62%; top: 42%; width: 5px; height: 5px; }
.mist-dot.md3 { left: 68%; top: 38%; width: 6px; height: 6px; }
.mist-dot.md4 { left: 58%; top: 50%; width: 4px; height: 4px; }
.mist-dot.md5 { left: 72%; top: 46%; width: 5px; height: 5px; }
.mist-dot.md6 { left: 64%; top: 56%; width: 4px; height: 4px; }

@media (max-width: 720px) {
  .hero-merlion {
    width: clamp(168px, 52vw, 260px);
    right: 0.5rem;
    bottom: 3.5rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  /* Idle only after visible — no land/reveal/burst from opacity:0 on load */
  .merlion-plate {
    animation: merlion-float 7.5s ease-in-out 3s infinite;
  }
  .merlion-photo {
    animation: merlion-kb-idle 16s ease-in-out 3s infinite alternate;
  }
  .mist-streak.ms1 { animation: mist-loop 4.2s ease-in-out infinite; }
  .mist-streak.ms2 { animation: mist-loop 4.6s ease-in-out 0.2s infinite; }
  .mist-streak.ms3 { animation: mist-loop 5s ease-in-out 0.4s infinite; }
  .mist-dot.md1 { animation: mist-loop 3.8s ease-in-out 3s infinite; }
  .mist-dot.md2 { animation: mist-loop 4.1s ease-in-out 3s infinite; }
  .mist-dot.md3 { animation: mist-loop 4.4s ease-in-out 3s infinite; }
  .mist-dot.md4 { animation: mist-loop 3.9s ease-in-out 3s infinite; }
  .mist-dot.md5 { animation: mist-loop 4.7s ease-in-out 3s infinite; }
  .mist-dot.md6 { animation: mist-loop 4.2s ease-in-out 3s infinite; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-merlion {
    opacity: 1;
    animation: none;
  }
  .merlion-plate,
  .merlion-photo,
  .mist-streak,
  .mist-dot {
    animation: none !important;
  }
  .merlion-photo { transform: scale(1); }
  .mist-streak,
  .mist-dot { opacity: 0.28; }
}
@keyframes merlion-kb-idle {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.045) translate(-1.5%, -1%); }
}
@keyframes merlion-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes mist-loop {
  0%, 100% { opacity: 0.22; }
  50% { opacity: 0.7; }
}
@keyframes hero-bg-drift {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.03) translate(-1.2%, 0.8%); }
}

.feature-figure {
  margin: 0 0 1.5rem;
  border: 1px solid var(--line);
  background: var(--stone);
}
.feature-figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.feature-figure figcaption {
  padding: 0.55rem 0.75rem;
  font-size: 0.72rem;
  color: var(--gray);
  border-top: 1px solid var(--line);
  letter-spacing: 0.02em;
}

.mag-photo {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--stone);
}
.mag-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.mag-photo figcaption {
  padding: 0.65rem 0.85rem;
  font-size: 0.72rem;
  color: var(--gray);
  border-top: 1px solid var(--line);
  font-family: var(--font-display-en);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-photo {
  margin: 0 0 1.5rem;
}
@media (min-width: 900px) {
  .about-grid .about-photo {
    margin-bottom: 0;
  }
}

.site-footer {
  border-top-width: 2px;
}
.opportunity-rail, .colophon {
  border-top-width: 2px;
}
.form-card {
  border-top-width: 2px;
}


/* ========== FASHION-MEDIA COVER TYPE (2026-09-07 Boss refs) ========== */

/* DG-B mark on cover type (small, above folio — not dual-hero) */
.cover-mark {
  margin: 0 0 0.85rem;
  width: clamp(36px, 5.5vw, 52px);
  height: clamp(36px, 5.5vw, 52px);
}
.cover-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35));
}

.cover-type {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: min(520px, 52%);
  padding: 2.5rem max(1.125rem, calc((100% - var(--wrap)) / 2 + 1.125rem)) 5.5rem;
  color: #F7F2EA;
  pointer-events: none;
}
.cover-folio {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
  font-family: var(--font-display-en);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.cover-folio-cn {
  font-family: var(--font-body);
  letter-spacing: 0.12em;
  font-weight: 600;
}
.cover-folio-sep {
  width: 1.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.cover-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.72);
}
.cover-display {
  margin: 0 0 0.85rem;
  font-family: var(--font-display-cn);
  font-size: clamp(2.6rem, 6.5vw, 4.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #F7F2EA;
  text-shadow: 0 12px 40px rgba(20, 17, 15, 0.35);
}
.cover-sub {
  margin: 0 0 1.35rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(247, 242, 234, 0.78);
}
.cover-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  font-family: var(--font-display-en);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.65);
}
.cover-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.85;
}
/* Cover type fully visible on first paint — no splash-done / opacity-0 intro */
.cover-type > * {
  opacity: 1;
  transform: none;
  animation: none;
}

/* Caption above merlion stamp layer */
.hero-caption { z-index: 7; }

/* ========== FOLIOS / SECTION OPENERS ========== */
.folio-line {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin: 0 0 1rem;
  font-family: var(--font-display-en);
}
.folio-num {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.08em;
}
.folio-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
}
.folio-line-light .folio-num { color: var(--gold-soft); }
.folio-line-light .folio-label { color: rgba(248, 244, 238, 0.65); }

.feature-opener {
  padding-top: 0.5rem;
  margin-bottom: 1.25rem;
}

/* ========== FEATURE FULL-BLEED SPREAD ========== */
.feature {
  padding: 2.75rem 0 2.5rem;
}
.feature-spread {
  display: grid;
  gap: 0;
}
.feature-bleed {
  margin: 0 0 2.25rem;
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.feature-bleed img {
  width: 100%;
  height: clamp(280px, 48vw, 520px);
  object-fit: cover;
  object-position: center 45%;
  display: block;
  filter: contrast(1.03) saturate(0.92);
}
.feature-bleed figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  padding: 1.1rem max(1.125rem, calc((100% - var(--wrap)) / 2 + 1.125rem));
  background: linear-gradient(180deg, transparent, rgba(20, 17, 15, 0.72));
  color: #EDE7DE;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.bleed-tag {
  font-family: var(--font-display-en);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
@media (min-width: 920px) {
  .feature { padding: 3.75rem 0 3rem; }
  .feature-bleed {
    margin-bottom: 2.75rem;
  }
  .feature-bleed img {
    height: clamp(360px, 42vw, 560px);
  }
  .feature-grid {
    align-items: start;
  }
}

/* Hide legacy inline feature-figure if present */
.feature-main .feature-figure { display: none; }

/* ========== DENSE EDITORIAL IMAGE GRID ========== */
.spread-grid {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 2.75rem;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.spread-cell {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--stone);
  border: 1px solid var(--line);
}
.spread-cell img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease-out);
}
.spread-cell:hover img {
  transform: scale(1.04);
}
.spread-tall {
  grid-row: 1 / 3;
  grid-column: 1;
}
.spread-tall img { min-height: 300px; aspect-ratio: 3 / 4; }
.spread-cell:not(.spread-tall) img { aspect-ratio: 16 / 10; min-height: 120px; }
.spread-cell:nth-child(4) {
  grid-column: 2 / 4;
}
.spread-cell:nth-child(4) img { aspect-ratio: 21 / 9; min-height: 140px; }
.spread-cell figcaption {
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  margin: 0;
  padding: 0.2rem 0.45rem;
  font-family: var(--font-display-en);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F7F2EA;
  background: rgba(20, 17, 15, 0.55);
}
@media (max-width: 720px) {
  .spread-grid {
    grid-template-columns: 1fr 1fr;
  }
  .spread-tall { grid-row: auto; grid-column: 1 / -1; }
  .spread-tall img { aspect-ratio: 16 / 9; min-height: 180px; }
  .spread-cell:nth-child(4) { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  .spread-cell img { transition: none; }
  .spread-cell:hover img { transform: none; }
}

.story-cat {
  letter-spacing: 0.18em;
}

/* Mag photo sharper magazine edges */
.mag-photo,
.feature-figure {
  border-radius: 0;
}

/* ========== SCROLL REVEAL (opacity/transform · reduced-motion safe) ========== */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
  }
  [data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Section negative space polish */
.section { padding: 5.5rem 0; }
.pillars-sec { padding-top: 6rem; }
.pull { padding: 5rem 0; }
.mag-head { margin-bottom: 2.75rem; max-width: 40rem; }

.story h3 { letter-spacing: -0.015em; }

/* Mobile cover type — must follow base .cover-type */
@media (max-width: 720px) {
  .cover-type {
    max-width: 58%;
    padding: 1.75rem 1rem 5.75rem;
  }
  .cover-display {
    font-size: clamp(2rem, 9vw, 2.85rem);
    letter-spacing: 0.02em;
  }
  .cover-sub { font-size: 0.78rem; }
  .merlion-stamp { display: none; }
}
@media (max-width: 480px) {
  .cover-type { max-width: 62%; }
  .cover-meta { gap: 0.35rem 0.45rem; font-size: 0.6rem; }
}


/* ========== FOZL layout rhythm helpers (structure only · 2026-09-07) ==========
   Brief: _briefs/02-fozl-layout-ref.md · screenshots in _briefs/fozl-refs/
   Ref: fozlsg.com — sticky header, value split, equal service cards, trust band, CTA.
   Colors/motion remain 大管家 ivory/lacquer/champagne + Merlion idle/KB (no splash). */
.service-grid .story {
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
@media (hover: hover) {
  .service-grid .story:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-grid .story { transition: none; }
  .service-grid .story:hover { transform: none; }
}
.follow-sec .mag-head {
  max-width: 62ch;
}
.contact-band {
  margin-top: 2.75rem;
}
.opportunity-rail dd {
  font-weight: 600;
}

/* Closing contact CTA band before footer */
.cta-close {
  margin-top: 3.25rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
  border-top: 3px solid var(--red);
}
.cta-close .folio-line {
  justify-content: center;
  margin-bottom: 0.85rem;
}
.cta-close .folio-line-light,
.cta-close .folio-num { color: var(--gold-soft); }
.cta-close .folio-label { color: rgba(240, 235, 227, 0.72); }
.cta-close h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--white);
}
.cta-close > p {
  margin: 0 auto 1.35rem;
  max-width: 42ch;
  color: #D5D0C8;
  font-size: 0.95rem;
  line-height: 1.65;
}
.cta-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.cta-close .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #F0EBE3;
}
.cta-close .btn-ghost:hover {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
}


/* ========== MEDIA LIFT v1 · brief 10 (2026-09-07) ==========
   Channel scan + dense lists · cover stays airy · tokens locked
   VISUAL_DENSITY: cover 5 / lists ~7 */

.badge-pending {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--red-deep);
  background: #F0E4E6;
  border-radius: 999px;
  vertical-align: middle;
  letter-spacing: 0;
  white-space: nowrap;
}

.lacquer-tag {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--font-body);
  color: var(--red);
  border: 1px solid rgba(158, 27, 46, 0.35);
  border-radius: var(--radius);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.en-meta {
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}

.mag-head-tight {
  margin-bottom: 1.75rem;
  max-width: 42rem;
}
.mag-head-tight h2 {
  margin-bottom: 0.35rem;
}
.mag-head-tight .en-meta {
  display: block;
  margin-top: 0.25rem;
}

/* --- Edition band --- */
.edition-sec {
  background: var(--rice);
  padding-top: 4.25rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid var(--line);
}

.edition-grid {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 900px) {
  .edition-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: start;
  }
}

.edition-hero {
  position: relative;
  padding: 1.5rem 1.35rem 1.55rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 2px solid var(--red);
  border-radius: var(--radius);
}
.edition-hero > .badge-pending {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  margin-left: 0;
}
.edition-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
}
.edition-date {
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.edition-hero-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 22em;
}
.edition-deck {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--gray);
  max-width: 58ch;
}
.edition-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.75rem;
  color: var(--gray);
}
.edition-meta .meta-cat {
  font-weight: 700;
  color: var(--red);
}
.meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.edition-side {
  padding: 0.15rem 0;
}
.stream-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0.15rem;
  border-bottom: 2px solid var(--ink);
}
.stream-head h3 {
  margin: 0;
  font-family: var(--font-display-cn);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.stream-head .en-meta {
  font-size: 0.65rem;
}

.hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hot-list li {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.hot-list li:last-child { border-bottom: 0; }
.hot-n {
  font-family: var(--font-display-en);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-top: 0.1rem;
}
.hot-list a {
  display: block;
  text-decoration: none;
  font-family: var(--font-display-cn);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hot-list a:hover { color: var(--red); }

.row-meta {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--gray);
}

.edition-headlines {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.edition-headlines li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line);
}
.edition-headlines a {
  text-decoration: none;
  font-family: var(--font-display-cn);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.edition-headlines a:hover { color: var(--red); }
.edition-headlines .row-meta {
  margin-top: 0;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .edition-headlines li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.5rem 0.65rem;
  }
  .edition-headlines .row-meta {
    grid-column: 2;
    text-align: left;
    white-space: normal;
  }
}

/* --- Dual rails --- */
.rails-sec {
  background: var(--stone);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.rails-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 860px) {
  .rails-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.rail-stream {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.15rem 1.25rem;
}

.media-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media-list li {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.media-list li:last-child { border-bottom: 0; }
.media-list time {
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold);
  line-height: 1.5;
  padding-top: 0.15rem;
}
.media-list-body a {
  display: block;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.42;
  color: var(--ink);
}
.media-list-body a:hover { color: var(--red); }

.stream-more {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.stream-more:hover { text-decoration: underline; }

/* --- Topic map --- */
.topics-sec {
  background: var(--rice);
  padding-top: 3.75rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid var(--line);
}

.topic-map {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .topic-map { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (min-width: 980px) {
  .topic-map { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.9rem; }
}

.topic-card {
  padding: 1.1rem 1rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-top: 2px solid var(--red);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
}
.topic-card h3 {
  margin: 0;
  font-family: var(--font-display-cn);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.topic-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--gray);
}
.topic-card .badge-pending {
  margin-left: 0.2rem;
}

/* Footer channel nav */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.footer-nav a {
  text-decoration: none;
  color: var(--ink-soft);
}
.footer-nav a:hover { color: var(--red); }

/* Slightly denser section rhythm for media bands */
.edition-sec .mag-head,
.rails-sec .mag-head,
.topics-sec .mag-head {
  max-width: 40rem;
}

@media (min-width: 1100px) {
  .nav-links { gap: 1.2rem; font-size: 0.84rem; }
}

/* 2026-09-09 content-review pass */
.accounts-soon {
  margin: 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 42rem;
}
.platforms-pending {
  display: block;
  margin-bottom: 1.75rem;
}
.footer-disclaimer {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--gray);
  max-width: 36rem;
}

/* 2026-09-09 R2 · coming-soon panels (no placeholder badges) */
.coming-soon-panel {
  margin: 0 0 0.5rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--line);
  background: var(--paper);
  max-width: 40rem;
}
.coming-soon-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
}
.coming-soon-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display-cn);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--ink);
}
.coming-soon-deck {
  margin: 0;
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 36rem;
}
.rails-coming .rail-stream {
  padding: 1.25rem 0;
}

/* ========== T2-PORTAL 2026-09-09 · destination chapters ========== */

.hero-copy {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: min(560px, 72%);
  padding: 2.5rem max(1.125rem, calc((100% - var(--wrap)) / 2 + 1.125rem)) 5.75rem;
  color: #FBF8F2;
  pointer-events: none;
  opacity: 1;
}
.hero-copy .btn { pointer-events: auto; }
.hero-kicker {
  margin: 0 0 1rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(251, 248, 242, 0.72);
  opacity: 1;
}
.hero-title {
  margin: 0 0 1rem;
  font-family: var(--font-display-cn);
  font-size: clamp(2.75rem, 7vw, 4.75rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #FBF8F2;
  text-shadow: 0 12px 40px rgba(14, 12, 11, 0.35);
  opacity: 1;
}
.hero-deck {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(251, 248, 242, 0.88);
  opacity: 1;
}
.hero-en {
  margin: 0 0 1.75rem;
  font-family: var(--font-display-en);
  font-size: 0.95rem;
  font-style: italic;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
  opacity: 1;
}
.hero-cta { margin: 0; }

.cover-type { display: none !important; }
.hero-merlion { display: none !important; }

.chapter-bleed {
  position: relative;
  min-height: clamp(68vh, 78vh, 88vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}
.chapter-media {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.chapter-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.03) saturate(0.92) brightness(0.9);
}
.chapter-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,17,15,0.08) 0%, rgba(20,17,15,0.18) 45%, rgba(20,17,15,0.72) 100%),
    linear-gradient(90deg, rgba(20,17,15,0.45) 0%, transparent 55%);
}
.chapter-copy {
  position: relative;
  z-index: 2;
  max-width: min(520px, 88%);
  padding: 4.5rem max(1.125rem, calc((100% - var(--wrap)) / 2 + 1.125rem)) 4rem;
  color: #FBF8F2;
}
.chapter-copy-end {
  margin-left: auto;
  text-align: right;
}
.chapter-copy-end .chapter-tag { justify-content: flex-end; }
.chapter-copy-center {
  margin: 0 auto;
  text-align: center;
  max-width: 640px;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.chapter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-family: var(--font-display-cn);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold-soft);
}
.chapter-tag-mark {
  width: 1.25rem;
  height: 2px;
  background: var(--red);
  display: inline-block;
}
.chapter-tag-ink { color: var(--ink); }
.chapter-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: #FBF8F2;
}
.chapter-title-ink { color: var(--ink); }
.chapter-line {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(251, 248, 242, 0.86);
}
.chapter-line-ink { color: var(--gray); }
.chapter-meta {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(251, 248, 242, 0.55);
  letter-spacing: 0.06em;
}
.chapter-mist .chapter-meta,
.chapter-leaf .chapter-meta {
  color: var(--gray);
  opacity: 0.85;
}

.chapter-mist {
  background: var(--mist);
  min-height: auto;
  display: block;
  padding: 4.5rem 0 3.5rem;
}
.chapter-mist-bg { display: none; }
.chapter-media-inset {
  position: relative;
  inset: auto;
  width: min(100% - 2.25rem, var(--wrap));
  margin: 0 auto 2.25rem;
  aspect-ratio: 21 / 10;
  overflow: hidden;
  border-radius: 2px;
}
.chapter-media-inset img {
  filter: contrast(1.02) saturate(0.88) brightness(0.96);
}
.chapter-mist .chapter-copy {
  position: relative;
  padding-top: 0;
  padding-bottom: 1rem;
}

.chapter-leaf {
  background: var(--leaf-wash);
  padding: 5rem 0;
}
.chapter-band-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .chapter-band-inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
  }
}
.chapter-band-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--stone);
}
.chapter-band-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(0.9);
}
.chapter-band-copy { max-width: 28rem; }

.portal-head {
  margin: 0 0 2.5rem;
  max-width: 40rem;
}
.portal-head-tight { margin-bottom: 1.5rem; }
.portal-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}
.portal-head h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display-cn);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.portal-deck {
  margin: 0;
  color: var(--gray);
  font-size: 1rem;
  max-width: 36rem;
}

.topics-portal {
  padding: 5.5rem 0 4.5rem;
  background: var(--rice);
}
.dest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 900px) {
  .dest-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
  }
}
.dest-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  text-decoration: none;
  color: #FBF8F2;
  background: var(--ink);
  border-radius: 2px;
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out);
  filter: brightness(0.78) contrast(1.04);
}
.dest-card:hover img { transform: scale(1.04); }
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(14,12,11,0.78) 100%);
  pointer-events: none;
}
.dest-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
}
.dest-word {
  position: absolute;
  left: 1rem;
  bottom: 1.1rem;
  z-index: 1;
  font-family: var(--font-display-cn);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.desk-sec {
  padding: 5rem 0;
  background: var(--paper);
}
.desk-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 860px) {
  .desk-grid {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 3.5rem;
    align-items: start;
  }
}
.desk-links {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  border-top: 1px solid var(--line);
}
.desk-links li { border-bottom: 1px solid var(--line); }
.desk-links a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  font-weight: 500;
  color: var(--ink);
}
.desk-links a:hover { color: var(--red); }
.desk-meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--gray);
}
.desk-aside {
  padding: 1.5rem 1.35rem;
  background: var(--rice);
  border: 1px solid var(--line);
}
.aud-mini {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.aud-mini li { display: grid; gap: 0.2rem; }
.aud-mini strong {
  font-family: var(--font-display-cn);
  font-size: 1.05rem;
}
.aud-mini span {
  color: var(--gray);
  font-size: 0.88rem;
}

.about-portal { background: var(--rice); }
.pull-portal { background: var(--paper); }
.footer-note {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.75rem;
  color: var(--gray);
}

.chapter-bleed[data-reveal],
.chapter-band[data-reveal],
.section[data-reveal],
.pull[data-reveal] {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .chapter-bleed[data-reveal]:not(.is-revealed),
  .chapter-band[data-reveal]:not(.is-revealed),
  .section[data-reveal]:not(.is-revealed),
  .pull[data-reveal]:not(.is-revealed) {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
  }
  .chapter-bleed[data-reveal].is-revealed,
  .chapter-band[data-reveal].is-revealed,
  .section[data-reveal].is-revealed,
  .pull[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.masthead-brand {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

@media (max-width: 720px) {
  .hero-copy {
    max-width: 92%;
    padding-bottom: 4.5rem;
  }
  .chapter-copy-end {
    text-align: left;
    margin-left: 0;
  }
  .chapter-copy-end .chapter-tag { justify-content: flex-start; }
  .chapter-media-inset { aspect-ratio: 16 / 10; }
  .btn { min-height: 44px; }
  .dest-card { min-height: 220px; }
}

/* Boss lion seal on hero — AI Agent / WhatsApp entry; first-paint visible (anti-flash)
   Badge sits BELOW seal outer edge (not on navy word band「新加坡／大管家」). Lion PNG unchanged. */
.hero-lion-seal {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(3.25rem, 8vh, 5rem); /* room for badge under circle inside figure */
  z-index: 8; /* above hero-copy */
  width: clamp(112px, 20vw, 200px);
  pointer-events: auto;
  opacity: 1;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem; /* clear air under gold rim / 大管家 word band */
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  outline: none;
}
.hero-lion-seal img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 12px 28px rgba(20, 17, 15, 0.35));
}
.hero-lion-seal:focus-visible img {
  box-shadow: 0 0 0 3px var(--paper), 0 0 0 6px var(--red);
}
.hero-lion-seal:hover .hero-ai-badge,
.hero-lion-seal:focus-visible .hero-ai-badge {
  background: var(--paper);
  border-color: var(--red);
  color: var(--red-deep);
}
/* Ivory / lacquer jewelry badge — below seal rim; never overlays logo word band */
.hero-ai-badge {
  position: static;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.24rem 0.58rem;
  font-family: var(--font-body);
  font-size: clamp(0.58rem, 1.25vw, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--ink);
  background: rgba(251, 248, 242, 0.96); /* paper/ivory */
  border: 1px solid var(--red);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(20, 17, 15, 0.22);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  /* Replaces old splash-island-in (scale 1.04→1) — transform ONLY, opacity always 1 */
  .hero-lion-seal {
    animation: hero-lion-enter 1.4s cubic-bezier(0.23, 1, 0.32, 1) both,
               hero-lion-idle 10s ease-in-out 3s infinite alternate;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-lion-seal { animation: none; transform: none; opacity: 1; }
}
@keyframes hero-lion-enter {
  from { transform: scale(1.04); opacity: 1; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes hero-lion-idle {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-6px) scale(1); }
}
@media (max-width: 720px) {
  .hero-lion-seal {
    width: clamp(72px, 22vw, 112px);
    right: 0.65rem;
    bottom: 2.6rem;
    gap: 0.45rem;
  }
  .hero-ai-badge {
    font-size: 0.55rem;
    padding: 0.18rem 0.45rem;
  }
}

/* ========== AI Agent soft-ship (#agent) ========== */
.agent-sec {
  background: var(--paper);
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.agent-inner { max-width: 920px; }
.agent-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .agent-grid {
    grid-template-columns: 1fr 1fr 1.15fr;
    gap: 1.5rem 2rem;
    align-items: start;
  }
}
.agent-block h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display-cn);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
}
.agent-block p {
  margin: 0;
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 36ch;
}
.agent-asks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.agent-asks li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.agent-asks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--red);
}
.agent-block-cta {
  padding: 1.35rem 1.25rem;
  background: var(--rice);
  border: 1px solid var(--line);
}
.agent-soft { margin-bottom: 0.75rem !important; }
.agent-tip {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  color: var(--gray);
  line-height: 1.55;
}
.agent-wa {
  display: inline-flex;
  text-decoration: none;
}
