.hqw-home{
  --hqw-primary:#f58216;--hqw-dark:#06131b;--hqw-cream:#f5efe5;--hqw-light:#fbf8f2;
  width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;background:var(--hqw-light);color:#182029;
  font-family:Arial,Helvetica,sans-serif;line-height:1.55;
}
.hqw-home *{box-sizing:border-box}
.hqw-home img{display:block;max-width:100%}
.hqw-home a{text-decoration:none;color:inherit}
.hqw-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hqw-home h1,.hqw-home h2,.hqw-home h3{font-family:Georgia,'Times New Roman',serif;color:#111b23;margin:0;line-height:1.08}
.hqw-home p{margin:0;color:#57616a}
.hqw-section{padding:92px 0}
.hqw-section-cream{background:var(--hqw-cream)}
.hqw-section-light{background:var(--hqw-light)}
.hqw-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:999px;background:var(--hqw-primary);color:#fff!important;font-size:14px;font-weight:700;border:1px solid var(--hqw-primary);transition:.25s ease;box-shadow:0 10px 24px rgba(245,130,22,.18)}
.hqw-button:hover{transform:translateY(-2px);filter:brightness(.97)}
.hqw-button-small{min-height:36px;padding:0 16px;font-size:12px}
.hqw-button-ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);box-shadow:none;backdrop-filter:blur(8px)}
.hqw-button-outline{background:transparent;color:var(--hqw-primary)!important;box-shadow:none}
.hqw-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.hqw-actions-column{justify-content:flex-start;align-items:flex-start;flex-direction:column}
.hqw-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:var(--hqw-primary)!important;font-weight:700;font-size:14px}
.hqw-section-heading{text-align:center;max-width:690px;margin:0 auto 40px}
.hqw-section-heading h2{font-size:42px;margin-bottom:14px}
.hqw-section-heading p{font-size:15px}


