/* Shared styles for Menvex legal pages — matches the store aesthetic */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Manrope',system-ui,sans-serif;color:#14110F;background:#FBFAF7;-webkit-font-smoothing:antialiased;line-height:1.65}
a{color:#8E2436;text-decoration:none}
a:hover{text-decoration:underline}
::selection{background:#8E2436;color:#fff}

.lp-nav{position:sticky;top:0;z-index:5;background:rgba(251,250,247,.92);backdrop-filter:blur(12px);border-bottom:1px solid #EAE3DA;padding:15px 24px}
.lp-nav-inner{max-width:820px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.lp-logo{font-family:'Manrope';font-weight:800;letter-spacing:.22em;font-size:17px;color:#14110F}
.lp-logo:hover{text-decoration:none}
.lp-back{font-size:13.5px;font-weight:700;color:#8E2436}

.lp-wrap{max-width:820px;margin:0 auto;padding:44px 24px 80px}
.lp-kicker{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#8E2436;margin-bottom:12px}
h1{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(30px,5vw,44px);letter-spacing:-.02em;line-height:1.08;margin:0 0 8px}
.lp-updated{font-size:13px;color:#8A8177;margin-bottom:34px}
h2{font-family:'Newsreader',serif;font-weight:500;font-size:24px;letter-spacing:-.01em;margin:34px 0 10px;color:#14110F}
h3{font-family:'Manrope';font-weight:800;font-size:15.5px;margin:22px 0 8px;color:#14110F}
p,li{font-size:15px;color:#3F3A34;margin:0 0 14px}
ul,ol{padding-left:22px;margin:0 0 14px}
li{margin-bottom:7px}
strong{color:#14110F}
.lp-note{background:#F4EFE9;border:1px solid #EAE3DA;border-radius:14px;padding:16px 18px;font-size:14px;color:#5E574F;margin:0 0 22px}
.lp-fine{font-size:12.5px;color:#8A8177;line-height:1.6}
.lp-btn{display:inline-block;background:#8E2436;color:#fff;font-weight:800;font-size:14.5px;padding:13px 24px;border-radius:11px;margin:6px 0 8px}
.lp-btn:hover{background:#7d1f30;text-decoration:none;color:#fff}

.lp-foot{border-top:1px solid #EAE3DA;margin-top:44px;padding-top:24px;font-size:12.5px;color:#8A8177}
.lp-foot-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:16px}
.lp-foot-links a{color:#8A8177;font-weight:600}
.lp-foot-fb{font-size:11.5px;color:#9A938B;line-height:1.6;margin-top:12px}
