
:root {
  --paper: #fafaf5;
  --paper-dim: #f0eee5;
  --paper-edge: #e6e2d5;
  --ink: #0d1b2a;
  --ink-soft: #1f2d40;
  --ink-faint: #4a5566;
  --teal: #0e9d7f;
  --teal-deep: #0b7a63;
  --teal-faint: #d4ede5;
  --gold: #d9a635;
  --gold-light: #f0c969;
  --gold-faint: #f5e4b8;
  --rule: rgba(13, 27, 42, 0.12);
  --rule-strong: rgba(13, 27, 42, 0.4);
  --paper-on-ink: rgba(250, 250, 245, 0.92);
  --paper-on-ink-dim: rgba(250, 250, 245, 0.55);
  --paper-on-ink-faint: rgba(250, 250, 245, 0.28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Noto Serif TC', 'Fraunces', serif;
  font-feature-settings: 'tnum' 1, 'kern' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

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

/* ─────────  LOGO  ───────── */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.brand-jp {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  opacity: 0.55;
  margin-top: 2px;
}

/* ─────────  TOP BAR  ───────── */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(250, 250, 245, 0.92);
}

.topbar::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 64px;
  height: 1px;
  background: var(--teal);
}

.topbar-nav {
  display: none;
  gap: 28px;
  opacity: 0.75;
}

@media (min-width: 900px) { .topbar-nav { display: flex; } }

.topbar-nav a:hover { opacity: 1; color: var(--teal); }

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
  font-size: 10px;
}

.topbar-meta::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}

/* ─────────  HERO  ───────── */
.hero {
  min-height: 86vh;
  padding: 48px 32px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: var(--paper);
}

@media (min-width: 800px) {
  .hero { padding: 70px 64px 70px; }
}

.hero-eyebrow {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.1s forwards;
}

.hero-eyebrow .left {
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-eyebrow .left::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.hero-eyebrow .right {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.65;
  text-align: right;
  max-width: 220px;
  line-height: 1.4;
}

.hero-statement {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(72px, 16vw, 220px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  margin-bottom: 8px;
}

.hero-statement .line-1 {
  display: block;
  opacity: 0;
  animation: rise 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
}

.hero-statement .line-2 {
  display: block;
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--teal);
  margin-top: -0.04em;
  letter-spacing: -0.03em;
  opacity: 0;
  animation: rise 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.55s forwards;
  position: relative;
}

.hero-statement .gold-dot {
  display: inline-block;
  width: 0.18em;
  height: 0.18em;
  background: var(--gold);
  border-radius: 50%;
  vertical-align: 0.55em;
  margin: 0 0.08em 0 0.04em;
}

.hero-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0 28px;
  opacity: 0;
  animation: fadeIn 0.8s ease-out 1s forwards;
}

.hero-rule .line-main {
  flex: 1;
  height: 1px;
  background: var(--ink);
}

.hero-rule .line-accent {
  width: 64px;
  height: 2px;
  background: var(--teal);
}

.hero-rule .badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--teal-faint);
  padding: 6px 12px;
  white-space: nowrap;
}

.hero-tagline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
  opacity: 0;
  animation: fadeIn 1s ease-out 1.1s forwards;
}

@media (min-width: 800px) {
  .hero-tagline { grid-template-columns: 1fr auto; gap: 64px; }
}

.hero-subtitle {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  line-height: 1.45;
  max-width: 580px;
  letter-spacing: -0.01em;
}

.hero-subtitle .em { color: var(--teal); font-weight: 500; }

.hero-subtitle .gold-em {
  background: linear-gradient(transparent 60%, var(--gold-faint) 60%, var(--gold-faint) 96%, transparent 96%);
  padding: 0 4px;
}

.hero-meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  line-height: 1.8;
}

.hero-meta .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  opacity: 0.85;
  margin-bottom: 4px;
  color: var(--teal-deep);
}

