:root { --cream:#f7f1e7; --paper:#fffdf8; --espresso:#2b1d17; --roast:#6b5146; --terra:#a94f36; --line:rgba(107,81,70,.22); }
 [hidden] { display:none !important; }
* { box-sizing:border-box; } html { background:var(--cream); } body { margin:0; background:var(--cream); color:var(--espresso); font-family:Arial,Helvetica,sans-serif; } a { color:inherit; text-decoration:none; } button,a:focus-visible { outline:3px solid var(--terra); outline-offset:4px; }
.shell { max-width:1240px; margin:auto; padding:0 32px; }.header { min-height:90px; display:flex; align-items:center; gap:28px; border-bottom:1px solid var(--line); }.brand { display:flex; align-items:center; gap:10px; font:700 1.35rem Georgia,serif; letter-spacing:-.04em; }.brand-mark { display:grid; place-items:center; width:27px; height:27px; color:var(--paper); background:var(--terra); border-radius:50% 50% 50% 12%; font:700 1.15rem Georgia,serif; }.nav { display:flex; gap:20px; margin-left:auto; color:var(--roast); font-size:.92rem; }.nav a { padding:8px 0; border-bottom:1px solid transparent; }.nav a[aria-current=page] { color:var(--espresso); border-color:var(--terra); }.language { display:flex; padding:3px; border:1px solid var(--line); border-radius:99px; }.language button { border:0; border-radius:99px; padding:6px 9px; color:var(--roast); background:transparent; font-size:.68rem; font-weight:700; letter-spacing:.08em; cursor:pointer; }.language button[aria-pressed=true] { color:var(--paper); background:var(--espresso); }
.eyebrow { margin:0 0 18px; color:var(--terra); font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; } h1,h2,h3 { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:500; letter-spacing:-.055em; } p { margin-top:0; }.hero { min-height:620px; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }.hero h1,.legal h1,.support h1 { max-width:700px; margin-bottom:28px; font-size:clamp(3.4rem,7vw,6.8rem); line-height:.93; }.lead { max-width:530px; color:var(--roast); font-size:1.15rem; line-height:1.6; }.soon,.email-action { display:inline-flex; min-height:48px; margin-top:18px; padding:0 20px; align-items:center; justify-content:center; border:0; border-radius:8px; color:var(--paper); background:var(--terra); font:700 .88rem Arial,sans-serif; }.soon { opacity:.88; cursor:not-allowed; }.note { margin-top:15px; color:var(--roast); font-size:.86rem; line-height:1.5; }.art { position:relative; min-height:420px; display:grid; place-items:center; }.art:before { content:""; position:absolute; width:min(100%,480px); aspect-ratio:1; border-radius:50%; background:#ecd7c7; transform:rotate(16deg); }.art img { position:relative; width:min(80%,390px); border-radius:24%; box-shadow:0 36px 70px rgba(43,29,23,.17); }.art p { position:absolute; bottom:22px; color:var(--roast); font-size:.84rem; letter-spacing:.08em; text-transform:uppercase; }.intro { max-width:670px; padding:120px 0 60px; }.intro h2 { font-size:clamp(2.25rem,4vw,4rem); line-height:1; }.intro p:last-child { max-width:480px; color:var(--roast); line-height:1.7; }.features { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding-bottom:120px; }.feature { min-height:260px; padding:26px; border:1px solid var(--line); border-radius:16px; background:var(--paper); }.feature span { color:var(--terra); font-size:.76rem; font-weight:700; letter-spacing:.1em; }.feature h3 { margin:58px 0 12px; font-size:1.85rem; }.feature p,.legal article p,.support .lead { color:var(--roast); line-height:1.7; font-size:.94rem; }.legal,.support { max-width:760px; padding:100px 0 130px; }.legal .intro-copy,.support .lead { margin-bottom:54px; font-size:1.08rem; }.legal article { padding:28px 0; border-top:1px solid var(--line); }.legal h2 { margin-bottom:10px; font-size:1.65rem; }.footer { display:flex; justify-content:space-between; gap:20px; padding:32px 0 42px; border-top:1px solid var(--line); color:var(--roast); font-size:.85rem; }.footer p { margin:0; }.footer a { text-decoration:underline; text-underline-offset:4px; }
@media(max-width:760px){.shell{padding:0 20px}.header{min-height:auto;padding:18px 0;flex-wrap:wrap;gap:14px}.nav{order:3;width:100%;margin-left:0;gap:16px;overflow-x:auto}.hero{grid-template-columns:1fr;min-height:auto;padding:72px 0 50px;gap:10px}.art{min-height:330px}.art img{width:270px}.intro{padding:78px 0 40px}.features{grid-template-columns:1fr;padding-bottom:80px}.feature{min-height:210px}.feature h3{margin-top:34px}.legal,.support{padding:70px 0 90px}.footer{flex-direction:column;align-items:flex-start}}
