:root{color-scheme:dark;--bg:#060b12;--surface:#0c1622;--line:#24394b;--text:#edf5ff;--muted:#a9bbc9;--accent:#6adeff;--blue:#1f84cf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 system-ui,-apple-system,Segoe UI,sans-serif}a{color:var(--accent);text-underline-offset:5px}button,input,textarea{font:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;top:-80px;padding:12px;background:white;color:#000;z-index:10}.skip:focus{top:0}.wrap{width:min(1280px,calc(100% - 80px));margin:auto}.top{border-bottom:1px solid var(--line);background:#060b12ee}.top .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:96px}.brand{text-decoration:none;color:var(--text);display:flex;align-items:center;gap:16px}.brand .glyph{font-size:23px;letter-spacing:-8px;line-height:1;color:var(--accent);padding-right:8px;font-weight:850;transform:translateY(-2px)}.brand strong{display:block;line-height:1.1;font-size:16px;letter-spacing:.075em}.brand small{display:block;font-size:11px;letter-spacing:.31em;margin-top:7px;color:var(--muted)}nav{display:flex;align-items:center;gap:27px}nav a{font-size:14px;text-decoration:none;color:var(--muted)}nav a:hover{color:white}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:50px;padding:12px 22px;border:1px solid #415568;border-radius:4px;text-decoration:none;color:var(--text);font-size:15px;font-weight:650;background:#101d2a;transition:background .2s,transform .2s}.btn:hover{background:#1b3145;transform:translateY(-2px)}.btn.primary{background:var(--accent);color:#06111b;border-color:var(--accent)}.btn.primary:hover{background:#a1ecff}.btn.slim{min-height:42px;padding:8px 15px;font-size:14px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.17em;color:var(--accent);font-weight:650;display:flex;align-items:center;gap:10px;margin:0 0 24px}.eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5.8vw,79px);line-height:1.04;letter-spacing:-.047em;font-weight:720;margin-bottom:27px}h1 span{color:var(--accent)}h2{font-size:clamp(30px,3.3vw,46px);line-height:1.12;letter-spacing:-.035em;margin-bottom:20px}h3{font-size:21px;line-height:1.28;letter-spacing:-.02em;margin-bottom:12px}.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:36px;min-height:650px;padding:64px 0 52px}.hero-copy{position:relative;z-index:1}.hero-copy>p:not(.eyebrow){font-size:19px;color:var(--muted);max-width:590px;margin-bottom:28px}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero .note{font-size:14px;color:var(--muted);margin:18px 0 0}.art{position:relative;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.art img{width:100%;display:block;aspect-ratio:1;object-fit:cover;mix-blend-mode:screen;margin-top:-22px}.art figcaption{display:flex;justify-content:center;align-items:center;gap:17px;color:var(--muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-top:-40px;position:relative}.art figcaption b{color:var(--accent);font-weight:400}.proofline{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);margin-bottom:0}.proofline div{padding:23px 26px;border-right:1px solid var(--line);font-size:14px;color:var(--muted)}.proofline div:first-child{padding-left:0}.proofline div:last-child{border-right:0}.proofline strong{display:block;color:var(--text);font-size:17px;font-weight:550;margin-bottom:3px}.section{padding:76px 0}.section+.section{border-top:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-head h2{max-width:690px;margin-bottom:0}.section-head>p{max-width:380px;color:var(--muted);margin-bottom:0}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.service{background:var(--surface);padding:32px 30px;display:flex;flex-direction:column}.service .num{display:flex;justify-content:space-between;font-size:14px;color:var(--accent);margin-bottom:45px}.service .num span:last-child{font-size:28px;line-height:1}.service p{color:var(--muted);margin-bottom:24px}.service .detail{border-top:1px solid var(--line);padding-top:18px;margin-top:auto;color:#d4e2ee;font-size:14px}.hint{font-size:14px;color:var(--muted);margin:18px 0 0}.example{background:linear-gradient(120deg,#0b2033,#0b121c);border:1px solid #304d66;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:55px}.example .eyebrow{margin-bottom:18px}.example p{color:var(--muted);max-width:510px}.example .btn{margin-top:12px}.workflow{display:flex;flex-direction:column;justify-content:center}.flow-step{display:grid;grid-template-columns:32px 1fr auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #2c465a}.flow-step:last-child{border:0}.flow-step .stepnum{font-size:12px;color:var(--accent);border:1px solid #3a637c;width:28px;height:28px;display:grid;place-items:center}.flow-step strong{font-size:16px;font-weight:550}.flow-step small{color:var(--muted);font-size:14px;display:block}.flow-step .arrow{font-size:23px;color:var(--accent)}.about{display:grid;grid-template-columns:225px 1fr 1fr;gap:40px;align-items:start}.portrait{width:100%;max-width:225px;aspect-ratio:1;object-fit:cover;filter:saturate(.8);border-radius:4px}.about h2{font-size:35px}.about p{color:var(--muted)}.about .eyebrow{font-size:12px;color:var(--accent)}.offer{padding:28px;border:1px solid var(--line);background:#0b1622}.offer .price{font-size:46px;color:white;line-height:1.2;letter-spacing:-.04em;margin-bottom:8px}.offer .price span{font-size:16px;color:var(--muted);letter-spacing:0}.offer p{font-size:15px}.offer .terms{padding-top:18px;border-top:1px solid var(--line);font-size:14px;margin-bottom:0;color:#c9d9e6}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.process .count{font-size:14px;letter-spacing:.08em;color:var(--accent);display:block;margin-bottom:18px}.process p{color:var(--muted);margin-bottom:0}.contact{padding:50px;background:#102a3e;border:1px solid #39637e;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.contact h2{max-width:650px}.contact p{color:#b9cbd9}.contact .eyebrow{color:var(--accent)}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-actions .hint{margin:0 0 15px;font-size:13px}.contact-actions>a:not(.btn){font-size:17px}footer{border-top:1px solid var(--line);margin-top:70px;padding:35px 0;color:var(--muted);font-size:13px}footer .wrap{display:flex;justify-content:space-between;align-items:center;gap:25px}footer .brand strong{font-size:14px}footer .brand small{font-size:10px}footer p{margin:0}footer .links{display:flex;gap:22px}footer .links a{color:var(--muted)}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero{gap:14px;padding-top:45px;min-height:570px}.hero h1{font-size:62px}.hero .actions .btn{padding:12px 15px}.about{grid-template-columns:160px 1fr;gap:28px}.offer{grid-column:2}.section{padding:55px 0}.example{gap:30px}.art{margin:0}.section-head{gap:25px}nav{gap:18px}.contact{gap:30px;padding:36px}.service{padding:25px}}@media(max-width:740px){.wrap{width:calc(100% - 36px)}.top .wrap{min-height:82px;gap:10px}.brand{gap:10px}.brand strong{font-size:13px}.brand small{font-size:9px;letter-spacing:.22em}.brand .glyph{font-size:19px;letter-spacing:-7px}nav .optional{display:none}nav .btn{font-size:12px;padding:7px 11px;min-height:39px}.hero{grid-template-columns:1fr;padding:42px 0 20px;gap:0}.hero h1{font-size:clamp(43px,10vw,64px)}.hero-copy>p:not(.eyebrow){font-size:17px}.hero .note{font-size:13px}.art{max-width:430px;width:100%;margin:-4px auto 0}.art img{margin-top:0;max-height:360px}.art figcaption{margin-top:-30px;margin-bottom:26px;font-size:10px;gap:15px}.proofline{grid-template-columns:1fr}.proofline div,.proofline div:first-child{padding:15px 0;border-right:0;border-bottom:1px solid var(--line);display:flex;gap:12px;align-items:baseline;justify-content:space-between;font-size:12px}.proofline div:last-child{border-bottom:0}.proofline strong{font-size:14px;margin:0}.section{padding:42px 0}.section-head{display:block;margin-bottom:27px}.section-head>p{margin-top:18px;max-width:100%}.services,.example,.process,.contact{grid-template-columns:1fr}.service{padding:25px}.service .num{margin-bottom:20px}.example{padding:26px;gap:20px}.about{grid-template-columns:1fr}.portrait{width:115px}.offer{grid-column:auto}.about h2{font-size:31px}.process{gap:28px}.process article{padding-bottom:24px;border-bottom:1px solid var(--line)}.process article:last-child{border:0;padding:0}.contact{padding:28px;gap:20px}.contact h2{font-size:33px}footer{margin-top:45px}footer .wrap{flex-direction:column;align-items:flex-start}.actions .btn{font-size:14px;min-height:48px}.eyebrow{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}.btn:hover{transform:none}}
/* Keep HTML image dimensions from forcing a tall hero; fit small-phone navigation. */
.art{margin:0;align-self:center}.art img,.portrait{height:auto}
@media(max-width:400px){.top .brand strong{font-size:11px;letter-spacing:.035em}.top .brand small{display:none}.top nav{flex-shrink:0}.top nav .btn{font-size:11px;gap:8px;padding:7px 9px}}
