*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#3b2e3b;background:#faf5ed;font:18px/1.7 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-underline-offset:4px}header,main,footer{max-width:1100px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;align-items:center;gap:24px}nav{display:flex;gap:24px;flex-wrap:wrap}header a{text-decoration:none;font-size:14px}.brand{display:flex;align-items:center;gap:13px;letter-spacing:3px}.brand img{width:42px;height:42px;border-radius:12px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center;padding:60px 0 90px}h1,h2,h3{font-family:Georgia,serif;font-weight:400;line-height:1.12}h1{font-size:clamp(46px,6vw,76px);letter-spacing:-2px;margin:20px 0 28px}h2{font-size:36px}h3{font-size:26px}.eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#736373}.sub{color:#736373;max-width:520px}.quote{aspect-ratio:4/5;border-radius:35px;background:radial-gradient(ellipse at 90% 100%,#a27379,transparent),linear-gradient(145deg,#2e193d,#674268);color:#fff0d9;display:flex;flex-direction:column;justify-content:space-between;padding:40px;box-shadow:0 30px 60px #371d3214}.quote p{font:38px/1.3 Georgia,serif}.quote small{font-size:10px;letter-spacing:4px}.button{display:inline-block;background:#38203c;color:#fff0d9;border-radius:40px;padding:14px 24px;text-decoration:none;margin-top:12px;font-size:15px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;border-top:1px solid #ded4d7;padding:30px 0}.features p{font-size:16px;color:#736373}.legal{max-width:760px}.legal p{margin:0 0 26px}footer{border-top:1px solid #ded4d7;font-size:13px;color:#736373;display:flex;justify-content:space-between;gap:20px;margin-top:60px}details{padding:20px 0;border-bottom:1px solid #ded4d7}summary{font-weight:600;cursor:pointer}details p{font-size:16px}a:focus-visible,summary:focus-visible{outline:3px solid #9a597a;outline-offset:6px}@media(max-width:700px){header,main,footer{padding:22px}.hero{grid-template-columns:1fr;gap:35px;padding:20px 0 40px}.quote{max-width:430px;aspect-ratio:1}.quote p{font-size:32px}.features{grid-template-columns:1fr;gap:0}nav{gap:14px}footer{flex-direction:column}.brand{letter-spacing:1px;font-size:12px}h1{letter-spacing:-1px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}