/* Intuitive Software. Tokens from the v2 design system; dark by default, light only by data-theme. */
@font-face { font-family: "Open Runde"; src: url(/fonts/OpenRunde-Regular.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Open Runde"; src: url(/fonts/OpenRunde-Medium.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Departure Mono"; src: url(/fonts/DepartureMono-Regular.woff2) format("woff2"); font-display: swap; }
:root {
  --ground: #0E0E10; --ink: #F4EEDF; --ink-2: #B3AC9F; --ink-3: #7E7A70; --rule: #26251F; --tile: #161517; --accent: #C49BC9; --signal: #E07A6A;
  --t-links: #7FA3B8; --t-forms: #86A88F; --t-waitlist: #B89B6E; --t-surveys: #B58A93; --t-contacts: #A48BB0; --t-inventory: #7FA8A3; --t-workflows: #8E96AA;
  --sans: "Open Runde", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; /* @kind font */
  --mono: "Departure Mono", ui-monospace, Menlo, monospace; /* @kind font */
  --glyph: "Departure Mono", ui-monospace, "SF Mono", Menlo, "DejaVu Sans Mono", "Segoe UI Symbol", monospace;
  --col: 760px; --wide: 1040px; --gap: clamp(96px, 14vh, 160px);
}
:root[data-theme="light"] {
  --ground: #F4EEDF; --ink: #0E0E10; --ink-2: #5E5B55; --ink-3: #8A8578; --rule: #DCD5C6; --tile: #EDE6D6; --accent: #7C5A85; --signal: #A63D2F;
  --t-links: #4F7A93; --t-forms: #4F7D5C; --t-waitlist: #8A6C3B; --t-surveys: #8E5A66; --t-contacts: #6E5580; --t-inventory: #4B7D78; --t-workflows: #5C647A;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
.sec, .hero { scroll-margin-top: 40px; }
html, body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--rule); transition: border-color .15s ease, color .15s ease; }
a:hover { border-bottom-color: var(--accent); color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 1px solid var(--ink-2); outline-offset: 3px; }
::selection { background: var(--accent); color: var(--ground); }
input, button { font: inherit; color: inherit; }
input::placeholder { color: var(--ink-3); }
h1, h2, h3, p { margin: 0; }

.page { min-height: 100vh; display: flex; flex-direction: column; padding: 0 clamp(24px, 8vw, 120px); }
.bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; max-width: var(--wide); width: 100%; }
.wm { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; letter-spacing: -0.005em; line-height: 1; border: 0; }
.mark { width: 16px; height: 16px; display: block; }
.links { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: flex-end; }
.links a, .foot a { font-size: 14px; color: var(--ink-2); border-bottom-color: transparent; }
.btn { display: inline-block; font-size: 14px; font-weight: 500; color: var(--ground); background: var(--ink); padding: 7px 12px; border-radius: 4px; border: 0; cursor: pointer; white-space: nowrap; transition: background .15s ease; }
.btn:hover { background: var(--accent); color: var(--ground); border-bottom-color: transparent; }
.links .btn { color: var(--ground); }
.slot { display: none; } /* a link that is not live yet stays in the markup, out of the layout */
.read { font-size: 15px; }

.rise { animation: rise .6s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.hero { max-width: var(--col); margin-top: clamp(64px, 12vh, 140px); display: flex; flex-direction: column; gap: 28px; }
.eyebrow, .note, .label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.note { letter-spacing: 0.06em; }
.h1 { font-family: var(--mono); font-weight: 400; font-size: clamp(30px, 4.2vw, 46px); line-height: 1.15; letter-spacing: -0.01em; color: var(--ink); text-wrap: balance; }
.lead { font-size: 18px; line-height: 1.55; color: var(--ink-2); max-width: 54ch; text-wrap: pretty; }
.form { display: flex; flex-direction: column; gap: 10px; max-width: 460px; }
.form .row { display: flex; gap: 8px; flex-wrap: wrap; }
.input { flex: 1 1 220px; min-width: 0; background: transparent; border: 1px solid var(--rule); border-radius: 4px; padding: 9px 12px; font-size: 15px; outline: none; transition: border-color .15s ease; }
.input:focus { border-color: var(--ink-2); }
.form .btn { padding: 9px 14px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.sec { max-width: var(--col); margin-top: var(--gap); display: flex; flex-direction: column; gap: 22px; }
.sechead { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.h2 { font-family: var(--mono); font-weight: 400; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.h3 { font-family: var(--mono); font-weight: 400; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; letter-spacing: -0.01em; text-wrap: balance; }
.p { font-size: 17px; color: var(--ink-2); max-width: 54ch; text-wrap: pretty; }
.small { font-size: 15px; color: var(--ink-2); }

.mods { display: flex; flex-direction: column; }
.mod { display: grid; grid-template-columns: 28px minmax(0, 140px) 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: baseline; color: inherit; transition: border-color .15s ease; }
.mod:hover { border-bottom-color: var(--tint); color: inherit; } /* at rest only the glyph is tinted; on hover the whole hairline takes the tint */
.glyph { font-family: var(--glyph); font-size: 15px; color: var(--tint); }
.mod .name { font-size: 16px; font-weight: 500; color: var(--ink); }
.mod .line { font-size: 15px; color: var(--ink-2); text-wrap: pretty; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px 32px; }
.step { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--rule); padding-top: 16px; }
.step .n { font-family: var(--mono); font-size: 13px; color: var(--ink-3); }
.step h3 { font-size: 18px; font-weight: 500; line-height: 1.3; }
.step p { color: var(--ink-2); text-wrap: pretty; }

.transcript { border: 1px solid var(--rule); border-radius: 4px; padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; font-family: var(--mono); font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.transcript div { display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.transcript .who { color: var(--ink-3); }
.transcript .agent { color: var(--ink-2); }
.pair { display: flex; gap: 28px; flex-wrap: wrap; font-size: 15px; color: var(--ink-2); }
.yours { display: flex; gap: 32px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }

.faq { display: flex; flex-direction: column; }
.qa { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px 32px; padding: 18px 0; border-top: 1px solid var(--rule); }
.qa .q { font-size: 16px; font-weight: 500; text-wrap: pretty; }
.qa .a { font-size: 15px; color: var(--ink-2); text-wrap: pretty; }

.foot { margin-top: auto; padding: clamp(80px, 12vh, 140px) 0 32px; max-width: var(--wide); width: 100%; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--rule); }
.foot .group { display: flex; gap: 26px; flex-wrap: wrap; align-items: baseline; }
.foot .name { font-size: 15px; font-weight: 500; }
.foot .note a { color: var(--ink-3); border-bottom: 1px solid var(--rule); }
.foot .note a:hover { color: var(--accent); border-bottom-color: var(--accent); }

@media (max-width: 900px) { .qa { grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 640px) {
  .input { font-size: 16px; }
  .bar { flex-direction: column; align-items: flex-start; gap: 18px; }
  .links { justify-content: flex-start; gap: 18px; }
  .mod { grid-template-columns: 24px 1fr; gap: 4px 14px; }
  .mod .line { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .rise { animation: none; } a, .btn, .input, .mod { transition: none; } }
