body {
  background: #1e1e1e;
  color: #e0e0e0;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  background: rgba(30, 30, 30, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-container {
  width: 90%;
  max-width: 1120px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 15px;
}
.nav a:hover {
  color: #fff;
}
.btn-login {
  background: #eeeeee;
  color: #000;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.runtime-content {
  width: 100%;
}
.runtime-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 64px;
}
.runtime-tool-hero {
  padding-top: 50px;
  padding-bottom: 22px;
}
.runtime-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(159, 211, 107, 0.08);
  border: 1px solid rgba(159, 211, 107, 0.18);
  color: #b9d99a;
  font-size: 12px;
  margin-bottom: 22px;
}
.runtime-content h1 {
  font-size: clamp(42px, 7vw, 64px);
  line-height: 1.03;
  font-weight: 800;
  color: #fff;
  max-width: 920px;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}
.runtime-lead {
  max-width: 760px;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.runtime-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  border-radius: 999px;
  background: #e0e0e0;
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.runtime-primary-cta:hover {
  background: #fff;
}
.runtime-content section {
  margin-top: 28px;
}
.runtime-grid,
.runtime-proof-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.runtime-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.runtime-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.runtime-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px;
}
.runtime-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.runtime-card p,
.runtime-content p,
.runtime-content li {
  color: #b3b3b3;
}
.runtime-content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.runtime-flow,
.runtime-limitations {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px 28px;
}
.runtime-content ul {
  padding-left: 20px;
  margin: 0;
}
.runtime-content li {
  margin: 8px 0;
}
.runtime-prompts code {
  display: block;
  white-space: normal;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  margin: 10px 0;
  color: #d6e8c3;
}
.runtime-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.runtime-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.runtime-faq-item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.runtime-related a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  margin: 0 10px 10px 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #b3b3b3;
  text-decoration: none;
}
.runtime-related a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.runtime-footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f8f8f;
}
.runtime-showcase {
  margin-top: 48px;
  margin-bottom: 24px;
}
.runtime-showcase-container {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 32px;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px;
}
.runtime-showcase-media img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.runtime-showcase-copy h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.runtime-showcase-copy p {
  color: #b3b3b3;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .runtime-showcase-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .header-container {
    width: 95%;
  }
  .nav {
    display: none;
  }
  .runtime-grid,
  .runtime-proof-grid {
    grid-template-columns: 1fr;
  }
  .runtime-content h1 {
    font-size: 40px;
  }
  .runtime-lead {
    font-size: 16px;
  }
}

/* Canonical tool/create shell */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}
.brand {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.runtime-tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  margin-top: 0 !important;
}
.create-hero-copy {
  min-width: 0;
  align-self: center;
}
.create-hero-visual {
  min-width: 0;
  margin: 0;
}
.create-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #181818;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}
.create-hero-visual figcaption {
  max-width: 62ch;
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
}
.handoff-card,
.content-section,
.final-cta {
  margin-top: 36px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
}
.section-header {
  max-width: 780px;
  margin-bottom: 22px;
}
.section-kicker {
  margin: 0 0 8px;
  color: #b9d99a !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-heading {
  margin: 0 0 10px;
}
.section-sub {
  margin: 0;
  line-height: 1.75;
}
.prompt-form {
  display: grid;
  gap: 16px;
}
.prompt-form textarea {
  width: 100%;
  min-height: 140px;
  padding: 18px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  outline: none;
  background: #181818;
  color: #fff;
  font: inherit;
  line-height: 1.6;
}
.prompt-form textarea:focus {
  border-color: rgba(185, 217, 154, 0.6);
  box-shadow: 0 0 0 3px rgba(185, 217, 154, 0.1);
}
.prompt-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.handoff-chip {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #d8d8d8;
  cursor: pointer;
  text-align: left;
}
.handoff-chip-label {
  display: block;
  overflow: visible;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}
