:root {
  color-scheme: dark;
  --bg: #06120f;
  --bg-soft: #0a1b16;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f4fbf8;
  --muted: #93aaa1;
  --green: #79ed9b;
  --cyan: #3bdacb;
  --lime: #b7f45b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -20%, rgba(61, 218, 203, 0.12), transparent 35%),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
code { color: var(--green); font-family: "SFMono-Regular", Consolas, monospace; }

.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled { background: rgba(6, 18, 15, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(1220px, calc(100% - 40px)); height: 72px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 720; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 8px 24px rgba(59, 218, 203, .18); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); font-size: 13px; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 1px solid var(--line); border-radius: 13px; font-size: 13px; font-weight: 680; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding-inline: 16px; }
.button-primary { color: #04100c; border-color: transparent; background: linear-gradient(135deg, var(--lime), var(--cyan)); box-shadow: 0 12px 38px rgba(59, 218, 203, .18); }
.button-primary svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-ghost { background: rgba(255, 255, 255, .035); }
.button-ghost:hover { border-color: rgba(121, 237, 155, .38); }
.button-coffee { color: #ffe9ae; background: rgba(255, 197, 82, .075); border-color: rgba(255, 209, 112, .22); cursor: pointer; }
.button-coffee:hover { border-color: rgba(255, 209, 112, .55); background: rgba(255, 197, 82, .12); }
.menu-toggle { display: none; width: 38px; height: 38px; margin-left: auto; border: 0; border-radius: 10px; background: var(--panel); }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--text); }

.hero { position: relative; padding-top: 154px; text-align: center; overflow-x: clip; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(85px); pointer-events: none; opacity: .22; }
.hero-glow-one { width: 420px; height: 420px; background: var(--green); left: -260px; top: 220px; }
.hero-glow-two { width: 380px; height: 380px; background: var(--cyan); right: -250px; top: 340px; }
.eyebrow, .section-kicker { color: var(--green); font-size: 11px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(121, 237, 155, .2); border-radius: 999px; background: rgba(121, 237, 155, .055); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(121, 237, 155, .09); }
.hero h1 { max-width: 950px; margin: 28px auto 0; font-size: clamp(52px, 7.5vw, 94px); line-height: .98; letter-spacing: 0em; }
.hero h1 span { color: #789088; }
.hero-copy { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.platform-notes { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #6f877e; font-size: 12px; }
.platform-notes span { display: inline-flex; align-items: center; gap: 8px; }
.platform-notes span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--green); }

.hero-product { position: relative; margin-top: 78px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; background: #10211c; box-shadow: var(--shadow); text-align: left; max-width: 100%; height: auto; display: block; }
.window-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: #172520; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff5d57; }
.traffic-lights i:nth-child(2) { background: #ffbd2e; }.traffic-lights i:nth-child(3) { background: #28c840; }
.window-title { color: #9caea8; font-size: 11px; }.window-action { justify-self: end; color: var(--green); font-size: 11px; font-weight: 700; }
.editor-mock { min-height: 520px; display: grid; grid-template-columns: 72px 1fr 225px; }
.tool-rail { padding: 22px 13px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid rgba(255,255,255,.07); }
.tool { display: grid; place-items: center; height: 40px; color: #81968e; border-radius: 10px; font-size: 15px; }
.tool.active { color: #06120f; background: linear-gradient(135deg, var(--lime), var(--cyan)); }
.mock-canvas { padding: 48px; display: grid; place-items: center; background: #0c1714; }
.mock-shot { position: relative; width: min(620px, 100%); aspect-ratio: 16/10; border-radius: 18px; background: linear-gradient(135deg, #5548dd, #8e49d6 48%, #ff796c); box-shadow: 0 18px 50px rgba(0,0,0,.36); overflow: hidden; }
.mock-shot::before { content: ""; position: absolute; inset: 11%; border-radius: 14px; background: #101815; }
.mock-shot-label { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; color: #b8cac3; font-size: clamp(13px, 2vw, 18px); }
.measure-line { position: absolute; z-index: 3; left: 24%; right: 16%; top: 30%; height: 2px; background: #ff5573; }
.measure-line::before, .measure-line::after { content: ""; position: absolute; top: -7px; width: 2px; height: 16px; background: #ff5573; }
.measure-line::after { right: 0; }.measure-line b { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 5px 9px; border-radius: 999px; background: #101010; font-size: 9px; color: white; }
.annotation-ring { position: absolute; z-index: 3; width: 16%; aspect-ratio: 1; border: 3px solid #78ed9a; border-radius: 50%; left: 18%; bottom: 18%; }
.annotation-arrow { position: absolute; z-index: 3; right: 18%; bottom: 18%; color: #78ed9a; font-size: 50px; transform: rotate(-12deg); }
.style-panel { padding: 28px 20px; border-left: 1px solid rgba(255,255,255,.07); }
.style-panel small { display: block; margin: 0 0 12px; color: #637970; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 30px; }.color-grid i { aspect-ratio: 1.35; border-radius: 7px; background: #3bdacb; }.color-grid i:nth-child(2){background:#674fd8}.color-grid i:nth-child(3){background:#ff796c}.color-grid i:nth-child(4){background:#182d25}.color-grid i:nth-child(5){background:#f4c857}.color-grid i:nth-child(6){background:#e5f1ec}
.style-panel label { display: flex; justify-content: space-between; margin: 15px 0 7px; color: #8fa29b; font-size: 10px; }.style-panel label span { color: #5f786f; }.slider { height: 4px; border-radius: 9px; background: #283a34; overflow: hidden; }.slider i { display: block; height: 100%; background: var(--green); }
.shot-note { margin: 16px 0 0; color: #536a61; font-size: 11px; }

.trust-strip { margin-top: 110px; border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 32px; border-right: 1px solid var(--line); text-align: center; }.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; font-size: 27px; letter-spacing: -.04em; }.trust-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.feature-intro { padding-block: 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading > div { max-width: 670px; }.section-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.section-heading h2, .product-copy h2, .about-card h2, .download-card h2 { margin: 10px 0 0; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.05; letter-spacing: 0em; }
.section-heading.compact { margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 12px; color: #06120f; background: linear-gradient(135deg, var(--lime), var(--cyan)); font-size: 16px; font-weight: 800; }
.feature-card h3, .capability h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }.feature-card p, .capability p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.product-section { min-height: 720px; padding-block: 110px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; border-top: 1px solid var(--line); }
.product-section.reverse { grid-template-columns: 1.18fr .82fr; }.product-section.reverse .product-copy { order: 2; }.product-section.reverse .product-visual { order: 1; }
.product-copy h2 { font-size: clamp(36px, 4.4vw, 56px); }.product-copy > p:not(.section-kicker) { margin: 23px 0 0; color: var(--muted); line-height: 1.75; font-size: 15px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; color: #c2d0cb; font-size: 13px; }.check-list li { display: flex; gap: 11px; }.check-list li::before { content: "✓"; color: var(--green); font-weight: 800; }
.product-shot { min-height: 460px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 20%, rgba(59,218,203,.1), transparent 45%), #0a1814; box-shadow: var(--shadow); }
.product-shot.has-image { min-height: 0; background: #0a1814; }.product-shot.has-image img { width: 100%; height: auto; }.product-shot.has-image .shot-placeholder { display: none; }
.shot-placeholder { min-height: 460px; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.shot-placeholder p { margin: 24px 0 4px; color: #b7c8c1; font-size: 13px; }.shot-placeholder small { color: #52685f; font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; }
.preview-stack { position: relative; width: min(390px, 82%); height: 245px; }.preview-card { position: absolute; width: 250px; height: 150px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: #182a24; box-shadow: 0 20px 50px rgba(0,0,0,.3); }.card-back { left: 0; top: 0; opacity: .5; }.card-mid { left: 48px; top: 35px; opacity: .72; }.card-front { left: 96px; top: 72px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; text-align: left; background: linear-gradient(145deg, #1a2e27, #10211c); }.card-front span { color: #82978f; font-size: 11px; }.card-front div { display: flex; gap: 9px; }.card-front b { width: 34px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.08); color: #d6e3de; font-size: 10px; }
.editor-placeholder { justify-content: flex-start; }.mini-toolbar { width: 90%; height: 42px; padding: 8px 12px; display: flex; gap: 9px; border-radius: 13px; background: #263831; }.mini-toolbar i { width: 25px; border-radius: 7px; background: rgba(255,255,255,.13); }.mini-toolbar i:nth-child(3) { background: var(--green); }.mini-canvas { position: relative; width: 90%; flex: 1; margin-top: 16px; border-radius: 14px; background: linear-gradient(135deg, #643fc4, #f47670); overflow: hidden; }.mini-canvas::before { content: ""; position: absolute; inset: 9%; border-radius: 10px; background: #13221d; }.mini-measure { position: absolute; z-index: 2; top: 25%; left: 20%; right: 12%; color: #ff607c; font: 11px "SFMono-Regular", monospace; }.mini-blur { position: absolute; z-index: 2; width: 35%; height: 25%; left: 17%; bottom: 19%; backdrop-filter: blur(10px); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); }.mini-label { position: absolute; z-index: 2; right: 15%; bottom: 24%; color: white; font-size: 12px; }
.ocr-lines { width: 80%; display: grid; gap: 17px; }.ocr-lines i { display: block; width: 100%; height: 17px; border-radius: 6px; background: linear-gradient(90deg, rgba(255,255,255,.16) 0 30%, rgba(59,218,203,.55) 30% 58%, rgba(255,255,255,.16) 58%); }.ocr-lines i:nth-child(2) { width: 84%; }.ocr-lines i:nth-child(3) { width: 92%; }.ocr-lines i:nth-child(4) { width: 72%; }.ocr-lines i:nth-child(5) { width: 60%; }.privacy-chip { margin-top: 30px; padding: 9px 13px; border: 1px solid rgba(121,237,155,.2); border-radius: 999px; color: var(--green); background: rgba(121,237,155,.06); font-size: 11px; }
.language-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.language-pills span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #a9bcb5; font-size: 11px; background: var(--panel); }
.recording-pill { display: inline-flex; align-items: center; gap: 11px; padding: 12px 16px; border-radius: 999px; background: #1d2c27; box-shadow: 0 16px 35px rgba(0,0,0,.32); }.recording-pill i { width: 9px; height: 9px; border-radius: 50%; background: #ff5252; box-shadow: 0 0 0 6px rgba(255,82,82,.1); }.recording-pill b { font: 12px "SFMono-Regular", monospace; }.recording-pill span { color: #879b93; font-size: 11px; }.timeline { width: 86%; height: 105px; margin-top: 50px; padding: 13px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; border: 1px solid var(--line); border-radius: 13px; }.timeline i { border-radius: 5px; background: linear-gradient(145deg, #6852d7, #e36d7d); }.recording-placeholder p { margin-top: 32px; }

.capability-section { padding-block: 110px; border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }.capability { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.capability:nth-child(3n) { border-right: 0; }.capability:nth-child(n+4) { border-bottom: 0; }.capability > span { display: block; margin-bottom: 48px; color: var(--green); font: 10px "SFMono-Regular", monospace; }
.gallery-section { padding-block: 120px; }.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.gallery-shot { min-height: 330px; box-shadow: none; }.gallery-shot .shot-placeholder { min-height: 330px; }.gallery-shot b { margin-bottom: 8px; font-size: 18px; }
.about-section { padding-block: 100px; border-top: 1px solid var(--line); }.about-card { padding: 54px; display: grid; grid-template-columns: 1fr 320px; align-items: center; gap: 70px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }.about-card h2 { font-size: clamp(34px, 4vw, 50px); }.about-card > div > p:not(.section-kicker) { max-width: 660px; color: var(--muted); font-size: 14px; line-height: 1.75; }.about-actions { margin-top: 24px; }.author-card { display: flex; align-items: center; gap: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.16); }.author-card img { width: 64px; height: 64px; border-radius: 17px; }.author-card div { display: grid; gap: 4px; }.author-card small { color: #61776e; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }.author-card strong { font-size: 15px; }.author-card a { color: var(--green); font-size: 12px; }
.download-section { padding: 20px 0 110px; }.download-card { padding: 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; border-radius: var(--radius); color: #04100c; background: linear-gradient(120deg, #b7f45b, #3bdacb); }.download-card > img { width: 78px; border-radius: 21px; box-shadow: 0 16px 35px rgba(0,0,0,.18); }.download-card h2 { margin-top: 6px; font-size: clamp(27px, 3vw, 40px); }.download-card p { margin: 8px 0 0; color: rgba(4,16,12,.65); font-size: 13px; }.download-card .section-kicker { color: rgba(4,16,12,.58); }.download-card .button-primary { border-color: rgba(4,16,12,.15); background: #06120f; color: white; box-shadow: none; }
footer { border-top: 1px solid var(--line); }.footer-shell { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #637970; font-size: 11px; }.footer-brand img { width: 28px; height: 28px; border-radius: 8px; }.footer-shell > a { color: #91a9a0; }.footer-info { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }.footer-info p { margin: 0; }.footer-info .credits-text { color: #51655e; }

body.modal-open { overflow: hidden; }
.coffee-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.coffee-modal.open { opacity: 1; visibility: visible; }
.coffee-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(1, 7, 5, .78); backdrop-filter: blur(14px); cursor: pointer; }
.coffee-dialog { position: relative; z-index: 1; width: min(480px, 100%); max-height: min(760px, calc(100vh - 48px)); overflow: auto; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: linear-gradient(155deg, #12251e, #07130f 72%); box-shadow: 0 36px 110px rgba(0,0,0,.62); transform: translateY(16px) scale(.98); transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.coffee-modal.open .coffee-dialog { transform: translateY(0) scale(1); }
.coffee-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: #a9bbb4; background: rgba(255,255,255,.055); font-size: 22px; line-height: 1; cursor: pointer; }
.coffee-icon, .coffee-thanks-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(255, 209, 112, .24); border-radius: 17px; color: #ffe09b; background: rgba(255, 197, 82, .08); font-size: 25px; }
.coffee-thanks-icon { color: #ff8a9f; border-color: rgba(255, 105, 132, .22); background: rgba(255, 105, 132, .075); }
.coffee-dialog h2 { margin: 8px 0 0; font-size: 34px; line-height: 1.06; letter-spacing: -.045em; }
.coffee-intro { margin: 14px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
#coffee-form { display: grid; gap: 9px; }
#coffee-form label { margin-top: 8px; color: #cbd8d3; font-size: 12px; font-weight: 650; }
#coffee-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--text); background: rgba(255,255,255,.045); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
#coffee-form input:focus { border-color: rgba(121,237,155,.55); box-shadow: 0 0 0 3px rgba(121,237,155,.08); }
.coffee-input-wrap { position: relative; }
.coffee-input-wrap input { padding-right: 58px !important; }
.coffee-input-wrap span { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #6f877e; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.coffee-amount-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin-top: 2px; }
.coffee-amount-options button { min-width: 0; padding: 9px 4px; border: 1px solid var(--line); border-radius: 10px; color: #91a79e; background: rgba(255,255,255,.035); font: inherit; font-size: 10px; font-weight: 650; line-height: 1; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.coffee-amount-options button:hover { color: var(--text); border-color: rgba(121,237,155,.32); }
.coffee-amount-options button.active { color: #07130f; border-color: var(--green); background: var(--green); }
.coffee-hint { margin: 0; color: #61776e; font-size: 10px; line-height: 1.5; }
.coffee-error { min-height: 16px; margin: 0; color: #ff8b94; font-size: 11px; }
.coffee-submit { width: 100%; margin-top: 4px; cursor: pointer; }
.coffee-qr-view[hidden] { display: none; }
.coffee-qr-shell { width: min(320px, 100%); aspect-ratio: 1; margin: 20px auto; padding: 12px; border-radius: 20px; background: white; box-shadow: 0 20px 55px rgba(0,0,0,.34); }
.coffee-qr-shell img { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; }
.coffee-summary { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.coffee-summary div { padding: 12px 14px; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.coffee-summary div:last-child { border-bottom: 0; }
.coffee-summary dt { color: #71877e; font-size: 11px; }
.coffee-summary dd { margin: 0; color: #dce8e3; font-size: 11px; font-weight: 650; text-align: right; word-break: break-word; }
.coffee-back-button { width: 100%; margin-top: 16px; padding: 8px; border: 0; color: var(--green); background: transparent; font-size: 11px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }

@media (max-width: 960px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-mock { grid-template-columns: 62px 1fr; }.style-panel { display: none; }
  .product-section, .product-section.reverse { min-height: 0; grid-template-columns: 1fr; gap: 46px; }.product-section.reverse .product-copy, .product-section.reverse .product-visual { order: initial; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }.capability:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.capability:nth-child(2n) { border-right: 0; }.capability:nth-child(n+5) { border-bottom: 0; }
  .about-card { grid-template-columns: 1fr; }.author-card { max-width: 360px; }
  .download-card { grid-template-columns: auto 1fr; }.download-card .button { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 30px, 1160px); }.nav-shell { width: calc(100% - 28px); height: 64px; }
  .menu-toggle { display: block; }.nav-download { display: none; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 72px; padding: 14px; display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 16px; background: rgba(9,25,20,.97); box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.main-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.main-nav a { padding: 12px; border-radius: 9px; }.main-nav a:hover { background: var(--panel); }
  .hero { padding-top: 122px; }.hero h1 { font-size: clamp(45px, 14vw, 68px); }.hero-copy { font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin-inline: auto; margin-top: 30px; }
  .hero-product { margin-top: 55px; }.editor-mock { min-height: 365px; grid-template-columns: 48px 1fr; }.tool-rail { padding: 14px 7px; }.tool { height: 32px; }.mock-canvas { padding: 20px; }
  .trust-strip { margin-top: 80px; }.trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid div:nth-child(2) { border-right: 0; }.trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.trust-grid div { padding: 24px 12px; }
  .feature-intro, .gallery-section { padding-block: 85px; }.section-heading { display: grid; gap: 22px; }.section-heading h2 { font-size: 40px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 220px; }.feature-icon { margin-bottom: 32px; }
  .product-section { padding-block: 82px; }.product-shot, .shot-placeholder { min-height: 360px; }.shot-placeholder { padding: 22px; }.preview-stack { width: 100%; transform: scale(.8); }.mini-canvas { min-height: 220px; }
  .capability-section { padding-block: 82px; }.capability-grid { grid-template-columns: 1fr; }.capability:nth-child(n) { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }.capability:last-child { border-bottom: 0; }.capability > span { margin-bottom: 32px; }
  .gallery-grid { grid-template-columns: 1fr; }.gallery-shot, .gallery-shot .shot-placeholder { min-height: 280px; }
  .about-section { padding-block: 75px; }.about-card { width: calc(100% - 30px); padding: 30px; gap: 34px; }.download-section { padding-bottom: 75px; }.download-card { padding: 28px; grid-template-columns: 1fr; text-align: center; }.download-card > img { margin: auto; }.download-card .button { grid-column: auto; }
  .footer-shell { padding-block: 26px; flex-direction: column; justify-content: center; text-align: center; }.footer-shell p { margin: 0; }
  .coffee-modal { padding: 12px; }.coffee-dialog { max-height: calc(100vh - 24px); padding: 30px 22px 24px; border-radius: 21px; }.coffee-dialog h2 { font-size: 29px; }
}
