:root {
  --bg-base: #0f0d0c;
  --bg-elev-1: #171310;
  --bg-elev-2: #221b15;
  --bg-elev-3: #2b2219;
  --bg-layer-1: radial-gradient(1200px 750px at 8% -6%, rgba(198, 134, 63, 0.26), transparent 60%);
  --bg-layer-2: radial-gradient(1200px 720px at 88% -15%, rgba(147, 119, 85, 0.26), transparent 63%);
  --bg-layer-3: radial-gradient(900px 500px at 50% 96%, rgba(103, 72, 42, 0.2), transparent 65%);
  --mesh-layer:
    linear-gradient(140deg, rgba(255, 255, 255, 0.03), transparent 40%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 22px
    );
  --workflow-spot: rgba(214, 168, 112, 0.1);
  --assurance-spot: rgba(224, 179, 122, 0.11);
  --assurance-hover-border: rgba(214, 168, 112, 0.3);
  --assurance-hover-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
  --text-primary: #f5f1ea;
  --text-secondary: #c7b7a6;
  --text-muted: #a08f81;
  --accent: #d6a870;
  --accent-strong: #efc78f;
  --accent-soft: rgba(214, 168, 112, 0.2);
  --line-soft: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --success: #87b287;
  --danger: #d68b7a;
  --header-bg: rgba(15, 13, 12, 0.72);
  --header-border: rgba(255, 255, 255, 0.06);
  --header-glow: linear-gradient(90deg, transparent, rgba(214, 168, 112, 0.5), transparent);
  --brand-mark-bg: linear-gradient(155deg, #f3d49d 0%, #c88a51 55%, #6d5138 100%);
  --brand-mark-fg: rgba(20, 14, 8, 0.92);
  --brand-mark-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 20px rgba(200, 138, 81, 0.32);
  --outline: #f3c98f;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.38);
  --shadow-hard: 0 35px 90px rgba(0, 0, 0, 0.56);
  --content-width: min(1180px, calc(100vw - 3rem));
  --header-height: 78px;
  --font-body: 'Plus Jakarta Sans', 'Avenir Next', 'Segoe UI', sans-serif;
  --font-heading: 'Sora', 'Plus Jakarta Sans', sans-serif;
  --font-brand: 'Sora', 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Menlo, monospace;
  --theme-chip-bg: rgba(255, 255, 255, 0.04);
  --theme-chip-border: rgba(255, 255, 255, 0.14);
  --theme-chip-label: #ecd9bf;
  --theme-chip-hover: rgba(255, 255, 255, 0.12);
  --kicker-color: rgba(245, 241, 234, 0.55);
  --inline-code-bg: rgba(255, 255, 255, 0.08);
  --inline-code-text: #ecd5b7;
}

:root[data-theme='linen'] {
  --bg-base: #f2efe8;
  --bg-elev-1: #fcf9f2;
  --bg-elev-2: #efebe2;
  --bg-elev-3: #e4dfd4;
  --bg-layer-1: radial-gradient(980px 680px at 7% -12%, rgba(210, 186, 151, 0.42), transparent 66%);
  --bg-layer-2: radial-gradient(900px 620px at 92% -16%, rgba(173, 188, 205, 0.34), transparent 66%);
  --bg-layer-3: radial-gradient(980px 420px at 50% 100%, rgba(171, 181, 164, 0.3), transparent 67%);
  --mesh-layer:
    linear-gradient(175deg, rgba(255, 255, 255, 0.58), transparent 52%),
    repeating-linear-gradient(
      90deg,
      rgba(58, 63, 71, 0.035) 0,
      rgba(58, 63, 71, 0.035) 1px,
      transparent 1px,
      transparent 26px
    );
  --workflow-spot: rgba(185, 117, 46, 0.12);
  --assurance-spot: rgba(185, 117, 46, 0.12);
  --assurance-hover-border: rgba(185, 117, 46, 0.34);
  --assurance-hover-shadow: 0 24px 46px rgba(39, 40, 49, 0.17);
  --text-primary: #1d232d;
  --text-secondary: #46505c;
  --text-muted: #6e7888;
  --accent: #b9752e;
  --accent-strong: #d29048;
  --accent-soft: rgba(185, 117, 46, 0.2);
  --line-soft: rgba(19, 26, 37, 0.13);
  --line-strong: rgba(19, 26, 37, 0.24);
  --success: #3e7d59;
  --danger: #ab4c3f;
  --header-bg: rgba(250, 247, 241, 0.88);
  --header-border: rgba(19, 26, 37, 0.12);
  --header-glow: linear-gradient(90deg, transparent, rgba(185, 117, 46, 0.45), transparent);
  --brand-mark-bg: linear-gradient(155deg, #f6ead4 0%, #c79e72 55%, #8f7350 100%);
  --brand-mark-fg: rgba(245, 235, 220, 0.96);
  --brand-mark-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 8px 20px rgba(90, 67, 44, 0.22);
  --outline: #b9752e;
  --shadow-soft: 0 20px 45px rgba(39, 40, 49, 0.12);
  --shadow-hard: 0 30px 75px rgba(39, 40, 49, 0.18);
  --font-body: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Sora', 'Plus Jakarta Sans', sans-serif;
  --font-brand: 'Sora', 'Plus Jakarta Sans', sans-serif;
  --theme-chip-bg: rgba(19, 26, 37, 0.05);
  --theme-chip-border: rgba(19, 26, 37, 0.2);
  --theme-chip-label: #2f3b4a;
  --theme-chip-hover: rgba(19, 26, 37, 0.12);
  --kicker-color: rgba(29, 35, 45, 0.55);
  --inline-code-bg: rgba(19, 26, 37, 0.1);
  --inline-code-text: #2c3b4e;
}

:root[data-theme='blueprint'] {
  --bg-base: #070d16;
  --bg-elev-1: #0d1623;
  --bg-elev-2: #142234;
  --bg-elev-3: #1c2f45;
  --bg-layer-1: radial-gradient(1300px 750px at 2% -8%, rgba(11, 95, 149, 0.34), transparent 58%);
  --bg-layer-2: radial-gradient(1100px 720px at 98% -20%, rgba(210, 123, 56, 0.23), transparent 60%);
  --bg-layer-3: radial-gradient(800px 520px at 50% 98%, rgba(12, 74, 106, 0.27), transparent 72%);
  --mesh-layer:
    linear-gradient(140deg, rgba(99, 186, 223, 0.07), transparent 45%),
    repeating-linear-gradient(
      90deg,
      rgba(86, 175, 219, 0.08) 0,
      rgba(86, 175, 219, 0.08) 1px,
      transparent 1px,
      transparent 18px
    );
  --workflow-spot: rgba(79, 196, 239, 0.1);
  --assurance-spot: rgba(79, 196, 239, 0.11);
  --assurance-hover-border: rgba(112, 188, 221, 0.35);
  --assurance-hover-shadow: 0 24px 46px rgba(2, 8, 16, 0.46);
  --text-primary: #e8f5ff;
  --text-secondary: #a6cadf;
  --text-muted: #7fa7bf;
  --accent: #4fc4ef;
  --accent-strong: #7de6ff;
  --accent-soft: rgba(79, 196, 239, 0.22);
  --line-soft: rgba(112, 188, 221, 0.24);
  --line-strong: rgba(112, 188, 221, 0.38);
  --success: #56c39d;
  --danger: #de8f78;
  --header-bg: rgba(7, 13, 22, 0.82);
  --header-border: rgba(112, 188, 221, 0.26);
  --header-glow: linear-gradient(90deg, transparent, rgba(79, 196, 239, 0.54), transparent);
  --brand-mark-bg: linear-gradient(155deg, #8eecff 0%, #3196ca 55%, #1f4e71 100%);
  --brand-mark-fg: rgba(4, 17, 28, 0.92);
  --brand-mark-shadow: inset 0 1px 0 rgba(198, 243, 255, 0.42), inset 0 0 0 1px rgba(198, 243, 255, 0.2), 0 8px 22px rgba(79, 196, 239, 0.32);
  --outline: #7de6ff;
  --shadow-soft: 0 20px 48px rgba(2, 8, 16, 0.62);
  --shadow-hard: 0 34px 90px rgba(2, 8, 16, 0.72);
  --font-body: 'IBM Plex Sans', 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Space Grotesk', 'Sora', sans-serif;
  --font-brand: 'Space Grotesk', 'Sora', sans-serif;
  --theme-chip-bg: rgba(79, 196, 239, 0.08);
  --theme-chip-border: rgba(112, 188, 221, 0.32);
  --theme-chip-label: #c7ecfb;
  --theme-chip-hover: rgba(79, 196, 239, 0.18);
  --kicker-color: rgba(232, 245, 255, 0.55);
  --inline-code-bg: rgba(79, 196, 239, 0.16);
  --inline-code-text: #ddf6ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-layer-1), var(--bg-layer-2), var(--bg-layer-3), var(--bg-base);
  color: var(--text-primary);
  line-height: 1.55;
  overflow-x: hidden;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--outline);
  outline-offset: 2px;
}

img {
  max-width: 100%;
  display: block;
}

.site-wrapper {
  position: relative;
}

.mesh-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background: var(--mesh-layer);
  opacity: 0.8;
}

.container {
  width: var(--content-width);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-height);
  backdrop-filter: blur(18px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--header-glow);
  opacity: 0.7;
}

