@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--purple:#361849;--gold:#bd8b32;--cream:#fffaf2;--ink:#2b2330;--muted:#685d6b}*{box-sizing:border-box}html{font-size:16px}body{color:var(--ink);background:#f9f5ef;margin:0;font:1rem/1.5 DM Sans,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.shell{max-width:1180px;margin:auto;padding:0 26px}.site-header{background:var(--purple);color:#fff}.header-inner{justify-content:space-between;align-items:center;height:78px;display:flex}.brand{letter-spacing:.27em;flex-direction:column;font-size:.62rem;font-weight:700;line-height:1.1;display:flex}.brand .script{letter-spacing:-.04em;color:#f0cd86;font:italic 700 1.8rem Georgia,serif}.site-header a{border:1px solid #a886b8;border-radius:30px;padding:9px 16px;font-size:.875rem;text-decoration:none}.topline{color:#754990;letter-spacing:.13em;border-bottom:1px solid #d6b471;justify-content:space-between;gap:12px;padding:22px 0 12px;font-size:.78rem;font-weight:700;display:flex}.intro{justify-content:space-between;align-items:center;gap:30px;padding:40px 0 44px;display:flex}.intro>div:first-child{max-width:720px}.kicker{letter-spacing:.18em;color:#a27626;margin:0 0 12px;font-size:.78rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Playfair Display,Georgia,serif;line-height:1.09}h1{letter-spacing:-.045em;margin-bottom:17px;font-size:clamp(2.8rem,5.5vw,5.2rem)}h1 em{color:#68417c}.intro p:last-child{color:var(--muted);max-width:610px;margin:0;font-size:1.1rem}.date-tile{background:var(--purple);color:#eac676;letter-spacing:.12em;border-radius:22px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:140px;height:150px;font-size:.85rem;line-height:1.1;display:flex;transform:rotate(5deg);box-shadow:12px 12px #e8d4ac}.date-tile strong{letter-spacing:-.06em;color:#fff;font:700 4.2rem Playfair Display,Georgia,serif}.columns{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:34px;padding-bottom:70px;display:grid}h2{margin-bottom:8px;font-size:2rem}.section-note{color:var(--muted);margin-bottom:22px}.meal-list{gap:13px;display:grid}.meal{background:#fff;border:1px solid #eadcc8;border-radius:19px;justify-content:space-between;gap:20px;padding:23px;display:flex;box-shadow:0 9px 30px #3018490c}.meal h3{margin-bottom:6px;font:600 1.4rem Playfair Display,Georgia,serif}.meal p{color:var(--muted);margin:0}.meal-control{text-align:right;white-space:nowrap;flex-direction:column;align-items:flex-end;gap:14px;display:flex}.meal-control>strong{color:var(--purple);font-size:1.32rem}.stepper{border:1px solid #d5bedf;border-radius:30px;align-items:center;display:flex;overflow:hidden}.stepper button{color:var(--purple);background:#f4eefa;border:0;width:35px;height:35px;font-size:1.3rem}.stepper button:disabled{opacity:.4;cursor:default}.stepper span{text-align:center;min-width:30px;font-weight:700}.upgrade{background:#fff;border:1px solid #e6d8eb;border-radius:19px;margin-top:20px;padding:22px}.upgrade h3{margin-bottom:3px;font-size:1.17rem}.upgrade p{color:var(--muted);font-size:.9rem}.upgrade-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.upgrade-grid label{cursor:pointer;border:1px solid #d9c9e3;border-radius:10px;align-items:center;gap:8px;padding:11px;font-size:.9rem;display:flex}.upgrade-grid label.chosen{background:#f7f0fa;border:2px solid #694079}.upgrade-grid input{accent-color:var(--purple)}.upgrade-grid strong{color:var(--purple);white-space:nowrap;margin-left:auto}.small-note{color:var(--muted);margin-top:17px;font-size:.87rem}.checkout-card{background:var(--purple);color:#fff;border-radius:24px;padding:27px;position:sticky;top:20px;box-shadow:0 24px 45px #30184924}.checkout-card h2{margin-bottom:21px}.summary{color:#eee1f1;min-height:62px}.summary p{margin:0}.summary-row{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.summary-row strong{white-space:nowrap}.total{border-top:1px solid #7c5b88;justify-content:space-between;padding:17px 0 20px;font-size:1.35rem;font-weight:700;display:flex}.checkout-card form label{margin:0 0 13px;font-size:.88rem;font-weight:700;display:block}.checkout-card input{color:#23152b;background:#fff;border:2px solid #0000;border-radius:9px;width:100%;margin-top:5px;padding:11px 12px;display:block}.checkout-card input:focus{outline:3px solid #e6bc73}.pay{color:#2f1743;background:#eac572;border:0;border-radius:30px;width:100%;margin-top:7px;padding:14px 18px;font-weight:700}.pay:disabled{opacity:.65;cursor:default}.error{color:#ffe4bd;margin:12px 0 0}.terms{color:#e2d3e9;margin:16px 0 0;font-size:.82rem}.calendar{border-top:1px solid #e4d4bc;grid-template-columns:1fr 260px;align-items:center;gap:30px;padding:42px 0 65px;display:grid}.calendar p:not(.kicker){color:var(--muted)}.calendar img{border:1px solid #eadcc8;border-radius:12px;width:100%;display:block;box-shadow:0 10px 30px #30184918}footer{background:var(--purple);color:#e6d8ec;padding:23px 0;font-size:.875rem}footer a{color:#f0cd86}@media (max-width:880px){.columns{grid-template-columns:1fr}.checkout-card{position:static}.date-tile{width:110px;height:120px}.date-tile strong{font-size:3rem}}@media (max-width:550px){.shell{padding:0 18px}.intro{align-items:flex-start;padding:30px 0}.intro h1{font-size:3rem}.date-tile{display:none}.topline{font-size:.69rem}.meal{padding:17px}.meal h3{font-size:1.23rem}.meal p{font-size:.9rem}.upgrade-grid{grid-template-columns:1fr}.calendar{grid-template-columns:1fr 150px;gap:12px}.calendar h2{font-size:1.5rem}}.upgrade-list{gap:10px;display:grid}.upgrade-row{background:#fcf9fd;border:1px solid #e1d4e5;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:10px 12px;display:flex}.upgrade-row>span{font-weight:600}.upgrade-row strong{color:#70477e;white-space:nowrap;font-size:.83rem}.upgrade-row .stepper{flex:none}.meal-price{color:var(--purple);white-space:nowrap;font-size:1.35rem}.checkout-card .kicker{color:#eac572}.checkout-copy{color:#f2e8f5;line-height:1.6}.checkout-card .pay{text-align:center;margin:26px 0 18px;text-decoration:none;display:block}:is(.checkout-card .pay:hover,.checkout-card .pay:focus-visible){outline-offset:3px;background:#f7d994;outline:3px solid #fff}.closed-notice{color:#fff;border:1px solid #d0adc9;border-radius:12px;margin-top:24px;padding:14px;font-weight:700}
