:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;color:var(--text);background:var(--page);font-synthesis:none;font-weight:400;--text:#25253a;--page:#f8f7f4;--surface:#fffdfc;--active:#fff7ec;--accent:#38386f;--warm:#e58a2b;--copper:#a65c19;--muted:#6d6c7a;--line:#e8e4de;--soft:#f0ede8;--container:1280px;--summary:870px;--shadow:0 4px 18px #39302504}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.42}a{color:var(--accent);text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:4px}h1:focus{outline:none}button{border:0}button,p,h1,h2,h3{margin:0}button{text-align:left}p{line-height:1.55;color:var(--muted)}small{color:var(--muted);font-size:13px;font-weight:400}.header{height:110px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:30px;padding:0 max(40px,calc((100vw - var(--container))/2));background:#fff}.header img{width:145px;height:auto;display:block}.location{font-size:14px;color:var(--muted);padding-left:25px;border-left:1px solid var(--line)}.contact{margin-left:auto;font-size:16px;font-weight:600;min-height:44px;display:inline-flex;gap:20px;align-items:center}.contact span{font-size:22px}#app{width:calc(100% - 80px);max-width:var(--container);margin:auto;padding:24px 0 0;min-height:calc(100vh - 200px)}.progress-heading{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:1.7px;font-weight:650;color:var(--muted)}.text-button{background:transparent;font-size:14px;min-height:44px;display:inline-flex;align-items:center;gap:10px;letter-spacing:0;color:var(--muted);padding:0 4px}.text-button:hover{color:var(--accent)}.steps ol{display:flex;justify-content:space-between;gap:20px;max-width:1060px;padding:18px 0 22px;margin:0;list-style:none;border-bottom:1px solid var(--line)}.steps li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.steps li span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #ccc7bf;border-radius:50%;font-size:12px}.steps li b{font-weight:450}.steps li.current{color:var(--accent)}.steps li.current span{background:var(--active);color:var(--copper);border-color:var(--copper);box-shadow:0 0 0 3px #e58a2b12}.steps li.current b{font-weight:650}.steps li.done span{background:var(--soft);color:var(--accent);border-color:transparent}.stage{animation:appear .2s ease}.stage-heading{margin:36px 0 27px}.eyebrow,.card-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:var(--muted);font-weight:650;display:block}.eyebrow{color:var(--copper);margin-bottom:13px}h1{font-size:48px;letter-spacing:-1.8px;line-height:1.12;font-weight:650;margin-bottom:13px}.stage-heading p{font-size:17px}.mode-grid,.receiving-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mode-card{position:relative;border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:34px 36px;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;min-height:310px;display:flex;flex-direction:column;align-items:flex-start}.mode-card:hover,.product-card:hover,.receiving-card:hover,.accessory-card:hover{border-color:#b4a18a}.selected{border-color:var(--copper)!important;box-shadow:0 4px 18px #a65c1907!important;background:var(--active)!important}.line-icon{font-size:36px;line-height:1;color:var(--accent);display:block;margin-bottom:24px;font-weight:300}.choice-dot{position:absolute;top:25px;right:25px;width:21px;height:21px;border:1.5px solid #95909a;border-radius:50%;background:#fff}.selected .choice-dot{border:1.5px solid var(--copper)}.selected .choice-dot:after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--warm)}.mode-card h2{font-size:33px;font-weight:600;letter-spacing:-.8px;margin:9px 0 8px}.mode-card p{font-size:16px}.mode-price{display:block;margin-top:auto;padding-top:30px;font-size:25px;font-weight:600}.mode-price small{margin-left:5px}.reassurance{display:flex;gap:30px;justify-content:center;font-size:14px;color:var(--muted);margin:22px 0 26px}.bottom-bar{border-top:1px solid var(--line);padding:24px 0;display:flex;align-items:center;gap:28px;margin-top:26px}.primary{background:var(--accent);border-radius:12px;min-height:58px;color:#fff;font-size:16px;font-weight:600;padding:17px 28px;display:inline-flex;align-items:center;justify-content:center;gap:32px;transition:background .18s,transform .18s,box-shadow .18s}.primary:hover:not(:disabled){background:#292b60}.primary span{font-size:20px}.bottom-bar>.primary{margin-left:auto}.bar-note{color:var(--muted);font-size:14px}.running-total{margin-left:auto;display:flex;flex-direction:column;gap:4px}.running-total strong{font-size:25px}.running-total+.primary{margin-left:0}.footer{width:calc(100% - 80px);max-width:var(--container);margin:0 auto;display:flex;justify-content:space-between;gap:20px;padding:26px 0;color:var(--muted);font-size:13px;border-top:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.product-card{padding:0;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s}.product-image{position:relative;width:100%;background:var(--soft)}.product-image>img{width:100%;height:265px;object-fit:contain;display:block}.product-image .choice-dot{top:17px;right:17px}.image-caption{position:absolute;bottom:10px;left:10px;font-size:11px;padding:5px 8px;background:var(--surface);border-radius:5px}.product-content{padding:26px;display:flex;flex-direction:column;flex:1}.product-content h2{font-size:27px;font-weight:600;letter-spacing:-.6px;margin:8px 0 12px}.product-content p{font-size:15px}.product-content ul{list-style:none;padding:0;margin:17px 0 22px;font-size:14px;line-height:1.6;color:var(--muted)}.product-content li{margin:5px 0}.product-content li:before{content:"✓";margin-right:7px;color:var(--accent)}.product-price{margin-top:auto;font-size:25px;font-weight:600}.fineprint{font-size:14px;line-height:1.55;margin-top:18px;color:var(--muted)}.top-note{margin:0 0 18px}.accessory-grid{display:grid;gap:16px}.accessory-card{display:flex;gap:28px;padding:22px;position:relative;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:16px}.accessory-card>img{width:124px;height:112px;object-fit:contain;border-radius:10px}.accessory-card>div{padding-right:38px}.accessory-card h2,.counter-row h2{font-size:20px;font-weight:600;margin-bottom:7px}.accessory-card p{font-size:15px;margin-bottom:12px}.accessory-card strong{font-size:21px}.counter-row{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--line);border-radius:16px;padding:28px;background:var(--surface);margin-top:18px}.counter-row p{font-size:15px}.stepper{display:flex;align-items:center;gap:9px;flex-shrink:0}.stepper button{width:48px;height:48px;text-align:center;background:var(--soft);border-radius:10px;font-size:23px;color:var(--accent)}.stepper output{min-width:36px;text-align:center;font-size:22px;font-weight:600}.info-box{background:var(--active);border:1px solid #eed7bc;color:var(--text);padding:20px 24px;border-radius:14px;font-size:16px;margin-bottom:20px}.duration-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:26px}.duration-top{display:flex;align-items:center;gap:16px;font-size:16px;border-bottom:1px solid var(--line);padding-bottom:18px}.duration-top .line-icon{margin:0}.duration-top strong{margin-left:auto;font-size:23px}.duration-card .counter-row{border:0;margin:0;padding:20px 0 12px}.duration-label{font-size:15px}.weekly{padding:20px 24px;border-radius:14px;background:var(--active);border:1px solid #e7c69f;color:#6a4c19;margin-top:20px;font-size:16px;line-height:1.5}.weekly p{color:#715522;margin-top:6px}.receiving-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:34px;min-height:270px}.receiving-card h2{font-size:26px;font-weight:600;margin-bottom:10px}.receiving-card p{font-size:16px;margin-bottom:15px}.receiving-card strong{font-size:16px;font-weight:500}.receiving-card .fineprint{display:block;max-width:250px}.summary{max-width:var(--summary);margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:32px 40px;box-shadow:0 8px 32px #39302506}.summary-product{display:flex;gap:26px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--line)}.summary-product>img{width:160px;height:160px;object-fit:contain;border-radius:12px}.summary-product h2{font-size:29px;letter-spacing:-.8px;margin:9px 0}.summary-product ul{list-style:none;padding:0;margin:10px 0;font-size:15px;color:var(--muted);line-height:1.7}.summary-product p{font-size:15px}.summary-price{display:flex;justify-content:space-between;align-items:center;padding:26px 0 20px;gap:16px;font-size:18px}.summary-price strong{font-size:46px;letter-spacing:-1.4px;white-space:nowrap}.deposit{background:#f6f3ee;padding:20px;border-radius:12px}.deposit p{font-size:16px;color:#494654;margin-bottom:9px}.deposit strong{color:var(--accent)}.deposit small{font-size:14px;line-height:1.5;display:block}.summary-receiving{padding:22px 0}.summary-receiving h3{font-size:19px;margin:10px 0}.summary-receiving p{font-size:15px}details{border-top:1px solid var(--line);font-size:15px}summary{padding:17px 0 0;cursor:pointer;color:var(--accent);min-height:44px}dl{margin:18px 0 0}dl>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0;color:var(--muted)}dd{margin:0;white-space:nowrap}.confirmation{text-align:center;font-size:15px;margin:22px 0 16px}.centered{text-align:center}.final-back{margin:22px 0}.loading{max-width:var(--summary);margin:36px auto;padding:56px 32px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:22px}.loading p{margin:20px 0}textarea{width:100%;padding:16px;border:1px solid var(--line);border-radius:12px;color:inherit;background:var(--surface);resize:vertical;font-size:15px;line-height:1.6}[hidden]{display:none!important}@keyframes appear{0%{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1400px){.mode-card{min-height:330px}}@media(min-width:761px)and (max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:44px}.steps ol{gap:12px}.steps li{gap:7px;font-size:12px}.mode-card,.receiving-card{padding:28px}.summary{padding:30px}}@media(max-width:760px){.header{height:85px;padding:0 20px;gap:12px}.header img{width:118px}.location{display:none}.contact{font-size:12px;gap:10px}#app{width:calc(100% - 40px);padding-top:16px;margin:0 auto;min-height:calc(100svh - 180px)}.progress-heading{font-size:9px}.text-button{font-size:12px}.steps ol{padding:14px 0 18px;gap:8px}.steps li{gap:0;flex-direction:column;font-size:9px}.steps li span{width:25px;height:25px;margin-bottom:8px}.steps li b{font-size:9px}.stage-heading{margin:28px 0 22px}h1{font-size:32px;letter-spacing:-1.1px;max-width:360px;line-height:1.12}.stage-heading p{font-size:14px}.eyebrow{font-size:9px;margin-bottom:11px}.mode-grid{gap:12px}.mode-card{padding:24px 18px;min-height:278px;border-radius:17px}.mode-card .line-icon{font-size:29px;margin-bottom:28px}.mode-card .choice-dot{top:26px;right:18px;width:18px;height:18px}.mode-card .card-eyebrow{font-size:10px;letter-spacing:.8px}.mode-card h2{font-size:25px}.mode-card p{font-size:13px;line-height:1.5}.mode-price{font-size:22px;margin-top:auto;padding-top:20px}.mode-price small{display:block;font-size:11px;margin:5px 0 0}.reassurance{font-size:11px;gap:14px;flex-wrap:wrap;margin:20px 0 28px}.bottom-bar{padding:18px 0;gap:12px;flex-wrap:wrap;margin-top:24px;background:var(--page)}.bar-note{display:none}.bottom-bar>.primary{min-width:150px}.bottom-bar .back{margin-right:auto}.running-total{order:2;margin:0;flex:1}.running-total+.primary{order:3}.bottom-bar:has(.running-total) .back{flex-basis:100%}.bottom-bar .primary{flex:1}.footer{width:calc(100% - 40px);margin:0 auto;flex-direction:column;gap:8px;padding:22px 0;font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image>img{height:180px}.product-content{padding:17px 14px}.product-content h2{font-size:21px;overflow-wrap:normal;word-break:normal}.product-content p{font-size:12px}.product-content .card-eyebrow{font-size:10px;letter-spacing:.5px}.product-content ul{font-size:12px;margin:12px 0 20px}.product-price{font-size:22px}.product-price small{display:block;font-size:11px;margin-top:5px}.product-image .choice-dot{top:12px;right:12px}.image-caption{font-size:10px;left:7px;bottom:7px;padding:4px}.accessory-card{padding:15px 12px;gap:14px;align-items:flex-start}.accessory-card>img{width:78px;height:92px}.accessory-card>div{padding-right:19px}.accessory-card .choice-dot{right:12px;top:16px;width:17px;height:17px}.accessory-card h2{font-size:16px}.accessory-card p{font-size:12px}.accessory-card small{display:block;font-size:11px;margin-top:5px}.counter-row{padding:20px 16px;gap:12px}.counter-row h2{font-size:15px;line-height:1.3}.counter-row p{font-size:12px}.stepper{gap:3px}.stepper button{width:44px;height:44px}.stepper output{min-width:29px;font-size:18px}.duration-card{padding:18px}.duration-top{font-size:12px;gap:12px}.duration-top strong{font-size:15px;white-space:nowrap}.duration-top .line-icon{font-size:27px}.duration-card .counter-row{gap:15px}.duration-label{font-size:12px}.receiving-grid{grid-template-columns:1fr;gap:12px}.receiving-card{padding:24px;min-height:205px}.receiving-card .line-icon{margin-bottom:18px}.receiving-card h2{font-size:21px}.summary{padding:24px 20px}.summary-product{gap:17px}.summary-product>img{width:92px;height:116px}.summary-product h2{font-size:22px}.summary-price{align-items:flex-start;flex-direction:column;gap:10px}.summary-price strong{font-size:42px}.summary-price>span{font-size:15px}.deposit{padding:17px}.deposit p{font-size:13px}.confirmation{font-size:12px}.weekly{font-size:13px;padding:18px}.fineprint{font-size:12px}}@media(max-width:370px){#app,.footer{width:calc(100% - 32px);margin-left:auto;margin-right:auto}.mode-grid{grid-template-columns:1fr}.mode-card{min-height:220px}.product-grid{grid-template-columns:1fr}.product-image>img{height:230px}.steps li b{font-size:8px}.stepper button{width:44px}}.mode-card,.product-card,.accessory-card,.receiving-card,.duration-card,.counter-row{box-shadow:var(--shadow)}.accessory-card,.receiving-card,.stepper button{transition:border-color .18s,background .18s,box-shadow .18s,transform .18s}.primary:active:not(:disabled),.stepper button:active:not(:disabled){transform:translateY(1px)}.stepper button:hover:not(:disabled){background:#e9e2d8}.primary:hover:not(:disabled){box-shadow:0 5px 14px #38386f16}.mode-card,.product-card,.accessory-card,.receiving-card,.summary-product>div,.counter-row>div:first-child{min-width:0}.product-price,.mode-price,.running-total strong,.summary-price strong,.stepper output{font-variant-numeric:tabular-nums;color:var(--text)}.product-price,.mode-price{letter-spacing:-.5px}.selected .line-icon{color:var(--copper)}.stage:has(.summary) .stage-heading{margin-bottom:22px}.summary-price>span{font-weight:600}.accessory-card>img,.summary-product>img{flex-shrink:0;background:var(--soft)}.contact:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:760px){.primary{min-height:54px;font-size:15px;padding:16px 20px}.running-total strong{font-size:24px}.mode-card{min-height:285px}.mode-card .line-icon{margin-bottom:24px}.summary-product p,.summary-product ul,.summary-receiving p{font-size:13px}.summary-product .card-eyebrow{font-size:10px}.deposit small{font-size:12px}.accessory-card strong{font-size:18px}.info-box{font-size:14px}.stage:has(.summary) h1{max-width:350px;font-size:31px}.stage:has(.summary) .stage-heading{margin-bottom:20px}.product-card:last-child{grid-column:1/-1}.product-card:last-child .product-image>img{height:225px}.product-card:last-child .product-content h2{font-size:22px}.loading{padding:36px 20px;margin:28px auto}.loading h1{font-size:30px}textarea{font-size:14px}}@media(max-width:430px){.steps li{flex:1;min-width:0}.steps li:not(.current) b{display:none}.steps li.current b{font-size:11px}.steps li span{margin-bottom:7px}.steps ol{align-items:flex-start;min-height:71px}.counter-row,.duration-card .counter-row{flex-wrap:wrap}.counter-row .stepper{margin-left:auto}.mode-card{padding:22px 17px}.card-eyebrow{font-size:11px}}@media(max-width:370px){.mode-card{min-height:235px}.mode-card .line-icon{margin-bottom:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}#order-form{margin-top:24px;padding-top:28px;border-top:1px solid var(--line)}#order-form fieldset{border:0;padding:0;margin:0;min-width:0}#order-form legend{font-size:24px;font-weight:600;letter-spacing:-.4px;padding:0;margin-bottom:12px}#contact-hint{font-size:15px}.contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px;margin-top:24px}.contact-field{min-width:0}.contact-field label{display:block;font-size:15px;font-weight:600;margin-bottom:9px}.contact-field input{display:block;width:100%;min-width:0;min-height:50px;font-size:16px;color:var(--text);background:var(--surface);border:1px solid #b9b2aa;border-radius:10px;padding:12px;scroll-margin:100px 0}.contact-field input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.contact-field small{display:block;margin-top:8px;line-height:1.4;overflow-wrap:anywhere}.order-submit{width:100%;margin-top:24px}.order-status:not(:empty){margin-top:20px;border-radius:12px;background:var(--soft);padding:20px;font-size:15px;line-height:1.5;overflow-wrap:anywhere}.order-status h3{font-size:21px;margin-bottom:8px}@media(max-width:760px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}#order-form legend{font-size:21px}.contact-fields{grid-template-columns:1fr;gap:20px}#contact-hint{font-size:14px}}@media(max-width:760px){html{scroll-padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.primary,.final-back{scroll-margin-bottom:calc(90px + env(safe-area-inset-bottom,0px))}}.steps li:not(.current):not(.done){color:#615f6e}.steps li:not(.current):not(.done) span{border-color:#aaa39a}@media(min-width:1051px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.product-grid>.product-card{grid-column:span 2}.product-grid>.product-card:nth-last-child(2):nth-child(3n+1){grid-column:2 / span 2}.summary{max-width:960px}}
