:root {
  --object-black: #0b0d0b;
  --object-surface: #121713;
  --object-surface-soft: #181e19;
  --object-gold: #c8a85c;
  --object-gold-light: #e6ce91;
  --object-text: #f0eee8;
  --object-muted: #b8b8ad;
  --object-line: rgba(200, 168, 92, 0.2);
}

.object-story-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--object-black);
  color: var(--object-text);
  font-family: "Raleway", sans-serif;
}

.object-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 76vh, 820px);
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--object-line);
}

.object-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 8, 6, 0.2) 0%, rgba(6, 8, 6, 0.35) 42%, rgba(6, 8, 6, 0.96) 100%),
    linear-gradient(90deg, rgba(6, 8, 6, 0.78) 0%, rgba(6, 8, 6, 0.1) 68%);
}

.object-hero__content {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 80px 0 72px;
}

.object-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(240, 238, 232, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.object-hero .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.object-hero .breadcrumbs a:hover { color: var(--object-gold-light); }

.object-hero .eyebrow,
.object-section .section-label,
.object-cta .section-label,
.memory-note .section-label {
  color: var(--object-gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.object-hero h1 {
  max-width: 860px;
  margin: 14px 0 18px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 9vw, 7.8rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-wrap: balance;
}

.object-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  font-style: italic;
  line-height: 1.42;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  border-right: 1px solid var(--object-line);
  border-left: 1px solid var(--object-line);
}

.fact {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
  border-right: 1px solid var(--object-line);
}

.fact:last-child { border-right: 0; }
.fact strong {
  color: var(--object-gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
}
.fact span {
  margin-top: 8px;
  color: var(--object-muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-provenance-note {
  width: min(1080px, calc(100% - 72px));
  margin: 42px auto 0;
  padding: 16px 20px;
  border: 1px solid var(--object-line);
  border-radius: 10px;
  background: rgba(200, 168, 92, 0.055);
  color: var(--object-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}
.image-provenance-note strong { color: var(--object-gold-light); }

.object-section {
  padding: clamp(72px, 9vw, 120px) 0;
  border-bottom: 1px solid var(--object-line);
  background: var(--object-black);
}
.object-section--dark { background: var(--object-surface); }
.object-container,
.object-copy,
.object-cta > .object-container,
.memory-note__inner {
  width: min(1080px, calc(100% - 72px));
  margin: 0 auto;
}
.object-copy { max-width: 820px; }
.object-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.object-section h2,
.object-cta h2,
.memory-note h2 {
  margin: 16px 0 30px;
  color: var(--object-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-wrap: balance;
}
.object-section p,
.object-cta p,
.memory-note p {
  margin: 0 0 20px;
  color: var(--object-muted);
  font-size: 1rem;
  line-height: 1.85;
}
.object-media { margin: 0; }
.object-media img {
  width: 100%;
  max-height: 640px;
  display: block;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}
.object-media figcaption {
  margin-top: 12px;
  color: #8f948d;
  font-size: 0.78rem;
  line-height: 1.55;
}
.author-voice {
  margin: 34px 0 0;
  padding: 26px 30px;
  border-left: 2px solid var(--object-gold);
  background: rgba(200, 168, 92, 0.055);
}
.author-voice p {
  margin: 0;
  color: var(--object-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-style: italic;
  line-height: 1.45;
}
.author-voice cite {
  display: block;
  margin-top: 14px;
  color: var(--object-gold);
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.route-note {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid var(--object-line);
  color: var(--object-muted);
  line-height: 1.7;
}
.route-note strong { color: var(--object-gold-light); }

.practice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.practice {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--object-line);
  background: var(--object-surface);
}
.practice__number {
  color: var(--object-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.practice h3 {
  margin: 42px 0 14px;
  color: var(--object-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 400;
}
.practice p { margin: 0; font-size: 0.94rem; }

.object-cta {
  padding: clamp(72px, 9vw, 110px) 0;
  background: linear-gradient(135deg, #20251e, #101310);
  border-bottom: 1px solid var(--object-line);
}
.object-cta h2 { max-width: 760px; }
.object-cta p { max-width: 760px; }
.object-back {
  width: min(1080px, calc(100% - 72px));
  margin: 0 auto;
  padding: 34px 0 56px;
}
.object-back a { color: var(--object-gold-light); text-decoration: none; }

.memory-note {
  padding: clamp(70px, 9vw, 110px) 0;
  background: #111411;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.memory-note__inner { max-width: 820px; }
.object-story-page--memory .object-hero::before {
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.35), rgba(5, 6, 5, 0.95));
}
.object-story-page--memory .object-media img { object-position: center 35%; }

@media (max-width: 880px) {
  .object-hero__content,
  .fact-strip,
  .image-provenance-note,
  .object-container,
  .object-copy,
  .object-cta > .object-container,
  .memory-note__inner,
  .object-back { width: min(100% - 36px, 1080px); }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n + 2) { border-bottom: 1px solid var(--object-line); }
  .object-grid { grid-template-columns: 1fr; }
  .object-media { max-width: 680px; }
  .practice-list { grid-template-columns: 1fr; }
  .practice { min-height: 0; }
  .practice h3 { margin-top: 22px; }
}

@media (max-width: 560px) {
  .object-hero { min-height: 600px; }
  .object-hero__content { padding-bottom: 46px; }
  .object-hero h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .fact { min-height: 112px; padding: 20px 16px; }
  .fact strong { font-size: 1.35rem; }
  .object-section { padding: 64px 0; }
  .object-section h2,
  .object-cta h2,
  .memory-note h2 { font-size: 2.55rem; }
  .author-voice { padding: 22px; }
}
