:root{--ink:#193238;--muted:#587277;--cream:#fffdf4;--yellow:#ffd447;--orange:#f57d4a;--teal:#38b8b1;--blue:#d9f5f1;--line:#d7e4df;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Nunito,system-ui,sans-serif;font-size:16px;line-height:1.5}a{color:inherit}.site-header{max-width:1180px;margin:auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:24px;font-weight:900;letter-spacing:0}.brand img{object-fit:contain}.brand span span{color:var(--orange)}nav{display:flex;align-items:center;gap:24px;font-weight:800}nav a{text-decoration:none}nav a:hover,.text-link:hover{color:var(--orange)}.nav-login{border:2px solid var(--ink);padding:8px 16px;border-radius:999px}.hero-band{max-width:1180px;margin:18px auto 0;padding:48px 28px 68px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:38px;background:var(--yellow);border-radius:0 0 26px 26px}.hero-copy{max-width:560px}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:900;margin:0 0 10px;color:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7vw,82px);line-height:.95;letter-spacing:0;margin-bottom:22px}h1 em{color:var(--orange);font-style:normal}h2{font-size:36px;line-height:1.05;letter-spacing:0;margin-bottom:0}h3{font-size:22px;line-height:1.1;margin:6px 0 8px}.hero-text{font-size:19px;max-width:480px;margin-bottom:26px}.button{border:0;cursor:pointer;font:inherit;font-weight:900;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;border-radius:999px;padding:12px 18px}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#2f545a}.button-light{background:white;color:var(--ink)}.button-small{padding:9px 14px;font-size:14px}.hero-art{position:relative;text-align:center}.hero-art img{width:min(100%,420px);height:auto;filter:drop-shadow(0 16px 0 rgba(25,50,56,.1))}.hero-note{position:absolute;right:0;bottom:6%;background:white;border:2px solid var(--ink);padding:10px 15px;text-align:left;transform:rotate(5deg);font-size:13px;line-height:1.1}.hero-note strong{color:var(--orange)}.announcement-strip{max-width:1180px;margin:0 auto;padding:14px 28px;display:flex;gap:18px;align-items:center;border-bottom:1px solid var(--line);font-weight:700}.announcement-mark{color:var(--orange);text-transform:uppercase;font-size:12px;letter-spacing:1px}.content-section,.reviews-section,.worker-main{max-width:1180px;margin:0 auto;padding:76px 28px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-heading>p{max-width:290px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product-card{background:white;border:1px solid var(--line);padding:18px;min-height:320px;display:flex;flex-direction:column;gap:16px}.product-card:nth-child(2n){transform:translateY(12px)}.product-icon{width:52px;height:52px;border-radius:16px;background:var(--blue);display:grid;place-items:center;font-size:30px;color:var(--orange)}.product-index{font-size:11px;color:var(--muted);font-weight:900}.product-card p{font-size:14px;color:var(--muted);min-height:66px}.product-card strong{font-size:17px}.product-card details{margin-top:auto;border-top:1px solid var(--line);padding-top:12px}.product-card summary{cursor:pointer;font-weight:900}.product-card form,.review-drawer form,.announcement-panel form{display:grid;gap:8px;margin-top:12px}label{font-size:13px;font-weight:800}.product-card textarea,.review-drawer textarea,.announcement-panel textarea,.review-drawer select,.announcement-panel select,.order-row select,.panel-heading select{font:inherit;border:1px solid var(--line);border-radius:10px;padding:9px;background:var(--cream);width:100%}textarea{min-height:76px;resize:vertical}.signin-hint,.empty-state{font-size:14px;color:var(--muted)}.signin-hint a,.text-link{color:var(--orange);font-weight:900}.reviews-section{padding-top:20px;padding-bottom:100px}.review-drawer summary{cursor:pointer;font-weight:900}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{border-top:3px solid var(--teal);padding:18px 0}.stars{color:var(--orange);letter-spacing:2px;margin-bottom:12px}.review-card p{font-size:18px}.review-card strong{font-size:14px}.worker-main{padding-top:42px}.worker-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.worker-heading h1{font-size:54px;margin-bottom:8px}.worker-heading p:not(.eyebrow){color:var(--muted)}.worker-chip{background:var(--blue);font-weight:800;border-radius:999px;padding:8px 14px}.worker-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:18px}.worker-panel,.alert-panel{background:white;border:1px solid var(--line);padding:22px}.panel-heading{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px}.panel-heading h2,.worker-panel h2,.alert-panel h2{font-size:26px}.order-row{display:grid;grid-template-columns:42px 1fr 170px;gap:12px;align-items:center;border-top:1px solid var(--line);padding:15px 0}.order-badge{width:40px;height:40px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-weight:900}.order-details{display:grid;gap:3px}.order-details span,.customer-list span{font-size:13px;color:var(--muted);overflow-wrap:anywhere}.side-stack{display:grid;gap:18px;align-content:start}.customer-list{display:grid;gap:12px}.customer-list div{display:grid;gap:2px}.alert-panel{background:#fff0e6;border-color:#ffc5a8;margin-bottom:18px}.alert-row{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:start;border-top:1px solid #ffc5a8;padding:15px 0}.alert-dot{background:var(--orange);color:white;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:900}.alert-row p{margin:4px 0 0;color:var(--muted)}footer{max-width:1180px;margin:auto;padding:24px 28px 40px;border-top:1px solid var(--line);color:var(--muted);display:flex;justify-content:space-between;font-size:13px}footer a{font-weight:800;color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.hero-band{grid-template-columns:1fr;padding-top:38px}.hero-art{order:-1}.hero-art img{max-width:270px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(2n){transform:none}.worker-grid{grid-template-columns:1fr}}@media(max-width:620px){.site-header{padding:14px 18px}.site-header nav a:not(.nav-login){display:none}nav{gap:10px}.brand{font-size:21px}.hero-band{margin-top:0;border-radius:0;padding:34px 20px 48px}.hero-copy h1{font-size:54px}.content-section,.reviews-section,.worker-main{padding:54px 18px}.section-heading,.worker-heading{display:block}.section-heading>p{margin-top:14px}.product-grid,.review-grid{grid-template-columns:1fr}.product-card{min-height:0}.order-row{grid-template-columns:38px 1fr}.order-row form{grid-column:2}.order-row select{width:100%}.alert-row{grid-template-columns:28px 1fr}.alert-row form{grid-column:2}.worker-heading h1{font-size:44px;margin-top:8px}footer{display:grid;gap:8px;padding-left:18px;padding-right:18px}}
.brand img{object-fit:cover;border-radius:14px;background:var(--cream)}
.checkout-form{max-width:520px;display:grid;gap:8px}.field-note{font-size:12px;color:var(--muted);margin:0 0 8px}.delivery-address{white-space:pre-wrap}
.cart-link span{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--orange);color:white;font-size:12px}.notice{max-width:1180px;margin:0 auto;padding:12px 28px;background:var(--teal);color:var(--ink);font-weight:900}.notice a{margin-left:10px}.cart-section{max-width:1180px;margin:0 auto;padding:28px;border:1px solid var(--line);background:white}.cart-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.cart-heading h2{margin:0}.cart-heading>strong{font-size:24px}.cart-items{display:grid;gap:0;border-top:1px solid var(--line);margin-bottom:18px}.cart-item{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item div{display:grid;gap:3px}.cart-item span{font-size:14px;color:var(--muted)}.remove-button{border:0;background:none;color:var(--orange);font:inherit;font-weight:800;cursor:pointer}.cart-success{background:var(--blue);border-color:var(--teal)}.cart-success h2{margin-bottom:8px}.cart-success p:last-child{margin:0;color:var(--muted)}