/* ─────────  FEATURE STRIP (Aerial Photo)  ───────── */
.feature-strip {
  position: relative;
  margin: 0;
  background: var(--ink);
  overflow: hidden;
}

.feature-strip-img {
  width: 100%;
  height: clamp(280px, 50vw, 560px);
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.feature-caption {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--paper);
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}

.feature-caption::before {
  content: "";
  position: absolute;
  inset: -120px -32px -32px;
  background: linear-gradient(to top, rgba(13,27,42,0.7), rgba(13,27,42,0));
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 800px) {
  .feature-caption { left: 64px; right: 64px; bottom: 40px; }
}

.feature-caption .left-cap {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.3;
  max-width: 600px;
  font-weight: 400;
}

.feature-caption .left-cap .em {
  color: var(--gold-light);
  font-style: italic;
}

.feature-caption .right-cap {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: right;
  line-height: 1.6;
}

/* ─────────  STATS  ───────── */
.stats {
  background: var(--ink);
  color: var(--paper);
  padding: 100px 32px;
  position: relative;
}

.stats::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 64px;
  height: 4px;
  background: var(--teal);
}

.stats::after {
  content: "";
  position: absolute;
  top: 0; left: 64px;
  width: 24px;
  height: 4px;
  background: var(--gold);
}

@media (min-width: 800px) { .stats { padding: 120px 64px; } }

.stats-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 64px;
  border-bottom: 1px solid var(--paper-on-ink-faint);
  padding-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.stats-head .left {
  color: var(--paper-on-ink-dim);
  display: flex;
  align-items: center;
  gap: 12px;
}

.stats-head .left::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.stats-head .right {
  color: var(--paper-on-ink-dim);
  text-align: right;
}

.stats-head .right span {
  display: block;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
  opacity: 0.7;
  color: var(--gold-light);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 32px;
  margin-bottom: 80px;
}

@media (min-width: 900px) { .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 48px 32px; } }

.stat { display: flex; flex-direction: column; position: relative; }

.stat::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--teal);
}

.stat:nth-child(2)::before { background: var(--gold); }
.stat:nth-child(3)::before { background: var(--teal); }
.stat:nth-child(4)::before { background: var(--gold); }

.stat-num {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(52px, 8.5vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--paper);
  margin-bottom: 18px;
  margin-top: 12px;
}

.stat-num .star {
  color: var(--gold);
  font-weight: 400;
  font-size: 0.7em;
  vertical-align: 0.08em;
  margin-left: -0.02em;
}

.stat-num .unit {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.5em;
  font-weight: 300;
  opacity: 0.55;
  margin-left: 0.06em;
}

.stat-num .currency {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.55em;
  font-weight: 400;
  color: var(--gold);
  margin-right: 0.04em;
}

.stat-num .delta {
  font-size: 0.26em;
  font-style: italic;
  font-weight: 400;
  color: var(--teal);
  vertical-align: 0.6em;
  margin-left: 0.15em;
  letter-spacing: 0;
}

.stat-divider {
  width: 32px;
  height: 1px;
  background: var(--paper-on-ink-dim);
  margin-bottom: 14px;
}

.stat-label {
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--paper);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.stat-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--paper-on-ink-dim);
  text-transform: uppercase;
  line-height: 1.6;
}

/* Airbnb proof embedded */
.proof {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--paper-on-ink-faint);
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 900px) {
  .proof { grid-template-columns: 320px 1fr; gap: 48px; }
}

.proof-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.proof-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 10px;
}

.proof-eyebrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.proof-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 400;
  color: var(--paper);
}

.proof-title .em { color: var(--gold-light); }

.proof-desc {
  font-family: 'Noto Serif TC', serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--paper-on-ink-dim);
}

.proof-img-wrap {
  background: var(--paper);
  padding: 14px;
  position: relative;
  border-top: 2px solid var(--gold);
}

.proof-img-wrap img {
  width: 100%;
  display: block;
}

