/* Chongqing 2hours Studio — Helvetica Neue + Helvetica */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 标题体 — Condensed Bold / Black */
@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("../fonts/HelveticaNeue-CondensedBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Fallback from Helvetica.ttc */
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #12140f;
  --ink-soft: #2a2e24;
  --paper: #fff;
  --mist: #fff;
  --moss: #3d5a3a;
  --fern: #6b8f5e;
  --clay: #9a7348;
  --night: #0c120c;
  --line: rgba(18, 20, 15, 0.14);
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* 标题 / 粗体 / 常规 — Helvetica Neue，Helvetica 兜底 */
  --font-title: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* —— Nav —— */
.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s;
}

.site-nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.detail-mark {
  display: block;
  width: clamp(64px, 10vw, 88px);
  height: auto;
  margin: 1rem 0 0.85rem;
}

.walk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.walk-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.walk-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.walk-card figcaption {
  padding: 0.75rem 0.9rem 0.9rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
}

.brand img {
  width: 36px;
  height: auto;
  background: transparent;
  display: block;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-links a {
  opacity: 0.72;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

/* —— Hero composition (photo + brand strip, PDF layout) —— */
.hero-compose {
  background: #fff;
}

.hero-compose__photo {
  position: relative;
  /* Magazine cover: one quiet first screen — photo + title only */
  height: 100svh;
  min-height: 520px;
  overflow: hidden;
  background: #1a2218;
}

.hero-compose__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Bottom rocks already cropped in the asset; keep person + sky */
  object-position: center 36%;
  display: block;
}

.hero-compose__title {
  position: absolute;
  top: clamp(4.8rem, 9vh, 6rem);
  /* Shift into clearer sky — avoid dark cave edge on the left */
  left: auto;
  right: max(1.2rem, calc((100% - var(--max)) / 2 + 1.2rem));
  text-align: right;
  z-index: 2;
  margin: 0;
  max-width: 22ch;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 4.4vw, 3.15rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 14px rgba(12, 18, 12, 0.32);
  pointer-events: none;
}

.hero-compose__title span {
  display: block;
}

.hero-compose__title span:nth-child(2) {
  white-space: nowrap;
}

.hero-compose__title::before {
  content: "";
  position: absolute;
  inset: -12% -10% 20% -8%;
  z-index: -1;
  background: radial-gradient(
    ellipse at 70% 20%,
    rgba(12, 18, 12, 0.28),
    transparent 70%
  );
  pointer-events: none;
}

.hero-compose__brand {
  width: 100%;
  background: #fff;
  /* 门头：上下留白，居中 */
  padding: clamp(3.5rem, 10vh, 6.5rem) 1.4rem;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.35rem;
  max-width: 36rem;
  margin: 0 auto;
}

.brand-lockup__mark {
  width: clamp(140px, 22vw, 220px);
  height: auto;
  margin: 0;
}

.brand-lockup__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-lockup__text h2 {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.brand-lockup__text p {
  margin: 0;
  max-width: 34ch;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 400;
  line-height: 1.5;
}

/* —— Topic screens (one topic ≈ one viewport) —— */
.topic {
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vh, 5.5rem) 0;
  min-height: min(100svh, 920px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.topic + .topic {
  border-top: 1px solid transparent;
  /* visual breathing room between topics */
  margin-top: 1.5rem;
}

.topic__title {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  margin: 0 0 1.5rem;
}

.topic__title--xl {
  font-size: clamp(2.4rem, 6.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0;
  white-space: normal;
}

/* Exactly one viewport: big title + rounded image */
.topic--splash {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 5.2rem 0 1.4rem;
  justify-content: flex-start;
  gap: 1.25rem;
  overflow: hidden;
}

.topic--splash .topic__media--fill {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}

.topic--splash .topic__media--fill img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

/* Second screen: left image + right copy, one viewport */
.topic--spread {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 5rem 0 1.4rem;
  justify-content: center;
  overflow: hidden;
}

.spread {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
  height: 100%;
  min-height: 0;
}

.spread__media {
  height: min(78vh, 100%);
  border-radius: 0;
  overflow: hidden;
  align-self: stretch;
}

.spread__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.spread__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0;
  max-width: 36ch;
}

.spread__title {
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1.4rem;
  color: var(--ink);
}

.spread__copy p {
  margin: 0 0 1em;
  color: var(--ink);
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  line-height: 1.55;
}

.spread__copy p:last-child {
  margin-bottom: 0;
}

/* Third screen: title + copy on top, image below, one viewport */
.topic--stack {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 5rem 0 1.4rem;
  justify-content: flex-start;
  gap: 1.35rem;
  overflow: hidden;
}

.stack-copy {
  max-width: 42rem;
  flex: 0 0 auto;
}

.stack-title {
  font-family: var(--font-title);
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin: 0 0 1.1rem;
  color: var(--ink);
}

.stack-copy p {
  margin: 0 0 0.85em;
  max-width: 48ch;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
}

.stack-copy p:last-child {
  margin-bottom: 0;
}

.stack-media {
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
}

.stack-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

@media (max-width: 860px) {
  .topic--stack {
    height: auto;
    max-height: none;
    min-height: 100svh;
    padding: 5rem 0 2.5rem;
  }

  .stack-media {
    aspect-ratio: 3 / 4;
    max-height: 52vh;
    border-radius: 18px;
  }
}

/* Fourth screen: lead + full-bleed olive manifesto */
.topic--manifesto {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  justify-content: stretch;
  gap: 0;
  overflow: hidden;
}

.manifesto-lead {
  margin: 0;
  padding: 1.6rem max(1.2rem, calc((100% - var(--max)) / 2 + 1.2rem)) 1.1rem;
  max-width: none;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.5;
  color: #f7f8f3;
  background: #6b7a3a;
}

.manifesto-panel {
  background: #6b7a3a;
  color: #f7f8f3;
  padding: 0.4rem max(1.2rem, calc((100% - var(--max)) / 2 + 1.2rem))
    clamp(2.4rem, 6vh, 3.6rem);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 2.8vh, 1.8rem);
  width: 100%;
}

.manifesto-panel p {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 22ch;
}

@media (max-width: 860px) {
  .topic--manifesto {
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .manifesto-panel p {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .topic--spread {
    height: auto;
    max-height: none;
    min-height: 100svh;
    padding: 5rem 0 2.5rem;
  }

  .spread {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    height: auto;
  }

  .spread__media {
    height: auto;
    aspect-ratio: 3 / 4;
    max-height: 48vh;
    border-radius: 18px;
  }

  .spread__copy {
    max-width: none;
  }
}

.topic__lead {
  font-family: var(--font-title);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.2rem;
  max-width: 28ch;
}

.topic__media {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 1.6rem;
}

.topic__media img {
  width: 100%;
  height: auto;
  max-height: 52vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.topic__media--tall img {
  max-height: 58vh;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* legacy hero rules kept unused — removed from layout */

/* —— Sections —— */
.section {
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: clamp(4rem, 9vh, 6rem) 0;
}

.section--contact {
  width: 100%;
  max-width: none;
  padding: clamp(2.5rem, 6vh, 4rem) 0 0;
  margin: 0;
}

.section__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 2rem;
}

.section__head h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0;
}

.section__meta {
  font-size: 0.88rem;
  color: var(--ink-soft);
  opacity: 0.75;
  margin: 0;
  max-width: 36ch;
}

/* —— Experience cards (clickable) —— */
.experience-list {
  display: grid;
  gap: 2.6rem;
}

.experience {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  color: inherit;
  transition: transform 0.35s var(--ease);
}

.experience:hover {
  transform: translateY(-3px);
}

.experience__photo {
  position: relative;
  min-height: 0;
  align-self: stretch;
  overflow: hidden;
  border-radius: 20px;
}

.experience__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s var(--ease);
}

.experience__photo--portrait img {
  object-position: center 35%;
}

.experience__photo--landscape img {
  object-position: center 42%;
}

.experience:hover .experience__photo img {
  transform: scale(1.04);
}

.experience__body {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -2rem;
  padding: 0.95rem 1.1rem 0.9rem;
  max-width: 22rem;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 24px;
  z-index: 1;
}

.experience__label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.experience__body h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.12;
  margin-bottom: 0.28rem;
}

.experience__sub {
  margin: 0 0 0.35rem;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
  color: var(--ink);
}

.experience__body p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.experience__stats {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.experience.is-locked {
  opacity: 0.72;
  pointer-events: none;
}

.experience.is-locked .experience__photo {
  filter: grayscale(0.35);
}

.experience__badge {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.7rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.experience:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
}

.experience:nth-child(even) .experience__photo {
  order: 2;
}

.experience:nth-child(even) .experience__body {
  order: 1;
  margin-left: 0;
  margin-right: -2rem;
}

/* —— Why —— */
.why-stack {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.why-stack .topic__media {
  margin-bottom: 0;
}

.why-copy p {
  max-width: 54ch;
  color: var(--ink-soft);
}

.why-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.story-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.story-band figure {
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 280px;
}

.story-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.story-band figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem;
  color: #f7f8f3;
  background: linear-gradient(transparent, rgba(12, 18, 12, 0.82));
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
}

/* —— Detail: title first, then image —— */
.detail-head {
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: 6.5rem 0 1.5rem;
}

.detail-head .back-link {
  color: var(--ink);
  opacity: 0.7;
}

.detail-kicker {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 1rem 0 0.4rem;
}

.detail-head h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 14ch;
  margin: 0 0 0.6rem;
}

.detail-sub {
  margin: 0 0 0.8rem;
  max-width: 40ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.detail-hero {
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto 0.5rem;
  border-radius: 22px;
  overflow: hidden;
  max-height: 62vh;
}

.detail-hero img {
  width: 100%;
  height: min(62vh, 640px);
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Bamboo detail opens like the supplied PDF: title beside a tall hero image. */
.bamboo-hero-layout {
  width: min(100% - 2.4rem, var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 5.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.bamboo-hero-layout .detail-head {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bamboo-hero-layout .detail-head h1 {
  max-width: 11ch;
}

.bamboo-hero-layout .detail-hero {
  width: 100%;
  max-height: calc(100svh - 8rem);
  margin: 0;
  border-radius: 4px;
}

.bamboo-hero-layout .detail-hero img {
  height: calc(100svh - 8rem);
  min-height: 560px;
  object-position: center 44%;
}

/* —— Horizontal gallery (one frame) —— */
.gallery-scroll {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0.15rem 1rem;
  margin: 0 -0.15rem;
  border-radius: 18px;
  scrollbar-width: thin;
}

.gallery-scroll figure {
  margin: 0;
  flex: 0 0 min(72vw, 320px);
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #e8ebe0;
}

.gallery-scroll figure.is-landscape {
  flex: 0 0 min(85vw, 420px);
  aspect-ratio: 4 / 3;
}

.gallery-scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-scroll::-webkit-scrollbar {
  height: 6px;
}

.gallery-scroll::-webkit-scrollbar-thumb {
  background: rgba(18, 20, 15, 0.25);
  border-radius: 99px;
}

/* keep old page-hero for any leftover refs */
.page-hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: end;
  color: #f7f8f3;
}

.page-hero__media,
.page-hero__shade {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__shade {
  background: linear-gradient(180deg, rgba(12, 18, 12, 0.2), rgba(12, 18, 12, 0.75));
}

.page-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: 6.5rem 0 2.6rem;
}

.page-hero__content h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  max-width: 12ch;
}

.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.92;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.85;
}

.intro-box {
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  padding: 1.5rem 1.6rem;
  background: #fff;
  max-width: 62ch;
}

.intro-box strong {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--font-display);
}

.highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 2rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.highlight h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.highlight h3::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.55rem;
  background: var(--ink);
  border-radius: 50%;
  vertical-align: 0.1em;
}

.highlight p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* legacy multi-column gallery kept unused */
.gallery {
  display: none;
}

.split-info {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
}

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

.fact {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 0.2rem;
}

.fact span {
  font-size: 0.88rem;
  color: var(--ink-soft);
}

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

.include-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
}

.include-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  background: var(--moss);
  border-radius: 50%;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.fit-card {
  padding: 1.4rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

.fit-card h3 {
  font-size: 1.15rem;
}

.fit-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.fit-card.is-warn {
  border-color: rgba(154, 115, 72, 0.45);
  background: rgba(154, 115, 72, 0.08);
}

/* —— Contact / QR —— */
.contact-block {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  color: #2a3418;
  background: #c5d45c;
  padding: clamp(1.8rem, 4vw, 2.8rem) max(1.2rem, calc((100% - var(--max)) / 2 + 1.2rem));
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.contact-block::before {
  display: none;
}

.contact-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.contact-block h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #2a3418;
  max-width: 28ch;
}

.contact-block p {
  max-width: 40ch;
  opacity: 0.9;
  color: #2a3418;
}

.qr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.qr-card {
  text-align: center;
  padding: 1rem;
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
}

.qr-card img {
  width: 140px;
  height: 140px;
  margin: 0 auto 0.7rem;
  object-fit: contain;
}

.qr-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.qr-card span {
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  transition: transform 0.25s var(--ease);
}

.unlock-panel {
  padding: 2rem 1.6rem;
  border: 1.5px dashed var(--line);
  border-radius: 18px;
  background: #fff;
}

.unlock-panel h2 {
  margin-bottom: 0.5rem;
}

.unlock-panel p {
  margin-bottom: 1rem;
  color: var(--ink-soft);
}

.topic--flush {
  min-height: 0;
  padding: clamp(2.2rem, 5vh, 3.2rem) 0;
}

.bamboo-page .topic + .topic {
  margin-top: 0.4rem;
}

.star-row {
  display: inline-block;
  margin-left: 0.35rem;
  color: #d4a017;
  letter-spacing: 0.05em;
  font-size: 0.92em;
  vertical-align: 0.05em;
}

.highlight--featured {
  grid-column: 1 / -1;
  padding: 1.1rem 1.2rem;
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  background: #fafaf6;
}

.highlight--featured h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}

.highlight--featured p {
  font-weight: 600;
  color: var(--ink);
}

.unlock-note {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px dashed rgba(247, 248, 243, 0.55);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* —— Footer —— */
.site-footer {
  width: min(100% - 2.4rem, var(--max));
  margin: 0 auto;
  padding: 2rem 0 2.8rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* —— Motion —— */
@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translateY(0);
  }
  to {
    transform: scale(1.08) translateY(-1.5%);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero__media img,
  .reveal,
  .experience,
  .experience__photo img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* —— Responsive —— */
@media (max-width: 860px) {
  .hero-compose__title {
    font-size: clamp(1.55rem, 6.5vw, 2.1rem);
    top: 4.2rem;
    left: auto;
    right: 1.1rem;
    text-align: right;
    max-width: 12ch;
  }

  .hero-compose__title span:nth-child(2) {
    white-space: normal;
  }

  .bamboo-hero-layout {
    min-height: auto;
    padding: 6rem 0 2.2rem;
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .bamboo-hero-layout .detail-hero {
    max-height: 68svh;
  }

  .bamboo-hero-layout .detail-hero img {
    height: 68svh;
    min-height: 440px;
  }

  .experience,
  .experience:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0.5rem;
  }

  .experience__photo,
  .experience:nth-child(even) .experience__photo {
    order: 0;
    width: 100%;
    max-width: none;
    min-height: 180px;
    border-radius: 16px;
  }

  .experience__photo--portrait,
  .experience:nth-child(even) .experience__photo--portrait {
    aspect-ratio: 4 / 5;
  }

  .experience__photo--landscape,
  .experience:nth-child(even) .experience__photo--landscape {
    aspect-ratio: 16 / 10;
  }

  .experience__body,
  .experience:nth-child(even) .experience__body {
    order: 1;
    align-self: center;
    width: min(100% - 2.4rem, 20rem);
    max-width: 20rem;
    margin: -1.1rem auto 0;
    padding: 0.95rem 1rem 0.9rem;
    border-radius: 16px;
  }

  .walk-grid {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .story-band,
  .highlights,
  .split-info,
  .fit-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 0.85rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 520px) {
  .site-nav {
    padding: 0.75rem 1rem;
  }

  .brand span {
    display: none;
  }

  .nav-links {
    gap: 0.65rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }

  .hero-compose__title {
    top: 4.4rem;
    right: 1rem;
  }

  .qr-row,
  .facts {
    grid-template-columns: 1fr;
  }

  .gallery-scroll figure {
    flex-basis: min(78vw, 280px);
  }
}
