/* ==========================================================================
   CASL: how partner introductions work.
   Styles the page partner-introductions.html and the "Learn more" drawer on
   partner-apply.html, which loads that same article. Built 23 Sept 2026.
   Every rule is scoped under .ix (the article) or .ixd (the drawer), so this
   file cannot reach anything else on the site. Tokens come from site.css.
   ========================================================================== */

/* ---------- the article shell ---------- */
.ix {
  container: ix / inline-size;
  position: relative;
  background: var(--cream-100);
  color: var(--ink-900);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.6;
}
.ix *, .ix *::before, .ix *::after { box-sizing: border-box; }
.ix h1, .ix h2, .ix h3, .ix h4, .ix p, .ix ul, .ix ol, .ix figure { margin: 0; }
.ix ul, .ix ol { padding: 0; }
.ix a:not(.btn) { color: var(--green-700); text-underline-offset: 3px; }
.ix-wrap { max-width: 1140px; margin: 0 auto; padding: 0 var(--gutter); }
.ix-sr { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ix-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ix-ico { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; display: block; }
.ix [id] { scroll-margin-top: 100px; }
.ixd .ix [id] { scroll-margin-top: 16px; }

.ix-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #8C5335;
}
.ix-kicker::before { content: ""; width: 34px; height: 2px; background: var(--terra-500); border-radius: 2px; transition: width .3s var(--ease-out); }
.ix-head:hover .ix-kicker::before { width: 52px; }
.ix-h2 {
  font-family: var(--serif); font-weight: 600; letter-spacing: -.015em; line-height: 1.08;
  font-size: clamp(30px, 4.4vw, 50px); color: var(--ink-900); text-wrap: balance;
}
@supports (font-size: 1cqi) { .ix-h2 { font-size: clamp(29px, 4.7cqi, 50px); } }
.ix-h2 em { font-style: italic; font-weight: 500; color: var(--terra-600); }
.ix-lead { font-size: clamp(17.5px, 1.9vw, 20px); color: var(--ink-700); max-width: 38em; }
.ix-head { display: flex; flex-direction: column; gap: 14px; max-width: 48em; margin-bottom: clamp(28px, 4vw, 46px); }
.ix-sec { position: relative; padding: clamp(64px, 9vw, 112px) 0; }
.ix-canvas { background: var(--cream-50); border-top: 1px solid var(--ink-100); border-bottom: 1px solid var(--ink-100); }

/* the member sign-up popup (site.js) already stays off the partner application; keep it off this partner page too */
body:has(.ix--page) .promo-pop { display: none !important; }

/* site.css darkens every paragraph inside main on hover; keep the dark bands light */
.ix-hero p:hover, .ix-promise p:hover, .ix-cta p:hover { color: var(--cream-50); }

/* replay buttons */
.ix-replay {
  display: inline-flex; align-items: center; gap: 8px; font: inherit; font-weight: 700; font-size: 15px;
  color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-200);
  border-radius: 999px; padding: 8px 16px 8px 12px; min-height: 44px; cursor: pointer;
  transition: background var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out);
}
.ix-replay:hover { background: var(--green-100); transform: translateY(-1px); }
.ix-replay .ix-ico { width: 18px; height: 18px; }

/* scroll reveal, only once the script has armed it, so nothing hides without JS */
.ix-armed [data-rv] { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease-out), transform .75s var(--ease-out); transition-delay: var(--d, 0s); }
.ix-armed [data-rv].is-in { opacity: 1; transform: none; }

@keyframes ix-rise { from { opacity: 0; transform: translateY(18px); } }
@keyframes ix-fade-in { from { opacity: 0; transform: scale(.96); } }

/* ==========================================================================
   1. Hero
   ========================================================================== */
.ix-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--green-900); color: var(--cream-50);
  padding: clamp(40px, 6vw, 72px) 0 clamp(52px, 7vw, 88px);
}
.ix--page .ix-hero { padding-top: clamp(140px, 19vh, 205px); }
.ix-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background: url('../assets/img/ambient-bg.webp') center/cover no-repeat; }
.ix-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(90% 120% at 92% -10%, rgba(201,122,74,.30), transparent 55%),
    radial-gradient(60% 90% at -5% 110%, rgba(111,165,149,.20), transparent 60%);
}
.ix-hero .fl-host { z-index: -1; }
.ix-hero :focus-visible { outline-color: #D8925F; }
.ix-hero-grid { display: grid; gap: clamp(30px, 4vw, 56px); align-items: center; }
@container ix (min-width: 860px) { .ix-hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); } }
.ix-hero-copy { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.ix-hero-copy > * { animation: ix-rise .8s var(--ease-out) both; }
.ix-hero-copy > :nth-child(2) { animation-delay: .06s; }
.ix-hero-copy > :nth-child(3) { animation-delay: .12s; }
.ix-hero-copy > :nth-child(4) { animation-delay: .18s; }
.ix-hero-copy > :nth-child(5) { animation-delay: .24s; }
.ix-hero-copy > :nth-child(6) { animation-delay: .30s; }
.ix-crumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: 14.5px; color: var(--green-400); }
.ix-hero .ix-crumbs a:not(.btn) { color: var(--cream-200); text-decoration: none; }
.ix-hero .ix-crumbs a:not(.btn):hover { color: var(--terra-300); }
.ixd .ix-crumbs { display: none; }
.ix-hero .ix-kicker { color: var(--terra-300); }
.ix-hero .ix-kicker::before { background: var(--terra-300); }
.ix-h1 {
  font-family: var(--serif); font-weight: 600; letter-spacing: -.02em; line-height: 1.04;
  font-size: clamp(38px, 5.4vw, 66px); color: var(--cream-50); text-wrap: balance;
}
@supports (font-size: 1cqi) { .ix-h1 { font-size: clamp(36px, 6.1cqi, 66px); } }
.ix-h1 em { font-style: italic; font-weight: 500; color: var(--terra-300); }
.ix-hero-lede { font-size: clamp(17.5px, 1.9vw, 20.5px); color: var(--cream-200); max-width: 34em; line-height: 1.6; }
.ix-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.ix-pills li {
  display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700;
  color: var(--cream-50); background: rgba(253,251,246,.07); border: 1px solid rgba(253,251,246,.26);
  border-radius: 999px; padding: 7px 14px 7px 11px;
}
.ix-pills li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--terra-500); box-shadow: 0 0 0 3px rgba(216,146,95,.25); }
.ix-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.ix-hero-cta .btn svg { transition: transform var(--t-fast) var(--ease-out); }
.ix-hero-cta .btn:hover svg { transform: translateY(3px); }

