:root{--ink:#3d3033;--ink-2:#54464a;--paper:#fffaf8;--paper-2:#fbf0ec;--blush:#f6e3de;--rose-soft:#f3dcd8;--muted:#7d6d6c;--line:#f0e1dc;--red:#a8606c;--red-dark:#8e4b57;--gold:#c8a27a;--stitch:#a8606c61;--radius:20px;--shadow:0 14px 40px #78485014;--max:1200px;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Jost", system-ui, -apple-system, Segoe UI, Roboto, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3{font-family:var(--serif);letter-spacing:-.01em;margin:0 0 .5em;font-weight:500;line-height:1.1}h1{font-size:clamp(2.6rem,6.4vw,4.8rem)}h1 em,h2 em{color:var(--red);font-style:italic}h2{font-size:clamp(1.9rem,4vw,2.9rem)}h3{font-size:1.45rem}p{margin:0 0 1em}.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.section{padding:clamp(56px,9vw,110px) 0}.section.dark{background:linear-gradient(180deg, var(--paper-2), var(--blush))}.section.tint{background:var(--paper-2)}.eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--red);margin-bottom:14px;font-size:.76rem;font-weight:500;display:block}.lead{color:var(--muted);max-width:640px;font-size:1.15rem}.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}.btn{font:500 .98rem/1 var(--sans);letter-spacing:.02em;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:15px 28px;text-decoration:none;transition:transform .15s,background .15s,color .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:2px dashed var(--red);outline-offset:3px}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-ink{background:var(--ink);color:#fff}.btn-ghost{border:1.5px solid var(--ink);color:var(--ink);background:0 0}.btn-ghost:hover{background:#fff}.btn-row{flex-wrap:wrap;gap:12px;display:flex}.grid{gap:24px;display:grid}.g2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.g3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.g4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{border-radius:var(--radius);box-shadow:var(--shadow);outline-offset:-8px;background:#fff;outline:1.5px dashed #0000;transition:outline-color .25s;overflow:hidden}.card:hover{outline-color:var(--stitch)}.card-body{padding:18px 20px 22px}.pill{background:var(--paper-2);color:var(--ink-2);border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-block}.pill.red{background:var(--rose-soft);color:var(--red-dark)}.stitch{border:0;border-top:2px dashed var(--stitch);margin:0}.checks{margin:0 0 1.2em;padding:0;list-style:none}.checks li{margin-bottom:10px;padding-left:30px;position:relative}.checks li:before{content:"";background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center/11px no-repeat;border-radius:50%;width:18px;height:18px;position:absolute;top:5px;left:0}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field label{font-size:.9rem;font-weight:600}.field input,.field select,.field textarea{font:inherit;border:1.5px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;width:100%;padding:13px 14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--rose-soft);outline:none}.field .hint{color:var(--muted);font-size:.82rem}.row2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 16px;display:grid}@media (width<=640px){body{font-size:15.5px}.wrap{padding:0 16px}}.announce{background:var(--rose-soft);color:var(--red-dark);text-align:center;letter-spacing:.02em;padding:9px 16px;font-size:.84rem}.site-header{z-index:50;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fffaf8eb;position:sticky;top:0}.bar{justify-content:space-between;align-items:center;height:80px;display:flex}.brand{align-items:center;text-decoration:none;display:flex}.brand img{width:auto;height:62px}@media (width<=900px){.brand img{height:44px}}.nav{align-items:center;gap:26px;display:flex}.nav a:not(.btn){color:var(--ink-2);font-size:.93rem;font-weight:500;text-decoration:none}.nav a:not(.btn):hover,.nav a.active{color:var(--red)}.nav-cta{padding:11px 20px}.menu-btn{cursor:pointer;background:0 0;border:0;width:44px;height:44px;display:none;position:relative}.menu-btn span{background:var(--ink);height:2px;transition:all .2s;position:absolute;left:10px;right:10px}.menu-btn span:first-child{top:17px}.menu-btn span:last-child{top:26px}.menu-open .menu-btn span:first-child{top:21px;transform:rotate(45deg)}.menu-open .menu-btn span:last-child{top:21px;transform:rotate(-45deg)}@media (width<=900px){.menu-btn{display:block}.nav{background:var(--paper);border-bottom:1px solid var(--line);visibility:hidden;z-index:-1;flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 20px;transition:transform .25s,visibility .25s;position:fixed;inset:80px 0 auto;transform:translateY(-120%)}.menu-open .nav{visibility:visible;transform:none}.nav a:not(.btn){border-bottom:1px solid var(--line);padding:14px 4px;font-size:1.05rem}.nav-cta{margin-top:16px}}.site-footer{background:var(--paper-2);color:var(--ink-2);border-top:2px dashed var(--stitch);padding:64px 0 90px}.foot-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:32px;display:grid}.foot-grid h4{font:500 .78rem var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin:8px 0 14px}.foot-grid a{margin-bottom:9px;font-size:.93rem;text-decoration:none;display:block}.foot-grid a:hover{color:var(--red)}.foot-logo{width:170px;margin-bottom:6px}.foot-tag{font-family:var(--serif);color:var(--red);margin-bottom:8px;font-size:1.3rem;font-style:italic}.muted{color:var(--muted);font-size:.93rem}.legal{border-top:1px solid var(--line);color:var(--muted);margin-top:40px;padding-top:20px;font-size:.82rem}@media (width<=800px){.foot-grid{grid-template-columns:1fr 1fr}.foot-grid>div:first-child{grid-column:1/-1}}.wa-float{z-index:60;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:fixed;bottom:84px;right:18px;box-shadow:0 8px 24px #3d303333}.sticky-cta{display:none}@media (width<=720px){.sticky-cta{z-index:55;background:var(--red);color:#fff;text-align:center;border-radius:999px;padding:16px;font-weight:600;text-decoration:none;display:block;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 10px 30px #a8606c59}}@media (width>=721px){.wa-float{bottom:24px}}.popup{background:var(--paper);border:0;border-radius:24px;width:calc(100% - 32px);max-width:420px;padding:0;overflow:hidden}.popup::backdrop{backdrop-filter:blur(3px);background:#3d303373}.popup img{object-fit:cover;width:100%;height:180px}.popup-body{padding:22px 24px 26px}.popup-body p{color:var(--muted);font-size:.95rem}.popup form{flex-direction:column;gap:10px;display:flex}.popup input{font:inherit;border:1.5px solid var(--line);border-radius:10px;padding:13px 14px}.popup-x{cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;width:36px;height:36px;font-size:1.4rem;position:absolute;top:10px;right:12px}
