.ace-page {
  --ace-field: #f5f7f1;
  --ace-field-soft: #fbfcf8;
  --ace-ink: #17342b;
  --ace-muted: #5c6e66;
  --ace-line: rgba(36, 73, 57, 0.18);
  --ace-green: #296747;
  min-width: 20rem;
  overflow-x: clip;
  color: var(--ace-ink);
  background: var(--ace-field);
  font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
.dark .ace-page {
  --ace-field: #0d171b;
  --ace-field-soft: #111e21;
  --ace-ink: #eef3ee;
  --ace-muted: #aabbb9;
  --ace-line: rgba(183, 218, 202, 0.19);
  --ace-green: #b5d9c0;
}
.ace-page :is(h1, h2, h3, p, figure) { margin: 0; }
.ace-page :is(h1, h2, h3) { color: var(--ace-ink); font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -0.045em; }
.ace-page .v2-heading { max-width: 19ch; color: var(--ace-ink); font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: clamp(2rem, 3.25vw, 3rem); font-weight: 600; line-height: 1.12; }
.ace-page .v2-wrap { max-width: 1280px; padding-inline: clamp(20px, 4vw, 64px); }
.ace-page .v2-section { padding-block: clamp(4rem, 7vw, 6.5rem); }
.ace-page .v2-copy { color: var(--ace-muted); font-size: 1.0625rem; line-height: 1.75; }
.ace-page .v2-kicker { color: var(--ace-green); font-size: 0.8125rem; }
.ace-page :where(a, summary):focus-visible { outline: 3px solid var(--home-rust); outline-offset: 4px; }

.ace-site-header .ace-focused-nav { grid-template-columns: auto minmax(0, 1fr); }
.ace-back-link { display: inline-flex; align-items: center; justify-self: end; min-height: 2.75rem; color: var(--home-muted) !important; font-size: 0.875rem; font-weight: 800; text-decoration: underline !important; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent) !important; text-underline-offset: 0.3em; }
.ace-back-link:hover { color: var(--home-green) !important; }
.ace-back-link:focus { outline-color: var(--home-rust) !important; outline-style: solid !important; outline-width: 3px !important; outline-offset: 4px !important; }