/* the loop */
.ix-loop { position: relative; width: 100%; max-width: 500px; justify-self: center; animation: ix-fade-in 1.1s .2s var(--ease-out) both; }
.ix-loop svg { display: block; width: 100%; height: auto; overflow: visible; }
.ix-loop text { font-family: var(--sans); font-weight: 700; fill: var(--cream-200); }
.ix-loop .ix-l-name { font-size: 19px; fill: var(--cream-50); }
.ix-loop .ix-l-tick { font-size: 16px; fill: var(--terra-300); }
.ix-loop .ix-l-verb { font-size: 16px; font-style: italic; font-weight: 400; fill: var(--cream-200); font-family: var(--serif); }
@container ix (max-width: 560px) {
  .ix-loop .ix-l-name { font-size: 21px; }
  .ix-loop .ix-l-tick, .ix-loop .ix-l-verb { font-size: 19px; }
}
.ix-ring { fill: none; stroke: rgba(234,191,156,.30); stroke-width: 2; stroke-dasharray: 2 10; stroke-linecap: round; }
.ix-comet, .ix-comet-tail { fill: none; stroke-linecap: round; }
.ix-comet { stroke: var(--terra-500); stroke-width: 6; stroke-dasharray: 60 851; animation: ix-orbit 8s linear infinite; filter: drop-shadow(0 0 7px rgba(216,146,95,.9)); }
.ix-comet-tail { stroke: var(--terra-300); stroke-width: 3; opacity: .45; stroke-dasharray: 150 761; stroke-dashoffset: 90; animation: ix-orbit-tail 8s linear infinite; }
@keyframes ix-orbit { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -911; } }
@keyframes ix-orbit-tail { from { stroke-dashoffset: 90; } to { stroke-dashoffset: -821; } }
.ix-pulse { fill: none; stroke: var(--terra-300); stroke-width: 2; opacity: 0; transform-box: fill-box; transform-origin: center; animation: ix-pulse 8s var(--ease-out) infinite; }
.ix-pulse--casl { animation-delay: 1.1s; }
.ix-pulse--you  { animation-delay: 3.75s; }
.ix-pulse--fam  { animation-delay: 6.4s; }
@keyframes ix-pulse { 0% { opacity: .85; transform: scale(1); } 16% { opacity: 0; transform: scale(1.5); } 100% { opacity: 0; transform: scale(1.5); } }
.ix-node-you { fill: var(--cream-50); }
.ix-node-fam { fill: var(--terra-100); }
.ix-node-casl { fill: var(--green-700); stroke: rgba(253,251,246,.55); stroke-width: 2; }
.ix-node-halo { fill: rgba(253,251,246,.07); }
.ix-tickdot { fill: var(--terra-300); }
.ix-loop-legend { list-style: none; display: grid; gap: 10px; margin-top: 14px; counter-reset: ixl; }
.ix-loop-legend li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; color: var(--cream-200); }
.ix-loop-legend li::before {
  counter-increment: ixl; content: counter(ixl); flex: 0 0 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 700; font-size: 13.5px; color: var(--terra-300);
  background: rgba(234,191,156,.14); border: 1px solid rgba(234,191,156,.35);
}

/* ==========================================================================
   2. The cold lead, with and without CASL
   ========================================================================== */
