.tre-hero { padding: clamp(72px, 10vw, 150px) 0 72px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff 0%, #faf7f3 62%, #f3e7e5 100%); }
.tre-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: end; }
.tre-volume { margin: 22px 0 16px; color: var(--coral); font-size: 12px; letter-spacing: .24em; }
.tre-hero h1 { font-size: clamp(44px, 7vw, 86px); }
.tre-hero h1 em, .tre-section-heading h2 em { color: var(--coral); font-style: normal; }
.tre-kana { margin-top: 24px; color: var(--ink-3); letter-spacing: .18em; }
.tre-status { min-width: 205px; padding: 24px; border: 1px solid var(--line-2); display: grid; gap: 6px; background: rgba(255,255,255,.68); }
.tre-status-mark { color: var(--coral); }
.tre-status .mono { font-size: 10px; letter-spacing: .18em; color: var(--ink-3); }
.tre-status strong { font-family: var(--serif); font-weight: 500; }

.tre-intro { padding-top: 92px; padding-bottom: 104px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 116px); }
.tre-facts { border-top: 1px solid var(--ink); }
.tre-facts dl { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.tre-facts dt { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.tre-facts dd { font-family: var(--serif); }
.tre-lead { max-width: 570px; }
.tre-lead .serif { margin: 24px 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.55; }
.tre-lead > p:last-child { color: var(--ink-2); line-height: 2; }

.tre-guests, .tre-records { background: var(--cream-2); padding: 96px 0; }
.tre-section-heading { margin-bottom: 46px; max-width: 860px; }
.tre-section-heading h2 { margin-top: 16px; }
.tre-section-heading > p:last-child { margin-top: 18px; color: var(--ink-3); }
.guest-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.guest-list span { display: flex; flex-direction: column; gap: 6px; padding: 25px 18px 25px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
.guest-list small { font-family: var(--mono); font-size: 9px; letter-spacing: .18em; color: var(--ink-3); }

.tre-gallery { padding-top: 112px; padding-bottom: 120px; }
.tre-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 355px; gap: 12px; }
.tre-photo-grid figure { position: relative; overflow: hidden; background: var(--cream-2); }
.tre-photo-grid .photo-wide { grid-column: span 2; }
.tre-photo-grid .photo-tall { grid-row: span 2; }
.tre-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.tre-photo-grid figure:hover img { transform: scale(1.025); filter: saturate(1.05); }
.tre-photo-grid figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 16px; padding: 15px 17px; color: white; background: linear-gradient(transparent, rgba(22,18,16,.76)); font: 9px/1.4 var(--mono); letter-spacing: .13em; }
.tre-photo-grid figcaption b { font-weight: 500; }

.record-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.record-links a { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; padding: 24px 18px 24px 0; border-bottom: 1px solid var(--line); transition: color .2s, padding-left .2s; }
.record-links a:nth-child(odd) { border-right: 1px solid var(--line); }
.record-links a:nth-child(even) { padding-left: 24px; }
.record-links a:hover { color: var(--coral); padding-left: 9px; }
.record-links a:nth-child(even):hover { padding-left: 33px; }
.record-links span, .record-links small { font: 9px var(--mono); letter-spacing: .14em; color: var(--ink-3); }
.record-links b { font-family: var(--serif); font-size: 20px; font-weight: 500; }

.tre-closing { padding-top: 120px; padding-bottom: 130px; text-align: center; }
.tre-closing > .jp { color: var(--coral); letter-spacing: .5em; }
.tre-closing blockquote { margin: 30px auto 42px; font: 500 clamp(28px, 4.6vw, 58px)/1.55 var(--serif); }

@media (max-width: 900px) {
  .tre-hero-grid, .tre-intro { grid-template-columns: 1fr; }
  .tre-status { max-width: 240px; }
  .guest-list { grid-template-columns: repeat(2, 1fr); }
  .tre-photo-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 330px; }
  .record-links { grid-template-columns: 1fr; }
  .record-links a:nth-child(odd) { border-right: 0; }
  .record-links a:nth-child(even), .record-links a:nth-child(even):hover { padding-left: 0; }
}

@media (max-width: 620px) {
  .tre-hero { padding-top: 58px; }
  .tre-hero h1 br { display: none; }
  .tre-intro { padding-top: 64px; padding-bottom: 72px; }
  .tre-facts dl { grid-template-columns: 88px 1fr; gap: 14px; }
  .tre-guests, .tre-records { padding: 70px 0; }
  .guest-list { grid-template-columns: 1fr; }
  .tre-gallery { padding-top: 76px; padding-bottom: 80px; }
  .tre-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; gap: 8px; }
  .tre-photo-grid .photo-wide { grid-column: auto; }
  .tre-photo-grid .photo-tall { grid-row: auto; }
  .record-links a { grid-template-columns: 32px 1fr; }
  .record-links small { grid-column: 2; }
  .tre-closing { padding-top: 80px; padding-bottom: 90px; }
}
