.story-hero {
  position: relative;
  padding: 60px 0;
  background: var(--crol-timeless-green);
  color: #fff;
  overflow: hidden;
}
.story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(0,225,0,0.18), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(0,225,0,0.10), transparent 45%);
  pointer-events: none;
}
.story-hero .container { position: relative; z-index: 1; max-width: 1100px; }

.story-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) {
  .story-hero-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 72px;
  }
}
.story-hero-text { min-width: 0; }

.story-hero-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  aspect-ratio: 1;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 24px;
  isolation: isolate;
}
.story-hero-logo::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at center, rgba(0,225,0,0.35) 0%, rgba(0,225,0,0.12) 40%, transparent 65%);
  filter: blur(20px);
  z-index: -1;
}
.story-hero-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  z-index: -1;
}
.story-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(1.15) contrast(1.05);
}
.story-hero-logo.on-white {
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 40px -16px rgba(0,0,0,0.35);
  border-radius: 24px 24px 0 24px;
}
.story-hero-logo.on-white::before { display: none; }
.story-hero-logo.on-white::after { display: none; }
.story-hero-logo.on-white img {
  mix-blend-mode: normal;
  filter: none;
}
@media (max-width: 899px) {
  .story-hero-logo { max-width: 180px; margin: 0 0 8px; }
}

.story-hero .eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.story-hero .eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px; height: 2px;
  background: var(--accent);
}
.story-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.story-hero .story-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  max-width: 720px;
  margin: 0 0 28px;
}
.story-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}
.story-meta .dot { opacity: 0.5; }
.story-meta a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}
.story-meta a:hover { text-decoration: underline; }

/* Featured image */
.story-featured {
  background: #fff;
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.story-featured .container { max-width: 1040px; }
.story-featured-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 30px 60px -20px rgba(19,38,36,0.3);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--bg-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 48px;
  color: var(--crol-timeless-green);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.story-featured-img img { width: 100%; height: 100%; object-fit: cover; }

.story-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(19,38,36,0.35);
  background: #000;
}
.story-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.story-video-inline {
  margin: 36px 0;
  border-radius: 20px;
  box-shadow: 0 20px 40px -16px rgba(19,38,36,0.25);
}

/* Content */
.story-body { background: #fff; padding: 80px 0 120px; }
.story-body.no-featured { padding-top: 64px; }
.story-body .container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1040px;
  gap: 56px;
}
@media (min-width: 1024px) {
  .story-body .container {
    grid-template-columns: 1fr 280px;
  }
}

.story-content {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--fg);
}
.story-content p { margin: 0 0 22px; }
.story-content p strong { font-weight: 800; color: var(--fg); }

.story-content h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--crol-timeless-green);
  margin: 48px 0 18px;
  text-wrap: balance;
}

.story-quote {
  margin: 32px 0;
  padding: 28px 32px;
  background: var(--bg-subtle);
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  position: relative;
}
.story-quote::before {
  content: "";
  position: absolute;
  top: 20px; left: 16px;
  width: 28px; height: 22px;
  background: var(--crol-timeless-green);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 22' fill='%23000'><path d='M6 0C2.7 0 0 2.7 0 6v10c0 3.3 2.7 6 6 6h4v-8H6V6h4V0H6zm18 0c-3.3 0-6 2.7-6 6v10c0 3.3 2.7 6 6 6h4v-8h-4V6h4V0h-4z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 22' fill='%23000'><path d='M6 0C2.7 0 0 2.7 0 6v10c0 3.3 2.7 6 6 6h4v-8H6V6h4V0H6zm18 0c-3.3 0-6 2.7-6 6v10c0 3.3 2.7 6 6 6h4v-8h-4V6h4V0h-4z'/></svg>") center/contain no-repeat;
  display: none;
}
.story-quote p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  color: var(--crol-timeless-green);
  margin: 0;
  font-style: italic;
  text-wrap: balance;
}

.story-content ul {
  margin: 0 0 22px;
  padding-left: 0;
  list-style: none;
}
.story-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.story-content ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.story-content a {
  color: var(--crol-timeless-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

/* Sidebar */
.story-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}
.story-sidebar .side-card {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
}
.story-sidebar .side-card h4 {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin: 0 0 14px;
}
.story-sidebar .side-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.story-sidebar .side-card dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.story-sidebar .side-card dd {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
}
.story-sidebar .side-card dd a {
  color: var(--crol-timeless-green);
  text-decoration: none;
}
.story-sidebar .side-card dd a:hover { text-decoration: underline; }

.story-cta-card {
  background: var(--crol-timeless-green);
  color: #fff;
  border-radius: 20px;
  padding: 28px;
}
.story-cta-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}
.story-cta-card p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
  margin: 0 0 18px;
}
.story-cta-card .btn {
  width: 100%;
  justify-content: center;
}

/* More stories */
.more-stories { background: var(--bg-subtle); padding: 80px 0; }
.more-stories .section-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.015em;
  color: var(--crol-timeless-green);
  margin: 0 0 32px;
  text-transform: uppercase;
}
.more-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) { .more-grid { grid-template-columns: 1fr 1fr; } }

.more-card {
  display: block;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: all var(--dur-base);
}
.more-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.more-card .more-company {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--crol-timeless-green);
  margin-bottom: 8px;
}
.more-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--fg);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-transform: none;
}
.more-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 18px;
}
.more-card .arrow-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--crol-timeless-green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 900px) {
  .story-hero { padding: 48px 0; }
  .story-body { padding: 56px 0 80px; }
  .story-content { font-size: 16px; }
  .story-content h2 { font-size: 22px; }
  .story-quote { padding: 22px 24px; }
  .story-quote p { font-size: 18px; }
}