.proof-img-tag {
  position: absolute;
  top: -14px;
  right: 14px;
  background: var(--gold);
  color: var(--ink);
  padding: 4px 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.stats-foot {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--paper-on-ink-faint);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
}

.stats-foot .src {
  color: var(--paper-on-ink-faint);
  font-size: 10px;
  letter-spacing: 0.15em;
  font-family: 'JetBrains Mono', monospace;
}

.stats-foot .quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--paper-on-ink-dim);
  max-width: 480px;
  line-height: 1.5;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}

/* ─────────  PROPERTIES  ───────── */
.properties {
  padding: 120px 32px 100px;
  background: var(--paper);
  position: relative;
}

.properties::before {
  content: "";
  position: absolute;
  top: 0; left: 32px;
  width: 64px;
  height: 4px;
  background: var(--teal);
}

@media (min-width: 800px) {
  .properties { padding: 140px 64px 120px; }
  .properties::before { left: 64px; }
}

.properties-head {
  margin-bottom: 64px;
}

.properties-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.properties-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.properties-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  max-width: 800px;
}

.properties-title .em {
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--teal);
}

.properties-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 540px;
  opacity: 0.85;
}

.properties-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 56px;
}

@media (min-width: 700px) {
  .properties-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (min-width: 1100px) {
  .properties-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

.property-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.property-card:hover { transform: translateY(-4px); }

.property-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 18px;
}

.property-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.property-card:hover .property-img-wrap img { transform: scale(1.04); }

.property-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(13, 27, 42, 0.85);
  color: var(--paper);
  padding: 4px 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.property-tag.new {
  background: var(--gold);
  color: var(--ink);
}

.property-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 4px;
}

.property-name {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.property-name .name-en { font-style: italic; }

.property-name .name-jp {
  font-family: 'Noto Serif TC', serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.55;
  letter-spacing: 0;
}

.property-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 14px;
}

.property-stats {
  display: flex;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

.property-stat .num {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}

.property-stat .num .unit {
  font-size: 0.6em;
  font-style: italic;
  opacity: 0.55;
}

.property-stat .num .star { color: var(--gold); }

.property-stat .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 4px;
  display: block;
}

.property-stat.teal .num { color: var(--teal); }

/* ─────────  BOOKS PREVIEW  ───────── */
.books {
  padding: 120px 32px 100px;
  background: var(--paper-dim);
  position: relative;
}

.books::before {
  content: "";
  position: absolute;
  top: 0; right: 32px;
  width: 64px;
  height: 4px;
  background: var(--gold);
}

@media (min-width: 800px) {
  .books { padding: 140px 64px 120px; }
  .books::before { right: 64px; }
}

.books-head {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 900px) {
  .books-head { grid-template-columns: 1fr 320px; gap: 64px; }
}

.books-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.books-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.books-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}

.books-title .em {
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--teal);
  display: block;
}

.books-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 480px;
  opacity: 0.85;
}

.books-desc .underline {
  background: linear-gradient(transparent 60%, var(--gold-faint) 60%, var(--gold-faint) 96%, transparent 96%);
  padding: 0 3px;
  font-style: italic;
}

.books-aside {
  border-left: 2px solid var(--teal);
  padding: 16px 16px 16px 24px;
  font-size: 13px;
  line-height: 1.7;
  align-self: end;
  opacity: 0.85;
  background: linear-gradient(to right, var(--teal-faint), transparent 30%);
}

@media (max-width: 899px) {
  .books-aside {
    border-left: 0;
    border-top: 2px solid var(--teal);
    padding: 16px 0 0 0;
    background: linear-gradient(to bottom, var(--teal-faint), transparent 40%);
  }
}

.books-aside strong {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
  color: var(--teal-deep);
}

.table-wrap {
  border-top: 2px solid var(--ink);
  margin-bottom: 48px;
  background: var(--paper);
  padding: 0 16px;
}

.table-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--rule);
}