.handoff-chip:hover {
  border-color: rgba(185, 217, 154, 0.45);
  color: #fff;
}
.workflow-grid,
.outputs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.workflow-step,
.output-item {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.14);
}
.workflow-step h3,
.output-card h3,
.trust-section h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 18px;
}
.workflow-step p,
.output-card p {
  margin: 0;
  line-height: 1.7;
}
.output-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(185, 217, 154, 0.2);
  border-radius: 14px;
  background: rgba(185, 217, 154, 0.07);
  color: #b9d99a;
}
.output-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.trust-section > div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.14);
}
.trust-section li {
  line-height: 1.6;
}
.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.faq-answer {
  padding: 0 0 20px;
}
.faq-answer p {
  margin: 0;
  line-height: 1.75;
}
.final-cta {
  text-align: center;
}
.final-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  line-height: 1.75;
}
.runtime-footer {
  padding: 30px 20px;
}
.runtime-footer-inner {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.runtime-footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.runtime-footer p {
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 720px) {
  .runtime-tool-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 34px;
  }
  .handoff-card,
  .content-section,
  .final-cta {
    padding: 22px;
    border-radius: 22px;
  }
  .workflow-grid,
  .outputs-grid,
  .trust-section,
  .prompt-chips {
    grid-template-columns: 1fr;
  }
  .runtime-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Seele Design Contract v1 migration overlay. */
/* Seele v1 Tool/Create page composition. Shared tokens come from seele-foundation-v1.css. */
.feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 24px;
}
.seele-brand {
  color: var(--seele-ink-0);
  font: 700 20px/1 var(--seele-font-display);
  letter-spacing: 0.03em;
  text-decoration: none;
}
.feature-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}
.feature-nav a,
.footer-inner a {
  color: var(--seele-ink-2);
  text-decoration: none;
  font-size: 13px;
}
.feature-nav a:hover,
.footer-inner a:hover {
  color: var(--seele-soul-bright);
}
.feature-header-cta {
  min-height: 40px;
  font-size: 13px;
}
.seele-skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 16px;
  padding: 10px 14px;
  background: var(--seele-soul);
  color: var(--seele-soul-ink);
  font-weight: 700;
}
.seele-skip-link:focus {
  top: 12px;
}
.feature-hero {
  border-bottom: 1px solid var(--seele-line-2);
}
.feature-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: center;
  min-height: 640px;
  padding-block: clamp(72px, 10vw, 140px);
}
.feature-hero-copy {
  min-width: 0;
}
.feature-title {
  max-width: 780px;
  margin-top: 24px;
  font-size: clamp(42px, 6vw, 76px);
}
.feature-title .hero-title-highlight,
.feature-cta .cta-title-highlight {
  color: var(--seele-soul);
  font-style: italic;
}
.feature-subtitle {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--seele-ink-2);
  font-size: 18px;
  line-height: 1.65;
}
.feature-proof-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  color: var(--seele-ink-3);
  font: 12px/1.4 var(--seele-font-mono);
}
.feature-proof-line span:first-child {
  color: var(--seele-soul);
}
.handoff-card {
  padding: 28px;
}
.handoff-kicker {
  margin: 0 0 12px;
  color: var(--seele-soul-bright);
  font: 12px/1 var(--seele-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.handoff-card h2 {
  margin: 0;
  color: var(--seele-ink-0);
  font: 500 clamp(24px, 3vw, 34px)/1.1 var(--seele-font-display);
}
.handoff-card p {
  color: var(--seele-ink-2);
}
.handoff-card textarea {
  display: block;
  width: 100%;
  resize: vertical;
  padding: 14px;
  border: 1px solid var(--seele-line-1);
  border-radius: var(--seele-r-2);
  background: var(--seele-bg-base);
  color: var(--seele-ink-1);
  font: 14px/1.55 var(--seele-font-body);
}
.handoff-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}
.handoff-chips .prompt-chip {
  padding: 7px 10px;
  border: 1px solid var(--seele-line-2);
  border-radius: var(--seele-r-full);
  color: var(--seele-ink-2);
  font-size: 12px;
}
.handoff-submit {
  width: 100%;
  margin-top: 10px;
}
.feature-section--raised {
  background: color-mix(in oklch, var(--seele-bg-base) 74%, transparent);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}
.section-heading h2,
.trust-grid h2,
.feature-cta h2 {
  margin: 18px 0 0;
  color: var(--seele-ink-0);
  font: 500 clamp(30px, 4vw, 52px)/1.05 var(--seele-font-display);
  letter-spacing: -0.035em;
}
.section-heading > p:last-child {
  color: var(--seele-ink-2);
}
.workflow-grid,
.outputs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.workflow-step,
.output-card,
.content-card {
  min-height: 180px;
  padding: 24px;
  border-top: 1px solid var(--seele-line-1);
  border-bottom: 1px solid var(--seele-line-2);
  background: color-mix(in oklch, var(--seele-bg-raised) 52%, transparent);
}
.workflow-step strong {
  color: var(--seele-soul);
  font: 12px/1 var(--seele-font-mono);
}
.workflow-step h3,
.output-card h3,
.trust-columns h3,
.faq-item h3 {
  margin: 32px 0 10px;
  color: var(--seele-ink-0);
  font: 500 20px/1.2 var(--seele-font-display);
}
.workflow-step p,
.output-card p,
.trust-columns li,
.faq-item p {
  margin: 0;
  color: var(--seele-ink-2);
}
.trust-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 64px;
}
.trust-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.trust-columns ul {
  margin: 0;
  padding-left: 20px;
}
.faq-shell {
  max-width: 900px;
}
.faq-list {
  border-top: 1px solid var(--seele-line-1);
}
.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--seele-line-2);
}
.faq-item h3 {
  margin: 0 0 8px;
}
.feature-cta {
  border-top: 1px solid var(--seele-line-1);
}
.feature-cta-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.feature-cta-inner > div {
  max-width: 700px;
}
.feature-content {
  padding-block: 0;
}
.feature-content:empty {
  display: none;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 120px;
}
.footer-inner p {
  margin: 0;
  color: var(--seele-ink-3);
  font-size: 13px;
}
.footer-inner nav {
  display: flex;
  gap: 18px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 860px) {
  .feature-nav {
    gap: 14px;
  }
  .feature-hero-grid,
  .trust-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .feature-hero-copy {
    padding-bottom: 0;
  }
  .workflow-grid,
  .outputs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .feature-nav {
    display: none;
  }
  .feature-header-cta {
    display: none;
  }
  .feature-hero-grid {
    padding-block: 64px;
  }
  .workflow-grid,
  .outputs-grid,
  .trust-columns {
    grid-template-columns: 1fr;
  }
  .feature-cta-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-inner {
    padding-block: 28px;
  }
  .footer-inner nav {
    flex-wrap: wrap;
  }
}

