:root {
  --bg:#ffffff;
  --ink:#171820;
  --muted:#686b78;
  --accent:#ee1658;
  --paper:#fafafb;
  --dark:#171820;
  --line:#e8e9ee}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px}
body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased}
a {
  color:inherit;
  text-decoration:none}
button,input {
  font:inherit}
button {
  cursor:pointer;
  color:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline:3px solid #ee1658;
  outline-offset:5px}
img {
  max-width:100%}
[hidden] {
  display:none!important}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  font-family:Manrope,sans-serif}
h2 {
  font-size:clamp(36px,4.2vw,58px);
  line-height:1.13;
  letter-spacing:-2.5px;
  font-weight:500}
h2 em {
  font-style:normal;
  color:#9699a5}
h3 {
  font-size:21px;
  letter-spacing:-.6px;
  line-height:1.4}
p {
  color:var(--muted)}
.wrap {
  width:min(1260px,calc(100% - 100px));
  margin-inline:auto}
.eyebrow {
  font-size:11px;
  letter-spacing:1.6px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:12px}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  background:var(--accent);
  color:var(--dark);
  font-weight:600;
  padding:16px 23px;
  border:1px solid var(--accent);
  border-radius:5px;
  font-size:14px;
  transition:background .2s,transform .2s}
.button:hover {
  background:#cf104a;
  transform:translateY(-2px)}
.button span {
  font-size:20px;
  line-height:1}
.button.small {
  padding:10px 16px;
  font-size:13px}
.button.outline {
  border-color:#dfe1e8;
  color:var(--ink);
  background:transparent}