.table-meta .property {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.table-meta .property em { font-style: italic; color: var(--teal); }

.table-meta .year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.5;
}

.table-head {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 1fr;
  gap: 16px;
  padding: 14px 0 10px;
  border-bottom: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
}

.table-head .right { text-align: right; }

.month {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  transition: background 0.2s;
}

.month:hover { background: var(--paper-edge); }

.month-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  opacity: 0.6;
}

.month-rev, .month-cost, .month-net {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  text-align: right;
  letter-spacing: -0.01em;
}

.month-net { font-weight: 500; }
.month-net.peak { color: var(--teal); }
.month-net.dip { opacity: 0.45; }

.peak-marker, .dip-marker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-left: 8px;
  vertical-align: 2px;
}
.peak-marker { color: var(--teal); }
.dip-marker { opacity: 0.4; }

.summary {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 1fr;
  gap: 16px;
  padding: 24px 0 16px;
  border-top: 2px solid var(--ink);
  margin-top: 8px;
  align-items: baseline;
  background: linear-gradient(to right, transparent, var(--gold-faint) 30%, var(--gold-faint) 70%, transparent);
  margin-left: -16px;
  padding-left: 16px;
  margin-right: -16px;
  padding-right: 16px;
}

.summary-label {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.summary-rev, .summary-cost, .summary-net {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  text-align: right;
  letter-spacing: -0.02em;
}

.summary-net { color: var(--teal-deep); font-weight: 500; }

.return-bar {
  margin-top: 32px;
  padding: 32px 28px;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.return-bar::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--teal) 50%, var(--gold) 50%);
}

@media (min-width: 700px) {
  .return-bar { grid-template-columns: 1fr auto; padding: 32px 36px; }
}

.return-bar .formula {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--paper-on-ink);
  line-height: 1.6;
}

.return-bar .formula .accent {
  color: var(--gold-light);
  font-weight: 500;
  font-style: normal;
}

.return-bar .num-box {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-left: 1px solid var(--paper-on-ink-faint);
  padding-left: 24px;
}

@media (max-width: 699px) {
  .return-bar .num-box {
    border-left: 0;
    padding-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--paper-on-ink-faint);
  }
}

.return-bar .num-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

.return-bar .num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--gold-light);
  line-height: 1;
}

.return-bar .num-unit {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--gold-light);
  opacity: 0.7;
}

.books-cta {
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
  width: fit-content;
  transition: gap 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.books-cta:hover { gap: 24px; color: var(--teal); border-color: var(--teal); }

.books-cta .arrow { font-style: normal; font-weight: 300; color: var(--teal); }

/* ─────────  FOOTER  ───────── */
.footer-note {
  padding: 40px 32px;
  border-top: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}

.footer-note::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 64px;
  height: 1px;
  background: var(--gold);
}

@media (min-width: 800px) { .footer-note { padding: 40px 64px; } }


/* ─────────  CO-HOST PORTFOLIO  ───────── */
.cohost {
  padding: 110px 32px 100px;
  background: linear-gradient(to bottom, var(--paper) 0%, var(--paper-dim) 100%);
  position: relative;
}

.cohost::before {
  content: "";
  position: absolute;
  top: 0; left: 32px;
  width: 64px;
  height: 4px;
  background: var(--gold);
}

.cohost::after {
  content: "";
  position: absolute;
  top: 0; left: 96px;
  width: 24px;
  height: 4px;
  background: var(--teal);
}

@media (min-width: 800px) {
  .cohost { padding: 130px 64px 110px; }
  .cohost::before { left: 64px; }
  .cohost::after { left: 128px; }
}

.cohost-head {
  margin-bottom: 56px;
  max-width: 720px;
}

.cohost-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cohost-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.cohost-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.cohost-title .em {
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--gold);
}

.cohost-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 560px;
  opacity: 0.85;
}

.cohost-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}

@media (min-width: 900px) {
  .cohost-feature { grid-template-columns: 1.4fr 1fr; gap: 40px; }
}