.ace-hero, .ace-outcomes, .ace-faq { --v2-ink: var(--ace-ink); --v2-muted: var(--ace-muted); --v2-line: var(--ace-line); color: var(--ace-ink); background: var(--ace-field); }
.ace-founder { --v2-ink: var(--ace-ink); --v2-muted: var(--ace-muted); --v2-line: var(--ace-line); color: var(--ace-ink); background: var(--ace-field-soft); }
.ace-hero { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.ace-hero-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr); align-items: center; gap: clamp(2.5rem, 5vw, 4rem); }
.ace-kicker-lockup { display: flex; align-items: center; gap: 0.75rem; color: var(--ace-green); }
.ace-winged-emblem { flex: 0 0 auto; color: var(--ace-green); }
.ace-winged-emblem :is(path, circle) { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.ace-hero h1 { max-width: 18ch; margin-top: 1.25rem; color: var(--ace-ink); font-size: clamp(2.6rem, 4.7vw, 4.25rem); font-weight: 700; line-height: 1.05; text-wrap: balance; }
.ace-hero-intro { max-width: 56ch; margin-top: 1.75rem; color: var(--ace-muted); font-size: 1.0625rem; line-height: 1.75; }
.ace-hero-intro p + p { margin-top: 1.15rem; }
.ace-actions { margin-top: 1.75rem; }
.ace-page .v2-button { min-height: 52px; border: 1px solid #296747; border-radius: 6px; color: #ffffff; background: #296747; }
.ace-page .v2-button:hover { background: #397a57; }
.dark .ace-page .v2-button { border-color: #b5d9c0; color: #12271c; background: #b5d9c0; }
.dark .ace-page .v2-button:hover { background: #cae8d1; }
.ace-hero-figure { width: 100%; max-width: 30rem; justify-self: end; }
.ace-hero-figure img { display: block; width: 100%; height: auto; border-radius: 0.5rem; }
.ace-hero-figure figcaption { margin-top: 0.75rem; color: var(--ace-muted); font-size: 0.8125rem; line-height: 1.5; }

.ace-founder-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.ace-founder-copy { max-width: 60ch; }
.ace-founder-copy p + p { margin-top: 1.15rem; }
.ace-outcomes { border-top: 1px solid var(--ace-line); }
.ace-outcomes-intro { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ace-outcomes-intro .v2-heading { max-width: 24ch; }
.ace-outcomes-intro .v2-copy { max-width: 65ch; margin-top: 1.5rem; }
.ace-outcome { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); padding-block: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid var(--ace-line); }
.ace-outcome-copy { min-width: 0; }
.ace-outcome-copy h3 { max-width: 25ch; font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 600; line-height: 1.2; }
.ace-outcome-copy > p:not(.ace-focus-label) { max-width: 55ch; color: var(--ace-muted); font-size: 1.0625rem; line-height: 1.75; }
.ace-outcome-copy h3 + p { margin-top: 1rem; }
.ace-outcome-copy > p:not(.ace-focus-label) + p { margin-top: 1rem; }
.ace-diagram { box-sizing: border-box; width: 100%; min-width: 0; padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid var(--ace-line); border-radius: 0.5rem; background: var(--ace-field-soft); }
.ace-diagram figcaption { margin-bottom: 1rem; color: var(--ace-muted); font-size: 0.875rem; line-height: 1.5; text-align: left; }
.ace-diagram-title { color: var(--ace-ink); font-size: 1.125rem; font-weight: 600; line-height: 1.5; }
.ace-diagram-label { color: var(--ace-ink); font-size: 0.875rem; font-weight: 600; line-height: 1.55; }

.ace-control-panel dl { margin: 1rem 0 0; }
.ace-control-panel dl > div { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; padding: 1rem; border-top: 1px solid var(--ace-line); }
.ace-control-panel dt { color: var(--ace-ink); font-size: 0.875rem; font-weight: 600; line-height: 1.6; }
.ace-control-panel dd { min-width: 0; margin: 0; color: var(--ace-muted); font-size: 0.9375rem; line-height: 1.6; }
.ace-control-panel .ace-control-measure { border-left: 3px solid var(--ace-green); background: color-mix(in srgb, var(--ace-green) 6%, var(--ace-field-soft)); }
.ace-source-line { display: block; margin-top: 0.5rem; color: var(--ace-muted); font-size: 0.875rem; line-height: 1.55; }

.ace-vault-folders { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.ace-vault-folders li { position: relative; min-width: 0; padding: 1.25rem 1rem 1rem; border: 1px solid var(--ace-line); border-radius: 0.25rem; color: var(--ace-ink); font-size: 0.9375rem; font-weight: 600; line-height: 1.6; background: var(--ace-field); }
.ace-vault-folders li::before { content: ""; position: absolute; top: -1px; left: 0.75rem; width: 2.5rem; height: 0.35rem; border: 1px solid var(--ace-line); border-bottom: 0; border-radius: 0.2rem 0.2rem 0 0; background: var(--ace-field-soft); transform: translateY(-100%); }
.ace-vault-question, .ace-vault-answer { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--ace-line); }
.ace-vault-answer { padding-left: 1rem; border-top: 0; border-left: 3px solid var(--ace-green); }
.ace-vault-question > p:last-child, .ace-vault-answer > p:last-child { margin-top: 0.35rem; color: var(--ace-muted); font-size: 0.9375rem; line-height: 1.6; }

.ace-focus-label { margin-top: 1.5rem; color: var(--ace-ink); font-size: 1rem; font-weight: 600; line-height: 1.6; }
.ace-focus-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem 1.5rem; margin: 0.75rem 0 0; padding-left: 1.25rem; color: var(--ace-muted); font-size: 1rem; line-height: 1.6; list-style-type: disc; }
.ace-focus-list li { min-width: 0; padding-left: 0.15rem; }
.ace-owner-node, .ace-worker-nodes li { box-sizing: border-box; min-width: 0; padding: 0.875rem; border: 1px solid var(--ace-line); border-radius: 0.35rem; background: var(--ace-field); }
.ace-owner-node { position: relative; width: 100%; max-width: 12rem; margin-inline: auto; border-color: var(--ace-green); background: color-mix(in srgb, var(--ace-green) 7%, var(--ace-field-soft)); }
.ace-owner-node::after { content: ""; position: absolute; top: 100%; left: 50%; height: 1rem; border-left: 1px solid var(--ace-line); }
.ace-node-title { color: var(--ace-ink); font-size: 1rem; font-weight: 700; line-height: 1.5; }
.ace-owner-node > p:last-child, .ace-worker-nodes li > p:not(.ace-node-title) { color: var(--ace-muted); font-size: 0.875rem; line-height: 1.55; }
.ace-owner-node > p:last-child { margin-top: 0.25rem; }
.ace-worker-nodes { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.ace-worker-nodes::before { content: ""; position: absolute; top: -1rem; right: calc(16.666% - 0.25rem); left: calc(16.666% - 0.25rem); border-top: 1px solid var(--ace-line); }
.ace-worker-nodes li { position: relative; }
.ace-worker-nodes li::before { content: ""; position: absolute; bottom: 100%; left: 50%; height: 1rem; border-left: 1px solid var(--ace-line); }
.ace-worker-nodes li > p:not(.ace-node-title) { margin-top: 0.5rem; }

.ace-faq { border-top: 1px solid var(--ace-line); }
.ace-faq-layout { display: grid; grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1.38fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.ace-faq-layout > header { position: sticky; top: 7rem; }
.ace-faq .v2-heading { max-width: 15ch; }
.ace-faq-list { min-width: 0; }
.ace-faq-list summary { color: var(--ace-ink); }
.ace-faq-list summary::after { color: var(--ace-green); }
.ace-faq-list p { color: var(--ace-muted); }
.ace-faq-list a { color: var(--ace-green); }

.ace-closing { background: var(--v3-panel); }
.ace-closing-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.ace-closing .v2-heading { max-width: 18ch; color: var(--v2-ink); }
.ace-closing .v2-copy { max-width: 53ch; margin-top: 1.5rem; color: var(--v3-muted); }
.ace-closing-action { padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--v2-line); }
.ace-waitlist-help { max-width: 53ch; margin-top: 1rem; color: #c5d1ca; font-size: 0.875rem; line-height: 1.7; }
.ace-form-status { min-height: 1.5rem; margin-bottom: 1rem !important; padding-left: 0.75rem; border-left: 2px solid #b5d9c0; color: #d4ded8; font-size: 0.875rem; line-height: 1.6; }
.ace-mailerlite-shell[data-mailerlite-state="unavailable"] .ace-form-status { border-left-color: #efc0a3; }
.ace-mailerlite-shell[data-mailerlite-state="confirmation-pending"] .ace-form-status { border-left-color: #c9b7df; }
.ace-closing-action .ml-embedded { min-width: 0; }
#waitlist.ace-closing .ace-closing-action .ml-embedded :is(.ml-form-embedContainer, .ml-form-align-center, .ml-form-embedWrapper) { display: block !important; width: 100% !important; max-width: none !important; margin: 0 !important; text-align: left !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper { border: 0 !important; border-radius: 0 !important; background: transparent !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper :is(.ml-form-embedBody, .ml-form-successBody) { padding: 0 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .row-form .ml-form-embedContent { display: none !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper :is(.ml-form-formContent, .ml-form-fieldRow, .ml-field-group) { margin: 0 !important; padding: 0 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form input[type="email"] { box-sizing: border-box !important; width: 100% !important; min-height: 3.4rem !important; padding: 0.8rem 0.95rem !important; border: 2px solid #d9e2dc !important; border-radius: 0.25rem !important; color: #17342b !important; background: #ffffff !important; font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif !important; font-size: 1rem !important; line-height: 1.4 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form input[type="email"]::placeholder { color: #5c6e66 !important; opacity: 1 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form input[type="email"]:focus-visible { outline: 3px solid #c9b7df !important; outline-offset: 3px !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedSubmit { margin: 0.7rem 0 0 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedSubmit :is(button.primary, button.loading) { width: 100% !important; min-height: 3.4rem !important; padding: 0.8rem 1rem !important; border: 2px solid #b5d9c0 !important; border-radius: 0.25rem !important; color: #12271c !important; background: #b5d9c0 !important; font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif !important; font-size: 0.9rem !important; font-weight: 700 !important; line-height: 1.4 !important; cursor: pointer !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedSubmit button.primary:hover { border-color: #cae8d1 !important; background: #cae8d1 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedSubmit :is(button.primary, button.loading):focus-visible { outline: 3px solid #c9b7df !important; outline-offset: 3px !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-error input[type="email"], #waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper input[type="email"][aria-invalid="true"] { border-color: #ffb19a !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper :is(.ml-error, .ml-error-message, .form-error) { color: #ffd2c6 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successContent { margin: 0 !important; padding-left: 1rem; border-left: 3px solid #c9b7df; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successContent h4 { margin: 0 !important; color: #ffffff !important; font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif !important; font-size: 1.65rem !important; font-weight: 700 !important; letter-spacing: -0.035em !important; line-height: 1.2 !important; }
#waitlist.ace-closing .ace-closing-action .ml-embedded .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successContent p { margin: 0.8rem 0 0 !important; color: #d4ded8 !important; font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif !important; font-size: 0.85rem !important; line-height: 1.7 !important; }
.ace-form-fallback { margin-top: 1.1rem !important; padding-top: 1rem; border-top: 1px solid #466255; color: #cbd6d0; font-size: 0.875rem; line-height: 1.7; }
.ace-form-fallback a, .ace-inquiry-link { color: #d8c7ea; font-weight: 700; text-decoration: underline; text-underline-offset: 0.25em; }
.ace-form-fallback a { overflow-wrap: anywhere; }
.ace-noscript-note { margin-top: 1rem !important; padding-left: 0.8rem; border-left: 2px solid #efc0a3; color: #d4ded8; font-size: 0.78rem; line-height: 1.6; }
.ace-inquiry-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 1rem; }
.ace-form-fallback a:hover, .ace-inquiry-link:hover { color: #ffffff; }

.ace-footer { color: #b6c7bc; background: var(--v3-bg); border-top: 1px solid #2f493d; }
.ace-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5rem; font-size: 0.8125rem; }
.ace-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.ace-footer a:hover { color: #ffffff; }

@media (max-width: 900px) {
  .ace-hero-layout { grid-template-columns: minmax(0, 1fr); }
  .ace-hero-copy { max-width: 48rem; }
  .ace-hero-figure { justify-self: start; }
  .ace-outcome { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .ace-focus-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .ace-focus-list { grid-template-columns: minmax(0, 1fr); }
  .ace-owner-node { margin-left: 0; }
  .ace-owner-node::after, .ace-worker-nodes::before { content: none; }
  .ace-worker-nodes { grid-template-columns: minmax(0, 1fr); gap: 0.75rem; padding-left: 1.5rem; }
  .ace-worker-nodes li::before { top: -0.75rem; right: 100%; bottom: 50%; left: -1.5rem; width: auto; height: auto; border: 0; border-bottom: 1px solid var(--ace-line); border-left: 1px solid var(--ace-line); }
  .ace-worker-nodes li:first-child::before { top: -2rem; }
  .ace-worker-nodes li:not(:last-child)::after { content: ""; position: absolute; top: 50%; bottom: -0.75rem; left: -1.5rem; border-left: 1px solid var(--ace-line); }
}
@media (max-width: 900px) and (min-width: 601px) {
  .ace-focus-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 48rem) {
  .ace-page .home-site-header { position: relative; }
  .ace-focused-nav { min-height: 4.5rem; gap: 0.75rem; }
  .ace-focused-nav .home-brand img { width: 8.25rem; }
  .ace-back-link { font-size: 0.78rem; white-space: nowrap; }
}
@media (max-width: 700px) {
  .ace-page .v2-section { padding-block: 4rem; }
  .ace-hero { padding-block: 3rem 3.5rem; }
  .ace-founder-layout, .ace-faq-layout, .ace-closing-layout { grid-template-columns: minmax(0, 1fr); }
  .ace-founder-layout, .ace-faq-layout { gap: 2.5rem; }
  .ace-faq-layout > header { position: static; }
  .ace-closing-action { padding: 2rem 0 0; border-top: 1px solid var(--v2-line); border-left: 0; }
}
@media (max-width: 600px) {
  .ace-control-panel dl > div { grid-template-columns: minmax(0, 1fr); gap: 0.35rem; }
  .ace-focus-list { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 420px) {
  .ace-vault-folders { grid-template-columns: minmax(0, 1fr); }
  .ace-actions .v2-button, .ace-closing-action .v2-button { width: 100%; }
}
@media (max-width: 25rem) {
  .ace-focused-nav .home-brand img { width: 7.5rem; }
  .ace-back-link { font-size: 0.72rem; }
}
@media (forced-colors: active) {
  .ace-diagram, .ace-control-panel dl > div, .ace-vault-folders li, .ace-vault-folders li::before, .ace-vault-question, .ace-vault-answer, .ace-owner-node, .ace-worker-nodes li, .ace-owner-node::after, .ace-worker-nodes::before, .ace-worker-nodes li::before, .ace-worker-nodes li::after, .ace-closing-action { border-color: CanvasText; }
}
@media (prefers-reduced-motion: reduce) {
  .ace-page *, .ace-page *::before, .ace-page *::after { scroll-behavior: auto !important; }
}
