/* ==========================================================================
   YANO STARS — CINEMATIC CONTENT PAGES
   Story-driven layouts for About, Founder, Rules, FAQ, Contact.
   Not corporate info pages — brand storytelling with motion.
   ========================================================================== */

/* ------------------------------ Story hero ------------------------------ */
.story-hero {
  position: relative; min-height: 78vh; display: flex; align-items: flex-end;
  padding: 9rem 0 4rem; overflow: hidden;
}
.story-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 15% 20%, rgba(255,193,7,0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(255,106,0,0.14), transparent 55%),
    var(--y-black);
  background-size: 200% 200%, 200% 200%, 100% 100%;
  animation: hero-drift 20s ease-in-out infinite alternate;
}
.story-hero__mark {
  position: absolute; right: -4%; top: 50%; translate: 0 -50%;
  width: min(52vw, 620px); opacity: 0.08; pointer-events: none;
  filter: drop-shadow(0 0 60px rgba(255,193,7,0.4));
}
.story-hero__inner { position: relative; z-index: 2; }
.story-hero__eyebrow { margin-bottom: 1.2rem; }
.story-hero__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 11vw, 8rem); line-height: 0.9; text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.story-hero__title .text-gradient { display: block; }
.story-hero__sub { font-size: var(--fs-lead); color: var(--text-secondary); max-width: 54ch; }

/* ------------------------------ Story blocks ------------------------------ */
.story-block { padding-block: var(--sp-2xl); }
.story-block--tight { padding-block: var(--sp-xl); }
.story-block__label { margin-bottom: 1.5rem; }
.story-lead-lines { max-width: 22ch; }
.story-lead-lines p {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1.15;
  color: var(--text-primary); text-transform: uppercase; margin: 0;
}

.story-grid { display: grid; gap: var(--sp-lg); align-items: start; }
@media (min-width: 900px) { .story-grid { grid-template-columns: 0.85fr 1.15fr; } }
.story-heading {
  font-family: var(--font-display); font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 0.95; text-transform: uppercase;
}
.story-prose > * + * { margin-top: 1.3rem; }
.story-prose p { font-size: 1.05rem; line-height: 1.75; color: var(--text-secondary); }
.story-prose strong { color: var(--y-white); }
.story-prose .pull {
  font-family: var(--font-heading); font-size: clamp(1.4rem, 3.5vw, 2rem);
  color: var(--y-gold); text-transform: uppercase; line-height: 1.2;
  padding-left: 1.2rem; border-left: 3px solid var(--y-gold); margin-block: 2rem;
}

/* Big statement band (mission / vision) */
.statement {
  position: relative; text-align: center; padding-block: var(--sp-2xl); overflow: hidden;
  border-block: 1px solid var(--border-subtle);
}
.statement--gold { background: radial-gradient(ellipse at 50% 50%, rgba(255,193,7,0.08), transparent 65%); }
.statement__label { margin-bottom: 1.2rem; }
.statement__text {
  font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1.1; max-width: 22ch; margin: 0 auto; text-transform: uppercase;
}
.statement__text .text-gradient { display: inline; }

/* Two-up mission+vision */
.mv-grid { display: grid; gap: 1.2rem; }
@media (min-width: 760px) { .mv-grid { grid-template-columns: 1fr 1fr; } }
.mv-card { padding: 2.2rem; border-radius: var(--r-lg); border: 1px solid var(--border-subtle); background: var(--bg-card); }
.mv-card__icon { font-size: 2rem; margin-bottom: 1rem; }
.mv-card__title { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: 0.8rem; color: var(--y-gold); }
.mv-card p { line-height: 1.7; }

/* Differentiator chips */
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
@media (min-width: 700px) { .diff-grid { grid-template-columns: repeat(4, 1fr); } }
.diff-item {
  display: flex; align-items: center; gap: 0.7rem; padding: 1.1rem 1.2rem;
  border-radius: var(--r-md); background: var(--bg-card); border: 1px solid var(--border-subtle);
  font-weight: 700; font-size: 0.92rem; transition: border-color var(--dur-base), transform var(--dur-base);
}
.diff-item:hover { border-color: var(--border-gold); transform: translateY(-3px); }
.diff-item__check { color: var(--y-gold); font-size: 1.1rem; }

