/* Wrenix ASH / Contour. Shared marketing skin; functional component contracts stay in styles.css. */
.ash-closer > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.ash-closer h2 {
  margin: 0;
}
.ash-closer p {
  max-width: 650px;
}
.primary-nav a,
.btn {
  font-family: var(--font-sans);
  letter-spacing: 0;
  text-transform: none;
}
.btn {
  font-weight: 600;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root,
.theme-paper {
  --bg: #0a0a0c;
  --bg-2: #111110;
  --surface: #171615;
  --surface-2: #211d18;
  --surface-3: #27221d;
  --border: #ffffff1b;
  --border-2: #b49a7060;
  --border-soft: #ffffff0f;
  --text: #f7f7fa;
  --text-2: #c1bdb8;
  --text-3: #a09b96;
  --text-muted: #918b85;
  --accent: #ffb35c;
  --accent-2: #ffc78c;
  --accent-soft: #ffb35c0c;
  --accent-glow: #ffb35c24;
  --amber: #ffb35c;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-brand: "Space Grotesk", "Segoe UI", sans-serif;
  --container: 1280px;
  --radius: 14px;
  --radius-lg: 18px;
  --radius-sm: 8px;
  --hairline: #ffffff16;
  --hairline-strong: #ffffff28;
  --label: #a09b96;
}
.theme-paper {
  --bg: #121110;
  --surface: #1a1815;
  background: var(--bg);
  border-color: var(--border);
}
html {
  scroll-padding-top: 112px;
}
body {
  background: var(--bg);
  color: var(--text);
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
}
h1 .grad,
h2 .grad,
h3 .grad {
  font-style: normal;
  background: none;
  color: var(--accent);
  -webkit-text-fill-color: currentColor;
}
.grain::after,
.hero-bg {
  display: none;
}
.btn {
  border-radius: 40px;
  font-size: 13px;
  min-height: 48px;
  box-shadow: none;
}
.btn-primary {
  background: var(--accent);
  color: #15110c;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
  box-shadow: none;
}
.btn-ghost {
  background: transparent;
  border-color: #ffffff28;
  color: var(--text);
}
.btn-ghost:hover {
  background: var(--accent-soft);
  border-color: #ffb35c66;
}
.btn span[aria-hidden] {
  margin-left: 10px;
}
.link-arrow {
  color: var(--accent);
}
.site-header {
  background: #0a0a0cec;
  border-bottom: 1px solid #a891692b;
  box-shadow: none;
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled {
  background: #0a0a0cf5;
  box-shadow: 0 8px 30px #0002;
  border-color: #a8916940;
}
.nav-row {
  min-height: 88px;
  padding-block: 17px;
  gap: 26px;
}
.brand {
  gap: 10px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.brand-name {
  font-family: var(--font-brand);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.015em;
  white-space: nowrap;
}
.ash-brand-suffix {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0;
  color: var(--accent);
  vertical-align: baseline;
}
.primary-nav {
  gap: 23px;
}
.primary-nav a {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-2);
}
.primary-nav .nav-signin {
  border-color: #a68d6350;
  border-radius: 30px;
  padding: 9px 16px;
  font-size: 11px;
}
.mobile-nav {
  background: #111110;
}
.nav-toggle span {
  background: var(--accent);
}
.section-head h2 {
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.section-head > p {
  color: var(--text-3);
  line-height: 1.85;
}
.eyebrow {
  color: var(--accent);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.section-head-center {
  max-width: 750px;
}
.page-hero {
  padding-top: 80px;
  padding-bottom: 60px;
  background: radial-gradient(ellipse at 90% 20%, #ffb35c05, transparent 60%);
  border-bottom: 1px solid var(--border);
}
.page-hero h1 {
  font-size: clamp(58px, 7.5vw, 100px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 990px;
}
.page-hero-sub {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-2);
}
.page-hero-meta {
  font-size: 11px;
  gap: 25px;
}
.page-hero-meta .dot {
  background: var(--accent);
}
.site-footer {
  background: #10100f;
  border-color: var(--border);
  padding-top: 56px;
}
.footer-wm {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.025em;
  opacity: 0.045;
}
.footer-brand .brand-name {
  font-size: 18px;
}
.footer-tag {
  font-size: 13px;
  max-width: 270px;
  color: var(--text-3);
}
.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.06em;
}
.footer-col a {
  font-size: 12px;
}
.footer-bottom {
  border-color: var(--border);
  font-size: 11px;
}
.footer-built {
  color: var(--text-muted);
}
/* Retained pricing: the grid, billing controls, data fields and purchase URLs are untouched. */
.pricing {
  padding-block: 95px;
  background: #0e0d0c;
  border-top: 1px solid var(--border);
}
.pricing .section-head {
  margin-bottom: 35px;
}
.period-toggle {
  background: #191714;
  border-color: #ffffff21;
  border-radius: 30px;
  padding: 5px;
}
.period-toggle-btn {
  border-radius: 24px;
  font-family: var(--font-sans);
  font-size: 12px;
}
.period-toggle-btn.is-active {
  background: var(--accent);
  color: #16110a;
  box-shadow: none;
}
.period-toggle-save {
  margin-left: 7px;
  padding: 2px 7px;
  border: 1px solid #ffb35c38;
  border-radius: 999px;
  background: #ffb35c0c;
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: capitalize;
  vertical-align: middle;
}
.period-toggle-btn.is-active .period-toggle-save {
  border-color: #36251426;
  background: #3625140c;
  color: #362514;
}
.plan {
  background: #171615;
  border-color: #b099722b;
  border-radius: 17px;
  padding: 29px 27px;
  box-shadow: none;
}
.plan:hover {
  border-color: #b0997260;
}
.plan-feature {
  background: #211d18;
  border-color: #ffb35c88;
  box-shadow: 0 16px 50px #0002;
}
.plan-feature:hover {
  box-shadow: none;
}
.plan-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 35px;
}
.plan-tagline {
  font-size: 13px;
  color: var(--text-3);
}
.plan-badge {
  font-family: var(--font-mono);
  font-size: 8px;
  color: var(--accent);
  border-color: #ffb35c40;
  background: #ffb35c09;
  border-radius: 30px;
}
.plan-price-amount,
.plan-price-zero {
  font-family: var(--font-sans);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
}
.plan-price-amount {
  font-size: 44px;
}
.plan-price-period,
.plan-meta {
  color: var(--text-3);
}
.plan-features {
  font-size: 13px;
  line-height: 1.8;
}
.plan .check {
  color: var(--accent);
}
.plan .btn {
  font-size: 12px;
  min-height: 45px;
}
.plan.is-trial {
  background: #211d18;
  border-color: #ffb35c88;
}
.plan-trial-pin {
  background: var(--accent);
  color: #15110c;
}
.pricing-offer-note,
.pricing-note {
  color: var(--text-3);
}
.waitlist {
  background: #211d18;
  border-color: #b2996855;
  border-radius: 16px;
}
.waitlist h3 {
  font-size: 32px;
}
.waitlist-modal-dialog,
.cookie-banner {
  background: #191714;
  border-color: #a88b5659;
}
.cookie-banner-btn.is-primary {
  background: var(--accent);
  color: #17120d;
}
.cookie-banner-link {
  color: var(--accent);
}
/* Mission, legal, download, enterprise and plugin information adopt the same reading rhythm. */
.mission-why,
.vision {
  padding-block: 70px;
}
.mission-why .section-head,
.vision .section-head {
  max-width: 900px;
}
.prose {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.95;
}
.prose p {
  color: var(--text-2);
}
.manifesto {
  padding-block: 70px;
}
.principle,
.manifesto-item,
.principle-card {
  border-color: var(--border);
  border-radius: 14px;
  background: var(--surface);
}
.manifesto h3 {
  font-size: 30px;
}
.legal-summary,
.legal-toc {
  margin-top: 32px;
}
.legal-tldr {
  background: #191714;
  border-color: #b0997238;
  border-radius: 16px;
}
.legal-tldr-title {
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
}
.legal-toc-title {
  font-size: 25px;
}
.legal-content {
  max-width: 940px;
}
.legal-content h2,
.legal-body h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}
.legal-content h3,
.legal-body h3 {
  font-size: 26px;
}
.legal-content p,
.legal-body p {
  line-height: 1.9;
}
.legal-meta {
  color: var(--text-3);
}
.download-page .section-head h1 {
  font-size: clamp(58px, 7.5vw, 100px);
  font-weight: 600;
  line-height: 1.05;
}
.download-card {
  background: #171615;
  border-color: #b0997235;
  border-radius: 16px;
  padding: 28px;
}
.download-card:hover {
  box-shadow: 0 16px 38px #0003;
}
.download-os {
  border-radius: 12px;
}
.download-note {
  color: var(--text-3);
}
.enterprise-form,
.contact-form,
.enterprise-form-card {
  background: #171615;
  border-color: #b0997235;
  border-radius: 16px;
}
.enterprise-form input,
.enterprise-form textarea,
.enterprise-form select {
  border-radius: 9px;
  background: #111110;
  color: var(--text);
  border-color: #ffffff26;
}
.trust-card,
.plugin-card,
.feature-card {
  background: var(--surface);
  border-color: #a890672b;
  border-radius: 15px;
  box-shadow: none;
}
.plugin-card:hover,
.feature-card:hover {
  border-color: #b89b665c;
  box-shadow: none;
}
.plugin-icon {
  color: var(--accent);
}
.plugin-card h3 {
  font-size: 29px;
}
.plugins-preview {
  padding-block: 80px;
}
.plugin-byo {
  border-radius: 14px;
  background: #1b1814;
  border-color: #aa8f5e3d;
}
.plugin-byo h3 {
  font-size: 29px;
}
.plugin-byo p {
  font-size: 13px;
}
.hub-card,
.ph-card {
  border-radius: 15px;
}
.hub-search,
.ph-search {
  border-radius: 25px;
}
/* Blog content and rendering contract are retained. */
.blog-list-section {
  padding-block: 60px 100px;
}
.blog-grid {
  gap: 23px;
}
.blog-card {
  background: #171615;
  border: 1px solid #a18a6433;
  border-radius: 16px;
  padding: 30px;
  box-shadow: none;
}
.blog-card:hover {
  background: #211d18;
  border-color: #c1a36c66;
  box-shadow: 0 15px 40px #0003;
}
.blog-card h2,
.blog-card h3,
.blog-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  font-size: 35px;
  letter-spacing: 0;
}
.tag {
  border-radius: 20px;
  font-size: 9px;
  background: #ffb35c08;
  border-color: #ffb35c28;
  color: var(--accent);
}
.article-title {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  font-size: clamp(50px, 6.2vw, 88px);
  letter-spacing: -0.015em;
}
.article-body {
  font-size: 16px;
  line-height: 1.95;
  color: var(--text-2);
}
.article-body h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}
.article-body h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}
.article-body blockquote {
  border-color: var(--accent);
  background: #ffb35c05;
}
.article-toc {
  background: #171615;
  border-color: #a78d5f35;
  border-radius: 14px;
}
/* Contour homepage. */
.ash-eyebrow,
.ash-micro {
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.11em;
  color: var(--accent);
}
.ash-eyebrow {
  margin: 0 0 28px;
}
.ash-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 88px;
  align-items: center;
  min-height: 700px;
  padding-block: 74px 80px;
}
.ash-hero .hero-title {
  font-family: var(--font-display);
  font-size: clamp(70px, 7.15vw, 108px);
  line-height: 0.97;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: left;
}
.ash-hero .hero-title span {
  color: var(--accent);
}
.ash-lead {
  max-width: 418px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--text-2);
  margin: 30px 0;
}
.ash-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ash-actions .btn {
  font-size: 12px;
  padding-inline: 24px;
}
.ash-footnote {
  font: 8px/1.8 var(--font-mono);
  color: var(--text-3);
  margin-top: 28px;
}
.ash-footnote:before {
  content: "•";
  color: var(--accent);
  margin-right: 10px;
}
.ash-workstack {
  position: relative;
  isolation: isolate;
  padding: 23px 0 15px;
}
.ash-wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  /* Contain the previous geometry while ResizeObserver redraws the wires. */
  overflow: hidden;
}
.ash-wires path {
  fill: none;
  stroke: #a48453;
  stroke-width: 1;
  opacity: 0.65;
  vector-effect: non-scaling-stroke;
}
.ash-stack-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font: 7px/1.6 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 24px 20px;
}
.ash-intent,
.ash-workstream {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 23px 21px;
  border: 1px solid #a98b5755;
  border-radius: 16px;
  background: #211d18;
}
.ash-intent .ash-micro {
  display: block;
  font-size: 7px;
  margin-bottom: 8px;
}
.ash-intent strong {
  font: 600 27px/1.15 var(--font-display);
}
.ash-intent > span:last-child {
  margin-left: auto;
  color: var(--accent);
}
.ash-intent img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.ash-workstream {
  margin-top: 17px;
  background: #171615;
  border-color: #a68d6036;
  gap: 14px;
  padding: 22px 18px;
  margin-left: 23px;
}
.ash-workstream:nth-of-type(4) {
  margin-left: 46px;
}
.ash-workstream:nth-of-type(5) {
  margin-left: 69px;
  background: #211d18;
}
.ash-workstream strong {
  font: 600 25px/1.15 var(--font-display);
  display: block;
  letter-spacing: 0;
}
.ash-workstream small {
  display: block;
  font-size: 10px;
  line-height: 1.65;
  color: var(--text-3);
  margin-top: 8px;
}
.ash-step {
  font: 9px var(--font-mono);
  color: var(--accent);
  min-width: 24px;
}
.ash-signal {
  height: 1px;
  width: 17px;
  background: #b78a50;
  margin-left: auto;
  flex-shrink: 0;
}
.ash-stack-bottom {
  margin: 27px 0 0 20px;
  font-size: 7px;
  text-transform: none;
  letter-spacing: 0;
}
.ash-product {
  margin-bottom: 85px;
}
.ash-product-frame {
  overflow: hidden;
  border: 1px solid #b69d6e3d;
  border-radius: 13px;
  background: #111110;
  margin: 0;
  box-shadow: 0 25px 75px #0004;
}
.ash-product-frame > img {
  display: block;
  width: 100%;
  height: auto;
}
.ash-frame-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 18px;
  background: #151413;
  border-bottom: 1px solid var(--border);
  font: 8px var(--font-mono);
  color: var(--text-3);
}
.ash-frame-caption button {
  border: 0;
  background: none;
  color: var(--accent);
  font: inherit;
  font-size: 8px;
  cursor: pointer;
  min-height: 24px;
}
.ash-statement {
  border-block: 1px solid #b499733e;
  padding-block: 39px;
}
.ash-statement > .container {
  display: flex;
  align-items: center;
  gap: 45px;
}
.ash-statement .ash-micro {
  max-width: 130px;
  font-size: 8px;
  line-height: 1.7;
}
.ash-statement h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
.ash-statement > .container > span:last-child {
  color: var(--accent);
  margin-left: auto;
  font-size: 30px;
}
.ash-mobile-break {
  display: none;
}
.ash-workflow {
  padding-block: 100px;
}
.ash-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 65px;
  margin-bottom: 40px;
}
.ash-section-head h2 {
  font-size: 64px;
  line-height: 1.04;
  margin: 0;
}
.ash-section-head > p {
  max-width: 330px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-3);
}
.ash-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
}
.ash-tabs button {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 18px 12px;
  background: none;
  color: var(--text-3);
  font: 500 15px var(--font-sans);
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: left;
}
.ash-tabs button > span:first-child {
  font: 8px var(--font-mono);
}
.ash-tabs button > span:last-child {
  margin-left: auto;
}
.ash-tabs button[aria-selected="true"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
  background: linear-gradient(0deg, #ffb35c07, transparent);
}
.ash-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: center;
}
.ash-panel h3 {
  font-size: 44px;
  line-height: 1.08;
  margin: 21px 0;
}
.ash-panel p {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.9;
  max-width: 350px;
}
.ash-panel img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #aa936437;
  border-radius: 12px;
}
.ash-text-button {
  margin-top: 22px;
  padding: 10px 0;
  color: var(--accent);
  font: 12px var(--font-sans);
  background: none;
  border: 0;
  cursor: pointer;
}
.ash-text-button span {
  margin-left: 14px;
}
.ash-providers {
  text-align: center;
  padding-block: 36px;
  border-block: 1px solid var(--border);
}
.ash-providers > p:first-child {
  font-size: 16px;
  color: var(--text);
}
.ash-providers > p:first-child span {
  color: var(--text-3);
}
.ash-providers > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
  margin: 26px 0;
  font: 600 23px var(--font-sans);
  letter-spacing: -0.035em;
}
.ash-providers .ash-provider-note {
  font-size: 12px;
  color: var(--text-3);
  margin: 0;
}
.ash-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-block: 80px 92px;
}
.ash-outcomes article {
  padding-right: 30px;
}
.ash-outcomes article + article {
  padding-left: 35px;
  border-left: 1px solid var(--border);
}
.ash-outcomes h3 {
  font-size: 40px;
  line-height: 1.07;
  margin: 24px 0 21px;
}
.ash-outcomes p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-3);
}
.ash-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 65px 50px;
  background: #171512;
  border: 1px solid #927f5938;
  border-radius: 16px;
  margin-block: 75px;
}
.ash-mission h2 {
  font-size: 57px;
  line-height: 1.08;
  margin: 0;
}
.ash-mission > div > p:not(.ash-eyebrow) {
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-2);
  margin-bottom: 20px;
}
.ash-mission .link-arrow {
  font-size: 12px;
}
.ash-film {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  align-items: center;
  padding-block: 45px 90px;
}
.ash-film h2 {
  font-size: 65px;
  line-height: 1.02;
  margin-bottom: 26px;
}
.ash-film-poster {
  position: relative;
  padding: 0;
  background: #111;
  border: 1px solid #b49b673a;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
}
.ash-film-poster img {
  display: block;
  width: 100%;
  height: auto;
}
.ash-play {
  position: absolute;
  right: 22px;
  bottom: 22px;
  background: var(--accent);
  color: #15110b;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
}
.ash-closer {
  padding-block: 95px;
  background: radial-gradient(ellipse at 50% 100%, #ffb35c09, transparent 70%);
}
.ash-closer h2 {
  font-size: clamp(53px, 6vw, 80px);
  line-height: 1.02;
}
.ash-closer .ash-eyebrow {
  margin-bottom: 24px;
}
.ash-closer .ash-platforms {
  margin-top: 24px;
  font: 10px var(--font-mono);
  color: var(--text-3);
}
.ash-film-dialog {
  width: min(1180px, 95vw);
  max-height: 94dvh;
  padding: 0;
  color: var(--text);
  background: #171615;
  border: 1px solid #b09b7050;
  border-radius: 14px;
  box-shadow: 0 25px 100px #000a;
}
.ash-film-dialog::backdrop {
  background: #040405e8;
  backdrop-filter: blur(12px);
}
.ash-dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 16px 22px;
}
.ash-dialog-header h2 {
  font: 500 14px var(--font-sans);
  margin: 0;
}
.ash-dialog-header button {
  display: flex;
  gap: 14px;
  align-items: center;
  background: none;
  color: var(--text-3);
  font: 12px var(--font-sans);
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.ash-dialog-header button span {
  font-size: 26px;
  line-height: 1;
}
.ash-film-dialog video {
  display: block;
  width: 100%;
  max-height: 80dvh;
  background: #000;
}
body:has(.ash-film-dialog[open]) {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .primary-nav {
    gap: 14px;
  }
  .brand-name {
    font-size: 16px;
  }
  .primary-nav a {
    font-size: 11px;
  }
  .ash-hero {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .ash-hero .hero-title {
    font-size: 80px;
  }
  .ash-intent {
    padding-inline: 17px;
  }
  .ash-intent strong {
    font-size: 25px;
  }
  .ash-workstream {
    padding-inline: 13px;
  }
  .ash-workstream strong {
    font-size: 23px;
  }
  .ash-workstream small {
    font-size: 9px;
  }
  .ash-workstream:nth-of-type(5) {
    margin-left: 54px;
  }
  .ash-section-head {
    gap: 35px;
  }
  .ash-panel {
    gap: 37px;
  }
  .ash-mission {
    gap: 45px;
  }
  .ash-film {
    gap: 45px;
  }
}
@media (max-width: 980px) {
  .primary-nav {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .mobile-nav.is-open {
    display: flex;
  }
  .nav-row {
    min-height: 78px;
  }
  .ash-hero {
    gap: 28px;
  }
  .ash-hero .hero-title {
    font-size: 69px;
  }
  .ash-stack-label {
    font-size: 6px;
  }
  .ash-intent img {
    width: 28px;
    height: 28px;
  }
  .ash-intent {
    gap: 11px;
  }
  .ash-step {
    min-width: 15px;
  }
  .ash-workstream {
    gap: 10px;
  }
  .ash-statement h2 {
    font-size: 35px;
  }
  .ash-section-head h2 {
    font-size: 54px;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
    padding-inline: 0;
  }
  .site-header .container {
    width: calc(100% - 36px);
  }
  .nav-row {
    min-height: 76px;
  }
  .brand-name {
    font-size: 16px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .ash-brand-suffix {
    font-size: 11px;
  }
  .section-head h2 {
    font-size: 42px;
  }
  .page-hero {
    padding-top: 53px;
    padding-bottom: 42px;
  }
  .page-hero h1 {
    font-size: 58px;
    line-height: 1.04;
  }
  .page-hero-sub {
    font-size: 15px;
    line-height: 1.9;
  }
  .page-hero-meta {
    gap: 13px;
  }
  .page-hero-meta li {
    font-size: 10px;
  }
  .btn {
    font-size: 12px;
    padding-inline: 20px;
  }
  .prose {
    font-size: 15px;
  }
  .mission-why,
  .manifesto,
  .vision {
    padding-block: 47px;
  }
  .legal-content h2,
  .legal-body h2 {
    font-size: 29px;
  }
  .legal-content h3,
  .legal-body h3 {
    font-size: 25px;
  }
  .legal-summary,
  .legal-toc {
    margin-top: 24px;
  }
  .legal-tldr {
    padding: 24px;
  }
  .download-page .section-head h1 {
    font-size: 58px;
  }
  .download-card {
    padding: 23px;
  }
  .pricing {
    padding-block: 64px;
  }
  .plan {
    padding: 26px 23px;
  }
  .plan-name {
    font-size: 32px;
  }
  .plan-price-amount {
    font-size: 41px;
  }
  .period-toggle-btn {
    font-size: 11px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    padding: 25px;
  }
  .blog-card-title,
  .blog-card h2,
  .blog-card h3 {
    font-size: 32px;
  }
  .article-title {
    font-size: 51px;
  }
  .article-body {
    font-size: 15px;
    line-height: 1.9;
  }
  .article-body h2 {
    font-size: 32px;
  }
  .article-body h3 {
    font-size: 27px;
  }
  .ash-hero {
    display: block;
    min-height: 0;
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .ash-hero .hero-title {
    font-size: clamp(60px, 15.5vw, 90px);
    line-height: 0.98;
  }
  .ash-eyebrow {
    font-size: 8px;
    margin-bottom: 24px;
  }
  .ash-lead {
    font-size: 14px;
    line-height: 1.9;
    margin: 27px 0 25px;
  }
  .ash-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ash-actions .btn {
    font-size: 11px;
    padding-inline: 12px;
    min-height: 46px;
  }
  .ash-actions .btn span[aria-hidden] {
    margin-left: 5px;
  }
  .ash-footnote {
    font-size: 8px;
    margin-top: 25px;
  }
  .ash-workstack {
    margin-top: 42px;
    padding-top: 15px;
  }
  .ash-stack-label {
    margin-left: 0;
    font-size: 6px;
  }
  .ash-intent {
    padding: 23px 16px;
  }
  .ash-intent strong {
    font-size: 25px;
  }
  .ash-workstream {
    padding: 21px 13px;
    margin-left: 22px;
    border-radius: 13px;
  }
  .ash-workstream:nth-of-type(4) {
    margin-left: 38px;
  }
  .ash-workstream:nth-of-type(5) {
    margin-left: 54px;
  }
  .ash-workstream strong {
    font-size: 23px;
  }
  .ash-workstream small {
    font-size: 9px;
    line-height: 1.7;
  }
  .ash-signal {
    width: 12px;
  }
  .ash-stack-bottom {
    font-size: 6px;
    margin-left: 0;
  }
  .ash-product {
    margin-bottom: 43px;
  }
  .ash-frame-caption {
    font-size: 6px;
    padding: 9px 11px;
    gap: 9px;
  }
  .ash-frame-caption button {
    font-size: 7px;
  }
  .ash-product-frame {
    border-radius: 9px;
  }
  .ash-statement {
    padding-block: 26px;
  }
  .ash-statement > .container {
    gap: 24px;
  }
  .ash-statement .ash-micro {
    font-size: 7px;
    max-width: 90px;
  }
  .ash-statement h2 {
    font-size: 29px;
  }
  .ash-statement > .container > span:last-child {
    display: none;
  }
  .ash-mobile-break {
    display: initial;
  }
  .ash-workflow {
    padding-block: 60px;
  }
  .ash-section-head {
    display: block;
    margin-bottom: 26px;
  }
  .ash-section-head h2 {
    font-size: 46px;
  }
  .ash-section-head > p {
    font-size: 13px;
    margin-top: 23px;
  }
  .ash-tabs {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .ash-tabs button {
    padding: 16px 9px;
    font-size: 13px;
    gap: 13px;
  }
  .ash-panel {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: stretch;
  }
  .ash-panel h3 {
    font-size: 37px;
    margin-top: 18px;
  }
  .ash-panel p {
    font-size: 14px;
    max-width: none;
  }
  .ash-panel img {
    border-radius: 8px;
  }
  .ash-providers {
    padding-block: 30px;
  }
  .ash-providers > p:first-child {
    font-size: 15px;
  }
  .ash-providers > p:first-child span {
    display: block;
  }
  .ash-providers > div {
    gap: 15px 29px;
    font-size: 20px;
  }
  .ash-providers .ash-provider-note {
    font-size: 11px;
    line-height: 1.8;
  }
  .ash-outcomes {
    display: block;
    padding-block: 52px 62px;
  }
  .ash-outcomes article {
    padding: 25px 0;
  }
  .ash-outcomes article + article {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--border);
  }
  .ash-outcomes h3 {
    font-size: 36px;
    margin-block: 18px;
  }
  .plugins-preview {
    padding-block: 57px;
  }
  .ash-mission {
    display: block;
    padding: 34px 27px;
    margin-block: 48px;
  }
  .ash-mission h2 {
    font-size: 46px;
    margin-bottom: 27px;
  }
  .ash-mission > div > p:not(.ash-eyebrow) {
    font-size: 14px;
  }
  .ash-film {
    display: block;
    padding-block: 10px 62px;
  }
  .ash-film h2 {
    font-size: 55px;
  }
  .ash-film-poster {
    margin-top: 30px;
  }
  .ash-closer {
    padding-block: 62px;
  }
  .ash-closer h2 {
    font-size: 53px;
  }
  .ash-dialog-header {
    padding: 11px 14px;
  }
  .ash-dialog-header h2 {
    font-size: 11px;
  }
  .ash-dialog-header button {
    font-size: 0;
  }
  .site-footer {
    padding-top: 38px;
  }
  .footer-grid {
    gap: 35px 20px;
  }
  .footer-bottom {
    padding-bottom: 28px;
  }
  .footer-built {
    max-width: 290px;
  }
  .cookie-banner-copy {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ash-workstack * {
    animation: none !important;
    transition: none !important;
  }
}
