/* ============================================================
   HANOOON — Premium Polish Layer (ui-ux-pro-max)
   Loaded after the base theme stylesheet.
   ============================================================ */
:root{
  --ease-lux: cubic-bezier(.22,1,.36,1);
  --shadow-card: 0 26px 55px -30px rgba(20,20,18,.45);
  --maxw: 1500px;            /* wider site container (was 1280) */
}

/* ---------- Round finish colour swatches (like Zaan) ---------- */
ul.variable-items-wrapper li.variable-item.color-variable-item,
ul.variable-items-wrapper li.variable-item.color-variable-item .variable-item-span{border-radius:50% !important}

/* declutter: hide the checkmark trust list (info now lives in Product details) */
.trust-badges-pdp{display:none !important}
/* hide the "SKU: N/A" line (unprofessional); keep category subtle at the bottom */
.woocommerce div.product .product_meta .sku_wrapper{display:none !important}
/* Variable products: the customer MUST see the selected size's real price.
   Show the variation price when a size is chosen, and hide the top "From X"
   only while selected (JS toggles .hwa-var-selected) so there's never a duplicate. */
.woocommerce div.product .single_variation_wrap .single_variation:empty{margin:0 !important;padding:0 !important;min-height:0 !important}
.woocommerce div.product .single_variation .price{display:block !important;margin:0 0 6px;font-size:26px;font-weight:600;color:var(--ink)}
.woocommerce div.product .single_variation .price del{color:var(--muted);font-size:19px;opacity:.7;margin-right:10px;font-weight:400}
.woocommerce div.product .single_variation .price ins{text-decoration:none;color:var(--gold);font-weight:600}
.woocommerce div.product.hwa-var-selected .summary > p.price,
.woocommerce div.product.hwa-var-selected .entry-summary > p.price{display:none !important}
.woocommerce div.product .product_meta{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;margin-top:8px}

/* ---------- "Top Quality" circular trust seals ---------- */
.hwa-seals{margin-top:26px;text-align:center;border-top:1px solid var(--line);padding-top:24px}
.hwa-seals .seals-title{font-family:var(--font-display);font-size:18px;letter-spacing:.03em;margin-bottom:16px;color:var(--ink)}
.hwa-seals .seals-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}
.hwa-seal{width:82px;height:82px}
.hwa-seal svg{width:100%;height:100%;display:block}
.hwa-seal .hs-ring{fill:none;stroke:var(--ink);stroke-width:1.4}
.hwa-seal .hs-dots{fill:none;stroke:var(--gold);stroke-width:1.3;stroke-dasharray:1.5 3.5}
.hwa-seal .hs-arc{font-family:var(--font-body);font-size:8.6px;font-weight:600;letter-spacing:.13em;fill:var(--muted)}
.hwa-seal .hs-c{font-family:var(--font-display);font-size:17px;fill:var(--ink)}
.hwa-seal .hs-star{fill:var(--gold)}
.hwa-seal .hs-ic{fill:none;stroke:var(--ink);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:560px){.hwa-seal{width:66px;height:66px}.hwa-seals .seals-row{gap:8px}}

/* ---------- Product page: details block that fills the summary column ---------- */
.hwa-specs{margin:20px 0 4px;border-top:1px solid var(--line);padding-top:20px}
.hwa-specs h4{font-family:var(--font-display);font-size:16px;letter-spacing:.04em;margin:0 0 10px;color:var(--ink)}
.hwa-specs ul{list-style:none;margin:0;padding:0}
.hwa-specs li{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13.5px;line-height:1.5}
.hwa-specs li:last-child{border-bottom:0}
.hwa-specs li span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:10.5px;white-space:nowrap;padding-top:3px}
.hwa-specs li b{text-align:right;font-weight:500;color:var(--ink)}

html{scroll-behavior:smooth}
a,button,.btn,summary{cursor:pointer}

/* ---------- Accessibility: header tap targets >= 44px ---------- */
.header-actions .icon-btn,.header-actions a,.nav-toggle{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
@media(min-width:561px){.header-actions .icon-btn{min-width:44px}}
.header-actions .icon-btn svg,.header-actions a svg{width:21px;height:21px}
@media(max-width:390px){.header-actions .icon-btn svg,.header-actions a svg{width:20px;height:20px}.header-actions{gap:8px}}

/* ---------- Brand logo (Arabic mark + wordmark lockup) ---------- */
.brand{display:flex !important;flex-direction:row !important;align-items:center;gap:13px}
.brand .brand-mark{height:40px;width:auto;display:block}
.brand .brand-text{display:flex;flex-direction:column;line-height:1}
@media(max-width:820px){
  .header-inner{gap:12px;padding:14px 16px}
  .brand{gap:9px}
  .brand .brand-mark{height:28px}
  .brand .mark{font-size:18px;letter-spacing:.16em}
  .brand .sub{font-size:7.5px;letter-spacing:.26em;margin-top:4px}
}
@media(max-width:560px){
  .header-inner{gap:8px;padding:12px 13px}
  .brand{gap:7px}
  .brand .brand-mark{height:25px}
  .brand .mark{font-size:16px;letter-spacing:.14em}
  .brand .sub{font-size:7px;letter-spacing:.22em;margin-top:3px}
}
@media(max-width:390px){
  .brand{gap:6px}
  .brand .brand-mark{height:22px}
  .brand .mark{font-size:14px;letter-spacing:.1em}
  .brand .sub{font-size:6.5px;letter-spacing:.18em}
}

/* ---------- Buttons: refined lift ---------- */
.btn,button.single_add_to_cart_button,.woocommerce a.button,.woocommerce button.button,
.woocommerce input.button,.woocommerce a.button.alt,.woocommerce button.button.alt{
  transition:background .35s var(--ease-lux),color .35s var(--ease-lux),border-color .35s var(--ease-lux),
             transform .35s var(--ease-lux),box-shadow .35s var(--ease-lux);
}
.btn:hover,button.single_add_to_cart_button:hover,.woocommerce a.button:hover,
.woocommerce button.button:hover,.woocommerce a.button.alt:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px -14px rgba(185,146,46,.55);
}
.btn:active,button.single_add_to_cart_button:active{transform:translateY(0)}

/* ---------- Product cards: lift, framed image, smooth zoom ---------- */
ul.products li.product{transition:transform .5s var(--ease-lux)}
ul.products li.product:hover{transform:translateY(-5px)}
.product-media{position:relative;overflow:hidden}
.product-media::after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,18,.06);pointer-events:none;transition:border-color .45s ease}
ul.products li.product:hover .product-media::after{border-color:rgba(185,146,46,.55)}
ul.products li.product img{transition:transform .9s var(--ease-lux)}
ul.products li.product:hover img{transform:scale(1.06)}
ul.products li.product .woocommerce-loop-product__title{transition:color .3s ease}
ul.products li.product:hover .woocommerce-loop-product__title{color:var(--gold)}
/* SALE badge: WooCommerce's own `.woocommerce span.onsale` wins on specificity and
   pins it to right:-.5em (spilling outside the card + getting clipped). Force it. */