.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--bg-elev-2);
  border: 1px solid var(--line-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.brand-mark::before {
  content: 'A';
  line-height: 1;
}

.brand-name {
  font-family: var(--font-brand);
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  font-size: 0.94rem;
  color: var(--text-secondary);
  position: relative;
  transition: color 180ms ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(235, 200, 153, 0.9), transparent);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-link[aria-current='page'],
.nav-link:hover {
  color: var(--text-primary);
}

.nav-link[aria-current='page']::after,
.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.theme-cycle {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--theme-chip-border);
  background: var(--theme-chip-bg);
  color: var(--theme-chip-label);
  border-radius: 999px;
  padding: 0.42rem 0.85rem 0.42rem 0.62rem;
  min-height: 38px;
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.theme-cycle::before {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--theme-chip-border), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.theme-cycle:hover {
  background: var(--theme-chip-hover);
  border-color: var(--line-strong);
  color: var(--text-primary);
}

.theme-cycle span {
  font-weight: 600;
}

.theme-prefix {
  color: var(--text-muted);
  font-weight: 400;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  width: 42px;
  height: 42px;
  border-radius: 11px;
  font-size: 1.1rem;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: calc(var(--header-height) + 0.5rem) 1rem auto;
  z-index: 35;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 16, 13, 0.95);
  box-shadow: var(--shadow-soft);
}