.cohost-building {
  position: relative;
}

.cohost-building img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.cohost-building figcaption {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Noto Serif TC', serif;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.75;
}

.cohost-building figcaption .cap-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 4px;
}

.cohost-building figcaption strong {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  opacity: 1;
  margin-bottom: 2px;
}

.cohost-cafe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cafe-eyebrow {
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cafe-eyebrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.cafe-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}

.cafe-title em {
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--teal);
  display: block;
}

.cafe-img {
  position: relative;
  margin: 8px 0;
}

.cafe-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  max-height: 480px;
}

.cafe-desc {
  font-family: 'Noto Serif TC', serif;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.8;
}

.cafe-desc span {
  display: block;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--gold);
  opacity: 1;
  margin-top: 10px;
  border-top: 1px solid var(--rule);
  padding-top: 12px;
}

.cohost-units {
  margin-top: 32px;
}

.units-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.units-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.cohost-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .cohost-grid { grid-template-columns: repeat(2, 1fr); }
}

.unit-card {
  display: flex;
  flex-direction: column;
}

.unit-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.unit-label {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.unit-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
}

.cohost-foot {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
}

.cohost-foot .caveat {
  color: var(--ink);
  opacity: 0.5;
  text-transform: none;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0;
}


@keyframes rise {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ─────────  PAGE HERO (smaller than home hero)  ───────── */
.page-hero {
  padding: 80px 32px 60px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 64px;
  height: 1px;
  background: var(--teal);
}

@media (min-width: 800px) { .page-hero { padding: 100px 64px 80px; } }

.page-hero-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-hero-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.page-hero-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.page-hero-title .em {
  font-style: italic;
  font-family: 'Fraunces', 'Noto Serif TC', serif;
  font-weight: 400;
  color: var(--teal);
  display: block;
}

.page-hero-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  max-width: 640px;
  opacity: 0.85;
  font-weight: 400;
}

/* ─────────  CONTACT PAGE  ───────── */
.contact-grid {
  padding: 100px 32px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

@media (min-width: 900px) {
  .contact-grid {
    padding: 120px 64px;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
  }
}

.contact-channels {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.channel-eyebrow {
  margin-bottom: 28px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.channel-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.channel-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.channel-title .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
}

.channel-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 36px;
}

.channel-list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--ink);
}

.channel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  transition: padding 0.3s, background 0.3s;
  cursor: pointer;
  gap: 16px;
}

.channel-item:hover {
  padding-left: 12px;
  padding-right: 12px;
  background: linear-gradient(to right, var(--teal-faint), transparent);
}

.channel-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.channel-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.55;
}

.channel-value {
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.channel-value.italic { font-style: italic; }

.channel-arrow {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--teal);
  transition: transform 0.3s;
}

.channel-item:hover .channel-arrow { transform: translateX(8px); }

.contact-form-wrap {
  background: var(--ink);
  color: var(--paper);
  padding: 48px 32px;
  position: relative;
}

@media (min-width: 700px) { .contact-form-wrap { padding: 56px 48px; } }

.contact-form-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 64px;
  height: 4px;
  background: var(--teal);
}

.contact-form-wrap::after {
  content: "";
  position: absolute;
  top: 0; left: 64px;
  width: 24px;
  height: 4px;
  background: var(--gold);
}

.form-eyebrow {
  margin-bottom: 24px;
  opacity: 0.6;
  color: var(--gold-light);
}

.form-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--paper);
}

.form-title .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--gold-light);
}

.form-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 36px;
  color: var(--paper-on-ink-dim);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .form-row.two-col { grid-template-columns: 1fr 1fr; }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-on-ink-dim);
}

.form-field input,
.form-field select,
.form-field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--paper-on-ink-faint);
  color: var(--paper);
  padding: 10px 0;
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  font-feature-settings: 'tnum' 1;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-bottom-color: var(--teal); }

