:root { --ink:#23191a; --paper:#fffaf6; --muted:#786d6d; --line:#e6d9d3; --coral:#db765f; --plum:#593b46; --rose:#f5ddd5; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; min-width:320px; background:var(--paper); color:var(--ink); } a { color:inherit; text-decoration:none; } button { font:inherit; cursor:pointer; }
.site-header,.hero,.signal-row,.why,.steps,.closing,footer { width:min(1160px,calc(100% - 48px)); margin-inline:auto; }
.site-header { min-height:82px; display:flex; align-items:center; gap:28px; border-bottom:1px solid var(--line); }.brand { display:inline-flex; align-items:center; gap:10px; font-weight:800; letter-spacing:0; }.brand i { color:var(--coral); font-style:normal; }.brand-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--coral); color:#fffaf6; font-family:Georgia,serif; font-size:19px; font-weight:400; }.site-header nav { display:flex; gap:28px; margin-left:auto; }.site-header nav a { color:var(--muted); font-size:14px; }.quiet-action { padding:9px 15px; border:1px solid var(--ink); border-radius:5px; background:transparent; color:var(--ink); font-size:13px; font-weight:700; }
.hero { min-height:630px; display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:44px; }.hero-copy { padding-block:90px; }.eyebrow { margin:0 0 16px; color:var(--coral); font-size:11px; font-weight:800; letter-spacing:1.5px; } h1,h2,h3,p { margin-top:0; } h1 { max-width:610px; margin-bottom:20px; font-family:Georgia,'Times New Roman',serif; font-size:clamp(44px,5.7vw,75px); line-height:.98; letter-spacing:0; } .lede { max-width:470px; color:var(--muted); font-size:17px; line-height:1.62; }.hero-actions { display:flex; align-items:center; gap:18px; margin-top:33px; }.primary-action { min-height:56px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:10px 18px; border:0; border-radius:5px; background:var(--coral); color:#fffdf8; font-size:15px; font-weight:800; box-shadow:0 13px 26px rgba(126,55,46,.16); transition:transform 180ms ease,background 180ms ease; }.primary-action:hover,.primary-action:focus-visible { transform:translateY(-2px); background:#cb684f; }.primary-action span { padding-left:10px; border-left:1px solid rgba(255,255,255,.38); font-size:11px; }.hero-actions p { max-width:135px; margin:0; color:var(--muted); font-size:12px; line-height:1.4; }.hero-visual { overflow:hidden; border-radius:8px; box-shadow:0 28px 62px rgba(64,29,23,.19); }.hero-visual img { display:block; width:100%; min-height:484px; object-fit:cover; object-position:center; }
.signal-row { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.signal-row p { min-height:94px; display:flex; align-items:center; gap:13px; padding:20px; margin:0; border-left:1px solid var(--line); font-size:14px; }.signal-row p:first-child { border-left:0; }.signal-row b,.steps strong { color:var(--coral); font-size:12px; }
.why { display:grid; grid-template-columns:1fr .8fr; gap:100px; padding-block:125px; }.why h2,.closing h2 { margin-bottom:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(34px,4.2vw,57px); line-height:1.04; }.why-copy { align-self:end; margin:0; color:var(--muted); font-size:17px; line-height:1.68; }.steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }.steps article { min-height:260px; padding:34px 28px 28px 0; border-right:1px solid var(--line); }.steps article+article { padding-left:28px; }.steps article:last-child { border-right:0; }.steps h3 { margin:35px 0 11px; font-size:20px; line-height:1.2; }.steps p { max-width:265px; margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.closing { padding-block:126px; text-align:center; border-top:1px solid var(--line); }.closing h2 { max-width:650px; margin:0 auto 30px; } footer { min-height:100px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }.mobile-download { display:none; }
@media (max-width:760px) { .site-header,.hero,.signal-row,.why,.steps,.closing,footer { width:min(100% - 32px,620px); }.site-header { min-height:70px; }.site-header nav,.quiet-action { display:none; }.hero { min-height:auto; grid-template-columns:1fr; gap:0; padding-block:30px 58px; }.hero-visual { order:1; }.hero-copy { order:2; padding:30px 0 0; } .hero-visual img { min-height:0; aspect-ratio:1.17; object-position:center; } h1 { font-size:clamp(40px,11.5vw,56px); }.lede { font-size:16px; }.hero-actions { margin-top:26px; }.hero-actions .primary-action,.mobile-download .primary-action { width:100%; }.hero-actions p { display:none; }.signal-row { grid-template-columns:1fr; }.signal-row p { min-height:61px; padding:13px 0; border-left:0; border-top:1px solid var(--line); }.signal-row p:first-child { border-top:0; }.why { grid-template-columns:1fr; gap:24px; padding-block:76px; }.why-copy { font-size:16px; }.steps { grid-template-columns:1fr; }.steps article,.steps article+article { min-height:auto; padding:27px 0; border-right:0; border-bottom:1px solid var(--line); }.steps h3 { margin:23px 0 10px; }.closing { padding:76px 0 95px; }.closing .primary-action { width:100%; max-width:360px; } footer { min-height:85px; margin-bottom:74px; } footer p { display:none; }.mobile-download { display:block; position:fixed; z-index:10; right:0; bottom:0; left:0; padding:10px 16px; border-top:1px solid var(--line); background:rgba(255,250,246,.94); backdrop-filter:blur(14px); } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.001ms!important; } }
