/*
Theme Name: H&C CompuTech
Theme URI: https://hc-computech.co.uk/
Author: H&C CompuTech
Description: Bright WooCommerce-first theme for H&C CompuTech. Built for product discovery, local service SEO, Rank Math, LiteSpeed Cache and Google Tag Manager.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: hc-computech
*/

:root{
  --hc-blue:#3a98e7;
  --hc-blue-dark:#075fb8;
  --hc-blue-deep:#063663;
  --hc-cyan:#5ee7ff;
  --hc-orange:#ff7a1a;
  --hc-yellow:#ffd43b;
  --hc-green:#14b86a;
  --hc-red:#ff4d4d;
  --hc-ink:#071426;
  --hc-muted:#5d6d80;
  --hc-line:#dbe7f3;
  --hc-bg:#f4f8fc;
  --hc-card:#ffffff;
  --hc-soft:#eaf5ff;
  --hc-radius:8px;
  --hc-shadow:0 22px 60px rgba(7,20,38,.13);
  --hc-shadow-soft:0 10px 32px rgba(7,20,38,.08);
  --hc-max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--hc-ink);
  background:var(--hc-bg);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;word-wrap:normal!important}
.hc-wrap{max-width:var(--hc-max);margin:0 auto;padding:0 22px}

.hc-topbar{background:linear-gradient(90deg,var(--hc-blue-dark),var(--hc-blue));color:#fff;font-size:.86rem;font-weight:800;letter-spacing:.01em}
.hc-topbar .hc-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:38px}
.hc-topbar__left,.hc-topbar__right{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.hc-trust-stars{color:#9bff7a;letter-spacing:.08em}

.hc-site-header{background:#fff;border-bottom:1px solid var(--hc-line);position:sticky;top:0;z-index:50;box-shadow:0 7px 30px rgba(6,54,99,.05)}
.admin-bar .hc-site-header{top:32px}
.hc-header-main{display:grid;grid-template-columns:245px minmax(280px,1fr) auto;gap:24px;align-items:center;padding:20px 22px 14px}
.hc-logo{display:flex;align-items:center;gap:12px;min-width:0}
.hc-logo img{width:220px;max-height:58px;object-fit:contain}
.hc-search{display:flex;align-items:center;background:#f7fbff;border:1px solid var(--hc-line);border-radius:16px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.hc-search input[type="search"]{width:100%;border:0;background:transparent;padding:15px 16px;color:var(--hc-ink);outline:0}
.hc-search button{border:0;background:var(--hc-blue);color:#fff;padding:15px 22px;cursor:pointer;font-weight:900}
.hc-search button:hover{background:var(--hc-blue-dark)}
.hc-header-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}
.hc-action{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:68px;font-size:.78rem;font-weight:850;color:var(--hc-ink)}
.hc-action__icon{font-size:1.45rem;line-height:1}
.hc-basket-count{background:var(--hc-orange);color:#fff;border-radius:999px;min-width:19px;height:19px;display:inline-grid;place-items:center;font-size:.72rem;margin-left:-8px;margin-top:-8px;position:absolute}
.hc-nav-row{border-top:1px solid #eef4fa}
.hc-nav-inner{display:flex;align-items:center;gap:12px;padding:0 22px 12px}
.hc-mobile-toggle{display:none;border:0;background:var(--hc-blue);color:#fff;border-radius:12px;padding:12px 14px;font-weight:900;cursor:pointer}
.hc-primary-nav{display:flex;align-items:center;gap:4px;width:100%}
.hc-primary-nav ul{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0;flex-wrap:wrap;width:100%}
.hc-primary-nav a,.hc-all-cats{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:13px;font-weight:900;color:#10253e;font-size:.9rem}
.hc-primary-nav a:hover,.hc-primary-nav .current-menu-item>a{background:var(--hc-soft);color:var(--hc-blue-dark)}
.hc-all-cats{background:var(--hc-blue);color:#fff;gap:8px;margin-right:12px;white-space:nowrap}
.hc-deals-link{color:#e03400!important}

.hc-hero{position:relative;overflow:hidden;background:#06101f;color:#fff}
.hc-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,24,.96) 0%,rgba(4,12,24,.82) 38%,rgba(4,12,24,.34) 66%,rgba(4,12,24,.18) 100%),radial-gradient(circle at 22% 22%,rgba(94,231,255,.25),transparent 32%),radial-gradient(circle at 70% 85%,rgba(255,122,26,.22),transparent 30%);z-index:1}
.hc-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.09) 0 1px,transparent 1px 62px);opacity:.36;z-index:1}
.hc-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.94fr);align-items:center;gap:42px;min-height:560px;padding:64px 22px}
.hc-hero__copy{position:relative;z-index:3}
.hc-eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:8px 13px;font-weight:900;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}
.hc-hero h1{font-size:clamp(2.45rem,5.2vw,5.6rem);line-height:.92;margin:18px 0 18px;text-transform:uppercase;letter-spacing:.04em;max-width:740px}
.hc-hero p{font-size:clamp(1rem,1.45vw,1.23rem);max-width:595px;margin:0 0 26px;color:#eaf6ff;font-weight:650}
.hc-hero__actions{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:26px}
.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:13px 19px;font-weight:950;border:2px solid transparent;box-shadow:0 12px 24px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.hc-btn:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(0,0,0,.17)}
.hc-btn--primary{background:#fff;color:var(--hc-blue-dark)}
.hc-btn--orange{background:var(--hc-orange);color:#fff}
.hc-btn--ghost{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.42)}
.hc-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:610px}
.hc-mini-stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:12px 14px;backdrop-filter:blur(10px)}
.hc-mini-stat strong{display:block;font-size:1.05rem;color:#fff}.hc-mini-stat span{display:block;color:#d8edff;font-size:.84rem;font-weight:700}
.hc-hero-art{position:relative;min-height:390px;display:grid;place-items:center}
.hc-hero__media{position:relative;width:min(560px,100%);aspect-ratio:1.34;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 34px 90px rgba(0,0,0,.38),0 0 0 10px rgba(255,255,255,.05);background:#08131f}
.hc-hero__media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,28,.58),transparent 48%),linear-gradient(180deg,transparent,rgba(5,15,28,.22));z-index:1}
.hc-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.04)}
.hc-floating-tag{position:absolute;right:14px;bottom:14px;z-index:2;background:rgba(255,122,26,.96);color:#fff;border-radius:8px;padding:10px 13px;font-weight:950;box-shadow:0 20px 35px rgba(0,0,0,.2);font-size:.86rem}

.hc-trust-strip{background:#fff;border-bottom:1px solid var(--hc-line)}
.hc-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;padding:14px 22px}
.hc-trust-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-right:1px solid var(--hc-line)}
.hc-trust-item:last-child{border-right:0}.hc-trust-icon{width:38px;height:38px;border-radius:8px;background:var(--hc-soft);color:var(--hc-blue-dark);display:grid!important;place-items:center;font-size:.78rem;font-weight:950}.hc-trust-item strong{display:block;font-size:.86rem;text-transform:uppercase}.hc-trust-item span{display:block;color:var(--hc-muted);font-size:.78rem;font-weight:700}

