.legal-page{padding-top:72px}.legal-hero{background:var(--warm);border-bottom:1px solid var(--border);padding:4rem 2.5rem 3rem}.legal-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;color:var(--ink);letter-spacing:-.03em;line-height:1.05;margin-top:.5rem}.legal-body{padding:3rem 2.5rem 5rem;max-width:800px!important}.legal-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.legal-section:last-of-type{border-bottom:none}.legal-section h2{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:1rem}.legal-section h3{font-size:.95rem;font-weight:700;color:var(--ink);margin:1.25rem 0 .5rem}.legal-section p{font-size:.9rem;color:#3a3530;line-height:1.8;margin-bottom:.875rem}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:var(--gold);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-section ul{list-style:none;padding:0;margin:.75rem 0 .875rem;display:flex;flex-direction:column;gap:.4rem}.legal-section ul li{font-size:.9rem;color:#3a3530;line-height:1.6;padding-left:1.25rem;position:relative}.legal-section ul li:before{content:"→";position:absolute;left:0;color:var(--gold);font-size:.8rem}.legal-back{margin-top:2.5rem}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:1000;width:calc(100% - 3rem);max-width:720px;background:var(--ink);border-radius:1.25rem;box-shadow:0 8px 48px rgba(0,0,0,.25);animation:cookieSlideUp .4s cubic-bezier(.4,0,.2,1) both}@keyframes cookieSlideUp{0%{opacity:0;transform:translateX(-50%) translateY(24px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.cookie-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.125rem 1.5rem;flex-wrap:wrap}.cookie-text{font-size:.85rem;color:rgba(255,255,255,.75);line-height:1.6;margin:0;flex:1}.cookie-text strong{color:#fff}.cookie-link{color:var(--gold);text-decoration:none}.cookie-link:hover{text-decoration:underline}.cookie-btn{background:var(--gold);color:var(--ink);border:none;border-radius:2rem;padding:.6rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.cookie-btn:hover{background:var(--gold-l);transform:translateY(-1px)}