.hqw-hero{position:relative;min-height:650px;background-position:center;background-size:cover;display:flex;align-items:center;text-align:center;color:#fff}
.hqw-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,16,.72),rgba(3,12,19,.52),rgba(2,10,16,.72))}
.hqw-hero-content{position:relative;z-index:2;max-width:900px;padding:80px 20px}
.hqw-eyebrow{display:inline-block;margin-bottom:16px;color:#f4aa62;font-size:12px;font-weight:800;letter-spacing:.18em}
.hqw-hero h1{max-width:860px;margin:0 auto 20px;color:#fff;font-size:62px;text-shadow:0 4px 18px rgba(0,0,0,.3)}
.hqw-hero p{max-width:760px;margin:0 auto 30px;color:rgba(255,255,255,.82);font-size:16px}
.hqw-scroll{position:absolute;z-index:3;left:50%;bottom:24px;width:26px;height:40px;margin-left:-13px;border:1px solid rgba(255,255,255,.55);border-radius:999px}
.hqw-scroll span{position:absolute;left:50%;top:8px;width:4px;height:7px;margin-left:-2px;border-radius:4px;background:#fff;animation:hqwScroll 1.6s infinite}
@keyframes hqwScroll{0%{opacity:0;transform:translateY(0)}35%{opacity:1}100%{opacity:0;transform:translateY(14px)}}

.hqw-products-layout{display:grid;grid-template-columns:300px 1fr;gap:56px;align-items:start}
.hqw-products-intro{position:sticky;top:24px}
.hqw-products-intro h2,.hqw-solution-copy h2{font-size:38px;margin-bottom:18px}
.hqw-products-intro p,.hqw-solution-copy p{font-size:15px}
.hqw-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.hqw-stat{padding:18px;border-radius:10px;background:rgba(255,255,255,.7);border:1px solid rgba(15,25,32,.05)}
.hqw-stat strong{display:block;color:var(--hqw-primary);font-family:Georgia,'Times New Roman',serif;font-size:20px}
.hqw-stat span{display:block;margin-top:4px;font-size:11px;color:#65717a}
.hqw-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hqw-product-card{overflow:hidden;background:#fff;border-radius:12px;border:1px solid rgba(14,22,28,.06);box-shadow:0 10px 30px rgba(30,38,44,.04);transition:.25s}
.hqw-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(30,38,44,.09)}
.hqw-product-image{aspect-ratio:4/3;background:#f3f4f5;overflow:hidden;display:flex;align-items:center;justify-content:center}
.hqw-product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}
.hqw-image-placeholder{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:#fff;color:var(--hqw-primary);font-family:Georgia,serif;font-size:18px;font-weight:700;box-shadow:0 10px 24px rgba(20,30,38,.08)}
.hqw-product-card:hover img{transform:scale(1.045)}
.hqw-product-copy{padding:14px 15px 17px}
.hqw-product-copy h3{font-size:17px;margin-bottom:7px}
.hqw-product-copy p{font-size:12px;line-height:1.45}

.hqw-solution-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:72px;align-items:center}
.hqw-solution-copy p{margin-bottom:24px}
.hqw-slider{position:relative;overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(16,29,38,.07);box-shadow:0 28px 70px rgba(25,33,39,.12);isolation:isolate}
.hqw-slider.is-empty{display:none}
.hqw-slider-track{position:relative}
.hqw-slide{display:none;background:#fff}
.hqw-slide.is-active{display:block;animation:hqwSlideIn .48s ease}
@keyframes hqwSlideIn{from{opacity:.35;transform:translateX(14px)}to{opacity:1;transform:none}}
.hqw-slide-media{position:relative;display:flex;align-items:center;justify-content:center;height:430px;overflow:hidden;background:radial-gradient(circle at 50% 38%,#fff 0,#f5f7fa 58%,#e8edf2 100%)}
.hqw-slide-media:after{content:'';position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(5,18,27,.08));pointer-events:none}
.hqw-slide-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.hqw-slide.is-active:hover .hqw-slide-media img{transform:scale(1.025)}
.hqw-slide-placeholder{display:flex;align-items:center;justify-content:center;width:160px;height:160px;border-radius:50%;background:#fff;color:var(--hqw-primary);font:700 24px Georgia,serif;box-shadow:0 20px 50px rgba(22,35,44,.12)}
.hqw-slide-source{position:absolute;left:22px;top:20px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(6,19,27,.78);color:#fff;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(10px)}
.hqw-slide-copy{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:132px;padding:24px 26px 18px;background:#fff}
.hqw-slide-copy>div{min-width:0}
.hqw-slide-copy h3{font-size:23px;margin-bottom:8px}
.hqw-slide-copy h3 a{transition:color .2s ease}
.hqw-slide-copy h3 a:hover{color:var(--hqw-primary)}
.hqw-slide-copy p{font-size:13px;line-height:1.6;max-width:650px}
.hqw-slide-arrow{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#fff5e9;color:var(--hqw-primary)!important;font-size:20px;font-weight:700;transition:.25s ease}
.hqw-slide-arrow:hover{background:var(--hqw-primary);color:#fff!important;transform:translateY(-2px)}
.hqw-slider-prev,.hqw-slider-next{position:absolute;z-index:5;top:195px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(15,28,37,.08);background:rgba(255,255,255,.94);color:#17212a;box-shadow:0 10px 28px rgba(0,0,0,.14);cursor:pointer;font-size:27px;line-height:1;transition:.25s ease}
.hqw-slider-prev:hover,.hqw-slider-next:hover{background:var(--hqw-primary);color:#fff;transform:scale(1.05)}
.hqw-slider-prev{left:16px}.hqw-slider-next{right:16px}
.hqw-slider-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 26px 22px;background:#fff}
.hqw-slider-dots{display:flex;align-items:center;gap:7px}
.hqw-slider-dots button{width:7px;height:7px;border:0;padding:0;border-radius:999px;background:#d7dadd;cursor:pointer;transition:.25s ease}
.hqw-slider-dots button.is-active{width:28px;background:var(--hqw-primary)}
.hqw-slider-count{font-size:11px;font-weight:800;letter-spacing:.08em;color:#8b949b}
.hqw-slider.is-single .hqw-slider-prev,.hqw-slider.is-single .hqw-slider-next,.hqw-slider.is-single .hqw-slider-footer{display:none}

.hqw-feature-grid,.hqw-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hqw-feature-card,.hqw-process-card{background:rgba(255,255,255,.7);border:1px solid rgba(15,25,32,.05);border-radius:12px;padding:25px;min-height:210px}
.hqw-icon-box{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:#e7f3d9;color:#72a83b;font-weight:800;margin-bottom:16px;overflow:hidden}
.hqw-icon-box img{width:24px;height:24px;object-fit:contain}
.hqw-feature-card h3,.hqw-process-card h3{font-size:18px;margin-bottom:10px}
.hqw-feature-card p,.hqw-process-card p{font-size:12px;line-height:1.55}

.hqw-scene-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.hqw-scene-card{position:relative;height:180px;overflow:hidden;border-radius:12px}
.hqw-scene-card img{width:100%;height:100%;object-fit:cover;transition:.45s}
.hqw-scene-card span{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75))}
.hqw-scene-card h3{position:absolute;left:16px;right:16px;bottom:14px;color:#fff;font-size:17px;z-index:2}
.hqw-scene-card:hover img{transform:scale(1.07)}

.hqw-process-card{min-height:200px}
.hqw-process-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.hqw-process-top strong{font-family:Georgia,'Times New Roman',serif;color:#f4a050;font-size:28px;font-weight:400}
.hqw-process-top span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#fff4e7;color:var(--hqw-primary)}

.hqw-cta{position:relative;background-size:cover;background-position:center;padding:78px 0}
.hqw-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,20,.92),rgba(2,13,20,.72))}
.hqw-cta-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 520px;gap:70px;align-items:center}
.hqw-cta-copy h2{color:#fff;font-size:46px;max-width:570px;margin-bottom:18px}
.hqw-cta-copy p{color:rgba(255,255,255,.78);max-width:570px;margin-bottom:28px}
.hqw-form{background:#fffaf3;border-radius:16px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.hqw-form h3{font-size:27px;margin-bottom:6px}
.hqw-form>p{font-size:12px;margin-bottom:22px}
.hqw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hqw-form label span{display:block;font-size:11px;font-weight:700;margin-bottom:6px;color:#2c3339}
.hqw-form input,.hqw-form select,.hqw-form textarea{width:100%;border:1px solid #e5e1db;background:#fff;border-radius:8px;padding:11px 12px;font:inherit;font-size:13px;color:#202a31;outline:0}
.hqw-form input:focus,.hqw-form select:focus,.hqw-form textarea:focus{border-color:var(--hqw-primary);box-shadow:0 0 0 3px rgba(245,130,22,.12)}
.hqw-form-full{grid-column:1/-1}
.hqw-form-submit{width:100%;margin-top:16px}
.hqw-form-success{margin-top:12px;padding:11px 12px;border-radius:8px;background:#eaf7e5;color:#326725;font-size:12px}

.hqw-form-shortcode-output{margin-top:18px}
.hqw-form-shortcode-output .wpcf7{margin:0}
.hqw-form-shortcode-output .wpcf7-form p{margin:0 0 14px;color:#2c3339}
.hqw-form-shortcode-output .wpcf7-form label{display:block;font-size:11px;font-weight:700;color:#2c3339}
.hqw-form-shortcode-output .wpcf7-form-control-wrap{display:block;margin-top:6px}
.hqw-form-shortcode-output input[type=checkbox],.hqw-form-shortcode-output input[type=radio]{width:auto;min-height:0;margin-right:6px}
.hqw-form-shortcode-output .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 22px;border:1px solid var(--hqw-primary);border-radius:999px;background:var(--hqw-primary);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgba(245,130,22,.18);transition:.25s ease}
.hqw-form-shortcode-output .wpcf7-submit:hover{transform:translateY(-2px);filter:brightness(.97)}
.hqw-form-shortcode-output .wpcf7-spinner{display:block;margin:10px auto 0}
.hqw-form-shortcode-output .wpcf7-not-valid-tip{margin-top:5px;font-size:11px}
.hqw-form-shortcode-output .wpcf7-response-output{margin:14px 0 0!important;padding:10px 12px!important;border-radius:8px;font-size:12px}
.hqw-form-warning{padding:14px;border-radius:9px;background:#fff0cf;color:#755000;font-size:12px}


.hqw-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.hqw-reveal.is-visible{opacity:1;transform:none}

@media(max-width:980px){
  .hqw-hero h1{font-size:48px}
  .hqw-products-layout,.hqw-solution-layout,.hqw-cta-layout{grid-template-columns:1fr;gap:38px}.hqw-products-intro{position:static}.hqw-product-grid{grid-template-columns:repeat(3,1fr)}
  .hqw-feature-grid,.hqw-process-grid{grid-template-columns:repeat(2,1fr)}.hqw-scene-grid{grid-template-columns:repeat(2,1fr)}
  .hqw-cta-copy{text-align:center}.hqw-cta-copy h2,.hqw-cta-copy p{margin-left:auto;margin-right:auto}.hqw-cta-copy .hqw-button{margin:auto}
}
@media(max-width:680px){
  .hqw-container{width:min(100% - 28px,1180px)}.hqw-section{padding:64px 0}.hqw-section-heading h2{font-size:33px}
  .hqw-hero{min-height:620px}.hqw-hero h1{font-size:39px}.hqw-hero p{font-size:14px}.hqw-actions{flex-direction:column;align-items:stretch}.hqw-actions .hqw-button{width:100%}
  .hqw-products-intro h2,.hqw-solution-copy h2{font-size:32px}.hqw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hqw-product-copy{padding:12px}.hqw-product-copy h3{font-size:15px}.hqw-product-copy p{font-size:11px}
  .hqw-slide-media{height:310px}.hqw-slider-prev,.hqw-slider-next{top:135px;width:42px;height:42px}.hqw-slide-copy{padding:20px;min-height:0}.hqw-slide-copy h3{font-size:20px}.hqw-slider-footer{padding:0 20px 18px}.hqw-feature-grid,.hqw-process-grid,.hqw-scene-grid{grid-template-columns:1fr}.hqw-scene-card{height:210px}
  .hqw-cta{padding:64px 0}.hqw-cta-copy h2{font-size:36px}.hqw-form{padding:22px}.hqw-form-grid{grid-template-columns:1fr}.hqw-form-full{grid-column:auto}
}

/* Customer-requested 3x3 WooCommerce category grid · 2026-08-11 */
.hqw-product-grid{grid-auto-rows:1fr;align-items:stretch;gap:14px}
.hqw-product-grid>.hqw-product-card:nth-child(n+10){display:none}
.hqw-product-card{display:flex;min-width:0;height:100%;flex-direction:column}
.hqw-product-image{flex:0 0 auto}
.hqw-product-copy{display:flex;min-height:66px;flex:1;align-items:center;padding:13px 14px 15px}
.hqw-product-copy h3{display:-webkit-box;overflow:hidden;margin:0;font-size:16px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hqw-product-copy p{display:none}
@media(max-width:680px){
  .hqw-product-grid{gap:10px}
  .hqw-product-copy{min-height:58px;padding:10px 11px 12px}
  .hqw-product-copy h3{font-size:14px;line-height:1.25}
}
