/* Hero */
  .hero-wrap {
    background: linear-gradient(180deg, #FFF4EC 0%, #FFE8DC 100%);
    padding: 80px 0 72px;
    position: relative; overflow: hidden;
    border-bottom: 1px solid var(--line);
  }
  .hero-wrap::before {
    content: ""; position: absolute; width: 900px; height: 900px; border-radius: 50%;
    background: radial-gradient(circle, rgba(31,158,149,0.1), transparent 70%);
    top: -450px; left: -260px; pointer-events: none;
  }
  .hero-wrap::after {
    content: ""; position: absolute; width: 800px; height: 800px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,122,58,0.14), transparent 70%);
    bottom: -350px; right: -220px; pointer-events: none;
  }
  .hero-inner { position: relative; z-index: 2; text-align: center; }
  .hero-kicker {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--teal-600); margin-bottom: 20px;
  }
  h1.hero-title {
    font-size: 60px; font-weight: 800; letter-spacing: -0.045em;
    line-height: 1.02; margin-bottom: 18px;
  }
  h1.hero-title em { font-style: normal; color: var(--orange-500); }
  .hero-sub {
    font-family: "Inter Tight", sans-serif;
    font-size: 20px; font-weight: 400; color: var(--ink-2);
    line-height: 1.45; max-width: 640px; margin: 0 auto;
  }

  /* Buttons */
  .cta-buttons { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
  .cta-buttons .wp-block-button__link {
    font-family: "Inter Tight", sans-serif;
    font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
    padding: 14px 26px; border-radius: 10px; text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  }
  .btn-primary .wp-block-button__link {
    background: var(--ink); color: #fff;
    box-shadow: 0 10px 24px -12px rgba(28,35,48,0.6);
  }
  .btn-primary .wp-block-button__link:hover { transform: translateY(-2px); background: var(--charcoal); }
  .btn-secondary .wp-block-button__link {
    background: #fff; color: var(--ink); border: 1px solid var(--line);
  }
  .btn-secondary .wp-block-button__link:hover { transform: translateY(-2px); border-color: var(--teal-600); color: var(--teal-600); }

  /* Section heads */
  .section-head { text-align: center; margin-bottom: 48px; }
  .section-head .eyebrow {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--teal-600); margin-bottom: 14px;
  }
  .section-head .section-title { font-size: 42px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; margin-bottom: 14px; }
  .section-head .section-sub {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px; color: var(--ink-2); max-width: 620px; margin: 0 auto; line-height: 1.5;
  }

  /* Demo */
  .demo-section { padding: 88px 0 72px; }
  .mock-browser {
    max-width: 1000px; margin: 0 auto;
    background: var(--charcoal); border-radius: 16px; overflow: hidden;
    box-shadow: 0 30px 60px -22px rgba(0,0,0,0.42);
  }
  .browser-header {
    display: grid; grid-template-columns: 60px 1fr 60px; align-items: center;
    padding: 12px 16px;
    background: #0b0d11; border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .browser-dots { display: flex; gap: 6px; }
  .browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.16); }
  .browser-url {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-family: "JetBrains Mono", monospace; font-size: 12px;
    color: rgba(255,255,255,0.45); letter-spacing: 0.04em;
  }
  .mock-browser .demo-video { margin: 0; }
  .mock-browser .demo-video video { width: 100%; height: auto; display: block; background: #000; }
  .demo-note {
    max-width: 1000px; margin: 20px auto 0;
    font-size: 13px; color: var(--ink-3); text-align: center; line-height: 1.6;
  }
  .demo-note a { color: var(--teal-600); font-weight: 600; text-decoration: none; }
  .demo-note a:hover { text-decoration: underline; }

  /* The three bad options */
  .options-section { padding: 24px 0 88px; }
  .options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .option-card {
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: 28px 26px; position: relative;
  }
  .option-card .option-num {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-4); margin-bottom: 12px;
  }
  .option-card h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px; }
  .option-card p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }
  /* Option 3 is the one this audience actually uses, so it carries the accent. */
  .option-card.accent { border-color: rgba(240,122,58,0.4); background: var(--peach-soft); }
  .option-card.accent .option-num { color: var(--orange-500); }
  .options-punchline {
    max-width: 780px; margin: 36px auto 0; text-align: center;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px; color: var(--ink-2); line-height: 1.55;
  }
  .options-punchline strong { color: var(--ink); font-weight: 600; }

  /* Release */
  .release-section { padding: 72px 0; background: var(--off-white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .release-card {
    max-width: 760px; margin: 0 auto;
    background: #fff; border: 1px solid var(--line); border-radius: 20px;
    padding: 56px 56px 48px;
    box-shadow: 0 18px 40px -24px rgba(28,35,48,0.18);
  }
  .release-label {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--orange-500); margin-bottom: 16px;
  }
  .release-title { font-size: 36px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.1; margin-bottom: 14px; }
  .release-standfirst {
    font-family: "Inter Tight", sans-serif;
    font-size: 19px; color: var(--ink-2); line-height: 1.45; margin-bottom: 24px;
  }
  .release-dateline {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-3);
    padding-bottom: 24px; margin-bottom: 24px;
    border-bottom: 1px solid var(--line-2);
  }
  .release-card p { font-size: 16px; color: var(--ink-2); line-height: 1.75; margin-bottom: 20px; }
  .release-card ul { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 14px; }
  .release-card ul li {
    position: relative; padding-left: 20px;
    font-size: 16px; color: var(--ink-2); line-height: 1.65;
  }
  .release-card ul li::before {
    content: ""; position: absolute; left: 0; top: 11px;
    width: 8px; height: 2px; border-radius: 2px; background: var(--teal-600);
  }
  .release-card ul li strong { color: var(--ink); font-weight: 600; }
  code {
    font-family: "JetBrains Mono", monospace; font-size: 0.86em;
    padding: 2px 6px; border-radius: 5px;
    background: rgba(31,158,149,0.1); color: var(--teal-600);
  }
  .release-card h3 {
    font-size: 20px; font-weight: 700; letter-spacing: -0.02em;
    margin: 36px 0 14px;
  }
  .release-quote {
    margin: 32px 0; padding: 24px 28px;
    background: var(--peach-soft); border-left: 3px solid var(--orange-500);
    border-radius: 0 12px 12px 0;
  }
  .release-quote p {
    font-family: "Inter Tight", sans-serif;
    font-size: 17px; color: var(--ink); line-height: 1.6; margin-bottom: 14px;
  }
  .release-quote cite {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-3); font-style: normal;
  }

  /* Fast facts */
  .facts-section { padding: 88px 0; }
  .facts-table { max-width: 820px; margin: 0 auto; }
  .facts-table table {
    width: 100%; border-collapse: collapse;
    background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  }
  .facts-table td {
    padding: 14px 22px; border: 0; border-bottom: 1px solid var(--line-2);
    font-size: 15px; color: var(--ink-2); line-height: 1.5; vertical-align: top;
  }
  .facts-table tr:last-child td { border-bottom: 0; }
  .facts-table td:first-child {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--ink-3); width: 240px; white-space: nowrap;
  }
  .facts-table a { color: var(--teal-600); font-weight: 600; text-decoration: none; }
  .facts-table a:hover { text-decoration: underline; }

  .not-card {
    max-width: 820px; margin: 32px auto 0;
    background: var(--peach-soft); border: 1px solid var(--orange-100);
    border-radius: 16px; padding: 28px 32px;
  }
  .not-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
  .not-head h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }
  .not-intro { font-size: 14px; color: var(--ink-3); margin-bottom: 16px; }
  .not-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .not-list li {
    position: relative; padding-left: 22px;
    font-size: 15px; color: var(--ink-2); line-height: 1.55;
  }
  .not-list li::before {
    content: ""; position: absolute; left: 0; top: 10px;
    width: 10px; height: 2px; border-radius: 2px; background: var(--orange-500);
  }

  /* Assets */
  .assets-section { padding: 88px 0; background: var(--off-white); border-top: 1px solid var(--line); }
  .assets-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  }
  .asset-card {
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: 20px; display: flex; flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  }
  .asset-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -16px rgba(28,35,48,0.16); border-color: rgba(31,158,149,0.3); }
  .asset-preview {
    height: 128px; margin-bottom: 18px; border-radius: 12px; overflow: hidden;
    background: var(--cream); border: 1px solid var(--line-2);
    display: flex; align-items: center; justify-content: center;
  }
  /* Contain, not cover: a press kit should show the asset itself, not a crop. */
  .asset-preview .asset-thumb { margin: 0; width: 100%; height: 100%; padding: 12px; }
  .asset-preview .asset-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
  .asset-card h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
  .asset-card p { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin-bottom: 16px; }
  .asset-links { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
  .asset-links a {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px; letter-spacing: 0.06em;
    padding: 6px 12px; border-radius: 99px;
    background: rgba(31,158,149,0.1); color: var(--teal-600);
    text-decoration: none; transition: background 0.15s, color 0.15s;
  }
  .asset-links a:hover { background: var(--teal-600); color: #fff; }

  /* Contact */
  .contact-section { padding: 88px 0; background: var(--off-white); }
  .contact-card {
    max-width: 760px; margin: 0 auto; text-align: center;
    background: var(--charcoal); color: rgba(255,255,255,0.72);
    border-radius: 20px; padding: 56px 48px;
  }
  .contact-card h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.03em; color: #fff; margin-bottom: 16px; }
  .contact-card p { font-size: 16px; line-height: 1.7; max-width: 560px; margin: 0 auto; }
  .contact-card a { color: var(--teal-400); font-weight: 600; text-decoration: none; }
  .contact-card a:hover { text-decoration: underline; }
  .contact-card .btn-secondary .wp-block-button__link { background: transparent; color: #fff; border-color: rgba(255,255,255,0.25); }
  .contact-card .btn-secondary .wp-block-button__link:hover { border-color: var(--teal-400); color: var(--teal-400); text-decoration: none; }
  .contact-card .btn-primary .wp-block-button__link { background: var(--teal-600); }
  .contact-card .btn-primary .wp-block-button__link:hover { background: var(--teal-500); text-decoration: none; }

  /* Responsive */
  @media (max-width: 1024px) {
    .assets-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 720px) {
    .hero-wrap { padding: 56px 0 48px; }
    h1.hero-title { font-size: 38px; }
    .hero-sub { font-size: 17px; }
    .section-head .section-title { font-size: 30px; }
    .demo-section, .facts-section, .assets-section, .contact-section { padding: 56px 0; }
    .options-section { padding: 8px 0 56px; }
    .options-grid { grid-template-columns: 1fr; }
    .options-punchline { font-size: 16px; text-align: left; }
    .release-section { padding: 48px 0; }
    .release-card { padding: 32px 24px; }
    .release-title { font-size: 27px; }
    .browser-url span { display: none; }
    .facts-table td { display: block; }
    .facts-table td:first-child { width: auto; padding-bottom: 2px; border-bottom: 0; }
    .facts-table td:last-child { padding-top: 0; }
    .assets-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 40px 24px; }
    .contact-card h2 { font-size: 26px; }
  }
