:root{--bg:#1f1f24;--surface:#2a2a31;--surface-light:#3a3a45;--text:#f2f2f4;--muted:#c9c9cf;--accent:#8e7dff;--border:#4a4a55}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,Arial,sans-serif}a{color:var(--text);text-decoration:none}@media (max-width:980px){.two-col{grid-template-columns:1fr}}.page-container{width:min(1200px,92%);margin:0 auto;padding:2rem 0}.two-col{grid-template-columns:1fr 360px;gap:1rem;display:grid}@media (max-width:980px){.two-col{grid-template-columns:1fr}}.header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1f1f24d1;border-bottom:1px solid #4a4a55d1;position:sticky;top:0;box-shadow:0 10px 30px #00000029}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:min(1200px,92%);min-height:72px;margin:0 auto;display:grid}.logo{align-items:center;display:inline-flex}.logo img{height:40px;transition:transform .18s}.logo:hover img{transform:translateY(-1px)}.nav{justify-content:center;gap:.45rem;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:.55rem .8rem;transition:color .18s,background .18s;position:relative}.nav a:hover,.nav a.active{color:var(--text);background:#8e7dff1f}.nav a:after{content:"";background:var(--accent);transform-origin:50%;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:.35rem;left:.8rem;right:.8rem;transform:scaleX(0)}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.hamburger{border:1px solid var(--border);color:var(--text);background:#3a3a45b3;border-radius:12px;width:42px;height:42px;padding:0;display:none}.hamburger span{font-size:1.35rem;line-height:1;display:block}.cart-link{border:1px solid var(--border);background:#3a3a458c;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:42px;padding:.5rem .75rem;transition:border-color .18s,background .18s,transform .18s;display:inline-flex;position:relative}.cart-link:hover{background:#8e7dff24;border-color:#8e7dff8c;transform:translateY(-1px)}.cart-link img{width:23px;height:23px}.cart-link span{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:1.5rem;height:1.5rem;padding:0 .35rem;font-size:.82rem;font-weight:700;display:grid}@media (max-width:860px){.header-inner{grid-template-columns:auto auto auto}.hamburger{order:2;justify-self:end;place-items:center;display:grid}.cart-link{order:3}.nav{border-bottom:1px solid var(--border);background:radial-gradient(circle at 15% 0,#8e7dff1f,#0000 34%),#2a2a31fa;flex-direction:column;gap:.25rem;padding:.85rem min(4%,2rem) 1rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 18px 30px #0000002e}.nav.open{display:flex}.nav a{width:100%;padding:.85rem 1rem}.nav a:after{transform-origin:0;width:42px;bottom:.55rem;left:1rem;right:auto}}.hero{place-items:center;min-height:60vh;display:grid;position:relative}.hero-image{object-fit:cover;filter:brightness(.55);width:100%;height:60vh}.hero-overlay{text-align:center;padding:0 1rem;position:absolute}.hero-overlay h1{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem)}.section-heading{margin-bottom:1.25rem}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:inline-block}.text-section{padding-top:2.5rem;padding-bottom:1rem}.compact-text-section{padding-top:1rem}.text-panel{border:1px solid var(--border);background:radial-gradient(circle at 8% 0,#8e7dff1f,#0000 34%),linear-gradient(135deg,#3a3a45b8,#2a2a31eb);border-radius:18px;padding:clamp(1.2rem,3vw,2rem);position:relative;overflow:hidden}.text-panel:before{content:"";pointer-events:none;border-radius:inherit;border:1px solid #8e7dff1f;position:absolute;inset:0}.text-panel-featured{gap:.4rem;display:grid}.text-panel h2{max-width:780px;margin:0;font-size:clamp(1.65rem,3vw,2.35rem)}.text-content{max-width:920px;margin-top:1rem}.text-content p,.text-lead{color:var(--muted);line-height:1.75}.text-content p{margin:0 0 1rem}.text-content p:last-child{margin-bottom:0}.text-highlight{border-left:3px solid var(--accent);background:#8e7dff1a;border-radius:0 12px 12px 0;padding:.9rem 1rem;font-weight:700;position:relative;color:var(--text)!important;margin-top:1.25rem!important}.text-lead{margin:0 0 1rem}.service-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.service-group{background:#1f1f2442;border:1px solid #4a4a55d9;border-radius:14px;padding:.85rem}.service-group-title{color:var(--text);border-bottom:1px solid #8e7dff59;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.08rem;font-weight:700;line-height:1.4}.service-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.service-list li{min-height:48px;color:var(--muted);background:#1f1f2447;border:1px solid #4a4a55d9;border-radius:12px;padding:.8rem .9rem .8rem 2.35rem;line-height:1.45;position:relative}.service-list li:before{content:"✓";width:1rem;height:1rem;color:var(--accent);border-radius:999px;place-items:center;font-weight:800;display:grid;position:absolute;top:.78rem;left:.85rem}@media (max-width:760px){.text-section{padding-top:1.5rem}.service-groups,.service-list{grid-template-columns:1fr}}.section h2{margin-bottom:1rem;font-size:2rem}.section-heading h2{margin:0}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}@media (max-width:980px){.cards-grid{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem}.product-card{flex-direction:column;min-height:100%;transition:transform .18s,border-color .18s,background .18s;display:flex}.product-card:hover{background:linear-gradient(180deg, #3a3a45b8, var(--surface));border-color:#8e7dff8c;transform:translateY(-3px)}.card img{border-radius:10px;width:100%;margin-bottom:.75rem}.square-image{aspect-ratio:1;object-fit:contain;background:#22232a;border-radius:10px;width:100%}.card-content{flex-direction:column;flex:1;display:flex}.card-content h3{margin:.25rem 0 .5rem}.card-content p{color:var(--muted);line-height:1.55}.package-features{color:var(--muted);margin:.1rem 0 .8rem;padding-left:1.2rem;line-height:1.5}.package-features li{margin-bottom:.2rem}.price{color:var(--accent);margin-top:auto;font-size:1.15rem;font-weight:700}.card-action-slot{justify-content:flex-start;align-items:center;min-height:44px;margin-top:.85rem;display:flex}.card-action-slot .primary-btn{width:100%}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem}.checkout-layout{align-items:start}.checkout-panel,.checkout-summary,.place-card{background:radial-gradient(circle at 8% 0%, #8e7dff14, transparent 30%), var(--surface)}@media (min-width:981px){.checkout-layout.two-col .checkout-panel{order:1}.checkout-layout.two-col .checkout-summary{order:2}}.checkout-heading{margin-bottom:1.25rem}.checkout-heading h1{margin:0 0 .5rem;font-size:clamp(1.8rem,3vw,2.35rem)}.checkout-heading p{max-width:720px;color:var(--muted);margin:0;line-height:1.65}.list-col{gap:.75rem;display:grid}.empty-state{text-align:center;background:#1f1f2452;border:1px dashed #8e7dff73;border-radius:14px;padding:clamp(1.25rem,3vw,2rem)}.empty-state h2{margin:0 0 .5rem}.empty-state p,.muted-text{color:var(--muted);line-height:1.6}.summary-list{gap:.65rem;display:grid}.summary-row{color:var(--muted);border-bottom:1px solid #4a4a55a6;justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.summary-row strong{color:var(--text);white-space:nowrap}.summary-card{border:1px solid var(--border);background:#1f1f2447;border-radius:12px;padding:.85rem}.summary-card h3{margin:0 0 .45rem}.summary-action,.submit-order-btn{text-align:center;width:100%;margin-top:.75rem}.cart-row{border:1px solid var(--border);background:#1f1f2447;border-radius:12px;grid-template-columns:1fr auto auto;align-items:center;gap:.7rem;padding:.9rem;display:grid}.cart-row h3{margin:0 0 .25rem}.cart-row p{color:var(--muted);margin:0}.place-card{padding:clamp(1rem,2vw,1.25rem)}.place-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.place-card-heading h3{margin:0}.place-card-heading p,.place-meta{color:var(--muted);margin:.3rem 0 0;line-height:1.5}.labeled-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.labeled-form-grid label{gap:.4rem;display:grid}.labeled-form-grid label span{color:var(--muted);font-size:.9rem;font-weight:700}.full-field{grid-column:1/-1}input:focus,textarea:focus,select:focus{border-color:#8e7dffbf;outline:none;box-shadow:0 0 0 3px #8e7dff29}select:disabled,input:read-only{opacity:.72;cursor:not-allowed}.step-actions .primary-btn,.step-actions .ghost-btn{text-align:center}.error-text{color:#ffb0b0;background:#b140401f;border:1px solid #ff909059;border-radius:10px;margin-top:.75rem;padding:.75rem}.disabled-link,button:disabled,.primary-btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}button:disabled:hover,.primary-btn:disabled:hover,.disabled-link:hover{filter:grayscale(.15)}.success-panel{text-align:center;background:radial-gradient(circle at 50% 0%, #8e7dff26, transparent 36%), var(--surface);max-width:720px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem)}.success-icon{background:var(--accent);color:#fff;border-radius:999px;place-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.7rem;font-weight:800;display:grid}.success-panel h1{margin:0 0 .75rem}.success-panel p{color:var(--muted);line-height:1.6}@media (max-width:760px){.cart-row,.labeled-form-grid{grid-template-columns:1fr}.step-actions{flex-direction:column-reverse}.step-actions .primary-btn,.step-actions .ghost-btn{width:100%}.place-card-heading{display:grid}}.contact-service-note{background:linear-gradient(135deg,#8e7dff24,#3a3a4573);border:1px solid #8e7dff59;border-radius:12px;margin:1rem 0 1.25rem;padding:1rem}.contact-service-note h2{margin:0 0 .65rem;font-size:clamp(1.25rem,2vw,1.6rem)}.contact-service-note p{color:var(--muted);margin:.55rem 0 0;line-height:1.6}.contact-service-note p:last-child{color:var(--text);font-weight:600}.form-grid{gap:.8rem;display:grid}input,textarea,select{background:var(--surface-light);color:var(--text);border:1px solid var(--border);appearance:none;border-radius:10px;width:100%;padding:.8rem}textarea{resize:vertical;min-height:120px}select{background-image:linear-gradient(45deg,#0000 50%,#cfcfe7 50%),linear-gradient(135deg,#cfcfe7 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2.2rem}.primary-btn,button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.7rem 1rem}.primary-btn:hover,button:hover{filter:brightness(1.07)}.ghost-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:.7rem 1rem}.danger-btn{color:#fff;background:#b14040;border:none;border-radius:10px;padding:.55rem .85rem}.qty-controls{align-items:center;gap:.5rem;display:flex}.qty-controls button{place-items:center;width:38px;height:38px;padding:0;font-size:1.1rem;font-weight:700;display:grid}.qty-controls span{text-align:center;min-width:2rem;font-weight:700}.card-qty{border:1px solid var(--border);background:#1f1f2459;border-radius:12px;justify-content:space-between;width:100%;margin-top:0;padding:.25rem}.price-total{font-size:1.2rem;font-weight:700}.cart-row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto;align-items:center;gap:.7rem;padding:.8rem;display:grid}@media (max-width:760px){.cart-row{grid-template-columns:1fr}}.cart-row-like{border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;padding:.75rem}.stepper-wrap{border-bottom:1px solid var(--border);background:radial-gradient(circle at 12% 0,#8e7dff1a,#0000 30%),#2a2a31db}.stepper-container{padding:1rem 2rem .75rem}.stepper-line{height:82px;margin:.25rem 0;position:relative}.stepper-line:before{content:"";background:#4a4a55;border-radius:999px;height:4px;position:absolute;top:24px;left:0;right:0}.stepper-progress{background:var(--accent);border-radius:999px;height:4px;transition:width .25s;position:absolute;top:24px;left:0}.stepper-node{text-align:center;color:var(--muted);width:130px;position:absolute;top:8px;transform:translate(-50%)}.stepper-node .dot{border:1px solid var(--border);background:#2e2f38;border-radius:999px;place-items:center;width:34px;height:34px;margin:0 auto 7px;font-weight:800;transition:background .18s,border-color .18s,transform .18s;display:grid}.stepper-node a,.stepper-node span{color:inherit;font-size:.9rem;line-height:1.25;display:inline-block}.stepper-node a:hover,.stepper-node.active,.stepper-node.done{color:var(--text)}.stepper-node.active .dot,.stepper-node.done .dot{background:var(--accent);border-color:var(--accent);color:#fff}.stepper-node.active .dot{transform:scale(1.08);box-shadow:0 0 0 5px #8e7dff24}.stepper-node.upcoming{opacity:.72}@media (max-width:760px){.stepper-line{height:96px}.stepper-node{width:78px}.stepper-node a,.stepper-node span{font-size:.74rem}.stepper-node .dot{width:30px;height:30px;font-size:.82rem}}.places-grid{gap:1rem;margin-top:1rem;display:grid}.assign-controls{grid-template-columns:1fr 110px auto;gap:.5rem;margin:.75rem 0;display:grid}.assigned-list{gap:.5rem;margin-top:.5rem;display:grid}.assigned-row{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}@media (max-width:760px){.assign-controls,.assigned-row{grid-template-columns:1fr;display:grid}}.footer{border-top:1px solid var(--border);background:radial-gradient(circle at 15% 0,#8e7dff1f,#0000 32%),#18181c;margin-top:2rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;border-top:1px solid #8e7dff2e;position:absolute;inset:0}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:2rem;padding-top:2.25rem;padding-bottom:2rem;display:grid;position:relative}.footer-brand p,.footer-column p{color:var(--muted);line-height:1.65}.footer-logo{height:38px;margin-bottom:.75rem}.footer-column h3{color:var(--text);margin:0 0 .9rem;font-size:1rem}.footer-column p{margin:0 0 .55rem}.footer-column p span{color:var(--text);font-weight:700}.footer-links{gap:.55rem;display:grid}.footer-links a{width:fit-content;color:var(--muted);transition:color .18s,transform .18s}.footer-links a:hover{color:var(--text);transform:translate(3px)}.footer-legal-link{max-width:280px;margin-top:.25rem;font-size:.9rem;line-height:1.45}@media (max-width:900px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1rem;font-size:.92rem;display:flex;position:relative}@media (max-width:620px){.footer-bottom{flex-direction:column}}.cookie-banner{background:var(--surface);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;width:min(920px,92%);padding:.9rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}@media (max-width:700px){.cookie-banner{flex-direction:column;align-items:flex-start}}.mt-16{margin-top:1rem}.step-actions{justify-content:space-between;gap:.75rem;margin-top:1rem;display:flex}.error-text{color:#ff9090;margin-top:.5rem}.disabled-link{opacity:.55;pointer-events:auto}.sticky-summary{position:sticky;top:95px}@media (max-width:980px){.sticky-summary{position:static;top:auto}}.owner-login-panel{max-width:520px;margin:0 auto}