.form-field textarea { resize: vertical; min-height: 100px; }

.form-field select option { background: var(--ink); color: var(--paper); }

.form-submit {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--teal);
  color: var(--paper);
  border: 0;
  padding: 16px 28px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, gap 0.3s;
}

.form-submit:hover { background: var(--teal-deep); gap: 22px; }

.form-note {
  margin-top: 20px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--paper-on-ink-dim);
  line-height: 1.5;
}

.form-note .em { color: var(--gold-light); }

/* ─────────  ABOUT PAGE  ───────── */
.about-intro {
  padding: 100px 32px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 900px) {
  .about-intro {
    padding: 120px 64px;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
  }
}

.founder-photo {
  position: relative;
}

.founder-photo .photo-frame {
  aspect-ratio: 4 / 5;
  background: var(--paper-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.founder-photo .photo-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--rule-strong);
}

.founder-photo .placeholder {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink);
  opacity: 0.4;
  text-align: center;
  padding: 20px;
  z-index: 1;
}

.founder-photo .placeholder strong {
  display: block;
  font-family: 'Noto Serif TC', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  color: var(--teal);
  margin-bottom: 12px;
  line-height: 1;
}

.founder-caption {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.founder-caption strong {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: none;
  opacity: 1;
  color: var(--ink);
  font-weight: 500;
}

.about-story {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-story .eyebrow {
  margin-bottom: 16px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-story .eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}

.about-story h2 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}

.about-story h2 .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
}

.about-story p {
  font-family: 'Noto Serif TC', serif;
  font-size: 17px;
  line-height: 1.75;
  opacity: 0.85;
}

.about-story p strong {
  font-weight: 700;
  color: var(--ink);
  opacity: 1;
}

.about-story p .quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--teal-deep);
}

.about-story .pullquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  border-left: 2px solid var(--gold);
  padding: 8px 0 8px 20px;
  margin: 12px 0;
  color: var(--ink);
  background: linear-gradient(to right, var(--gold-faint), transparent 50%);
}

/* Timeline */
.about-timeline {
  padding: 100px 32px;
  background: var(--paper-dim);
  position: relative;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 0; left: 32px;
  width: 64px;
  height: 4px;
  background: var(--gold);
}

@media (min-width: 800px) {
  .about-timeline { padding: 120px 64px; }
  .about-timeline::before { left: 64px; }
}

.timeline-head { margin-bottom: 64px; max-width: 720px; }

.timeline-eyebrow {
  margin-bottom: 24px;
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.timeline-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}

.timeline-title .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--gold);
}

.timeline-list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--ink);
}

.timeline-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

@media (min-width: 700px) {
  .timeline-item { grid-template-columns: 140px 1fr 200px; gap: 40px; }
}

.timeline-year {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
}

.timeline-event {
  font-family: 'Noto Serif TC', serif;
  font-size: 17px;
  line-height: 1.55;
}

.timeline-event strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.timeline-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  text-align: right;
}

@media (max-width: 699px) {
  .timeline-tag { display: none; }
}

/* About credentials */
.about-credentials {
  padding: 100px 32px;
  background: var(--paper);
  position: relative;
}

@media (min-width: 800px) { .about-credentials { padding: 120px 64px; } }

.credentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 56px;
}

@media (min-width: 700px) {
  .credentials-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}

.cred-card {
  border-top: 2px solid var(--ink);
  padding: 22px 0;
}

.cred-num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 14px;
}

.cred-num .unit {
  font-style: italic;
  font-size: 0.5em;
  opacity: 0.6;
  margin-left: 0.05em;
}

.cred-label {
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.cred-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.75;
}

.topbar-nav a.active { color: var(--teal); border-bottom: 1px solid var(--teal); padding-bottom: 2px; }

/* ─────────  SERVICE PAGE  ───────── */
.svc-overview {
  padding: 100px 32px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 900px) {
  .svc-overview {
    padding: 120px 64px;
    grid-template-columns: 1fr 1.3fr;
    gap: 72px;
  }
}

