.hero {
  position: relative;
  min-height: 990px;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
}
.hero::before, .hero::after { content: ""; position: absolute; top: 590px; width: 900px; height: 700px; border-radius: 50%; filter: blur(170px); opacity: .46; }
.hero::before { right: 72%; background: #f99b89; }
.hero::after { left: 72%; background: #9eb4ef; }
.hero__bg { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero__bg img, .hero__bg div { position: absolute; }
.hero__bg-shape { bottom: 0; left: 50%; width: 660px; aspect-ratio: 650 / 361; background: url("../images/background-shape.svg") center bottom / 100% 100% no-repeat; transform: translateX(-50%); }
.hero__bg-pattern { bottom: 0; right: -40px; width: 500px; }
.hero__bg-mark { bottom: 0; left: calc(50% - 500px); width: 200px; }
.hero__copy { position: relative; z-index: 3; width: min(100% - (var(--page-gutter) * 2), 1020px); margin-inline: auto; }
.faces { display: flex; justify-content: center; }
.faces img { width: 30px; height: 30px; margin-left: -5px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.hero .eyebrow { margin-top: 8px; font-size: 12px; }
.hero h1 { margin: 24px 0 22px; font-size: clamp(43px, 4.8vw, 66px); line-height: .99; letter-spacing: -.047em; }
.hero__lede { max-width: 610px; margin: auto; font-size: 18px; line-height: 1.55; }
.hero .actions { justify-content: center; margin-top: 26px; }
.hero__visual { position: absolute; z-index: 2; bottom: 0; left: 50%; width: 850px; height: 500px; transform: translateX(-50%); }
.hero__person { position: absolute; bottom: 0; left: 53%; width: 400px; transform: translateX(-50%); }
.role-card { position: absolute; z-index: 3; top: 145px; left: 24px; width: 294px; padding: 10px; border-radius: 5px; cursor: pointer; text-align: left; background: linear-gradient(120deg, rgba(239, 245, 255, .8) 7.86%, rgba(255, 236, 227, .8) 95.06%); box-shadow: 0 16px 50px #00063d12; transform: translate3d(var(--role-x, 0), var(--role-y, 0), 0) rotate(var(--role-rotate, 0deg)); transition: transform .55s cubic-bezier(.22, 1, .36, 1), box-shadow .45s cubic-bezier(.22, 1, .36, 1); will-change: transform; }
.role-card__head { display: flex; align-items: center; gap: 10px; }
.role-card__head > b { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: #ff5a10; color: #fff; font-size: 22px; letter-spacing: -.08em; }
.role-card__head span { display: grid; gap: 8px; }
.role-card__head strong { color: #00063d; font-size: 18px; font-weight: 500; line-height: 1; }
.role-card__head small { color: rgba(37, 60, 103, .5); font-size: 12px; font-weight: 500; line-height: 1; }
.role-grid { display: grid; grid-template-columns: 1fr 32px 1fr; gap: 4px 0; margin-top: 18px; font-size: 12px; text-align: center; }
.role-grid i { min-height: 28px; padding: 7px 3px; border-radius: 5px; background: rgba(255, 255, 255, .3); font-style: normal; line-height: 14px; }
.role-grid em { display: grid; width: 32px; height: 28px; place-items: center; background: rgba(255, 255, 255, .3); font-style: normal; }
.role-grid em img { width: 10px; height: 9px; }
.role-grid .role-grid__label { background: rgba(255, 255, 255, .2); color: rgba(28, 28, 28, .6); font-size: 10px; font-weight: 600; line-height: 14px; letter-spacing: 3px; text-transform: uppercase; }
.role-grid .role-grid__shift { background: rgba(255, 255, 255, .2); }
.role-grid .role-grid__shift img { width: 9px; height: 15px; }
.role-grid > i:nth-child(3n + 4) { opacity: .8; }
.role-grid > i:nth-child(3n + 6) { font-weight: 600; }
.adoption { position: absolute; z-index: 3; top: 92px; right: 28px; display: grid; justify-items: center; gap:2px; cursor: pointer; transform: translate3d(var(--adoption-x, 0), var(--adoption-y, 0), 0) rotate(var(--adoption-rotate, 0deg)); transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .45s cubic-bezier(.22, 1, .36, 1); will-change: transform; }
.adoption strong { display: grid; width: 188px; min-height: 120px; grid-auto-flow: column; align-items: baseline; place-content: center; padding: 0 20px; border-radius: 5px; background: linear-gradient(145deg, #ff5a10, #ec9c79); color: #fff; font: 500 96px/1 var(--font-display); }
.adoption [data-adoption-count] { display: inline-block; width: 2ch; text-align: right; font-variant-numeric: tabular-nums; }
.adoption small { color: #ffe3d7; font-size: 44px; }
.adoption > span { padding: 10px 20px; border-radius: 5px; background: linear-gradient(90deg, rgba(35, 82, 169, .95), rgba(37, 60, 103, .95)); color: #fff; font-size: 17px; line-height: 30px; letter-spacing: .08em; text-transform: uppercase; }
@media (prefers-reduced-motion: no-preference) {
  .hero__bg-shape { animation: hero-art-in .9s .08s cubic-bezier(.16, 1, .3, 1) both; }
  .hero__bg-pattern { animation: hero-art-in .9s .22s cubic-bezier(.16, 1, .3, 1) both; }
  .hero__bg-mark { animation: hero-art-in .9s .3s cubic-bezier(.16, 1, .3, 1) both; }
  .faces { animation: hero-copy-in .55s .12s cubic-bezier(.16, 1, .3, 1) both; }
  .hero .eyebrow { animation: hero-copy-in .55s .2s cubic-bezier(.16, 1, .3, 1) both; }
  .hero h1 { animation: hero-copy-in .75s .3s cubic-bezier(.16, 1, .3, 1) both; }
  .hero__lede { animation: hero-copy-in .65s .42s cubic-bezier(.16, 1, .3, 1) both; }
  .hero .actions { animation: hero-copy-in .65s .52s cubic-bezier(.16, 1, .3, 1) both; }
  .hero__person { animation: hero-person-in .85s .42s cubic-bezier(.16, 1, .3, 1) both; will-change: opacity, translate; }
  .role-card { animation: hero-card-in .72s .65s cubic-bezier(.16, 1, .3, 1) both; }
  .adoption { animation: hero-card-in .72s .74s cubic-bezier(.16, 1, .3, 1) both; }
}
@keyframes hero-copy-in { from { opacity: 0; translate: 0 20px; } to { opacity: 1; translate: 0 0; } }
@keyframes hero-art-in { from { opacity: 0; scale: .96; } to { opacity: 1; scale: 1; } }
@keyframes hero-person-in { from { opacity: 0; translate: 0 32px; } to { opacity: 1; translate: 0 0; } }
@keyframes hero-card-in { from { opacity: 0; translate: 0 22px; } to { opacity: 1; translate: 0 0; } }
@media (prefers-reduced-motion: reduce) {
  .role-card, .adoption { transition: none; }
}
.hero__edge { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; height: var(--skyline-height); background: #fff; clip-path: polygon(0 70%, 4% 70%, 4% 20%, 16% 20%, 16% 78%, 27% 78%, 27% 42%, 31% 42%, 31% 5%, 46% 5%, 46% 58%, 59% 58%, 59% 28%, 70% 28%, 70% 82%, 78% 82%, 78% 38%, 94% 38%, 94% 64%, 100% 64%, 100% 100%, 0 100%); pointer-events: none; }

.trust { padding: calc(30px + var(--skyline-height)) 0 var(--section-space); text-align: center; }
.trust > p, .gallery-strip h2 { color: #253c67; font-family: var(--font-body); font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0; text-align: center; }
.logos { overflow: hidden; margin-top: 20px; cursor: grab; touch-action: pan-y; user-select: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logos.is-dragging { cursor: grabbing; }
.logos__track { display: flex; width: max-content; animation: company-logo-marquee 52s linear infinite; transform: translateZ(0); will-change: transform; }
.logos__group { display: flex; flex: none; align-items: center; gap: clamp(42px, 4.2vw, 68px); padding-right: clamp(42px, 4.2vw, 68px); }
.logos img { width: auto; max-width: 190px; height: 42px; flex: none; object-fit: contain; }
.logos img.company-logo--medium { height: 54px; }
.logos img.company-logo--tall { height: 66px; }
@keyframes company-logo-marquee { to { transform: translateX(-50%); } }

.decisions { position: relative; padding: var(--section-space) 0 80px; background: #cfdbf7; }
.decisions::after { content: ""; position: absolute; z-index: 2; right: 0; bottom: calc(-1 * var(--skyline-height) + 1px); left: 0; height: var(--skyline-height); background: #cfdbf7; clip-path: polygon(0 24%, 4% 24%, 4% 80%, 16% 80%, 16% 22%, 27% 22%, 27% 58%, 31% 58%, 31% 95%, 46% 95%, 46% 42%, 59% 42%, 59% 72%, 70% 72%, 70% 18%, 78% 18%, 78% 62%, 94% 62%, 94% 36%, 100% 36%, 100% 0, 0 0); pointer-events: none; }
.decisions h2 { text-align: center; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.decision-grid article { min-height: 195px; padding: 40px 30px; border-radius: 24px; background: #fff; }
.decision-grid b { display: block; margin-bottom: 30px; color: var(--color-orange); font-size: 42px; }
.decision-grid p { color: #353535; font-size: 18px; line-height: 1.5; }

@property --score {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.diagnostic { padding: 100px 0 80px; background: linear-gradient(180deg, #fffbf9 0%, #fff7f4 100%); }
.diagnostic__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 555px)); gap: 30px; align-items: stretch; }
.diagnostic__left { display: flex; flex-direction: column; }
.diagnostic h2 { color: var(--color-ink); font-size: 48px; line-height: 1.1; letter-spacing: -.025em; }
.diagnostic h2 span { color: #ff5a10; }
.diagnostic__intro { margin-top: 40px; color: #1a1a1a; font-size: 18px; font-weight: 500; line-height: 32px; }
.check-panel { margin-top: 30px; }
.checks { display: grid; gap: 12px; }
.checks label { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; min-height: 76px; padding: 16px; border: 1px solid #e4e0d7; border-radius: 8px; background: rgba(255, 255, 255, .78); color: #575d68; font-size: 16px; line-height: 1.4; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.checks label:has(input:checked) { border-color: #ff5a10; box-shadow: 0 0 0 3px rgba(255, 90, 16, .1); background: #fff; color: #1a1a1a; }
.version-two .checks label:has(input:disabled) { border-color: #e8a27f; background: #fff8f4; box-shadow: none; color: #8c6b5b; cursor: not-allowed; opacity: .66; }
.checks input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toggle { position: relative; flex: 0 0 auto; width: 38px; height: 26px; margin-top: 5px; padding: 3px; border: 1px solid #dcd8cf; border-radius: 999px; background: rgba(224, 220, 211, .1); }
.toggle::after { content: ""; display: block; width: 18px; height: 18px; border-radius: 50%; background: #e4e0d7; box-shadow: inset 0 0 0 1px #d5d0ca; transition: transform .3s cubic-bezier(.22, 1, .36, 1), background-color .2s ease; }
.toggle::before { content: "✓"; position: absolute; z-index: 1; top: 3px; left: 7px; color: #fff; font-size: 11px; font-weight: 700; line-height: 18px; opacity: 0; transition: opacity .15s ease, transform .3s cubic-bezier(.22, 1, .36, 1); }
.checks input:focus-visible + .toggle { outline: 2px solid var(--color-blue); outline-offset: 3px; }
.checks input:checked + .toggle { border: 1.5px solid #ff5a10; }
.checks input:checked + .toggle::after { transform: translateX(12px); background: #ff5a10; box-shadow: none; }
.checks input:checked + .toggle::before { opacity: 1; transform: translateX(12px); }
.maturity { position: relative; display: flex; flex-direction: column; min-height: 716px; padding: 40px; overflow: hidden; border-radius: 40px; background: linear-gradient(138deg, rgba(250, 161, 141, .4) 12.27%, rgba(164, 185, 239, .4) 90.5%); }
.maturity .eyebrow { color: #0a0e1a; font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 24px; }
.maturity h3 { margin-top: 10px; color: #ff5a10; font-size: 42px; font-weight: 500; line-height: 1; }
.score { position: absolute; top: 160px; left: 50%; display: grid; place-items: center; width: 320px; height: 320px; transform: translateX(-50%); border-radius: 50%; background: conic-gradient(from 0deg, #ff9b3f 0%, #ff5910 calc(var(--score) * 1%), #c8b3c0 0); transition: --score .45s cubic-bezier(.22, 1, .36, 1); }
.score::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background-image: radial-gradient(circle, rgba(255,255,255,.5) 1px, transparent 1.5px); background-size: 12px 12px; opacity: .3; }
.score b { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-content: center; align-items: baseline; justify-content: center; width: 190px; height: 190px; border-radius: 50%; background: #fff; box-shadow: 0 0 40px rgba(0, 0, 0, .2); color: #ff5a10; font: 400 72px/1 var(--font-display); }
.score small { color: #fd591080; font-size: 36px; }
.maturity > #maturity-copy { position: absolute; right: 40px; bottom: 92px; left: 40px; color: #1a1a1a; font-size: 18px; line-height: 28px; text-align: center; }
.maturity__link { position: absolute; right: 40px; bottom: 38px; left: 40px; color: #2350a6; font-size: 16px; font-weight: 600; text-align: center; }
.maturity__link span { display: inline-block; margin-left: 6px; }

.why { position: relative; overflow: hidden; padding: 80px 0 calc(var(--section-space) + var(--skyline-height)); background: #10192b; color: #fff; }
.why::before, .why::after { content: ""; position: absolute; z-index: 0; left: -5px; height: 300px; opacity: .1; background-repeat: no-repeat; background-size: 100% 100%; pointer-events: none; }
.why::before { top: 137px; width: 499px; background-image: url("../images/why-arrows-1.svg"); }
.why::after { top: 437px; width: 748px; background-image: url("../images/why-arrows-2.svg"); transform: rotate(180deg) scaleY(-1); transform-origin: center; }
.why__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 740px) 340px; gap: 60px; align-items: end; }
.why .eyebrow { font-size: 14px; line-height: 20px; letter-spacing: .1em; }
.why h2 { margin-top: 24px; color: #fff; font: 500 32px/42.5px var(--font-body); letter-spacing: 0; }
.why h2 span { display: block; color: #b1b5c6; }
.why p:not(.eyebrow) { margin-top: 30px; color: #b1b5c6; font-size: 20px; line-height: 30px; }
.why strong { color: #fff; }
.founder { position: relative; width: 340px; height: 580px; overflow: hidden; }
.founder img { width: 340px; height: 580px; object-fit: contain; }
.founder__caption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 2px; padding: 70px 20px 18px; background: linear-gradient(to top, #10192b 55%, rgba(16, 25, 43, 0)); }
.founder__caption b { color: var(--color-orange); font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.founder__caption span { color: #b1b5c6; font-size: 13px; font-weight: 500; }

.what { position: relative; padding: calc(var(--section-space) + var(--skyline-height)) 0 110px; background: #eef6ff; }
.what::before { content: ""; position: absolute; z-index: 2; top: calc(-1 * var(--skyline-height) + 1px); right: 0; left: 0; height: var(--skyline-height); background: currentColor; color: #eef6ff; clip-path: polygon(0 76%, 6% 76%, 6% 18%, 19% 18%, 19% 65%, 30.5% 65%, 30.5% 40%, 33% 40%, 33% 8%, 46% 8%, 46% 72%, 57% 72%, 57% 26%, 69% 26%, 69% 50%, 73% 50%, 73% 14%, 86% 14%, 86% 80%, 93% 80%, 93% 44%, 100% 44%, 100% 100%, 0 100%); pointer-events: none; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.decisions h2, .diagnostic h2, .maturity h3, .section-head h2, .step h3, .research h2, .proof h2, .faq h2, .cta h2 { font-size: 48px; line-height: 1.1; letter-spacing: -.025em; }
.section-head h2 span, .research h2 span, .proof h2 span, .faq h2 span, .cta h2 span { color: var(--color-orange); }
.section-head p { color: #62697a; font-size: 18px; line-height: 1.55; }
.steps { position: relative; margin-top: 60px; padding-bottom: 0; }
.step-scroll-target { display: block; height: 0; scroll-margin-top: 84px; }
.step { --step-accent: #83c2fa; --step-muted: #add4ec; --step-surface: #d3eafd; position: sticky; top: 84px; display: grid; grid-template-columns: 1.2fr .9fr; gap: 30px; min-height: 610px; margin: 28px 0 20px; padding: 30px; overflow: hidden; border-radius: 20px; background: var(--step-surface); box-shadow: 0 -1px 0 #00063d12; }
.step:nth-of-type(2) { --step-accent: #b5809e; --step-muted: #d8c0cf; --step-surface: #fbe7f2; top: 96px; }
.step:nth-of-type(3) { --step-accent: #a3cf82; --step-muted: #cce3bb; --step-surface: #ebfedc; top: 108px; }
.step:nth-of-type(4) { --step-accent: #877cd3; --step-muted: #bbb5e3; --step-surface: #e6e3f5; top: 120px; }
.step:nth-of-type(5) { --step-accent: #bcb977; --step-muted: #dddbaf; --step-surface: #fefbbf; top: 132px; }
.sticky-card-active:not(:last-child) { box-shadow: 0 -10px 32px #00063d12; }
.step__copy { display: flex; min-width: 0; flex-direction: column; }
.count { margin-bottom: 20px; }
.count b { display: grid; place-items: center; width: 94px; height: 42px; border-radius: 30px; background: var(--color-orange); color: #fff; }
.count.is-stepper { --step-pill-width: 105px; --step-pill-overlap: 89px; --stepper-duration: 500ms; display: flex; align-items: center; height: 36px; margin-bottom: 26px; isolation: isolate; }
.count.is-stepper .count__pill { position: relative; display: grid; width: var(--step-pill-width); min-width: var(--step-pill-width); max-width: var(--step-pill-width); height: 36px; min-height: 36px; max-height: 36px; flex: none; place-items: center; margin-left: calc(-1 * var(--step-pill-overlap)); padding: 0; border: 1px solid var(--step-surface); border-radius: 9999px; background: color-mix(in srgb, var(--step-muted) 60%, var(--step-surface)); color: #fff; cursor: pointer; opacity: 1; transition: background-color var(--stepper-duration) cubic-bezier(.4, 0, .2, 1), border-color var(--stepper-duration) cubic-bezier(.4, 0, .2, 1), transform var(--stepper-duration) cubic-bezier(.34, 1.2, .64, 1), box-shadow var(--stepper-duration) cubic-bezier(.4, 0, .2, 1), margin-left var(--stepper-duration) cubic-bezier(.4, 0, .2, 1); }
.count.is-stepper .count__pill:first-child { margin-left: 0; }
.count.is-stepper .count__pill span { opacity: 0; font-size: 16px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transform: scale(.85); transition: opacity calc(var(--stepper-duration) * .6) cubic-bezier(.4, 0, .2, 1), transform calc(var(--stepper-duration) * .7) cubic-bezier(.34, 1.2, .64, 1); }
.count.is-stepper .count__pill.is-current { border-color: var(--step-accent); background: var(--step-accent); transform: scale(1.04); }
.count.is-stepper .count__pill.is-current span { opacity: 1; transform: scale(1); }
.count.is-stepper .count__pill:hover:not(.is-current), .count.is-stepper .count__pill:focus-visible:not(.is-current) { background: color-mix(in srgb, var(--step-accent) 50%, var(--step-muted)); }
.count.is-stepper .count__pill:focus-visible { z-index: 50 !important; outline: 2px solid var(--color-ink); outline-offset: 3px; }
.step h3 { max-width: 570px; }
.step__copy > p { max-width: 540px; margin-top: 20px; color: #424754; font-size: 18px; line-height: 1.65; }
.step .actions { margin-top: auto; padding-top: 44px; }
.step__art { display: grid; width: 100%; height: 550px; max-height: 550px; place-items: center; overflow: hidden; border-radius: 30px; background: var(--step-accent); }
.step__art img { width: auto; max-width: 82%; height: auto; max-height: 78%; object-fit: contain; }

.research { position: relative; margin-top: -30px; padding: 80px 0; border-radius: 30px; background: #cdd9f4; }
.research > .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 531px 1fr; gap: 60px 120px; padding-inline: 0; }
.research h2 { max-width: 531px; }
.research h2 span { display: block; }
.research__intro { color: #62697a; font-size: 18px; line-height: 1.55; }
.research .cards { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.paper { display: flex; min-width: 0; min-height: 489px; flex-direction: column; padding: 28px 24px 40px; border-radius: 20px; background: #fff; color: #1a1a1a; transition: transform .35s cubic-bezier(.16, 1, .3, 1), background-color .25s ease, box-shadow .35s ease; }
.paper__art { display: block; width: min(76%, 200px); height: 220px; flex: 0 0 220px; align-self: center; margin-bottom: 28px; border: 0; pointer-events: none; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.paper h3 { font-family: var(--font-display); font-size: 20px; font-weight: 500; line-height: 1.6; }
.paper p { max-width: 343px; margin-top: 8px; font-size: 18px; line-height: 1.4; }
.paper__link { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: auto; padding-top: 20px; color: var(--color-blue); font-size: 14px; font-weight: 600; line-height: 1; }
.paper__link i { display: inline-block; font-style: normal; transition: transform .25s cubic-bezier(.16, 1, .3, 1); }
.paper:hover, .paper:focus-visible { z-index: 1; background: #fffaf7; box-shadow: 0 18px 45px rgba(0, 6, 61, .12); transform: translateY(-6px); }
.paper:hover .paper__art, .paper:focus-visible .paper__art { transform: translateY(-4px) scale(1.02); }
.paper:hover .paper__link i, .paper:focus-visible .paper__link i { transform: translateX(5px); }
.paper:focus-visible { outline: 2px solid var(--color-blue); outline-offset: 4px; }

.gallery-strip { position: relative; display: flex; flex-direction: column; gap: 28px; overflow: hidden; padding: 40px 0 calc(80px + var(--skyline-height)); background: #fff; }
.gallery-strip::after { content: ""; position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: var(--skyline-height); background: #fff4ef; clip-path: polygon(0 74%, 12% 74%, 12% 26%, 20% 26%, 20% 58%, 34% 58%, 34% 12%, 49% 12%, 49% 68%, 55% 68%, 55% 38%, 69% 38%, 69% 82%, 78% 82%, 78% 20%, 91% 20%, 91% 52%, 100% 52%, 100% 100%, 0 100%); pointer-events: none; }
.gallery-strip__viewport { width: 100%; max-width: 100vw; overflow: hidden; contain: paint; background: #fff; cursor: grab; touch-action: pan-y; user-select: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.gallery-strip__viewport.is-dragging { cursor: grabbing; }
.gallery-strip__track { display: flex; width: max-content; animation: gallery-marquee 300s linear infinite; transform: translateZ(0); will-change: transform; }
.gallery-strip__group { display: flex; flex: none; gap: 10px; padding-right: 10px; }
.gallery-photo { position: relative; flex: none; height: 270px; overflow: hidden; }
.gallery-photo--square { width: 300px; }
.gallery-photo--wide { width: 460px; }
.gallery-photo--middle { width: 400px; }
.gallery-photo--presentation { width: 420px; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; }
.gallery-photo--overlay-one::after, .gallery-photo--overlay-two::after, .gallery-photo--overlay-three::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.gallery-photo--overlay-one::after { background: linear-gradient(232.4deg, rgba(255, 91, 66, .2) 3.35%, rgba(0, 11, 41, .2) 61.4%); }
.gallery-photo--overlay-two::after { background: linear-gradient(-43.83deg, rgba(0, 11, 41, .3) 48.05%, rgba(255, 91, 66, .3) 89.39%); }
.gallery-photo--overlay-three::after { background: linear-gradient(127.64deg, #dd7233 2.44%, rgba(221, 114, 51, 0) 54.27%); }
@keyframes gallery-marquee { to { transform: translateX(-50%); } }
.proof { padding: calc(60px + var(--skyline-height)) 0 80px; background: linear-gradient(180deg, #fff4ef 0, #fff 400px); }
.proof h2 { margin-bottom: 52px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.testimonial-column { display: grid; gap: 24px; }
.quote { padding: 20px; border: 1px solid #ebb4a3; border-radius: 8px; background: linear-gradient(145deg, #fff 30%, #fff4ef); color: #343434; line-height: 1.6; }
.quote .stars { width: 108px; height: auto; margin-bottom: 18px; }
.quote cite { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: #6f6f74; font-size: 13px; font-style: normal; line-height: 1.4; }
.quote cite > img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote cite span { display: grid; }
.quote cite b { color: var(--color-ink); font-size: 14px; }
.quote--media { padding: 0; overflow: hidden; border: 0; }
.quote--media cite { padding-inline: 20px; }
.quote__image { position: relative; }
.quote__image > img:first-child { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.quote--portrait .quote__image > img:first-child { aspect-ratio: 1; }
.quote__video-launch { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; overflow: hidden; border: 0; background: #10192b; cursor: pointer; }
.quote__video-launch > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.065); transition: transform .5s cubic-bezier(.16, 1, .3, 1), filter .3s ease; }
.quote__video-launch::after { content: ""; position: absolute; inset: 0; background: rgba(0, 6, 61, .16); transition: background-color .3s ease; }
.quote__video-launch:hover > img, .quote__video-launch:focus-visible > img { transform: scale(1.12); filter: saturate(1.05); }
.quote__video-launch:hover::after, .quote__video-launch:focus-visible::after { background: rgba(0, 6, 61, .32); }
.quote__video-launch:focus-visible { outline: 3px solid var(--color-orange); outline-offset: 3px; }
.quote__video-play { position: absolute; z-index: 1; top: 50%; left: 50%; width: 58px; height: 58px; border: 1px solid rgba(255, 255, 255, .68); border-radius: 50%; background: rgba(0, 0, 0, .62); box-shadow: 0 8px 24px rgba(0, 0, 0, .28); transform: translate(-50%, -50%); transition: transform .3s cubic-bezier(.16, 1, .3, 1), background-color .3s ease; }
.quote__video-play::after { content: ""; position: absolute; top: 50%; left: 52%; border-block: 9px solid transparent; border-left: 13px solid #fff; transform: translate(-35%, -50%); }
.quote__video-launch:hover .quote__video-play, .quote__video-launch:focus-visible .quote__video-play { background: var(--color-orange); transform: translate(-50%, -50%) scale(1.08); }
.video-modal { position: fixed; inset: 0; display: none; width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(0, 0, 0, .8); backdrop-filter: blur(8px); }
.video-modal[open] { display: grid; place-items: center; animation: video-modal-fade-in .24s ease-out both; }
.video-modal::backdrop { background: transparent; }
.video-modal__frame { position: relative; width: min(960px, calc(100vw - 32px)); overflow: hidden; border-radius: 16px; background: #000; box-shadow: 0 24px 80px rgba(0, 0, 0, .42); }
.video-modal[open] .video-modal__frame { animation: video-modal-frame-in .28s cubic-bezier(.16, 1, .3, 1) both; }
.video-modal.is-closing { animation: video-modal-fade-out .2s ease-in both; }
.video-modal.is-closing .video-modal__frame { animation: video-modal-frame-out .2s ease-in both; }
.video-modal__player { aspect-ratio: 16 / 9; }
.video-modal__player iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-modal__close { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 36px; font-weight: 300; line-height: 1; }
@keyframes video-modal-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes video-modal-fade-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes video-modal-frame-in { from { opacity: 0; transform: translateY(16px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes video-modal-frame-out { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(10px) scale(.985); } }
.quote__image .play { position: absolute; top: 50%; left: 50%; width: 54px; transform: translate(-50%, -50%); }

.faq { position: relative; min-height: 739px; padding: 80px 0 calc(80px + var(--skyline-tall-height)); background: #fafaf8; }
.faq__wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 370px 750px; gap: 20px; min-height: 579px; }
.faq__heading { position: sticky; top: 76px; align-self: start; padding-top: 13px; }
.faq__mark { width: 295px; height: 77px; margin-bottom: 25px; object-fit: contain; object-position: left center; }
.faq h2 { letter-spacing: -.025em; }
.faq h2 span { color: #fe7a3e; }
.accordion { border-radius: 10px; }
.accordion details { margin-bottom: -1px; overflow: hidden; border-bottom: 1px solid #f1f1f1; transition: background-color .25s ease, box-shadow .25s ease; }
.accordion details:first-child { border-radius: 10px 10px 0 0; }
.accordion details:last-child { border-radius: 0 0 10px 10px; }
.accordion details[open] { background: rgba(247, 214, 208, .27); border-bottom: 1px solid rgba(255, 90, 16, .65); }
.accordion details:hover { background: rgba(247, 214, 208, .42); }
.accordion summary { position: relative; display: flex; align-items: center; min-height: 83px; padding: 22px 62px 22px 16px; list-style: none; color: var(--color-ink); font-size: 20px; font-weight: 500; line-height: 30.8px; letter-spacing: -.56px; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before, .accordion summary::after { content: ""; position: absolute; top: 50%; right: 16px; width: 18px; height: 1.5px; background: #00063d; transition: background-color .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1); }
.accordion summary::before { transform: translateY(-50%); }
.accordion summary::after { transform: translateY(-50%) rotate(90deg); }
.accordion summary:hover::before { background: #ff5a10; transform: translateY(-50%) translateX(2px); }
.accordion summary:hover::after { background: #ff5a10; transform: translateY(-50%) translateX(2px) rotate(90deg); }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(0deg); }
.accordion details[open] summary:hover::after { transform: translateY(-50%) translateX(2px) rotate(0deg); }
.accordion details p { padding: 0 54px 24px 16px; color: #474746; font-size: 16px; line-height: 22.4px; }

.cta { position: relative; min-height: 470px; padding: calc(var(--section-space) + var(--skyline-tall-height)) 0 calc(96px + var(--skyline-tall-height)); background: #cdd9f5; text-align: center; }
.cta::before { content: ""; position: absolute; z-index: 2; top: calc(-1 * var(--skyline-tall-height) + 1px); right: 0; left: 0; height: var(--skyline-tall-height); background: #cdd9f5; clip-path: polygon(0 78%, 7% 78%, 7% 64%, 15% 64%, 15% 72%, 21% 72%, 21% 29%, 26% 29%, 26% 55%, 34% 55%, 34% 21%, 43% 21%, 43% 34%, 47% 34%, 47% 3%, 55% 3%, 55% 15%, 64% 15%, 64% 42%, 70% 42%, 70% 24%, 76% 24%, 76% 51%, 85% 51%, 85% 68%, 91% 68%, 91% 45%, 95% 45%, 95% 76%, 100% 76%, 100% 100%, 0 100%); pointer-events: none; }
.cta::after { content: none; }
.cta h2 { max-width: 620px; margin: auto; }
.cta p { max-width: 620px; margin: 14px auto 0; color: #343434; font-size: 18px; line-height: 1.55; }
.cta .button { min-height: 78px; margin-top: 26px; padding: 21px 48px; font-size: 24px; font-weight: 500; }

footer { position: relative; overflow: hidden; padding: 60px 0 60px; background: var(--color-navy); color: #fff; }
footer .footer__mark { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: auto; height: 100%; pointer-events: none; }
footer > .wrap { position: relative; z-index: 1; }
.footer__top { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; max-width: 480px; }
.footer__top > a { width: 208.86px; height: 45.808px; }
.footer__top > a img { width: 208.86px; height: 45.808px; transform-origin: left center; }
.footer__top nav { gap: 32px; color: rgba(255, 255, 255, .7); }
.footer__top nav a, .credits nav a { transition: color .25s ease, transform .25s cubic-bezier(.22, 1, .36, 1); }
.footer__top nav a:hover, .footer__top nav a:focus-visible { color: #fff; transform: translateY(-2px); }
.credits { display: flex; align-items: center; justify-content: space-between; margin-top: 170px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .5); font-size: 14px; }
.credits nav { gap: 24px; color: rgba(255, 255, 255, .4); }
.credits nav a { text-decoration: underline; text-underline-offset: 3px; }
.credits nav a:hover, .credits nav a:focus-visible { color: rgba(255, 255, 255, .9); transform: translateY(-1px); }
.credit { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12px; }
.credit a { color: inherit; font-weight: 600; text-decoration: none; transition: color .25s ease; }
.credit a:hover, .credit a:focus-visible { color: rgba(255, 255, 255, .9); }
.credit__heart { color: #e0245e; font-style: normal; }
footer .footer__top, footer .credits { opacity: 0; transform: translateY(22px); }
footer.is-visible .footer__top, footer.is-visible .credits { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }
footer.is-visible .credits { transition-delay: .14s; }
footer.is-visible .logo--white img { animation: footer-logo-settle .75s .08s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes footer-logo-settle { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: translateX(0); } }
