@font-face { font-family: Assistant; src: url('./assets/Assistant-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Assistant; src: url('./assets/Assistant-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: Excalifont; src: url('./assets/Excalifont-Latin.woff2') format('woff2'); font-weight: 400; font-display: swap; }
:root { color-scheme: light; --ink: #292438; --muted: #625d70; --accent: #6452b8; --line: #e3dfed; --soft: #f5f2fc; --focus: #7560ce; font-family: Assistant, sans-serif; color: var(--ink); background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; scrollbar-color: #b8aed2 #f5f2fc; }
body { margin: 0; min-width: 320px; }
[hidden] { display: none !important; }
::selection { background: #eee0a3; color: #292438; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; text-wrap: balance; }
p { line-height: 1.55; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: -80px; left: 16px; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: Excalifont, cursive; font-size: 26px; font-weight: 400; letter-spacing: -.025em; text-decoration: none; }
.site-header nav { display: flex; gap: 30px; align-items: center; font-size: 16px; }
.site-header nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.nav-status { gap: 10px; font-weight: 600; }
.nav-status svg { width: 17px; height: 17px; }
.hero { position: relative; text-align: center; padding-top: 58px; padding-bottom: 62px; }
h1 { font-family: Excalifont, cursive; font-size: clamp(58px, 6.1vw, 82px); font-weight: 400; line-height: 1.17; letter-spacing: -.03em; }
h1 span { position: relative; display: inline-block; color: var(--ink); isolation: isolate; }
h1 span::before { content: ''; position: absolute; inset: 13% -3% 2%; z-index: -1; background: #f8edb0; border-radius: 7px 12px 5px 10px; transform: rotate(-1.3deg); }
.hero-note { position: absolute; left: 1%; top: 180px; color: var(--accent); font: 18px/1.3 Excalifont, cursive; transform: rotate(-8deg); }
.hero-note svg { display: block; width: 75px; height: 50px; margin: 12px 0 0 36px; stroke-width: 1.5; }
.hero-spark { position: absolute; width: 49px; height: 56px; right: 4%; top: 151px; color: #c6bcE7; stroke-width: 2.5; }

.hero > p:first-of-type { margin: 26px auto 27px; color: var(--muted); font-size: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; gap: 20px; padding: 12px 23px; border-radius: 10px 8px 12px 7px; background: var(--accent); color: #fff; font-size: 17px; font-weight: 600; text-decoration: none; transition: background 180ms ease; }
.button:hover { background: #514294; }
.hero .availability-note { font-size: 14px; color: var(--muted); margin-top: 13px; }
.video-placeholder { aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background: #fbfafE; color: var(--muted); border: 1.5px solid #bcb1d3; border-radius: 16px 11px 18px 9px / 10px 17px 12px 16px; padding: 30px; text-align: center; }
.video-placeholder svg { width: 36px; height: 36px; stroke-width: 1.2; margin-bottom: 20px; }
.video-placeholder p { color: var(--ink); font-family: Excalifont, cursive; font-size: 26px; font-weight: 400; }
.video-placeholder span { margin-top: 7px; font-size: 16px; }
.product-video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; background: var(--soft); }
.workflow { padding-block: 118px 108px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
h2 { font-family: Excalifont, cursive; font-weight: 400; font-size: clamp(33px, 3.4vw, 45px); letter-spacing: -.025em; line-height: 1.22; }
.section-heading p { color: var(--muted); font-size: 20px; max-width: 440px; }
.steps { list-style: none; padding: 0; margin: 58px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 21px; color: var(--accent); border: 1.5px solid #b7abd8; border-radius: 48% 53% 45% 51%; font: 21px Excalifont, cursive; }
h3 { font-size: 24px; letter-spacing: -.015em; margin-bottom: 13px; }
.steps p { font-size: 17px; color: var(--muted); }
.local-section { background: var(--soft); }
.local-content { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 74px; align-items: center; }
.local-content h2 { font-size: clamp(41px, 4.4vw, 57px); }
.local-content p { font-size: 21px; }
.local-content ul { display: grid; gap: 10px; list-style: none; padding: 0; margin: 25px 0 0; color: var(--muted); font-size: 17px; }
.local-content li::before { content: ''; display: inline-block; width: 10px; height: 6px; border-left: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent); transform: rotate(-45deg); margin-right: 14px; vertical-align: 4px; }
.closing { text-align: center; padding-block: 88px 100px; }
.closing img { margin-bottom: 20px; }
.closing h2 { font-size: clamp(39px, 4.4vw, 57px); }
.closing p { color: var(--muted); font-size: 19px; margin-top: 22px; }
.closing .button { margin-top: 24px; }
.closing .availability-note { margin-top: 13px; font-size: 14px; }
.site-footer { border-top: 1px solid var(--line); min-height: 100px; display: flex; gap: 20px; justify-content: space-between; align-items: center; font-size: 14px; color: var(--muted); }
.footer-brand { color: var(--ink); font: 22px Excalifont, cursive; text-decoration: none; }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 64px); }
  .section-heading, .local-content { gap: 50px; }
  .steps { gap: 28px; }
  .hero-note, .hero-spark { display: none; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 82px; }
  .brand { font-size: 25px; }
  .brand img { width: 34px; height: 34px; }
  .site-header nav { gap: 0; font-size: 14px; }
  .site-header nav > a:not(.nav-status) { display: none; }
  .hero { padding-top: 42px; padding-bottom: 35px; }
  h1 { font-size: clamp(36px, 9.4vw, 56px); line-height: 1.3; }
  .hero > p:first-of-type { font-size: 19px; margin-block: 22px 24px; max-width: 380px; }
  .desktop-break { display: none; }
  .hero .availability-note { font-size: 13px; }
  .video-placeholder { padding: 22px; border-radius: 8px; }
  .video-placeholder svg { width: 28px; height: 28px; margin-bottom: 10px; }
  .video-placeholder p { font-size: 21px; }
  .video-placeholder span { font-size: 14px; }
  .workflow { padding-block: 72px 66px; }
  .section-heading, .local-content { grid-template-columns: 1fr; gap: 25px; }
  .section-heading p { font-size: 18px; }
  .steps { grid-template-columns: 1fr; gap: 31px; margin-top: 36px; }
  h3 { font-size: 23px; margin-bottom: 9px; }
  .steps p { max-width: 440px; }
  .local-content { padding-block: 53px; }
  .local-content p { font-size: 19px; }
  .closing { padding-block: 64px 65px; }
  .closing p { font-size: 17px; }
  .site-footer { min-height: 140px; display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-block: 25px; font-size: 12px; }
  .site-footer > span:first-of-type { grid-row: 2; grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