.hc-section{padding:48px 0}.hc-section--white{background:#fff}.hc-section--tight{padding:30px 0}.hc-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.hc-section-head h2{font-size:clamp(1.45rem,2.7vw,2.25rem);margin:0;text-transform:uppercase;letter-spacing:.03em}.hc-section-head p{margin:7px 0 0;color:var(--hc-muted);font-weight:650}.hc-link{color:var(--hc-blue-dark);font-weight:950}
.hc-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.hc-cat-card{background:#fff;border:1px solid var(--hc-line);border-radius:8px;padding:16px;min-height:150px;box-shadow:var(--hc-shadow-soft);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.hc-cat-card:before{content:"";position:absolute;right:-36px;bottom:-36px;width:105px;height:105px;border-radius:50%;background:var(--cat,#eaf5ff);opacity:.58}.hc-cat-card__icon{width:58px;height:58px;border-radius:8px;display:grid;place-items:center;background:var(--cat,#eaf5ff);font-size:.82rem;font-weight:950;letter-spacing:.02em;color:#18334f;position:relative}.hc-cat-card h3{margin:12px 0 4px;font-size:1rem}.hc-cat-card p{margin:0;color:var(--hc-muted);font-size:.86rem;font-weight:650}.hc-cat-card__arrow{position:absolute;right:14px;bottom:14px;width:34px;height:34px;border-radius:8px;background:var(--hc-blue);color:#fff;display:grid;place-items:center;font-weight:950}
.hc-promo-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:16px}.hc-promo{position:relative;overflow:hidden;border-radius:24px;min-height:190px;color:#fff;padding:24px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--hc-shadow);background:linear-gradient(135deg,#065bbb,#20b2ff)}.hc-promo--purple{background:linear-gradient(135deg,#23126a,#a428ff)}.hc-promo--orange{background:linear-gradient(135deg,#ff4d00,#ffb000)}.hc-promo h3{font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.05;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px}.hc-promo p{margin:0 0 18px;max-width:315px;color:rgba(255,255,255,.9);font-weight:650}.hc-promo__shape{position:absolute;right:-24px;bottom:-32px;font-size:8rem;opacity:.22;line-height:1}.hc-promo .hc-btn{box-shadow:none;padding:10px 14px;font-size:.86rem}
.hc-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hc-product-slot{background:#fff;border:1px solid var(--hc-line);border-radius:20px;min-height:242px;box-shadow:var(--hc-shadow-soft);overflow:hidden}.hc-product-slot__media{height:132px;background:linear-gradient(135deg,#eef7ff,#fff);display:grid;place-items:center;color:#bdd3e8;font-size:3rem}.hc-product-slot__body{padding:14px}.hc-product-slot__body h3{font-size:.98rem;margin:0 0 8px}.hc-product-slot__body p{font-size:.84rem;color:var(--hc-muted);margin:0}.hc-empty-note{border:2px dashed #bdd3e8;border-radius:20px;min-height:190px;display:grid;place-items:center;text-align:center;color:#56708a;background:#f8fcff;font-weight:800;padding:24px}
.hc-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hc-service-card{background:#fff;border:1px solid var(--hc-line);border-radius:22px;padding:22px;box-shadow:var(--hc-shadow-soft)}.hc-service-card h3{margin:0 0 8px;font-size:1.15rem}.hc-service-card p{color:var(--hc-muted);font-weight:650;margin:0 0 14px}.hc-service-card ul{margin:0;padding-left:18px;color:#263e58;font-weight:700}.hc-service-card li+li{margin-top:6px}
.hc-seo-band{background:linear-gradient(135deg,#071426,#063663);color:#fff}.hc-seo-band .hc-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hc-seo-band h2{font-size:clamp(1.65rem,3vw,2.6rem);margin:0 0 12px;text-transform:uppercase}.hc-seo-band p{color:#d8edff;font-weight:650}.hc-seo-list{display:grid;gap:10px}.hc-seo-list a{display:flex;justify-content:space-between;gap:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:13px 15px;font-weight:900}.hc-seo-list a:hover{background:rgba(255,255,255,.16)}
.hc-newsletter{background:#fff;border-top:1px solid var(--hc-line)}.hc-newsletter__box{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;background:linear-gradient(135deg,#eaf5ff,#fff);border:1px solid var(--hc-line);border-radius:24px;padding:24px;box-shadow:var(--hc-shadow-soft)}.hc-newsletter h2{margin:0}.hc-newsletter p{margin:6px 0 0;color:var(--hc-muted);font-weight:650}.hc-newsletter__actions{display:flex;gap:10px;flex-wrap:wrap}
.hc-site-footer{background:#06162a;color:#dcecff;padding:42px 0 22px}.hc-footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:28px}.hc-footer-logo img{width:220px;background:#fff;border-radius:14px;padding:8px}.hc-site-footer h2,.hc-site-footer h3{color:#fff;margin-top:0}.hc-site-footer p{color:#b8cbe0}.hc-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}.hc-footer-links a{color:#dcecff;font-weight:750}.hc-footer-links a:hover{color:#fff}.hc-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#aac2dc;font-size:.88rem}

.entry-content,.hc-page{background:#fff}.hc-page__inner{max-width:var(--hc-max);margin:0 auto;padding:44px 22px}.hc-page h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:0 0 18px}.hc-page article{max-width:850px}.wp-block-button__link,.button,button.single_add_to_cart_button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--hc-blue)!important;color:#fff!important;border-radius:12px!important;font-weight:950!important;border:0!important;padding:12px 16px!important}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--hc-blue-dark)!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid var(--hc-line);border-radius:20px;padding:14px!important;box-shadow:var(--hc-shadow-soft);overflow:hidden}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:900;color:var(--hc-ink)}.woocommerce span.onsale{background:var(--hc-orange);font-weight:950}.woocommerce div.product div.images img{border-radius:20px;border:1px solid var(--hc-line)}.woocommerce div.product .product_title{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.woocommerce-info,.woocommerce-message{border-top-color:var(--hc-blue)}.woocommerce-info::before,.woocommerce-message::before{color:var(--hc-blue)}

@media (max-width: 1024px){
  .hc-header-main{grid-template-columns:190px 1fr auto;gap:16px}.hc-logo img{width:185px}.hc-header-actions .hc-action span:not(.hc-action__icon){display:none}.hc-action{min-width:42px}.hc-hero__inner{grid-template-columns:1fr;min-height:auto}.hc-hero-art{min-height:330px}.hc-category-grid{grid-template-columns:repeat(3,1fr)}.hc-promo-grid{grid-template-columns:1fr 1fr}.hc-promo-grid .hc-promo--orange{grid-column:1 / -1}.hc-products-grid{grid-template-columns:repeat(2,1fr)}.hc-trust-grid{grid-template-columns:repeat(3,1fr)}.hc-service-grid{grid-template-columns:1fr 1fr}.hc-seo-band .hc-wrap{grid-template-columns:1fr}.hc-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .admin-bar .hc-site-header{top:0}.hc-topbar .hc-wrap{justify-content:center;text-align:center}.hc-topbar__right{display:none}.hc-header-main{grid-template-columns:1fr auto;grid-template-areas:"logo actions" "search search";padding:15px 16px 12px}.hc-logo{grid-area:logo}.hc-logo img{width:175px}.hc-search{grid-area:search}.hc-header-actions{grid-area:actions}.hc-action:nth-child(1){display:none}.hc-mobile-toggle{display:inline-flex}.hc-nav-inner{padding:0 16px 12px}.hc-primary-nav{display:none;width:100%;background:#fff;border:1px solid var(--hc-line);border-radius:18px;padding:10px;margin-top:8px}.hc-primary-nav.is-open{display:block}.hc-primary-nav ul{display:grid;gap:4px}.hc-primary-nav a,.hc-all-cats{justify-content:flex-start;width:100%;margin:0}.hc-hero__inner{padding:38px 18px;gap:24px}.hc-hero h1{font-size:2.7rem}.hc-hero__stats{grid-template-columns:1fr}.hc-hero-art{min-height:260px}.hc-hero__media{aspect-ratio:1.08}.hc-trust-grid{grid-template-columns:1fr 1fr;padding:10px 16px}.hc-trust-item{border:0;padding:9px}.hc-category-grid,.hc-promo-grid,.hc-products-grid,.hc-service-grid,.hc-footer-grid{grid-template-columns:1fr}.hc-section-head{align-items:flex-start;flex-direction:column}.hc-newsletter__box{grid-template-columns:1fr}.hc-footer-bottom{display:grid}.hc-wrap{padding:0 16px}
}

/* Content pages, seeded SEO pages and WooCommerce account polish */
.hc-eyebrow-dark{display:inline-flex;align-items:center;gap:8px;background:var(--hc-soft);color:var(--hc-blue-dark);border:1px solid var(--hc-line);border-radius:999px;padding:8px 13px;font-weight:950;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px}
.hc-content-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff,#eaf5ff);border:1px solid var(--hc-line);border-radius:30px;padding:34px;margin-bottom:24px;box-shadow:var(--hc-shadow-soft)}
.hc-content-hero:after{content:"";position:absolute;right:-90px;bottom:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,var(--hc-blue),transparent 68%);opacity:.18}
.hc-content-hero h1{position:relative;max-width:840px;margin:0 0 14px;font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:.98;text-transform:uppercase;letter-spacing:.03em}
.hc-content-hero p{position:relative;max-width:830px;font-size:1.1rem;color:var(--hc-muted);font-weight:700;margin:0 0 20px}
.hc-content-actions{display:flex;flex-wrap:wrap;gap:12px;position:relative}.hc-btn--blue{background:var(--hc-blue);color:#fff}.hc-btn--blue:hover{background:var(--hc-blue-dark)}
.hc-info-panel{background:#fff;border:1px solid var(--hc-line);border-radius:24px;padding:26px;margin:22px 0;box-shadow:var(--hc-shadow-soft)}.hc-info-panel h2{margin:0 0 12px;text-transform:uppercase}.hc-info-panel ul{display:grid;gap:10px;margin:0;padding-left:22px;font-weight:750;color:#263e58}.hc-info-panel li::marker{color:var(--hc-blue)}
.hc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:22px 0}.hc-two-col>div,.hc-contact-card{background:#fff;border:1px solid var(--hc-line);border-radius:24px;padding:25px;box-shadow:var(--hc-shadow-soft)}.hc-two-col h2,.hc-contact-card h2{margin:0 0 10px;text-transform:uppercase}.hc-two-col p,.hc-contact-card p{color:var(--hc-muted);font-weight:700}.hc-contact-card a{color:var(--hc-blue-dark);font-weight:950}
.hc-contact-grid,.hc-logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hc-contact-grid article,.hc-logo-grid article{background:#fff;border:1px solid var(--hc-line);border-radius:24px;padding:24px;box-shadow:var(--hc-shadow-soft);position:relative;overflow:hidden}.hc-contact-grid article:after,.hc-logo-grid article:after{content:"";position:absolute;right:-35px;bottom:-35px;width:105px;height:105px;border-radius:50%;background:var(--hc-soft)}.hc-contact-grid h2,.hc-logo-grid h2,.hc-logo-grid h3{margin:0 0 10px;text-transform:uppercase}.hc-contact-grid a{color:var(--hc-blue-dark);font-weight:950}.hc-logo-grid p{margin:0;color:var(--hc-muted);font-weight:700}
.entry-content>.hc-content-hero:first-child,.entry-content>.hc-info-panel:first-child{margin-top:0}

.woocommerce-account .hc-page__inner{max-width:1180px}.woocommerce-account .woocommerce{display:grid;grid-template-columns:275px minmax(0,1fr);gap:22px;align-items:start}.woocommerce-account .woocommerce-MyAccount-navigation{background:linear-gradient(180deg,#071426,#063663);border-radius:26px;padding:14px;box-shadow:var(--hc-shadow);position:sticky;top:128px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#eaf6ff;font-weight:950;border-radius:16px;padding:13px 14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09)}.woocommerce-account .woocommerce-MyAccount-navigation a:hover,.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#fff;color:var(--hc-blue-dark)}.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--hc-line);border-radius:26px;padding:28px;box-shadow:var(--hc-shadow-soft);min-height:360px}.woocommerce-account .woocommerce-MyAccount-content p:first-child{font-size:1.05rem;font-weight:700;color:#263e58}.woocommerce-account .woocommerce-MyAccount-content a{color:var(--hc-blue-dark);font-weight:950}.woocommerce-account .woocommerce-MyAccount-content table{border-radius:18px;overflow:hidden;background:#fff}.woocommerce-account fieldset{border:1px solid var(--hc-line);border-radius:20px;padding:18px;margin-top:18px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--hc-line);border-radius:14px;padding:12px;background:#f8fcff}.woocommerce form .form-row label{font-weight:850;color:#263e58}.woocommerce-account .woocommerce-notices-wrapper+.woocommerce{margin-top:16px}
.woocommerce-LostPassword a{color:var(--hc-blue-dark);font-weight:950}.woocommerce form.login,.woocommerce form.register{border:1px solid var(--hc-line);border-radius:24px;padding:24px;box-shadow:var(--hc-shadow-soft);background:#fff}.woocommerce h2{font-size:clamp(1.4rem,2.5vw,2.15rem);text-transform:uppercase;letter-spacing:.03em}.woocommerce-account .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.woocommerce-account .u-column1,.woocommerce-account .u-column2{width:auto!important;float:none!important}

@media (max-width: 900px){.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,1fr)}.hc-two-col,.hc-contact-grid,.hc-logo-grid{grid-template-columns:1fr}.woocommerce-account .u-columns{grid-template-columns:1fr}}
@media (max-width: 560px){.hc-content-hero{padding:24px;border-radius:24px}.woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-content{padding:20px}}

/* v1.2 polish: account page fix, safer footer/header links and mobile smart sticky header */
.woocommerce-account .hc-page article{max-width:none;width:100%}
.woocommerce-account .entry-content{background:transparent}
.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:minmax(250px,300px) minmax(0,1fr)!important;gap:28px!important;align-items:start!important;width:100%!important;max-width:1180px;margin:0 auto}
.woocommerce-account .woocommerce:before,.woocommerce-account .woocommerce:after{display:none!important;content:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important}
.woocommerce-account .woocommerce-MyAccount-navigation{top:146px;align-self:start}
.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:54px;font-size:.98rem;line-height:1.25}
.woocommerce-account .woocommerce-MyAccount-navigation a:after{content:"›";font-size:1.25rem;opacity:.65}
.woocommerce-account .woocommerce-MyAccount-content{background:linear-gradient(180deg,#fff,#f8fcff);overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-content>p{max-width:760px;line-height:1.7}
.hc-account-welcome{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;background:linear-gradient(135deg,#eaf5ff,#ffffff);border:1px solid var(--hc-line);border-radius:24px;padding:24px;margin:4px 0 24px;box-shadow:var(--hc-shadow-soft);position:relative;overflow:hidden}
.hc-account-welcome:after{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:999px;background:radial-gradient(circle,var(--hc-blue),transparent 68%);opacity:.16}
.hc-account-welcome__copy{position:relative;z-index:1}.hc-account-welcome h2{margin:0 0 8px;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.05;text-transform:uppercase;letter-spacing:.02em}.hc-account-welcome p{margin:0;color:var(--hc-muted);font-weight:750}.hc-account-welcome .hc-eyebrow-dark{margin-bottom:12px;color:var(--hc-blue-dark)}
.hc-account-quick-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hc-account-quick-grid a{display:grid!important;gap:3px;background:#fff;border:1px solid var(--hc-line);border-radius:18px;padding:16px;color:var(--hc-ink)!important;box-shadow:0 8px 22px rgba(7,20,38,.06);transition:transform .18s ease,border-color .18s ease}.hc-account-quick-grid a:hover{transform:translateY(-2px);border-color:var(--hc-blue)}.hc-account-quick-grid strong{font-weight:950}.hc-account-quick-grid span{color:var(--hc-muted);font-size:.86rem;font-weight:750}
.woocommerce-account .woocommerce table.shop_table{border:1px solid var(--hc-line);border-radius:18px;overflow:hidden}.woocommerce-account .woocommerce table.shop_table th{background:#eaf5ff;color:var(--hc-blue-dark);font-weight:950}.woocommerce-account mark{background:#fff0cf;border-radius:8px;padding:.08em .35em;color:#8a4a00}.woocommerce-account address{background:#fff;border:1px solid var(--hc-line);border-radius:18px;padding:18px;line-height:1.7}

@media (max-width: 760px){
  .hc-site-header{transition:transform .22s ease,box-shadow .22s ease;will-change:transform}
  body.hc-mobile-header-hidden .hc-site-header{transform:translateY(calc(-100% - 2px));box-shadow:none}
  body.hc-mobile-header-hidden .hc-primary-nav.is-open{display:none}
  .woocommerce-account .woocommerce{grid-template-columns:1fr!important;gap:18px!important}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:50px}.hc-account-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 520px){.woocommerce-account .woocommerce-MyAccount-navigation ul,.hc-account-quick-grid{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-content{padding:18px}.hc-account-welcome{padding:18px}}
