@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap");

:root { --ink: #17231f; --muted: #65716b; --paper: #f6f3ec; --mint: #b8e5cf; --coral: #ef765b; --line: #d9ded6; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .45; background-image: radial-gradient(#cbd2c9 0.7px, transparent .7px); background-size: 17px 17px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.site-header, main, footer { width: min(1160px, calc(100% - 64px)); margin-inline: auto; position: relative; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1.5px solid var(--ink); border-radius: 50%; color: var(--coral); font: 600 16px "Playfair Display", serif; font-style: italic; transform: rotate(-10deg); }
.text-link { color: var(--ink); font: 11px "DM Mono", monospace; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }.text-link:hover { color: var(--coral); }
.hero { min-height: 610px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; padding: 80px 0 90px; }
.eyebrow { margin: 0 0 22px; color: var(--coral); font: 500 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--coral); }
h1, h2, p { margin-top: 0; } h1 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; } h1 em { color: var(--coral); font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.07em; }
.hero-text { max-width: 465px; color: var(--muted); font-size: 16px; line-height: 1.75; }.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 35px; }.download-button { display: flex; align-items: center; gap: 13px; padding: 13px 18px; color: var(--ink); background: var(--mint); border: 1px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); text-decoration: none; transition: transform .15s, box-shadow .15s; }.download-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }.download-icon { font-size: 26px; line-height: .7; }.download-button strong, .download-button small { display: block; }.download-button strong { font-size: 12px; }.download-button small { margin-top: 4px; font: 10px "DM Mono", monospace; }.compatibility { color: var(--muted); font: 10px/1.5 "DM Mono", monospace; text-transform: uppercase; }
.hero-visual { position: relative; height: 450px; }.paper-shadow, .paper { position: absolute; inset: 23px 25px 27px 35px; transform: rotate(4deg); }.paper-shadow { background: var(--coral); transform: rotate(-3deg); }.paper { padding: 27px 31px; background: #fffdf8; border: 1px solid #dedbd2; box-shadow: 0 20px 35px #425c4d22; }.paper-top { display: flex; gap: 5px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 14px; }.paper-dot { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; }.paper-label { margin-left: auto; color: #9ba39c; font: 9px "DM Mono", monospace; }.paper-kicker { margin: 37px 0 9px; color: var(--coral); font: 10px "DM Mono", monospace; letter-spacing: .08em; }.paper h2 { font-size: 31px; line-height: 1.06; letter-spacing: -.06em; }.paper h2 span { color: var(--muted); font-family: "Playfair Display", serif; font-style: italic; font-weight: 600; }.paper-line { width: 73%; height: 5px; margin: 10px 0; background: #e1e5dd; }.paper-line.long { width: 91%; }.paper-line.medium { width: 52%; }.selection { position: absolute; left: 58px; top: 252px; padding: 6px 9px; color: var(--ink); background: #b8e5cfaa; font: 600 15px/1.35 "Playfair Display", serif; }.selection span { color: var(--coral); }.selection b { position: absolute; right: -3px; bottom: -5px; width: 2px; height: 23px; background: var(--coral); }.translate-popover { position: absolute; right: -35px; bottom: 45px; width: 176px; padding: 14px; background: var(--ink); color: #fffdf8; box-shadow: 8px 8px 0 var(--coral); font-size: 11px; }.translate-popover span, .translate-popover strong { font: 10px "DM Mono", monospace; color: var(--mint); }.translate-popover i { padding: 0 8px; color: #83948b; font-style: normal; }.translate-popover p { margin: 12px 0 0; font: 17px/1.2 "Playfair Display", serif; }.translate-popover .sound { float: right; margin-top: -18px; color: var(--coral); font-size: 17px; }.visual-note { position: absolute; bottom: 0; left: 0; color: var(--muted); font: 10px "DM Mono", monospace; text-transform: uppercase; }.visual-note span { color: var(--coral); margin-right: 9px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.features article { padding: 34px 38px 38px 0; border-right: 1px solid var(--line); }.features article:not(:first-child) { padding-left: 38px; }.features article:last-child { border-right: 0; }.feature-number { color: var(--coral); font: 11px "DM Mono", monospace; }.features h2 { margin: 26px 0 10px; font-size: 18px; letter-spacing: -.04em; }.features p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.install-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 95px 0 105px; }.install-section h2 { font-size: 42px; line-height: 1.05; letter-spacing: -.06em; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { display: flex; align-items: flex-start; gap: 20px; padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }.steps li > span { display: grid; flex: 0 0 28px; place-items: center; width: 28px; height: 28px; color: var(--paper); background: var(--ink); border-radius: 50%; font: 11px "DM Mono", monospace; }.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.steps strong { color: var(--ink); }.steps code { padding: 2px 4px; background: #e6e9e2; color: var(--ink); font: 11px "DM Mono", monospace; }
footer { display: flex; justify-content: space-between; padding: 22px 0 30px; color: #8b958d; font: 9px "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
@media (max-width: 760px) { .site-header, main, footer { width: min(100% - 36px, 560px); }.site-header { height: 72px; }.text-link { font-size: 9px; }.hero { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding: 60px 0 68px; }.hero-visual { height: 390px; }.paper-shadow, .paper { inset: 18px 18px 24px 20px; }.paper { padding: 22px; }.paper h2 { font-size: 26px; }.selection { left: 37px; top: 215px; font-size: 13px; }.translate-popover { right: -16px; bottom: 35px; }.features { display: block; }.features article, .features article:not(:first-child) { padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }.features article:last-child { border-bottom: 0; }.install-section { display: block; padding: 70px 0 65px; }.install-section h2 { font-size: 36px; }.steps { margin-top: 40px; }footer { display: block; line-height: 2; } }