.ix-time-card {
  --x0: max(86px, 24%);
  --xs: calc((100% - var(--x0) - 30px) / 5);
  --x: calc(var(--x0) + var(--s, 0) * var(--xs));
  position: relative; display: grid; gap: 18px;
  background: #fff; border: 1px solid var(--ink-100); border-radius: 26px;
  box-shadow: var(--shadow-lg); padding: clamp(18px, 3.4vw, 36px);
}
.ix-time-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.ix-seg { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; background: var(--cream-200); border-radius: 999px; padding: 5px; }
.ix-seg::before {
  content: ""; position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px);
  border-radius: 999px; background: var(--ink-700); box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease-out), background .5s var(--ease-out);
}
.ix-time-card[data-mode="with"] .ix-seg::before { transform: translateX(100%); background: var(--green-700); }
.ix-seg button {
  position: relative; z-index: 1; font: inherit; font-weight: 700; font-size: 15.5px; white-space: nowrap;
  border: 0; background: transparent; color: var(--ink-700); padding: 9px 18px; min-height: 44px;
  border-radius: 999px; cursor: pointer; transition: color .4s var(--ease-out);
}
.ix-seg button[aria-pressed="true"] { color: #fff; }
.ix-time-card.is-playing .ix-replay { opacity: .55; }

.ix-stage { position: relative; height: 226px; }
.ix-st-base { position: absolute; left: 28px; right: 28px; top: 105px; height: 2px; background: repeating-linear-gradient(90deg, var(--ink-200) 0 6px, transparent 6px 12px); }
.ix-st-you, .ix-st-fam, .ix-st-rival { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.ix-st-you b, .ix-st-fam b, .ix-st-rival b {
  position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-size: 13.5px; font-weight: 700; letter-spacing: .02em;
}
.ix-st-you b, .ix-st-fam b { bottom: calc(100% + 8px); }
.ix-st-you { left: 0; top: 106px; width: 56px; height: 56px; transform: translateY(-50%); background: var(--green-700); color: var(--cream-50); box-shadow: 0 8px 18px rgba(47,93,80,.3); z-index: 3; }
.ix-st-you b { color: var(--green-700); left: 28px; }
.ix-st-fam {
  left: var(--x); top: 106px; width: 52px; height: 52px; transform: translate(-50%, -50%); z-index: 3;
  background: var(--terra-100); color: var(--terra-800); border: 2px solid var(--terra-300);
  transition: left .8s var(--ease-out), filter .8s var(--ease-out), opacity .8s var(--ease-out), background .5s, border-color .5s;
}
.ix-st-fam b { color: var(--terra-800); }
.ix-time-card[data-mode="without"] .ix-st-fam { filter: grayscale(calc(var(--s) * .2)); opacity: calc(1 - var(--s) * .1); }
.ix-st-thread {
  position: absolute; left: 56px; top: 104.5px; height: 3px; border-radius: 3px; z-index: 1;
  width: calc(var(--x) - 56px - 26px);
  transition: width .8s var(--ease-out), opacity .8s var(--ease-out);
}
.ix-time-card[data-mode="with"] .ix-st-thread {
  height: 4px; top: 104px;
  background: repeating-linear-gradient(90deg, var(--terra-500) 0 14px, var(--terra-300) 14px 20px);
  box-shadow: 0 0 10px rgba(216,146,95,.55);
  animation: ix-thread 1.1s linear infinite;
}
.ix-time-card[data-mode="without"] .ix-st-thread { background: repeating-linear-gradient(90deg, var(--ink-500) 0 6px, transparent 6px 14px); opacity: calc(1 - var(--s) * .19); }
@keyframes ix-thread { from { background-position: 0 0; } to { background-position: 20px 0; } }
.ix-st-casl {
  position: absolute; top: 106px; left: calc((var(--x) + 30px) / 2); z-index: 2;
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green-900); border: 2px solid var(--terra-300);
  transform: translate(-50%, -50%) scale(.4); opacity: 0;
  transition: left .8s var(--ease-out), opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.ix-st-casl svg { width: 20px; height: 20px; }
.ix-time-card[data-mode="with"]:not([data-step="0"]) .ix-st-casl { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.ix-st-return {
  position: absolute; left: 28px; top: 106px; height: 66px; z-index: 0;
  width: calc(var(--x) - 28px);
  border: 2.5px dashed var(--terra-600); border-top: 0; border-radius: 0 0 50% 50% / 0 0 100% 100%;
  opacity: 0; transform: translateY(-10px); transform-origin: top;
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out), width .8s var(--ease-out);
}
.ix-st-return::before {
  content: ""; position: absolute; left: -8px; top: 22px; width: 0; height: 0;
  border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 11px solid var(--terra-600);
}
.ix-st-return em {
  position: absolute; left: 50%; top: calc(100% + 8px); transform: translateX(-50%); white-space: nowrap;
  font-style: normal; font-weight: 700; font-size: 13.5px; color: var(--terra-800);
  background: var(--terra-50); border: 1px solid var(--terra-100); border-radius: 999px; padding: 3px 12px;
}
.ix-time-card[data-mode="with"][data-step="4"] .ix-st-return,
.ix-time-card[data-mode="with"][data-step="5"] .ix-st-return { opacity: 1; transform: none; }
.ix-time-card[data-mode="with"][data-step="4"] .ix-st-you,
.ix-time-card[data-mode="with"][data-step="5"] .ix-st-you { animation: ix-glow 2.2s var(--ease-out) infinite; }
@keyframes ix-glow { 0%, 100% { box-shadow: 0 8px 18px rgba(47,93,80,.3), 0 0 0 0 rgba(216,146,95,.5); } 50% { box-shadow: 0 8px 18px rgba(47,93,80,.3), 0 0 0 12px rgba(216,146,95,0); } }
.ix-st-rival {
  left: calc(var(--x) - 34px); top: 178px; width: 40px; height: 40px; transform: translate(-50%, -50%) scale(.5);
  background: var(--cream-200); color: var(--ink-500); border: 1.5px dashed var(--ink-200); opacity: 0;
  transition: left .8s var(--ease-out), opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.ix-st-rival .ix-ico { width: 20px; height: 20px; }
.ix-st-rival b { top: calc(100% + 5px); color: var(--ink-500); font-weight: 600; }
.ix-time-card[data-mode="without"][data-step="3"] .ix-st-rival,
.ix-time-card[data-mode="without"][data-step="4"] .ix-st-rival,
.ix-time-card[data-mode="without"][data-step="5"] .ix-st-rival { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.ix-range-wrap { position: relative; padding-bottom: 26px; }
.ix-range {
  -webkit-appearance: none; appearance: none; display: block; background: transparent; cursor: pointer;
  margin: 0 0 0 calc(var(--x0) - 15px); width: calc(100% - var(--x0) - 30px + 30px); height: 34px;
}
.ix-range::-webkit-slider-runnable-track { height: 6px; border-radius: 6px; background: linear-gradient(90deg, var(--terra-500), var(--terra-300)); }
.ix-range::-moz-range-track { height: 6px; border-radius: 6px; background: linear-gradient(90deg, var(--terra-500), var(--terra-300)); }
.ix-time-card[data-mode="without"] .ix-range::-webkit-slider-runnable-track { background: var(--ink-200); }
.ix-time-card[data-mode="without"] .ix-range::-moz-range-track { background: var(--ink-200); }
.ix-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 30px; height: 30px; margin-top: -12px; border-radius: 50%;
  background: #fff; border: 3px solid var(--terra-700); box-shadow: var(--shadow-md);
}
.ix-range::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 3px solid var(--terra-700); box-shadow: var(--shadow-md); }
.ix-time-card[data-mode="without"] .ix-range::-webkit-slider-thumb { border-color: var(--ink-700); }
.ix-time-card[data-mode="without"] .ix-range::-moz-range-thumb { border-color: var(--ink-700); }
.ix-range:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 10px; }
.ix-ticks { position: absolute; left: 0; right: 0; bottom: 0; height: 22px; }
.ix-ticks button {
  position: absolute; top: 0; transform: translateX(-50%); font: inherit; font-size: 13px; font-weight: 700;
  color: var(--ink-500); background: none; border: 0; padding: 2px 4px; cursor: pointer; white-space: nowrap;
}
.ix-ticks button:nth-child(1) { left: var(--x0); }
.ix-ticks button:nth-child(2) { left: calc(var(--x0) + var(--xs)); }
.ix-ticks button:nth-child(3) { left: calc(var(--x0) + var(--xs) * 2); }
.ix-ticks button:nth-child(4) { left: calc(var(--x0) + var(--xs) * 3); }
.ix-ticks button:nth-child(5) { left: calc(var(--x0) + var(--xs) * 4); }
.ix-ticks button:nth-child(6) { left: calc(var(--x0) + var(--xs) * 5); }
.ix-ticks button.is-on { color: var(--terra-800); }
.ix-time-out { display: grid; gap: 6px; min-height: 6.4em; align-content: start; border-top: 1px solid var(--ink-100); padding-top: 18px; }
.ix-time-when { font-size: 13.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-700); }
.ix-time-card[data-mode="without"] .ix-time-when { color: var(--ink-500); }
.ix-time-text { font-family: var(--serif); font-size: clamp(21px, 2.5vw, 27px); line-height: 1.3; color: var(--ink-900); max-width: 34em; }
.ix-time-text.is-swap { animation: ix-rise .5s var(--ease-out); }
@container ix (max-width: 520px) {
  .ix-ticks button:nth-child(2), .ix-ticks button:nth-child(3), .ix-ticks button:nth-child(4), .ix-ticks button:nth-child(5) { font-size: 0; width: 10px; height: 10px; padding: 0; top: 4px; border-radius: 50%; background: var(--ink-200); }
  .ix-ticks button.is-on:nth-child(n+2):nth-child(-n+5) { background: var(--terra-600); }
  .ix-st-fam { width: 46px; height: 46px; }
  .ix-st-you { width: 50px; height: 50px; }
  .ix-st-you b { left: 25px; }
  .ix-st-return em { font-size: 12.5px; }
}
.ix-alltext { margin-top: 18px; }
.ix-alltext summary { cursor: pointer; font-weight: 700; color: var(--green-700); font-size: 15.5px; width: fit-content; }
.ix-alltext-grid { display: grid; gap: 18px; margin-top: 14px; }
@container ix (min-width: 720px) { .ix-alltext-grid { grid-template-columns: 1fr 1fr; } }
.ix-alltext h3 { font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--terra-800); margin-bottom: 8px; }
.ix-alltext ol { list-style: none; display: grid; gap: 8px; }
.ix-alltext li { font-size: 16px; color: var(--ink-700); }
.ix-alltext li b { color: var(--ink-900); }