.woocommerce ul.products li.product span.onsale,
.woocommerce div.product span.onsale,
ul.products li.product span.onsale{
  top:10px !important; left:10px !important; right:auto !important; bottom:auto !important;
  width:auto !important; height:auto !important;
  min-width:0 !important; min-height:0 !important;
  padding:6px 12px !important; margin:0 !important;
  border-radius:0 !important;
  font-size:10.5px !important; font-weight:500 !important; line-height:1.2 !important;
  letter-spacing:.16em; text-transform:uppercase;
  background:var(--gold) !important; color:#fff !important;
  box-shadow:0 8px 18px -8px rgba(185,146,46,.6);
}

/* prices: tabular figures so columns align */
.price,.amount,.woocommerce-Price-amount{font-variant-numeric:tabular-nums}

/* ---------- Section rhythm & headings ---------- */
.section,.hwa-cat-section{padding:94px 0}
@media(max-width:820px){.section,.hwa-cat-section{padding:60px 0}}
.divider-mark{height:2px;width:62px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.section-head h2,.sh-row h2{letter-spacing:.015em}

/* ---------- Carousel nav: premium ---------- */
.caro-nav{transition:background .3s var(--ease-lux),color .3s var(--ease-lux),transform .3s var(--ease-lux),box-shadow .3s ease}
.caro-nav:hover{transform:translateY(-50%) scale(1.08)}

/* ---------- Editorial banners ---------- */
.hwa-banner h2{transition:transform .7s var(--ease-lux)}
/* left-aligned banners use photos with their own baked-in dark side —
   keep our overlay light so the artwork stays visible */
.hwa-banner.align-left::before{background:linear-gradient(90deg,rgba(8,8,8,.42) 0%,rgba(8,8,8,.10) 55%,rgba(8,8,8,0) 75%) !important}
.hwa-banner.align-left h2,.hwa-banner.align-left .eyebrow,.hwa-banner.align-left p{text-shadow:0 2px 18px rgba(0,0,0,.5)}
.hwa-banner .btn{will-change:transform}

/* ---------- Single-product gallery polish ---------- */
.woocommerce div.product .woocommerce-product-gallery__image img{transition:transform .9s var(--ease-lux)}
.woocommerce div.product .flex-control-thumbs img{opacity:.68;border:1px solid transparent;transition:opacity .3s ease,border-color .3s ease}
.woocommerce div.product .flex-control-thumbs img:hover,
.woocommerce div.product .flex-control-thumbs img.flex-active{opacity:1;border-color:var(--gold)}
.woocommerce span.onsale{border-radius:0}

/* ---------- Header shadow on scroll ---------- */
.site-header{transition:box-shadow .35s ease,background .35s ease}
.site-header.scrolled{box-shadow:0 12px 34px -20px rgba(0,0,0,.22)}

/* ---------- Focus-visible (accessible + on-brand) ---------- */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,.btn:focus-visible,summary:focus-visible{
  outline:2px solid var(--gold);outline-offset:3px;border-radius:1px;
}

/* ---------- Floating WhatsApp: gentle presence ---------- */
.hwa-wa-float{animation:hwaFloat 3.4s ease-in-out infinite}
@keyframes hwaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.hwa-wa-float:hover{animation-play-state:paused}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .85s var(--ease-lux),transform .85s var(--ease-lux)}
.reveal.in-view{opacity:1;transform:none}

/* ---------- Single product: fix title wrap + empty right side ---------- */
/* DESKTOP ONLY — must never force 2 columns on mobile */
@media(min-width:821px){
  /* minmax(0,..) + min-width:0 stops the thumbnail row from blowing out the grid */
  .woocommerce div.product{
    grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) !important;
    align-items:flex-start;
  }
}
.woocommerce div.product > *{min-width:0}
.woocommerce div.product .woocommerce-product-gallery{min-width:0;overflow:hidden}
/* WooCommerce core forces .summary{float:right;width:48%} which squeezed the column
   to ~316px and made the title/specs wrap badly. Let it fill its grid track. */
.woocommerce div.product .summary.entry-summary,
.woocommerce div.product .entry-summary{width:100% !important;float:none !important;box-sizing:border-box}
/* title fits ~2 lines now that the column is full-width */
.woocommerce div.product .product_title{font-size:clamp(24px,1.9vw,30px) !important;line-height:1.22 !important}
.woocommerce div.product .product_title{
  font-size:clamp(23px,2.3vw,31px) !important;
  line-height:1.2 !important;
  letter-spacing:.008em;
  margin-bottom:14px !important;
}
/* Tabs + related products must span BOTH columns and sit below the gallery/summary,
   otherwise they overlap the buy box. (No sticky — sticky caused the collision.) */
.woocommerce div.product .summary.entry-summary,
.woocommerce div.product .entry-summary{position:static !important}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products{
  grid-column:1 / -1 !important;width:100% !important;float:none !important;margin-top:28px;clear:both;
}
/* compact gallery thumbnails into a single neat scroll row */
.woocommerce div.product .flex-control-thumbs{
  display:flex !important;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin:12px 0 0 !important;padding-bottom:4px;
  scrollbar-width:thin;
}
.woocommerce div.product .flex-control-thumbs::-webkit-scrollbar{height:5px}
.woocommerce div.product .flex-control-thumbs::-webkit-scrollbar-thumb{background:#d6d3cc;border-radius:4px}
.woocommerce div.product .flex-control-thumbs li{
  width:90px !important;min-width:90px;flex:0 0 auto;margin:0 !important;float:none !important;
}
.woocommerce div.product .flex-control-thumbs img{width:100%;height:auto}

/* ---------- Hero video background ---------- */
.hero{position:relative;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:grayscale(10%) brightness(.98)}
/* readability: a focused soft-dark scrim behind the text, video stays visible at the edges */
.hero .hero-overlay{z-index:1;background:
  radial-gradient(ellipse 72% 62% at 50% 47%, rgba(9,9,8,.62) 0%, rgba(9,9,8,.34) 55%, rgba(9,9,8,.24) 100%),
  linear-gradient(180deg, rgba(9,9,8,.28) 0%, rgba(9,9,8,0) 22%, rgba(9,9,8,0) 72%, rgba(9,9,8,.32) 100%)}
.hero .hero-inner{position:relative;z-index:3;max-width:760px}
/* refined text rhythm + crisp over video */
.hero .eyebrow{margin-bottom:20px;letter-spacing:.34em;text-shadow:0 2px 16px rgba(0,0,0,.6)}
.hero h1{line-height:1.06;margin-bottom:20px;text-shadow:0 3px 34px rgba(0,0,0,.55),0 1px 3px rgba(0,0,0,.4)}
.hero p.lead{letter-spacing:.24em;margin-bottom:34px;text-shadow:0 2px 18px rgba(0,0,0,.6)}
.hero .btn-row{gap:14px}
@media(max-width:560px){.hero .hero-inner{padding:36px 22px}.hero h1{margin-bottom:16px}.hero p.lead{margin-bottom:26px}}

/* ---------- Swipe cue: scrollable category bar hints there's more ---------- */
/* position:relative anchors the swipe-cue fade; force top:0 so the old sticky
   offset (top:73px) can't shove the white bar down over the trust strip below */
.cat-pills-wrap{position:relative;top:0 !important;z-index:1}
.cat-pills-wrap::after{content:"";position:absolute;top:0;bottom:0;right:0;width:46px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 78%);pointer-events:none;z-index:3;opacity:0;transition:opacity .3s ease}
.cat-pills-wrap.has-scroll::after{opacity:1}
.cat-pills{scroll-behavior:smooth}
/* Desktop: pills fit on one line — center them so there's no big empty gap on the right */
@media(min-width:821px){
  .cat-pills{justify-content:center;flex-wrap:wrap;row-gap:10px;overflow-x:visible}
  .cat-pills-wrap::after{display:none}
}
/* Phone/tablet: no sideways scrolling — pills wrap into tidy centred rows so
   every category label is fully readable (was clipping "Islamic Cal..."). */