.mobile-nav.open {
  display: grid;
  gap: 0.6rem;
}

.mobile-nav a {
  color: var(--text-secondary);
  padding: 0.45rem 0.2rem;
}

.mobile-nav a[aria-current='page'] {
  color: var(--text-primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1.14rem;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.94rem;
  transition: transform 160ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--accent-strong), var(--accent));
  color: #1a120b;
  box-shadow: 0 16px 38px rgba(214, 168, 112, 0.34);
}

.btn-primary:hover {
  box-shadow: 0 20px 42px rgba(214, 168, 112, 0.45);
}

.btn-ghost {
  border-color: var(--line-soft);
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover {
  color: var(--text-primary);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
}

main {
  padding-bottom: 4rem;
}

.hero {
  padding: 6rem 0 4.4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: flex-start;
}

.hero-copy {
  padding-top: 0.1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 168, 112, 0.38);
  background: rgba(214, 168, 112, 0.08);
  color: #edd3b1;
  padding: 0.37rem 0.7rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.95rem, 7.5vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.022em;
  max-width: 14ch;
}

.hero .lead {
  margin: 1.3rem 0 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.72;
  max-width: 62ch;
}

.hero-cta {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-note {
  margin-top: 1.05rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.metric-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.metric-pill {
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 0.62rem 0.85rem;
  min-width: 130px;
}

.metric-pill strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.metric-pill span {
  font-size: 0.79rem;
  color: var(--text-muted);
}

.hero-visual-meta {
  margin-top: 0.78rem;
}

.hero-visual-meta .metric-pill {
  width: 100%;
  min-width: 0;
}

.hero-visual {
  position: relative;
  margin-top: 0.24rem;
}

.visual-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow-hard);
}