/* Cinematic acquisition hero: verified media becomes the stage behind the handoff. */
.feature-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--seele-bg-void);
}
.feature-hero.has-hero-background {
  background-image: none;
}
.feature-hero.has-hero-background::before {
  position: absolute;
  z-index: -2;
  inset: -2%;
  background-image: var(--feature-hero-image);
  background-position: center;
  background-size: cover;
  content: '';
  filter: saturate(1.06) contrast(1.05) brightness(0.78);
  transform: scale(1.02);
}
.feature-hero.has-hero-background::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(10, 13, 10, 0.9) 0%,
      rgba(10, 13, 10, 0.54) 31%,
      rgba(10, 13, 10, 0.12) 62%,
      rgba(10, 13, 10, 0.3) 100%
    ),
    linear-gradient(
      0deg,
      rgba(10, 13, 10, 0.94) 0%,
      rgba(10, 13, 10, 0.28) 42%,
      rgba(10, 13, 10, 0.04) 75%
    ),
    radial-gradient(circle at 18% 28%, rgba(185, 217, 154, 0.09) 0 1px, transparent 1.5px);
  background-size:
    auto,
    auto,
    7px 7px;
  content: '';
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
}
.feature-hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: inherit;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 40px);
  align-content: end;
  align-items: end;
  padding: clamp(84px, 10vw, 132px) max(24px, calc((100% - var(--seele-w-page)) / 2))
    clamp(40px, 6vw, 72px);
}
.feature-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 1;
  align-self: end;
  max-width: 800px;
  padding-bottom: 16px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.62);
}
.feature-title {
  max-width: 14ch;
}
.feature-subtitle,
.feature-direct-answer {
  color: rgba(244, 248, 241, 0.9);
}
.feature-hero-copy::before {
  position: absolute;
  z-index: -1;
  inset: -48px -80px;
  background: radial-gradient(
    ellipse at left,
    rgba(10, 13, 10, 0.78),
    rgba(10, 13, 10, 0.38) 42%,
    transparent 72%
  );
  content: '';
  pointer-events: none;
}
.create-hero-visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  margin: 0;
}
.create-hero-visual::after {
  display: none;
  content: '';
}
.feature-hero.has-hero-background .create-hero-visual {
  opacity: 0;
}
.create-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  object-fit: cover;
  object-position: center;
  transform: none;
}
.create-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 56px);
  bottom: 18px;
  max-width: min(48ch, 46vw);
  margin: 0;
  color: rgba(244, 248, 241, 0.68);
  text-align: right;
}
.handoff-card {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 2;
  align-self: end;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(20px, 2.5vw, 28px);
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(13, 16, 13, 0.9);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}
.handoff-copy,
.handoff-form {
  min-width: 0;
}
.handoff-copy > p:not(.handoff-kicker) {
  margin-block: 12px 0;
  font-size: 14px;
  line-height: 1.5;
}
.handoff-card h2 {
  font-size: clamp(24px, 2.4vw, 30px);
}
.handoff-card textarea {
  min-height: 84px;
  max-height: 120px;
}
.handoff-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.handoff-chip {
  min-width: 0;
  padding: 10px 12px;
}
.handoff-chip-copy {
  display: block;
  min-width: 0;
}
.handoff-chip-label {
  display: block;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
  -webkit-line-clamp: unset;
}
.handoff-chip-description {
  display: block;
  margin-top: 4px;
  color: var(--seele-ink-3);
  font-size: 12px;
  line-height: 1.4;
}
.handoff-chip.is-selected,
.handoff-chip[aria-pressed='true'] {
  border-color: var(--seele-soul-bright);
  background: color-mix(in oklch, var(--seele-soul) 12%, transparent);
  color: var(--seele-ink-0);
  box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--seele-soul-bright) 62%, transparent);
}
.handoff-submit {
  min-height: 44px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.content-card {
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.content-card-link {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}
.content-card-link:hover {
  color: inherit;
}
.content-card-link h3 {
  margin: 0 0 10px;
}
.content-card-link p {
  margin: 0;
  color: var(--seele-ink-2);
  line-height: 1.65;
}
.content-card-cta {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--seele-soul-bright);
  font-size: 13px;
  font-weight: 600;
}
.content-card-thumb-wrap {
  width: calc(100% + 48px);
  max-width: none;
  margin: -24px -24px 20px;
  overflow: hidden;
}
.content-card-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.faq-item > summary {
  list-style: none;
}
.faq-item > summary::-webkit-details-marker {
  display: none;
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}
.feature-title,
.feature-subtitle {
  will-change: transform, filter;
}
@media (prefers-reduced-motion: no-preference) {
  .feature-title {
    animation: feature-copy-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
  }
  .feature-subtitle {
    animation: feature-copy-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
  }
}
@keyframes feature-copy-rise {
  from {
    transform: translateY(18px);
    filter: blur(8px);
  }
  to {
    transform: translateY(0);
    filter: blur(0);
  }
}
.content-card-thumb-wrap {
  max-width: 100%;
  overflow: hidden;
}
.content-card-thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 900px) {
  .feature-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: end;
  }
  .feature-hero-copy,
  .handoff-card {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
  }
  .feature-hero-copy {
    max-width: 680px;
  }
  .handoff-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .feature-hero-grid {
    padding-block: 72px 32px;
  }
  .feature-title {
    font-size: clamp(36px, 11vw, 50px);
  }
  .feature-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }
  .feature-direct-answer {
    font-size: 15px;
    line-height: 1.55;
  }
  .handoff-card {
    padding: 20px;
  }
  .handoff-card textarea {
    min-height: 104px;
  }
  .handoff-chips {
    grid-template-columns: 1fr;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .create-hero-visual figcaption {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .feature-hero.has-hero-background::before {
    animation: feature-hero-stage-in 1.2s ease-out both;
  }
}
@keyframes feature-hero-stage-in {
  from {
    opacity: 0.72;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

/* IAP core hub pages use a readable editorial hero rather than the cinematic
   full-viewport composition. Keep the prompt handoff below the two-column
   introduction so the headline and visual remain balanced at desktop sizes. */
.iap-core-page .feature-hero {
  min-height: auto;
  overflow: hidden;
}
.iap-core-page .feature-hero-grid {
  width: min(var(--seele-w-page), calc(100% - 48px));
  max-width: var(--seele-w-page);
  min-height: auto;
  margin-inline: auto;
  padding: clamp(64px, 7vw, 96px) 0 clamp(48px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  grid-template-rows: auto auto;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.iap-core-page .feature-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 700px;
  padding: 0;
  align-self: center;
  text-shadow: none;
}
.iap-core-page .feature-hero-copy::before {
  display: none;
}
.iap-core-page .feature-title {
  max-width: 700px;
  font-size: clamp(44px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.iap-core-page .feature-subtitle {
  max-width: 620px;
}
.iap-core-page .create-hero-visual {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: clamp(340px, 34vw, 460px);
  border: 1px solid var(--seele-line-1);
  border-radius: var(--seele-r-3);
  background: var(--seele-bg-raised);
  box-shadow: var(--seele-shadow-2);
}
.iap-core-page .create-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.iap-core-page .create-hero-visual figcaption {
  right: 18px;
  bottom: 14px;
  max-width: calc(100% - 36px);
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(7, 9, 8, 0.76);
  text-align: left;
}
.iap-core-page .handoff-card {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}
@media (max-width: 900px) {
  .iap-core-page .feature-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 28px;
  }
  .iap-core-page .feature-hero-copy,
  .iap-core-page .create-hero-visual,
  .iap-core-page .handoff-card {
    grid-column: 1;
    grid-row: auto;
  }
  .iap-core-page .create-hero-visual {
    height: clamp(300px, 58vw, 430px);
  }
}
@media (max-width: 640px) {
  .iap-core-page .feature-hero-grid {
    width: min(100% - 32px, var(--seele-w-page));
    padding-block: 48px 40px;
  }
  .iap-core-page .feature-title {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.04;
  }
  .iap-core-page .create-hero-visual {
    height: 260px;
  }
}
