:root {
  --ink: #0b1220;
  --ink-soft: #405064;
  --paper: #f7f8f4;
  --surface: #ffffff;
  --line: #dce2e4;
  --lime: #c9ff53;
  --lime-deep: #a9ec1b;
  --blue: #5e86ff;
  --cyan: #64e5d2;
  --orange: #ff9864;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(11, 18, 32, .14);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; padding: 22px 0; color: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 1rem; font-weight: 900; letter-spacing: .18em; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 29px; height: 29px; border: 2px solid currentColor; border-radius: 8px; transform: rotate(45deg); }
.brand-mark span { width: 10px; height: 10px; border-right: 3px solid var(--lime); border-bottom: 3px solid var(--lime); }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .88rem; font-weight: 650; }
.site-nav a { text-decoration: none; opacity: .8; transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover { opacity: 1; color: var(--lime); }
.nav-demo { padding: 9px 16px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; }
.nav-login { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); cursor: default; }
.nav-login small { padding: 2px 7px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 158px 0 34px; color: #fff; background:
  radial-gradient(circle at 86% 8%, rgba(94,134,255,.36), transparent 26%),
  radial-gradient(circle at 8% 94%, rgba(100,229,210,.13), transparent 29%),
  var(--ink);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.hero-copy, .product-scene { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #56657a; font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: block; width: 30px; height: 2px; background: var(--lime-deep); }
.hero .eyebrow { color: rgba(255,255,255,.62); }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(3.6rem, 6.2vw, 6.35rem); font-weight: 830; letter-spacing: -.065em; line-height: .95; }
.hero-copy h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border-radius: 13px; text-decoration: none; font-size: .94rem; font-weight: 850; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .brand:focus-visible, .menu-toggle:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible, .footer-links a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 34px rgba(201,255,83,.17); }
.button-primary:hover { background: #d8ff82; box-shadow: 0 16px 38px rgba(201,255,83,.25); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.coming-soon { display: inline-flex; flex-direction: column; color: rgba(255,255,255,.75); font-weight: 700; line-height: 1.2; }
.coming-soon strong { margin-top: 4px; color: rgba(255,255,255,.4); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-note { margin-top: 20px; color: rgba(255,255,255,.42); font-size: .78rem; }

.product-scene { position: relative; min-height: 530px; display: grid; place-items: center; }
.scene-glow { position: absolute; width: 450px; height: 450px; border-radius: 50%; background: rgba(94,134,255,.22); filter: blur(80px); }
.builder-window { position: relative; width: 630px; max-width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #eef1ed; box-shadow: 0 45px 90px rgba(0,0,0,.38); transform: perspective(1300px) rotateY(-5deg) rotateX(2deg); }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 17px; background: #fff; color: var(--ink); font-size: .64rem; font-weight: 800; }
.mini-brand { display: flex; align-items: center; gap: 7px; letter-spacing: .1em; }
.mini-brand i { width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 3px; transform: rotate(45deg); }
.window-status { display: flex; align-items: center; gap: 6px; color: #54751a; }
.window-status i { width: 7px; height: 7px; border-radius: 50%; background: #9eda25; box-shadow: 0 0 0 3px rgba(158,218,37,.16); }
.builder-body { display: grid; grid-template-columns: 1fr 150px; min-height: 350px; }
.artboard-wrap { display: grid; place-items: center; padding: 22px; background-image: linear-gradient(45deg,#dfe2df 25%,transparent 25%),linear-gradient(-45deg,#dfe2df 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#dfe2df 75%),linear-gradient(-45deg,transparent 75%,#dfe2df 75%); background-size: 14px 14px; background-position: 0 0,0 7px,7px -7px,-7px 0; }
.artboard { position: relative; width: 348px; height: 220px; background: #fbfcfa; border: 1px solid #cbd0ca; box-shadow: 0 10px 24px rgba(11,18,32,.12); }
.print-line { position: absolute; inset: 9px; border: 1px dashed rgba(11,18,32,.3); }
.artwork { position: absolute; display: grid; place-items: center; border-radius: 9px; color: var(--ink); font-size: 11px; font-weight: 950; text-align: center; line-height: 1; box-shadow: 0 5px 10px rgba(11,18,32,.09); }
.art-a { inset: 20px auto auto 24px; width: 82px; height: 84px; background: var(--lime); font-size: 48px; font-style: italic; }
.art-b { inset: 22px 24px auto auto; width: 104px; height: 61px; background: var(--blue); color: #fff; letter-spacing: -.04em; font-size: 17px; transform: rotate(2deg); }
.art-c { inset: auto auto 21px 32px; width: 63px; height: 72px; border-radius: 50% 50% 16px 16px; background: var(--orange); font-size: 33px; }
.art-d { inset: auto 27px 23px auto; width: 94px; height: 94px; border-radius: 50%; background: var(--cyan); font-size: 20px; transform: rotate(-7deg); }
.art-e { inset: 89px auto auto 132px; width: 66px; height: 104px; background: #111827; color: var(--lime); font-size: 38px; transform: rotate(4deg); }
.sheet-label { position: absolute; left: 30px; bottom: 15px; padding: 4px 8px; border-radius: 6px; background: rgba(11,18,32,.77); color: #fff; font-size: .57rem; font-weight: 800; }
.builder-panel { padding: 17px 14px; border-left: 1px solid #d9ded8; background: #fff; color: var(--ink); }
.panel-label { font-size: .5rem; font-weight: 900; letter-spacing: .1em; color: #7b8795; }
.panel-space { margin-top: 19px; }
.upload-row { display: grid; grid-template-columns: 30px 1fr 10px; align-items: center; gap: 7px; margin-top: 10px; }
.upload-row i { width: 30px; height: 30px; border-radius: 7px; background: #e9ece7; }
.upload-row span { height: 5px; border-radius: 4px; background: #dce1dc; }
.upload-row b { width: 7px; height: 7px; border: 1px solid #aeb7ac; border-radius: 50%; }
.auto-button { display: flex; justify-content: space-between; margin-top: 9px; padding: 9px 10px; border-radius: 7px; background: var(--ink); color: #fff; font-size: .57rem; font-weight: 800; }
.auto-button span { color: var(--lime); }
.metric-row { display: flex; justify-content: space-between; margin-top: 10px; font-size: .49rem; color: #85908b; }
.metric-row strong { color: var(--ink); }
.commerce-dock { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; padding: 10px 16px; border-top: 1px solid #dde1dc; background: #fff; color: var(--ink); font-size: .61rem; }
.commerce-dock > span { display: flex; align-items: center; gap: 6px; color: #647067; }
.commerce-dock > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-deep); }
.commerce-dock b { padding: 8px 11px; border-radius: 7px; background: var(--lime); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 178px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; background: rgba(255,255,255,.91); color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.floating-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: var(--lime); font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.2; }
.floating-card small { color: #7a8490; font-size: .57rem; text-transform: uppercase; letter-spacing: .06em; }
.floating-card strong { margin-top: 3px; font-size: .72rem; }
.floating-top { top: 18px; right: -18px; }
.floating-bottom { left: -8px; bottom: 25px; }
.floating-bottom > span { background: var(--blue); color: #fff; }
.capability-strip { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 69px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.capability-strip span { padding: 20px 24px; color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.capability-strip span + span { border-left: 1px solid rgba(255,255,255,.13); }

.section { padding: 118px 0; }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading h2, .shops-copy h2, .product-copy h2, .woo-card h2, .cta-inner h2 { margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.5rem); font-weight: 820; letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p:last-child, .shops-copy > p, .product-copy > p, .woo-card p, .cta-inner > p { color: var(--ink-soft); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 0; list-style: none; }
.step-card { min-height: 238px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.6); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.step-card:hover { transform: translateY(-4px); border-color: #b8c3c4; background: #fff; }
.step-card > span { color: #8e9a9d; font-size: .68rem; font-weight: 850; }
.step-card h3 { margin: 48px 0 7px; font-size: 1.22rem; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: .89rem; }

.product-section { color: #fff; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 82px; align-items: start; }
.product-copy { position: sticky; top: 40px; }
.eyebrow-light { color: rgba(255,255,255,.5); }
.product-copy > p { color: rgba(255,255,255,.6); }
.text-link { display: inline-flex; gap: 11px; margin-top: 18px; color: var(--lime); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.feature-card { min-height: 245px; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.045); }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; background: var(--lime); color: var(--ink); font-weight: 950; }
.feature-card h3 { margin: 48px 0 8px; font-size: 1.12rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.56); font-size: .88rem; }

.shops { overflow: hidden; background: #fff; }
.shops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.shops-visual { position: relative; min-height: 500px; }
.material-card { position: absolute; overflow: hidden; width: 290px; height: 360px; border-radius: 24px; box-shadow: var(--shadow); }
.material-card span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: #fff; font-size: 1.6rem; font-weight: 900; letter-spacing: -.04em; }
.material-card i { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 16px; }
.material-one { top: 10px; left: 10px; background: linear-gradient(150deg, #ffac74, #d94183 57%, #5a3ea6); transform: rotate(-7deg); }
.material-two { right: 5px; bottom: 8px; background: linear-gradient(145deg, #4f7fff, #31cab3 60%, #cbff55); transform: rotate(8deg); }
.material-one::before, .material-two::before { content: ""; position: absolute; width: 210px; height: 210px; border: 42px solid rgba(255,255,255,.15); border-radius: 50%; top: 45px; left: 34px; }
.material-center { position: absolute; z-index: 3; inset: 50% auto auto 50%; display: flex; align-items: center; gap: 12px; transform: translate(-50%,-50%); padding: 16px 20px; border-radius: 14px; background: var(--ink); color: #fff; box-shadow: 0 18px 45px rgba(11,18,32,.27); }
.material-center .brand-mark { width: 24px; height: 24px; }
.material-center b { letter-spacing: .16em; }
.shops-copy > p { margin-top: 22px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: .92rem; font-weight: 720; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #ecf9cd; color: #5b7a17; font-weight: 900; }

.woo { padding-top: 0; background: #fff; }
.woo-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: center; padding: 64px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #1b2844, #111829 72%); box-shadow: 0 28px 70px rgba(11,18,32,.16); }
.woo-card h2 { max-width: 680px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.woo-card p { color: rgba(255,255,255,.6); }
.woo-flow { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; }
.woo-flow span { padding: 13px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(255,255,255,.06); font-size: .72rem; font-weight: 800; text-align: center; }
.woo-flow i { color: var(--lime); font-style: normal; }
.woo-flow i:nth-of-type(2) { display: none; }

.final-cta { position: relative; overflow: hidden; text-align: center; }
.final-cta::before { content: "V"; position: absolute; inset: -150px 0 auto; color: rgba(11,18,32,.025); font-size: 600px; font-weight: 950; line-height: 1; pointer-events: none; }
.cta-inner { position: relative; max-width: 850px; }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner > p { max-width: 600px; margin: 22px auto 0; }
.centered { justify-content: center; }
.final-cta .coming-soon { color: #5f6c7d; }
.final-cta .coming-soon strong { color: #99a2ad; }

.site-footer { padding: 40px 0; color: rgba(255,255,255,.62); background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 36px; }
.brand-footer { color: #fff; }
.footer-inner p { margin: 0; font-size: .82rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-inner small { font-size: .68rem; }

.not-found-page { min-height: 100vh; display: grid; place-items: center; color: #fff; background: var(--ink); }
.not-found { max-width: 560px; padding: 32px; text-align: center; }
.not-found-brand { margin: 0; color: var(--lime); font-size: .82rem; font-weight: 900; letter-spacing: .18em; }
.not-found h1 { margin: .1em 0; font-size: clamp(4rem, 14vw, 8rem); line-height: 1; }
.not-found > p:not(.not-found-brand) { color: rgba(255,255,255,.68); }
.not-found .button { width: auto; margin-top: 16px; }

.reveal { animation: reveal .7s cubic-bezier(.2,.65,.3,1) both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 760px; }
  .product-scene { min-height: 490px; }
  .builder-window { width: 680px; }
  .product-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-copy { position: static; max-width: 750px; }
  .shops-grid { gap: 50px; }
  .material-card { width: 250px; height: 320px; }
  .woo-card { grid-template-columns: 1fr; }
  .woo-flow { max-width: 470px; }
  .footer-inner { grid-template-columns: auto 1fr auto; }
  .footer-inner small { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-header { padding: 17px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(11,18,32,.97); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .site-nav.is-open { display: flex; }
  .site-nav a, .nav-login { padding: 12px; }
  .nav-demo { border: 0; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-copy h1 { font-size: clamp(3.1rem, 13vw, 5rem); }
  .builder-window { transform: none; }
  .floating-top { right: -8px; }
  .floating-bottom { left: -8px; }
  .capability-strip { grid-template-columns: 1fr; margin-top: 46px; }
  .capability-strip span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .section { padding: 84px 0; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .shops-grid { grid-template-columns: 1fr; }
  .shops-visual { min-height: 430px; order: 2; }
  .shops-copy { order: 1; }
  .woo-card { padding: 42px 30px; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .hero { padding-top: 116px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 12vw, 3.7rem); line-height: 1; }
  .hero-lede { margin-top: 23px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .button { width: 100%; }
  .coming-soon { align-items: center; text-align: center; }
  .product-scene { min-height: 390px; margin-inline: -8px; }
  .builder-window { border-radius: 14px; }
  .builder-body { grid-template-columns: 1fr 100px; min-height: 270px; }
  .artboard-wrap { padding: 12px; }
  .artboard { width: 214px; height: 172px; transform: scale(.93); }
  .art-a { width: 54px; height: 61px; font-size: 33px; }
  .art-b { width: 70px; height: 48px; font-size: 12px; }
  .art-c { width: 48px; height: 54px; }
  .art-d { width: 62px; height: 62px; font-size: 14px; }
  .art-e { inset: 72px auto auto 90px; width: 43px; height: 78px; font-size: 24px; }
  .builder-panel { padding: 12px 8px; }
  .commerce-dock { flex-wrap: wrap; }
  .floating-card { min-width: 150px; padding: 9px 10px; }
  .floating-top { top: -8px; }
  .floating-bottom { bottom: -2px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 205px; }
  .step-card h3 { margin-top: 30px; }
  .shops-visual { min-height: 340px; }
  .material-card { width: 190px; height: 270px; }
  .woo-flow { grid-template-columns: 1fr auto 1fr; }
  .woo-flow span { font-size: .64rem; }
  .woo-flow span:nth-of-type(4), .woo-flow i:nth-of-type(3) { display: none; }
  .footer-links { flex-direction: column; gap: 7px; }
}

@media (max-width: 410px) {
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-lede { font-size: .96rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