/* Core values grid */
.values-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }
.value-card {
  padding: 2rem; border-radius: var(--r-lg); background: var(--bg-card);
  border: 1px solid var(--border-subtle); position: relative; overflow: hidden;
  transition: transform var(--dur-base), border-color var(--dur-base);
}
.value-card:hover { transform: translateY(-6px); border-color: var(--border-gold); }
.value-card__num { font-family: var(--font-display); font-size: 3rem; color: rgba(255,193,7,0.18); line-height: 1; }
.value-card__title { font-family: var(--font-heading); font-size: 1.4rem; margin: 0.4rem 0 0.6rem; }
.value-card p { line-height: 1.6; }

/* CTA band */
.cta-band {
  position: relative; text-align: center; padding-block: var(--sp-2xl); overflow: hidden;
  background: radial-gradient(ellipse at 50% 120%, rgba(255,106,0,0.16), transparent 60%);
}
.cta-band__title {
  font-family: var(--font-display); font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.95; text-transform: uppercase; margin-bottom: 1rem;
}
.cta-band__sub { max-width: 40ch; margin: 0 auto 2rem; color: var(--text-secondary); font-size: var(--fs-lead); }

/* ------------------------------ Timeline (rules) ------------------------------ */
.rules-timeline { max-width: 780px; margin-inline: auto; position: relative; }
.rules-timeline::before {
  content: ''; position: absolute; left: 18px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--y-gold), rgba(255,193,7,0.1));
}
.rule-step { position: relative; padding: 0 0 2.2rem 3.4rem; }
.rule-step__dot {
  position: absolute; left: 6px; top: 2px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--grad-fire); color: var(--y-black);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 0.85rem; z-index: 1;
}
.rule-step__title { font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 0.6rem; }
.rule-step__body { color: var(--text-secondary); line-height: 1.7; }
.rule-step__body ul { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.5rem; }
.rule-step__body li { padding-left: 1.2rem; position: relative; }
.rule-step__body li::before { content: '▹'; position: absolute; left: 0; color: var(--y-gold); }

/* Score table */
.score-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.score-table td { padding: 0.7rem 0; border-bottom: 1px solid var(--border-subtle); }
.score-table td:last-child { text-align: right; font-family: var(--font-heading); color: var(--y-gold); font-size: 1.1rem; }
.score-table tr:last-child td { border-bottom: none; border-top: 2px solid var(--border-gold); font-weight: 800; }
.score-table tr:last-child td:last-child { font-size: 1.4rem; }

/* ------------------------------ FAQ accordion ------------------------------ */
.faq-list { max-width: 780px; margin-inline: auto; display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { border: 1px solid var(--border-subtle); border-radius: var(--r-md); background: var(--bg-card); overflow: hidden; transition: border-color var(--dur-base); }
.faq-item[open] { border-color: var(--border-gold); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.2rem 1.4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-heading); font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.6rem; color: var(--y-gold); transition: transform var(--dur-base); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item__body { padding: 0 1.4rem 1.3rem; color: var(--text-secondary); line-height: 1.7; }
.faq-item__body > * + * { margin-top: 0.6rem; }

/* ------------------------------ Contact ------------------------------ */
.contact-grid { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-channels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; margin-bottom: 2rem; }
.contact-channel { padding: 1.1rem 1.2rem; border-radius: var(--r-md); background: var(--bg-card); border: 1px solid var(--border-subtle); }
.contact-channel__label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
.contact-channel__value { font-weight: 700; font-size: 0.9rem; color: var(--y-gold); word-break: break-word; }
.contact-form { padding: 2rem; }
.contact-note { padding: 1.6rem; border-radius: var(--r-lg); border: 1px solid var(--border-subtle); background: var(--bg-card); margin-bottom: 1.2rem; }
.contact-note h3 { font-family: var(--font-heading); font-size: 1.15rem; margin-bottom: 0.5rem; }
.contact-note p { line-height: 1.6; font-size: 0.9rem; }