.shot-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.84rem 1rem;
  background: rgba(8, 6, 5, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.shot-tabs {
  display: flex;
  gap: 0.45rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.shot-tabs::-webkit-scrollbar {
  display: none;
}

.shot-tab {
  flex-shrink: 0;
}

.shot-tab {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  border-radius: 9px;
  padding: 0.32rem 0.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.shot-tab[aria-pressed='true'] {
  color: #20160d;
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #e8c189, #d29c61);
}

.shot-status {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.shot-stage {
  position: relative;
  aspect-ratio: 16/11;
  background: rgba(0, 0, 0, 0.2);
}

.shot-stage picture,
.shot-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 4.4rem 0;
}

.section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: -0.012em;
  line-height: 1.22;
  max-width: 28ch;
}

.section-subtitle {
  margin: 0.95rem 0 0;
  color: var(--text-secondary);
  line-height: 1.72;
  max-width: 65ch;
}

.provider-spec {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--bg-elev-1);
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.provider-spec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: baseline;
}

.provider-spec-label {
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
  min-width: 6ch;
}

.provider-spec code {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  background: var(--inline-code-bg);
  padding: 0.1rem 0.35rem;
  border-radius: 5px;
  color: var(--inline-code-text);
}

.section-tight {
  padding-top: 1rem;
  padding-bottom: 2.2rem;
}

.section-provider {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.workflow-cluster {
  margin-top: 0.4rem;
}

.workflow-cluster .section-title {
  max-width: 28ch;
}

.workflow-cluster-video {
  margin-top: 2.2rem;
}

.workflow-rail {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 0.85rem;
  align-items: stretch;
}

.workflow-card {
  display: flex;
  flex-direction: column;
  min-height: 140px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
  padding: 1rem;
  transition: border-color 180ms ease;
}

.workflow-card:hover {
  border-color: var(--line-strong);
}

.workflow-card.is-featured {
  padding: 1.6rem;
  min-height: 320px;
}

.workflow-rail .workflow-card:nth-child(n+2):not(.is-featured) p {
  display: none;
}

.workflow-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.workflow-card.is-featured .workflow-icon {
  width: 72px;
  height: 72px;
}

.workflow-card h3 {
  margin: 0.66rem 0 0;
  font-size: 0.98rem;
  font-family: var(--font-heading);
  line-height: 1.3;
}

.workflow-card.is-featured h3 {
  font-size: 1.2rem;
  margin-top: 0.85rem;
}

.workflow-card p {
  margin: 0.54rem 0 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.assurance-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
  padding: 1.2rem;
  transition: border-color 180ms ease;
}

.assurance-card:hover {
  border-color: var(--line-strong);
}

.assurance-card h3 {
  margin: 0.35rem 0 0;
  font-size: 1.1rem;
  font-family: var(--font-heading);
  line-height: 1.3;
}

.assurance-card p {
  margin: 0.65rem 0 0;
  font-size: 0.93rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.assurance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.assurance-tags span {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  padding: 0.25rem 0.52rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.card-grid {
  margin-top: 1.8rem;
  display: grid;
  gap: 1rem;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-family: var(--font-heading);
  line-height: 1.3;
}

.card p {
  margin: 0.7rem 0 0;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.72;
}

.step-index {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 168, 112, 0.15);
  color: #f1cfa2;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.feature-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.feature-list li {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.65;
  padding-left: 1.15rem;
  position: relative;
}

.feature-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.58rem;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(214, 168, 112, 0.15);
}

.pricing-panel {
  margin-top: 1.8rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(214, 168, 112, 0.34);
  background:
    linear-gradient(145deg, rgba(214, 168, 112, 0.06), rgba(255, 255, 255, 0.01) 55%),
    rgba(20, 15, 11, 0.82);
  padding: 1.8rem;
}

.freevpro {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.freevpro > * {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
  padding: 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.freevpro > .freevpro-pro {
  border-color: var(--accent);
  background: var(--bg-elev-2);
}

.freevpro h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.freevpro .freevpro-free h3 {
  color: var(--text-secondary);
}

.freevpro .freevpro-pro h3 {
  color: var(--accent);
}

.freevpro ul {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.freevpro li {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.55;
  padding-left: 1rem;
  position: relative;
}

.freevpro li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--text-muted);
  font-weight: 700;
}

.freevpro .freevpro-free li {
  color: var(--text-muted);
}

@media (max-width: 760px) {
  .freevpro {
    grid-template-columns: 1fr;
  }
}

.cta-strip {
  margin-top: 3rem;
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  text-align: center;
  font-size: 0.94rem;
  color: var(--text-secondary);
}

.cta-strip strong {
  color: var(--text-primary);
  font-weight: 600;
}

.cta-strip .btn {
  margin-left: 0.25rem;
}

.pricing-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.4rem 2rem;
}

.price {
  font-size: clamp(3rem, 6.5vw, 5.4rem);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price small {
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  color: var(--text-muted);
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pricing-meta {
  color: var(--text-secondary);
  font-size: 0.95rem;
  max-width: 36ch;
  margin: 0.55rem 0 0;
}

.table-wrap {
  margin-top: 1.15rem;
  overflow-x: auto;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.table th,
.table td {
  padding: 0.78rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 0.9rem;
}

.table th {
  color: #f1dfc5;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.02);
}

.table td {
  color: var(--text-secondary);
}

.table td strong {
  color: var(--text-primary);
}

.check {
  color: var(--success);
}

.cross {
  color: var(--danger);
}

.faq-list {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border: 1px solid var(--line-soft);
  border-radius: 13px;
  background: var(--bg-elev-1);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text-primary);
  font: inherit;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.95rem;
  text-align: left;
  cursor: pointer;
  transition: color 170ms ease;
}

.faq-answer {
  padding: 0 0.95rem 0.95rem;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.68;
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question {
  color: var(--text-primary);
}

.faq-item .faq-question span[aria-hidden] {
  transition: transform 160ms ease;
  display: inline-block;
}

.faq-item.open .faq-question span[aria-hidden] {
  transform: rotate(45deg);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-muted);
  margin: 0 0 0.85rem;
}

.kicker::before {
  content: '— ';
  color: var(--text-muted);
}

.page-hero {
  padding: 4.8rem 0 2.3rem;
}

.page-hero h1 {
  margin: 0.3rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  line-height: 1.16;
  max-width: 18ch;
}

.page-hero p {
  color: var(--text-secondary);
  margin-top: 0.95rem;
  line-height: 1.72;
  max-width: 65ch;
}

.notice {
  border: 1px solid rgba(214, 168, 112, 0.4);
  border-radius: 14px;
  background: rgba(214, 168, 112, 0.04);
  padding: 0.9rem 1rem;
  color: var(--text-primary);
  font-size: 0.93rem;
  line-height: 1.68;
}

.platform-card {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--bg-elev-1);
  padding: 1rem;
}

.platform-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.platform-grid .platform-card:not(.platform-primary) {
  padding: 1.1rem 1.25rem;
}

.platform-grid .platform-card:not(.platform-primary) .btn {
  font-size: 0.88rem;
  background: transparent;
  border: 1px solid var(--line-soft);
  color: var(--text-secondary);
  box-shadow: none;
}

.platform-grid .platform-card:not(.platform-primary) .btn:hover {
  color: var(--text-primary);
  border-color: var(--line-strong);
}

@media (max-width: 760px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

.platform-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.badge {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  color: var(--text-muted);
}

.badge.live {
  border-color: rgba(135, 178, 135, 0.55);
  color: #9ac29a;
}

.badge.soon {
  border-color: rgba(214, 139, 122, 0.5);
  color: #e6ab9e;
}

.inline-code {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  background: var(--inline-code-bg);
  padding: 0.14rem 0.34rem;
  border-radius: 6px;
  color: var(--inline-code-text);
}

.cta-block {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
}

.legal-copy {
  color: var(--text-secondary);
  max-width: 78ch;
}

.legal-copy h2 {
  color: var(--text-primary);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.legal-copy ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
}

.status-card {
  margin-top: 1.5rem;
  border: 1px solid var(--line-soft);
  background: var(--bg-elev-1);
  border-radius: 16px;
  padding: 1rem;
}

.status-value {
  font-family: var(--font-mono);
  color: var(--accent-strong);
  word-break: break-all;
  font-size: 0.92rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4rem;
  padding: 1.8rem 0 2.4rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--text-secondary);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal[data-reveal-ready='true'] {
  opacity: 0;
  transform: translateY(12px);
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

:root[data-theme='linen'] .hero {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

:root[data-theme='linen'] .hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: flex-start;
}

:root[data-theme='linen'] .hero h1 {
  max-width: 13ch;
  font-weight: 600;
  letter-spacing: -0.02em;
}

:root[data-theme='linen'] .hero .lead {
  font-family: var(--font-body);
}

:root[data-theme='linen'] .mesh-layer {
  opacity: 0.66;
}

:root[data-theme='linen'] .eyebrow {
  border-color: rgba(185, 117, 46, 0.34);
  background: rgba(185, 117, 46, 0.09);
  color: #5d3d1f;
}

:root[data-theme='linen'] .btn-primary {
  color: #f7f5f2;
  box-shadow: 0 15px 34px rgba(145, 87, 37, 0.28);
}

:root[data-theme='linen'] .btn-ghost {
  background: rgba(255, 255, 255, 0.48);
}

:root[data-theme='linen'] .card,
:root[data-theme='linen'] .assurance-card,
:root[data-theme='linen'] .workflow-card,
:root[data-theme='linen'] .platform-card,
:root[data-theme='linen'] .faq-item,
:root[data-theme='linen'] .cta-block,
:root[data-theme='linen'] .status-card,
:root[data-theme='linen'] .freevpro > * {
  background: #fcf9f2;
}

:root[data-theme='linen'] .freevpro > .freevpro-pro {
  background: #f6f1e6;
}

:root[data-theme='linen'] .visual-frame {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65));
}

:root[data-theme='linen'] .pricing-panel {
  background:
    linear-gradient(145deg, rgba(185, 117, 46, 0.06), rgba(255, 255, 255, 0.01) 55%),
    #fcf9f2;
}

:root[data-theme='linen'] .provider-spec {
  background: #fcf9f2;
}

:root[data-theme='linen'] .shot-toolbar {
  background: rgba(255, 255, 255, 0.7);
}

:root[data-theme='linen'] .shot-tab {
  background: rgba(19, 26, 37, 0.07);
}

:root[data-theme='linen'] .shot-tab[aria-pressed='true'] {
  color: #fbf8f2;
  background: linear-gradient(135deg, #cd8f4f, #b5722f);
}

:root[data-theme='linen'] .assurance-tags span {
  color: var(--text-secondary);
  border-color: var(--line-strong);
  background: rgba(19, 26, 37, 0.04);
}

:root[data-theme='blueprint'] .hero {
  padding-top: 4.15rem;
  padding-bottom: 4rem;
}

:root[data-theme='blueprint'] .hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: flex-start;
}

:root[data-theme='blueprint'] .hero-grid > .hero-copy {
  order: 1;
  padding-top: 0;
}

:root[data-theme='blueprint'] .hero-grid > .hero-visual {
  order: 2;
  margin-top: 0;
}

:root[data-theme='blueprint'] .hero .lead {
  margin-top: 1.05rem;
}

:root[data-theme='blueprint'] .hero-cta {
  margin-top: 1.4rem;
}

:root[data-theme='blueprint'] .eyebrow {
  border-radius: 10px;
  border-color: rgba(125, 230, 255, 0.45);
  background: rgba(79, 196, 239, 0.15);
  color: #b8ecfd;
}

:root[data-theme='blueprint'] .btn-primary {
  color: #032135;
  box-shadow: 0 16px 38px rgba(66, 168, 215, 0.2);
}

:root[data-theme='blueprint'] .btn-ghost {
  background: rgba(79, 196, 239, 0.06);
}

:root[data-theme='blueprint'] .visual-frame,
:root[data-theme='blueprint'] .card,
:root[data-theme='blueprint'] .assurance-card,
:root[data-theme='blueprint'] .workflow-card,
:root[data-theme='blueprint'] .platform-card,
:root[data-theme='blueprint'] .faq-item,
:root[data-theme='blueprint'] .cta-block,
:root[data-theme='blueprint'] .status-card,
:root[data-theme='blueprint'] .pricing-panel {
  border-radius: 12px;
  border-color: rgba(112, 188, 221, 0.28);
}

:root[data-theme='blueprint'] .pricing-panel {
  background:
    linear-gradient(150deg, rgba(79, 196, 239, 0.06), rgba(7, 13, 22, 0.82) 50%, rgba(8, 19, 33, 0.88));
}

:root[data-theme='blueprint'] .mesh-layer {
  opacity: 0.4;
}

:root[data-theme='blueprint'] .table th {
  color: #cbefff;
  background: rgba(79, 196, 239, 0.08);
}

:root[data-theme='blueprint'] .shot-toolbar {
  background: rgba(6, 13, 24, 0.88);
}

:root[data-theme='blueprint'] .shot-tab {
  background: rgba(79, 196, 239, 0.09);
}

:root[data-theme='blueprint'] .shot-tab[aria-pressed='true'] {
  color: #042338;
  background: linear-gradient(135deg, #8de8ff, #4dc6ef);
}

:root[data-theme='blueprint'] .feature-list li::before {
  box-shadow: 0 0 0 5px rgba(79, 196, 239, 0.16);
}

:root[data-theme='blueprint'] .assurance-tags span {
  color: var(--text-secondary);
  border-color: var(--line-strong);
  background: rgba(79, 196, 239, 0.05);
}

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .hero-visual {
    margin-top: 0.3rem;
  }

  .workflow-rail {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
  }

  .workflow-rail .workflow-card {
    flex: 0 0 clamp(210px, 30vw, 260px);
    min-height: 200px;
    padding: 1rem;
    scroll-snap-align: start;
  }

  .workflow-rail .workflow-card.is-featured {
    flex: 0 0 clamp(260px, 60vw, 320px);
    min-height: 260px;
    padding: 1.3rem;
  }

  .workflow-rail .workflow-card:nth-child(n+2):not(.is-featured) p {
    display: block;
  }

  .card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .workflow-rail {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.85rem;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
  }

  .workflow-rail::-webkit-scrollbar {
    display: none;
  }

  .workflow-rail .workflow-card {
    flex: 0 0 78%;
    min-width: 78%;
    scroll-snap-align: start;
  }

  .workflow-rail .workflow-card.is-featured {
    flex: 0 0 88%;
    min-width: 88%;
    min-height: 260px;
    padding: 1.3rem;
  }

  .workflow-rail .workflow-card:nth-child(n+2):not(.is-featured) p {
    display: block;
  }
}

@media (max-width: 760px) {
  :root {
    --content-width: min(1180px, calc(100vw - 2rem));
  }

  .nav,
  .nav-actions .btn-ghost {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-actions {
    gap: 0.45rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-name {
    font-size: 0.85rem;
    letter-spacing: 0.01em;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 12px;
  }

  .theme-cycle {
    min-height: 36px;
    font-size: 0.76rem;
    padding: 0.34rem 0.7rem 0.34rem 0.5rem;
    gap: 0.4rem;
  }

  .theme-cycle::before {
    width: 0.55rem;
    height: 0.55rem;
  }

  .nav-actions .btn-primary {
    min-height: 38px;
    font-size: 0.82rem;
    padding: 0.5rem 0.78rem;
  }

  .hero {
    padding-top: 4.6rem;
  }

  .section {
    padding: 3.3rem 0;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .card-grid.three,
  .card-grid.two {
    grid-template-columns: 1fr;
  }

  .workflow-cluster-video {
    margin-top: 1.7rem;
  }

  .workflow-rail .workflow-card {
    flex-basis: min(84vw, 260px);
    min-height: 220px;
  }

  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .pricing-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    flex-direction: column;
    gap: 0.4rem;
  }
}

@media (max-width: 520px) {
  .nav-actions .btn-primary {
    display: none;
  }

  .theme-cycle [data-theme-label] {
    display: none;
  }

  .theme-cycle {
    padding: 0.4rem 0.55rem;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