/* ==========================================================================
   3. Step by step
   ========================================================================== */
.ix-steps-grid { display: grid; gap: clamp(28px, 5vw, 64px); }
@container ix (min-width: 900px) {
  .ix-steps-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; }
  .ix-steps-intro { position: sticky; top: 112px; }
  .ixd .ix-steps-intro { top: 28px; }
}
.ix-steps-intro { display: flex; flex-direction: column; gap: 14px; }
.ix-clock {
  display: flex; gap: 12px; align-items: center; margin-top: 8px; padding: 14px 16px; border-radius: 16px;
  background: var(--terra-50); border: 1px solid var(--terra-100); font-size: 16px; color: var(--ink-900); max-width: 26em;
}
.ix-clock .ix-ico { color: var(--terra-700); width: 26px; height: 26px; }
.ix-steps { list-style: none; position: relative; display: grid; gap: 18px; --p: 0; }
.ix-steps::before, .ix-steps::after { content: ""; position: absolute; left: 27.5px; top: 29px; width: 3px; border-radius: 3px; }
.ix-steps::before { bottom: 29px; background: var(--ink-100); }
.ix-steps::after { height: calc((100% - 58px) * var(--p)); background: linear-gradient(var(--terra-500), var(--green-600)); }
.ix-step { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; align-items: start; }
.ix-step-n {
  position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px solid var(--ink-200); color: var(--ink-500);
  font-family: var(--serif); font-weight: 600; font-size: 24px;
  transition: background .45s var(--ease-out), border-color .45s var(--ease-out), color .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.ix-step.is-done .ix-step-n { background: var(--green-700); border-color: var(--green-700); color: var(--cream-50); }
.ix-step.is-now .ix-step-n { background: var(--terra-700); border-color: var(--terra-700); color: #fff; box-shadow: 0 0 0 8px rgba(216,146,95,.18); }
.ix-step-card {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 20px; padding: 18px 20px 20px;
  box-shadow: var(--shadow-sm); transition: box-shadow .45s var(--ease-out), transform .45s var(--ease-out), border-color .45s;
}
.ix-step.is-now .ix-step-card { box-shadow: var(--shadow-lg); transform: translateX(4px); border-color: var(--terra-100); }
.ix-step h3 { font-family: var(--serif); font-weight: 600; font-size: 23px; line-height: 1.2; margin-bottom: 6px; }
.ix-step p { color: var(--ink-700); font-size: 16.5px; }
.ix-who {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 4px 11px;
  color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-100);
}
.ix-who--you { color: var(--terra-800); background: var(--terra-50); border-color: var(--terra-100); }

/* ==========================================================================
   4. Your line of work
   ========================================================================== */
.ix-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.ix-chip {
  display: inline-flex; align-items: center; gap: 9px; font: inherit; font-weight: 700; font-size: 15.5px;
  padding: 9px 16px 9px 13px; min-height: 46px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--ink-200); background: #fff; color: var(--ink-700);
  transition: background var(--t-med) var(--ease-out), color var(--t-med) var(--ease-out), border-color var(--t-med) var(--ease-out), transform var(--t-fast) var(--ease-out), box-shadow var(--t-med);
}
.ix-chip .ix-ico { width: 19px; height: 19px; }
.ix-chip:hover { border-color: var(--green-600); color: var(--green-700); transform: translateY(-1px); }
.ix-chip[aria-selected="true"] { background: var(--green-700); border-color: var(--green-700); color: var(--cream-50); box-shadow: var(--shadow-md); }
.ix-panel { display: grid; gap: 14px; }
.ix-panel[hidden] { display: none; }
@container ix (min-width: 840px) {
  .ix-panel { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: stretch; }
  .ix-panel--solo { grid-template-columns: minmax(0, 1fr) auto; }
  .ix-panel .ix-seq-line { grid-column: 1 / -1; }
}
.ix-panel.is-enter > * { animation: ix-rise .55s var(--ease-out) both; }
.ix-panel.is-enter > :nth-child(2) { animation-delay: .07s; }
.ix-panel.is-enter > :nth-child(3) { animation-delay: .14s; }
.ix-panel.is-enter > :nth-child(4) { animation-delay: .21s; }
.ix-seq-col { background: #fff; border: 1px solid var(--ink-100); border-radius: 20px; padding: 18px 20px 20px; box-shadow: var(--shadow-sm); }
.ix-seq-col h3 { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--terra-800); margin-bottom: 12px; }
.ix-seq-after h3 { color: var(--green-700); }
.ix-seq-col h3 .ix-ico { width: 18px; height: 18px; }
.ix-seq-col ul { list-style: none; display: grid; gap: 10px; }
.ix-seq-col li { display: flex; gap: 10px; align-items: flex-start; font-size: 16.5px; line-height: 1.4; }
.ix-seq-col li::before { content: ""; flex: 0 0 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: var(--terra-500); }
.ix-seq-after li::before { background: var(--green-600); }
.ix-seq-you {
  position: relative; display: grid; justify-items: center; align-content: center; gap: 6px; text-align: center;
  padding: 20px 26px; border-radius: 22px; min-width: 190px;
  background: var(--green-900); color: var(--cream-50); box-shadow: var(--shadow-lg); isolation: isolate; overflow: hidden;
}
.ix-seq-you::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 90% at 50% 0%, rgba(216,146,95,.35), transparent 70%); }
.ix-you-ico { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: rgba(253,251,246,.1); color: var(--terra-300); border: 1px solid rgba(234,191,156,.35); }
.ix-you-ico .ix-ico { width: 28px; height: 28px; }
.ix-seq-you small { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--terra-300); }
.ix-seq-you b { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.15; }
.ix-flow { display: flex; gap: 6px; margin-top: 4px; }
.ix-flow i { width: 7px; height: 7px; border-radius: 50%; background: var(--terra-300); opacity: .3; animation: ix-flow 1.6s var(--ease-out) infinite; }
.ix-flow i:nth-child(2) { animation-delay: .2s; }
.ix-flow i:nth-child(3) { animation-delay: .4s; }
@keyframes ix-flow { 0%, 100% { opacity: .25; transform: scale(.8); } 40% { opacity: 1; transform: scale(1.15); } }
.ix-seq-line {
  display: flex; gap: 12px; align-items: flex-start; padding: 16px 20px; border-radius: 18px;
  background: var(--terra-50); border: 1px solid var(--terra-100); font-size: 17px; color: var(--ink-900);
}
.ix-seq-line .ix-ico { color: var(--terra-700); margin-top: 2px; }
.ix-note { font-size: 14.5px; color: var(--ink-500); margin-top: 16px; max-width: 46em; }

