.bitukura-story-page {
  --story-ink: #10291f;
  --story-green: #194936;
  --story-muted: #53645c;
  --story-gold: #b88c3f;
  --story-paper: #fffdf8;
  --story-surface: #f4eee2;
  --story-line: rgba(16, 41, 31, 0.13);
  --story-shadow: 0 22px 52px rgba(10, 31, 23, 0.09);
  color: var(--story-ink);
  background: var(--story-surface);
}

.bitukura-story-page a { color: inherit; }

.story-hero {
  position: relative;
  min-height: clamp(570px, 78vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf0;
}

.story-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 20, 14, 0.91) 0%, rgba(5, 20, 14, 0.7) 50%, rgba(5, 20, 14, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 20, 14, 0.03) 28%, rgba(5, 20, 14, 0.78) 100%);
}

.story-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.story-hero__inner { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 154px 0 72px; }

.story-kicker,
.story-label {
  margin: 0;
  color: var(--story-gold);
  font-size: 0.72rem !important;
  font-weight: 600;
  line-height: 1.35 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.story-hero .story-kicker { color: #ead7ab; }

.story-hero h1 {
  max-width: 12ch;
  margin: 16px 0 0;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6.4vw, 6.05rem) !important;
  font-weight: 500;
  line-height: 0.97 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.story-hero__lead {
  max-width: 60ch;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem) !important;
  line-height: 1.28 !important;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 26px 0 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.86rem;
}

.story-main { padding: 0 0 76px; }
.story-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0; color: var(--story-muted); font-size: 0.82rem; }
.story-breadcrumbs a { color: var(--story-green); text-decoration: none; }
.story-breadcrumbs a:hover, .story-breadcrumbs a:focus-visible { text-decoration: underline; }

.story-layout { display: grid; grid-template-columns: minmax(190px, 0.3fr) minmax(0, 0.7fr); gap: clamp(36px, 7vw, 100px); align-items: start; }

.story-toc {
  position: sticky;
  top: 92px;
  padding: 20px 0;
  border-top: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
}

.story-toc strong { display: block; margin-bottom: 12px; color: var(--story-ink); font-size: 0.9rem; }
.story-toc a { display: block; padding: 8px 0; color: var(--story-green); font-size: 0.86rem; line-height: 1.35; text-decoration: none; }
.story-toc a:hover, .story-toc a:focus-visible { color: var(--story-gold); text-decoration: underline; text-underline-offset: 0.2em; }

.story-article { min-width: 0; padding-bottom: 52px; }
.story-intro { padding: clamp(22px, 4vw, 42px) 0 clamp(38px, 6vw, 68px); border-bottom: 1px solid var(--story-line); }
.story-intro p,
.story-section p,
.story-quote blockquote,
.story-media-placeholder__caption,
.story-author p { color: var(--story-muted); font-size: 1.04rem !important; line-height: 1.9 !important; }
.story-intro p { margin: 0; }
.story-intro p + p { margin-top: 20px; }

.story-section { padding: clamp(42px, 6vw, 74px) 0; border-bottom: 1px solid var(--story-line); scroll-margin-top: 92px; }
.story-section h2,
.story-related h2,
.story-cta h2 {
  margin: 12px 0 0;
  color: var(--story-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.05rem, 4.2vw, 3.75rem) !important;
  font-weight: 500;
  line-height: 1.02 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.story-section p { margin: 20px 0 0; }
.story-section p:first-of-type { margin-top: 18px; }
.story-section a,
.story-related a { color: var(--story-green); font-weight: 600; text-decoration-color: rgba(25, 73, 54, 0.34); text-underline-offset: 0.2em; }

.story-quote { margin: clamp(32px, 5vw, 58px) 0; padding: 8px 0 8px clamp(22px, 4vw, 38px); border-left: 3px solid var(--story-gold); }
.story-quote blockquote { max-width: 26ch; margin: 0; color: var(--story-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.75rem, 3.2vw, 2.65rem) !important; line-height: 1.08 !important; }
.story-quote cite { display: block; margin-top: 14px; color: var(--story-muted); font-size: 0.78rem; font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }

.story-media-placeholder {
  display: grid;
  min-height: clamp(210px, 34vw, 330px);
  place-items: center;
  margin: clamp(30px, 5vw, 54px) 0;
  padding: 26px;
  border: 1px dashed rgba(184, 140, 63, 0.56);
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(255, 253, 248, 0.88), rgba(234, 215, 171, 0.32));
  text-align: center;
}