.svc-overview .left .eyebrow {
  margin-bottom: 24px; opacity: 0.55;
  display: flex; align-items: center; gap: 12px;
}
.svc-overview .left .eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--teal);
}

.svc-overview h2 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}

.svc-overview h2 .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
  display: block;
}

.svc-overview .desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.85;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
}

.svc-item {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--ink);
  padding-top: 16px;
}

.svc-item .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 8px;
}

.svc-item h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.svc-item p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.78;
}

/* Fee structure */
.svc-fee {
  padding: 110px 32px;
  background: var(--ink);
  color: var(--paper);
  position: relative;
}

.svc-fee::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 64px; height: 4px; background: var(--gold);
}
.svc-fee::after {
  content: ""; position: absolute; top: 0; left: 64px;
  width: 24px; height: 4px; background: var(--teal);
}

@media (min-width: 800px) { .svc-fee { padding: 130px 64px; } }

.svc-fee-head { margin-bottom: 64px; max-width: 720px; }

.svc-fee-eyebrow {
  margin-bottom: 24px;
  color: var(--paper-on-ink-dim);
  display: flex; align-items: center; gap: 12px;
}
.svc-fee-eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--gold);
}

.svc-fee-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--paper);
  margin-bottom: 18px;
}

.svc-fee-title .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--gold-light);
}

.fee-formula {
  background: var(--paper);
  color: var(--ink);
  padding: 36px 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.fee-formula::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: linear-gradient(to bottom, var(--teal) 50%, var(--gold) 50%);
}

.fee-formula-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
}

.fee-formula .eq {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fee-formula .eq .var { color: var(--teal-deep); }
.fee-formula .eq .pct { color: var(--gold); font-weight: 500; font-style: normal; }

.fee-breakdown {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 16px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
}

@media (min-width: 600px) { .fee-breakdown { grid-template-columns: repeat(3, 1fr); } }

.fee-part .pct-num {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}

.fee-part .pct-num .unit {
  font-style: italic; font-size: 0.5em; opacity: 0.55;
}

.fee-part .pct-label {
  font-family: 'Noto Serif TC', serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.fee-part .pct-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
}

.fee-example {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--paper-on-ink-faint);
  padding: 28px;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
  color: var(--paper-on-ink);
}

.fee-example strong {
  font-style: normal; font-weight: 500; color: var(--gold-light);
}

.fee-example .calc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.05em;
  color: var(--paper-on-ink-dim);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--paper-on-ink-faint);
}

.fee-note {
  margin-top: 32px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper-on-ink-dim);
  border-left: 2px solid var(--gold);
  padding-left: 16px;
}

/* Process timeline */
.svc-process {
  padding: 100px 32px;
  background: var(--paper-dim);
  position: relative;
}

.svc-process::before {
  content: ""; position: absolute; top: 0; right: 32px;
  width: 64px; height: 4px; background: var(--teal);
}

@media (min-width: 800px) {
  .svc-process { padding: 120px 64px; }
  .svc-process::before { right: 64px; }
}

.process-head { margin-bottom: 56px; max-width: 720px; }

.process-eyebrow {
  margin-bottom: 24px; opacity: 0.55;
  display: flex; align-items: center; gap: 12px;
}
.process-eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--teal);
}

.process-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}

.process-title .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
}

.process-list {
  border-top: 2px solid var(--ink);
}

.process-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

@media (min-width: 700px) {
  .process-step { grid-template-columns: 80px 1fr 200px; gap: 40px; }
}

.process-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 400;
  color: var(--teal-deep);
  letter-spacing: -0.02em;
}

.process-content h4 {
  font-family: 'Noto Serif TC', serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.process-content p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.8;
}

.process-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  text-align: right;
}

@media (max-width: 699px) { .process-time { display: none; } }

.svc-cta {
  padding: 80px 32px;
  background: var(--paper);
  text-align: center;
}