/* ==========================================================================
   5. Bring in a business
   ========================================================================== */
.ix-biz-grid { display: grid; gap: clamp(28px, 5vw, 60px); align-items: center; }
@container ix (min-width: 900px) { .ix-biz-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); } }
.ix-biz-copy { display: flex; flex-direction: column; gap: 14px; }
.ix-biz-copy > p { color: var(--ink-700); font-size: 17px; max-width: 34em; }
.ix-tip { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 16px; background: var(--green-50); border: 1px solid var(--green-100); color: var(--ink-900); font-size: 16px; max-width: 32em; }
.ix-tip .ix-ico { color: var(--green-700); }
.ix-net { background: #fff; border: 1px solid var(--ink-100); border-radius: 26px; padding: clamp(14px, 2.4vw, 26px); box-shadow: var(--shadow-lg); }
.ix-net-art { position: relative; }
.ix-net svg { display: block; width: 100%; height: auto; }
.ix-net-l { position: absolute; transform: translateX(-50%); font-size: 14.5px; font-weight: 700; line-height: 1.2; text-align: center; color: var(--ink-900); white-space: nowrap; }
.ix-net-l--you { left: 28.33%; top: 61%; color: var(--green-700); }
.ix-net-l--biz { left: 71.67%; top: 61%; color: var(--terra-800); }
.ix-net-l--link { left: 50%; top: 33%; font-size: 13px; font-weight: 600; font-style: italic; color: var(--terra-800); }
.ix-net-l--yours, .ix-net-l--theirs { top: auto; bottom: 0; transform: none; font-size: 13px; font-weight: 600; color: var(--ink-500); }
.ix-net-l--yours { left: 0; }
.ix-net-l--theirs { left: auto; right: 0; }
.ix-spoke { fill: none; stroke: var(--ink-200); stroke-width: 1.5; }
.ix-spoke--theirs { transition: opacity .6s .45s var(--ease-out); }
.ix-n-link { fill: none; stroke: var(--terra-600); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 220; stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s var(--ease-out); }
.ix-n-linklabel { transition: opacity .6s .6s; }
.ix-n-biz { transition: opacity .6s var(--ease-out); }
.ix-net[data-state="0"] .ix-spoke--theirs, .ix-net[data-state="0"] .ix-net-l--theirs { opacity: 0; }
.ix-net-l--theirs { transition: opacity .6s .6s; }
.ix-m { transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); transform-box: fill-box; transform-origin: center; }
.ix-m .ix-dot { fill: var(--ink-700); }
.ix-m--theirs .ix-dot { fill: var(--terra-800); }
.ix-rg, .ix-rt { fill: none; stroke-width: 3; transform-box: fill-box; transform-origin: center; transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.ix-rg { stroke: var(--green-600); }
.ix-rt { stroke: var(--terra-500); }
.ix-net[data-state="0"] .ix-n-link { stroke-dashoffset: 220; }
.ix-net[data-state="0"] .ix-n-linklabel { opacity: 0; transition-delay: 0s; }
.ix-net[data-state="0"] .ix-n-biz { opacity: .28; }
.ix-net[data-state="0"] .ix-m--theirs { opacity: 0; transform: scale(.3); }
.ix-net[data-state="0"] .ix-m--yours .ix-rt,
.ix-net[data-state="1"] .ix-m--yours .ix-rt,
.ix-net[data-state="0"] .ix-m--theirs .ix-rg,
.ix-net[data-state="1"] .ix-m--theirs .ix-rg { opacity: 0; transform: scale(.4); }
.ix-net[data-state="1"] .ix-m--theirs { transition-delay: calc(.5s + var(--i) * .09s); }
.ix-net[data-state="2"] .ix-rg, .ix-net[data-state="2"] .ix-rt { transition-delay: calc(var(--i) * .08s); }
.ix-net figcaption { display: grid; gap: 12px; margin-top: 12px; }
.ix-net-cap { font-family: var(--serif); font-size: clamp(18px, 2vw, 21px); line-height: 1.35; color: var(--ink-900); min-height: 2.7em; }
.ix-net-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; }
.ix-net-key { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14.5px; color: var(--ink-700); }
.ix-net-key li { display: inline-flex; align-items: center; gap: 8px; }
.ix-net-key i { width: 18px; height: 18px; border-radius: 50%; border: 3px solid var(--green-600); }
.ix-net-key i.k-t { border-color: var(--terra-500); }

