/*
Theme Name: FruitfulSaaS
Theme URI: https://fruitfulsaas.com
Author: Mateusz Kosobucki
Description: Creative outbound engineering for B2B SaaS. Custom one-page theme.
Version: 1.1.1
Requires PHP: 7.4
License: proprietary
Text Domain: fruitfulsaas
*/

  /* ============================================================
     FruitfulSaaS v0.3, full home page
     Strict monochrome: royal blue ground, white ink.
     ============================================================ */
  :root {
    --blue-900:  #0A1659;
    --blue-700:  #0F2385;
    --blue-500:  #1B2FB0;
    --ink:       #FFFFFF;
    --gold:      #F5C563;
    --coral:     #FF9E80;
    --muted:     rgba(255,255,255,0.66);
    --faint:     rgba(255,255,255,0.40);
    --line:      rgba(255,255,255,0.12);
    --line-soft: rgba(255,255,255,0.07);

    --display: "Inter Tight", "Inter", -apple-system, system-ui, sans-serif;
    --body:    "Inter", -apple-system, system-ui, "Helvetica Neue", sans-serif;
    --mono:    "JetBrains Mono", ui-monospace, "SF Mono", "Menlo", monospace;

    --shell: 1240px;
    --gutter: clamp(20px, 4vw, 56px);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: clip; }

  body {
    margin: 0;
    background: var(--blue-900);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  .ground {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(120% 120% at 0% 0%, var(--blue-500) 0%, var(--blue-700) 45%, var(--blue-900) 100%);
  }
  .ground::before {
    content: ""; position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
      linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(90% 70% at 50% 0%, #000 0%, transparent 78%);
    opacity: .55;
  }
  .ground::after {
    content: ""; position: absolute; inset: -50%; opacity: .15;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  }

  .shell {
    position: relative; z-index: 1;
    width: 100%; max-width: var(--shell);
    margin-inline: auto; padding-inline: var(--gutter);
  }

  .label {
    font-family: var(--mono); font-size: 12px;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--faint);
  }
  h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; text-wrap: balance; margin: 0; }
  /* editorial serif accent, one word per heading */
  h1 em, h2 em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic; font-weight: 500; letter-spacing: -0.01em;
    color: var(--gold);
  }
  section { position: relative; z-index: 1; scroll-margin-top: 86px; }

  /* full-bleed editorial photo strips, images dissolve into the ground */
  .bleed {
    position: relative; z-index: 1;
    height: clamp(340px, 52vh, 580px);
    margin-block: clamp(50px, 9vh, 110px) 0;
    overflow: hidden;
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  }
  .bleed img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: saturate(.82) contrast(1.06) brightness(.86);
    transform: scale(1.06);
  }
  .bleed::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(180deg, rgba(10,22,89,.55) 0%, rgba(10,22,89,0) 30%, rgba(10,22,89,0) 65%, rgba(10,22,89,.6) 100%),
      linear-gradient(90deg, rgba(10,22,89,.35), rgba(10,22,89,0) 40%);
  }
  .bleed::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: var(--blue-700); mix-blend-mode: color; opacity: .22;
  }
  .bleed-cap {
    position: absolute; left: 0; right: 0; bottom: 26px; z-index: 2;
    width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter);
    font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
    color: rgba(255,255,255,.85);
    display: flex; align-items: center; gap: 10px;
  }
  .bleed-cap::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: none; }
  @media (prefers-reduced-motion: no-preference) {
    .bleed img { animation: bleedDrift 24s ease-in-out infinite alternate; }
    @keyframes bleedDrift { from { transform: scale(1.06) translateY(-1.5%) } to { transform: scale(1.06) translateY(1.5%) } }
  }

  /* Clay-style section block: content lives in rounded panels, not on the void */
  .block {
    border: 1px solid var(--line-soft);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    padding: clamp(30px, 4.5vw, 62px);
  }
  .block .sec-head h2 { margin-block: 16px 14px; }
  .sec { padding-block: clamp(72px, 12vh, 150px) 0; }
  .sec-head { max-width: 780px; }
  .sec-head h2 { font-size: clamp(32px, 4.4vw, 58px); line-height: 1.03; margin-block: 16px 16px; }
  .sec-head p { color: var(--muted); margin: 0; max-width: 58ch; font-size: clamp(16px, 1.3vw, 18.5px); }

  /* reveal on scroll */
  .rv { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.25,1); }
  .rv.in { opacity: 1; transform: none; }
  .rv-d1 { transition-delay: .08s } .rv-d2 { transition-delay: .16s } .rv-d3 { transition-delay: .24s }

  /* ---------------- nav ---------------- */
  .navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    transition: background .3s, border-color .3s, backdrop-filter .3s;
    border-bottom: 1px solid transparent;
  }
  .navbar.scrolled {
    background: rgba(10,22,89,.72);
    backdrop-filter: blur(14px);
    border-bottom-color: var(--line-soft);
  }
  .navbar nav {
    max-width: var(--shell); margin-inline: auto; padding: 0 var(--gutter);
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
  }
  .brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
  .brand-mark { display: block; width: 27px; height: 26px; }
  .brand-word { font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -0.045em; }
  .nav-links { display: flex; align-items: center; gap: 28px; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 14.5px; transition: color .18s; }
  .nav-links a:hover { color: var(--ink); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: var(--body); font-size: 15px; font-weight: 600;
    padding: 13px 22px; border-radius: 9px;
    text-decoration: none; cursor: pointer;
    border: 1px solid transparent;
    transition: transform .16s, background .18s, border-color .18s, box-shadow .2s;
    white-space: nowrap;
  }
  .btn-primary { background: var(--ink); color: #0A1030; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 34px rgba(255,255,255,.16); }
  .btn-ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.03); }
  .btn-ghost:hover { border-color: rgba(255,255,255,.34); transform: translateY(-2px); }
  .btn-sm { padding: 9px 16px; font-size: 14px; }
  a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px;
  }

  /* ---------------- hero ---------------- */
  .hero { position: relative; padding-block: clamp(130px, 18vh, 190px) clamp(70px, 11vh, 130px); }
  /* brand grape, cropped at the right edge like the LinkedIn posts */
  .hero-grape {
    position: absolute; z-index: 0; pointer-events: none;
    right: calc(-1 * clamp(240px, 30vw, 560px));
    top: 50%; translate: 0 -55%;
    width: clamp(620px, 62vw, 1150px); aspect-ratio: 1;
    animation: grapeFloat 14s ease-in-out infinite alternate;
  }
  @keyframes grapeFloat { from { transform: rotate(-2deg) } to { transform: rotate(3deg) translateY(-18px) } }
  .hero-inner { position: relative; z-index: 2; max-width: 680px; }
  .hero h1 { font-size: clamp(46px, 7.2vw, 94px); line-height: .95; margin-block: 22px 26px; }
  .hero p.sub { font-size: clamp(17px, 1.35vw, 19px); color: var(--muted); max-width: 56ch; margin: 0 0 34px; }

  /* page-load choreography, Apple pacing: one calm sequence, no scatter */
  .intro { opacity: 0; transform: translateY(26px); animation: introUp .9s cubic-bezier(.2,.7,.2,1) forwards; }
  .intro-1 { animation-delay: .05s } .intro-2 { animation-delay: .5s }
  .intro-3 { animation-delay: .68s } .intro-4 { animation-delay: .86s }
  @keyframes introUp { to { opacity: 1; transform: none } }
  .hero-grape { opacity: 0; animation: grapeIn 1.6s cubic-bezier(.2,.7,.2,1) .3s forwards, grapeFloat 14s ease-in-out 1.9s infinite alternate; }
  @keyframes grapeIn { from { opacity: 0; transform: scale(.94) rotate(-5deg) } to { opacity: 1; transform: scale(1) rotate(-2deg) } }
  /* headline words rise out of a masked line */
  .hero h1 .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .06em; margin-bottom: -.06em; }
  .hero h1 .wi { display: inline-block; transform: translateY(112%); animation: wordUp .85s cubic-bezier(.16,.8,.24,1) forwards; animation-delay: var(--d, .1s); }
  @keyframes wordUp { to { transform: none } }

  /* signal ticker, the machine never sleeps */
  .ticker {
    position: relative; z-index: 1;
    border-block: 1px solid var(--line-soft);
    padding-block: 13px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  }
  .ticker-track {
    display: flex; gap: 0; width: max-content;
    animation: tick 42s linear infinite;
  }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  @keyframes tick { to { transform: translateX(-50%) } }
  .ticker span {
    font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--faint); white-space: nowrap; padding-right: 18px;
  }
  .ticker b { color: var(--muted); font-weight: 500; }
  .ticker i { font-style: normal; color: rgba(255,255,255,.2); padding-right: 18px; }

  /* cursor spotlight on cards */
  .spot { position: relative; }
  .spot::after {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.09), transparent 65%);
    opacity: 0; transition: opacity .35s;
  }
  .spot:hover::after { opacity: 1; }

  /* buttons: arrow slides in on hover */
  .btn .ar { display: inline-block; transition: transform .25s cubic-bezier(.2,.7,.3,1); }
  .btn:hover .ar { transform: translateX(4px); }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
  .built { margin-top: 22px; font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; color: var(--faint); display: flex; align-items: center; gap: 9px; }
  .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(245,197,99,.55); animation: ping 2.6s ease-out infinite; }
  @keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(245,197,99,.5) } 70% { box-shadow: 0 0 0 9px rgba(245,197,99,0) } 100% { box-shadow: 0 0 0 0 rgba(245,197,99,0) } }

  /* stack strip with logos */
  .stack {
    position: relative; z-index: 2;
    border-top: 1px solid var(--line);
    padding-top: 26px; margin-top: clamp(44px, 7vh, 80px);
    display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); flex-wrap: wrap;
  }
  .stack .label { flex: none; }
  .logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(22px, 3.4vw, 48px); }
  .logo { display: flex; align-items: center; gap: 9px; opacity: .6; transition: opacity .25s, transform .25s; }
  .logo:hover { opacity: 1; transform: translateY(-2px); }
  /* real brand assets forced to white ink */
  .logo img { display: block; height: 22px; width: auto; filter: brightness(0) invert(1); }
  .logo img.tall { height: 26px; }
  .logo img.mark { height: 20px; }
  .logo .wm { font-family: var(--display); font-weight: 700; font-size: 16.5px; letter-spacing: -.02em; color: var(--ink); }

  /* ---------------- problem ---------------- */
  .fails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
  .fail {
    border: 1px solid var(--line); border-radius: 14px;
    padding: 26px 24px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
    transition: transform .25s, border-color .25s;
  }
  .fail:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.26); }
  .fail .n { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; color: var(--faint); }
  .fail h3 { font-size: 22px; margin-block: 10px 8px; }
  .fail p { color: var(--muted); font-size: 15px; margin: 0; }
  .problem-close {
    margin-top: 40px; font-family: var(--display); font-weight: 800;
    font-size: clamp(22px, 2.6vw, 34px); letter-spacing: -.03em; max-width: 30ch; line-height: 1.15;
  }
  .problem-close span { color: var(--muted); }

  /* ---------------- machine ---------------- */
  /* Clay-style stacked machine stages */
  .mstage {
    display: grid; grid-template-columns: minmax(250px, 360px) 1fr;
    gap: clamp(24px, 4vw, 56px); align-items: center;
    border: 1px solid var(--line-soft); border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
    padding: clamp(22px, 3vw, 40px);
    margin-top: 16px;
  }
  .mstage:first-of-type { margin-top: 46px; }
  .mstage > * { min-width: 0; }
  .mstage.alt { grid-template-columns: 1fr minmax(250px, 360px); }
  .mstage.alt .m-copy { order: 2; }
  .m-copy .m-n { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; color: var(--gold); }
  .m-copy h3 { font-size: clamp(21px, 2.1vw, 27px); margin-top: 8px; letter-spacing: -.03em; }
  .m-copy p { font-size: 15px; color: var(--muted); margin: 10px 0 0; max-width: 36ch; }
  .m-art {
    border: 1px solid var(--line); border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    overflow: hidden;
  }
  .panel-bar {
    height: 38px; border-bottom: 1px solid var(--line-soft);
    display: flex; align-items: center; gap: 8px; padding-inline: 14px;
    font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em;
    text-transform: uppercase; color: var(--faint);
    background: rgba(255,255,255,.03);
  }
  .panel-bar .pip { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }

  .stage { position: relative; padding: 20px; }

  .feed { display: flex; flex-direction: column; gap: 9px; }
  .feed-row {
    display: grid; grid-template-columns: 74px 1fr auto; gap: 14px; align-items: center;
    padding: 12px 14px; border: 1px solid var(--line-soft); border-radius: 9px;
    background: rgba(255,255,255,.035);
    opacity: 0; transform: translateY(-10px);
  }
  .stage.on .feed-row { animation: rowIn .5s cubic-bezier(.2,.7,.3,1) forwards; }
  .stage.on .feed-row:nth-child(1) { animation-delay: .06s } .stage.on .feed-row:nth-child(2) { animation-delay: .20s }
  .stage.on .feed-row:nth-child(3) { animation-delay: .34s } .stage.on .feed-row:nth-child(4) { animation-delay: .48s }
  .stage.on .feed-row:nth-child(5) { animation-delay: .62s }
  @keyframes rowIn { to { opacity: 1; transform: none } }
  .feed-kind {
    font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
    color: var(--ink); border: 1px solid rgba(255,255,255,.32); border-radius: 4px;
    padding: 3px 0; text-align: center; background: rgba(255,255,255,.09);
  }
  .feed-txt { font-size: 14.5px; } .feed-txt b { font-weight: 600; }
  .feed-time { font-family: var(--mono); font-size: 11.5px; color: var(--faint); }
  .stage-foot {
    margin-top: 16px;
    padding-top: 14px; border-top: 1px solid var(--line-soft);
    font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em;
    color: var(--faint); display: flex; gap: 18px; flex-wrap: wrap;
  }
  .stage-foot b { color: var(--ink); font-weight: 500; }

  .tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
  .tbl th {
    font-family: var(--mono); font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase;
    color: var(--faint); text-align: left; font-weight: 400;
    padding: 9px 10px; border-bottom: 1px solid var(--line); white-space: nowrap;
  }
  .tbl td { padding: 11px 10px; border-bottom: 1px solid var(--line-soft); vertical-align: top; overflow-wrap: anywhere; }
  .tbl td.fill { color: transparent; position: relative; }
  .tbl td.fill::after { content: ""; position: absolute; left: 10px; top: 50%; translate: 0 -50%; width: 46px; height: 8px; border-radius: 3px; background: rgba(255,255,255,.10); }
  .stage.on .tbl td.fill { animation: cellFill .01s linear forwards; }
  .stage.on .tbl td[data-col="2"] { animation-delay: .35s } .stage.on .tbl td[data-col="3"] { animation-delay: .75s }
  .stage.on .tbl td[data-col="4"] { animation-delay: 1.15s } .stage.on .tbl td[data-col="5"] { animation-delay: 1.55s }
  @keyframes cellFill { to { color: inherit } }
  .stage.on .tbl td.fill::after { animation: cellHide .18s linear forwards; animation-delay: inherit; }
  @keyframes cellHide { to { opacity: 0 } }
  .val-ok { color: var(--ink); font-family: var(--mono); font-size: 12px; }
  .val-fail { color: rgba(255,255,255,.4); font-family: var(--mono); font-size: 12px; text-decoration: line-through; }
  .waterfall { margin-top: 14px; font-family: var(--mono); font-size: 11.5px; color: var(--faint); display: flex; gap: 16px; flex-wrap: wrap; }
  .waterfall b { color: var(--ink); font-weight: 500; }

  .term { min-height: 380px; font-family: var(--mono); font-size: 13px; line-height: 1.72; color: rgba(255,255,255,.82); white-space: pre-wrap; overflow: hidden; }
  .term .pr { color: var(--ink); }
  .term .dim { color: var(--faint); }
  .term .hit { color: var(--ink); background: rgba(255,255,255,.16); padding: 1px 4px; border-radius: 3px; }
  .cursor { display: inline-block; width: 8px; height: 15px; translate: 0 2px; background: var(--ink); animation: blink 1s steps(2) infinite; }
  @keyframes blink { 50% { opacity: 0 } }

  .seq { display: flex; flex-direction: column; gap: 10px; }
  .seq-step {
    display: grid; grid-template-columns: 52px 1fr 64px; gap: 14px; align-items: center;
    padding: 13px 14px; border: 1px solid var(--line-soft); border-radius: 9px;
    background: rgba(255,255,255,.035);
    opacity: 0; transform: translateX(-10px);
  }
  .stage.on .seq-step { animation: stepIn .45s cubic-bezier(.2,.7,.3,1) forwards; }
  .stage.on .seq-step:nth-child(1) { animation-delay: .06s } .stage.on .seq-step:nth-child(2) { animation-delay: .18s }
  .stage.on .seq-step:nth-child(3) { animation-delay: .30s } .stage.on .seq-step:nth-child(4) { animation-delay: .42s }
  @keyframes stepIn { to { opacity: 1; transform: none } }
  .chan { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-align: center; padding: 5px 0; border-radius: 5px; border: 1px solid var(--line); color: var(--muted); }
  .chan.mail { border-color: rgba(255,255,255,.34); color: var(--ink); background: rgba(255,255,255,.08); }
  .seq-step .t { font-size: 14px; } .seq-step .t small { display: block; color: var(--faint); font-size: 12.5px; margin-top: 2px; }
  .seq-step .when { font-family: var(--mono); font-size: 11.5px; color: var(--faint); text-align: right; }
  .sends { margin-top: 16px; }
  .sends svg { width: 100%; height: 80px; display: block; }
  .sends .cap { font-family: var(--mono); font-size: 11px; color: var(--faint); letter-spacing: .1em; text-transform: uppercase; }

  .bars { display: flex; flex-direction: column; gap: 15px; margin-top: 4px; }
  .bar-row .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
  .bar-row .nm { font-size: 14px; }
  .bar-row .pc { font-family: var(--body); font-weight: 700; font-size: 13.5px; color: var(--muted); font-variant-numeric: tabular-nums; }
  .bar-row.win .pc { color: var(--gold); }
  .track { height: 9px; border-radius: 5px; background: rgba(255,255,255,.08); overflow: hidden; }
  .fillbar { height: 100%; width: 0; border-radius: 5px; background: rgba(255,255,255,.30); transition: width 1s cubic-bezier(.2,.7,.3,1); }
  .bar-row.win .fillbar { background: var(--gold); }
  .stage.on .fillbar { width: var(--w); }
  .loopback {
    margin-top: 20px; padding: 12px 14px; border-radius: 9px;
    border: 1px dashed rgba(245,197,99,.45); background: rgba(245,197,99,.07);
    font-family: var(--mono); font-size: 11.5px; letter-spacing: .05em; color: var(--gold);
    display: flex; align-items: center; gap: 10px;
  }
  .loop-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; border: 2px solid var(--gold); }

  /* ---------------- live play (inbox motion) ---------------- */
  .live-grid { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; margin-top: 50px; }
  .live-copy h3 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 12px; }
  .live-copy p { color: var(--muted); font-size: 16px; margin: 0 0 18px; }
  .live-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .live-steps li {
    display: flex; gap: 12px; align-items: baseline;
    font-size: 14.5px; color: var(--faint);
    transition: color .4s;
  }
  .live-steps li.on { color: var(--ink); }
  .live-steps .k { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; flex: none; width: 60px; }

  .inbox {
    border: 1px solid var(--line); border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    overflow: hidden; min-height: 460px;
    display: flex; flex-direction: column;
  }
  .inbox-bar {
    height: 40px; flex: none; border-bottom: 1px solid var(--line-soft);
    display: flex; align-items: center; gap: 8px; padding-inline: 15px;
    font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint);
    background: rgba(255,255,255,.03);
  }
  .inbox-bar .pip { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
  .inbox-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }

  .sig-chip {
    align-self: flex-start;
    font-family: var(--mono); font-size: 11.5px; letter-spacing: .07em;
    border: 1px solid rgba(255,255,255,.3); border-radius: 999px;
    padding: 7px 14px; color: var(--ink); background: rgba(255,255,255,.07);
    opacity: 0; transform: translateY(-8px); transition: opacity .5s, transform .5s;
  }
  .sig-chip.on { opacity: 1; transform: none; }

  .mail-card {
    border: 1px solid var(--line); border-radius: 12px;
    background: rgba(255,255,255,.05);
    padding: 16px 18px;
    opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .5s;
    max-width: 92%;
  }
  .mail-card.on { opacity: 1; transform: none; }
  .mail-meta { font-family: var(--mono); font-size: 11px; color: var(--faint); letter-spacing: .06em; display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
  .mail-subj { font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
  .mail-body { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.6; min-height: 66px; white-space: pre-wrap; }
  .mail-sent {
    align-self: flex-end; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--faint);
    opacity: 0; transition: opacity .5s;
  }
  .mail-sent.on { opacity: 1; }

  .typing-dots { align-self: flex-start; display: none; gap: 5px; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,.07); }
  .typing-dots.on { display: flex; }
  .typing-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.5); animation: tdot 1s infinite; }
  .typing-dots i:nth-child(2) { animation-delay: .16s } .typing-dots i:nth-child(3) { animation-delay: .32s }
  @keyframes tdot { 0%, 60%, 100% { transform: none; opacity: .4 } 30% { transform: translateY(-4px); opacity: 1 } }

  .reply-card {
    align-self: flex-start;
    border: 1px solid rgba(255,158,128,.45); border-radius: 12px;
    background: rgba(255,158,128,.10);
    padding: 14px 18px; font-size: 14.5px; max-width: 86%;
    opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .5s;
  }
  .reply-card.on { opacity: 1; transform: none; }
  .reply-card .who { font-family: var(--mono); font-size: 11px; color: var(--faint); margin-bottom: 6px; letter-spacing: .06em; }
  .booked {
    align-self: center; margin-top: 4px;
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
    color: #201202; background: var(--gold);
    border-radius: 999px; padding: 9px 18px; font-weight: 600;
    opacity: 0; transform: scale(.9); transition: opacity .5s, transform .5s cubic-bezier(.2,.8,.3,1.4);
  }
  .booked.on { opacity: 1; transform: none; }

  /* ---------------- plays ---------------- */
  .plays { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; perspective: 1200px; }
  .play {
    position: relative;
    border: 1px solid var(--line); border-radius: 16px;
    padding: 24px 22px;
    background: linear-gradient(165deg, rgba(255,255,255,.08), rgba(255,255,255,.02) 55%);
    transform-style: preserve-3d;
    transition: transform .25s ease, border-color .25s;
    overflow: hidden;
  }
  .play::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.12) 48%, transparent 62%);
    transform: translateX(-120%);
    transition: transform .8s ease;
    pointer-events: none;
  }
  .play:hover::before { transform: translateX(120%); }
  .play:hover { border-color: rgba(255,158,128,.45); }
  .play .no { position: absolute; top: 18px; right: 20px; font-family: var(--mono); font-size: 11px; color: var(--coral); letter-spacing: .1em; }
  .play h3 { font-size: 21px; margin-bottom: 14px; padding-right: 40px; }
  .play dl { margin: 0; display: grid; gap: 10px; }
  .play dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,158,128,.75); }
  .play dd { margin: 2px 0 0; font-size: 14px; color: rgba(255,255,255,.8); }

  /* ---------------- email diff ---------------- */
  .diff { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
  .email {
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    display: flex; flex-direction: column;
  }
  .email-bar { padding: 12px 16px; border-bottom: 1px solid var(--line-soft); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); display: flex; justify-content: space-between; }
  .email-body { padding: 20px; font-size: 14.5px; line-height: 1.7; flex: 1; }
  .email.bad { opacity: .78; }
  .email.bad .email-body { color: rgba(255,255,255,.55); }
  .email .cliché, .email .cliche { text-decoration: underline wavy rgba(255,255,255,.35) 1px; text-underline-offset: 3px; }
  .email.good .email-body { color: rgba(255,255,255,.88); white-space: pre-wrap; min-height: 210px; }
  .email-note { padding: 12px 16px; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 11.5px; color: var(--faint); letter-spacing: .05em; }
  .email.good .email-note { color: var(--gold); }

  /* ---------------- calculator ---------------- */
  .calc {
    margin-top: 48px;
    border: 1px solid var(--line); border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    display: grid; grid-template-columns: minmax(300px, 440px) 1fr;
    overflow: hidden;
  }
  .calc-in { padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 20px; }
  .calc-in h3 { font-size: 20px; margin-bottom: 4px; }
  .field label { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; color: var(--muted); margin-bottom: 7px; }
  .field label output { font-family: var(--body); font-weight: 700; color: var(--ink); font-size: 13.5px; font-variant-numeric: tabular-nums; }
  .field input[type=range] {
    width: 100%; appearance: none; height: 4px; border-radius: 3px;
    background: rgba(255,255,255,.14); outline: none;
  }
  .field input[type=range]::-webkit-slider-thumb {
    appearance: none; width: 17px; height: 17px; border-radius: 50%;
    background: var(--ink); cursor: pointer; border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
  }
  .calc-out { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 22px; }
  .gap-line { font-family: var(--display); font-weight: 800; font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -.02em; line-height: 1.25; }
  .gap-line b { border-bottom: 3px solid var(--gold); }
  .gap-chart { display: flex; flex-direction: column; gap: 14px; }
  .gbar .top { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
  .gbar .top output { font-family: var(--body); font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
  .gbar .track { height: 14px; border-radius: 7px; background: rgba(255,255,255,.08); overflow: hidden; }
  .gbar .fillbar { transition: width .7s cubic-bezier(.2,.7,.3,1); }
  .gbar.need .fillbar { background: var(--ink); }
  .gbar.now .fillbar { background: rgba(255,255,255,.32); }
  .req { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--line-soft); padding-top: 20px; }
  .req .v {
    font-family: var(--display); font-weight: 800;
    font-size: clamp(24px, 2.3vw, 32px); color: var(--gold);
    font-variant-numeric: tabular-nums lining-nums; letter-spacing: -.02em;
  }
  .req .k { font-family: var(--body); font-size: 12.5px; font-weight: 500; color: var(--faint); margin-top: 5px; }
  .calc-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
  .adv summary {
    cursor: pointer; list-style: none;
    font-size: 13.5px; font-weight: 600; color: var(--muted);
    padding-block: 4px; display: inline-flex; align-items: center; gap: 7px;
  }
  .adv summary::-webkit-details-marker { display: none; }
  .adv summary::before { content: "+"; font-weight: 700; color: var(--gold); }
  .adv[open] summary::before { content: "\2212"; }
  .adv summary:hover { color: var(--ink); }
  .adv .field { margin-top: 16px; }
  .adv-note { margin: 0; font-size: 12.5px; color: var(--faint); line-height: 1.5; }
  .adv[open] + .adv-note { display: none; }

  /* ---------------- photos, full colour to break the blue ---------------- */
  .collage {
    margin-top: 54px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.6vw, 30px);
    align-items: start;
  }
  .snap {
    position: relative; border-radius: 14px; overflow: hidden;
    border: 4px solid rgba(255,255,255,.92);
    box-shadow: 0 24px 60px rgba(3,7,35,.5);
    aspect-ratio: 4 / 5;
    transition: transform .35s cubic-bezier(.2,.7,.3,1);
  }
  .snap img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .snap .cap {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 14px 12px;
    background: linear-gradient(to top, rgba(8,12,50,.85), transparent);
    font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.92);
  }
  .snap.r1 { transform: rotate(-2.6deg); }
  .snap.r2 { transform: rotate(1.8deg) translateY(26px); }
  .snap.r3 { transform: rotate(-1.2deg) translateY(8px); }
  .snap:hover { transform: rotate(0deg) translateY(0) scale(1.02); }

  .side-photo {
    position: relative; border-radius: 14px; overflow: hidden;
    border: 4px solid rgba(255,255,255,.92);
    box-shadow: 0 24px 60px rgba(3,7,35,.5);
    transform: rotate(2.2deg);
    aspect-ratio: 4 / 5; max-width: 380px;
  }
  .side-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .cta-photo {
    position: absolute; right: clamp(10px, 6vw, 120px); bottom: 40px;
    width: clamp(150px, 14vw, 220px); aspect-ratio: 4 / 5;
    border-radius: 12px; overflow: hidden;
    border: 4px solid rgba(255,255,255,.92);
    box-shadow: 0 20px 50px rgba(3,7,35,.5);
    transform: rotate(4deg);
  }
  .cta-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 76px; }
  .proof-card {
    border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  }
  .proof-card .v {
    font-family: var(--display); font-weight: 800;
    font-size: clamp(32px, 3.6vw, 46px); letter-spacing: -.03em;
    font-variant-numeric: tabular-nums lining-nums; color: var(--gold);
  }
  .proof-card .k { color: var(--muted); font-size: 14.5px; margin-top: 8px; }
  .honest {
    margin-top: 26px; padding: 20px 24px;
    border: 1px dashed rgba(255,255,255,.28); border-radius: 12px;
    color: var(--muted); font-size: 15.5px; max-width: 72ch;
  }
  .honest b { color: var(--ink); }

  /* ---------------- founder ---------------- */
  .founder { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: clamp(30px, 5vw, 76px); align-items: center; margin-top: 40px; }
  .founder-copy h2 { font-size: clamp(30px, 3.8vw, 50px); line-height: 1.05; margin-block: 14px 18px; }
  .founder-copy p { color: var(--muted); font-size: 16.5px; margin: 0 0 16px; max-width: 54ch; }
  .founder-copy .sig { font-family: var(--mono); font-size: 12.5px; letter-spacing: .08em; color: var(--faint); margin-top: 22px; }
  .founder-ph {
    position: relative; border-radius: 18px; overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 28px 70px rgba(3,7,35,.5);
    aspect-ratio: 4 / 5;
    background: #14264e;
  }
  .founder-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .founder-ph .tag {
    position: absolute; left: 14px; bottom: 14px;
    font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
    background: rgba(8,12,50,.7); backdrop-filter: blur(6px);
    border: 1px solid var(--line); border-radius: 7px; padding: 8px 12px;
  }

  /* ---------------- testimonials ---------------- */
  .quotes-grid { display: grid; grid-template-columns: minmax(280px, 400px) 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; margin-top: 48px; }
  .quotes-ph {
    position: relative; border-radius: 16px; overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 28px 70px rgba(3,7,35,.5);
    aspect-ratio: 1 / 1;
  }
  .quotes-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .quote {
    border: 1px solid var(--line); border-radius: 14px;
    padding: 20px 20px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
    display: flex; flex-direction: column; gap: 12px;
  }
  .quote p { margin: 0; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.82); }
  .quote p::before { content: "\201C"; font-family: Georgia, serif; font-size: 26px; color: var(--gold); line-height: 0; vertical-align: -8px; margin-right: 4px; }
  .quote .who { font-size: 12.5px; color: var(--faint); font-weight: 600; }
  .quote .who b { color: var(--muted); font-weight: 700; }

  /* founder: seamless navy portrait + triathlon polaroid */
  .founder-vis { position: relative; }
  .founder-side {
    position: absolute; right: -18px; bottom: -30px;
    width: clamp(130px, 11vw, 180px); aspect-ratio: 1 / 1;
    border-radius: 12px; overflow: hidden;
    border: 4px solid rgba(255,255,255,.92);
    box-shadow: 0 18px 44px rgba(3,7,35,.55);
    transform: rotate(5deg);
  }
  .founder-side img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* ---------------- pricing ---------------- */
  .prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; align-items: stretch; }
  .price {
    border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
    display: flex; flex-direction: column; gap: 0;
    transition: transform .25s, border-color .25s;
  }
  .price:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.3); }
  .price.hero-price { background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.03)); border-color: rgba(255,255,255,.32); }
  .price .k { font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
  .price h3 { font-size: 24px; margin-block: 10px 4px; }
  .price .amount { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 2.8vw, 38px); letter-spacing: -.03em; margin-block: 10px 2px; color: var(--gold); font-variant-numeric: tabular-nums lining-nums; }
  .price .per { color: var(--faint); font-size: 13.5px; margin-bottom: 18px; }
  .price ul { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 9px; }
  .price li { font-size: 14.5px; color: rgba(255,255,255,.78); padding-left: 22px; position: relative; }
  .price li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 8px; height: 8px; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); }
  .price .btn { margin-top: auto; }

  /* ---------------- not for ---------------- */
  .notfor-grid { display: grid; grid-template-columns: 1fr minmax(240px, 360px); gap: clamp(30px, 5vw, 80px); align-items: center; }
  .notfor { margin-top: 44px; display: grid; gap: 0; border-top: 1px solid var(--line); max-width: 860px; }
  .notfor div { display: flex; gap: 18px; align-items: baseline; padding: 18px 4px; border-bottom: 1px solid var(--line-soft); }
  .notfor .x { font-family: var(--mono); color: var(--faint); flex: none; }
  .notfor p { margin: 0; font-size: 16.5px; }
  .notfor p span { color: var(--muted); font-size: 15px; display: block; }

  /* ---------------- faq ---------------- */
  .faq { margin-top: 44px; max-width: 860px; }
  .faq details { border-bottom: 1px solid var(--line-soft); }
  .faq summary {
    cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
    padding: 20px 4px; font-family: var(--display); font-weight: 700; font-size: 17.5px; letter-spacing: -.02em;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; font-family: var(--mono); font-size: 20px; color: var(--faint); transition: transform .25s; flex: none; }
  .faq details[open] summary::after { transform: rotate(45deg); }
  .faq .a { padding: 0 4px 20px; color: var(--muted); font-size: 15.5px; max-width: 68ch; }

  /* ---------------- footer cta + footer ---------------- */
  .footer-cta { position: relative; padding-block: clamp(90px, 15vh, 170px) clamp(70px, 10vh, 120px); text-align: center; }
  .footer-cta .label { justify-content: center; }
  .footer-cta h2 { font-size: clamp(38px, 6vw, 82px); line-height: .98; margin-block: 18px 20px; }
  .footer-cta p { color: var(--muted); max-width: 52ch; margin: 0 auto 34px; font-size: 17.5px; }
  .footer-cta .hero-cta { justify-content: center; }

  footer { border-top: 1px solid var(--line); position: relative; z-index: 1; }
  .foot-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px;
    padding-block: 54px 40px;
  }
  .foot-grid .label { margin-bottom: 14px; display: block; }
  .foot-grid a { display: block; color: var(--muted); text-decoration: none; font-size: 14.5px; padding-block: 5px; transition: color .18s; }
  .foot-grid a:hover { color: var(--ink); }
  .foot-brand p { color: var(--faint); font-size: 13.5px; max-width: 34ch; margin: 14px 0 0; }
  .foot-bottom {
    display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    padding-block: 22px 26px; border-top: 1px solid var(--line-soft);
    font-family: var(--mono); font-size: 12px; color: var(--faint); letter-spacing: .05em;
  }
  /* ---------------- responsive ---------------- */
  @media (max-width: 1020px) {
    .fails, .plays, .proof-grid, .prices { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 900px) {
    .nav-links a:not(.btn) { display: none; }
    .hero-grape { width: 420px; right: -220px; top: auto; bottom: -120px; translate: 0 0; }
    .notfor-grid { grid-template-columns: 1fr; }
    .side-photo { max-width: 300px; margin-inline: auto; }
    .cta-photo { display: none; }
    .mstage { grid-template-columns: 1fr; }
    .mstage.alt .m-copy { order: 0; }
    .tbl { font-size: 11.5px; }
    .tbl th:nth-child(n+4), .tbl td:nth-child(n+4) { display: none; }
    .live-grid, .calc, .founder, .diff, .quotes-grid { grid-template-columns: 1fr; }
    .quotes { grid-template-columns: 1fr; }
    .quotes-ph { max-width: 380px; }
    .founder-side { right: 8px; bottom: -20px; }
    .calc-in { border-right: 0; border-bottom: 1px solid var(--line-soft); }
    .founder { gap: 30px; }
    .founder-ph { order: -1; max-width: 420px; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .fails, .plays, .proof-grid, .prices, .req, .collage { grid-template-columns: 1fr; }
    .snap.r2, .snap.r3 { transform: rotate(1.4deg); }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
      animation-duration: .001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .001ms !important;
    }
    .rv { opacity: 1; transform: none; }
    .stage { opacity: 1; }
    .mq-track { animation: none; flex-wrap: wrap; width: auto; }
  }

  /* ---------------- subpages ---------------- */
  .page-hero { padding-block: clamp(120px, 16vh, 170px) clamp(30px, 5vh, 60px); }
  .page-hero h1 { font-size: clamp(38px, 5.6vw, 72px); line-height: 1.0; margin-block: 18px 16px; }
  .page-hero .sub { font-size: clamp(16.5px, 1.35vw, 19px); color: var(--muted); max-width: 60ch; margin: 0; }
  .playx { margin-top: 18px; }
  .playx .grid { display: grid; grid-template-columns: minmax(250px, 380px) 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
  .playx h3 { font-size: clamp(22px, 2.2vw, 28px); }
  .playx .m-n { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; color: var(--coral); }
  .playx dl { margin: 16px 0 0; display: grid; gap: 12px; }
  .playx dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--faint); }
  .playx dd { margin: 3px 0 0; font-size: 15px; color: rgba(255,255,255,.82); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
  .steps { margin-top: 44px; display: grid; gap: 0; border-top: 1px solid var(--line); max-width: 860px; }
  .steps div { display: flex; gap: 18px; align-items: baseline; padding: 18px 4px; border-bottom: 1px solid var(--line-soft); }
  .steps .n { font-family: var(--mono); color: var(--gold); flex: none; }
  .steps p { margin: 0; font-size: 16px; }
  .steps p span { color: var(--muted); font-size: 14.5px; display: block; }
  .cform { margin-top: 44px; }
  .cform .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .cform label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
  .cform input[type=text], .cform input[type=email], .cform textarea {
    width: 100%; box-sizing: border-box;
    background: rgba(255,255,255,.05); border: 1px solid var(--line);
    border-radius: 9px; padding: 13px 15px;
    color: var(--ink); font-family: var(--body); font-size: 15px;
    transition: border-color .2s, background .2s;
  }
  .cform input:focus, .cform textarea:focus { outline: none; border-color: rgba(245,197,99,.6); background: rgba(255,255,255,.08); }
  .cform textarea { min-height: 130px; resize: vertical; }
  .cform .field { margin-bottom: 16px; }
  .cform .note { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; color: var(--faint); margin-top: 14px; }
  .cform .hp { position: absolute; left: -9999px; opacity: 0; }
  .sent-ok {
    margin-top: 34px; padding: 16px 20px; border-radius: 11px;
    border: 1px solid rgba(245,197,99,.5); background: rgba(245,197,99,.08);
    color: var(--gold); font-size: 15px; font-weight: 600;
  }
  @media (max-width: 900px) { .playx .grid, .contact-grid, .cform .row { grid-template-columns: 1fr; } }