.button.outline:hover {
  background:#e9eaf0}
.skip {
  position:fixed;
  left:20px;
  top:-100px;
  z-index:100;
  background:var(--accent);
  color:var(--dark);
  padding:10px}
.skip:focus {
  top:10px}
.site-header {
  border-bottom:1px solid var(--line);
  background:#fffffff2;
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(16px)}
.nav {
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between}
.brand {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:20px;
  font-weight:600;
  letter-spacing:-.8px;
  line-height:1.2}
.brand img {
  border-radius:7px}
.brand small {
  display:block;
  font-size:8px;
  font-weight:500;
  letter-spacing:2px;
  color:var(--muted);
  margin-top:6px}
.nav nav {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:13px}
.nav nav>a:not(.button) {
  color:#565b6a}
.nav nav>a:not(.button):hover {
  color:var(--accent)}
.menu-toggle {
  display:none}
.hero {
  padding-top:52px}
.hero>.eyebrow {
  color:#6a6f7c}
.shopify-badge {
  background:var(--accent);
  color:var(--dark);
  width:19px;
  height:23px;
  display:grid;
  place-items:center;
  font-weight:800;
  transform:rotate(-7deg);
  border-radius:2px}
.hero>.eyebrow>i {
  height:1px;
  width:26px;
  background:#dfe1e7}
.hero-grid {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:58px;
  align-items:center;
  padding:38px 0 65px}
h1 {
  font-size:clamp(48px,5.65vw,80px);
  line-height:1.05;
  font-weight:500;
  letter-spacing:-4px}
h1>span {
  color:var(--accent)}
.hero-copy>p {
  font-size:17px;
  max-width:440px;
  margin-top:25px;
  line-height:1.75}
.actions {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:30px}
.text-link {
  font-size:13px}
.play {
  display:inline-grid;
  place-items:center;
  width:27px;
  height:27px;
  border:1px solid #dfe1e7;
  border-radius:50%;
  font-size:9px;
  margin-right:7px}
.hero-note {
  color:#7c8190;
  font-size:11px;
  margin-top:17px}
.hero-visual {
  background:radial-gradient(ellipse at 60% 110%,#ffe9f080,transparent 66%),#ffffff;
  border:1px solid #e8e9ef;
  border-radius:12px;
  padding:21px 23px;
  box-shadow:0 40px 90px #26305412;
  transform:rotate(-1deg)}
.visual-top,.visual-foot {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:9px;
  color:#777d8b;
  letter-spacing:1px}
.visual-top>span:first-child {
  display:flex;
  align-items:center;
  gap:7px}
.live-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--accent);
  border-radius:50%}
.journey-path {
  display:flex;
  align-items:center;
  padding:28px 2px 22px}
.journey-path>div {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:7px;
  font-size:10px;
  color:#747987}
.path-icon {
  display:grid;
  place-items:center;
  width:41px;
  height:41px;
  background:#f7f7fa;
  border:1px solid #e8e9ef;
  border-radius:9px;
  font-size:24px;
  color:#626879}
.path-icon.selected {
  background:var(--accent);
  color:#ffffff;
  box-shadow:0 0 40px #ee165818}
.journey-path>i {
  flex:1;
  border-top:1px dashed #d5d7e1;
  margin:0 10px 22px}
.session-card {
  background:#ffffff;
  border:1px solid #e9eaf1;
  border-radius:6px;
  padding:16px}
.card-label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:9px;
  letter-spacing:1px;
  color:#717787}
.pill {
  font-size:9px;
  border:1px solid #e4e6ed;
  padding:3px 7px;
  border-radius:4px;
  letter-spacing:0;
  color:#7a8090}
.event {
  display:flex;
  align-items:center;
  gap:13px;
  font-size:11px;
  margin-top:14px;
  color:#555c6c}
.event>small,.event>strong {
  margin-left:auto;
  font-size:9px;
  font-weight:400}
.event>span:first-child {
  font-family:monospace;
  color:#9196a4}
.event.friction {
  padding:10px 8px;
  background:#fff0f5;
  border-left:2px solid var(--accent);
  margin-left:-8px;
  margin-right:-8px;
  color:#a71d49}
.event>strong {
  color:var(--accent);
  font-size:13px}
.playback {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:8px;
  color:#747c8d;
  margin-top:23px}
.playback>div {
  flex:1;
  position:relative;
  height:4px;
  background:#ececf2;
  border-radius:10px}
.playback i {
  display:block;
  width:73%;
  height:100%;
  background:var(--accent)}
.playback b {
  position:absolute;
  left:73%;
  top:-2px;
  background:var(--accent);
  width:8px;
  height:8px;
  border-radius:50%}
.ai-note {
  background:#ffffff;
  color:#202432;
  display:flex;
  gap:15px;
  padding:20px 18px;
  border-radius:7px;
  margin:15px -35px 18px 8px;
  box-shadow:0 15px 25px #242e4910;
  transform:rotate(2deg)}
.ai-symbol {
  font-size:30px;
  line-height:1}
.ai-note .card-label {
  color:#cf2356;
  font-size:9px}
.ai-note h3 {
  font-size:21px;
  margin:6px 0}
.ai-note p {
  color:#697083;
  font-size:12px;
  line-height:1.6}
.evidence-chips {
  display:flex;
  gap:7px;
  margin-top:13px}
.evidence-chips span {
  font-size:9px;
  padding:2px 8px;
  border:1px solid #ebdce2;
  border-radius:3px}
.visual-foot {
  font-size:8px;
  letter-spacing:0}
.connect-strip {
  border-top:1px solid var(--line);
  padding:26px 0 31px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  font-size:12px;
  color:#777c89}
.connect-strip strong {
  color:#323846;
  font-weight:400}
.ai-brands {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:21px;
  font-family:Manrope,sans-serif;
  color:#303644;
  letter-spacing:-.7px}
.ai-brands .mcp {
  font-size:11px;
  color:#7b8090;
  letter-spacing:0}
.connect-strip>a {
  font-size:11px}
.proof-band {
  border-top:1px solid var(--line);
  background:#fafafb;
  padding:30px 0}
.proof-grid {
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1.35fr;
  gap:32px;
  align-items:center}
.proof-grid>div+div {
  border-left:1px solid var(--line);
  padding-left:30px}
.proof-grid .eyebrow {
  font-size:9px;
  color:#737b8a}
.proof-grid p {
  font-size:11px;
  line-height:1.8;
  margin-top:9px}
.proof-grid p span {
  color:#828895}
.proof-grid strong {
  font-size:34px;
  font-family:Manrope,sans-serif;
  font-weight:500;
  letter-spacing:-1.5px;
  display:block}
.proof-grid>div>span:not(.eyebrow) {
  display:block;
  font-size:11px;
  color:#707785}
.light {
  background:var(--paper);
  color:var(--dark);
  --muted:#6b7180}
.product {
  padding:100px 0 70px}
.section-heading {
  display:flex;
  justify-content:space-between;
  gap:50px;
  align-items:flex-end;
  margin-bottom:38px}
.section-heading .eyebrow {
  color:#b52c55;
  margin-bottom:21px}
.section-heading>p {
  max-width:355px;
  font-size:15px;
  line-height:1.8;
  margin-bottom:3px}
.product-demo {
  border:1px solid #e0e3eb;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 20px 50px #1c2d5912;
  background:white}
.demo-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px;
  border-bottom:1px solid #e9ebf1;
  font-size:11px}
.demo-title {
  display:flex;
  align-items:center;
  gap:9px}
.demo-title strong {
  font-size:13px}
.demo-title img {
  border-radius:5px}
.demo-title>span {
  font-size:8px;
  letter-spacing:1px;
  color:#7b8191;
  border-left:1px solid #e1e4ec;
  margin-left:9px;
  padding-left:15px}
.demo-date {
  color:#747c8c;
  font-size:10px}
.demo-controls {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 20px;
  background:#fafbfe;
  border-bottom:1px solid #e9ebf1}
.segmented {
  display:flex;
  padding:3px;
  gap:3px;
  background:#f0f1f6;
  border-radius:5px}
.segmented button {
  background:none;
  border:0;
  padding:7px 13px;
  border-radius:3px;
  font-size:11px;
  color:#757b8c}
.segmented button.active {
  background:#fff;
  color:#222938;
  box-shadow:0 1px 4px #0001}
.heat-toggle {
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-size:10px;
  position:relative}
.heat-toggle input {
  position:absolute;
  left:0;
  opacity:0;
  width:30px;
  height:25px}
.switch {
  width:27px;
  height:16px;
  border-radius:10px;
  background:#bec3cf;
  padding:3px;
  pointer-events:none}
.switch:after {
  content:'';
  display:block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  transition:transform .2s}
.heat-toggle input:checked+.switch {
  background:#e62860}
.heat-toggle input:checked+.switch:after {
  transform:translateX(11px)}
.heat-toggle input:focus-visible+.switch {
  outline:3px solid #dd2057;
  outline-offset:4px}
.demo-body {
  display:grid;
  grid-template-columns:minmax(0,1fr) 292px}
.store-canvas {
  background:#fff;
  padding:0 22px 22px;
  min-width:0}
.store-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:17px 0;
  border-bottom:1px solid #ececf2;
  font-size:9px;
  color:#818895}
.store-top strong {
  font-size:13px;
  letter-spacing:1px;
  color:#282d3a}
.store-top span:last-child {
  color:#282d3a}
.store-view {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:26px;
  padding-top:20px;
  min-height:354px}
.store-art {
  background:#e8eafa;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:21px}
.collection-label {
  font-size:8px;
  letter-spacing:1px;
  color:#5e6484}
.product-lettering {
  font-size:clamp(36px,5.7vw,82px);
  line-height:.94;
  letter-spacing:-5px;
  color:#535d91;
  font-family:Georgia,serif;
  margin:17px 0}
.product-lettering em {
  color:#8992bb;
  font-weight:400}
.art-caption {
  font-size:9px;
  color:#5c648c}
.store-product {
  padding-top:10px}
.store-kicker {
  font-size:8px;
  letter-spacing:1px;
  color:#737c90}
.store-product h3 {
  font-size:22px;
  margin-top:9px}
.store-price {
  font-size:12px;
  margin-top:6px;
  color:#40495d}
.store-product hr {
  border:0;
  border-top:1px solid #e5e7ef;
  margin:15px 0}
.store-product>p:not(.store-price) {
  font-size:11px}
.size-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:10px;
  margin-top:24px}
.hotspot-link {
  position:relative;
  border:0;
  background:none;
  font-size:10px;
  padding:0;
  color:#60697e;
  text-decoration:underline}
.sizes {
  display:flex;
  gap:7px;
  margin:12px 0 20px}
.sizes span {
  display:grid;
  place-items:center;
  width:33px;
  height:30px;
  border:1px solid #e6e8f0;
  font-size:10px}
.sizes .chosen {
  border-color:#626d8d;
  background:#f0f1f9}
.store-add {
  position:relative;
  isolation:isolate;
  display:flex;
  justify-content:space-between;
  width:100%;
  padding:12px;
  background:#333b54;
  color:#fff;
  border:0;
  font-size:11px;
  overflow:visible}
.delivery-link {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  border:0;
  border-top:1px solid #e5e8f1;
  border-bottom:1px solid #e5e8f1;
  background:transparent;
  margin-top:19px;
  padding:12px 0;
  font-size:10px}
.heat {
  position:absolute;
  pointer-events:none;
  left:48%;
  top:50%;
  transform:translate(-50%,-50%);
  width:100px;
  height:70px;
  background:radial-gradient(ellipse,#ff4c258c 5%,#ffb52983 25%,#dee84269 45%,#97d98933 60%,transparent 72%);
  filter:blur(3px);
  z-index:1}
.heat-small {
  width:65px;
  height:49px}
.no-heat .heat {
  display:none}
.hot-number {
  position:absolute;
  right:-6px;
  top:-9px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#ff246b;
  color:#ffffff;
  border:2px solid white;
  width:21px;
  height:21px;
  font-size:10px;
  z-index:3;
  box-shadow:0 1px 7px #0003}
[data-element][aria-pressed=true] .hot-number {
  background:#a91343;
  color:var(--accent);
  outline:2px solid var(--accent)}
.store-tip {
  display:block;
  font-size:9px;
  color:#747e91;
  margin-top:19px}
.inspector {
  background:#fafbfe;
  color:#263047;
  padding:24px 22px;
  display:flex;
  flex-direction:column}
.inspector-label {
  font-size:9px;
  letter-spacing:1.1px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#788196;
  margin-bottom:20px}
.element-type {
  font-size:9px;
  color:#788196}
.inspector h3 {
  font-size:25px;
  margin:4px 0 17px}
.inspector-metrics {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:16px}
.inspector-metrics strong {
  display:block;
  font-family:Manrope,sans-serif;
  font-size:22px;
  font-weight:500}
.inspector-metrics span {
  font-size:10px;
  color:#788196}
.revenue-box {
  border:1px solid #f4cfdb;
  background:#fff2f7;
  border-radius:5px;
  padding:12px 14px}
.revenue-box>span {
  font-size:8px;
  letter-spacing:.6px;
  color:#747e91;
  display:block}
.revenue-box strong {
  font-size:31px;
  color:var(--accent);
  font-weight:500;
  font-family:Manrope,sans-serif;
  letter-spacing:-1px}
.next-title {
  font-size:9px;
  color:#747e91;
  letter-spacing:1px;
  margin:21px 0 9px}
.next-row {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:11px;
  padding:8px 0;
  border-bottom:1px solid #e6e9f1}
.next-row strong {
  font-weight:500;
  color:#414e68}
.inspector-foot {
  font-size:9px;
  color:#788196;
  line-height:1.6;
  margin-top:auto;
  padding-top:18px}
.demo-caption {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:11px;
  color:#7c8493;
  margin-top:13px}
.demo-caption span:first-child {
  color:#566078}
.feature-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px;
  margin-top:52px}
.feature-icon {
  font-size:24px;
  color:#e92d64}
.feature-row h3 {
  font-size:18px;
  margin:9px 0}
.feature-row p {
  font-size:14px;
  line-height:1.8}
.mobile-store,.cart-store {
  padding:16px 18px;
  border:1px solid #e3e6ef;
  max-width:260px;
  width:100%;
  justify-self:center;
  background:#fbfbfe}
.mobile-title {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  padding-bottom:15px;
  border-bottom:1px solid #e4e7f0}
.mobile-store>p {
  font-size:11px;
  margin:20px 0;
  color:#727d92}
.mobile-store>button {
  display:flex;
  justify-content:space-between;
  position:relative;
  background:none;
  border:0;
  border-bottom:1px solid #e4e7f0;
  width:100%;
  padding:12px 0;
  font-size:14px}
.mobile-footer {
  font-size:10px;
  line-height:2.3;
  margin-top:22px;
  color:#727d92}
.state-note {
  align-self:center;
  padding:20px}
.state-note>span {
  font-size:9px;
  color:#7e87a0;
  letter-spacing:2px}
.state-note h3 {
  font-size:29px;
  line-height:1.25;
  margin:15px 0;
  color:#4d5979}
.state-note p {
  font-size:13px}
.cart-item {
  display:flex;
  gap:12px;
  padding:24px 0;
  font-size:12px}
.item-swatch {
  display:grid;
  place-items:center;
  background:#e8eafa;
  color:#5a6690;
  width:60px;
  height:75px;
  font-family:Georgia,serif;
  font-size:25px}
.cart-item small {
  color:#6f7b94;
  font-size:10px}
.cart-item p {
  font-size:11px;
  margin-top:10px}
.subtotal {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  padding:22px 0 15px}
.cart-store>small {
  display:block;
  font-size:9px;
  color:#6f7b94;
  margin-top:14px}
.ai-section {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:100px;
  padding-top:105px;
  padding-bottom:105px}
.ai-story .eyebrow {
  font-size:9px;
  color:#bd305c}
.ai-story h2 {
  font-size:clamp(46px,5vw,68px);
  margin:25px 0}
.ai-story h2 em {
  color:var(--accent)}
.ai-story>p {
  font-size:16px;
  margin:15px 0;
  max-width:400px}
.permission-note {
  border-top:1px solid var(--line);
  font-size:12px;
  color:#707c92;
  padding-top:24px;
  margin-top:28px;
  display:flex;
  gap:14px}
.permission-note>span {
  color:var(--accent);
  font-size:23px}
.conversation {
  background:#ffffff;
  border:1px solid #e3e6ef;
  border-radius:9px;
  align-self:center;
  padding:22px 26px;
  box-shadow:0 25px 80px #242e4910}
.conversation-top {
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:9px;
  color:#7b8395}
.conversation-top>span:first-child {
  color:#6b748b;
  letter-spacing:1px}
.user-question {
  font-size:14px;
  margin:25px 0 20px 35px;
  border:1px solid #e4e7f0;
  background:#f7f8fc;
  padding:16px 19px;
  border-radius:8px 8px 0 8px;
  color:#454f66}
.tool-steps {
  font-size:11px;
  color:#6c7b91;
  display:grid;
  gap:7px;
  border-left:1px solid #e3e8f1;
  margin:0 0 25px 12px;
  padding-left:20px}
.answer {
  display:flex;
  gap:16px}
.answer-star {
  font-size:24px;
  color:var(--accent);
  line-height:1.3}
.answer h3 {
  font-size:22px;
  margin-bottom:14px;
  font-weight:500}
.answer p {
  font-size:13px;
  line-height:1.9;
  color:#69758a}
.answer p strong {
  color:#323f58;
  font-weight:500}
.answer-stat {
  border-left:2px solid var(--accent);
  padding-left:15px;
  margin:20px 0}
.answer-stat>span {
  display:block;
  color:#7b859a;
  font-size:8px;
  letter-spacing:.7px}
.answer-stat strong {
  font-family:Manrope,sans-serif;
  font-size:40px;
  font-weight:500;
  color:var(--accent);
  letter-spacing:-1.5px}
.answer-stat small {
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:#7a869d;
  letter-spacing:0}
.answer p.answer-caveat {
  font-size:11px;
  color:#788399;
  line-height:1.8}
.source-chips {
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:18px}
.source-chips span {
  font-size:9px;
  border:1px solid #e3e7f0;
  padding:4px 6px;
  border-radius:3px;
  color:#6b778e}
.conversation-bottom {
  font-size:9px;
  color:#7b889e;
  margin-top:25px;
  border-top:1px solid #e9eaf0;
  padding-top:14px}
.evidence-section {
  padding:90px 0 70px}
.evidence-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #e4e7ef;
  margin-top:42px}
.evidence-grid article {
  padding:28px 30px 0 0;
  display:flex;
  flex-direction:column}
.evidence-grid article+article {
  border-left:1px solid #e4e7ef;
  padding-left:30px}
.step-number {
  color:#9b7790;
  font-size:12px;
  font-family:monospace}
.evidence-grid h3 {
  font-size:22px;
  margin:15px 0 12px}
.evidence-grid p {
  font-size:14px;
  line-height:1.85;
  margin-bottom:28px}
.mini-brief,.mini-timeline,.mini-journey {
  margin-top:auto;
  background:#f4f5fa;
  border-radius:5px;
  min-height:130px;
  padding:20px}
.mini-brief>span {
  font-size:9px;
  color:#77809a;
  letter-spacing:1px}
.mini-brief>div {
  display:flex;
  align-items:center;
  gap:22px}
.mini-brief strong {
  font-size:32px;
  font-weight:500;
  color:#505f80;
  letter-spacing:-1px}
.mini-brief>div>span {
  color:#9aa5ba}
.mini-brief small {
  font-size:10px;
  color:#7485a1}
.mini-timeline {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  font-size:10px;
  color:#7f8fa9}
.mini-timeline b {
  font-weight:400;
  margin-left:10px;
  color:#5e708d}
.mini-timeline i {
  font-style:normal;
  margin-left:10px;
  font-size:9px;
  color:#bc3561}
.mini-timeline .highlight {
  background:#ffecf3;
  padding:7px;
  margin:-7px;
  border-radius:3px}
.mini-journey {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:9px;
  font-size:10px;
  color:#7a8ba6}
.mini-journey>span {
  border-top:2px solid #e4bfd0;
  padding-top:10px}
.mini-journey b {
  display:block;
  font-size:10px;
  font-weight:500;
  margin-top:7px;
  color:#5b6f90}
.honesty {
  display:flex;
  align-items:center;
  gap:35px;
  border-top:1px solid #e4e7ef;
  margin-top:48px;
  padding-top:34px}
.honesty>span {
  font-size:50px;
  color:#e92d64}
.honesty h3 {
  min-width:250px;
  font-size:25px;
  font-weight:500;
  line-height:1.25}
.honesty p {
  font-size:14px;
  line-height:1.8;
  max-width:590px}
.pricing {
  padding-top:95px;
  padding-bottom:90px}
.pricing-heading {
  text-align:center}
.pricing-heading .eyebrow {
  justify-content:center;
  color:#bf325c}
.pricing-heading h2 {
  margin:23px 0}
.pricing-heading h2 em {
  color:var(--accent)}
.pricing-heading p {
  font-size:15px}
.pricing-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:50px}
.price-card {
  position:relative;
  padding:29px 23px;
  background:#ffffff;
  border:1px solid #e4e7ef;
  border-radius:7px}
.price-card.featured {
  border-color:var(--accent);
  background:#fff9fb}
.plan-note {
  position:absolute;
  top:-12px;
  left:20px;
  background:var(--accent);
  color:#ffffff;
  font-size:8px;
  letter-spacing:1px;
  padding:4px 9px;
  border-radius:3px}
.price-card h3 {
  font-size:19px;
  font-weight:500}
.price-card>p {
  font-size:12px;
  margin:8px 0 30px;
  color:#828b9d}
.price {
  font-family:Manrope,sans-serif;
  font-size:42px;
  letter-spacing:-2px;
  font-weight:500}
.price>span {
  font-size:11px;
  color:#7d8799;
  letter-spacing:0;
  margin-left:7px}
.allowance {
  padding:15px 0 25px;
  font-size:14px}
.allowance>span {
  font-size:11px;
  color:#7d899e;
  margin-left:5px}
.price-card .button {
  width:100%;
  font-size:12px;
  justify-content:space-between;
  padding:12px 16px}
.pricing-foot {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:11px;
  color:#7d899e;
  margin-top:20px}
.pricing-foot a {
  color:#ac2a52;
  border-bottom:1px solid #ecc1ce}
.trust {
  padding:90px 0}
.trust-heading .eyebrow {
  color:#ba365e;
  margin-bottom:22px}
.trust-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:55px;
  margin:45px 0 75px}
.trust-grid article {
  border-top:1px solid #e4e7ef;
  padding-top:22px}
.trust-grid article>span {
  font-size:10px;
  letter-spacing:1px;
  color:#7a879d}
.trust-grid h3 {
  font-size:19px;
  margin:14px 0 12px}
.trust-grid p {
  font-size:14px;
  line-height:1.85}
.faq {
  display:grid;
  grid-template-columns:1fr 1.6fr;
  gap:70px;
  border-top:1px solid #e4e7ef;
  padding-top:45px}
.faq h2 {
  font-size:30px;
  letter-spacing:-1px;
  line-height:1.3}
.faq details {
  border-bottom:1px solid #e4e7ef}
.faq summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  font-size:14px;
  font-weight:500;
  padding:18px 0}
.faq summary::-webkit-details-marker {
  display:none}
.faq summary>span {
  font-size:21px;
  color:#a5aebe;
  font-weight:400}
.faq details[open] summary>span {
  transform:rotate(45deg)}
.faq details p {
  font-size:14px;
  line-height:1.85;
  padding:0 25px 22px 0}
.closing {
  padding-top:85px;
  padding-bottom:80px}
.closing .eyebrow {
  font-size:10px;
  color:#bd315c}
.closing h2 {
  font-size:clamp(48px,6.3vw,86px);
  letter-spacing:-4px;
  font-weight:500;
  margin-top:26px}
.closing h2>span {
  color:var(--accent)}
.closing-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-top:30px}
.closing-bottom p {
  font-size:15px;
  line-height:1.8}
.footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  border-top:1px solid var(--line);
  padding-top:25px;
  padding-bottom:30px}
.footer .brand {
  font-size:16px}
.footer>span,.footer>a:last-child {
  font-size:11px;
  color:#7c889d}

@media(max-width:1100px) {
  .wrap {
  width:calc(100% - 60px)}
.hero-grid {
  gap:32px}
h1 {
  letter-spacing:-3px}
.hero-copy>p {
  font-size:15px}
.actions {
  gap:15px;
  flex-wrap:wrap}
.ai-note {
  margin-right:-28px}
.ai-brands {
  gap:20px;
  font-size:18px}
.connect-strip>a {
  display:none}
.section-heading {
  gap:25px}
.section-heading>p {
  max-width:290px;
  font-size:14px}
.demo-body {
  grid-template-columns:minmax(0,1fr) 245px}
.store-view {
  gap:18px}
.store-art {
  padding:15px}
.store-product h3 {
  font-size:18px}
.inspector {
  padding:22px 17px}
.feature-row {
  gap:30px}
.ai-section {
  gap:50px}
.price-card {
  padding:25px 17px}
.allowance>span {
  display:block;
  margin:3px 0 0}
.price {
  font-size:36px}
.mini-timeline {
  padding:16px 10px}
.mini-timeline i {
  display:none}
}

@media(max-width:800px) {
  .wrap {
  width:calc(100% - 40px)}
.nav {
  height:74px}
.brand {
  font-size:17px}
.nav nav {
  gap:17px;
  font-size:11px}
.nav nav>a:nth-child(2) {
  display:none}
.hero {
  padding-top:35px}
.hero>.eyebrow {
  font-size:9px}
.hero-grid {
  grid-template-columns:1fr;
  gap:45px;
  padding-top:30px}
.hero-copy {
  max-width:630px}
h1 {
  font-size:clamp(58px,9vw,80px)}
.hero-copy>p {
  max-width:470px;
  font-size:17px}
.hero-visual {
  width:100%;
  max-width:550px;
  justify-self:center}
.connect-strip {
  flex-wrap:wrap;
  gap:18px}
.ai-brands {
  gap:25px}
.proof-grid {
  grid-template-columns:1fr 1fr;
  gap:28px}
.proof-grid>div+div {
  padding-left:0;
  border-left:0}
.proof-grid>div:nth-child(even) {
  border-left:1px solid var(--line);
  padding-left:24px}
.proof-grid strong {
  font-size:30px}
.section-heading {
  display:block}
.section-heading>p {
  margin-top:22px;
  max-width:500px;
  font-size:15px}
.product {
  padding-top:65px}
.demo-body {
  grid-template-columns:1fr}
.inspector {
  display:block}
.inspector-label {
  margin-bottom:10px}
#element-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 25px}
.element-heading {
  grid-column:1}
.inspector h3 {
  margin:0 0 5px}
.inspector-metrics {
  grid-column:1;
  margin-bottom:0}
.revenue-box {
  grid-column:2;
  grid-row:1/3;
  align-self:center}
.next-section {
  grid-column:1/3}
.next-title {
  margin-top:10px}
.inspector-foot {
  padding-top:10px}
.store-view {
  min-height:380px;
  gap:30px}
.store-canvas {
  padding:0 25px 25px}
.store-art {
  padding:25px}
.product-lettering {
  font-size:74px}
.store-product {
  padding-top:20px}
.store-product h3 {
  font-size:25px}
.store-product>p:not(.store-price) {
  font-size:12px}
.size-heading {
  font-size:11px}
.store-add,.delivery-link,.hotspot-link {
  font-size:11px}
.sizes span {
  width:40px;
  height:35px}
.demo-caption {
  font-size:10px}
.feature-row {
  gap:20px}
.feature-row h3 {
  font-size:17px}
.feature-row p {
  font-size:13px}
.ai-section {
  grid-template-columns:1fr;
  gap:30px;
  padding-top:65px;
  padding-bottom:65px}
.ai-story h2 {
  font-size:55px}
.ai-story>p {
  max-width:none}
.conversation {
  max-width:600px;
  width:100%;
  justify-self:center}
.evidence-section {
  padding-top:65px}
.evidence-grid {
  grid-template-columns:1fr;
  gap:25px}
.evidence-grid article,.evidence-grid article+article {
  border-left:0;
  border-bottom:1px solid #e4e7ef;
  padding:22px 0 25px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 35px}
.step-number {
  grid-column:1}
.evidence-grid h3 {
  grid-column:1;
  margin:0}
.evidence-grid p {
  grid-column:1;
  margin:0}
.mini-brief,.mini-timeline,.mini-journey {
  grid-column:2;
  grid-row:1/4;
  align-self:center;
  margin:0}
.honesty {
  gap:22px;
  flex-wrap:wrap}
.honesty p {
  max-width:none}
.honesty h3 {
  min-width:0}
.pricing {
  padding-top:65px;
  padding-bottom:60px}
.pricing-grid {
  grid-template-columns:1fr 1fr;
  gap:22px 15px}
.price-card {
  padding:25px}
.pricing-foot {
  flex-direction:column;
  gap:8px}
.trust {
  padding-top:65px;
  padding-bottom:60px}
.trust-grid {
  gap:24px}
.faq {
  gap:30px;
  grid-template-columns:1fr}
.closing {
  padding-top:60px;
  padding-bottom:55px}
.closing-bottom {
  align-items:flex-start;
  flex-direction:column}
.closing h2 {
  letter-spacing:-3px}
}

@media(max-width:520px) {
  .wrap {
  width:calc(100% - 36px)}
.brand {
  font-size:16px}
.brand small {
  font-size:6px;
  letter-spacing:1.4px}
.brand img {
  width:30px;
  height:30px}
.menu-toggle {
  display:flex;
  gap:12px;
  align-items:center;
  background:transparent;
  border:1px solid #e0e5ef;
  border-radius:4px;
  color:#626e86;
  padding:7px 10px;
  font-size:12px}
.nav nav {
  display:none;
  position:absolute;
  top:73px;
  left:0;
  right:0;
  padding:25px;
  background:#ffffff;
  border-bottom:1px solid #e0e5ef;
  align-items:stretch;
  font-size:15px}
.nav nav.open {
  display:flex;
  flex-direction:column}
.nav nav>a:nth-child(2) {
  display:block}
.hero>.eyebrow {
  font-size:8px;
  letter-spacing:1px;
  gap:9px}
.hero>.eyebrow>i {
  display:none}
h1 {
  font-size:clamp(43px,11.6vw,60px);
  letter-spacing:-2.6px}
.hero-grid {
  gap:35px;
  padding-bottom:40px}
.hero-copy>p {
  font-size:16px;
  margin-top:20px}
.button {
  padding:14px 18px;
  font-size:12px;
  gap:20px}
.actions {
  gap:18px;
  margin-top:24px}
.text-link {
  font-size:12px}
.hero-note {
  font-size:10px}
.hero-visual {
  padding:16px 15px;
  transform:none}
.visual-top {
  font-size:7px;
  letter-spacing:.5px}
.journey-path {
  padding-top:23px}
.journey-path>i {
  margin-left:6px;
  margin-right:6px}
.session-card {
  padding:12px}
.event {
  font-size:9px;
  gap:7px}
.event>small {
  font-size:7px}
.ai-note {
  margin:13px -6px 15px 0;
  padding:16px 13px;
  gap:10px}
.ai-note h3 {
  font-size:19px}
.ai-note p {
  font-size:12px}
.visual-foot {
  font-size:7px}
.connect-strip {
  padding:20px 0}
.connect-strip>span {
  font-size:12px}
.ai-brands {
  font-size:17px;
  gap:20px;
  flex-wrap:wrap}
.ai-brands .mcp {
  font-size:10px}
.proof-grid {
  gap:25px 14px}
.proof-grid .eyebrow {
  font-size:8px}
.proof-grid p {
  font-size:10px}
.proof-grid strong {
  font-size:28px}
.proof-grid>div>span:not(.eyebrow) {
  font-size:10px}
.proof-grid>div:nth-child(even) {
  padding-left:17px}
h2 {
  font-size:35px;
  letter-spacing:-1.7px}
.eyebrow {
  font-size:9px;
  letter-spacing:1.3px}
.product {
  padding:55px 0 45px}
.section-heading>p {
  font-size:15px}
.demo-toolbar {
  padding:12px}
.demo-title {
  gap:7px}
.demo-title strong {
  font-size:11px}
.demo-title>span {
  font-size:7px;
  padding-left:8px;
  margin-left:0}
.demo-date {
  display:none}
.demo-controls {
  padding:10px;
  gap:10px;
  flex-wrap:wrap}
.segmented {
  flex:1;
  justify-content:space-between}
.segmented button {
  font-size:10px;
  padding:7px 9px}
.heat-toggle {
  font-size:10px;
  padding-left:2px}
.store-canvas {
  padding:0 12px 15px}
.store-top {
  font-size:8px}
.store-top strong {
  font-size:10px}
.store-top>span:nth-child(2) {
  display:none}
.store-view {
  gap:12px;
  min-height:310px;
  grid-template-columns:.8fr 1fr;
  padding-top:13px}
.store-art {
  padding:12px}
.collection-label {
  font-size:6px;
  letter-spacing:.5px}
.product-lettering {
  font-size:44px;
  letter-spacing:-3px}
.art-caption {
  font-size:8px}
.store-product {
  padding-top:0}
.store-kicker {
  font-size:6px}
.store-product h3 {
  font-size:17px}
.store-price {
  font-size:11px}
.store-product hr {
  margin:12px 0}
.store-product>p:not(.store-price) {
  font-size:9px}
.size-heading {
  font-size:8px;
  margin-top:17px;
  gap:5px}
.hotspot-link {
  font-size:8px}
.sizes {
  gap:4px;
  margin:9px 0 15px}
.sizes span {
  width:28px;
  height:28px;
  font-size:8px}
.store-add,.delivery-link {
  font-size:9px}
.store-tip {
  font-size:8px}
.hot-number {
  width:18px;
  height:18px;
  font-size:8px;
  right:-3px}
.heat {
  width:75px;
  height:52px}
.heat-small {
  width:48px;
  height:40px}
.inspector {
  padding:19px 17px}
.inspector h3 {
  font-size:22px}
.inspector-metrics strong {
  font-size:20px}
.revenue-box {
  padding:12px 10px}
.revenue-box strong {
  font-size:27px}
.revenue-box>span {
  font-size:8px}
.demo-caption {
  flex-direction:column;
  gap:3px}
.feature-row {
  grid-template-columns:1fr;
  gap:22px;
  margin-top:30px}
.feature-row article {
  display:grid;
  grid-template-columns:28px 1fr;
  column-gap:14px}
.feature-row h3 {
  margin:5px 0}
.feature-row p {
  grid-column:2;
  font-size:14px}
.mobile-store,.cart-store {
  padding:12px}
.mobile-title {
  font-size:9px}
.mobile-store>button {
  font-size:10px}
.mobile-store>p {
  font-size:9px}
.mobile-footer {
  font-size:9px}
.state-note {
  padding:8px}
.state-note h3 {
  font-size:22px;
  letter-spacing:-.5px}
.state-note p {
  font-size:11px}
.cart-item {
  gap:7px;
  font-size:9px}
.item-swatch {
  width:40px;
  height:60px;
  font-size:17px;
  flex-shrink:0}
.cart-store>small {
  font-size:8px}
.ai-story h2 {
  font-size:44px;
  letter-spacing:-2px}
.ai-story>p {
  font-size:16px}
.conversation {
  padding:18px}
.conversation-top {
  font-size:8px}
.user-question {
  font-size:13px;
  margin-left:20px;
  padding:13px}
.answer {
  gap:10px}
.answer h3 {
  font-size:21px}
.answer p {
  font-size:13px}
.tool-steps {
  font-size:10px}
.answer-stat>span {
  font-size:8px}
.evidence-grid article,.evidence-grid article+article {
  display:flex;
  padding:15px 0 25px;
  gap:10px}
.evidence-grid p {
  margin-bottom:15px}
.mini-brief,.mini-timeline,.mini-journey {
  width:100%;
  min-height:120px;
  padding:20px}
.mini-timeline {
  font-size:11px}
.mini-timeline i {
  display:inline}
.mini-journey {
  justify-content:space-around}
.honesty {
  gap:20px;
  margin-top:20px}
.honesty h3 {
  font-size:23px}
.pricing-heading p {
  font-size:14px}
.pricing-grid {
  gap:20px 10px;
  margin-top:35px}
.price-card {
  padding:22px 13px}
.price-card h3 {
  font-size:16px}
.price-card>p {
  font-size:11px;
  min-height:36px;
  margin-bottom:15px}
.price {
  font-size:33px}
.price>span {
  font-size:9px;
  margin-left:3px}
.allowance {
  font-size:13px;
  padding-bottom:20px}
.price-card .button {
  padding:10px 12px;
  font-size:11px}
.plan-note {
  font-size:7px;
  left:12px}
.pricing-foot {
  font-size:10px}
.trust-grid {
  grid-template-columns:1fr;
  margin:30px 0 45px}
.trust-grid article {
  padding-top:17px}
.trust-grid h3 {
  margin:10px 0}
.faq {
  padding-top:30px;
  gap:15px}
.faq h2 {
  font-size:28px}
.faq summary {
  font-size:14px}
.faq details p {
  font-size:14px}
.closing .eyebrow {
  font-size:8px;
  letter-spacing:1px}
.closing h2 {
  font-size:44px;
  letter-spacing:-2px}
.closing-bottom p {
  font-size:14px}
.footer {
  flex-wrap:wrap;
  gap:18px}
.footer .brand {
  font-size:15px;
  width:100%}
.footer>a:last-child {
  margin-left:auto}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}


/* Chrome extension early access */
.extension-access {
  padding:0 0 65px}

.extension-callout {
  border-top:1px solid #e4e7ef;
  padding-top:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px}

.extension-callout>div {
  max-width:690px}

.extension-callout .eyebrow {
  color:#b52c55;
  font-size:10px;
  margin-bottom:12px}

.extension-callout h3 {
  font-size:24px;
  margin-bottom:10px}

.extension-callout p {
  font-size:15px;
  line-height:1.8}

.extension-callout .button {
  flex-shrink:0}

.faq details p a {
  color:#505f80;
  text-decoration:underline;
  text-underline-offset:3px}

@media(max-width:800px) {
  .extension-callout {
  flex-direction:column;
  align-items:flex-start;
  gap:22px}
.extension-access {
  padding-bottom:45px}
}

/* White editorial direction: generous spacing, crisp product surfaces, brand pink. */
.button{color:#fff;border-radius:8px;box-shadow:0 4px 10px #eb155817;font-weight:600}
.button.outline{color:#333c50;box-shadow:none;background:#fff}
.button.outline:hover{background:#f7f8fc}
.nav{height:88px}
.nav nav{font-size:14px}
.brand{font-weight:700}
.hero{padding-top:64px;position:relative}
.hero-grid{gap:75px;padding-top:45px;padding-bottom:80px}
.hero>.eyebrow{font-size:11px;letter-spacing:1.3px}
.shopify-badge{background:#e9f7e6;color:#3a7633}
.hero-copy h1{font-size:clamp(54px,5.9vw,85px);letter-spacing:-4.7px;line-height:1.04;font-weight:600}
.hero-copy>p{font-size:18px;line-height:1.75;color:#727888;margin-top:28px}
.hero-note{font-size:12px}
.hero-visual{position:relative;padding:26px;border-radius:17px;transform:rotate(-2deg);background:linear-gradient(135deg,#fff,#fcfcff);box-shadow:0 32px 90px #3d486015,0 4px 14px #3d486009}
.hero-visual:before{content:'';position:absolute;inset:-38px -30px;z-index:-1;background:radial-gradient(ellipse at 80% 65%,#ffe2ee80,transparent 70%);pointer-events:none}
.visual-top{font-size:10px}
.journey-path{padding-top:30px;padding-bottom:27px}
.path-icon{width:46px;height:46px;border-radius:12px;box-shadow:0 3px 6px #25325305}
.session-card{padding:20px;border-radius:10px;box-shadow:0 5px 20px #343d5705}
.event{font-size:12px}
.card-label{font-size:10px}
.ai-note{border:1px solid #f1dce6;border-left:3px solid var(--accent);box-shadow:0 14px 40px #4b2d4812;transform:rotate(3deg);margin:20px -39px 22px 12px;padding:23px 20px;border-radius:10px}
.ai-symbol{color:var(--accent)}
.ai-note h3{font-size:23px}
.ai-note p{font-size:13px}
.evidence-chips span{font-size:10px;background:#fff8fb}
.visual-foot{font-size:9px}
.connect-strip{padding:30px 0 35px}
.ai-brands{gap:36px;font-size:23px}
.proof-band{background:#fafafb;border-bottom:1px solid #eef0f4;padding:34px 0}
.proof-grid strong{font-size:39px;letter-spacing:-1.7px;color:#2e3547}
.proof-grid p,.proof-grid>div>span:not(.eyebrow){font-size:12px}
.product{background:white;padding-top:110px;padding-bottom:65px}
.section-heading h2{font-weight:500}
.section-heading>p{font-size:16px}
.product-demo{border-radius:14px;border-color:#e0e4ee;box-shadow:0 25px 70px #2637550d,0 2px 8px #26375505}
.demo-toolbar{padding:18px 22px}
.demo-title strong{font-size:14px}
.demo-controls{padding:14px 22px}
.segmented button{padding:8px 16px;font-size:12px}
.segmented button.active{color:#d62059}
.inspector{border-left:1px solid #e7eaf2;background:#fafbfe}
.revenue-box{background:#fff1f6;border-color:#f2d3df}
.inspector h3{font-weight:600}
.feature-row{gap:45px}
.feature-row article{padding:24px;border:1px solid #edeff5;border-radius:12px;background:#fff}
.feature-row p{font-size:15px}
.feature-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#fff0f5;font-size:23px}
.extension-access{background:white}
.extension-callout{background:#fafbfe;border:1px solid #e8ecf4;border-radius:12px;padding:28px 30px}
.extension-callout h3{font-size:22px}
.extension-callout .button{font-size:13px}
.ai-section{padding-top:110px;padding-bottom:110px}
.conversation{box-shadow:0 20px 60px #2738550c;padding:28px 30px;border-radius:14px}
.conversation-top{font-size:10px}
.user-question{border-radius:10px 10px 0 10px;background:#f6f7fb}
.answer-stat{background:#fff7fa;padding:15px 18px;border-radius:0 8px 8px 0}
.answer-stat strong{font-size:44px}
.answer p{font-size:14px}
.answer p.answer-caveat{font-size:12px}
.evidence-section{background:#fafbfe;border-top:1px solid #eef0f5;border-bottom:1px solid #eef0f5}
.pricing{padding-top:105px;padding-bottom:100px}
.price-card{border-radius:12px;box-shadow:0 4px 15px #22375203}
.price-card.featured{box-shadow:0 10px 40px #ef165810}
.price-card .button{border-radius:6px}
.price-card>p{font-size:13px}
.price{color:#252f44}
.plan-note{border-radius:4px;font-size:9px}
.trust{background:#fafbfe;border-top:1px solid #eef0f5;border-bottom:1px solid #eef0f5}
.closing{padding-top:90px;padding-bottom:90px;background:radial-gradient(ellipse at 95% 85%,#fff3f8,transparent 60%)}
.closing h2{font-weight:600}
.footer{padding-top:30px;padding-bottom:35px}
@media(max-width:1100px){.hero-grid{gap:40px}.hero-copy h1{font-size:64px;letter-spacing:-3.5px}.hero-copy>p{font-size:16px}.hero-visual{padding:20px}.ai-note{margin-right:-27px;padding:19px 16px}.ai-note h3{font-size:21px}.ai-brands{gap:25px;font-size:20px}.feature-row{gap:20px}.feature-row article{padding:20px}.extension-callout{gap:25px}.proof-grid strong{font-size:33px}}
@media(max-width:800px){.nav{height:74px}.hero{padding-top:40px}.hero-grid{gap:50px;padding-top:30px;padding-bottom:50px}.hero-copy h1{font-size:72px;letter-spacing:-4px}.hero-copy>p{font-size:18px}.hero-visual{max-width:550px}.product{padding-top:70px}.feature-row article{padding:16px}.feature-row p{font-size:13px}.ai-section{padding-top:70px;padding-bottom:70px}.extension-callout{padding:25px}.pricing{padding-top:70px;padding-bottom:65px}.closing{padding-top:60px;padding-bottom:60px}}
@media(max-width:520px){.hero{padding-top:30px}.hero>.eyebrow{font-size:8px;letter-spacing:.7px;gap:8px}.hero-copy h1{font-size:clamp(42px,11.8vw,61px);letter-spacing:-2.8px}.hero-copy>p{font-size:16px;margin-top:22px}.hero-grid{gap:35px}.hero-note{font-size:10px}.hero-visual{transform:none;padding:16px}.hero-visual:before{inset:0}.visual-top{font-size:7px}.journey-path{padding:22px 0}.path-icon{width:38px;height:38px}.session-card{padding:12px}.event{font-size:10px}.card-label{font-size:8px}.ai-note{margin:16px -5px 18px 0;transform:rotate(1deg);padding:16px 13px}.ai-note h3{font-size:19px}.ai-note p{font-size:12px}.evidence-chips span{font-size:8px}.visual-foot{font-size:7px}.ai-brands{font-size:17px;gap:20px}.proof-grid strong{font-size:28px}.proof-grid p,.proof-grid>div>span:not(.eyebrow){font-size:10px}.product{padding-top:55px;padding-bottom:35px}.section-heading>p{font-size:15px}.demo-toolbar{padding:12px}.demo-title strong{font-size:11px}.demo-controls{padding:10px}.segmented button{padding:8px 9px;font-size:10px}.feature-row{gap:12px}.feature-row article{padding:18px;grid-template-columns:38px 1fr}.feature-row p{font-size:14px}.feature-row h3{font-size:17px}.extension-callout{padding:22px;gap:20px}.extension-callout h3{font-size:21px}.extension-callout p{font-size:14px}.extension-callout .button{font-size:12px;padding:12px 14px;gap:12px}.conversation{padding:18px}.conversation-top{font-size:8px}.answer p{font-size:13px}.answer-stat{padding:12px}.answer-stat strong{font-size:37px}.answer-stat>span{font-size:7px}.price-card>p{font-size:11px}.closing h2{font-size:42px}.brand small{font-size:7px;letter-spacing:1px}.nav nav{font-size:15px}}

.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)}
.hero-copy,.hero-visual{min-width:0}
@media(max-width:1100px) and (min-width:801px){.hero-visual{transform:none}.ai-note{margin-right:-10px;transform:none}.hero-visual:before{inset:-20px 0}.hero-copy h1{font-size:clamp(49px,5.8vw,64px)}}
@media(max-width:800px){.hero-grid{grid-template-columns:minmax(0,1fr)}}

/* Product visuals use the actual app's Inter type, Polaris surfaces and inspector palette. */
.product-demo,.hero-film{font-family:Inter,system-ui,sans-serif}
.product-demo h3,.hero-film h3{font-family:Inter,system-ui,sans-serif}
.product-demo{background:#f6f6f7;border-color:#e1e3e5;padding:18px;overflow:visible}
.demo-toolbar{background:transparent;border:0;padding:0 0 16px}
.demo-title strong{font-size:20px;letter-spacing:-.5px;color:#202223}
.demo-title>span{font-size:9px;color:#6d7175}
.demo-controls{background:#fff;border:1px solid #e1e3e5;border-radius:12px 12px 0 0}
.segmented{background:#f1f2f3;border:1px solid #e1e3e5}
.segmented button.active{color:#202223}
.demo-body{grid-template-columns:minmax(0,1fr) 365px;gap:18px;align-items:start;padding-top:18px}
.store-canvas{border:1px solid #e1e3e5;border-radius:12px;min-height:440px;overflow:hidden}
.store-view{min-height:375px}
.inspector{background:white;border:1px solid #e7eaf0;border-radius:18px;color:#242836;box-shadow:0 14px 44px #2013430d,0 2px 6px #20134306;padding:20px}
.inspector-label{color:#697487;font-size:9px;justify-content:space-between;letter-spacing:1px;margin-bottom:18px}
#element-details{display:block}
.element-heading{display:flex;gap:12px;align-items:center}
.inspector-pointer,.film-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eeeaf9;color:#745bd2;font-size:23px;flex-shrink:0}
.inspector h3{font-size:20px;line-height:1.25;letter-spacing:-.4px;margin:0 0 3px}
.element-type{font-size:10px;color:#697487;text-transform:capitalize}
.inspector-path{color:#697487;font-size:10px;margin:13px 0}
.inspector-rank{padding:12px 14px;background:#f3effb;border-radius:9px;font-size:12px}
.inspector-rank strong{font-size:18px;color:#745bd2;font-weight:600;margin-right:8px}
.inspector-rank small{font-size:12px;font-weight:400;color:#697487}
.inspector-rank p{font-size:10px;color:#697487;margin-top:3px}
.rank-track{height:5px;background:repeating-linear-gradient(90deg,#ded5f1 0,#ded5f1 3.5%,transparent 3.5%,transparent 4.3%);margin-top:13px;position:relative;border-radius:3px}
.rank-track:after{content:'';position:absolute;left:9%;width:4%;height:100%;background:#745bd2;border-radius:3px}
.inspector-figures{border:1px solid #e7eaf0;border-radius:10px;overflow:hidden;margin-top:16px}
.figures-window{background:#f4f6f9;padding:8px 12px;font-size:10px;color:#697487;border-bottom:1px solid #e7eaf0}
.inspector-metrics{display:grid;grid-template-columns:.85fr 1fr 1.3fr;gap:7px;padding:13px 10px;margin:0}
.inspector-metrics>div+div{border-left:1px solid #e7eaf0;padding-left:9px}
.inspector-metrics strong{font-size:18px;font-family:Inter,sans-serif;color:#242836;font-weight:600}
.inspector-metrics span{font-size:9px;line-height:1.3;color:#697487;display:block;margin-top:5px}
.inspector-tabs{display:flex;border-bottom:1px solid #e7eaf0;margin-top:15px;gap:16px}
.inspector-tabs button{border:0;border-bottom:2px solid transparent;padding:11px 0;background:none;font-size:11px;color:#697487}
.inspector-tabs button[aria-pressed=true]{border-bottom-color:#745bd2;color:#745bd2}
.inspector-panel{min-height:188px;padding-top:16px}
.inspector-panel h4{margin:0;font-size:13px;font-weight:600}
.inspector-panel>p{font-size:10px;color:#697487;margin:4px 0 12px}
.outcome-row{margin:12px 0}
.outcome-row>div:first-child{display:flex;justify-content:space-between;font-size:11px;color:#697487}
.outcome-row strong{font-weight:500;color:#242836}
.outcome-track{height:5px;border-radius:5px;background:#f4f6f9;margin-top:7px}
.outcome-track i{height:100%;display:block;border-radius:5px;background:#b7a7e4}
.inspector-foot{border-top:1px solid #e7eaf0;color:#697487;margin-top:12px;padding-top:12px;font-size:9px}
.inspector-journey{list-style:none;padding:0 0 0 10px;margin:14px 0;border-left:1px solid #ded5f1}
.inspector-journey li{font-size:11px;margin:12px 0;color:#242836}
.inspector-journey small{display:block;color:#697487;font-size:9px}
.issue-example{display:flex;justify-content:space-between;gap:8px;font-size:11px;padding:12px 0;border-bottom:1px solid #e7eaf0}
.issue-example strong{font-weight:500;color:#a87426}
.inspector-panel p.issue-note{font-size:10px;margin-top:13px}
/* Three-scene motion story. */
.hero-film{min-width:0;background:#fff;border:1px solid #e7eaf0;border-radius:20px;box-shadow:0 25px 90px #40315312,0 4px 15px #40315305;transform:rotate(-1deg);position:relative}
.hero-film:before{content:'';position:absolute;inset:15% -20px -25px;z-index:-1;background:radial-gradient(ellipse at 65% 75%,#ffedf580,transparent 70%);pointer-events:none}
.film-top{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #eff0f5}
.film-top>span{display:flex;align-items:center;gap:9px;color:#788091;font-size:9px;letter-spacing:1px}
.film-top button{border:1px solid #e7eaf0;background:#fff;border-radius:6px;padding:5px 8px;font-size:10px;color:#697487}
.film-stage{height:360px;position:relative;overflow:hidden;border-radius:0 0 12px 12px;background:linear-gradient(145deg,#fafbfe,#fff)}
.film-scene{position:absolute;inset:20px;animation:film-enter .6s cubic-bezier(.2,.7,.3,1) both}
.film-browser{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 13px;background:#fff;border:1px solid #e7eaf0;border-radius:9px 9px 0 0;font-size:8px;color:#8991a1}
.film-browser>span:first-child{letter-spacing:3px;font-size:6px;color:#c3c7d1}
.film-store-nav{display:flex;justify-content:space-between;align-items:center;padding:14px;background:white;border-inline:1px solid #e7eaf0;font-size:8px;color:#7c8290}
.film-store-nav strong{font-size:11px;letter-spacing:.5px;color:#242836}
.film-product{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:white;padding:0 14px 15px;border:1px solid #e7eaf0;border-top:0;border-radius:0 0 9px 9px}
.film-art{background:#efedf7;padding:15px;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between;min-height:208px}
.film-art small{font-size:6px;letter-spacing:1px;color:#827b9a}
.film-art>span{font-family:Georgia,serif;font-size:38px;line-height:.99;letter-spacing:-1.7px;color:#686280}
.film-art em{font-weight:400;color:#aaa2bb}
.film-product-copy{padding-top:7px;min-width:0}
.film-product-copy>small{font-size:6px;letter-spacing:.7px;color:#8c8fa0}
.film-product-copy h3{font-size:15px;line-height:1.4;margin:9px 0 5px;color:#242836;letter-spacing:-.4px}
.film-product-copy>p{font-size:11px;color:#697487}
.film-sizes{display:flex;gap:5px;margin-top:20px}
.film-sizes span{border:1px solid #e1e3e5;width:28px;height:26px;font-size:9px;display:grid;place-items:center}
.film-guide{position:relative;display:flex;justify-content:space-between;font-size:10px;color:#697487;margin:14px 0 12px}
.film-bag{padding:9px;background:#303444;color:white;font-size:10px;text-align:center;border-radius:3px}
.film-cursor{position:absolute;top:70%;left:25%;font-size:26px;color:#745bd2;filter:drop-shadow(0 2px 1px #fff);transform:rotate(-65deg);animation:cursor-travel 6.5s infinite;pointer-events:none}
.tap-ring{position:absolute;width:28px;height:28px;border:2px solid #ff0751;border-radius:50%;left:35%;top:-7px;opacity:0;animation:tap-ring 6.5s infinite}
.film-friction{position:absolute;bottom:-2px;left:12px;right:12px;display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid #f3d5df;background:#fff;border-radius:10px;box-shadow:0 8px 30px #5b324015;animation:friction-arrive 6.5s infinite}
.film-friction>span{color:#ff0751;background:#fff1f4;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;font-size:18px}
.film-friction strong{font-size:11px;display:block;font-weight:500;color:#242836}
.film-friction small{font-size:9px;display:block;color:#697487;margin-top:2px}
.film-friction>b{font-size:9px;font-weight:400;color:#9ba2b1;margin-left:auto}
.film-evidence-head{display:flex;gap:12px;align-items:center;padding:3px 0 17px}
.film-evidence-head h3{font-size:20px;color:#242836;letter-spacing:-.4px}
.film-evidence-head p{font-size:10px;color:#697487}
.film-badge{margin-left:auto;background:#f4f6f9;color:#697487;font-size:8px;padding:5px 8px;border-radius:5px}
.film-rank{padding:13px 15px;background:#f3effb;border:1px solid #e1d9ef;border-radius:9px;font-size:11px;color:#697487}
.film-rank strong{font-size:18px;color:#745bd2;margin-right:12px;font-weight:600}
.film-rank small{font-size:11px;color:#697487;font-weight:400}
.film-record{border:1px solid #e7eaf0;background:#fff;border-radius:9px;margin-top:15px;overflow:hidden}
.film-record>div{display:flex;justify-content:space-between;background:#f4f6f9;padding:10px 13px;color:#697487;font-size:8px}
.film-record p{display:flex;align-items:center;gap:11px;font-size:10px;padding:10px 13px;color:#697487;border-top:1px solid #f4f6f9;animation:timeline-arrive .5s both}
.film-record p:nth-child(3){animation-delay:.45s}.film-record p:nth-child(4){animation-delay:.9s}
.film-record time{font-family:monospace;font-size:9px;color:#949dae}
.film-record p>span{margin-left:auto}
.film-record p.film-failed{background:#fff8eb;color:#a87426}
.film-evidence-note{display:flex;align-items:center;gap:10px;margin-top:15px}
.film-evidence-note>span{color:#745bd2;font-size:22px}
.film-evidence-note strong{font-size:11px;font-weight:500;color:#242836}
.film-evidence-note p{font-size:9px;color:#697487;margin-top:2px}
.film-question{border:1px solid #e7eaf0;background:#fff;padding:14px 18px;border-radius:12px 12px 0 12px;margin-left:40px;color:#242836;font-size:13px}
.film-reading{display:flex;gap:10px;margin:20px 0 22px;font-size:8px;color:#7b7199;flex-wrap:wrap}
.film-reading span{animation:timeline-arrive .5s both}.film-reading span:nth-child(2){animation-delay:.2s}.film-reading span:nth-child(3){animation-delay:.4s}
.film-answer{display:flex;gap:14px;animation:timeline-arrive .7s .6s both}
.film-answer>span{font-size:32px;line-height:1;color:#ff0751}
.film-answer small{font-size:7px;color:#a88a99;letter-spacing:1px}
.film-answer h3{font-size:32px;line-height:1.1;letter-spacing:-1.2px;margin:12px 0;color:#242836}
.film-answer p{font-size:12px;line-height:1.8;color:#697487;max-width:340px}
.film-source{display:flex;gap:7px;margin-top:17px}.film-source span{font-size:9px;background:#f4f1fa;color:#745bd2;padding:5px 8px;border-radius:5px}
.film-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:17px 20px 0;border-top:1px solid #eff0f5}
.film-controls button{position:relative;border:0;background:none;padding:0 0 13px;text-align:left;font-size:10px;color:#9199a8;white-space:nowrap}
.film-controls button>span{font-size:9px;display:block;margin-bottom:4px;color:#aeb3bf}
.film-controls button[aria-pressed=true]{color:#242836}.film-controls button[aria-pressed=true]>span{color:#ff0751}
.film-controls button:after{content:'';height:2px;position:absolute;bottom:0;left:0;right:0;background:#eceef4}
.film-controls i{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ff0751;transform:scaleX(0);transform-origin:left;z-index:1}
.film-controls button[aria-pressed=true] i{animation:film-progress 6.5s linear both}
.film-caption{padding:14px 20px 18px;display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#9a9fac}.film-caption span:first-child{color:#747c8d}
.hero-film.is-paused *{animation-play-state:paused!important}
@keyframes film-enter{from{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}
@keyframes film-progress{to{transform:scaleX(1)}}
@keyframes cursor-travel{0%,10%{top:72%;left:26%;opacity:0}20%{opacity:1}40%,80%{top:63%;left:70%;opacity:1}100%{top:63%;left:70%;opacity:0}}
@keyframes tap-ring{0%,39%,56%,69%,100%{opacity:0;transform:scale(.4)}42%,58%,71%{opacity:.8;transform:scale(.8)}50%,65%,78%{opacity:0;transform:scale(1.8)}}
@keyframes friction-arrive{0%,60%{opacity:0;transform:translateY(15px)}72%,100%{opacity:1;transform:none}}
@keyframes timeline-arrive{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.demo-body{grid-template-columns:minmax(0,1fr) 330px;gap:12px}.product-demo{padding:14px}.store-canvas{padding:0 15px 18px}.store-view{gap:15px}.hero-film{transform:none}.film-top{padding:16px}.film-stage{height:350px}.film-scene{inset:16px}.film-controls{padding-inline:16px;gap:5px}.film-controls button{font-size:9px}.film-caption{font-size:8px;padding-inline:16px}.film-product{gap:12px;padding-inline:10px}.film-art{padding:12px}.film-art>span{font-size:33px}.film-product-copy h3{font-size:13px}.film-answer h3{font-size:30px}.film-source span{font-size:8px}}
@media(max-width:800px){.hero-film{width:100%;max-width:550px;justify-self:center}.demo-body{grid-template-columns:1fr}.store-view{min-height:360px}.store-canvas{min-height:0}.inspector{max-width:440px;width:100%;justify-self:center}.film-stage{height:360px}.film-controls button{font-size:11px}}
@media(max-width:520px){.hero-film{border-radius:14px}.film-top{padding:14px 12px}.film-top>span{font-size:8px;gap:6px}.film-top button{font-size:9px}.film-stage{height:342px}.film-scene{inset:13px}.film-browser{font-size:6px;padding:9px}.film-store-nav{font-size:7px;padding:12px 10px}.film-store-nav strong{font-size:9px}.film-art{min-height:198px;padding:10px}.film-art>span{font-size:31px}.film-art small{font-size:5px}.film-product{gap:10px}.film-product-copy>small{font-size:5px}.film-product-copy h3{font-size:12px}.film-guide{font-size:9px}.film-friction{left:4px;right:4px;padding:11px;gap:8px}.film-friction strong{font-size:10px}.film-friction small{font-size:8px}.film-controls{padding:14px 12px 0;gap:5px}.film-controls button{font-size:8px}.film-caption{padding:12px;font-size:7px}.film-answer h3{font-size:28px}.film-answer p{font-size:11px}.film-answer{gap:10px}.film-answer small{font-size:6px}.film-question{font-size:11px;padding:12px;margin-left:20px}.film-reading{font-size:7px;gap:8px}.film-record p{font-size:9px;gap:7px}.film-record time{font-size:8px}.film-badge{font-size:7px}.film-evidence-head h3{font-size:18px}.product-demo{padding:9px;border-radius:12px}.demo-toolbar{padding:4px 3px 13px}.demo-title strong{font-size:17px}.demo-title>span{font-size:6px}.demo-title img{width:21px;height:21px}.demo-controls{padding:9px}.segmented button{font-size:9px;padding:7px}.store-canvas{padding:0 10px 15px}.store-view{min-height:310px;gap:10px}.store-art{padding:10px}.product-lettering{font-size:37px}.store-product h3{font-size:15px}.store-product>p:not(.store-price){font-size:8px}.sizes span{width:23px}.inspector{padding:17px;border-radius:15px}.inspector-metrics strong{font-size:16px}.inspector-metrics span{font-size:8px}.inspector-tabs{gap:17px}.inspector-tabs button{font-size:10px}}
@media(prefers-reduced-motion:reduce){.film-scene,.film-answer,.film-reading span,.film-record p{opacity:1;transform:none}.film-cursor,.tap-ring{display:none}.film-friction{opacity:1;transform:none}.film-controls button[aria-pressed=true] i{transform:scaleX(1)}}

/* Clicking a storefront element opens the app's floating inspector. */
.demo-body{display:block;position:relative;padding-top:0;margin-top:16px}
.store-canvas{min-height:520px}
.store-view{min-height:450px;grid-template-columns:1fr 1fr;gap:45px}
.store-art{max-width:460px;padding:35px}
.store-product{max-width:340px;padding:35px 20px 20px}
.inspector{position:absolute;z-index:5;width:365px;max-width:calc(100% - 16px);max-height:min(475px,70vh);overflow:auto;box-shadow:0 14px 44px #2013431a,0 2px 6px #20134310;border:1px solid #e7eaf0;animation:inspector-open .2s ease-out}
.inspector-label{margin-bottom:8px}
.inspector-close{font-size:23px;line-height:1;width:28px;height:28px;border:0;background:transparent;color:#697487;border-radius:6px}
.inspector-close:hover{background:#f4f6f9}
.inspector-panel{min-height:180px}
@keyframes inspector-open{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:800px){.store-canvas{min-height:510px}.store-view{gap:20px;min-height:450px}.store-art{padding:25px}.store-product{padding:30px 0 15px}.inspector{max-height:450px}}
@media(max-width:520px){.store-canvas{min-height:435px}.store-view{min-height:360px;gap:10px;grid-template-columns:.8fr 1fr}.store-art{padding:12px}.store-product{padding:15px 0 10px}.inspector{max-height:390px;padding:16px}.inspector-metrics strong{font-size:15px}.inspector-tabs{gap:13px}}

@media(max-width:800px){.hero-film:before{inset:0}.film-stage{isolation:isolate}}

.hero-film.is-paused .film-scene,.hero-film.is-paused .film-answer,.hero-film.is-paused .film-reading span,.hero-film.is-paused .film-record p{animation:none!important;opacity:1;transform:none}

.nav .header-brand .header-logo{display:block;width:190px;height:auto;max-height:42px;object-fit:contain;border-radius:0}
@media(max-width:520px){.nav .header-brand .header-logo{width:165px;max-width:calc(100vw - 135px);height:auto;max-height:37px}}

.ai-brands>span{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}.ai-brands img{display:block;flex-shrink:0;object-fit:contain}.ai-brands .mcp{gap:7px}@media(max-width:520px){.ai-brands{gap:18px 22px}.ai-brands img{width:23px;height:23px}.ai-brands .mcp img{width:19px;height:19px}}

/* Real storefront photography and merchandising details. All store data is illustrative. */
.store-announcement{margin:0 -22px;padding:7px 12px;text-align:center;background:#34352f;color:#fff;font-size:9px;letter-spacing:.5px}
.store-top{padding:20px 0}
.store-top strong{font-family:Georgia,serif;font-size:20px;letter-spacing:1px}
.store-nav-items{font-size:10px;color:#555b60}
.store-view{gap:38px;padding-top:22px}
.store-art{display:block;position:relative;max-width:none;padding:0!important;background:#f1f1ef;border-radius:2px;overflow:hidden;align-self:stretch;min-height:420px}
.store-art>img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:50% 35%}
.photo-badge{position:absolute;top:15px;left:15px;padding:6px 9px;background:#fffffff2;color:#3e423a;font-size:8px;font-weight:500;letter-spacing:1px}
.photo-count{position:absolute;bottom:15px;right:15px;border-radius:20px;background:#ffffffe6;color:#555b60;padding:4px 11px;font-size:10px}
.store-product{max-width:400px;padding:16px 22px 20px 0}
.store-product h3{font-family:Georgia,serif;font-size:32px;font-weight:400;letter-spacing:-.6px;margin-top:16px}
.store-product .store-price{font-size:15px;margin-top:9px}
.store-product p.product-rating{font-size:12px;color:#515840;margin-top:12px;letter-spacing:1px}
.product-rating>span{font-size:10px;letter-spacing:0;color:#73786c;margin-left:6px}
.store-product>p:not(.store-price):not(.product-rating){font-size:12px;line-height:1.8;max-width:270px}
.product-colour{font-size:11px;color:#65695e;margin-top:17px}.product-colour strong{font-weight:500;color:#30362d}
.colour-options{display:flex;gap:9px;margin-top:9px}.colour-options i{display:block;width:18px;height:18px;border-radius:50%;border:1px solid #d8dad4}.swatch-white{background:#f7f6f2;outline:1px solid #7a7c71;outline-offset:3px}.swatch-black{background:#303330}.swatch-sand{background:#ccbea7}
.product-promises{display:grid;gap:5px;color:#777d6d;font-size:10px;margin-top:18px}
.store-product .size-heading{margin-top:18px}.store-product .sizes{margin-bottom:18px}
.store-product .store-add{background:#30372e;border-radius:2px;padding:14px;font-size:11px}
.store-product .delivery-link{margin-top:16px}
.store-tip{font-size:9px;margin-top:15px}
.film-art{position:relative;padding:0!important;overflow:hidden;background:#ededeb;min-height:208px}
.film-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.film-art>.photo-badge{font-family:Inter,sans-serif;font-size:5px;line-height:1.3;letter-spacing:.7px;top:9px;left:8px;padding:4px;color:#424738}
.store-collection{position:relative;overflow:hidden;min-height:430px;background:#e9e9e6}
.store-collection>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.store-collection>div{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#171c20b3);padding:65px 25px 25px;color:white}
.store-collection small{font-size:8px;letter-spacing:1.3px}.store-collection h3{font-family:Georgia,serif;font-size:34px;line-height:1.1;font-weight:400;margin:10px 0}.store-collection>div>span{font-size:11px}
.mobile-store{max-width:none;background:#fff;border:0;border-right:1px solid #e1e3e5;padding:20px 28px;box-shadow:10px 0 20px #00000004}
.mobile-store>button{padding:20px 0;font-size:18px}.mobile-store .mobile-title{font-family:Georgia,serif;font-size:17px}.mobile-footer{font-size:11px;margin-top:28px}
#menu-view,#drawer-view{gap:0;padding-top:0;margin-top:20px;border:1px solid #e6e8e3}
.cart-store{max-width:none;background:white;border:0;border-left:1px solid #e1e3e5;padding:25px}.cart-store .mobile-title{font-size:17px}.cart-product-photo{object-fit:cover;border-radius:3px;flex-shrink:0}.cart-item{align-items:center;font-size:13px;padding:28px 0}.cart-item small{font-size:11px}.cart-item p{font-size:13px}.cart-store .subtotal{padding-top:35px;font-size:14px}.cart-store .store-add{padding:15px;background:#30372e}.cart-store>small{font-size:10px}
@media(max-width:1100px){.store-announcement{margin-inline:-15px}.store-product{padding-right:10px}.store-view{gap:24px}.store-art{min-height:430px}}
@media(max-width:800px){.store-product h3{font-size:27px}.store-view{gap:22px}.store-art{min-height:445px}.store-top strong{font-size:16px}.store-nav-items{font-size:8px}.store-collection{min-height:440px}}
@media(max-width:520px){.store-announcement{margin-inline:-10px;font-size:7px;padding:6px}.store-top{padding:15px 0}.store-top strong{font-size:12px}.store-view{grid-template-columns:1fr 1fr;gap:12px;padding-top:13px}.store-art{min-height:380px}.store-art>img{object-position:47% center}.photo-badge{top:8px;left:7px;font-size:5px;padding:4px;letter-spacing:.5px}.photo-count{font-size:8px;right:8px;bottom:8px;padding:3px 8px}.store-product{padding:0 0 10px}.store-product h3{font-size:19px;margin-top:8px;line-height:1.15}.store-product .store-price{font-size:12px}.store-product p.product-rating{font-size:8px;letter-spacing:0;margin-top:8px}.product-rating>span{font-size:7px;display:block;margin:2px 0}.store-product>p:not(.store-price):not(.product-rating){font-size:8px}.product-colour{font-size:8px;margin-top:10px}.colour-options i{width:13px;height:13px}.store-product .size-heading{margin-top:14px}.store-product .sizes{gap:3px}.store-product .sizes span{width:22px}.store-product .store-add{font-size:8px;padding:11px 7px}.product-promises{font-size:7px;gap:4px;margin-top:12px}.store-tip{font-size:7px}.store-product .delivery-link{font-size:8px}.mobile-store{padding:14px 12px}.mobile-store .mobile-title{font-size:10px}.mobile-store>button{font-size:11px;padding:18px 0}.mobile-footer{font-size:9px}.store-collection{min-height:360px}.store-collection>div{padding:50px 12px 16px}.store-collection h3{font-size:24px}.store-collection small{font-size:6px}.store-collection>div>span{font-size:8px}.cart-store{padding:15px 10px}.cart-store .mobile-title{font-size:12px}.cart-product-photo{width:42px;height:60px}.cart-item{gap:7px;font-size:9px;padding:22px 0}.cart-item small{font-size:7px}.cart-item p{font-size:10px}.cart-store .subtotal{font-size:11px;padding-top:25px}.cart-store .store-add{font-size:8px;padding:12px 6px}.cart-store>small{font-size:8px}.film-art{min-height:198px}}

/* Dawn reference: Assistant typography, square actions, pill variants, open product layout.
   Reference: github.com/Shopify/dawn. Icons retain Shopify's license in assets/dawn-license.txt. */
.store-canvas,.film-store-nav,.film-product{font-family:Assistant,Arial,sans-serif;letter-spacing:.4px;color:#121212}
.store-canvas h3,.store-top strong,.mobile-store .mobile-title,.film-store-nav strong,.film-product-copy h3{font-family:Assistant,Arial,sans-serif;font-weight:400;letter-spacing:.5px;color:#121212}
.store-announcement{background:#f3f3f3;color:#121212;font-size:11px;border-bottom:1px solid #e8e8e8;padding:8px}
.store-top{padding:25px 0;gap:25px}.store-top strong{font-size:24px;letter-spacing:1px;font-weight:500}.store-nav-items{margin-right:auto;font-size:13px;color:#565656}.store-nav-items u{text-underline-offset:4px}.dawn-header-icons{display:flex;align-items:center;gap:18px}.dawn-header-icons img{display:block;object-fit:contain}
.store-product h3{font-size:39px;line-height:1.13;font-weight:400;letter-spacing:.4px}.store-product .store-price{font-size:18px;color:#121212;letter-spacing:1px}.store-kicker{font-size:10px;letter-spacing:1.2px;color:#616161}.store-product p.dawn-tax{font-size:10px!important;color:#666;line-height:1.5;margin-top:8px}.store-product hr{margin:18px 0;border-color:#eee}.store-product>p:not(.store-price):not(.product-rating){font-size:13px;color:#656565}.store-product .size-heading{font-size:12px;color:#555}.hotspot-link{font-size:11px;text-underline-offset:3px}.sizes{gap:7px;flex-wrap:wrap}.sizes button{border-radius:40px;border:1px solid #121212;background:#fff;min-width:42px;padding:6px 12px;font-size:12px;color:#121212}.sizes button.chosen{background:#121212;color:white}.product-colour{font-size:12px}.store-product .store-add{background:#fff;border:1px solid #121212;color:#121212;border-radius:0;font-family:Assistant,sans-serif;font-size:14px;padding:13px;justify-content:center;gap:10px}.store-product .store-add>span:not(.heat){display:none}.dawn-quantity{font-size:12px;color:#555;margin:0 0 18px}.dawn-quantity>div{display:flex;width:112px;align-items:center;justify-content:space-between;border:1px solid #666;margin-top:6px}.dawn-quantity button{padding:8px 11px;background:transparent;border:0;font-size:16px}.dawn-quantity output{font-size:12px}.photo-badge{display:none}.store-art{border-radius:0}.photo-count{border-radius:0;font-family:Assistant,sans-serif}.product-promises{font-size:10px;color:#666}.mobile-store>button{font-family:Assistant,sans-serif;border-bottom:0;font-size:21px;font-weight:400;color:#121212}.mobile-store>button:hover{background:#f3f3f3}.mobile-store .mobile-title{font-size:22px}.mobile-footer{background:#f3f3f3;padding:18px;margin-inline:-28px;padding-inline:28px}.cart-store .mobile-title{font-family:Assistant,sans-serif;font-size:25px;font-weight:400}.cart-item{font-size:15px}.cart-store .store-add{border-radius:0;background:#121212;color:white;justify-content:center;font-size:14px;letter-spacing:1px}.cart-store .subtotal{font-size:16px}.cart-store .subtotal strong{font-weight:400}.dawn-cart-tax{font-size:11px;color:#666;margin:0 0 17px;line-height:1.6}.film-product-copy h3{font-size:18px;line-height:1.2}.film-store-nav strong{font-size:14px}.film-store-nav>span{font-size:9px}.film-bag{background:white;border:1px solid #121212;color:#121212;border-radius:0;font-size:11px}.film-sizes span{border-radius:20px;border-color:#121212}.film-sizes span:nth-child(2){background:#121212;color:#fff}.film-guide{color:#555}
@media(max-width:1100px){.store-top strong{font-size:21px}.store-nav-items{font-size:11px}.dawn-header-icons{gap:12px}.store-product h3{font-size:32px}.film-product-copy h3{font-size:16px}}
@media(max-width:800px){.store-top{gap:18px}.store-top strong{font-size:19px}.store-nav-items{font-size:10px}.dawn-header-icons{gap:9px}.dawn-header-icons img{width:17px;height:17px}.store-product h3{font-size:30px}.sizes button{min-width:34px;padding:5px 10px}.store-art{min-height:490px}}
@media(max-width:520px){.store-announcement{font-size:8px;padding:6px}.store-top{padding:19px 0;gap:10px}.store-top strong{font-size:16px}.dawn-header-icons{gap:10px}.dawn-header-icons img{width:15px;height:15px}.store-product h3{font-size:23px;letter-spacing:0}.store-product .store-price{font-size:14px}.store-product p.dawn-tax{font-size:8px!important}.store-product>p:not(.store-price):not(.product-rating){font-size:9px}.store-product hr{margin:12px 0}.store-kicker{font-size:7px}.product-colour{font-size:9px}.store-product .size-heading{font-size:9px}.sizes{gap:4px}.sizes button{font-size:9px;min-width:24px;padding:4px 7px}.dawn-quantity{font-size:9px;margin-bottom:12px}.dawn-quantity>div{width:88px}.dawn-quantity button{padding:5px 9px;font-size:13px}.dawn-quantity output{font-size:10px}.store-product .store-add{font-size:10px;padding:11px 6px}.store-art{min-height:440px}.product-promises{font-size:7px}.mobile-store .mobile-title{font-size:12px}.mobile-store>button{font-size:15px}.mobile-footer{margin-inline:-12px;padding:16px 12px}.cart-store .mobile-title{font-size:18px}.cart-item{font-size:10px}.cart-store .subtotal{font-size:11px}.dawn-cart-tax{font-size:8px}.cart-store .store-add{font-size:10px}.film-store-nav strong{font-size:10px}.film-store-nav>span{font-size:7px}.film-product-copy h3{font-size:15px}}

.traffic-feature{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;border-top:1px solid #e4e7ef;padding-top:40px;margin-top:45px}
.traffic-copy .eyebrow{color:#b52c55;font-size:10px;margin-bottom:15px}.traffic-copy h3{font-size:30px;letter-spacing:-1px;font-weight:500;margin-bottom:15px}.traffic-copy p{font-size:15px;line-height:1.85;max-width:490px}
.traffic-report{background:white;border:1px solid #e7eaf0;border-radius:12px;padding:20px 23px;font-family:Inter,sans-serif;box-shadow:0 4px 15px #26375504}.traffic-report-title{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #e7eaf0;font-size:13px;font-weight:600}.traffic-report-title small{font-size:10px;font-weight:400;color:#8b929e}.traffic-report>div:not(:first-child):not(:last-child){display:flex;align-items:center;gap:9px;padding:12px 0;font-size:11px}.traffic-report strong{font-weight:500;color:#424957}.traffic-report>div>span:last-child:not(:first-child){margin-left:auto;color:#7b8493;font-size:10px}.traffic-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.traffic-dot.engaged{background:#768e74}.traffic-dot.instant{background:#d4a66c}.traffic-dot.automated{background:#a2a9b4}.traffic-browser-note{font-size:10px;color:#7b8493;border-top:1px solid #e7eaf0;padding-top:13px;margin-top:3px}
@media(max-width:800px){.traffic-feature{gap:30px;grid-template-columns:1fr}.traffic-copy p{max-width:none}}
@media(max-width:520px){.traffic-feature{margin-top:20px;padding-top:30px;gap:24px}.traffic-copy h3{font-size:27px}.traffic-copy p{font-size:14px}.traffic-report{padding:17px 15px}.traffic-report-title{font-size:12px}.traffic-report-title small{font-size:9px}.traffic-report>div:not(:first-child):not(:last-child){font-size:10px;gap:7px}.traffic-report>div>span:last-child:not(:first-child){font-size:8px}}

/* Official Shopify badge: unchanged artwork, 44px height, 22px clear space. */
.app-store-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:22px;background:none;border:0;box-shadow:none;transform:none;transition:none}
.app-store-badge img{display:block;width:166px;height:44px;max-width:none;border:0;border-radius:0;box-shadow:none;filter:none;transform:none}
.app-store-badge:hover{transform:none;background:none;box-shadow:none}
.actions:has(.app-store-badge){gap:10px;margin-top:15px;margin-left:-22px}
.hero-copy:has(.app-store-badge) .hero-note{margin-top:0}
.closing-bottom .app-store-badge{margin-right:-22px}
@media(max-width:520px){.actions:has(.app-store-badge){gap:0;flex-wrap:wrap}.closing-bottom .app-store-badge{margin-left:-22px;margin-right:0}.nav nav .button.small{font-size:13px}}

.footer .footer-brand .footer-logo{display:block;width:165px;height:auto;border-radius:0;object-fit:contain}
@media(max-width:520px){.footer .footer-brand .footer-logo{width:150px;height:auto}}

.journey-destination{padding:13px 0;border-bottom:1px solid #e7eaf0}.journey-destination>div:first-child{display:flex;justify-content:space-between;gap:12px;font-size:11px;align-items:baseline}.journey-destination:first-of-type>div>span{font-size:8px;letter-spacing:.5px}.journey-destination strong{white-space:nowrap;font-size:12px;font-weight:600}.journey-destination small{font-size:10px;font-weight:400;color:#697487;margin-left:5px}.journey-destination p{font-size:11px;overflow-wrap:anywhere;color:#242836;margin-top:7px}.journey-destination .outcome-track i{background:#745bd2}.journey-destination.no-later .outcome-track i{background:#c0c8d5}.inspector-panel p.journey-return{background:#f4f1fa;color:#69578c;font-size:10px;padding:10px;border-radius:6px;margin:14px 0}.journey-route{border-block:1px solid #e7eaf0;padding:12px 0}.journey-route summary{font-size:11px;cursor:pointer}.journey-route ol{font-size:11px;padding-left:20px;color:#697487}.journey-route li{padding:6px 0;overflow-wrap:anywhere}.journey-route small{display:block;font-size:9px}.journey-route p,.inspector-panel p.journey-caveat{font-size:10px;color:#697487;line-height:1.6;margin-top:12px}
.recordings-section{padding-top:20px;padding-bottom:100px}.replay-demo{border:1px solid #e1e3e5;border-radius:14px;overflow:hidden;box-shadow:0 15px 50px #25334808;font-family:Inter,sans-serif}.replay-header{background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid #e1e3e5}.replay-header>div{display:flex;align-items:center;gap:18px}.replay-header strong{font-size:15px;color:#202223}.replay-header>div>span{font-size:11px;color:#6d7175}.replay-tag{font-size:10px;background:#fff8eb;color:#a87426;border-radius:5px;padding:5px 9px}.replay-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px}.replay-screen{min-width:0;background:#f6f6f7;display:flex;flex-direction:column}.replay-url{padding:12px 22px;color:#6d7175;font-size:11px;border-bottom:1px solid #e1e3e5;background:#fafafa}.replay-shop{position:relative;background:#fff;margin:22px;flex:1;border:1px solid #e1e3e5;border-radius:5px;overflow:hidden}.replay-shop-header{display:flex;justify-content:space-between;gap:10px;padding:18px;font-family:Assistant,sans-serif;font-size:18px;color:#121212;border-bottom:1px solid #eee}.replay-shop-header>span{font-size:10px;align-self:center}.replay-product{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:20px;font-family:Assistant,sans-serif}.replay-product>img{width:100%;height:270px;object-fit:cover;object-position:center}.replay-product>div{min-width:0;padding-top:12px}.replay-product small{font-size:8px;letter-spacing:1px;color:#777}.replay-product h3{font-family:Assistant,sans-serif;font-size:28px;line-height:1.2;font-weight:400;color:#121212;margin:10px 0}.replay-product p{font-size:13px;color:#555}.replay-variants{font-size:12px;margin-top:25px;color:#555}.replay-size-guide{display:block;font-size:11px;color:#555;text-decoration:underline;margin-top:22px;position:relative}.replay-size-guide b{display:inline-block;background:#fff0f4;color:#e41d57;font-size:10px;border:1px solid #eeafc1;padding:2px 6px;text-decoration:none;border-radius:5px;margin-left:10px}.replay-cart{font-size:12px;border:1px solid #121212;text-align:center;padding:10px;margin-top:18px}.replay-product p.replay-caption{font-size:10px;color:#737985;margin-top:15px;line-height:1.6}.replay-event{font-size:10px;color:#697487;border-top:1px solid #e7eaf0;background:#fafbfe;padding:11px 18px}.replay-shop[data-beat="3"] .replay-size-guide{color:#db0544}.replay-shop[data-beat="3"] .replay-event,.replay-shop[data-beat="4"] .replay-event{background:#fff8eb;color:#a87426}.replay-shop[data-beat="5"] .replay-product>img{object-position:50% 10%}.replay-controls{display:flex;align-items:center;gap:12px;background:#fff;border-top:1px solid #e1e3e5;padding:14px 18px;font-size:11px;color:#6d7175}.replay-controls>button{width:32px;height:32px;flex-shrink:0;border:0;background:#202223;color:#fff;border-radius:50%;font-size:12px}.replay-controls input{min-width:40px;flex:1;width:100%;accent-color:#745bd2}.replay-controls output{font-variant-numeric:tabular-nums;min-width:35px}.replay-speed-label{display:flex;gap:6px;align-items:center;font-size:10px}.replay-speed-label select{border:1px solid #e1e3e5;border-radius:4px;padding:5px;background:white;color:#202223}.replay-timeline{border-left:1px solid #e1e3e5;background:white}.replay-timeline>div{padding:18px;border-bottom:1px solid #e1e3e5}.replay-timeline h3{font-family:Inter,sans-serif;font-size:14px;letter-spacing:0;color:#202223}.replay-timeline p{font-size:10px;margin-top:6px;color:#6d7175}.replay-timeline ol{list-style:none;padding:0;margin:0}.replay-timeline button{display:flex;gap:14px;width:100%;padding:11px 17px;text-align:left;border:0;border-bottom:1px solid #f1f2f3;background:white}.replay-timeline button:hover{background:#fafbfe}.replay-timeline button[aria-current=true]{background:#f3effb;box-shadow:inset 3px 0 #745bd2}.replay-timeline time{font-size:10px;color:#8c9196;padding-top:2px;font-variant-numeric:tabular-nums}.replay-timeline small{font-size:9px;display:block;color:#697487}.replay-timeline strong{display:block;font-size:11px;font-weight:500;color:#242836;margin-top:3px}.recording-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:32px}.recording-benefits h3{font-size:18px;margin-bottom:10px}.recording-benefits p{font-size:14px;line-height:1.8}.replay-disclaimer{font-size:11px;color:#88909e;margin-top:25px}
@media(max-width:1100px){.nav nav{gap:20px}.replay-grid{grid-template-columns:minmax(0,1fr) 280px}.replay-product{gap:16px;padding:15px}.replay-product h3{font-size:24px}.replay-shop{margin:15px}.replay-product>img{height:265px}.replay-speed-label{font-size:0}.replay-speed-label select{font-size:11px}.replay-header>div{gap:12px}}
@media(max-width:800px){.nav nav{gap:13px;font-size:11px}.replay-grid{grid-template-columns:1fr}.replay-timeline{border-left:0;border-top:1px solid #e1e3e5}.replay-timeline ol{display:grid;grid-template-columns:1fr 1fr}.replay-timeline button{height:100%}.recording-benefits{gap:20px}.recording-benefits h3{font-size:16px}.recording-benefits p{font-size:13px}.recordings-section{padding-bottom:65px}.replay-product>img{height:280px}}
@media(max-width:520px){.replay-header{padding:15px;gap:10px}.replay-header>div{display:block}.replay-header strong{font-size:13px}.replay-header>div>span{display:block;font-size:9px;margin-top:4px}.replay-tag{font-size:8px}.replay-shop{margin:10px}.replay-shop-header{padding:12px;font-size:13px}.replay-shop-header>span{font-size:7px}.replay-product{padding:12px;gap:12px}.replay-product>img{height:230px}.replay-product h3{font-size:20px}.replay-product small{font-size:6px}.replay-product>div{padding-top:0}.replay-product p{font-size:11px}.replay-variants{font-size:10px;margin-top:18px}.replay-size-guide{font-size:10px;margin-top:17px}.replay-cart{font-size:10px;padding:8px}.replay-product p.replay-caption{font-size:9px;margin-top:10px}.replay-controls{padding:11px 10px;gap:7px;font-size:9px}.replay-controls output{min-width:29px}.replay-controls>button{width:27px;height:27px}.replay-speed-label{gap:0}.replay-speed-label select{padding:4px 2px;font-size:10px}.replay-timeline ol{grid-template-columns:1fr}.replay-timeline button{padding:12px 16px}.replay-timeline strong{font-size:12px}.replay-timeline small{font-size:10px}.replay-timeline time{font-size:11px}.recording-benefits{grid-template-columns:1fr;gap:23px}.recording-benefits h3{font-size:18px}.recording-benefits p{font-size:14px}.replay-disclaimer{font-size:10px}.nav nav{font-size:15px}}

.traffic-feature{gap:55px;align-items:start;padding-top:50px}.traffic-copy h3{font-size:37px;line-height:1.15;letter-spacing:-1.2px}.traffic-copy>p{max-width:430px}.traffic-questions{margin-top:25px;display:grid;gap:22px}.traffic-questions strong{font-size:15px;font-weight:500;color:#303746;line-height:1.5;display:block}.traffic-questions p{font-size:13px;margin-top:7px;line-height:1.8}.traffic-explorer{padding:22px;min-width:0}.traffic-explorer>div:not(:first-child):not(:last-child){display:block;padding:0;font-size:inherit}.traffic-explorer>div>span:last-child:not(:first-child){margin:0;font-size:inherit;color:inherit}.traffic-explorer .traffic-lenses{display:flex!important;gap:3px;padding:3px!important;background:#f1f2f3;border:1px solid #e1e3e5;border-radius:7px;margin-top:18px}.traffic-lenses button{flex:1;white-space:nowrap;font-size:10px;border:0;padding:8px 6px;background:none;border-radius:4px;color:#6d7175}.traffic-lenses button[aria-pressed=true]{background:white;box-shadow:0 1px 3px #0001;color:#202223}.traffic-explorer .traffic-legend{display:flex!important;gap:15px;flex-wrap:wrap;margin:20px 0 8px;font-size:9px!important;color:#6d7175}.traffic-legend>span{display:flex;align-items:center;gap:5px}.traffic-legend i{width:8px;height:8px;border-radius:2px}.tq-engaged{background:#2c6ecb}.tq-instant{background:#a9c4ea}.tq-automated{background:#8c9196}.tq-row{padding:14px 0;border-bottom:1px solid #edf0f3}.tq-row>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center}.tq-row strong{font-size:13px;color:#202223}.tq-row small{font-size:9px;color:#8c9196}.tq-stack{display:flex;height:24px;border-radius:4px;overflow:hidden;margin-top:10px}.tq-stack span{display:flex;align-items:center;justify-content:center;font-size:9px;color:#202223}.tq-stack .tq-engaged{color:white}.tq-stack .tq-automated{color:white}.tq-values{font-size:8px;color:#697487;margin-top:6px}.tq-insight{font-size:12px;color:#394354;line-height:1.7;background:#f5f8fc;border-radius:6px;padding:13px;margin-top:16px}.traffic-example-note{font-size:9px;color:#8c9196;margin:12px 0 18px}.traffic-explorer .traffic-unseen{display:flex!important;gap:11px;border-top:1px solid #e7eaf0;padding-top:18px!important}.traffic-unseen-icon{width:17px;height:17px;border:1px solid #d9dce0;background:repeating-linear-gradient(135deg,#f1f2f3 0 3px,#fff 3px 6px);flex-shrink:0}.traffic-unseen strong{font-size:12px;display:block;line-height:1.5}.traffic-unseen p{font-size:10px;line-height:1.8;margin-top:6px;color:#697487}.traffic-explorer .traffic-browser-note{margin-top:18px;padding-top:14px}
@media(max-width:800px){.traffic-feature{gap:30px}.traffic-copy>p{max-width:none}.traffic-questions{gap:18px}.traffic-copy h3{font-size:33px}}
@media(max-width:520px){.traffic-feature{padding-top:35px}.traffic-copy h3{font-size:30px}.traffic-copy .eyebrow{font-size:8px;letter-spacing:.8px}.traffic-questions strong{font-size:14px}.traffic-questions p{font-size:13px}.traffic-explorer{padding:16px}.traffic-lenses button{font-size:9px;padding:8px 5px}.traffic-explorer .traffic-legend{gap:10px;font-size:8px!important}.tq-row strong{font-size:12px}.tq-row small{font-size:8px}.tq-values{font-size:7px}.tq-insight{font-size:11px}.traffic-unseen p{font-size:10px}}
/* A deterministic storefront replay: scrubbing restores every visual state. */
.replay-viewport{height:420px;position:relative;overflow:hidden;background:#fff}.replay-page{will-change:transform}.replay-variants{display:flex;gap:8px}.replay-variants span{border:1px solid #b4b4b4;border-radius:20px;padding:4px 13px}.replay-variants .selected{background:#202223;color:white;border-color:#202223}.replay-email{margin-top:18px;font-size:10px;color:#555}.replay-email>span{display:block;margin-bottom:6px}#replay-masked-input{border:1px solid #bbb;padding:10px;color:#888;min-height:35px}.replay-details{padding:0 20px 80px;font-family:Assistant,sans-serif}.replay-details h4{font-size:22px;font-weight:400}.replay-details p{font-size:12px;margin:9px 0 15px}.replay-details>span{display:block;border-top:1px solid #ddd;padding:12px 0;font-size:11px}.replay-pointer{position:absolute;z-index:4;pointer-events:none;width:21px;height:27px;filter:drop-shadow(0 2px 3px #0003)}.replay-pointer svg{width:21px;height:27px}.replay-pointer>span{position:absolute;left:17px;top:23px;padding:3px 7px;background:#745bd2;color:#fff;border-radius:4px;font:9px Inter,sans-serif}.replay-pulse{position:absolute;z-index:3;width:45px;height:45px;border:2px solid #ed0b59;background:#ed0b5922;border-radius:50%;pointer-events:none}.replay-annotation{position:absolute;bottom:15px;left:15px;right:15px;z-index:5;background:#fffffff2;box-shadow:0 4px 22px #20222316;border:1px solid #e1e3e5;border-left:3px solid #745bd2;border-radius:7px;padding:12px 15px;pointer-events:none}.replay-annotation>span{display:block;text-transform:uppercase;letter-spacing:1px;font-size:8px;color:#745bd2;margin-bottom:5px}.replay-annotation strong{font-size:12px;font-weight:500;color:#242836}.replay-annotation[data-alert=true]{border-left-color:#ed0b59;background:#fff8fa}.replay-annotation[data-alert=true]>span{color:#ed0b59}.replay-start{position:absolute;inset:0;z-index:6;background:#ffffffd9;backdrop-filter:blur(3px);border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:17px;gap:14px;color:#242836;cursor:pointer}.replay-start>span{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#ed0b59;color:white;font-size:22px;box-shadow:0 8px 30px #ed0b5933}.replay-start small{font-size:11px;color:#737985}.replay-start[hidden],.replay-page[hidden],.replay-collection[hidden],.replay-pulse[hidden]{display:none}.replay-collection{padding:25px;font-family:Assistant,sans-serif}.replay-collection>small{font-size:9px;letter-spacing:1px}.replay-collection h3{font-family:Assistant,sans-serif;font-size:30px;font-weight:400;margin:12px 0}.replay-collection p{font-size:12px;margin-bottom:15px}.replay-collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.replay-collection-grid img{width:100%;height:190px;object-fit:cover}.replay-collection-grid article:nth-child(2) img{object-position:65% 20%;filter:sepia(.2);object-fit:cover}.replay-collection-grid strong,.replay-collection-grid span{display:block;font-size:12px;margin-top:8px;font-weight:400}.replay-product p.replay-caption{display:none}.replay-shop[data-beat="7"] #replay-masked-input{border-color:#745bd2;color:#242836;box-shadow:0 0 0 1px #745bd2}.replay-shop[data-beat="4"] .replay-size-guide{color:#db0544}
@media(max-width:520px){.replay-viewport{height:365px}.replay-annotation{left:8px;right:8px;bottom:10px;padding:10px}.replay-annotation strong{font-size:10px}.replay-variants{gap:5px}.replay-variants span{padding:3px 9px}.replay-email{font-size:8px}.replay-collection{padding:16px}.replay-collection h3{font-size:25px}.replay-collection-grid{gap:12px}.replay-collection-grid img{height:165px}.replay-pointer>span{font-size:8px}}

.replay-size-guide{width:fit-content}

.replay-scrubber{flex:1;min-width:40px;position:relative;padding:5px 0 27px}.replay-scrubber input{display:block;margin:0;width:100%;height:18px}.replay-markers{position:absolute;left:8px;right:8px;top:27px;height:20px}.replay-marker{position:absolute;transform:translateX(-50%);padding:0;width:20px;height:20px;border:1px solid #dce1e8;border-radius:5px;background:#fff;color:#697487;font:10px Inter,sans-serif;cursor:pointer;z-index:1}.replay-marker:before{content:'';position:absolute;bottom:100%;height:7px;left:50%;border-left:1px solid #c4cbd5}.replay-marker.is-friction{background:#fff0f4;color:#d5094b;border-color:#f3bdd0}.replay-marker[aria-current=true]{background:#745bd2;color:white;border-color:#745bd2}.replay-marker:hover,.replay-marker:focus-visible{z-index:10;outline:2px solid #b4a3e9;outline-offset:2px}.replay-marker-tip{display:none;position:absolute;bottom:33px;left:50%;transform:translateX(-50%);width:max-content;max-width:190px;padding:8px 10px;background:#242836;color:white;border-radius:6px;font-size:10px;line-height:1.5;box-shadow:0 4px 14px #20222322;pointer-events:none}.replay-marker:hover .replay-marker-tip,.replay-marker:focus-visible .replay-marker-tip{display:block}.replay-marker:first-child .replay-marker-tip{left:0;transform:none}.replay-marker:last-child .replay-marker-tip{left:auto;right:0;transform:none}
@media(max-width:520px){.replay-controls{flex-wrap:wrap}.replay-scrubber{order:5;flex-basis:100%;margin:2px 8px 0}.replay-speed-label{margin-left:auto}.replay-marker{width:24px;height:24px}.replay-scrubber{padding-bottom:31px}.replay-marker-tip{max-width:130px;font-size:9px}}

.replay-pulse{border-width:3px;background:#ed0b5933;box-shadow:0 0 0 7px #ed0b5912}.replay-pointer.is-clicking svg{filter:drop-shadow(0 0 3px #ed0b59);transform:scale(.88);transform-origin:top left}.replay-pointer.is-clicking>span{background:#ed0b59;white-space:nowrap}.replay-demo button.click-confirmed{animation:replay-click-confirm .5s ease-out}@keyframes replay-click-confirm{0%{box-shadow:inset 0 0 0 2px #745bd2,0 0 0 4px #745bd233}100%{box-shadow:inset 0 0 0 0 transparent,0 0 0 8px transparent}}
@media(prefers-reduced-motion:reduce){.replay-demo button.click-confirmed{animation:none;outline:2px solid #745bd2}}

.finding-examples{padding:65px 0 45px;border-top:1px solid #e1e6ee;margin-top:50px}.finding-examples>h3,.finding-restraint h3{font-size:32px;line-height:1.2;letter-spacing:-1px;margin:18px 0 25px}.finding-example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.finding-example-grid article{padding:24px;background:#fff;border:1px solid #e5e9f0;border-radius:12px}.finding-example-grid article>span{font-size:9px;letter-spacing:1px;color:#ec0952}.finding-example-grid h4{font-size:19px;line-height:1.3;margin:15px 0 12px;font-weight:500}.finding-example-grid p,.finding-restraint p{font-size:14px;line-height:1.8}.finding-other{font-size:12px;margin-top:20px}.finding-restraint{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:25px 0 0}.checked-report{border:1px solid #e1e6ee;border-radius:12px;background:#fff;padding:24px;font-family:Inter,sans-serif}.checked-report-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px}.checked-report-heading strong{font-size:14px}.checked-report-heading small{font-size:9px;color:#88909e}.checked-report>div:not(:first-child){padding:15px 0;border-top:1px solid #edf0f5}.checked-report>div>span{font-size:12px;font-weight:500}.checked-report p{font-size:11px;margin-top:5px}.checked-report footer{font-size:10px;color:#745bd2;border-top:1px solid #edf0f5;padding-top:16px}@media(max-width:800px){.finding-example-grid{grid-template-columns:1fr;gap:14px}.finding-restraint{grid-template-columns:1fr;gap:24px}.finding-examples>h3,.finding-restraint h3{font-size:28px}.finding-examples{padding-top:40px}.checked-report{padding:20px}}

.findings-section{padding-top:90px;padding-bottom:70px;scroll-margin-top:95px}.finding-spotlight{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.finding-label{display:inline-block;font-size:10px;letter-spacing:1.2px;color:#ed0b59;background:#fff0f5;padding:7px 10px;border-radius:5px}.finding-story h3{font-size:32px;line-height:1.2;letter-spacing:-1px;margin:22px 0 18px}.finding-story>p{font-size:15px;line-height:1.8}.finding-story ol{list-style:none;padding:0;margin:28px 0 0}.finding-story li{display:flex;gap:17px;margin-top:20px}.finding-story li>span{font-size:10px;color:#ed0b59;padding-top:5px}.finding-story li strong{font-size:14px;font-weight:500}.finding-story li p{font-size:12px;margin-top:5px}.finding-evidence{border:1px solid #e3e6ee;border-radius:16px;background:#fff;box-shadow:0 18px 60px #2920440b;padding:27px;font-family:Inter,sans-serif}.finding-evidence-top{display:flex;justify-content:space-between;font-size:11px;color:#697487;border-bottom:1px solid #edf0f5;padding-bottom:18px}.finding-evidence-top small{font-size:9px}.finding-element{display:flex;gap:12px;align-items:center;margin:23px 0}.finding-element>span{font-size:25px;color:#745bd2}.finding-element h4{font-size:19px;font-weight:500}.finding-element p{font-size:10px;margin-top:5px}.finding-element b{margin-left:auto;font-size:9px;color:#af7122;background:#fff6e7;padding:6px;border-radius:4px;font-weight:500}.finding-numbers{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e5e9f0;border-radius:8px;padding:18px;margin-bottom:24px;gap:15px}.finding-numbers strong{display:block;font-size:28px;font-weight:500}.finding-numbers span{display:block;font-size:10px;color:#697487;margin-top:8px}.finding-comparison>div{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:14px;font-size:11px}.finding-comparison i{grid-column:1/-1;height:7px;border-radius:5px;background:linear-gradient(to right,#745bd2 var(--bar),#f1eef9 var(--bar))}.finding-comparison>div:nth-child(2) i{background:linear-gradient(to right,#bbc3d1 var(--bar),#f1f3f6 var(--bar))}.finding-comparison>p{font-size:9px;color:#88909e}.finding-replay-note{display:flex;gap:15px;align-items:center;padding:17px 13px;background:#faf7fd;border-radius:8px;margin:22px 0}.finding-replay-note>span{font-size:11px;color:#745bd2}.finding-replay-note strong{font-size:12px;font-weight:500}.finding-replay-note p{font-size:10px;margin-top:5px}.finding-evidence-actions{display:flex;align-items:center;gap:20px}.finding-evidence-actions>a:last-child{font-size:11px;color:#65529a}.finding-footnote{font-size:9px!important;line-height:1.6;margin-top:18px;color:#88909e}.findings-section .finding-examples{margin-top:55px;padding-bottom:0}.findings-section .finding-examples>h3{font-size:25px}.nav nav{gap:22px}@media(max-width:1000px){.finding-spotlight{gap:30px}.finding-evidence{padding:20px}.finding-evidence-actions{gap:12px;flex-wrap:wrap}.finding-story h3{font-size:28px}.nav nav{gap:12px;font-size:11px}}@media(max-width:800px){.finding-spotlight{grid-template-columns:1fr}.findings-section{padding-top:60px;padding-bottom:55px}.finding-story ol{display:none}.finding-evidence{max-width:600px;width:100%;justify-self:center}}@media(max-width:520px){.finding-element{flex-wrap:wrap}.finding-element b{margin-left:0}.finding-evidence{padding:17px}.finding-numbers{padding:13px}.finding-numbers span{font-size:9px}.finding-story h3{font-size:27px}.nav nav{font-size:15px}}

/* Current session plans: all features, with volume and retention choices. */
.pricing .pricing-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.pricing .price-card{padding:25px 19px;display:flex;flex-direction:column;min-width:0}.pricing .price-card>p{min-height:42px}.pricing .price{font-size:38px}.pricing .price>span{font-size:11px}.pricing .allowance{font-size:21px}.pricing .allowance>span{display:block;font-size:11px;margin-top:5px}.pricing .plan-retention{font-size:11px;color:#697487;margin:14px 0 25px}.pricing .price-card .button{margin-top:auto;padding-left:13px;padding-right:13px;font-size:12px}.pricing .pricing-trial{font-size:13px;color:#ed0b59;margin-top:15px}.pricing .pricing-foot{gap:20px;line-height:1.7}.pricing .pricing-foot>span:last-child{max-width:560px}@media(max-width:1100px){.pricing .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pricing .price-card{padding:28px 23px}}@media(max-width:700px){.pricing .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pricing .price-card{padding:25px 18px}.pricing .price{font-size:34px}.pricing .pricing-foot{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.pricing .pricing-grid{grid-template-columns:1fr}.pricing .price-card>p{min-height:0}.pricing .price-card{padding:28px}.pricing .price{font-size:40px}}