/* ==========================================================================
   6. Good for everyone
   ========================================================================== */
.ix-all { list-style: none; display: grid; gap: 16px; }
@container ix (min-width: 700px) { .ix-all { grid-template-columns: 1fr 1fr; } }
@container ix (min-width: 1060px) { .ix-all { grid-template-columns: repeat(4, 1fr); } }
.ix-all li {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 10px;
  background: #fff; border: 1px solid var(--ink-100); border-radius: 22px; padding: 24px 22px 22px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.ix-all li::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--accent, var(--green-600)); }
.ix-all li:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ix-a-ico { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: var(--tint, var(--green-50)); color: var(--accent, var(--green-700)); }
.ix-all h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.2; }
.ix-all p { font-size: 16px; color: var(--ink-700); }

/* ==========================================================================
   7. How far it goes
   ========================================================================== */
.ix-miles { list-style: none; position: relative; display: grid; gap: 22px; --fill: 1; }
.ix-mile:not(:last-child)::after {
  content: ""; position: absolute; left: 27.5px; top: 60px; bottom: -20px; width: 3px; border-radius: 3px;
  background: linear-gradient(var(--terra-300), var(--green-400)); transform-origin: top;
  transition: transform .6s var(--ease-out); transition-delay: calc(var(--i) * .35s + .15s);
}
.ix-miles[data-state="0"] .ix-mile::after { transform: scaleY(0); }
.ix-mile { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 4px 18px; align-items: start; }
.ix-mile > :not(.ix-mile-dot) { grid-column: 2; }
.ix-mile-dot {
  grid-row: 1 / span 2; position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; border: 2px solid var(--terra-300); color: var(--terra-700);
  font-family: var(--serif); font-weight: 600; font-size: 21px;
  transition: transform .6s var(--ease-out), background .6s, color .6s, border-color .6s;
  transition-delay: calc(var(--i) * .35s);
}
.ix-mile:last-child .ix-mile-dot { background: var(--green-700); border-color: var(--green-700); color: var(--cream-50); box-shadow: 0 0 0 8px rgba(47,93,80,.12); }
.ix-mile h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; line-height: 1.2; padding-top: 4px; }
.ix-mile p { font-size: 16px; color: var(--ink-700); max-width: 30em; }
.ix-mile > h3, .ix-mile > p { transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); transition-delay: calc(var(--i) * .35s); }
.ix-miles[data-state="0"] { --fill: 0; }
.ix-miles[data-state="0"] .ix-mile-dot { transform: scale(.6); }
.ix-miles[data-state="0"] .ix-mile > h3, .ix-miles[data-state="0"] .ix-mile > p { opacity: 0; transform: translateY(12px); }
@container ix (min-width: 860px) {
  .ix-miles { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .ix-mile:not(:last-child)::after { display: none; }
  .ix-miles::before, .ix-miles::after { content: ""; position: absolute; border-radius: 3px; left: 29px; right: calc((100% - 60px) / 4 - 29px); top: 28px; height: 3px; }
  .ix-miles::before { background: var(--ink-100); }
  .ix-miles::after { background: linear-gradient(90deg, var(--terra-500), var(--green-600)); transform-origin: left; transform: scaleX(var(--fill)); transition: transform 1.8s var(--ease-out); }
  .ix-mile { grid-template-columns: 1fr; gap: 12px; align-content: start; }
  .ix-mile > :not(.ix-mile-dot) { grid-column: 1; }
  .ix-mile-dot { grid-row: auto; }
}

/* ==========================================================================
   8. Promises (dark band)
   ========================================================================== */
.ix-promise { position: relative; overflow: hidden; isolation: isolate; background: var(--green-900); color: var(--cream-50); }
.ix-promise::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .12; background: url('../assets/img/ambient-bg.webp') center/cover no-repeat; }
.ix-promise::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 90% at 100% 100%, rgba(201,122,74,.22), transparent 60%); }
.ix-promise :focus-visible { outline-color: #D8925F; }
.ix-promise .ix-kicker { color: var(--terra-300); }
.ix-promise .ix-kicker::before { background: var(--terra-300); }
.ix-promise .ix-h2 { color: var(--cream-50); }
.ix-promise .ix-h2 em { color: var(--terra-300); }
.ix-promise .ix-lead { color: var(--cream-200); }
.ix-promises { list-style: none; display: grid; gap: 14px; }
@container ix (min-width: 700px) { .ix-promises { grid-template-columns: 1fr 1fr; } }
@container ix (min-width: 1020px) { .ix-promises { grid-template-columns: repeat(3, 1fr); } }
.ix-promises li {
  display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: 20px;
  background: rgba(253,251,246,.06); border: 1px solid rgba(253,251,246,.14);
  transition: background .3s var(--ease-out), transform .3s var(--ease-out), border-color .3s;
}
.ix-promises li:hover { background: rgba(253,251,246,.1); border-color: rgba(234,191,156,.4); transform: translateY(-3px); }
.ix-p-ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(234,191,156,.14); color: var(--terra-300); margin-bottom: 4px; }
.ix-promises h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; line-height: 1.2; color: var(--cream-50); }
.ix-promises p { font-size: 16px; color: var(--cream-200); }

