@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
*{box-sizing:border-box}html,body{margin:0;background:#fff}.hidden{display:none!important}.weddingPage{--red:#e30613;--ink:#141722;--muted:#747986;--line:#e8e9ed;min-height:100vh;background:#fff;color:var(--ink);font-family:"Poppins",Arial,sans-serif;padding-bottom:80px}.weddingHeader{height:92px;padding:0 max(5vw,32px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);box-shadow:0 5px 18px rgba(19,23,34,.06)}.weddingBrand{display:flex;align-items:center;gap:11px;color:var(--red);text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-1px}.weddingBrand>span{width:43px;height:43px;border-radius:11px;display:grid;place-items:center;background:var(--red);color:#fff;font-size:27px}.weddingBrand small{display:block;color:#2e3340;font-size:9px;line-height:1;letter-spacing:.2px;font-weight:600}.stepLabel{padding:10px 16px;border-radius:999px;background:#f3f4f6;color:#6e7480;font-size:11px;font-weight:600}.weddingHero,.productFlow{max-width:1320px;margin:0 auto;padding:74px 28px 0}.eyebrow{margin:0 0 16px;color:var(--red);font-size:11px;font-weight:700;letter-spacing:2px}.weddingHero>h1,.productFlow>h1{font:400 clamp(42px,5.4vw,76px)/1.03 "Poppins";letter-spacing:-4px;margin:0;max-width:1000px}.weddingHero>h1 b{font-weight:600}.heroText{font-size:15px;line-height:1.75;color:var(--muted);max-width:650px;margin:23px 0 38px}.connectionSuccess{margin:-12px 0 24px;padding:13px 17px;border-radius:12px;background:#effaf4;color:#177044;font-size:12px;font-weight:600}.modeGrid{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}.modeCard{min-height:315px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:24px;padding:32px;display:grid;grid-template-columns:58px 1fr;grid-template-rows:1fr auto;gap:12px;cursor:pointer;color:var(--ink);font-family:inherit;transition:.25s transform,.25s box-shadow,.25s border-color;box-shadow:0 10px 35px rgba(20,23,34,.05)}.modeCard:not(:disabled):hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(20,23,34,.11)}.modeCard.featured{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 20px 55px rgba(227,6,19,.22)}.modeNumber{font-size:23px;font-weight:700;opacity:.6}.modeCard small{font-size:9px;font-weight:700;letter-spacing:2px;opacity:.75}.modeCard h2{font-size:29px;line-height:1.2;margin:13px 0}.modeCard p{margin:0;line-height:1.7;font-size:13px;max-width:420px;opacity:.72}.modeCard strong{grid-column:2;font-size:12px;text-transform:uppercase;letter-spacing:.8px}.modeCard strong i{font-style:normal;margin-left:8px}.modeCard:disabled{cursor:default;opacity:.55;background:#f6f6f7}.wizardFlow{padding-top:34px}.wizardProgress{position:sticky;top:0;z-index:8;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:#fff;padding:12px 0 17px;border-bottom:1px solid var(--line);margin-bottom:18px}.wizardProgress button{border:0;background:#f5f5f6;border-radius:13px;padding:12px;display:flex;align-items:center;gap:10px;text-align:left;color:#8a8e97;font-family:inherit;cursor:pointer}.wizardProgress button:disabled{cursor:not-allowed;opacity:.55}.wizardProgress button i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;font-style:normal;font-size:11px;font-weight:700}.wizardProgress button span{font-size:12px;font-weight:600}.wizardProgress button small{display:block;font-size:8px;letter-spacing:1px;margin-bottom:2px}.wizardProgress button.active{background:var(--red);color:#fff}.wizardProgress button.complete:not(.active){background:#fff0f1;color:var(--red)}.wizardProgress button.complete i{background:var(--red);color:#fff}.selectionStrip{display:grid;grid-template-columns:1.05fr repeat(3,1fr) .9fr;gap:9px;padding:13px;border:1px solid var(--line);border-radius:17px;margin-bottom:34px;background:#fafafa}.selectionStrip>div:first-child,.runningTotal{padding:8px 10px;display:flex;flex-direction:column;justify-content:center}.selectionStrip small{font-size:8px;letter-spacing:.8px;color:#989ca5}.selectionStrip strong{font-size:13px}.selectionStrip>button{border:1px dashed #d9dbe0;background:#fff;border-radius:11px;min-width:0;padding:7px;display:flex;align-items:center;gap:8px;text-align:left;font-family:inherit}.selectionStrip>button.chosen{border-style:solid;cursor:pointer}.selectionStrip img,.selectionStrip button>i{width:38px;height:38px;border-radius:8px;object-fit:cover;background:#f0f1f3}.selectionStrip button>i{display:grid;place-items:center;font-style:normal;color:#aaa}.selectionStrip button span{min-width:0}.selectionStrip button b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px}.runningTotal{border-left:1px solid var(--line)}.runningTotal strong{font-size:17px;color:var(--red)}.backButton{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;margin-bottom:32px;color:#4a4f5a;font:600 14px inherit;cursor:pointer}.backButton:hover{border-color:var(--red);color:var(--red)}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.productCard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(20,23,34,.07);transition:.25s transform,.25s box-shadow}.productCard:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(20,23,34,.12)}.productCard.selected{outline:2px solid var(--red);outline-offset:2px}.productImage{aspect-ratio:1.38;background:#f1f2f4;display:grid;place-items:center;color:#959aa4;font-size:12px;overflow:hidden}.productImage img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.productCard:hover .productImage img{transform:scale(1.035)}.productInfo{padding:21px}.productInfo small{color:#9a9ea7;font-size:9px;font-weight:600;letter-spacing:1.1px}.productInfo h2{font-size:17px;line-height:1.4;margin:10px 0;min-height:48px}.discountBadge{display:inline-block;padding:5px 9px;border-radius:999px;background:#fff0f1;color:var(--red);font-size:10px;font-weight:700}.productInfo strong{display:flex;align-items:baseline;gap:9px;font-size:22px;letter-spacing:-.6px;margin:13px 0 17px}.productInfo strong del{color:#969aa3;font-size:12px;font-weight:500}.productInfo button,.productStatus button{width:100%;border:0;border-radius:11px;background:var(--red);padding:14px 16px;margin-top:14px;text-align:left;font-family:inherit;font-weight:600;color:#fff;cursor:pointer}.productInfo button b{float:right}.productStatus{margin-top:35px;padding:28px;background:#f7f7f8;border:1px solid var(--line);border-radius:16px;color:#6f7480}.productStatus.error{border-color:#f0a5aa;color:#a91420}.productStatus button{width:auto}.packageSummary>h1{font-size:clamp(38px,5vw,68px);line-height:1.05;letter-spacing:-3px;margin:0 0 35px}.summaryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.summaryGrid article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(20,23,34,.06)}.summaryGrid article>img,.summaryGrid article>div{width:100%;aspect-ratio:1.55;object-fit:cover;background:#f1f2f4}.summaryGrid article small,.summaryGrid article h2,.summaryGrid article strong,.summaryGrid article button{margin-left:20px;margin-right:20px}.summaryGrid article small{display:block;color:var(--red);font-size:9px;font-weight:700;letter-spacing:1px;margin-top:18px}.summaryGrid article h2{font-size:16px;min-height:46px}.summaryGrid article strong{display:block;font-size:22px}.summaryGrid article button{border:0;background:none;color:var(--red);font:600 11px "Poppins";padding:16px 0 20px;cursor:pointer}.summaryTotal{margin-top:22px;border-radius:18px;background:var(--ink);color:#fff;padding:25px 30px;display:flex;align-items:center;gap:20px}.summaryTotal span small{display:block;color:#aaa;font-size:9px;letter-spacing:1px}.summaryTotal span b{font-size:18px}.summaryTotal>strong{font-size:31px;margin-left:auto}.summaryTotal>button{border:0;border-radius:11px;background:var(--red);color:#fff;padding:14px 19px;font:700 12px "Poppins";cursor:pointer;white-space:nowrap}noscript{display:block;margin:40px;text-align:center}
@media(max-width:800px){.weddingHeader{height:76px;padding:0 20px}.weddingBrand{font-size:19px}.weddingBrand>span{width:36px;height:36px}.weddingHero,.productFlow{padding:52px 20px 0}.modeGrid,.productGrid,.summaryGrid{grid-template-columns:1fr}.weddingHero>h1,.productFlow>h1{letter-spacing:-2.5px}.modeCard{min-height:260px}.stepLabel{display:none}.wizardFlow{padding-top:15px}.wizardProgress{grid-template-columns:repeat(4,minmax(58px,1fr));gap:4px}.wizardProgress button{padding:8px;justify-content:center}.wizardProgress button span{display:none}.selectionStrip{grid-template-columns:1fr 1fr}.selectionStrip>div:first-child,.runningTotal{grid-column:1/-1}.selectionStrip>button{min-height:53px}.summaryTotal{padding:20px;align-items:flex-end;flex-wrap:wrap}.summaryTotal>strong{font-size:24px}}