.story-media-placeholder > div { max-width: 32ch; }
.story-media-placeholder span { display: block; color: var(--story-gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.story-media-placeholder strong { display: block; margin-top: 10px; color: var(--story-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 600; line-height: 1.1; }
.story-media-placeholder__caption { margin: 10px 0 0; font-size: 0.88rem !important; line-height: 1.55 !important; }

.story-author { padding: 28px 0; border-bottom: 1px solid var(--story-line); }
.story-author strong { display: block; margin: 10px 0 0; color: var(--story-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.6rem; font-weight: 600; }
.story-author p { margin: 8px 0 0; font-size: 0.94rem !important; line-height: 1.65 !important; }

.story-related { padding: clamp(56px, 8vw, 92px) 0 0; }
.story-related__intro { max-width: 60ch; margin: 18px 0 0; color: var(--story-muted); line-height: 1.75; }
.story-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.story-related article { min-width: 0; padding: 22px; border: 1px solid var(--story-line); border-radius: 18px; background: rgba(255, 253, 248, 0.7); }
.story-related span { color: var(--story-gold); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.story-related h3 { margin: 10px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem !important; font-weight: 600; line-height: 1.05 !important; }
.story-related p { margin: 12px 0 0; color: var(--story-muted); font-size: 0.94rem; line-height: 1.65; }

.story-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; margin-top: clamp(48px, 8vw, 88px); padding: clamp(30px, 5vw, 52px); border-radius: 28px; background: linear-gradient(135deg, #0e2d20, #194936); color: #fffaf0; }
.story-cta .story-kicker { color: #ead7ab; }
.story-cta h2 { color: #fffaf0; }
.story-cta p { max-width: 62ch; margin: 16px 0 0; color: rgba(255, 250, 240, 0.82); line-height: 1.75; }
.story-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid rgba(255, 243, 215, 0.34); border-radius: 999px; color: var(--story-ink); background: linear-gradient(135deg, #ead7ab, #b88c3f); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.story-button:hover, .story-button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22); }

@media (max-width: 900px) {
  .story-layout { grid-template-columns: 1fr; gap: 0; }
  .story-toc { position: static; display: flex; gap: 18px; align-items: flex-start; }
  .story-toc strong { flex: 0 0 auto; margin: 8px 0 0; }
  .story-toc nav { display: flex; flex-wrap: wrap; gap: 4px 14px; }
  .story-toc a { padding: 8px 0; }
  .story-related__grid { grid-template-columns: 1fr; }
  .story-cta { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .story-hero { min-height: 600px; }
  .story-hero__image { object-position: 58% center; }
  .story-shell, .story-hero__inner { width: calc(100% - 28px); }
  .story-hero__inner { padding: 128px 0 48px; }
  .story-hero h1 { max-width: 11ch; font-size: clamp(2.35rem, 11vw, 3.85rem) !important; }
  .story-hero__lead { width: 100%; max-width: 31ch; }
  .story-meta { max-width: 100%; row-gap: 5px; }
  .story-meta span:last-child { flex-basis: 100%; }
  .story-main { padding-bottom: 54px; }
  .story-toc { display: block; }
  .story-toc strong { margin: 0 0 8px; }
  .story-toc nav { display: block; }
  .story-cta { border-radius: 22px; }
}

@media (min-width: 540px) and (max-width: 768px) {
  .story-hero h1 { max-width: 13ch; }
}