/* ==========================================================================
   9. Toolkit
   ========================================================================== */
.ix-kit { list-style: none; display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }
.ix-kit li {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 18px;
  background: #fff; border: 1px solid var(--ink-100);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s;
}
.ix-kit li:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-200); }
.ix-k-ico { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); }
.ix-kit h3 { font-size: 17px; font-weight: 700; line-height: 1.3; margin-bottom: 3px; }
.ix-kit p { font-size: 15.5px; color: var(--ink-700); line-height: 1.5; }

/* ==========================================================================
   10. Questions
   ========================================================================== */
.ix-faq { display: grid; gap: 10px; max-width: 880px; }
.ix-faq details { background: #fff; border: 1px solid var(--ink-100); border-radius: 16px; transition: border-color .3s, box-shadow .3s; }
.ix-faq details[open] { border-color: var(--green-200); box-shadow: var(--shadow-sm); }
.ix-faq summary { list-style: none; position: relative; cursor: pointer; padding: 18px 58px 18px 20px; font-weight: 700; font-size: 17.5px; line-height: 1.35; }
.ix-faq summary::-webkit-details-marker { display: none; }
.ix-faq summary::before, .ix-faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 16px; height: 2.5px; margin-top: -1.25px;
  border-radius: 2px; background: var(--terra-700); transition: transform .3s var(--ease-out);
}
.ix-faq summary::after { transform: rotate(90deg); }
.ix-faq details[open] summary::after { transform: rotate(0deg); }
.ix-faq details > div { padding: 0 20px 18px; color: var(--ink-700); font-size: 16.5px; max-width: 46em; }
.ix-faq details[open] > div { animation: ix-rise .35s var(--ease-out); }

/* ==========================================================================
   11. Close
   ========================================================================== */
