.hws-request-modal{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:24px}.hws-request-modal.is-open{display:flex}.hws-request-modal__backdrop{position:absolute;inset:0;background:rgba(16,15,14,.7);backdrop-filter:blur(5px)}.hws-request-modal__dialog{position:relative;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:34px;border-radius:22px;background:#fffdfa;box-shadow:0 36px 100px rgba(0,0,0,.35)}.hws-request-modal__close{position:absolute;right:18px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f2ede7;color:var(--hws-ink);font-size:25px;cursor:pointer}.hws-request-modal h2{margin:8px 0 6px;color:var(--hws-ink);font:500 34px/1.2 var(--hws-display)}.hws-request-modal__intro{margin:0 0 24px;color:#777;font:500 13px var(--hws-sans)}.hws-request-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.hws-request-grid label{display:flex;flex-direction:column;gap:7px}.hws-request-grid label>span{color:#4b4844;font:700 11px var(--hws-sans);letter-spacing:.03em}.hws-request-grid input,.hws-request-grid textarea{width:100%;border:1px solid #ddd5cc;border-radius:10px;background:#fff;padding:11px 13px;color:var(--hws-ink);font:500 13px var(--hws-sans);outline:0}.hws-request-grid input:focus,.hws-request-grid textarea:focus{border-color:var(--hws-blue);box-shadow:0 0 0 3px rgba(26,140,186,.15)}.hws-request-wide{grid-column:1/-1}.hws-request-form__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}.hws-request-form__footer p{margin:0;font:600 12px/1.5 var(--hws-sans)}.hws-request-form__footer p.is-success{color:#287346}.hws-request-form__footer p.is-error{color:#b42318}.hws-modal-open{overflow:hidden}
.hws-account-shell{width:min(1180px,calc(100% - 64px));margin:36px auto 64px}.hws-account-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:30px;border-radius:20px;background:var(--hws-cream)}.hws-account-hero h1{margin:5px 0 4px;font:500 38px/1.15 var(--hws-display);color:var(--hws-ink)}.hws-account-hero p{margin:0;color:#777;font:500 13px var(--hws-sans)}.hws-account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.hws-stat-card{padding:20px;border:1px solid var(--hws-rule);border-radius:14px;background:#fff}.hws-stat-card span{display:block;color:#888;font:700 10px var(--hws-sans);letter-spacing:.08em;text-transform:uppercase}.hws-stat-card b{display:block;margin-top:5px;font:800 27px var(--hws-sans);color:var(--hws-ink)}.hws-tracking-section{margin-top:24px}.hws-tracking-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hws-tracking-head h2{margin:0;font:500 25px var(--hws-display);color:var(--hws-ink)}.hws-track-list{display:grid;gap:12px}.hws-track-card{display:grid;grid-template-columns:1.4fr .8fr .7fr auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid var(--hws-rule);border-radius:14px;background:#fff}.hws-track-card strong{display:block;color:var(--hws-ink);font:750 14px var(--hws-sans)}.hws-track-card small{display:block;margin-top:3px;color:#999;font:500 11px var(--hws-sans)}.hws-status-pill{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#e0f0f8;color:var(--hws-blue-dark);font:750 10px var(--hws-sans);text-transform:uppercase}.hws-track-card>a{color:var(--hws-blue-dark);font:750 12px var(--hws-sans)}.hws-track-empty{padding:26px;border:1px dashed #ddd5cc;border-radius:14px;color:#888;text-align:center;font:500 13px var(--hws-sans)}
@media(max-width:760px){.hws-request-modal{padding:12px}.hws-request-modal__dialog{padding:25px 18px;border-radius:16px}.hws-request-grid{grid-template-columns:1fr}.hws-request-wide{grid-column:auto}.hws-request-form__footer{align-items:stretch;flex-direction:column}.hws-account-shell{width:calc(100% - 32px);margin:22px auto 45px}.hws-account-hero{align-items:flex-start;flex-direction:column;padding:22px}.hws-account-stats{grid-template-columns:1fr 1fr}.hws-track-card{grid-template-columns:1fr 1fr}.hws-track-card>:first-child{grid-column:1/-1}}

/* Customer authentication and account pages share the storefront visual system. */
.hws-main .auth-content{width:min(700px,calc(100% - 32px));margin:38px auto 64px!important;padding:0!important}.hws-main .auth-content>.container{width:100%!important;max-width:none!important;padding:0!important}.hws-main .auth-content>.container>div{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.hws-main .auth-content .heading{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:24px 28px!important;border:1px solid #e7ddd3!important;border-bottom:0!important;border-radius:18px 18px 0 0!important;background:var(--hws-cream)!important}.hws-main .auth-content .heading h2{margin:0!important;font:500 30px var(--hws-display)!important;color:var(--hws-ink)!important}.hws-main .auth-content .body{width:100%!important;padding:28px!important;border:1px solid #e7ddd3!important;border-radius:0 0 18px 18px!important;background:#fff!important}.hws-main .auth-content .body h3{color:var(--hws-ink)!important;font:700 17px var(--hws-sans)!important}.hws-main .auth-content .body p{color:#888!important;font-size:13px!important}.hws-main .auth-content .form-style,.hws-main .auth-content .control{height:44px!important;border:1px solid #ddd5cc!important;border-radius:10px!important;background:#fff!important}.hws-main .auth-content .theme-btn{min-height:42px!important;padding:0 22px!important;border-radius:999px!important}.hws-main .auth-content .theme-btn.light{border:1px solid var(--hws-ink)!important;background:transparent!important;color:var(--hws-ink)!important}.hws-main .auth-content .social-login-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.hws-main .account-content{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:24px!important;width:min(1180px,calc(100% - 64px))!important;margin:36px auto 64px!important;padding:0!important}.hws-main .account-content>.sidebar,.hws-main .account-content>.account-layout{float:none!important;width:100%!important;margin:0!important;padding:0!important}.hws-main .account-content>.sidebar{position:sticky;top:150px;align-self:start}.hws-main .customer-sidebar{overflow:hidden!important;border:1px solid #e7ddd3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 38px rgba(30,25,20,.06)!important}.hws-main .customer-sidebar .account-details{padding:22px!important;background:var(--hws-cream)!important}.hws-main .customer-sidebar .customer-name{display:flex!important;align-items:center!important;justify-content:center!important;width:54px!important;height:54px!important;margin-bottom:10px!important;border-radius:50%!important;background:var(--hws-blue)!important;color:#fff!important;font:700 20px var(--hws-sans)!important}.hws-main .customer-sidebar .customer-name-text{padding:0!important;color:var(--hws-ink)!important;font:750 14px var(--hws-sans)!important}.hws-main .customer-sidebar .customer-email{padding:3px 0 0!important;color:#888!important;font:500 11px var(--hws-sans)!important}.hws-main .customer-sidebar ul.navigation{margin:0!important;padding:8px!important}.hws-main .customer-sidebar ul.navigation li{margin:2px 0!important;border-radius:10px!important}.hws-main .customer-sidebar ul.navigation li a{padding:12px 10px!important;color:#5e5954!important;font:650 12px var(--hws-sans)!important}.hws-main .customer-sidebar ul.navigation li.active,.hws-main .customer-sidebar ul.navigation li:hover{background:#eaf4f9!important}.hws-main .customer-sidebar ul.navigation li.active a{color:var(--hws-blue-dark)!important}.hws-main .hws-account-shell{width:100%!important;margin:0!important}.hws-main .account-layout .account-head{min-height:64px!important;height:auto!important;padding:18px 22px!important;border:1px solid #e7ddd3!important;border-radius:14px 14px 0 0!important;background:var(--hws-cream)!important}.hws-main .account-layout .account-heading{font:500 25px var(--hws-display)!important;color:var(--hws-ink)!important}.hws-main .account-layout .account-table-content,.hws-main .account-layout .account-items-list{border-color:#e7ddd3!important;border-radius:0 0 14px 14px!important;background:#fff!important}.hws-main .account-layout table{border-color:#eee7df!important}.hws-main .account-layout th{background:#faf7f3!important;color:#6c655f!important}.hws-main .account-layout .theme-btn{border-radius:999px!important}
@media(max-width:760px){.hws-main .auth-content{margin:22px auto 45px!important}.hws-main .auth-content .heading,.hws-main .auth-content .body{padding:20px!important}.hws-main .account-content{grid-template-columns:1fr!important;width:calc(100% - 32px)!important;margin:22px auto 45px!important}.hws-main .account-content>.sidebar{position:static}.hws-main .customer-sidebar ul.navigation{display:flex!important;overflow-x:auto!important}.hws-main .customer-sidebar ul.navigation li{min-width:max-content!important}.hws-main .hws-account-shell{width:100%!important}.hws-main .auth-content .social-login-links{grid-template-columns:1fr!important}}

.hws-main .auth-content a.link{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;border:1px solid #282725!important;border-radius:10px!important;background:#282725!important;color:#fff!important;font:650 12px var(--hws-sans)!important;transition:.2s!important}.hws-main .auth-content a.link:hover{border-color:var(--hws-orange)!important;background:var(--hws-orange)!important}.hws-main .auth-content a.google-link{border-color:var(--hws-orange)!important;background:var(--hws-orange)!important}.hws-main .auth-content a.google-link:hover{border-color:#282725!important;background:#282725!important}

.hws-account-actions{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 24px}.hws-account-actions button,.hws-product-help button{padding:9px 14px;border:1px solid #d8d0c7;border-radius:999px;background:#fff;color:var(--hws-ink);font:700 11px var(--hws-sans);cursor:pointer}.hws-account-actions button:hover,.hws-product-help button:hover{border-color:var(--hws-orange);background:var(--hws-orange);color:#fff}.hws-product-help{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;margin-top:14px!important;padding:14px!important;border:1px solid #e7ddd3!important;border-radius:12px!important;background:var(--hws-cream)!important}.hws-product-help>span{margin-right:auto;color:#6f6861;font:650 11px var(--hws-sans)}

/* Customer profile view/edit pages */
.hws-profile-content{padding:22px!important}
.hws-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;border:0}
.hws-profile-field{padding:16px 18px;border:1px solid var(--hws-rule);border-radius:12px;background:#fff}
.hws-profile-field dt{margin:0 0 4px;color:#8d8880;font:700 10px var(--hws-sans);letter-spacing:.06em;text-transform:uppercase}
.hws-profile-field dd{margin:0;color:var(--hws-ink);font:750 14px var(--hws-sans);word-break:break-word}
.hws-profile-field--wide{grid-column:1/-1}
.hws-profile-danger{margin-top:20px;padding-top:20px;border-top:1px solid var(--hws-rule)}
.hws-btn.hws-btn--danger-outline{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid #d92d20;border-radius:999px;background:#fff;color:#d92d20;font:700 12px var(--hws-sans);cursor:pointer;transition:.2s}
.hws-btn.hws-btn--danger-outline:hover{background:#d92d20;color:#fff}

.hws-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:2px 22px}
.hws-profile-form .control-group{margin:0 0 18px}
.hws-profile-form .control-group--full{grid-column:1/-1}
.hws-profile-form label{display:block;margin:0 0 6px;color:#4b4844;font:700 11px var(--hws-sans);letter-spacing:.03em;text-transform:uppercase}
.hws-profile-form .control{display:block;width:100%;height:44px;padding:0 13px;border:1px solid #ddd5cc;border-radius:10px;background:#fff;color:var(--hws-ink);font:500 13px var(--hws-sans);outline:0;transition:border-color .2s,box-shadow .2s}
.hws-profile-form .control:focus{border-color:var(--hws-blue);box-shadow:0 0 0 3px rgba(26,140,186,.15)}
.hws-profile-form .control-error{display:block;margin-top:5px;color:#d92d20;font:600 11px var(--hws-sans)}
.hws-profile-form .hws-profile-checkbox{display:flex;align-items:center;gap:8px}
.hws-profile-form .hws-profile-checkbox input{width:16px;height:16px}
.hws-profile-form .hws-profile-checkbox span{color:var(--hws-ink);font:500 13px var(--hws-sans)}
.hws-profile-form .button-group{grid-column:1/-1;margin-top:6px}
.hws-profile-form .button-group .btn{border-radius:999px!important}
@media(max-width:760px){.hws-profile-grid,.hws-profile-form{grid-template-columns:1fr}}