@media(max-width:820px){
  .cat-pills{flex-wrap:wrap;justify-content:center;overflow-x:visible;
             gap:8px;row-gap:8px;padding:14px 0;padding-right:0}
  .cat-pills .pill{padding:7px 11px;font-size:10.5px;letter-spacing:.05em}
  .cat-pills-wrap::after{display:none}
}
@media(max-width:390px){
  .cat-pills{gap:6px;row-gap:6px;padding:12px 0}
  .cat-pills .pill{padding:6px 9px;font-size:10px;letter-spacing:.04em}
}

/* ---------- Clean product cards (Zaan-style: tidy + whole-card clickable) ---------- */
/* CRITICAL: WooCommerce's clearfix ::before/::after (content:" ";display:table) become
   GRID ITEMS and steal two cells — pushing the first product into column 2 and leaving
   phantom gaps. Must be removed for the grid to lay out correctly. */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after{content:none !important;display:none !important}

ul.products li.product{position:relative;text-align:left}
/* square, uniform images */
ul.products li.product img{aspect-ratio:1/1 !important}
/* declutter: hide loop button + customise link on cards */
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
ul.products li.product .added_to_cart,
ul.products li.product .hwa-card-customize{display:none !important}
/* whole card clickable via link overlay */
ul.products li.product > a.woocommerce-LoopProduct-link::after{content:"";position:absolute;inset:0;z-index:2}
/* tidy title: 2-line clamp so every card aligns */
ul.products li.product .woocommerce-loop-product__title{
  font-size:15.5px !important;line-height:1.4;margin:4px 0 6px !important;
  min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
/* price: "From X  strikethrough" */
ul.products li.product .price{font-size:15px;margin:0}
ul.products li.product .price .from{color:var(--muted);font-weight:400;font-size:13px}
ul.products li.product .price del{color:var(--muted);opacity:.6;font-weight:400;margin-left:7px;font-size:13px}
ul.products li.product .price ins{color:var(--gold);font-weight:600;text-decoration:none}
/* keep the SALE badge and quick-view above the overlay */
ul.products li.product span.onsale{z-index:3}

/* ---------- Premium trust strip (solid gold icon medallions) ---------- */
.trust{background:linear-gradient(180deg,#fbfaf7,#f3f1ea);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{padding:44px 0 !important;gap:0 !important;align-items:start}
.trust-item{padding:2px 30px !important;position:relative;transition:transform .4s var(--ease-lux)}
/* soft, faded vertical dividers read more premium than a hard line */
.trust-item:not(:last-child)::after{content:"";position:absolute;right:0;top:14%;height:72%;width:1px;background:linear-gradient(180deg,transparent,rgba(20,18,14,.12) 22%,rgba(20,18,14,.12) 78%,transparent)}
.trust-item .t-ic{
  display:inline-flex;align-items:center;justify-content:center;
  width:62px;height:62px;border-radius:50%;
  background:radial-gradient(125% 125% at 30% 22%,#e7cd8a 0%,#c9a24e 46%,#b4923a 100%);
  color:#fff;border:none;margin:0 auto 18px !important;font-size:0 !important;
  box-shadow:0 14px 26px -12px rgba(176,140,52,.62), inset 0 1px 0 rgba(255,255,255,.55);
  transition:transform .4s var(--ease-lux),box-shadow .4s var(--ease-lux);
}
.trust-item .t-ic svg{width:27px;height:27px;stroke:#fff;color:#fff}
.trust-item:hover{transform:translateY(-5px)}
.trust-item:hover .t-ic{box-shadow:0 20px 34px -12px rgba(176,140,52,.72), inset 0 1px 0 rgba(255,255,255,.55)}
.trust-item h4{font-size:13px !important;letter-spacing:.16em;color:var(--ink);margin-bottom:5px !important}
.trust-item p{font-size:12.5px;color:var(--muted);line-height:1.4}
@media(max-width:820px){
  .trust-item::after{display:none}
  .trust-item{padding:14px 10px !important}
  .trust-grid{padding:30px 0 !important}
  .trust-item .t-ic{width:56px;height:56px;margin-bottom:14px !important}
}

/* ============================================================
   WooCommerce forms (checkout / cart / account) — branded + mobile-safe
   Inputs were unstyled browser defaults: 13.3px font (causes iOS auto-zoom
   on focus) and only 35px tall (below the 44px touch minimum).
   ============================================================ */
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
  display:block;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);margin-bottom:7px;font-weight:500;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce table.cart td.actions .coupon input.input-text,
.woocommerce-page table.cart td.actions .coupon input.input-text,
.woocommerce form.login input.input-text,
.woocommerce form.register input.input-text{
  width:100%;box-sizing:border-box;
  font-family:var(--font-body);
  font-size:16px;              /* >=16px prevents iOS auto-zoom on focus */
  line-height:1.4;
  padding:13px 14px;
  min-height:48px;             /* comfortable touch target */
  border:1px solid var(--line);
  border-radius:0;
  background:#fff;color:var(--ink);
  transition:border-color .2s ease;
}
.woocommerce form .form-row textarea{min-height:110px}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{outline:none;border-color:var(--ink)}
/* select2 dropdowns (country / state) */
.woocommerce .select2-container--default .select2-selection--single{height:48px;border:1px solid var(--line);border-radius:0}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;padding-left:14px;font-size:16px;color:var(--ink)}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}
/* quantity box */
.woocommerce .quantity input.qty{font-size:16px;min-height:48px;border:1px solid var(--line);padding:8px;text-align:center;border-radius:0}

/* ============================================================
   MOBILE FIXES
   ============================================================ */
@media(max-width:560px){
  /* first/last name were squeezed to 125px — stack them */
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last{width:100% !important;float:none !important;margin-right:0 !important}
  .woocommerce #place_order,
  .woocommerce .checkout-button,
  .woocommerce button.button.alt{width:100%}
  .woocommerce table.cart td.actions .coupon input.input-text{margin-bottom:10px}
}
@media(max-width:820px){
  /* never allow sideways scrolling */
  html,body{max-width:100%;overflow-x:hidden}

  /* product page MUST stack on mobile */
  .woocommerce div.product{grid-template-columns:1fr !important;gap:26px !important;margin:28px auto !important}
  .woocommerce div.product .summary.entry-summary,
  .woocommerce div.product .entry-summary{position:static !important;top:auto !important}
  /* gallery must never push the page wide */
  .woocommerce div.product .woocommerce-product-gallery{overflow:hidden;max-width:100%}
  .woocommerce div.product .woocommerce-product-gallery__wrapper{max-width:100%}
  .woocommerce div.product .woocommerce-product-gallery__image,
  .woocommerce div.product .woocommerce-product-gallery__image img{max-width:100%;height:auto}
  .woocommerce div.product .zoomImg{display:none !important}   /* zoom overlay breaks touch layouts */

  /* banners: comfortable height on a phone */
  .hwa-banner{min-height:52vh}
  .hwa-banner-inner{padding:44px 22px}
}

@media(max-width:560px){
  /* announcement bar was eating 3 lines (80px) of the screen */
  .announce{font-size:9.5px;letter-spacing:.10em;padding:8px 12px;line-height:1.55}

  /* hero type scaled for a phone */
  .hero{min-height:74vh}
  .hero h1{font-size:31px;line-height:1.12}
  .hero p.lead{font-size:12px;letter-spacing:.16em;margin-bottom:26px}
  .hero .eyebrow{font-size:9.5px;letter-spacing:.2em;margin-bottom:16px}
  .hero .btn-row{gap:10px}
  .hero .btn{padding:14px 20px;font-size:11px;letter-spacing:.12em}

  /* buttons + headings everywhere */
  .btn,.woocommerce a.button,.woocommerce button.button{padding:14px 22px;font-size:11.5px;letter-spacing:.12em}
  .section-head h2,.sh-row h2{font-size:26px}
  .hwa-banner h2{font-size:28px}

  /* product page essentials — compact buy box */
  .woocommerce div.product .product_title{font-size:19px !important;line-height:1.22 !important;margin-bottom:10px !important}
  /* price on ONE line */
  .woocommerce div.product p.price,.woocommerce div.product span.price{font-size:16px !important;white-space:nowrap;display:block}
  .woocommerce div.product p.price .from{font-size:13px}
  .woocommerce div.product p.price del{font-size:13px;margin-right:5px}
  .woocommerce div.product form.cart .quantity{margin-right:8px}
  .single_add_to_cart_button{flex:1}

  /* payment logos: tidy rows on a phone */
  .pdp-pay .pl{height:32px;min-width:48px;padding:0 8px}
  .pdp-pay .pl svg{height:17px}

  /* footer breathing room */
  .site-footer{padding-top:48px}
  .foot-legal{gap:14px}
  /* keep the WhatsApp button clear of content */
  .hwa-wa-float{bottom:14px;right:14px}
}

/* Small phones (iPhone SE / 320px): the logo + 3 icons overflowed the header,
   pushing the cart icon off-screen. Tighten so everything stays reachable. */
@media(max-width:390px){
  .header-inner{padding:12px 12px;gap:7px}
  .brand .mark{font-size:14px;letter-spacing:.1em}
  .brand .sub{font-size:6.5px;letter-spacing:.18em;margin-top:3px}
  .header-actions{gap:13px}
  .header-actions svg{width:18px;height:18px}
  .nav-toggle{padding:4px}
  .nav-toggle span{width:19px}
  .cart-count{top:-7px;right:-9px;min-width:15px;height:15px;font-size:9px}
  .container,.header-inner{padding-left:14px;padding-right:14px}
}

/* ============================================================
   PREMIUM FEATURES — cart drawer, sticky ATC bar, newsletter popup
   ============================================================ */
body.hwa-noscroll{overflow:hidden}

/* ---- Cart drawer ---- */
.hwa-drawer-overlay{position:fixed;inset:0;background:rgba(12,12,11,.5);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;z-index:300}
.hwa-drawer-overlay.open{opacity:1;visibility:visible}
.hwa-cart-drawer{position:fixed;top:0;right:0;height:100%;width:400px;max-width:90vw;background:#fff;z-index:310;transform:translateX(100%);transition:transform .4s var(--ease-lux);box-shadow:-20px 0 50px -30px rgba(0,0,0,.4);display:flex;flex-direction:column}
.hwa-cart-drawer.open{transform:none}
.hwa-drawer-inner{display:flex;flex-direction:column;height:100%}
.hwa-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line);font-family:var(--font-display);font-size:19px;letter-spacing:.02em}
.hwa-drawer-close{background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:var(--ink);padding:0 4px}
.hwa-ship-bar{padding:16px 24px;background:var(--paper-2);border-bottom:1px solid var(--line)}
.hwa-ship-bar p{margin:0 0 9px;font-size:13px;color:var(--muted)}
.hwa-ship-bar p.unlocked{color:var(--gold)}
.hwa-ship-bar strong{color:var(--ink)}
.hwa-ship-track{height:5px;background:#e6e3db;border-radius:3px;overflow:hidden}
.hwa-ship-track span{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-2));transition:width .5s var(--ease-lux)}
.hwa-drawer-body{flex:1;overflow-y:auto;padding:8px 24px}
.hwa-drawer-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);position:relative}
.hwa-drawer-item .hdi-img img{width:64px;height:64px;object-fit:cover;background:var(--paper-2)}
.hdi-info{flex:1;min-width:0}
.hdi-name{font-family:var(--font-display);font-size:15px;line-height:1.3;margin-bottom:4px;padding-right:18px}
.hdi-meta{font-size:11.5px;color:var(--muted);margin-bottom:6px}
.hdi-meta *{margin:0}
.hdi-qtyrow{font-size:13px;color:var(--ink)}
.hwa-drawer-item .hdi-remove{position:absolute;top:14px;right:0;font-size:17px;color:var(--muted);text-decoration:none;line-height:1}
.hwa-drawer-item .hdi-remove:hover{color:var(--ink)}
.hwa-drawer-empty{text-align:center;padding:60px 20px;color:var(--muted)}
.hwa-drawer-empty .btn{margin-top:16px}
.hwa-drawer-foot{border-top:1px solid var(--line);padding:20px 24px}
.hwa-drawer-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}
.hwa-drawer-subtotal span{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.hwa-drawer-subtotal b{font-size:20px}
.hwa-drawer-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hwa-drawer-btns .btn{width:100%;padding:15px 10px;font-size:12px}
@media(max-width:480px){.hwa-cart-drawer{width:100%;max-width:100%}}

/* ---- Sticky add-to-cart bar ---- */
.hwa-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:250;background:rgba(255,255,255,.98);backdrop-filter:saturate(180%) blur(8px);border-top:1px solid var(--line);box-shadow:0 -12px 30px -20px rgba(0,0,0,.25);transform:translateY(110%);transition:transform .35s var(--ease-lux)}
.hwa-sticky-atc.show{transform:none}
.hsa-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px}
.hsa-prod{display:flex;align-items:center;gap:14px;min-width:0}
.hsa-prod img{width:46px;height:46px;object-fit:cover;background:var(--paper-2)}
.hsa-text{display:flex;flex-direction:column;min-width:0}
.hsa-name{font-family:var(--font-display);font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}
.hsa-price{font-size:14px;color:var(--gold);font-weight:600}
.hsa-price del{color:var(--muted);font-weight:400;opacity:.6;margin-right:6px;font-size:12px}
.hsa-btn{white-space:nowrap;padding:15px 34px}
@media(max-width:560px){.hsa-inner{padding:10px 16px}.hsa-name{max-width:38vw}.hsa-btn{padding:13px 20px;font-size:11px}}