.ix-end { padding-top: 0; }
.ix .btn { max-width: 100%; }
.ix-cta-row .btn { white-space: normal; text-align: center; }
.ix-cta {
  position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; justify-items: start;
  padding: clamp(28px, 5vw, 56px); border-radius: 28px; box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, var(--green-800), var(--green-900)); color: var(--cream-50);
}
.ix-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 130% at 100% 0%, rgba(216,146,95,.36), transparent 60%); }
.ix-cta :focus-visible { outline-color: #D8925F; }
.ix-cta .ix-kicker { color: var(--terra-300); }
.ix-cta .ix-kicker::before { background: var(--terra-300); }
.ix-cta .ix-h2 { color: var(--cream-50); max-width: 18em; }
.ix-cta .ix-h2 em { color: var(--terra-300); }
.ix-cta p { color: var(--cream-200); font-size: 17.5px; max-width: 36em; }
.ix-cta a:not(.btn) { color: var(--terra-300); }
.ix-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.ix-only-drawer { display: none !important; }
.ixd .ix-only-drawer { display: inline-flex !important; }
.ixd .ix-only-page { display: none !important; }

/* ==========================================================================
   The drawer on partner-apply.html
   ========================================================================== */
html.ixd-lock { overflow: hidden; }
dialog.ixd {
  position: fixed; inset: 0 0 0 auto; margin: 0; padding: 0; border: 0;
  width: min(1060px, 100vw); max-width: 100vw; height: 100%; max-height: 100%;
  background: var(--cream-100); color: var(--ink-900); overflow: hidden;
  box-shadow: -30px 0 80px rgba(23,51,43,.35);
}
@supports (height: 100dvh) { dialog.ixd { height: 100dvh; max-height: 100dvh; } }
dialog.ixd[open] { display: flex; flex-direction: column; animation: ixd-in .5s var(--ease-out); }
dialog.ixd::backdrop { background: rgba(23,51,43,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: ixd-fade .4s ease; }
dialog.ixd.is-closing { animation: ixd-out .3s ease-in forwards; }
dialog.ixd.is-closing::backdrop { animation: ixd-fade-out .3s ease-in forwards; }
@keyframes ixd-in { from { transform: translateX(60px); opacity: 0; } }
@keyframes ixd-out { to { transform: translateX(60px); opacity: 0; } }
@keyframes ixd-fade { from { opacity: 0; } }
@keyframes ixd-fade-out { to { opacity: 0; } }
.ixd-bar {
  position: relative; flex: 0 0 auto; display: flex; align-items: center; gap: 10px;
  padding: 9px 12px 9px 16px; background: var(--green-900); color: var(--cream-50);
  box-shadow: 0 6px 18px rgba(23,51,43,.25); z-index: 2;
}
.ixd-bar :focus-visible { outline: 3px solid #D8925F; outline-offset: 3px; border-radius: 10px; }
.ixd-mark { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: rgba(253,251,246,.08); }
.ixd-mark svg { width: 26px; height: 26px; }
.ixd-title { margin: 0; flex: 1; min-width: 0; font-family: var(--serif); font-weight: 600; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ixd-pop { color: var(--cream-200); font-size: 14.5px; font-weight: 700; text-decoration: none; padding: 8px 12px; border-radius: 999px; white-space: nowrap; }
.ixd-pop:hover { color: #fff; background: rgba(253,251,246,.1); }
.ixd-close {
  display: inline-flex; align-items: center; gap: 8px; font: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  color: var(--cream-50); background: transparent; border: 1px solid rgba(253,251,246,.38);
  border-radius: 999px; padding: 8px 16px 8px 12px; min-height: 44px; white-space: nowrap;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.ixd-close:hover { background: rgba(253,251,246,.1); border-color: var(--cream-50); }
.ixd-close svg { width: 18px; height: 18px; }
.ixd-progress { position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--terra-500); transform-origin: left; transform: scaleX(0); }
.ixd-body { position: relative; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.ixd-body:focus { outline: none; }
.ixd .ix { --gutter: clamp(18px, 4vw, 40px); }
.ixd-loading { display: grid; justify-items: center; align-content: center; gap: 14px; min-height: 60vh; color: var(--ink-500); font-weight: 700; }
.ixd-spinner { width: 38px; height: 38px; border-radius: 50%; border: 3px solid var(--ink-100); border-top-color: var(--terra-600); animation: ixd-spin .9s linear infinite; }
@keyframes ixd-spin { to { transform: rotate(360deg); } }
.ixd-fail { display: grid; justify-items: center; align-content: center; gap: 16px; min-height: 60vh; padding: 24px; text-align: center; }
@media (max-width: 560px) { .ixd-pop { display: none; } .ixd-title { font-size: 16.5px; } }

/* ---------- motion off: everything still works, nothing moves ---------- */
@media (prefers-reduced-motion: reduce) {
  .ix *, .ix *::before, .ix *::after, dialog.ixd, dialog.ixd::backdrop, .ixd * {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; transition-delay: 0s !important;
  }
  .ix-comet-tail, .ix-pulse { display: none; }
}

/* ---------- print: the text, plainly ---------- */
@media print {
  .ix-hero, .ix-promise, .ix-cta { background: #fff !important; color: #000 !important; }
  .ix-hero *, .ix-promise *, .ix-cta * { color: #000 !important; }
  .ix-loop, .ix-stage, .ix-range-wrap, .ix-time-top, .ix-net svg, .ix-replay, .ix-cta-row { display: none !important; }
  .ix-alltext > *:not(summary) { display: block !important; }
  .ix-panel[hidden] { display: grid !important; }
}
