:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --hairline: rgba(0, 0, 0, 0.12);
  --surface: #f5f5f7;
  --surface-strong: #e8e8ed;
  --white: #fff;
  --black: #101012;
  --accent: #0071e3;
  --accent-hover: #0068d1;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(18px);
}
.nav {
  width: min(calc(100% - 40px), var(--max));
  min-height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 650;
  letter-spacing: -0.015em;
}
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a, .mobile-menu a {
  color: #424245;
  text-decoration: none;
  font-size: 14px;
}
.nav-links a.button, .mobile-menu a.button { color: #fff; }
.nav-links a:hover, .mobile-menu a:hover { color: #000; }
.button {
  min-height: 44px;
  padding: 10px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.button:hover { background: var(--accent-hover); transform: translateY(-1px); }
.button:focus-visible, .menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(0, 113, 227, .35); outline-offset: 3px; }
.button-dark { background: var(--black); }
.button-dark:hover { background: #2a2a2e; }
.button-light { color: var(--ink); border-color: var(--hairline); background: rgba(255,255,255,.72); }
.button-light:hover { background: var(--white); }
.button-small { min-height: 34px; padding: 6px 14px; font-size: 13px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 5px 0; background: var(--ink); }
.mobile-menu { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 10px 0 18px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 10px 0; }

.hero {
  padding: 94px 20px 46px;
  text-align: center;
}
.hero-inner { max-width: 1000px; margin: 0 auto; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
h1, h2, h3 { margin-top: 0; letter-spacing: -0.045em; }
h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(3.4rem, 8.2vw, 7.4rem);
  line-height: .92;
  font-weight: 720;
}
.hero-copy {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.hero-actions { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.compatibility { margin-top: 14px; color: var(--muted); font-size: 13px; }

.product-stage { width: min(calc(100% - 32px), 1320px); margin: 28px auto 0; }
.product-frame {
  padding: clamp(18px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  background: var(--black);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .18);
}
.product-frame img {
  width: min(100%, 1052px);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0,0,0,.45);
}
.stage-caption { margin: 18px 0 0; color: #a1a1a6; font-size: 14px; }

.trust-strip {
  width: min(calc(100% - 40px), 940px);
  margin: 38px auto 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  color: #3a3a3c;
  text-align: center;
  font-size: 14px;
  font-weight: 590;
}

/* M1-era MacBook frame. The screen uses an actual ShotBox capture until a
   sanitized real-app recording is supplied. */
.m1-macbook { width: min(calc(100% - 24px), 1120px); margin: 72px auto 0; filter: drop-shadow(0 35px 34px rgba(0,0,0,.2)); }
.m1-display { position: relative; aspect-ratio: 16 / 10; padding: 12px; overflow: hidden; border: 2px solid #34363a; border-radius: 18px 18px 8px 8px; background: #050608; }
.m1-camera { position: absolute; z-index: 2; top: 5px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #202329; transform: translateX(-50%); }
.recording-placeholder { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; border-radius: 8px 8px 3px 3px; background: #111316; }
.recording-placeholder img { width: auto; height: 92%; max-width: 92%; object-fit: contain; border-radius: 12px; box-shadow: 0 18px 44px rgba(0,0,0,.4); }
.m1-base { position: relative; width: calc(100% + 80px); height: 18px; margin-left: -40px; border-radius: 2px 2px 24px 24px; background: #b8b9bc; box-shadow: inset 0 1px rgba(255,255,255,.85), inset 0 -2px rgba(0,0,0,.15); }
.m1-base span { position: absolute; top: 0; left: 50%; width: 170px; height: 6px; border-radius: 0 0 9px 9px; background: #9fa0a4; transform: translateX(-50%); }
.recording-note { margin: 24px auto 0; color: var(--muted); font-size: 13px; }

/* The screenshot is the interface. Transparent hit areas sit directly over
   the sidebar already visible in the real app capture, avoiding duplicate UI. */
.showcase-mac { width: min(calc(100% - 20px), 1280px); filter: drop-shadow(0 35px 34px rgba(0,0,0,.2)); }
.showcase-mac .m1-display {
  aspect-ratio: 16 / 10; padding: 11px; border: 2px solid #34363a;
  border-radius: 18px 18px 8px 8px; background: #050608; box-shadow: none;
}
.showcase-screen { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; border-radius: 9px 9px 4px 4px; background: transparent; }
.showcase-frame { width: 100%; height: 100%; margin: 0; display: grid; place-items: center; overflow: hidden; }
.showcase-image-wrap { position: relative; width: 100%; max-height: 100%; aspect-ratio: 16 / 10; }
.showcase-image-wrap > img {
  width: 100%; height: 100%; object-fit: contain; opacity: 1; transform: scale(1);
  transition: none;
}
.showcase-frame.is-changing img { opacity: 1; transform: none; }
.showcase-hotspots { display: none; position: absolute; inset: 0; pointer-events: none; }
.showcase-hotspot {
  position: absolute; top: var(--hotspot-top); left: 6.3%; width: 8.6%; height: var(--hotspot-height);
  padding: 0; border: 0; border-radius: 5px; color: transparent; background: transparent;
  cursor: pointer; pointer-events: auto; transition: background .14s ease, box-shadow .14s ease;
}
.showcase-hotspot span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.showcase-hotspot:hover { background: rgba(10, 132, 255, .16); box-shadow: inset 0 0 0 1px rgba(10, 132, 255, .32); }
.showcase-hotspot:focus-visible { outline: 2px solid #0a84ff; outline-offset: 1px; }
.showcase-hotspot[aria-pressed=true] { box-shadow: inset 0 0 0 1px rgba(10, 132, 255, .42); }
.showcase-image-wrap[data-sidebar=false] .showcase-hotspots { display: none; }
.showcase-image-wrap[data-portrait=true] > img { padding: 2.5% 0; }
.showcase-feature-tabs {
  width: min(calc(100% - 24px), 920px); margin: 22px auto 0; display: flex; justify-content: center;
  position: relative; z-index: 1; flex-wrap: wrap; gap: 7px; background: transparent; box-shadow: none; filter: none;
}
.showcase-feature-tabs button {
  min-height: 32px; padding: 6px 12px; border: 1px solid rgba(0,0,0,.12); border-radius: 999px;
  color: #4b4b50; background: #fff; cursor: pointer; font-size: 12px; font-weight: 560;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.showcase-feature-tabs button:hover { color: #111; border-color: rgba(0,0,0,.24); }
.showcase-feature-tabs button[aria-pressed=true] { color: #fff; border-color: var(--accent); background: var(--accent); }
.showcase-mobile-label, .showcase-select { display: none; }

/* Clickable app tour follows the native-window interaction pattern used by
   the JyotishDesk showcase: one persistent sidebar drives one stable window. */
.app-tour-section { padding-top: 110px; }
.tour-mobile-label, .tour-mobile-select { display: none; }
.shotbox-window { position: relative; margin-top: 64px; overflow: hidden; border: 1px solid #42464a; border-radius: 18px; color: #f3f5f5; background: #17191b; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.shotbox-titlebar { min-height: 58px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #34383b; background: #26292c; }
.traffic-lights { display: flex; gap: 7px; padding: 0 3px; }
.traffic-lights i { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; }
.traffic-lights i:nth-child(2) { background: #febc2e; }
.traffic-lights i:nth-child(3) { background: #28c840; }
.sidebar-toggle { width: 30px; height: 30px; border: 0; border-radius: 7px; color: #d7dadd; background: transparent; cursor: pointer; }
.sidebar-toggle:hover { background: #383c3f; }
.window-title { min-width: 135px; display: flex; flex-direction: column; line-height: 1.2; }
.window-title strong { font-size: 14px; }
.window-title span { color: #979da1; font-size: 11px; }
#tour-search { width: min(270px, 24vw); min-height: 34px; margin-left: auto; padding: 7px 11px; border: 1px solid #44494d; border-radius: 9px; outline: none; color: #f4f6f6; background: #1d2022; }
#tour-search:focus { border-color: #0a84ff; box-shadow: 0 0 0 2px rgba(10,132,255,.2); }
.tour-toolbar { display: flex; align-items: center; gap: 8px; }
.tour-size { width: 145px; display: flex; align-items: center; gap: 7px; color: #aeb4b7; font-size: 12px; }
.tour-size input { width: 100%; accent-color: #0a84ff; }
.toolbar-menu { position: relative; }
.toolbar-menu summary { min-width: 48px; padding: 7px 10px; border: 1px solid #454a4d; border-radius: 8px; cursor: pointer; list-style: none; color: #e6e8e9; font-size: 12px; text-align: center; background: #303437; }
.toolbar-menu summary::-webkit-details-marker { display: none; }
.toolbar-popover { position: absolute; z-index: 12; top: 42px; left: 0; width: 170px; padding: 7px; border: 1px solid #4a5053; border-radius: 11px; background: #292d30; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.toolbar-popover.align-right { right: 0; left: auto; }
.toolbar-popover button { width: 100%; padding: 8px 10px; border: 0; border-radius: 7px; color: #f2f4f4; background: transparent; text-align: left; cursor: pointer; }
.toolbar-popover button:hover, .toolbar-popover button[aria-pressed=true] { background: #0a84ff; }
.shotbox-workspace { min-height: 540px; display: grid; grid-template-columns: 224px minmax(360px, 1fr) 250px; }
.tour-sidebar { overflow: auto; border-right: 1px solid #34383b; background: #202326; transition: width .2s ease, opacity .2s ease; }
.sidebar-hidden .shotbox-workspace { grid-template-columns: 0 minmax(360px, 1fr) 250px; }
.sidebar-hidden .tour-sidebar { width: 0; opacity: 0; border: 0; }
.tour-sidebar nav { padding: 15px 10px 24px; }
.tour-sidebar h3 { margin: 16px 10px 5px; color: #879095; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.tour-sidebar h3:first-child { margin-top: 0; }
.tour-sidebar button { width: 100%; min-height: 32px; padding: 6px 9px; display: grid; grid-template-columns: 20px 1fr 25px; align-items: center; gap: 7px; border: 0; border-radius: 7px; color: #e9ebec; background: transparent; text-align: left; cursor: pointer; }
.tour-sidebar button:hover { background: #2d3235; }
.tour-sidebar button[aria-pressed=true] { background: #0a84ff; }
.tour-sidebar button span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: #e8f7f9; background: rgba(255,255,255,.1); font-size: 9px; }
.tour-sidebar button b { overflow: hidden; font-size: 12px; font-weight: 560; text-overflow: ellipsis; white-space: nowrap; }
.tour-sidebar button em { color: #a7adaf; font-size: 10px; font-style: normal; text-align: right; }
.tour-content { min-width: 0; display: grid; grid-template-rows: 46px minmax(0, 1fr); overflow: hidden; background: #151719; }
.tour-content-header { min-width: 0; padding: 0 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid #34383b; background: #202326; }
.tour-content-header strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.tour-content-header span { color: #92999d; font-size: 11px; white-space: nowrap; }
.tour-content-body { min-height: 0; padding: 20px; overflow: auto; }
.tour-grid { --tour-thumb: 190px; display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--tour-thumb), 1fr)); gap: 18px; align-content: start; }
.tour-grid[hidden], .tour-gallery[hidden], .tour-empty[hidden], .tour-image i[hidden] { display: none; }
.tour-shot { min-width: 0; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.tour-image { position: relative; display: block; aspect-ratio: 1.5; overflow: hidden; border: 2px solid transparent; border-radius: 9px; background: #282c2f; }
.tour-shot[data-selected=true] .tour-image { border-color: #0a84ff; box-shadow: 0 0 0 2px rgba(10,132,255,.16); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; }
.tour-image i { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(14,17,18,.78); font-size: 12px; font-style: normal; font-weight: 650; }
.tour-shot strong, .tour-shot small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tour-shot strong { margin-top: 8px; font-size: 13px; }
.tour-shot small { color: #92999d; font-size: 11px; }
.tour-gallery { height: 100%; display: grid; grid-template-rows: minmax(0,1fr) 108px; gap: 14px; }
.tour-gallery > img { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; background: #0f1112; }
.tour-filmstrip { display: flex; gap: 10px; overflow-x: auto; }
.tour-filmstrip button { width: 128px; flex: 0 0 128px; padding: 5px; border: 1px solid #3f4548; border-radius: 8px; color: #dce0e2; background: #23272a; cursor: pointer; }
.tour-filmstrip button[data-selected=true] { border-color: #0a84ff; }
.tour-filmstrip img { width: 100%; height: 68px; object-fit: cover; border-radius: 5px; }
.tour-filmstrip span { display: block; margin-top: 3px; font-size: 10px; }
.tour-empty { padding: 90px 20px; color: #8f969a; text-align: center; }
.tour-inspector { padding: 20px; overflow: auto; border-left: 1px solid #34383b; background: #1e2123; }
.tour-inspector h3 { margin: 0 0 13px; font-size: 13px; letter-spacing: -.01em; }
.tour-inspector h3:not(:first-child) { margin-top: 26px; }
.tour-inspector p { color: #949b9e; font-size: 12px; }
.tour-inspector dl { margin: 0; }
.tour-inspector dt { margin-top: 12px; color: #899195; font-size: 10px; }
.tour-inspector dd { margin: 2px 0 0; overflow-wrap: anywhere; font-size: 12px; }
.inspector-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.inspector-actions button { padding: 8px; border: 1px solid #404548; border-radius: 7px; color: #e8ebec; background: #292d30; font-size: 10px; cursor: pointer; }
.tour-status { min-height: 42px; padding: 7px 13px; display: flex; align-items: center; gap: 14px; border-top: 1px solid #34383b; color: #8f979b; background: #202326; font-size: 11px; }
.tour-status button { padding: 6px 10px; border: 1px solid #444a4d; border-radius: 7px; color: #edf0f1; background: #2b2f32; cursor: pointer; }
.capture-preview { position: absolute; z-index: 20; inset: 74px 36px 56px auto; width: min(430px, calc(100% - 72px)); padding: 12px; border: 1px solid #555b5e; border-radius: 17px; background: #111315; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.capture-preview[hidden] { display: none; }
.capture-preview img { width: 100%; border-radius: 10px; }
.capture-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.7); cursor: pointer; }

.section { padding: 130px 20px; }
.section-soft { background: var(--surface); }
.section-dark { color: #f5f5f7; background: var(--black); }
.wrap { width: min(100%, var(--max)); margin: 0 auto; }
.section-kicker { margin: 0 0 14px; color: var(--accent); font-size: 17px; font-weight: 650; }
.section-dark .section-kicker { color: #64a8ff; }
.section-title {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(2.5rem, 6vw, 5.7rem);
  line-height: .98;
  font-weight: 700;
}
.section-lead { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.4; }
.section-dark .section-lead { color: #a1a1a6; }

.editorial-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(60px, 10vw, 145px);
  align-items: start;
}
.editorial-row + .editorial-row { margin-top: 150px; padding-top: 130px; border-top: 1px solid var(--hairline); }
.editorial-row.reverse .editorial-copy { order: 2; }
.feature-number { display: block; margin-bottom: 20px; color: var(--accent); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.editorial-copy h3 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.1vw, 4.2rem); line-height: 1; }
.editorial-copy p { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hairline); }
.feature-list li { padding: 20px 0; border-bottom: 1px solid var(--hairline); }
.feature-list strong { display: block; margin-bottom: 3px; font-size: 18px; }
.feature-list span { color: var(--muted); font-size: 15px; }

.difference-grid { margin-top: 62px; border-top: 1px solid var(--hairline); }
.difference-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 24px 0; border-bottom: 1px solid var(--hairline); }
.difference-row strong { font-size: 18px; }
.difference-row span { color: var(--muted); }

.privacy-points { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.privacy-point { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.privacy-point h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.025em; }
.privacy-point p { margin: 0; color: #a1a1a6; font-size: 16px; }

.price-wrap { display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; }
.price-card { padding: 40px; border: 1px solid var(--hairline); border-radius: 28px; background: var(--white); box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.launch-label { color: var(--accent); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.price { margin: 14px 0 0; font-size: 64px; line-height: 1; font-weight: 700; letter-spacing: -.055em; }
.price-note { margin: 10px 0 26px; color: var(--muted); }
.price-list { margin: 0 0 28px; padding: 0; list-style: none; }
.price-list li { padding: 10px 0 10px 28px; position: relative; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.full { width: 100%; }

.faq { margin-top: 54px; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary { padding: 24px 40px 24px 0; cursor: pointer; list-style: none; font-weight: 620; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--muted); font-size: 25px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 760px; margin: -6px 0 24px; color: var(--muted); }

.download-panel { padding: 70px; border-radius: 32px; color: #fff; background: var(--black); text-align: center; }
.download-panel h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }
.download-panel p { max-width: 650px; margin: 0 auto 30px; color: #a1a1a6; font-size: 18px; }
.checksum { max-width: 760px; margin: 22px auto 0; color: #8e8e93; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; overflow-wrap: anywhere; }
.text-button { border: 0; padding: 0; color: #64a8ff; background: transparent; cursor: pointer; font-size: 13px; }

.site-footer { padding: 34px 20px 50px; background: var(--surface); }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--hairline); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #515154; text-decoration: none; font-size: 13px; }
.legal-line { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.page-hero { padding: 92px 20px 60px; background: var(--surface); }
.page-hero h1 { max-width: var(--max); margin: 0 auto; font-size: clamp(3rem, 7vw, 6.5rem); }
.page-hero p { width: min(100%, var(--max)); margin: 24px auto 0; color: var(--muted); font-size: 20px; }
.prose { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 82px 0 120px; }
.prose h2 { margin: 56px 0 12px; font-size: 34px; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 36px 0 8px; font-size: 23px; letter-spacing: -.025em; }
.prose p, .prose li { color: #424245; }
.prose code { padding: 2px 6px; border-radius: 6px; background: var(--surface); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88em; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--hairline); }
.step-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--black); font-size: 14px; font-weight: 700; }
.step h3 { margin: 3px 0 6px; }
.step p { margin: 0; }
.notice { margin: 34px 0; padding: 22px 24px; border-left: 3px solid var(--accent); background: var(--surface); }
.notice p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 72px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section { padding: 92px 20px; }
  .editorial-row, .price-wrap { grid-template-columns: 1fr; gap: 48px; }
  .editorial-row.reverse .editorial-copy { order: initial; }
  .editorial-row + .editorial-row { margin-top: 95px; padding-top: 88px; }
  .privacy-points { grid-template-columns: 1fr; }
  .price-card { max-width: 540px; }
  .download-panel { padding: 54px 24px; }
  .m1-macbook { margin-top: 54px; }
  .showcase-feature-tabs { max-width: 760px; }
  .shotbox-workspace { min-height: 560px; grid-template-columns: 190px minmax(320px,1fr); }
  .tour-inspector { display: none; }
  .sidebar-hidden .shotbox-workspace { grid-template-columns: 0 minmax(320px,1fr); }
  .tour-size { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .product-stage { width: calc(100% - 20px); }
  .product-frame { border-radius: 24px; }
  .trust-strip { grid-template-columns: 1fr; text-align: left; }
  .difference-row { grid-template-columns: 1fr; gap: 7px; }
  .price-card { padding: 28px; }
  .price { font-size: 54px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .m1-display { padding: 7px; border-radius: 11px 11px 5px 5px; }
  .m1-base { width: calc(100% + 28px); height: 11px; margin-left: -14px; }
  .m1-base span { width: 90px; height: 4px; }
  .recording-note { padding: 0 18px; }
  .showcase-mac .m1-display { aspect-ratio: 16 / 10; padding: 6px; }
  .showcase-screen { border-radius: 6px 6px 3px 3px; }
  .showcase-feature-tabs { display: none; }
  .showcase-hotspot { border-radius: 2px; }
  .showcase-mobile-label { margin: 18px auto 0; display: block; color: var(--muted); font-size: 12px; }
  .showcase-select { width: min(100%, 420px); min-height: 43px; margin: 7px auto 0; padding: 0 12px; display: block; border: 1px solid var(--hairline); border-radius: 10px; color: var(--ink); background: #fff; }
  .tour-mobile-label { margin-top: 34px; display: block; color: var(--muted); font-size: 12px; }
  .tour-mobile-select { width: 100%; min-height: 42px; margin: 7px 0 12px; display: block; border: 1px solid var(--hairline); border-radius: 9px; background: #fff; }
  .shotbox-window { margin-top: 14px; border-radius: 12px; }
  .shotbox-titlebar { flex-wrap: wrap; }
  .traffic-lights, .sidebar-toggle, .tour-sidebar { display: none; }
  .shotbox-workspace, .sidebar-hidden .shotbox-workspace { min-height: 520px; grid-template-columns: 1fr; }
  .window-title { min-width: 110px; }
  #tour-search { order: 3; width: 100%; margin: 0; }
  .tour-toolbar { margin-left: auto; }
  .tour-content-body { padding: 14px; }
  .tour-grid { --tour-thumb: 145px !important; gap: 12px; }
  .toolbar-popover { right: 0; left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