/* ---- Newsletter popup ---- */
.hwa-pop-overlay{position:fixed;inset:0;background:rgba(12,12,11,.6);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:400}
.hwa-pop-overlay.open{opacity:1;visibility:visible}
.hwa-pop{position:relative;background:#fff;max-width:440px;width:100%;padding:44px 38px;text-align:center;box-shadow:0 40px 90px -40px rgba(0,0,0,.5);transform:translateY(16px) scale(.98);transition:transform .45s var(--ease-lux)}
.hwa-pop-overlay.open .hwa-pop{transform:none}
.hwa-pop-close{position:absolute;top:14px;right:16px;background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:var(--muted)}
.hwa-pop-eyebrow{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.hwa-pop h3{font-size:28px;margin:0 0 12px;line-height:1.15}
.hwa-pop p{color:var(--muted);font-size:14.5px;margin:0 0 22px}
.hwa-pop-form input{width:100%;box-sizing:border-box;border:1px solid var(--line);padding:15px 16px;font-family:var(--font-body);font-size:16px;margin-bottom:12px;text-align:center}
.hwa-pop-form input:focus{outline:none;border-color:var(--ink)}
.hwa-pop-form .btn{width:100%}
.hwa-pop-note{font-size:11.5px;color:var(--muted);margin-top:14px;letter-spacing:.04em}
.hwa-pop-code{font-family:var(--font-display);font-size:30px;letter-spacing:.2em;color:var(--ink);border:1px dashed var(--gold);padding:14px;margin-bottom:14px;background:var(--paper-2)}
.hwa-pop-copy{width:100%;margin-top:6px}
@media(max-width:480px){.hwa-pop{padding:38px 24px}.hwa-pop h3{font-size:24px}}

/* ---------- Social proof: "Seen in Real UAE Homes" ---------- */
.social-proof{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sp-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.sp-cell{position:relative;display:block;aspect-ratio:1/1;background-size:cover;background-position:center;overflow:hidden;background-color:#e8e5de}
.sp-cell::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,9,.5),transparent 55%);opacity:0;transition:opacity .35s ease}
.sp-cell:hover::after{opacity:1}
.sp-cell .sp-hover{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;color:#fff;font-family:var(--font-display);font-size:13px;line-height:1.25;opacity:0;transform:translateY(6px);transition:all .35s ease}
.sp-cell:hover .sp-hover{opacity:1;transform:none}
@media(max-width:1024px){.sp-grid{grid-template-columns:repeat(4,1fr)}.sp-cell:nth-child(n+9){display:none}}
@media(max-width:640px){.sp-grid{grid-template-columns:repeat(2,1fr);gap:8px}.sp-cell:nth-child(n+7){display:none}}

/* ---------- Reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  ul.products li.product:hover img{transform:none}
  .hwa-wa-float{animation:none}
  *{scroll-behavior:auto !important}
}

/* ============================================================
   PRO FEATURES — Size Guide · Product Q&A · Delivery ETA
   ============================================================ */
/* Estimated delivery under Add to Cart */
.hwa-eta{display:flex;align-items:center;gap:9px;margin:14px 0 4px;padding:11px 14px;background:linear-gradient(180deg,#fbfaf7,#f4f1ea);
  border:1px solid var(--line);border-radius:3px;font-size:13.5px;color:var(--ink);line-height:1.3}
.hwa-eta svg{color:var(--gold);flex:0 0 auto}
.hwa-eta strong{font-weight:600;white-space:nowrap}

/* Section headings shared by size guide + Q&A */
.hwa-sizeguide,.hwa-pdp-faq{clear:both;grid-column:1/-1 !important;max-width:900px;margin:46px 0 0}
.hwa-sizeguide h2,.hwa-pdp-faq h2{font-family:var(--font-display,'Marcellus',serif);font-size:24px;font-weight:400;letter-spacing:.01em;margin:0 0 6px}
.hwa-sg-sub{font-size:13.5px;color:var(--muted);margin:0 0 22px;max-width:640px}

/* Size guide — proportional bars */
.hwa-sg-rows{display:flex;flex-direction:column;gap:14px}
.hwa-sg-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:16px}
.hwa-sg-label{font-weight:600;font-size:13px;letter-spacing:.1em;color:var(--ink)}
.hwa-sg-track{height:26px;background:#f1efe9;border:1px solid var(--line);border-radius:2px;overflow:hidden}
.hwa-sg-bar{height:100%;background:linear-gradient(90deg,#c9a24e,#b4923a);border-right:1px solid rgba(0,0,0,.06);
  transition:width .5s var(--ease-lux)}
.hwa-sg-dim{font-size:13px;color:var(--ink);white-space:nowrap}
.hwa-sg-dim em{color:var(--muted);font-style:normal;font-size:12px}

/* Product Q&A accordion */
.hwa-faq-list{border-top:1px solid var(--line)}
.hwa-faq-item{border-bottom:1px solid var(--line)}
.hwa-faq-item summary{list-style:none;cursor:pointer;padding:16px 40px 16px 2px;position:relative;
  font-size:15px;font-weight:500;color:var(--ink);transition:color .2s ease}
.hwa-faq-item summary::-webkit-details-marker{display:none}
.hwa-faq-item summary::after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:300;color:var(--gold);transition:transform .3s var(--ease-lux)}
.hwa-faq-item[open] summary::after{content:"–"}
.hwa-faq-item summary:hover{color:var(--gold)}
.hwa-faq-a{padding:0 40px 18px 2px;font-size:14px;line-height:1.65;color:var(--muted)}

@media(max-width:820px){
  .hwa-sizeguide,.hwa-pdp-faq{margin-top:34px}
  .hwa-sizeguide h2,.hwa-pdp-faq h2{font-size:21px}
  .hwa-sg-row{grid-template-columns:40px 1fr;grid-template-areas:"label track" "dim dim";gap:8px 12px;row-gap:4px}
  .hwa-sg-label{grid-area:label}.hwa-sg-track{grid-area:track}
  .hwa-sg-dim{grid-area:dim;font-size:12.5px;padding-left:52px}
  .hwa-eta{font-size:12.5px}
}

/* ============================================================
   CORIAN WORKS — service page
   ============================================================ */
.corian-hero{background:radial-gradient(120% 120% at 50% 0%,#2a2a26 0%,#141412 55%,#0d0d0b 100%)}
.corian-hero .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.5))}
.corian-hero .hero-inner h1{color:#fff}

/* applications grid — real product cards with per-m² pricing */
.corian-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.corian-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:4px;
  overflow:hidden;text-decoration:none;color:inherit;
  transition:transform .4s var(--ease-lux),box-shadow .4s var(--ease-lux),border-color .3s ease}
.corian-card:hover{transform:translateY(-6px);box-shadow:0 22px 40px -22px rgba(20,18,14,.35);border-color:#d9d2c2}
.corian-card-img{display:block;width:100%;aspect-ratio:4/3;background-size:cover;background-position:center;
  background-color:#f2efe8}
.corian-card-img.is-empty{background:linear-gradient(135deg,#f4f1ea,#e8e3d7)}
.corian-card-body{display:flex;flex-direction:column;gap:6px;padding:18px 18px 20px}
.corian-card-title{font-size:14.5px;font-weight:600;letter-spacing:.01em;line-height:1.35;color:var(--ink)}
.corian-card-price{font-size:15px;font-weight:600;color:var(--ink)}
.corian-card-price .amount{font-weight:600}
.corian-card-price em{font-style:normal;font-size:11.5px;letter-spacing:.06em;color:var(--muted)}
.corian-card-note{font-size:11.5px;line-height:1.5;color:var(--muted)}

/* material rate table on the Corian page */
.corian-rates{max-width:640px;margin:44px auto 0;background:#fff;border:1px solid var(--line);border-radius:4px;padding:28px 30px}
.corian-rates h3{font-size:15px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 18px;color:var(--ink)}
.corian-rates ul{list-style:none;margin:0;padding:0}
.corian-rates li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  padding:11px 0;border-bottom:1px solid var(--line)}
.corian-rates li:last-child{border-bottom:0}
.corian-rates li span{font-size:14px;color:var(--ink)}
.corian-rates li b{font-size:14.5px;font-weight:600;white-space:nowrap}
.corian-rates li b em{font-style:normal;font-size:11.5px;letter-spacing:.06em;color:var(--muted)}
.corian-rates-note{font-size:12.5px;line-height:1.6;color:var(--muted);margin:16px 0 0}

/* per-m² explainer on the Corian product page */
.hwa-m2-note{margin:0 0 18px;padding:14px 16px;background:#faf8f3;border-left:3px solid var(--gold-2,#c9a24e);
  border-radius:0 3px 3px 0;font-size:13px;line-height:1.65;color:#4a463d}
.hwa-m2-note strong{color:var(--ink)}

/* price line on the homepage teaser */
.corian-teaser-price{margin:0 0 26px;color:#fff;font-size:20px;font-weight:600}
.corian-teaser-price strong{font-size:26px;font-weight:600}
.corian-teaser-price em{font-style:normal;font-size:13px;letter-spacing:.06em;color:#cfccc4}
.corian-teaser-price span{display:block;margin-top:5px;font-size:12px;font-weight:400;letter-spacing:.04em;color:#b5b1a6}

/* process step number badges (no images) */
.corian-process .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.corian-process .step{text-align:center}
.corian-process .step-num{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-family:var(--font-display,'Marcellus',serif);
  font-size:26px;color:#fff;border:1px solid rgba(201,162,78,.6);
  background:radial-gradient(125% 125% at 30% 22%,rgba(231,205,138,.28),rgba(180,146,58,.14))}
.corian-process .step h4{color:#fff;font-size:17px;margin:0 0 8px}
.corian-process .step p{color:#d8d5cc;font-size:14px;line-height:1.6;margin:0}

@media(max-width:980px){ .corian-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:820px){
  .corian-process .steps{grid-template-columns:1fr;gap:26px}
}
@media(max-width:480px){ .corian-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .corian-card{padding:22px 14px}.corian-card h4{font-size:13.5px} }

/* ---------- Corian teaser on homepage ---------- */
.corian-teaser{background:radial-gradient(120% 140% at 15% 0%,#2a2a26 0%,#141412 55%,#0d0d0b 100%);color:#fff;padding:72px 0}
.corian-teaser-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.corian-teaser-text .eyebrow{margin-bottom:14px}
.corian-teaser-text h2{color:#fff;font-size:32px;margin:0 0 16px}
.corian-teaser-text p{color:#cfccc4;font-size:15.5px;line-height:1.75;margin:0 0 22px;max-width:520px}
.corian-teaser-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}
.corian-teaser-tags span{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:#e9e6dd;
  border:1px solid rgba(201,162,78,.4);border-radius:40px;padding:7px 15px}
.corian-teaser-tiles{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.corian-tile{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:5px;
  padding:26px 18px;text-align:center;transition:transform .4s var(--ease-lux),background .4s var(--ease-lux)}
.corian-tile:hover{transform:translateY(-5px);background:rgba(255,255,255,.07)}
.corian-tile .corian-ic{margin:0 auto 14px}
.corian-tile span{font-size:12.5px;letter-spacing:.05em;color:#efece4}
@media(max-width:900px){
  .corian-teaser{padding:52px 0}
  .corian-teaser-inner{grid-template-columns:1fr;gap:34px}
  .corian-teaser-text h2{font-size:26px}
}
@media(max-width:480px){
  .corian-teaser-tiles{gap:12px}
  .corian-tile{padding:20px 12px}
}

/* ============================================================
   PRODUCT REVIEWS & STAR RATINGS
   ============================================================ */
/* gold stars everywhere */
.star-rating{color:var(--gold);letter-spacing:2px;font-size:14px}
.star-rating::before{color:#dcd8ce}
.star-rating span::before{color:var(--gold)}
ul.products li.product .star-rating{margin:7px auto 2px;font-size:13px}
.woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:4px 0 10px}
.woocommerce-product-rating .woocommerce-review-link{font-size:12.5px;color:var(--muted)}

/* reviews list */
#reviews .commentlist{margin:0;padding:0;list-style:none}
#reviews .commentlist li.review,#reviews .commentlist li.comment{list-style:none;border:1px solid var(--line);border-radius:4px;padding:22px 24px;margin:0 0 16px;background:#fff}
#reviews .comment_container{display:flex;gap:16px;align-items:flex-start}
#reviews .commentlist .avatar{width:52px;height:52px;border-radius:50%;margin:0;float:none}
#reviews .comment-text{flex:1;margin:0}
#reviews .meta{margin:0 0 8px;font-size:13px}
#reviews .woocommerce-review__author{font-weight:600;font-size:15px;color:var(--ink)}
#reviews .woocommerce-review__published-date{color:var(--muted);font-size:12.5px}
#reviews .woocommerce-review__verified{color:var(--gold);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
#reviews .description{color:#4a4a45;line-height:1.7}
.woocommerce-noreviews{background:linear-gradient(180deg,#fbfaf7,#f4f1ea);border:1px solid var(--line);border-radius:4px;padding:20px 24px;color:#6c6a63;font-size:14px;line-height:1.6}

/* review form */
#review_form_wrapper{margin-top:26px}
#review_form #respond{background:#fbfaf7;border:1px solid var(--line);border-radius:4px;padding:26px 26px 30px}
#review_form #reply-title{font-family:var(--font-display,'Marcellus',serif);font-size:21px;display:block;margin:0 0 6px}
#review_form .comment-notes{font-size:13px;color:var(--muted);margin:0 0 18px}
.comment-form-rating label{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}
.comment-form-rating p.stars a,.comment-form-rating .stars a{color:var(--gold)}
#review_form input[type=text],#review_form input[type=email],#review_form textarea{width:100%;font-size:16px;padding:12px 14px;border:1px solid var(--line);border-radius:3px;background:#fff;margin-top:6px}
#review_form .comment-form-comment textarea{min-height:120px}
#review_form label{font-size:13px;color:var(--ink)}
#review_form .form-submit input,#review_form input#submit,#review_form .submit{background:var(--ink);color:#fff;border:none;padding:14px 32px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .25s var(--ease-lux);width:auto}
#review_form .form-submit input:hover,#review_form input#submit:hover{background:var(--gold)}

/* ============================================================
   QUICK VIEW + WISHLIST
   ============================================================ */
ul.products li.product .product-media{position:relative}
.hwa-wish-btn{position:absolute;top:10px;right:10px;z-index:4;width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);border:1px solid var(--line);
  color:#6c6a63;cursor:pointer;transition:all .25s var(--ease-lux);padding:0}
.hwa-wish-btn:hover{color:#c0392b;border-color:#e0c9c4;transform:scale(1.08)}
.hwa-wish-btn.is-saved{color:#fff;background:#c0392b;border-color:#c0392b}
.hwa-wish-btn.is-saved svg{fill:currentColor}
.hwa-qv-btn{position:absolute;left:50%;transform:translateX(-50%) translateY(8px);bottom:12px;z-index:4;
  background:rgba(20,18,14,.9);color:#fff;border:none;cursor:pointer;font-family:inherit;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:10px 18px;border-radius:2px;
  opacity:0;transition:opacity .3s var(--ease-lux),transform .3s var(--ease-lux)}
ul.products li.product:hover .hwa-qv-btn{opacity:1;transform:translateX(-50%) translateY(0)}
.hwa-qv-btn:hover{background:var(--gold)}

.hwa-qv-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,14,12,.62);backdrop-filter:blur(3px);
  display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}
.hwa-qv-overlay.open{opacity:1;visibility:visible}
.hwa-qv-modal{position:relative;background:#fff;border-radius:5px;max-width:900px;width:100%;max-height:88vh;overflow:auto;
  transform:translateY(14px);transition:transform .35s var(--ease-lux);box-shadow:0 40px 80px -30px rgba(0,0,0,.5)}
.hwa-qv-overlay.open .hwa-qv-modal{transform:translateY(0)}
.hwa-qv-close{position:absolute;top:12px;right:14px;z-index:3;background:rgba(255,255,255,.9);border:1px solid var(--line);
  width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:#4a4a45}
.hwa-qv-close:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.hwa-qv-loading{padding:60px;text-align:center;color:var(--muted)}
.hwa-qv-grid{display:grid;grid-template-columns:1fr 1fr}
.hwa-qv-img{background:#f4f1ea}
.hwa-qv-img img{width:100%;height:100%;object-fit:cover;display:block}
.hwa-qv-info{padding:34px 34px 30px}
.hwa-qv-info h3{font-family:var(--font-display,'Marcellus',serif);font-size:23px;font-weight:400;margin:0 0 10px;line-height:1.28}
.hwa-qv-price{font-size:20px;margin:0 0 14px}
.hwa-qv-price del{color:var(--muted);opacity:.7;font-size:16px;margin-right:8px}
.hwa-qv-price ins{text-decoration:none;color:var(--gold);font-weight:600}
.hwa-qv-desc{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 16px}
.hwa-qv-attr{font-size:12.5px;color:#4a4a45;margin:0 0 7px}
.hwa-qv-attr span{display:inline-block;min-width:56px;text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:var(--muted)}
.hwa-qv-actions{display:flex;gap:10px;align-items:center;margin-top:22px;flex-wrap:wrap}
.hwa-qv-cta{background:var(--ink);color:#fff;padding:14px 24px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  border-radius:2px;transition:background .25s var(--ease-lux)}
.hwa-qv-cta:hover{background:var(--gold);color:#fff}
.hwa-wish-inline{position:static;width:auto;height:auto;border-radius:40px;padding:12px 18px;gap:8px;font-size:12px;
  letter-spacing:.1em;text-transform:uppercase;transform:none}
.hwa-wish-inline:hover{transform:none}

.hwa-wl-link{position:relative;display:flex;align-items:center}
.hwa-wl-count{position:absolute;top:-4px;right:-6px;background:var(--gold);color:#fff;font-size:10px;
  min-width:17px;height:17px;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.hwa-wl-wrap{min-height:200px}
.hwa-wl-empty{text-align:center;color:var(--muted);padding:50px 20px;font-size:15px}

@media(max-width:820px){
  .hwa-qv-overlay{padding:0;align-items:flex-end}
  .hwa-qv-modal{max-height:92vh;border-radius:6px 6px 0 0}
  .hwa-qv-grid{grid-template-columns:1fr}
  .hwa-qv-img{max-height:250px}
  .hwa-qv-info{padding:24px 20px 26px}
  .hwa-qv-info h3{font-size:19px}
  .hwa-qv-cta{flex:1;text-align:center;padding:13px 16px}
}

/* ============================================================
   MOBILE FIXES — touch targets & no-hover devices
   ============================================================ */
.hwa-custom-form input[type=text],.hwa-custom-form input[type=email],
.hwa-custom-form input[type=tel],.hwa-custom-form input[type=number],
.hwa-custom-form select,.hwa-custom-form textarea{font-size:16px}

@media(max-width:820px){
  .hwa-qv-btn{opacity:1 !important;transform:translateX(-50%) !important;
    font-size:10px;letter-spacing:.1em;padding:9px 14px;bottom:8px}
  .hwa-wish-btn:not(.hwa-wish-inline){width:42px;height:42px;top:8px;right:8px}
  .hwa-wl-link{min-width:44px;justify-content:center}
}

/* quick-view button: keep it compact + single line on small cards */
@media(max-width:820px){
  .hwa-qv-btn{white-space:nowrap;font-size:9.5px;letter-spacing:.08em;padding:7px 12px;bottom:10px}
}

/* ============================================================
   HEADER FIT — the nav + wishlist/cart icons need ~1130px.
   Below that the logo collided with "SHOP" and the cart/wishlist
   icons ran off-screen. Switch to the hamburger earlier, and
   tighten the nav slightly on mid-size screens.
   ============================================================ */
@media(max-width:1259px){
  .main-nav{display:none}
  .main-nav.open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
    padding:20px 24px;border-bottom:1px solid var(--line);gap:0;z-index:60}
  .main-nav.open ul{flex-direction:column;gap:0;width:100%}
  .main-nav.open li{padding:12px 0;border-bottom:1px solid var(--line)}
  .main-nav.open .sub-menu{position:static;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;padding:6px 0 0 16px;min-width:0}
  .main-nav.open .sub-menu li{padding:8px 0;border:0}
  .main-nav.open .menu-item-has-children>a::before{display:none}
  .nav-toggle{display:block}
  .site-header{position:relative}
  .header-inner{position:relative}
}
/* breathing room on 1260–1500px screens so it never gets tight again */
@media(min-width:1260px) and (max-width:1500px){
  .main-nav ul{gap:22px}
  .main-nav a{font-size:12px;letter-spacing:.08em}
  .header-actions{gap:14px}
}
/* never let header content spill off-screen */
.site-header .header-inner{max-width:100%}

/* ---------- MOBILE FIXES: Quick View + Wishlist tap targets ----------
   Phones have no hover, so the Quick View button (opacity:0 until hover)
   was invisible on mobile. And the 36px heart was under the 44px
   comfortable-tap minimum. Both fixed on small screens. */
@media(max-width:820px){
  ul.products li.product .hwa-qv-btn{
    opacity:1 !important;
    transform:translateX(-50%) !important;
    font-size:10.5px;padding:9px 15px;bottom:10px;
  }
  .hwa-wish-btn{width:42px;height:42px;top:8px;right:8px}
  .hwa-wish-btn svg{width:20px;height:20px}
  /* inline heart inside quick-view modal keeps its pill shape */
  .hwa-wish-inline{width:auto;height:auto}
}

/* ---------- Corian teaser tiles = real project photos (was icons) ---------- */
.corian-teaser-tiles .corian-tile{
  position:relative;display:block;padding:0;height:170px;border-radius:5px;overflow:hidden;
  background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.10);
  transition:transform .4s var(--ease-lux),box-shadow .4s var(--ease-lux)}
.corian-teaser-tiles .corian-tile::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 40%,rgba(0,0,0,.72) 100%)}
.corian-teaser-tiles .corian-tile:hover{transform:translateY(-5px);box-shadow:0 22px 40px -20px rgba(0,0,0,.6)}
.corian-teaser-tiles .corian-tile span{
  position:absolute;left:0;right:0;bottom:14px;z-index:2;text-align:center;
  font-size:12.5px;letter-spacing:.06em;color:#fff}
@media(max-width:900px){ .corian-teaser-tiles .corian-tile{height:140px} }
@media(max-width:480px){ .corian-teaser-tiles .corian-tile{height:118px}
  .corian-teaser-tiles .corian-tile span{font-size:11.5px;bottom:10px} }

/* ---------- Corian teaser: real project photo as section background ---------- */
.corian-teaser.has-bg{position:relative;background-size:cover;background-position:center right;background-repeat:no-repeat}
/* dark scrim — heavy on the left where the text sits, lighter on the right so the photo shows */
.corian-teaser.has-bg::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(100deg,rgba(10,10,9,.97) 0%,rgba(12,12,10,.94) 38%,rgba(14,14,11,.80) 66%,rgba(16,16,13,.66) 100%)}
.corian-teaser.has-bg > .container{position:relative;z-index:1}
@media(max-width:900px){
  .corian-teaser.has-bg{background-position:center}
  /* on mobile the text stacks full-width, so darken evenly for readability */
  .corian-teaser.has-bg::before{background:linear-gradient(180deg,rgba(10,10,9,.95) 0%,rgba(12,12,10,.93) 55%,rgba(14,14,11,.90) 100%)}
}

/* ---------- Corian pricing clarity ---------- */
.hwa-price-note{max-width:760px;margin:-18px auto 0;padding:16px 20px;background:#fbfaf7;border:1px solid var(--line);
                border-left:3px solid var(--gold);font-size:13.5px;line-height:1.7;color:var(--ink);text-align:left}
.hwa-price-note strong{font-weight:600}
.hwa-unit{font-size:.72em;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap}
@media(max-width:560px){.hwa-price-note{font-size:13px;padding:14px 16px;margin-top:-8px}}

/* ---------- shared section sub-heading + centred CTA (Corian sections) ---------- */
.section-head .section-sub{max-width:660px;margin:14px auto 0;font-size:14.5px;line-height:1.7;color:var(--muted)}
.section-head .section-sub strong{color:var(--ink);font-weight:600}
.section-cta{margin-top:36px;text-align:center}

/* ---------- Corian responsive ---------- */
@media(max-width:1100px){ .corian-grid{grid-template-columns:repeat(3,1fr)} }
@media(max-width:820px){
  .corian-rates{padding:22px 20px;margin-top:34px}
  .corian-rates li{flex-wrap:wrap;gap:4px}
  .corian-teaser-price{font-size:18px}
  .corian-teaser-price strong{font-size:23px}
}
@media(max-width:480px){
  .corian-card-body{padding:14px 14px 16px;gap:5px}
  .corian-card-title{font-size:13px}
  .corian-card-price{font-size:14px}
  .corian-card-note{font-size:10.5px}
  .corian-rates li span{font-size:13px}
  .corian-rates li b{font-size:13.5px}
  .hwa-m2-note{font-size:12.5px;padding:12px 13px}
}

/* ---------- Shop by Category: round circles ---------- */
.cat-cards-wrap{background:linear-gradient(180deg,#fff 0%,#faf8f3 100%)}
.cat-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:26px 18px;justify-items:center}
.cat-card{display:flex;flex-direction:column;align-items:center;gap:14px;text-decoration:none;max-width:190px;width:100%}
.cat-circle{display:block;width:100%;aspect-ratio:1/1;border-radius:50%;
  background-size:cover;background-position:center;background-color:#f2efe8;
  border:3px solid #fff;outline:1px solid var(--line);
  box-shadow:0 14px 30px -18px rgba(20,18,14,.4);
  transition:transform .45s var(--ease-lux),box-shadow .45s var(--ease-lux),outline-color .3s ease}
.cat-card:hover .cat-circle{transform:translateY(-6px) scale(1.03);
  box-shadow:0 24px 44px -20px rgba(20,18,14,.5);outline:2px solid var(--gold,#b9922e)}
.cat-card-info{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}
.cat-card-info strong{color:var(--ink);font-family:var(--font-display);font-weight:500;font-size:16.5px;letter-spacing:.02em;line-height:1.3;transition:color .3s ease}
.cat-card:hover .cat-card-info strong{color:var(--gold,#b9922e)}
.cat-card-info em{font-style:normal;color:var(--muted);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase}
.cat-circle-all{background:radial-gradient(120% 130% at 30% 20%,#2b2a24 0%,#141412 60%,#0d0d0b 100%);
  display:flex;align-items:center;justify-content:center}
.cat-all-mark{color:var(--gold-2,#c9a24e);font-size:44px;line-height:1;font-family:var(--font-display)}
@media(max-width:1024px){ .cat-cards{grid-template-columns:repeat(4,1fr);gap:22px 14px} }
@media(max-width:640px){
  .cat-cards{grid-template-columns:repeat(3,1fr);gap:18px 10px}
  .cat-card{gap:10px}
  .cat-card-info strong{font-size:12.5px}
  .cat-card-info em{font-size:8.5px;letter-spacing:.1em}
  .cat-circle{border-width:2px}
}

/* ---------- Gallery safety: never let the product gallery stay invisible ----------
 * WooCommerce ships the gallery with inline opacity:0 and reveals it from the
 * flexslider start callback; if that callback is delayed or skipped (script
 * timing, cached lazyload HTML), the customer sees a blank main image forever.
 * Force visibility; hide non-first slides pre-init so there is no stacking flash. */
.woocommerce div.product .woocommerce-product-gallery{opacity:1 !important}
.woocommerce div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child){display:none}
.woocommerce div.product .flex-viewport .woocommerce-product-gallery__image{display:block !important}

/* footer services links row */
.foot-areas{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:center;align-items:baseline;
  padding:18px 0 4px;border-top:1px solid rgba(255,255,255,.09);margin-top:26px}
.foot-areas-label{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#8f8b80}
.foot-areas a{font-size:12px;color:#b5b1a6;text-decoration:none;transition:color .25s ease}
.foot-areas a:hover{color:#fff}
.local-hero .hero-inner{max-width:840px;margin:0 auto;text-align:center}
.local-intro{max-width:820px}
.local-intro p{font-size:15.5px;line-height:1.85;color:#4a463d;margin:0 0 18px}
.local-faq{max-width:760px;margin:0 auto}
.local-faq details{background:#fff;border:1px solid var(--line);border-radius:4px;margin:0 0 10px;padding:0 20px}
.local-faq summary{cursor:pointer;font-weight:600;font-size:14.5px;color:var(--ink);padding:16px 0;list-style:none;position:relative}
.local-faq summary::-webkit-details-marker{display:none}
.local-faq summary::after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);color:var(--gold,#b9922e);font-size:19px;font-weight:400}
.local-faq details[open] summary::after{content:"\2212"}
.local-faq details p{font-size:13.5px;line-height:1.7;color:var(--muted);margin:0;padding:0 0 16px}
@media(max-width:640px){ .foot-areas{gap:5px 12px} .foot-areas a{font-size:11px} .local-intro p{font-size:14.5px} }
