@font-face { font-family: Figtree; src: url("fonts/Figtree-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: Figtree; src: url("fonts/Figtree-SemiBold.ttf") format("truetype"); font-weight: 600 800; font-display: swap; }
@font-face { font-family: Caprasimo; src: url("fonts/Caprasimo-Regular.ttf") format("truetype"); font-display: swap; }

:root { --ink: oklch(19% .018 260); --muted: oklch(46% .02 260); --paper: oklch(97% .008 90); --rule: oklch(19% .018 260 / .16); --accent: oklch(48% .11 328); --mark: oklch(60% .19 28); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 Figtree, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header, main > section, footer { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); }
.brand, .header-actions { display: flex; align-items: center; }
.brand { gap: 9px; font-size: 14px; font-weight: 700; letter-spacing: -.03em; }.brand img { border-radius: 7px; }
.header-actions { gap: 22px; color: var(--muted); font-size: 13px; }.header-actions a:hover { color: var(--ink); }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--rule); }.language-switcher button { padding: 3px 7px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; }.language-switcher button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.hero { min-height: min(710px, calc(100vh - 76px)); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(40px, 8vw, 120px); padding-block: clamp(70px, 10vw, 130px); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
h1, h2, p { margin-top: 0; } h1, h2 { letter-spacing: -.07em; line-height: .96; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 7.2vw, 102px); font-weight: 600; } h1 em, .privacy em { color: var(--mark); font-family: Caprasimo, serif; font-style: normal; font-weight: 400; letter-spacing: -.045em; }
.intro { max-width: 38ch; margin-bottom: 28px; color: var(--muted); font-size: 18px; }.button { display: inline-flex; gap: 28px; padding: 12px 15px; background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 700; transition: transform .18s ease-out; }.button:hover { transform: translateY(-2px); }.meta { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.product-shot { position: relative; width: min(100%, 470px); justify-self: end; overflow: hidden; border: 1px solid oklch(19% .018 260 / .35); background: oklch(99% .003 90); box-shadow: 14px 16px 0 oklch(48% .11 328 / .14); transform: rotate(1.5deg); }
.window-chrome { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 11px; border-bottom: 1px solid var(--rule); background: oklch(93% .012 90); }.window-chrome i { width: 8px; height: 8px; border-radius: 50%; background: oklch(73% .04 32); }.window-chrome i:nth-child(2) { background: oklch(80% .05 90); }.window-chrome i:nth-child(3) { background: oklch(70% .06 150); }.window-chrome span { margin: 0 auto; padding-right: 35px; color: var(--muted); font-size: 10px; }
.shot-body { position: relative; height: 274px; padding: 32px; background: oklch(94% .012 88); }.copy-lines { display: grid; gap: 10px; width: 46%; }.copy-lines b { height: 7px; background: oklch(35% .018 260 / .4); }.copy-lines b:nth-child(2) { width: 78%; }.copy-lines b:nth-child(3) { width: 92%; }.copy-lines b:nth-child(4) { width: 64%; }
.selection { position: absolute; top: 58px; right: 47px; width: 202px; height: 140px; border: 2px solid var(--mark); }.selection small { position: absolute; top: -21px; right: -2px; padding: 2px 5px; background: var(--mark); color: white; font-size: 9px; }.selection i { position: absolute; width: 7px; height: 7px; border: 2px solid var(--mark); background: var(--paper); }.selection i:nth-of-type(1){top:-5px;left:-5px}.selection i:nth-of-type(2){top:-5px;right:-5px}.selection i:nth-of-type(3){bottom:-5px;left:-5px}.selection i:nth-of-type(4){bottom:-5px;right:-5px}
.arrow { position: absolute; right: 156px; bottom: 44px; width: 102px; height: 2px; background: var(--accent); transform: rotate(-29deg); transform-origin: right; }.arrow::before { content: ""; position: absolute; top: -4px; left: -3px; width: 8px; height: 8px; border-bottom: 2px solid var(--accent); border-left: 2px solid var(--accent); transform: rotate(45deg); }.shot-body p { position: absolute; right: 13px; bottom: 20px; margin: 0; color: var(--accent); font-size: 12px; font-weight: 700; }.tools { height: 42px; display: flex; align-items: center; justify-content: center; gap: 21px; background: var(--ink); color: var(--paper); font-size: 14px; }.tools span:first-child { color: var(--mark); }
.features { padding-block: clamp(80px, 10vw, 132px); border-top: 1px solid var(--rule); }.feature-list { border-top: 1px solid var(--rule); }.feature-list article { display: grid; grid-template-columns: 78px 1fr 1fr; align-items: baseline; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--rule); }.feature-list article > span { color: var(--mark); font-family: Caprasimo, serif; font-size: 18px; }.feature-list h2 { margin: 0; font-size: clamp(28px, 3.4vw, 44px); font-weight: 600; }.feature-list p { margin: 0; color: var(--muted); max-width: 35ch; }
.privacy { display: grid; grid-template-columns: 1fr 1.2fr; gap: 42px; padding-block: clamp(92px, 12vw, 155px); border-top: 1px solid var(--rule); }.privacy h2 { grid-row: span 2; font-size: clamp(44px, 5.5vw, 76px); font-weight: 600; }.privacy > p:last-child { align-self: end; max-width: 40ch; color: var(--muted); font-size: 17px; line-height: 1.65; }
footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 28px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px; } footer > span:first-child { color: var(--ink); font-weight: 700; }
@media (max-width: 720px) { .site-header { min-height: 64px; }.header-actions { gap: 14px; }.header-actions > a { display: none; }.hero { grid-template-columns: 1fr; min-height: 0; gap: 48px; padding-block: 72px; }.product-shot { justify-self: start; width: 94%; }.shot-body { height: 226px; padding: 24px; }.selection { top: 52px; right: 27px; width: 164px; height: 107px; }.arrow { right: 111px; bottom: 36px; width: 76px; }.shot-body p { bottom: 13px; font-size: 10px; }.feature-list article { grid-template-columns: 50px 1fr; gap: 9px 16px; }.feature-list p { grid-column: 2; }.privacy { grid-template-columns: 1fr; gap: 18px; }.privacy h2 { grid-row: auto; }.privacy > p:last-child { font-size: 16px; } footer { flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
