/* G.Export — ultra-matte, bilateral symmetry (50/50), zero gloss */

:root {
  --bg: #121211;
  --ash: #7a7a74;
  --mist: #a8a8a0;
  --ink: #e8e8e4;
  --accent: #e23a1a;
  --accent-ink: #121211;
  --font-display: Syne, "Segoe UI", sans-serif;
  --font: Outfit, "Segoe UI", sans-serif;
  --pad: clamp(1.25rem, 4vw, 3.5rem);
  --rail: min(1180px, 100%);
  --gap: clamp(2rem, 6vw, 5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.matte {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- shared 50/50 split ---- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--gap);
  align-items: center;
  width: 100%;
}

.split-left {
  text-align: left;
  justify-self: stretch;
}

.split-right {
  text-align: left;
  justify-self: stretch;
}

/* ---- top: mark left · nav right (balanced bar) ---- */
.top {
  position: relative;
  z-index: 2;
  width: var(--rail);
  margin: 0 auto;
  padding: var(--pad);
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: var(--gap);
}

/* Official plugin logo — vectorized from logo_wordmark_white.png (no redraw) */
.brand-plate {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  line-height: 0;
  overflow: hidden;
  text-decoration: none;
}

.brand-plate img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-plate-nav img {
  height: 40px;
  width: auto;
}

.brand-plate-hero {
  padding: 6px 12px;
}

.brand-plate-hero img {
  height: clamp(56px, 8vw, 72px);
  width: auto;
}

.brand-plate-foot img {
  height: 32px;
  width: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem 2rem;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ash);
}

.nav a:hover {
  color: var(--ink);
}

/* ---- hero: 50% copy | 50% path ---- */
.hero {
  position: relative;
  z-index: 1;
  width: var(--rail);
  margin: 0 auto;
  min-height: min(88vh, 860px);
  padding: clamp(3rem, 9vh, 6rem) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--gap);
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  animation: rise 1s ease both;
}

.hero-title {
  margin: clamp(2.5rem, 7vh, 4rem) 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.nowrap {
  white-space: nowrap;
}

.hero-title-soft {
  color: var(--ash);
  font-weight: 500;
}

.hero-lead {
  margin: 1.35rem 0 0;
  max-width: 22rem;
  font-size: 1rem;
  font-weight: 300;
  color: var(--mist);
}

.hero-cta {
  margin-top: clamp(2rem, 5vh, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  animation: rise 1s 0.1s ease both;
}

.hero-visual {
  width: min(100%, 420px);
  margin: 0;
}

.hero-path {
  display: block;
  width: 100%;
  height: auto;
}

.hp-part {
  fill: none;
  stroke: #333330;
  stroke-width: 1.35;
}

.hp-cut {
  fill: none;
  stroke: #d0d0c8;
  stroke-width: 2.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: run-cut 3.2s 0.2s linear forwards;
}

.hp-dot {
  fill: #2f8f7a;
}

.hp-tip {
  fill: #e8e8e4;
  opacity: 0;
  animation: tip-on 0.01s 0.2s linear forwards;
}

.hero-caption {
  margin: 0.85rem 0 0;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ash);
  text-align: left;
}

.btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  padding: 0.95rem 1.6rem;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  transition: background 0.15s ease;
}

.btn-dl:hover {
  background: #f04828;
}

.btn-dl-lg {
  min-width: 12rem;
  padding: 1.15rem 2rem;
  font-size: 1.05rem;
}

.btn-quiet {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ash);
}

.btn-quiet:hover {
  color: var(--ink);
}

/* ---- content blocks ---- */
.block,
.close {
  position: relative;
  z-index: 1;
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(4.5rem, 12vh, 8rem) var(--pad);
}

.block-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
}

.block-title {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.block-copy {
  margin: 1.35rem 0 0;
  max-width: 28rem;
  color: var(--mist);
  font-weight: 300;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  color: var(--mist);
}

.steps li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.2rem;
}

.steps span {
  grid-row: 1 / 3;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--ash);
  padding-top: 0.2rem;
}

.steps strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--ink);
}

.facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: var(--mist);
}

.facts em {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.plan-rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.plan-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--mist);
  transition: color 0.15s ease;
}

.plan-row:hover {
  color: var(--ink);
}

.plan-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--ink);
}

.plan-row-focus .plan-name {
  color: var(--accent);
}

.plan-meta {
  font-size: 0.95rem;
  font-weight: 300;
}

.trial-code {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.35rem 0.55rem;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: #1c1c1a;
  border: 1px solid #2e2e2a;
}

.close-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.close-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.foot {
  position: relative;
  z-index: 1;
  width: var(--rail);
  margin: 0 auto;
  padding: 0 var(--pad) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--gap);
  align-items: center;
  color: var(--ash);
  font-size: 0.85rem;
}

.foot img {
  height: 22px;
  width: auto;
  opacity: 0.85;
}

.foot p {
  margin: 0;
  text-align: right;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes run-cut {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes tip-on {
  to {
    opacity: 1;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* mobile: stack only when needed */
@media (max-width: 800px) {
  .top,
  .hero,
  .split,
  .foot {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-right {
    min-height: 0;
    justify-content: flex-start;
  }

  .foot p {
    text-align: left;
  }

  .close-cta {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .nav {
    gap: 1rem 1.25rem;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hp-cut {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }

  .hp-tip {
    display: none;
  }
}
