:root{--cream:#fffaf1;--warm:#f7efe2;--terracotta:#e65324;--teal:#083f4c;--ink:#12333c;--shadow:0 24px 60px rgba(8,63,76,.16)}*{box-sizing:border-box}body{margin:0;background:var(--warm);color:var(--ink);font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}.site{max-width:1280px;margin:24px auto;background:var(--cream);box-shadow:var(--shadow);overflow:hidden;border-radius:18px}.container{width:min(900px,calc(100% - 40px));margin:auto}.serif{font-family:'Playfair Display',Georgia,serif}.back{font-weight:900;color:var(--teal)}.hero{padding:70px 0 35px;text-align:center;background:linear-gradient(100deg,#fffaf1 0%,#fbefd7 55%,#cbeaf2 100%)}.eyebrow{color:var(--terracotta);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px;margin-bottom:14px}h1{font-size:58px;line-height:1;margin:0 0 20px;color:var(--teal);letter-spacing:-.04em}.content{padding:55px 0 75px}h2{color:var(--teal);font-size:28px;margin:34px 0 12px}p,li{color:#42636c;line-height:1.75;font-size:16px}ul{padding-left:22px}.notice{background:#fff;border:1px solid rgb(8 63 76 / .08);border-radius:18px;padding:22px;margin:28px 0;box-shadow:0 12px 30px rgb(8 63 76 / .06)}@media(max-width:900px){.site{margin:0;border-radius:0}h1{font-size:42px}}