@media (min-width: 800px) { .svc-cta { padding: 100px 64px; } }

.svc-cta h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}

.svc-cta h3 .em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
}

.svc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--paper);
  padding: 18px 32px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.3s, background 0.3s;
}

.svc-cta-btn:hover { background: var(--teal-deep); gap: 22px; }

/* ─────────  BOOKS PAGE  ───────── */
.books-page-toc {
  padding: 60px 32px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}

@media (min-width: 800px) { .books-page-toc { padding: 60px 64px; } }

.toc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 2px solid var(--ink);
}

@media (min-width: 700px) { .toc-grid { grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1100px) { .toc-grid { grid-template-columns: repeat(4, 1fr); } }

.toc-item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: padding 0.3s, background 0.3s;
}

@media (min-width: 700px) {
  .toc-item:not(:last-child) { border-right: 1px solid var(--rule); padding-right: 20px; }
  .toc-item { padding-left: 20px; padding-right: 20px; }
}

.toc-item:hover { background: linear-gradient(to bottom, var(--teal-faint), transparent); }

.toc-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 6px;
}

.toc-name {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.toc-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
}

.book-section {
  padding: 100px 32px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}

.book-section:nth-child(even) { background: var(--paper-dim); }

@media (min-width: 800px) { .book-section { padding: 120px 64px; } }

.book-header {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 900px) { .book-header { grid-template-columns: 1fr 320px; gap: 64px; } }

.book-eyebrow {
  margin-bottom: 16px; opacity: 0.55;
  display: flex; align-items: center; gap: 12px;
}
.book-eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--teal);
}

.book-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.book-title em {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  color: var(--teal);
}

.book-loc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 12px;
}

.book-keystats {
  border-left: 2px solid var(--gold);
  padding: 8px 0 8px 20px;
  font-family: 'Fraunces', serif;
  font-size: 14px;
  line-height: 1.7;
  background: linear-gradient(to right, var(--gold-faint), transparent 50%);
}

.book-keystats strong {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: var(--ink);
}

.book-keystats .num {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  color: var(--teal-deep);
}

.book-table {
  border-top: 2px solid var(--ink);
  background: var(--paper);
  padding: 0 16px;
  margin-bottom: 24px;
}

.book-section:nth-child(even) .book-table { background: var(--paper); }

.book-tbl-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--rule);
}

.book-tbl-meta .year {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}

.book-tbl-meta .label-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.5;
}

.book-q1 .book-tbl-meta { background: linear-gradient(to right, var(--teal-faint), transparent 50%); margin: 0 -16px; padding-left: 16px; padding-right: 16px;}

.book-return-bar {
  background: var(--ink);
  color: var(--paper);
  padding: 28px;
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  position: relative;
}

@media (min-width: 700px) { .book-return-bar { grid-template-columns: 1fr auto; padding: 32px 36px; } }

.book-return-bar::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: linear-gradient(to bottom, var(--teal) 50%, var(--gold) 50%);
}

.book-return-formula {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
}

.book-return-formula .accent { color: var(--gold-light); font-style: normal; font-weight: 500; }

.book-return-num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--gold-light);
  line-height: 1;
}
.book-return-num .unit {
  font-style: italic; font-size: 0.4em; opacity: 0.7; margin-left: 0.04em;
}
.book-return-num .label-mini {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 6px;
  color: var(--paper-on-ink-dim);
}

.book-notes {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(13,27,42,0.04);
  border-left: 2px solid var(--ink);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.65;
}

.book-notes strong {
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  opacity: 0.7;
}

/* Methodology */
.book-methodology {
  padding: 100px 32px;
  background: var(--paper-dim);
}

@media (min-width: 800px) { .book-methodology { padding: 120px 64px; } }

.method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 700px) { .method-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }

.method-item {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.method-item h4 {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.method-item h4 .em { color: var(--teal); }

.method-item p {
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
}
