/*
Theme Name: High Point Architect Pro
Theme URI: https://hipointinternational.com/
Author: High Point International LLC
Description: High Point Option 4 Exact Dark — premium bilingual furniture and furnishing theme.
Version: 4.8.0
Text Domain: high-point-architect-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Noto+Sans+Arabic:wght@300;400;500;600;700&display=swap');

:root{
  --gold:#d49a2f;
  --gold-dark:#9d6b18;
  --bg:#0c0e0f;
  --bg-2:#101314;
  --panel:#111415;
  --panel-2:#16191a;
  --text:#f4f4f1;
  --muted:#b9b9b4;
  --line:#343637;
  --card-line:#8b6224;
  --white:#fff;
  --shadow:0 18px 48px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Manrope,Arial,sans-serif;
  font-size:15px;
  line-height:1.55;
  font-weight:400;
}
html[lang^="ar"] body,.rtl{font-family:"Noto Sans Arabic",Tahoma,sans-serif}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{line-height:1.12;letter-spacing:-.025em}
button,input,select,textarea{font:inherit}
.screen-reader-text{position:absolute;left:-9999px}
.container{width:min(1600px,calc(100% - 72px));margin:0 auto}
.center{text-align:center}
.section-kicker,.eyebrow{
  display:inline-block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:700;
}
.dark-title{
  margin:8px 0 24px;
  color:#fff;
  font-size:clamp(28px,2.3vw,42px);
  font-weight:500;
}
.left-title{text-align:left}
.empty-note{grid-column:1/-1;color:var(--muted)}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:42px;
  padding:0 26px;
  border:1px solid var(--gold);
  border-radius:2px;
  background:transparent;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:10px;
  font-weight:700;
  transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.button:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.gold-button{background:linear-gradient(90deg,#c78a27,#dda843);border-color:#d7a13a;color:#fff}
.dark-outline{background:#0b0d0e;border-color:#a67524}
.dark-outline:hover{background:#171b1c;border-color:var(--gold)}
.arrow-button span{color:var(--gold);font-size:16px;line-height:1}

/* HEADER — exact dark option 4 */
.site-header{
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
  background:#080a0b;
  border-bottom:1px solid rgba(212,154,47,.65);
  box-shadow:0 7px 22px rgba(0,0,0,.25);
}
body.admin-bar .site-header{top:32px}
.header-inner{
  min-height:64px;
  display:grid;
  grid-template-columns:180px minmax(0,1fr) auto 1px 170px;
  gap:18px;
  align-items:center;
}
.header-logo{display:flex;align-items:center;overflow:hidden;min-width:0}
.header-logo img{display:block;width:auto;max-width:100%;object-fit:contain;object-position:center}
.header-logo-english img{max-height:54px}
.header-logo-arabic{justify-content:flex-end}
.header-logo-arabic img{max-height:48px}
.header-divider{width:1px;height:32px;background:#686868}
.main-nav{min-width:0}
.main-nav ul{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  margin:0;
  padding:0;
}
.main-nav li{position:relative}
.main-nav a{
  display:block;
  padding:23px 12px 20px;
  color:#f4f4f2;
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  white-space:nowrap;
  transition:color .2s ease;
}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--gold)}
.main-nav .current-menu-item>a:after,.main-nav li:first-child>a:after{
  content:'';
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  height:2px;
  background:var(--gold);
}
.header-actions{display:flex;align-items:center;gap:14px}
.header-actions .quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  background:linear-gradient(90deg,#c78a27,#dca943);
  color:#fff;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
}
.search-link{font-size:20px;color:#fff;line-height:1}
.menu-toggle{
  display:none;
  border:0;
  background:transparent;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

/* HERO — furniture image only; all wording/buttons are real HTML text */
.hero-live{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background-color:#060707;
  border-bottom:1px solid rgba(212,154,47,.28);
}
.hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  transition:opacity .7s ease;
}
.hero-slide.active{opacity:1}
.hero-live:before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(4,5,5,.98) 0%,rgba(4,5,5,.93) 24%,rgba(4,5,5,.58) 48%,rgba(4,5,5,.12) 72%,rgba(4,5,5,.03) 100%);
}
.hero-live-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18));
  pointer-events:none;
}
.hero-live-inner{
  position:relative;
  z-index:2;
  min-height:560px;
  display:flex;
  align-items:center;
}
.hero-live-copy{width:min(610px,50%);padding:54px 0 62px}
.hero-kicker{
  display:block;
  margin-bottom:18px;
  color:var(--gold);
  font-size:12px;
  line-height:1.3;
  letter-spacing:.11em;
  font-weight:700;
  text-transform:uppercase;
}
.hero-live h1{
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(48px,5.1vw,86px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:500;
  text-shadow:0 2px 14px rgba(0,0,0,.28);
}
.hero-live p{
  max-width:585px;
  margin:0 0 27px;
  color:#f1f1ed;
  font-size:16px;
  line-height:1.62;
  font-weight:400;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.hero-buttons{display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.hero-buttons .button{min-height:54px;padding:0 28px;font-size:11px}
.hero-primary span{font-size:17px}
.hero-secondary{background:rgba(6,7,7,.72)}
.hero-slider-ui{position:absolute;inset:0;z-index:4;pointer-events:none}
.hero-dots{position:absolute;left:50%;bottom:18px;display:flex;gap:12px;transform:translateX(-50%);pointer-events:auto}
.hero-dots button{
  width:11px;height:11px;padding:0;border:0;border-radius:50%;
  background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.35);cursor:pointer;
}
.hero-dots button.active{background:var(--gold)}
.hero-arrows{position:absolute;right:6px;bottom:10px;display:flex;gap:12px;pointer-events:auto}
.hero-arrows button{
  width:42px;height:42px;padding:0;border:1px solid rgba(212,154,47,.6);border-radius:50%;
  background:rgba(5,6,6,.5);color:#fff;font-size:34px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:.2s ease;
}
.hero-arrows button:hover,.hero-arrows button:focus{background:var(--gold);color:#080a0b;outline:none}
.header-logo.logo-empty{min-height:52px}
.footer-brand-block .footer-logo{display:block}

/* all homepage content stays dark */
.hp-dark-home,.dark-section{background:var(--bg)}
.solutions-section{padding:18px 0 22px}
.solutions-section .section-kicker{margin-top:0}
.solutions-section .dark-title{margin-bottom:20px}
.solution-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.solution-card{
  min-width:0;
  border:1px solid var(--card-line);
  border-radius:9px;
  overflow:hidden;
  background:linear-gradient(180deg,#141718,#101213);
  box-shadow:0 5px 18px rgba(0,0,0,.18);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.solution-card:hover{
  transform:translateY(-8px);
  border-color:#d09a37;
  box-shadow:0 21px 42px rgba(0,0,0,.48),0 0 0 1px rgba(212,154,47,.18);
}
.solution-link{display:block}
.solution-thumb{
  aspect-ratio:1.45/1;
  overflow:hidden;
  background:#202324;
}
.solution-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:6px;
  transition:transform .42s ease,filter .3s ease;
}
.solution-card:hover .solution-thumb img{transform:scale(1.025);filter:brightness(.94)}
.solution-info{
  min-height:66px;
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:10px;
  padding:9px 12px 10px;
  text-align:left;
}
.solution-icon{
  color:var(--gold);
  width:31px;
  height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.solution-icon svg{width:30px;height:30px}
.solution-info h3{
  margin:0;
  color:#fff;
  font-size:10px;
  line-height:1.25;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.solutions-section>.container>.button{margin-top:11px}

/* about section */
.about-dark{padding:0 0 12px}
.exact-about-grid{
  display:grid;
  grid-template-columns:minmax(280px,.58fr) minmax(520px,1.42fr);
  gap:28px;
  align-items:stretch;
}
.about-copy{
  padding:14px 0 4px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.about-copy .dark-title{font-size:clamp(27px,2.1vw,38px);margin-bottom:12px}
.about-copy p{
  max-width:470px;
  margin-bottom:10px;
  color:#ddd;
  font-size:12px;
  line-height:1.58;
}
.check-list{list-style:none;margin:6px 0 16px;padding:0}
.check-list li{
  position:relative;
  margin:5px 0;
  padding-left:19px;
  color:#ddd;
  font-size:11px;
}
.check-list li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--gold);
  font-weight:700;
}
.about-image-wrap{
  border:1px solid rgba(139,98,36,.5);
  border-radius:7px;
  overflow:hidden;
  align-self:center;
  background:#0a0c0d;
  display:flex;
  align-items:center;
  justify-content:center;
}
.about-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  max-height:430px;
  min-height:0;
  object-fit:contain;
  background:#0a0c0d;
}

/* projects */
.projects-dark{padding:10px 0 12px}
.projects-dark .dark-title{margin-bottom:14px}
.project-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:11px;
}
.project-tile{
  position:relative;
  min-width:0;
  height:240px;
  border:1px solid var(--card-line);
  border-radius:7px;
  overflow:hidden;
  background:#121415;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.project-tile:hover{
  transform:translateY(-7px);
  border-color:var(--gold);
  box-shadow:0 20px 42px rgba(0,0,0,.5);
}
.project-tile-image{
  position:absolute;
  inset:0;
  background-color:#101314;
  background-image:var(--project-image);
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  transition:transform .42s ease,filter .3s ease;
}
.project-tile:after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,0) 68%);
}
.project-tile:hover .project-tile-image{transform:scale(1.025);filter:brightness(.94)}
.project-caption{
  position:absolute;
  z-index:2;
  left:12px;
  right:12px;
  bottom:9px;
  text-align:left;
}
.project-caption h3{
  margin:0 0 2px;
  color:#fff;
  font-size:10px;
  font-weight:500;
  text-transform:uppercase;
}
.project-caption span{color:var(--gold);font-size:9px}
.home-share-row{margin-top:14px}
.home-share-row .share-label{color:#c9c9c4}
.home-share-row .share-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center}
.home-share-row button.share-button{font-family:inherit}

/* stats */
.stats-band{
  background:#0a0c0d;
  border-top:1px solid #3b3d3e;
  border-bottom:1px solid #3b3d3e;
}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{
  min-height:71px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-right:1px solid #3b3d3e;
}
.stat:last-child{border-right:0}
.stat-icon{color:var(--gold);font-size:31px;line-height:1}
.stat strong{
  display:block;
  color:#fff;
  font-size:26px;
  line-height:1;
  font-weight:500;
}
.stat small{
  display:block;
  margin-top:5px;
  color:#c7c7c2;
  font-size:10px;
}

/* footer */
.site-footer{
  background:#0c0e0f;
  color:#d2d2cd;
  padding:18px 0 10px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr .72fr .75fr 1fr 1.1fr;
  gap:28px;
  align-items:start;
}
.footer-logo{
  display:block;
  width:145px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:8px;
}
.footer-brand-block p,.site-footer p{
  margin:0;
  color:#c7c7c2;
  font-size:10px;
  line-height:1.55;
}
.footer-brand-block p{max-width:270px}
.site-footer h3{
  margin:0 0 8px;
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:3px 0;font-size:10px}
.site-footer a:hover{color:var(--gold)}
.contact-list li{display:grid;grid-template-columns:15px 1fr;gap:6px}
.contact-list li span{color:var(--gold)}
.social-row{display:flex;gap:7px;margin-top:11px}
.social-row span{
  width:24px;height:24px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid #8a6329;border-radius:50%;
  color:#fff;font-size:9px;
}
.newsletter-form{
  display:grid;
  grid-template-columns:1fr 38px;
  margin-top:12px;
  max-width:250px;
}
.newsletter-form input{
  min-width:0;
  height:34px;
  padding:0 10px;
  border:0;
  background:#f6f6f4;
  color:#111;
  font-size:10px;
}
.newsletter-form button{
  border:0;
  background:linear-gradient(90deg,#c78a27,#dca943);
  color:#fff;
  cursor:pointer;
}
.footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 145px;
  gap:24px;
  align-items:end;
  margin-top:14px;
  padding-top:10px;
  border-top:1px solid #3a3c3d;
  color:#aaa;
  font-size:9px;
}
.copyright-left{display:flex;flex-direction:column;gap:2px}
.designer-credit{font-size:8px;color:#7f807c}
.designer-credit a{color:var(--gold)}
.footer-legal{display:flex;gap:10px;white-space:nowrap}
.footer-logo-arabic{
  display:block;
  width:120px;
  max-height:46px;
  object-fit:contain;
  object-position:right center;
  justify-self:end;
}

/* internal pages follow the same dark visual system */
.content-area{min-height:60vh;padding:70px 0;background:var(--bg)}
.content-area h1{font-size:clamp(34px,4vw,54px);color:#fff}
.content-area p,.content-area li{color:#d6d6d1}
.category-hero{
  padding:62px 0;
  background:linear-gradient(180deg,#111415,#0c0e0f);
  text-align:center;
  border-bottom:1px solid #2e3031;
}
.category-hero h1{margin:8px 0 10px;color:#fff;font-size:clamp(34px,5vw,56px)}
.category-description{max-width:760px;margin:0 auto;color:#c8c8c3}
.section{padding:58px 0;background:var(--bg)}
.soft{background:var(--bg)}
.share-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;margin-top:24px}
.share-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-right:5px}
.share-button{
  border:1px solid #6c4e20;
  background:#101314;
  color:#eee;
  border-radius:3px;
  padding:8px 13px;
  font-size:10px;
  cursor:pointer;
}
.share-button:hover{background:var(--gold);border-color:var(--gold);color:#fff}
.share-status{font-size:10px;color:var(--gold)}
.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-card{
  height:330px;
  padding:9px;
  background:#111415;
  border:1px solid #6c4e20;
  box-shadow:0 10px 25px rgba(0,0,0,.24);
  border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
  transition:.25s;
}
.gallery-card:hover{transform:translateY(-7px);border-color:var(--gold);box-shadow:var(--shadow)}
.gallery-card img{display:block;width:100%;height:100%;object-fit:contain}
.gallery-empty{grid-column:1/-1;padding:50px;background:#111415;border:1px solid #2f3132;text-align:center;color:#bdbdb8}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#111415;border:1px solid #6c4e20;border-radius:7px;overflow:hidden}
.card-image{display:block;height:230px;overflow:hidden}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-body{padding:14px}
.card-body h3{color:#fff}
.card-link{color:var(--gold);font-size:11px}
.hp-lightbox{display:none;position:fixed;z-index:20000;inset:0;background:rgba(0,0,0,.93);align-items:center;justify-content:center;padding:30px}
.hp-lightbox.open{display:flex}
.hp-lightbox img{max-width:95vw;max-height:90vh;object-fit:contain}
.hp-lightbox-close{position:absolute;right:24px;top:16px;color:#fff;font-size:38px;background:transparent;border:0;cursor:pointer}

/* responsive */
@media(max-width:1300px){
  .container{width:min(100% - 48px,1600px)}
  .header-inner{grid-template-columns:155px minmax(0,1fr) auto 1px 145px;gap:12px}
  .main-nav a{padding-left:8px;padding-right:8px;font-size:9px}
}
@media(max-width:1050px){
  .solution-grid{grid-template-columns:repeat(3,1fr)}
  .exact-about-grid{grid-template-columns:1fr 1.45fr}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:8px}
  .footer-bottom{grid-template-columns:1fr auto}
  .footer-logo-arabic{grid-column:1/-1;justify-self:end}
}
@media(max-width:900px){
  .header-inner{min-height:62px;grid-template-columns:1fr auto 1fr}
  .header-logo-english{grid-column:1;grid-row:1}
  .header-logo-arabic{grid-column:3;grid-row:1}
  .header-divider,.header-actions{display:none}
  .menu-toggle{display:block;grid-column:2;grid-row:1}
  .main-nav{
    display:none;
    position:absolute;
    top:62px;left:0;right:0;
    background:#080a0b;
    border-top:1px solid #2e3031;
    box-shadow:0 12px 24px rgba(0,0,0,.35);
  }
  .main-nav.open{display:block}
  .main-nav ul{display:block}
  .main-nav a{padding:13px 22px;border-bottom:1px solid #252728}
  .main-nav li:first-child>a:after,.main-nav .current-menu-item>a:after{display:none}
  .solution-grid{grid-template-columns:repeat(2,1fr)}
  .exact-about-grid{grid-template-columns:1fr}
  .about-image-wrap{order:-1}
  .project-gallery{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid #3b3d3e}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:620px){
  .container{width:min(100% - 28px,1600px)}
  .header-logo-english img{max-height:42px}
  .header-logo-arabic img{max-height:38px}
  .exact-hero>img{
    width:auto;
    max-width:none;
    height:390px;
    object-fit:cover;
    object-position:center;
  }
  .hero-hotspot{display:none}
  .solutions-section{padding-top:24px}
  .solution-grid{grid-template-columns:1fr}
  .solution-thumb{aspect-ratio:1.65/1}
  .project-gallery,.stats-grid,.footer-grid,.product-gallery,.cards{grid-template-columns:1fr}
  .project-tile{height:230px}
  .stat{border-right:0;border-bottom:1px solid #3b3d3e}
  .stat:last-child{border-bottom:0}
  .about-copy .dark-title br{display:none}
  .footer-grid{
    grid-template-columns:1fr;
    gap:24px;
    text-align:center;
  }
  .footer-grid>div{width:100%;margin:0!important}
  .footer-logo{margin:0 auto 8px;object-position:center}
  .footer-brand-block p{margin-left:auto;margin-right:auto}
  .social-row{justify-content:center}
  .site-footer ul{display:flex;flex-direction:column;align-items:center;gap:6px}
  .site-footer li{margin:0;text-align:center}
  .contact-list li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:start;width:min(100%,320px);text-align:left}
  .contact-list li span{text-align:center}
  .newsletter-form{margin:12px auto 0;width:min(100%,300px);max-width:300px}
  .footer-bottom{grid-template-columns:1fr;gap:14px;text-align:center;align-items:center}
  .copyright-left{align-items:center}
  .footer-legal{justify-content:center;flex-wrap:wrap;gap:8px 14px;white-space:normal}
  .footer-legal span{display:none}
  .footer-legal a{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 4px}
  .footer-logo-arabic{grid-column:auto;justify-self:center;object-position:center}
}


/* v2.1 — internal product gallery polish; homepage design remains locked */
.category-hero .category-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.category-hero .category-back:hover{color:#f0bc5a}
.product-gallery{margin-top:8px}
.gallery-card{
  position:relative;
  cursor:zoom-in;
  min-height:300px;
}
.gallery-card:after{
  content:'View';
  position:absolute;
  right:14px;
  bottom:14px;
  padding:6px 9px;
  border:1px solid rgba(212,154,47,.75);
  background:rgba(8,10,11,.82);
  color:#fff;
  border-radius:3px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(6px);
  transition:.22s ease;
}
.gallery-card:hover:after{opacity:1;transform:translateY(0)}
.gallery-card img{transition:transform .35s ease}
.gallery-card:hover img{transform:none}
.hp-lightbox{cursor:zoom-out}
.hp-lightbox img{border-radius:5px;box-shadow:0 24px 70px rgba(0,0,0,.55)}
.hp-lightbox-close,.hp-lightbox-nav{
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(9,11,12,.72);
  border:1px solid rgba(212,154,47,.68);
  cursor:pointer;
  transition:.2s ease;
}
.hp-lightbox-close:hover,.hp-lightbox-nav:hover{background:var(--gold);color:#080a0b}
.hp-lightbox-close{right:24px;top:18px;width:42px;height:42px;border-radius:50%;font-size:30px;line-height:1}
.hp-lightbox-nav{top:50%;width:46px;height:58px;margin-top:-29px;border-radius:4px;font-size:28px}
.hp-lightbox-prev{left:24px}.hp-lightbox-next{right:24px}
.hp-lightbox-count{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);color:#ddd;font-size:11px;letter-spacing:.06em}
.cards .card{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.cards .card:hover{transform:translateY(-7px);border-color:var(--gold);box-shadow:var(--shadow)}
.cards .card-image img{transition:transform .35s ease}
.cards .card:hover .card-image img{transform:scale(1.035)}
@media(max-width:900px){.product-gallery{grid-template-columns:repeat(2,1fr)}.hp-lightbox-prev{left:10px}.hp-lightbox-next{right:10px}}
@media(max-width:620px){.product-gallery{grid-template-columns:1fr}.gallery-card{height:300px}.hp-lightbox-nav{width:38px;height:50px;font-size:23px}.hp-lightbox-close{right:12px;top:12px}}


/* v2.2 responsive live hero */
@media (max-width:1100px){
  .hero-live,.hero-live-inner{min-height:500px}
  .hero-live-copy{width:min(650px,62%)}
  .hero-live h1{font-size:clamp(44px,6.4vw,68px)}
}
@media (max-width:782px){
  body.admin-bar .site-header{top:46px}
  .hero-live{min-height:600px}
  .hero-live:before{background:linear-gradient(90deg,rgba(4,5,5,.97) 0%,rgba(4,5,5,.84) 63%,rgba(4,5,5,.35) 100%)}
  .hero-live-inner{min-height:600px;align-items:flex-end}
  .hero-live-copy{width:100%;padding:62px 0 74px}
  .hero-live h1{font-size:clamp(42px,11vw,62px)}
  .hero-live p{max-width:560px;font-size:14px}
  .hero-arrows{right:8px;bottom:12px}.hero-arrows button{width:38px;height:38px;font-size:30px}
}
@media (max-width:520px){
  .hero-live{min-height:570px}
  .hero-live-copy{padding:54px 0 70px}
  .hero-kicker{font-size:10px}
  .hero-live h1{font-size:clamp(38px,12vw,52px)}
  .hero-buttons{gap:10px}
  .hero-buttons .button{min-height:48px;padding:0 18px}
}


/* v2.4 — responsive editable homepage images + mobile footer alignment */
@media(max-width:420px){
  .site-footer{padding-bottom:16px}
  .footer-grid{gap:22px}
  .contact-list li{width:100%;max-width:290px}
  .footer-bottom{font-size:9px;line-height:1.55}
  .designer-credit{font-size:8px;line-height:1.45}
}


/* v2.5 — hero setting reset: ignores stale v2.4 Customizer hero selection */
.hero-live{
  background-color:#050606;
}
@media(max-width:767px){
  .hero-live{min-height:520px}
  .hero-slide{background-position:center top;background-size:contain}
}
@media(min-width:768px){
  .hero-slide{background-size:contain;background-position:center}
}


/* v2.6 — content-editable homepage; approved dark layout remains locked */
.about-copy .left-title{max-width:520px}
@media(max-width:620px){
  .about-copy .left-title{max-width:none}
}


/* v2.7 — working hero slider, larger Featured Projects, homepage social sharing */
@media(max-width:900px){
  .project-tile{height:220px}
}
@media(max-width:620px){
  .project-tile{height:230px}
  .home-share-row{gap:7px;margin-top:16px}
  .home-share-row .share-label{width:100%;margin:0 0 2px;text-align:center}
  .hero-dots{bottom:16px}
  .hero-arrows{bottom:10px}
}


/* v2.8 — guaranteed visible homepage social sharing band */
.hp-social-share-band{
  display:block !important;
  width:100%;
  padding:30px 0 32px;
  background:linear-gradient(180deg,#101314 0%,#0b0d0e 100%);
  border-top:1px solid #2f2b22;
  border-bottom:1px solid #4d3817;
}
.hp-social-share-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.hp-social-share-heading{flex:0 0 auto;text-align:left}
.hp-social-share-heading .section-kicker{display:block;margin:0 0 5px;color:var(--gold)}
.hp-social-share-heading h2{margin:0;color:#fff;font-size:clamp(22px,2.4vw,32px);font-weight:500;line-height:1.15}
.hp-social-share-actions{display:flex !important;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}
.hp-social-share-button{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 15px;
  border:1px solid #7b5822;
  border-radius:5px;
  background:#111415;
  color:#f6f4ee;
  font:600 11px/1 Manrope,Arial,sans-serif;
  letter-spacing:.02em;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.hp-social-share-button svg{width:18px;height:18px;display:block;fill:currentColor;flex:0 0 18px}
.hp-social-share-button:hover,.hp-social-share-button:focus-visible{
  transform:translateY(-2px);
  background:var(--gold);
  border-color:var(--gold);
  color:#090a0a;
  box-shadow:0 10px 24px rgba(0,0,0,.3);
  outline:none;
}
.hp-share-copy-status{min-width:74px;color:var(--gold);font-size:10px;text-align:left}
@media(max-width:900px){
  .hp-social-share-inner{flex-direction:column;text-align:center;gap:16px}
  .hp-social-share-heading{text-align:center}
  .hp-social-share-actions{justify-content:center}
  .hp-share-copy-status{width:100%;min-width:0;text-align:center}
}
@media(max-width:520px){
  .hp-social-share-band{padding:24px 0}
  .hp-social-share-actions{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:9px}
  .hp-social-share-button{width:100%;padding:0 10px}
  .hp-social-share-button.copy{grid-column:1/-1}
  .hp-share-copy-status{grid-column:1/-1}
}


/* v2.9 — always-visible social sharing in footer */
.footer-share-block{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.footer-share-label{
  width:100%;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:2px;
}
.footer-share-btn{
  width:36px;
  height:36px;
  border:1px solid rgba(208,151,39,.72);
  border-radius:50%;
  background:transparent;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  cursor:pointer;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.footer-share-btn svg{width:16px;height:16px;fill:currentColor;display:block}
.footer-share-btn:hover,.footer-share-btn:focus-visible{
  background:var(--gold);
  border-color:var(--gold);
  color:#090b0c;
  transform:translateY(-2px);
  outline:none;
}
.footer-share-copy-status{
  display:block;
  width:100%;
  min-height:14px;
  color:var(--gold);
  font-size:9px;
}
@media(max-width:760px){
  .footer-share-block{justify-content:center;margin-top:18px}
  .footer-share-label,.footer-share-copy-status{text-align:center}
  .footer-share-btn{width:40px;height:40px}
}


/* v3.0 — product category content pages; first completed for Office Furniture */
.category-hero-v30{padding:54px 0 42px}
.category-hero-v30 .category-description{max-width:860px;font-size:14px;line-height:1.7;color:#cecec8}
.category-subcats-section{padding:38px 0 22px;background:#0c0e0f}
.category-section-heading{margin-bottom:20px}
.category-section-heading .eyebrow{display:block;margin-bottom:7px}
.category-section-heading h2{margin:0;color:#fff;font-size:clamp(26px,3vw,40px);font-weight:500}
.category-section-heading p{max-width:720px;margin:10px auto 0;color:#aaa;font-size:12px;line-height:1.6}
.category-subcats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.category-subcat-card{
 min-height:96px;padding:18px 17px;border:1px solid #72501f;border-radius:7px;background:linear-gradient(180deg,#141718,#101213);
 display:flex;align-items:center;gap:14px;text-align:left;box-shadow:0 8px 20px rgba(0,0,0,.16);
 transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease
}
.category-subcat-card:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:0 18px 36px rgba(0,0,0,.4);background:#151819}
.category-subcat-number{flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(212,154,47,.72);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:10px;font-weight:700}
.category-subcat-card h3{margin:0;color:#fff;font-size:12px;line-height:1.35;font-weight:600;letter-spacing:.01em}
.category-gallery-section{padding:30px 0 52px}
.category-gallery-heading{margin-bottom:18px;text-align:center}
.category-gallery-heading h2{margin:6px 0 7px;color:#fff;font-size:clamp(27px,3vw,40px);font-weight:500}
.category-gallery-heading p{margin:0;color:#aaa;font-size:11px}
.category-gallery-count{color:var(--gold)}
.category-cta{padding:0 0 54px;background:#0c0e0f}
.category-cta-inner{border:1px solid #6e4c1c;border-radius:8px;background:linear-gradient(110deg,#121516,#0d0f10);padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.category-cta-copy{text-align:left}
.category-cta-copy .eyebrow{display:block;margin-bottom:7px}
.category-cta-copy h2{margin:0 0 7px;color:#fff;font-size:clamp(24px,2.8vw,36px);font-weight:500}
.category-cta-copy p{max-width:720px;margin:0;color:#bdbdb7;font-size:12px;line-height:1.6}
.category-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:1000px){.category-subcats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-cta-inner{align-items:flex-start;flex-direction:column}.category-cta-actions{justify-content:flex-start}}
@media(max-width:620px){.category-hero-v30{padding:42px 0 34px}.category-subcats-section{padding:30px 0 16px}.category-subcats-grid{grid-template-columns:1fr}.category-subcat-card{min-height:82px}.category-gallery-section{padding:26px 0 40px}.category-cta{padding-bottom:40px}.category-cta-inner{padding:22px 18px}.category-cta-actions{width:100%}.category-cta-actions .button{width:100%}}

/* v3.1 — linked child product pages */
.category-subcat-link{text-decoration:none;position:relative;color:inherit}
.category-subcat-arrow{margin-left:auto;color:var(--gold);font-size:18px;transition:transform .2s ease}
.category-subcat-link:hover .category-subcat-arrow{transform:translateX(4px)}
\n/* v3.3 product page content polish */
.hp-category-page .category-description{max-width:920px;margin-top:18px;color:#c9c9c9;font-size:15px;line-height:1.75}
.hp-category-page .category-description p:last-child{margin-bottom:0}
@media(max-width:620px){.hp-category-page .category-description{font-size:14px;line-height:1.65}}


/* v3.4 — premium light-gold cards + click-to-enlarge homepage imagery */
:root{--light-gold:#c9a45f;--light-gold-hover:#e0bd72}
.solution-card,
.project-tile,
.gallery-card{
  border-color:var(--light-gold);
  box-shadow:0 8px 22px rgba(0,0,0,.24),0 0 0 1px rgba(201,164,95,.05);
}
.solution-card:hover,
.solution-card:focus-within,
.project-tile:hover,
.project-tile:focus-within,
.gallery-card:hover,
.gallery-card:focus-visible{
  border-color:var(--light-gold-hover);
  box-shadow:0 22px 46px rgba(0,0,0,.5),0 0 0 1px rgba(224,189,114,.22),0 0 24px rgba(201,164,95,.10);
}
.solution-thumb{
  position:relative;
  width:100%;
  border:0;
  border-bottom:1px solid rgba(201,164,95,.45);
  padding:0;
  margin:0;
  cursor:zoom-in;
  font:inherit;
  color:inherit;
  text-align:inherit;
}
.solution-thumb:focus-visible,.project-image-button:focus-visible,.gallery-card:focus-visible{
  outline:2px solid var(--light-gold-hover);
  outline-offset:-2px;
}
.solution-thumb-link{display:block;cursor:pointer}
.solution-info-link{color:inherit;text-decoration:none}
.hp-zoom-badge{
  position:absolute;
  z-index:4;
  top:9px;
  right:9px;
  width:28px;
  height:28px;
  border:1px solid rgba(224,189,114,.8);
  border-radius:50%;
  background:rgba(8,10,11,.76);
  color:#f1d18b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  line-height:1;
  opacity:.86;
  transform:translateY(0);
  transition:background .25s ease,color .25s ease,transform .25s ease,opacity .25s ease;
  pointer-events:none;
}
.solution-card:hover .hp-zoom-badge,.project-tile:hover .hp-zoom-badge{background:var(--light-gold-hover);color:#0b0d0e;transform:translateY(-2px);opacity:1}
.project-image-button{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}
.project-image-button .project-tile-image{display:block;position:absolute;inset:0}
.project-tile:after{pointer-events:none;z-index:2}
.project-caption{z-index:3;pointer-events:none}
.project-caption a{color:var(--gold);font-size:9px;text-decoration:none;pointer-events:auto;position:relative;z-index:5}
.project-caption a:hover{color:var(--light-gold-hover)}
.project-zoom-badge{z-index:5}
.gallery-card{border-width:1px;cursor:zoom-in}
.gallery-card:before{
  content:'＋';
  position:absolute;
  z-index:2;
  top:12px;
  right:12px;
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(224,189,114,.85);
  border-radius:50%;
  background:rgba(8,10,11,.78);
  color:#f1d18b;
  font-size:17px;
  opacity:.88;
  pointer-events:none;
  transition:.25s ease;
}
.gallery-card{position:relative}
.gallery-card:hover:before{background:var(--light-gold-hover);color:#0b0d0e;opacity:1;transform:translateY(-2px)}

.hp-home-lightbox{
  display:none;
  position:fixed;
  z-index:21000;
  inset:0;
  background:rgba(0,0,0,.94);
  align-items:center;
  justify-content:center;
  padding:32px 72px;
  cursor:zoom-out;
}
.hp-home-lightbox.open{display:flex}
.hp-home-lightbox img{
  display:block;
  max-width:94vw;
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border:1px solid rgba(201,164,95,.72);
  border-radius:7px;
  background:#0d0f10;
  box-shadow:0 28px 80px rgba(0,0,0,.65),0 0 34px rgba(201,164,95,.08);
}
.hp-home-lightbox-close,.hp-home-lightbox-nav{
  position:absolute;
  z-index:3;
  border:1px solid rgba(201,164,95,.72);
  background:rgba(10,12,13,.88);
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.2s ease;
}
.hp-home-lightbox-close:hover,.hp-home-lightbox-nav:hover{background:var(--light-gold-hover);color:#080a0b}
.hp-home-lightbox-close{right:22px;top:18px;width:44px;height:44px;border-radius:50%;font-size:30px;line-height:1}
.hp-home-lightbox-nav{top:50%;width:48px;height:60px;margin-top:-30px;border-radius:5px;font-size:30px}
.hp-home-lightbox-prev{left:20px}.hp-home-lightbox-next{right:20px}
.hp-home-lightbox-count{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);color:#e8d6ad;font-size:11px;letter-spacing:.08em}
@media(max-width:620px){
  .hp-home-lightbox{padding:62px 12px 50px}
  .hp-home-lightbox-close{right:10px;top:10px;width:40px;height:40px}
  .hp-home-lightbox-nav{width:38px;height:50px;font-size:24px;background:rgba(10,12,13,.74)}
  .hp-home-lightbox-prev{left:7px}.hp-home-lightbox-next{right:7px}
  .hp-zoom-badge{width:26px;height:26px;top:7px;right:7px}
}


/* v3.5 — bulk gallery + premium category/card effects */
.category-subcat-card,
.product-gallery .gallery-card{
  border:1px solid var(--light-gold);
  box-shadow:0 8px 22px rgba(0,0,0,.24),0 0 0 1px rgba(201,164,95,.05);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
}
.category-subcat-card:hover,
.category-subcat-card:focus-visible,
.product-gallery .gallery-card:hover,
.product-gallery .gallery-card:focus-visible{
  transform:translateY(-6px);
  border-color:var(--light-gold-hover);
  box-shadow:0 22px 46px rgba(0,0,0,.48),0 0 0 1px rgba(224,189,114,.2),0 0 24px rgba(201,164,95,.12);
}
.category-subcat-card:hover .category-subcat-arrow{color:var(--light-gold-hover);transform:translateX(4px)}
.category-subcat-arrow{transition:transform .25s ease,color .25s ease}
.product-gallery .gallery-card img{transform:none!important;object-fit:contain;object-position:center}
.product-gallery .gallery-card:hover img{transform:none!important}
.product-gallery .gallery-card:after{background:linear-gradient(180deg,transparent 55%,rgba(201,164,95,.09));opacity:0;transition:opacity .25s ease}
.product-gallery .gallery-card:hover:after{opacity:1}

/* v3.7 — exact gallery fit + FURNIXO brand section/page */
.product-gallery .gallery-card{
  height:330px;
  min-height:330px;
  padding:14px;
  background:#0d0f10;
}
.product-gallery .gallery-card img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:auto;
}

.furnixo-home{
  padding:34px 0 38px;
  border-top:1px solid rgba(201,164,95,.18);
  border-bottom:1px solid rgba(201,164,95,.18);
  background:linear-gradient(180deg,#0b0d0e 0%,#101314 100%);
}
.furnixo-home-card{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);
  gap:42px;
  align-items:center;
  padding:34px;
  border:1px solid var(--light-gold);
  border-radius:8px;
  background:#0d0f10;
  box-shadow:0 14px 34px rgba(0,0,0,.30),0 0 0 1px rgba(201,164,95,.05);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.furnixo-home-card:hover,
.furnixo-home-card:focus-within{
  transform:translateY(-5px);
  border-color:var(--light-gold-hover);
  box-shadow:0 24px 52px rgba(0,0,0,.48),0 0 30px rgba(201,164,95,.10);
}
.furnixo-home-logo-link{
  display:flex;
  min-height:220px;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:#050606;
  border:1px solid rgba(201,164,95,.28);
  border-radius:6px;
  overflow:hidden;
}
.furnixo-home-logo{
  display:block;
  width:100%;
  height:auto;
  max-height:210px;
  object-fit:contain;
  object-position:center;
}
.furnixo-home-copy{text-align:left}
.furnixo-home-copy .section-kicker{margin-bottom:8px}
.furnixo-home-copy h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(30px,3.4vw,48px);
  line-height:1.08;
  font-weight:500;
}
.furnixo-home-copy p{
  margin:0 0 20px;
  max-width:680px;
  color:#cfcfca;
  font-size:14px;
  line-height:1.75;
}

.furnixo-page{background:#0c0e0f;color:#f4f4f1}
.furnixo-hero{
  padding:72px 0 54px;
  border-bottom:1px solid rgba(201,164,95,.24);
  background:radial-gradient(circle at 72% 28%,rgba(164,32,34,.16),transparent 34%),linear-gradient(180deg,#090b0c 0%,#0f1213 100%);
}
.furnixo-hero-grid{
  display:grid;
  grid-template-columns:minmax(280px,.92fr) minmax(320px,1.08fr);
  gap:52px;
  align-items:center;
}
.furnixo-brand-stage{
  min-height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  border:1px solid var(--light-gold);
  border-radius:8px;
  background:#050606;
  box-shadow:0 20px 52px rgba(0,0,0,.42);
}
.furnixo-brand-stage img{
  display:block;
  width:100%;
  height:auto;
  max-height:260px;
  object-fit:contain;
  object-position:center;
}
.furnixo-hero-copy .eyebrow{display:block;margin-bottom:10px}
.furnixo-hero-copy h1{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:1;
  font-weight:500;
}
.furnixo-hero-copy p{
  max-width:690px;
  margin:0 0 22px;
  color:#d0d0cb;
  font-size:15px;
  line-height:1.8;
}
.furnixo-about{padding:52px 0}
.furnixo-about-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:48px;
  align-items:start;
}
.furnixo-about-title h2{
  margin:6px 0 0;
  color:#fff;
  font-size:clamp(30px,3.2vw,46px);
  font-weight:500;
}
.furnixo-editor-content{
  color:#d0d0cb;
  font-size:15px;
  line-height:1.85;
}
.furnixo-editor-content p:first-child{margin-top:0}
.furnixo-editor-content h2,.furnixo-editor-content h3{color:#fff}
.furnixo-principles{
  padding:0 0 54px;
}
.furnixo-principles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.furnixo-principle{
  padding:28px 24px;
  border:1px solid var(--light-gold);
  border-radius:7px;
  background:#101314;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.furnixo-principle:hover{
  transform:translateY(-5px);
  border-color:var(--light-gold-hover);
  box-shadow:0 20px 42px rgba(0,0,0,.42);
}
.furnixo-principle span{
  display:block;
  margin-bottom:10px;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.furnixo-principle h3{margin:0 0 9px;color:#fff;font-size:21px;font-weight:500}
.furnixo-principle p{margin:0;color:#bfc0bc;font-size:13px;line-height:1.7}
.furnixo-cta{padding:38px 0 56px}
.furnixo-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
  border:1px solid rgba(201,164,95,.65);
  border-radius:8px;
  background:#101314;
}
.furnixo-cta h2{margin:0 0 6px;color:#fff;font-size:clamp(25px,2.8vw,38px);font-weight:500}
.furnixo-cta p{margin:0;color:#c7c7c2;font-size:13px}

@media(max-width:900px){
  .furnixo-home-card,.furnixo-hero-grid,.furnixo-about-grid{grid-template-columns:1fr}
  .furnixo-home-copy{text-align:center}
  .furnixo-home-copy p{margin-left:auto;margin-right:auto}
  .furnixo-home-logo-link{min-height:180px}
  .furnixo-principles-grid{grid-template-columns:1fr}
  .furnixo-cta-inner{flex-direction:column;text-align:center}
}
@media(max-width:620px){
  .product-gallery .gallery-card{height:300px;min-height:300px;padding:10px}
  .furnixo-home{padding:26px 0}
  .furnixo-home-card{padding:18px;gap:22px}
  .furnixo-home-logo-link{min-height:140px;padding:14px}
  .furnixo-hero{padding:48px 0 38px}
  .furnixo-brand-stage{min-height:190px;padding:18px}
  .furnixo-about{padding:38px 0}
}


/* v3.8 — responsive 1600x1200 (4:3) gallery stages */
.product-gallery{
  align-items:start;
}
.product-gallery .gallery-card{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4 / 3;
  padding:12px;
}
.product-gallery .gallery-card img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
}
/* A single product photo should not remain trapped in one narrow 3-column card. */
.product-gallery.gallery-count-1{
  grid-template-columns:minmax(0,1200px);
  justify-content:center;
  max-width:1200px;
  margin:8px auto 0;
}
/* Two images also receive a balanced centered presentation. */
.product-gallery.gallery-count-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1240px;
  margin:8px auto 0;
}
@media(max-width:900px){
  .product-gallery.gallery-count-1{max-width:820px}
  .product-gallery.gallery-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
}
@media(max-width:620px){
  .product-gallery .gallery-card{height:auto!important;min-height:0!important;aspect-ratio:4 / 3;padding:9px}
  .product-gallery.gallery-count-1,.product-gallery.gallery-count-2{grid-template-columns:1fr;max-width:none}
}


/* v3.9 — sharp real-text branding, per-image sharing and maintenance screen */
.furnixo-wordmark{
  display:inline-flex;
  align-items:baseline;
  white-space:nowrap;
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(52px,7vw,112px);
  line-height:.9;
  font-weight:600;
  letter-spacing:-.075em;
  color:#fff;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.furnixo-wordmark .furnixo-x{color:#ed3037;font-weight:500;margin:0 .01em}
.furnixo-wordmark.small{font-size:clamp(42px,5vw,76px)}
.furnixo-home-wordmark-link{
  min-height:220px;display:flex;align-items:center;justify-content:center;padding:26px;
  background:radial-gradient(circle at 50% 42%,rgba(237,48,55,.09),transparent 44%),#050606;
  border:1px solid rgba(201,164,95,.32);border-radius:6px;overflow:hidden;
}
.furnixo-brand-stage{background:radial-gradient(circle at 50% 42%,rgba(237,48,55,.10),transparent 44%),#050606}

.gallery-item{position:relative;min-width:0}
.gallery-item .gallery-card{width:100%;height:100%}
.gallery-item .gallery-card:after{right:auto;left:14px}
.gallery-image-share{
  position:absolute;z-index:7;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:7px;
  min-height:34px;padding:0 12px;border:1px solid rgba(224,189,114,.88);border-radius:4px;
  background:rgba(7,9,10,.88);color:#f5dfae;font-size:10px;font-weight:700;text-transform:uppercase;
  letter-spacing:.045em;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.28);
  transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease;
}
.gallery-image-share:hover,.gallery-image-share:focus-visible{background:var(--light-gold-hover);color:#0a0c0d;border-color:var(--light-gold-hover);transform:translateY(-2px);outline:none}
.gallery-image-share .share-icon{font-size:15px;line-height:1}
.gallery-image-share-status{position:absolute;z-index:8;right:18px;bottom:58px;color:#f2d78f;font-size:10px;text-shadow:0 2px 8px #000;pointer-events:none}
@media(max-width:620px){
  .gallery-image-share{right:13px;bottom:13px;min-height:32px;padding:0 10px}
  .gallery-item .gallery-card:after{display:none}
  .furnixo-home-wordmark-link{min-height:145px;padding:16px}
}

/* v4.0 — proper multi-level desktop dropdowns + mobile submenu accordion */
@media (min-width:901px){
  .main-nav > ul{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:0}
  .main-nav > ul > li{position:relative}
  .main-nav > ul > li > a{position:relative}

  /* Hide child menus until the parent is hovered/focused. */
  .main-nav .sub-menu{
    display:block;
    position:absolute;
    top:calc(100% - 1px);
    left:0;
    z-index:10030;
    min-width:250px;
    width:max-content;
    max-width:320px;
    margin:0;
    padding:8px 0;
    list-style:none;
    background:#0a0c0d;
    border:1px solid rgba(212,154,47,.52);
    border-top:2px solid var(--gold);
    border-radius:0 0 6px 6px;
    box-shadow:0 18px 42px rgba(0,0,0,.48);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .main-nav .sub-menu li{display:block;position:relative;width:100%;margin:0}
  .main-nav .sub-menu a{
    display:block;
    width:100%;
    padding:11px 34px 11px 16px;
    color:#ecece8;
    border-bottom:1px solid rgba(255,255,255,.06);
    font-size:10px;
    line-height:1.35;
    font-weight:500;
    letter-spacing:.015em;
    text-transform:none;
    white-space:nowrap;
  }
  .main-nav .sub-menu li:last-child>a{border-bottom:0}
  .main-nav .sub-menu a:hover,.main-nav .sub-menu a:focus{background:#151819;color:var(--gold);outline:none}
  .main-nav .sub-menu a:after{display:none!important}

  .main-nav li:hover > .sub-menu,
  .main-nav li:focus-within > .sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }

  /* Third level (Office Furniture children) opens beside the second level. */
  .main-nav .sub-menu .sub-menu{
    top:-10px;
    left:calc(100% + 7px);
    border-radius:6px;
  }

  .main-nav > ul > .menu-item-has-children > a{padding-right:21px}
  .main-nav > ul > .menu-item-has-children > a:before{
    content:'▾';
    position:absolute;
    right:7px;
    top:50%;
    transform:translateY(-52%);
    color:#d6aa55;
    font-size:9px;
  }
  .main-nav .sub-menu > .menu-item-has-children > a:before{
    content:'›';
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-52%);
    color:#d6aa55;
    font-size:16px;
  }
  .main-nav > ul > li:first-child > a:after,
  .main-nav > ul > .current-menu-item > a:after,
  .main-nav > ul > .current-menu-ancestor > a:after{
    content:'';
    position:absolute;
    left:12px;
    right:12px;
    bottom:12px;
    height:2px;
    background:var(--gold);
  }
  .main-nav .submenu-toggle{display:none!important}
}

@media (max-width:900px){
  .main-nav{max-height:calc(100vh - 62px);overflow-y:auto;overscroll-behavior:contain}
  .main-nav > ul{display:block;margin:0;padding:0}
  .main-nav li{position:relative}
  .main-nav .menu-item-has-children > a{padding-right:60px}
  .main-nav .sub-menu{
    display:none;
    position:static;
    min-width:0;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    list-style:none;
    background:#0d1011;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .main-nav li.submenu-open > .sub-menu{display:block}
  .main-nav .sub-menu a{
    padding:12px 58px 12px 36px;
    color:#deded9;
    border-bottom:1px solid #232627;
    font-size:10px;
    text-transform:none;
  }
  .main-nav .sub-menu .sub-menu a{padding-left:56px;background:#101314}
  .main-nav .sub-menu a:after{display:none!important}
  .main-nav .submenu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    z-index:3;
    top:5px;
    right:8px;
    width:42px;
    height:38px;
    padding:0;
    border:1px solid rgba(212,154,47,.32);
    border-radius:4px;
    background:#111415;
    color:#e1b45b;
    font-size:17px;
    line-height:1;
    cursor:pointer;
  }
  .main-nav li.submenu-open > .submenu-toggle{background:#1a1e1f;color:#fff}
  .main-nav li.submenu-open > .submenu-toggle .submenu-toggle-icon{transform:rotate(180deg)}
  .main-nav .submenu-toggle-icon{display:block;transition:transform .18s ease}
}


/* v4.1 — High Point mega menu + restrained orange brand accents */
:root{
  --orange:#f47b20;
  --orange-soft:#ff9a4a;
}

/* Orange is a supporting accent only; dark + gold remain the primary identity. */
.site-header{border-bottom-color:rgba(244,123,32,.58)}
.header-inner{position:relative;overflow:visible}
.main-nav{overflow:visible}
.main-nav a:hover,
.main-nav .current-menu-item>a,
.main-nav .current-menu-ancestor>a{color:#f2c16c}
.main-nav > ul > li:first-child > a:after,
.main-nav > ul > .current-menu-item > a:after,
.main-nav > ul > .current-menu-ancestor > a:after{
  background:linear-gradient(90deg,var(--gold),var(--orange));
}
.header-actions .quote,
.gold-button{
  background:linear-gradient(90deg,#c68a27 0%,#d9a13b 55%,var(--orange) 100%);
}
.header-actions .quote:hover,.gold-button:hover{filter:brightness(1.07)}
.section-kicker:before,.eyebrow:before{
  content:'';display:inline-block;width:18px;height:2px;margin:0 8px 3px 0;
  vertical-align:middle;background:var(--orange);border-radius:2px;
}
.solution-card:hover,.project-tile:hover,.category-subcat-card:hover,.gallery-card:hover{
  border-color:rgba(244,123,32,.78);
}
.site-footer a:hover,.designer-credit a:hover{color:var(--orange-soft)}

@media (min-width:901px){
  /* The Products item becomes one wide, stable mega panel. */
  .main-nav > ul > li.hp-products-mega{position:static}
  .main-nav > ul > li.hp-products-mega > .sub-menu{
    display:grid;
    grid-template-columns:minmax(340px,1.5fr) minmax(260px,1.1fr) minmax(205px,.85fr) minmax(205px,.85fr);
    grid-template-rows:repeat(5,auto);
    column-gap:24px;
    row-gap:4px;
    position:absolute;
    top:100%;
    left:50%;
    width:min(1160px,calc(100vw - 54px));
    max-width:none;
    min-width:0;
    padding:24px 26px 22px;
    border:1px solid rgba(212,154,47,.48);
    border-top:3px solid var(--orange);
    border-radius:0 0 8px 8px;
    background:linear-gradient(180deg,#0c0e0f,#090b0c);
    box-shadow:0 28px 58px rgba(0,0,0,.58);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%,12px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .main-nav > ul > li.hp-products-mega:hover > .sub-menu,
  .main-nav > ul > li.hp-products-mega:focus-within > .sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
  }

  /* Direct mega-menu items are not little flyout menus. */
  .main-nav > ul > li.hp-products-mega > .sub-menu > li{
    min-width:0;width:auto;margin:0;position:relative;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a{
    padding:9px 10px;
    border:0;
    border-radius:4px;
    white-space:normal;
    color:#e9e9e5;
    font-size:11px;
    line-height:1.35;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a:hover,
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a:focus{
    background:#15191a;color:var(--orange-soft);
  }

  /* Office Furniture is the large first section, with its children always visible. */
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office{
    grid-column:1 / 3;
    grid-row:1 / 6;
    padding-right:8px;
    border-right:1px solid rgba(255,255,255,.08);
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a{
    margin:0 0 8px;
    padding:0 10px 10px;
    color:#e7b95b;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    background:transparent;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a:after{
    content:''!important;display:block!important;width:34px;height:2px;margin-top:9px;background:var(--orange)!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a:before{display:none}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2px 12px;
    position:static;
    inset:auto;
    width:auto;
    min-width:0;
    max-width:none;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu > li > a{
    padding:9px 10px;
    border:0;
    border-radius:4px;
    background:transparent;
    color:#d8d8d3;
    white-space:normal;
    font-size:10px;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu > li > a:hover,
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu > li > a:focus{
    background:#15191a;color:var(--orange-soft);
  }

  /* Specialized Furniture column. */
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-auditorium{grid-column:3;grid-row:1}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-lab{grid-column:3;grid-row:2}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-education{grid-column:3;grid-row:3}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-auditorium:before{
    content:'SPECIALIZED FURNITURE';display:block;margin:0 10px 9px;color:#e7b95b;font-size:10px;font-weight:700;letter-spacing:.09em;
  }

  /* Storage & Metal column. */
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-storage-rack{grid-column:4;grid-row:1}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-mobile{grid-column:4;grid-row:2}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-metal-cabinet{grid-column:4;grid-row:3}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-metal-desk{grid-column:4;grid-row:4}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-storage-rack:before{
    content:'STORAGE & METAL';display:block;margin:0 10px 9px;color:#e7b95b;font-size:10px;font-weight:700;letter-spacing:.09em;
  }

  /* FURNIXO becomes a branded feature strip. */
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-furnixo{
    grid-column:3 / 5;grid-row:5;margin-top:8px;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-furnixo > a{
    min-height:54px;
    display:flex;
    align-items:center;
    padding:9px 16px 9px 126px;
    border:1px solid rgba(244,123,32,.34);
    background:#0e1112 url('assets/furnixo-logo.png') 14px center/98px auto no-repeat;
    color:#f3f2ee;
    text-transform:uppercase;
    letter-spacing:.08em;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-furnixo > a:hover,
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-furnixo > a:focus{
    border-color:var(--orange);background-color:#15191a;color:var(--orange-soft);
  }

  /* Remove desktop flyout chevrons inside the mega panel. */
  .main-nav > ul > li.hp-products-mega > .sub-menu .menu-item-has-children > a:before{display:none}
}

@media (max-width:1100px) and (min-width:901px){
  .main-nav > ul > li.hp-products-mega > .sub-menu{
    width:calc(100vw - 26px);
    grid-template-columns:minmax(300px,1.45fr) minmax(230px,1.05fr) minmax(175px,.8fr) minmax(175px,.8fr);
    column-gap:14px;padding-left:18px;padding-right:18px;
  }
}


/* v4.2 — reliable Products mega menu + clearer High Point orange accents */
:root{
  --orange:#f47b20;
  --orange-soft:#ff9a4a;
}

/* Keep the approved dark/gold direction; orange is a controlled brand accent. */
.site-header{
  overflow:visible!important;
  border-bottom:2px solid transparent!important;
  border-image:linear-gradient(90deg,var(--gold) 0%,var(--gold) 62%,var(--orange) 100%) 1!important;
}
.site-header .container,.header-inner,.main-nav,.main-nav>ul{overflow:visible!important}
.main-nav > ul > li > a:hover{color:var(--orange-soft)}
.main-nav > ul > .current-menu-item > a:after,
.main-nav > ul > .current-menu-ancestor > a:after,
.main-nav > ul > li:first-child > a:after{
  background:linear-gradient(90deg,var(--gold) 0 62%,var(--orange) 62% 100%)!important;
}
.header-actions .quote,.gold-button{
  background:linear-gradient(100deg,#c88d27 0%,#dda53b 72%,#f47b20 100%)!important;
  border-color:#e0a23b!important;
}
.section-kicker,.eyebrow{color:#e8ad42}
.section-kicker:before,.eyebrow:before{
  background:var(--orange)!important;
}

@media (min-width:901px){
  /* JS also adds hp-products-mega, so this no longer depends on a WordPress PHP class filter. */
  .main-nav > ul > li.hp-products-mega{position:static!important}
  .main-nav > ul > li.hp-products-mega > .sub-menu{
    display:grid!important;
    grid-template-columns:minmax(310px,1.35fr) minmax(235px,1fr) minmax(190px,.82fr) minmax(190px,.82fr)!important;
    grid-template-rows:repeat(5,auto)!important;
    gap:4px 22px!important;
    position:absolute!important;
    z-index:10080!important;
    top:calc(100% + 1px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1160px,calc(100vw - 42px))!important;
    max-width:none!important;
    min-width:760px!important;
    margin:0!important;
    padding:24px 26px 22px!important;
    list-style:none!important;
    background:linear-gradient(180deg,#0d1011 0%,#080a0b 100%)!important;
    border:1px solid rgba(212,154,47,.52)!important;
    border-top:3px solid var(--orange)!important;
    border-radius:0 0 8px 8px!important;
    box-shadow:0 28px 64px rgba(0,0,0,.66)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,10px)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
  }
  .main-nav > ul > li.hp-products-mega:hover > .sub-menu,
  .main-nav > ul > li.hp-products-mega:focus-within > .sub-menu,
  .main-nav > ul > li.hp-products-mega.hp-mega-open > .sub-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate(-50%,0)!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li{
    position:relative!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a{
    display:block!important;
    width:100%!important;
    padding:9px 10px!important;
    border:0!important;
    border-radius:4px!important;
    background:transparent!important;
    color:#e8e8e4!important;
    font-size:11px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a:hover,
  .main-nav > ul > li.hp-products-mega > .sub-menu > li > a:focus{
    background:#161a1b!important;
    color:var(--orange-soft)!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office{
    grid-column:1 / 3!important;
    grid-row:1 / 6!important;
    padding-right:14px!important;
    border-right:1px solid rgba(255,255,255,.08)!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a{
    margin:0 0 8px!important;
    padding:0 10px 10px!important;
    color:#edbd62!important;
    font-size:12px!important;
    font-weight:700!important;
    text-transform:uppercase!important;
    letter-spacing:.08em!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a:after{
    content:''!important;display:block!important;width:38px!important;height:2px!important;margin-top:9px!important;background:var(--orange)!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > a:before{display:none!important}
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:2px 12px!important;
    position:static!important;
    inset:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu > li > a{
    display:block!important;padding:9px 10px!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#d7d7d2!important;white-space:normal!important;font-size:10px!important;
  }
  .main-nav > ul > li.hp-products-mega > .sub-menu > li.hp-mega-office > .sub-menu > li > a:hover{background:#161a1b!important;color:var(--orange-soft)!important}

  .hp-products-mega .hp-mega-auditorium{grid-column:3!important;grid-row:1!important}
  .hp-products-mega .hp-mega-lab{grid-column:3!important;grid-row:2!important}
  .hp-products-mega .hp-mega-education{grid-column:3!important;grid-row:3!important}
  .hp-products-mega .hp-mega-storage-rack{grid-column:4!important;grid-row:1!important}
  .hp-products-mega .hp-mega-mobile{grid-column:4!important;grid-row:2!important}
  .hp-products-mega .hp-mega-metal-cabinet{grid-column:4!important;grid-row:3!important}
  .hp-products-mega .hp-mega-metal-desk{grid-column:4!important;grid-row:4!important}
  .hp-products-mega .hp-mega-auditorium:before,
  .hp-products-mega .hp-mega-storage-rack:before{
    display:block!important;margin:0 10px 9px!important;color:#edbd62!important;font-size:10px!important;font-weight:700!important;letter-spacing:.09em!important;
  }
  .hp-products-mega .hp-mega-auditorium:before{content:'SPECIALIZED FURNITURE'!important}
  .hp-products-mega .hp-mega-storage-rack:before{content:'STORAGE & METAL'!important}

  .hp-products-mega .hp-mega-furnixo{
    grid-column:3 / 5!important;grid-row:5!important;margin-top:8px!important;
  }
  .hp-products-mega .hp-mega-furnixo > a{
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    padding:10px 16px 10px 132px!important;
    border:1px solid rgba(244,123,32,.42)!important;
    background:#0f1213 url('assets/furnixo-logo.png') 14px center/104px auto no-repeat!important;
    color:#f2f1ed!important;
    text-transform:uppercase!important;
    letter-spacing:.08em!important;
  }
  .hp-products-mega .hp-mega-furnixo > a:hover{border-color:var(--orange)!important;color:var(--orange-soft)!important}
  .hp-products-mega > .sub-menu .menu-item-has-children > a:before{display:none!important}
}

@media (max-width:1100px) and (min-width:901px){
  .main-nav > ul > li.hp-products-mega > .sub-menu{
    width:calc(100vw - 24px)!important;
    min-width:0!important;
    grid-template-columns:minmax(280px,1.3fr) minmax(220px,1fr) minmax(165px,.8fr) minmax(165px,.8fr)!important;
    column-gap:14px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
}


/* v4.3 — server-rendered Products mega menu; no JavaScript required on desktop */
@media (min-width:901px){
  .main-nav > ul > li.hp-products-mega{position:static!important}
  .main-nav > ul > li.hp-products-mega > .sub-menu{display:none!important}
  .hp-products-mega-panel{
    display:grid;
    grid-template-columns:minmax(360px,1.45fr) minmax(220px,.85fr) minmax(220px,.85fr);
    grid-template-areas:
      "office specialized storage"
      "office brand brand";
    gap:22px 26px;
    position:absolute;
    z-index:10150;
    top:100%;
    left:50%;
    width:min(1180px,calc(100vw - 48px));
    padding:26px;
    background:linear-gradient(180deg,#101314 0%,#080a0b 100%);
    border:1px solid rgba(212,154,47,.58);
    border-top:4px solid var(--orange);
    border-radius:0 0 10px 10px;
    box-shadow:0 30px 70px rgba(0,0,0,.66);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%,10px);
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  }
  .hp-products-mega:hover > .hp-products-mega-panel,
  .hp-products-mega:focus-within > .hp-products-mega-panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
  }
  .hp-mega-section{min-width:0}
  .hp-mega-office{grid-area:office;padding-right:18px;border-right:1px solid rgba(255,255,255,.09)}
  .hp-mega-specialized{grid-area:specialized}
  .hp-mega-storage{grid-area:storage}
  .hp-mega-brand{grid-area:brand}
  .hp-mega-heading{
    display:flex;align-items:center;gap:9px;margin:0 0 12px;padding:0 0 10px;
    color:#efbd61;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
    border-bottom:1px solid rgba(212,154,47,.22)
  }
  .hp-mega-heading:before{content:'';width:22px;height:2px;background:var(--orange);border-radius:2px}
  .hp-mega-office-title{
    display:inline-flex!important;align-items:center!important;gap:10px!important;
    margin:0 0 12px!important;padding:0 0 11px!important;
    color:#f0c26a!important;font-size:12px!important;font-weight:700!important;
    letter-spacing:.09em!important;text-transform:uppercase!important;border:0!important;
    background:transparent!important
  }
  .hp-mega-office-title:before{content:'';display:block;width:24px;height:2px;background:var(--orange)}
  .hp-mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px}
  .hp-mega-list{display:grid;gap:5px}
  .hp-products-mega-panel a{
    display:block!important;padding:9px 10px!important;border-radius:5px!important;
    color:#deded9!important;font-size:10px!important;line-height:1.35!important;
    text-transform:none!important;white-space:normal!important;border:1px solid transparent!important
  }
  .hp-products-mega-panel a:after,.hp-products-mega-panel a:before{display:none!important}
  .hp-products-mega-panel a:hover,.hp-products-mega-panel a:focus{
    color:#fff!important;background:#171b1c!important;border-color:rgba(244,123,32,.36)!important;outline:none!important
  }
  .hp-mega-brand-card{
    display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:18px;
    min-height:92px;padding:14px 16px;border:1px solid rgba(244,123,32,.42);border-radius:7px;
    background:linear-gradient(90deg,#0c0e0f,#131718)
  }
  .hp-mega-brand-card img{display:block;max-width:145px;max-height:54px;object-fit:contain}
  .hp-mega-brand-copy strong{display:block;color:#fff;font-size:12px;letter-spacing:.08em}
  .hp-mega-brand-copy span{display:block;margin-top:3px;color:#aaa;font-size:10px;line-height:1.45}
  .hp-mega-brand-card .hp-mega-brand-cta{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    min-width:118px;padding:10px 13px!important;color:#fff!important;text-transform:uppercase!important;
    font-size:9px!important;font-weight:700!important;letter-spacing:.05em!important;
    background:linear-gradient(100deg,#c88d27 0%,#dda53b 68%,var(--orange) 100%)!important;
    border:1px solid #e0a23b!important
  }
  .hp-mega-brand-card .hp-mega-brand-cta:hover{filter:brightness(1.08)}

  /* Make the orange connection to the High Point logo visible but still refined. */
  .main-nav > ul > li > a:hover{color:#ff9a4a!important}
  .main-nav > ul > li > a:hover:after{background:linear-gradient(90deg,var(--gold),var(--orange))!important}
  .header-actions .quote{box-shadow:inset -4px 0 0 rgba(244,123,32,.95)}
}
@media (max-width:900px){.hp-products-mega-panel{display:none!important}}


/* v4.4 — stable theme-owned primary navigation and Products mega menu.
   This header no longer depends on WordPress menu walker output on desktop. */
@media (min-width:901px){
  .header-inner{position:relative!important}
  .main-nav > ul.hp-primary-list{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;margin:0!important;padding:0!important;list-style:none!important}
  .main-nav > ul.hp-primary-list > li{position:relative!important;margin:0!important;padding:0!important}
  .main-nav > ul.hp-primary-list > li > a{position:relative!important;display:block!important;padding:23px 12px 20px!important;color:#f4f4f2!important;font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;white-space:nowrap!important;text-decoration:none!important}
  .main-nav > ul.hp-primary-list > li > a:hover{color:var(--orange-soft)!important}
  .main-nav > ul.hp-primary-list > li > a:before{display:none!important}
  .main-nav > ul.hp-primary-list > li > a:after{display:none!important}
  .main-nav > ul.hp-primary-list > li.hp-nav-active > a:after,
  .main-nav > ul.hp-primary-list > li:hover > a:after,
  .main-nav > ul.hp-primary-list > li:focus-within > a:after{
    content:''!important;display:block!important;position:absolute!important;left:12px!important;right:12px!important;bottom:12px!important;height:2px!important;background:linear-gradient(90deg,var(--gold) 0 62%,var(--orange) 62% 100%)!important
  }
  /* Remove the old rule that visually kept Home selected all the time. */
  .main-nav > ul.hp-primary-list > li:first-child:not(.hp-nav-active) > a:after{display:none!important}

  .hp-products-root{position:static!important}
  .hp-static-mega{
    display:grid!important;
    grid-template-columns:minmax(340px,1.45fr) minmax(210px,.85fr) minmax(210px,.85fr)!important;
    grid-template-areas:"office specialized storage" "office brand brand"!important;
    gap:20px 24px!important;
    position:absolute!important;
    z-index:12000!important;
    top:calc(100% - 1px)!important;
    left:50%!important;
    width:min(1160px,calc(100vw - 40px))!important;
    padding:24px!important;
    margin:0!important;
    background:linear-gradient(180deg,#101314 0%,#080a0b 100%)!important;
    border:1px solid rgba(212,154,47,.58)!important;
    border-top:4px solid var(--orange)!important;
    border-radius:0 0 10px 10px!important;
    box-shadow:0 30px 70px rgba(0,0,0,.68)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,8px)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
  }
  .hp-products-root:hover > .hp-static-mega,
  .hp-products-root:focus-within > .hp-static-mega{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important
  }
  .hp-static-mega .hp-mega-office{grid-area:office!important;padding-right:18px!important;border-right:1px solid rgba(255,255,255,.09)!important}
  .hp-static-mega .hp-mega-specialized{grid-area:specialized!important}
  .hp-static-mega .hp-mega-storage{grid-area:storage!important}
  .hp-static-mega .hp-mega-brand{grid-area:brand!important}
  .hp-static-mega .hp-mega-heading{display:flex!important;align-items:center!important;gap:9px!important;margin:0 0 12px!important;padding:0 0 10px!important;color:#efbd61!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border-bottom:1px solid rgba(212,154,47,.22)!important}
  .hp-static-mega .hp-mega-heading:before{content:''!important;display:block!important;width:22px!important;height:2px!important;background:var(--orange)!important}
  .hp-static-mega .hp-mega-office-title{display:flex!important;align-items:center!important;gap:9px!important;margin:0 0 12px!important;padding:0 0 10px!important;color:#efbd61!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;text-decoration:none!important;border-bottom:1px solid rgba(212,154,47,.22)!important}
  .hp-static-mega .hp-mega-office-title:before{content:''!important;display:block!important;width:22px!important;height:2px!important;background:var(--orange)!important}
  .hp-static-mega .hp-mega-link-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px 10px!important}
  .hp-static-mega .hp-mega-list{display:grid!important;gap:5px!important}
  .hp-static-mega a{display:block!important;padding:9px 10px!important;border:1px solid transparent!important;border-radius:5px!important;color:#deded9!important;font-size:10px!important;line-height:1.35!important;text-transform:none!important;white-space:normal!important;text-decoration:none!important}
  .hp-static-mega a:before,.hp-static-mega a:after{display:none!important}
  .hp-static-mega a:hover,.hp-static-mega a:focus{color:#fff!important;background:#171b1c!important;border-color:rgba(244,123,32,.38)!important;outline:none!important}
  .hp-static-mega .hp-mega-brand-card{display:grid!important;grid-template-columns:150px minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;min-height:92px!important;padding:14px 16px!important;border:1px solid rgba(244,123,32,.42)!important;border-radius:7px!important;background:linear-gradient(90deg,#0c0e0f,#131718)!important}
  .hp-static-mega .hp-mega-brand-card img{display:block!important;max-width:145px!important;max-height:54px!important;object-fit:contain!important}
  .hp-static-mega .hp-mega-brand-copy strong{display:block!important;color:#fff!important;font-size:12px!important;letter-spacing:.08em!important}
  .hp-static-mega .hp-mega-brand-copy span{display:block!important;margin-top:3px!important;color:#aaa!important;font-size:10px!important;line-height:1.45!important}
  .hp-static-mega .hp-mega-brand-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:118px!important;padding:10px 13px!important;color:#fff!important;text-transform:uppercase!important;font-size:9px!important;font-weight:700!important;letter-spacing:.05em!important;background:linear-gradient(100deg,#c88d27 0%,#dda53b 68%,var(--orange) 100%)!important;border:1px solid #e0a23b!important}
}
@media (max-width:900px){
  .main-nav .hp-primary-list{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
  .main-nav .hp-primary-list > li > a{display:block!important;padding:14px 18px!important;color:#eee!important;border-bottom:1px solid #26292a!important;text-decoration:none!important;text-transform:uppercase!important;font-size:11px!important}
  .hp-static-mega{display:none!important}
}


/* v4.5 — compact premium Products mega menu layout */
@media (min-width:901px){
  .hp-static-mega{
    grid-template-columns:minmax(360px,1.55fr) minmax(170px,.78fr) minmax(170px,.78fr) minmax(210px,.92fr)!important;
    grid-template-areas:"office specialized storage brand"!important;
    gap:0!important;
    width:min(1080px,calc(100vw - 120px))!important;
    padding:0!important;
    overflow:hidden!important;
    background:#0b0e0f!important;
    border:1px solid rgba(212,154,47,.38)!important;
    border-top:3px solid transparent!important;
    border-image:linear-gradient(90deg,var(--gold),var(--orange),var(--gold)) 1!important;
    border-radius:0 0 8px 8px!important;
    box-shadow:0 26px 65px rgba(0,0,0,.72)!important;
  }
  .hp-static-mega .hp-mega-section{
    min-width:0!important;
    padding:24px 22px 22px!important;
    border-right:1px solid rgba(255,255,255,.07)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,0))!important;
  }
  .hp-static-mega .hp-mega-brand{
    padding:18px!important;
    border-right:0!important;
    background:linear-gradient(180deg,rgba(244,123,32,.035),rgba(212,154,47,.02))!important;
  }
  .hp-static-mega .hp-mega-office{
    padding-right:24px!important;
    border-right:1px solid rgba(255,255,255,.07)!important;
  }
  .hp-static-mega .hp-mega-heading,
  .hp-static-mega .hp-mega-office-title{
    margin:0 0 14px!important;
    padding:0 0 9px!important;
    gap:8px!important;
    color:#e7b65b!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    border-bottom:1px solid rgba(212,154,47,.16)!important;
  }
  .hp-static-mega .hp-mega-heading:before,
  .hp-static-mega .hp-mega-office-title:before{
    width:18px!important;
    height:2px!important;
    background:linear-gradient(90deg,var(--gold),var(--orange))!important;
  }
  .hp-static-mega .hp-mega-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:2px 16px!important;
  }
  .hp-static-mega .hp-mega-list{gap:2px!important}
  .hp-static-mega a{
    position:relative!important;
    padding:7px 7px 7px 11px!important;
    border:0!important;
    border-radius:3px!important;
    color:#cfcfcb!important;
    font-size:10px!important;
    line-height:1.35!important;
    transition:color .15s ease,background .15s ease,padding-left .15s ease!important;
  }
  .hp-static-mega .hp-mega-link-grid a:before,
  .hp-static-mega .hp-mega-list a:before{
    content:''!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:3px!important;
    height:0!important;
    background:var(--orange)!important;
    border-radius:2px!important;
    transform:translateY(-50%)!important;
    transition:height .15s ease!important;
  }
  .hp-static-mega .hp-mega-link-grid a:hover,
  .hp-static-mega .hp-mega-link-grid a:focus,
  .hp-static-mega .hp-mega-list a:hover,
  .hp-static-mega .hp-mega-list a:focus{
    color:#fff!important;
    background:rgba(255,255,255,.035)!important;
    padding-left:14px!important;
    outline:none!important;
  }
  .hp-static-mega .hp-mega-link-grid a:hover:before,
  .hp-static-mega .hp-mega-link-grid a:focus:before,
  .hp-static-mega .hp-mega-list a:hover:before,
  .hp-static-mega .hp-mega-list a:focus:before{height:15px!important}

  .hp-static-mega .hp-mega-brand-card{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:10px!important;
    min-height:100%!important;
    padding:18px!important;
    border:1px solid rgba(212,154,47,.28)!important;
    border-radius:6px!important;
    background:linear-gradient(145deg,#111516 0%,#0c0f10 100%)!important;
  }
  .hp-static-mega .hp-mega-brand-card img{
    width:auto!important;
    max-width:150px!important;
    max-height:48px!important;
    margin:0 0 2px!important;
    object-fit:contain!important;
  }
  .hp-static-mega .hp-mega-brand-copy strong{
    font-size:11px!important;
    letter-spacing:.09em!important;
    color:#fff!important;
  }
  .hp-static-mega .hp-mega-brand-copy span{
    margin-top:4px!important;
    color:#9f9f9b!important;
    font-size:9px!important;
    line-height:1.5!important;
  }
  .hp-static-mega .hp-mega-brand-cta{
    margin-top:4px!important;
    min-width:0!important;
    padding:9px 12px!important;
    border-radius:3px!important;
    color:#fff!important;
    font-size:8.5px!important;
    letter-spacing:.07em!important;
    background:linear-gradient(100deg,#b97d20 0%,#d59b32 72%,var(--orange) 100%)!important;
    border:1px solid rgba(231,176,76,.65)!important;
  }
  .hp-static-mega .hp-mega-brand-cta:hover{
    transform:translateY(-1px)!important;
    filter:brightness(1.06)!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .hp-static-mega{
    width:calc(100vw - 40px)!important;
    grid-template-columns:minmax(320px,1.45fr) minmax(160px,.8fr) minmax(160px,.8fr) minmax(190px,.9fr)!important;
  }
  .hp-static-mega .hp-mega-section{padding:20px 16px 18px!important}
}


/* v4.6 — approved light premium Products mega menu with interior image */
@media (min-width:1250px){
  .hp-static-mega{
    grid-template-columns:minmax(270px,1.15fr) minmax(235px,.92fr) minmax(190px,.75fr) minmax(190px,.75fr) minmax(220px,.84fr)!important;
    grid-template-areas:"visual office specialized storage brand"!important;
    gap:0!important;
    width:min(1460px,calc(100vw - 90px))!important;
    min-height:420px!important;
    padding:10px!important;
    overflow:hidden!important;
    background:linear-gradient(105deg,#fbf8f3 0%,#f7f1e9 58%,#fffaf4 100%)!important;
    border:1px solid rgba(215,145,57,.72)!important;
    border-top:3px solid var(--orange)!important;
    border-radius:0 0 12px 12px!important;
    box-shadow:0 28px 72px rgba(0,0,0,.42)!important;
  }
  .hp-static-mega .hp-mega-visual{
    grid-area:visual!important;
    display:flex!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:8px!important;
    background:#efe4d6!important;
  }
  .hp-static-mega .hp-mega-visual img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:398px!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:8px!important;
  }
  .hp-static-mega .hp-mega-section{
    min-width:0!important;
    padding:28px 24px 24px!important;
    border-right:1px solid #e5d6c7!important;
    background:transparent!important;
  }
  .hp-static-mega .hp-mega-office{grid-area:office!important;border-right:1px solid #e5d6c7!important}
  .hp-static-mega .hp-mega-specialized{grid-area:specialized!important}
  .hp-static-mega .hp-mega-storage{grid-area:storage!important}
  .hp-static-mega .hp-mega-brand{grid-area:brand!important;border-right:0!important;padding:28px 22px 24px!important;background:transparent!important}
  .hp-static-mega .hp-mega-heading,
  .hp-static-mega .hp-mega-office-title{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    margin:0 0 16px!important;
    padding:0 0 12px!important;
    color:#1d1f20!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
    border-bottom:1px solid rgba(225,128,34,.58)!important;
  }
  .hp-static-mega .hp-mega-heading:before,
  .hp-static-mega .hp-mega-office-title:before{
    content:''!important;
    display:block!important;
    width:24px!important;
    height:2px!important;
    background:linear-gradient(90deg,#d79b35,var(--orange))!important;
  }
  .hp-static-mega .hp-mega-link-grid{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}
  .hp-static-mega .hp-mega-list{display:grid!important;gap:8px!important}
  .hp-static-mega .hp-mega-link-grid a,
  .hp-static-mega .hp-mega-list a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:9px 22px 9px 2px!important;
    border:0!important;
    border-radius:4px!important;
    color:#242627!important;
    background:transparent!important;
    font-size:11px!important;
    font-weight:500!important;
    line-height:1.35!important;
    text-transform:none!important;
    white-space:normal!important;
    transition:color .16s ease,background .16s ease,padding-left .16s ease!important;
  }
  .hp-static-mega .hp-mega-link-grid a:before,
  .hp-static-mega .hp-mega-list a:before{display:none!important}
  .hp-static-mega .hp-mega-link-grid a:after,
  .hp-static-mega .hp-mega-list a:after{
    content:'›'!important;
    display:block!important;
    position:absolute!important;
    right:4px!important;
    top:50%!important;
    transform:translateY(-52%)!important;
    color:#b37a2c!important;
    font-size:18px!important;
    line-height:1!important;
  }
  .hp-static-mega .hp-mega-link-grid a:hover,
  .hp-static-mega .hp-mega-link-grid a:focus,
  .hp-static-mega .hp-mega-list a:hover,
  .hp-static-mega .hp-mega-list a:focus{
    color:#d85e12!important;
    background:rgba(244,123,32,.065)!important;
    padding-left:8px!important;
    outline:none!important;
  }
  .hp-static-mega .hp-mega-link-grid a:hover:after,
  .hp-static-mega .hp-mega-list a:hover:after{color:var(--orange)!important}

  .hp-static-mega .hp-mega-brand-card{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    min-height:100%!important;
    padding:12px 8px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .hp-static-mega .hp-mega-brand-card img{
    display:block!important;
    width:auto!important;
    max-width:190px!important;
    max-height:74px!important;
    margin:0 0 24px!important;
    object-fit:contain!important;
  }
  .hp-static-mega .hp-mega-brand-copy{width:100%!important}
  .hp-static-mega .hp-mega-brand-copy strong{
    display:block!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(244,123,32,.55)!important;
    color:#18191a!important;
    font-size:17px!important;
    font-weight:700!important;
    letter-spacing:.1em!important;
  }
  .hp-static-mega .hp-mega-brand-copy span{
    display:block!important;
    margin-top:16px!important;
    color:#6c6d6d!important;
    font-size:11px!important;
    line-height:1.7!important;
  }
  .hp-static-mega .hp-mega-brand-cta{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:28px!important;
    min-width:145px!important;
    padding:11px 16px!important;
    border:1px solid rgba(225,117,24,.72)!important;
    border-radius:6px!important;
    color:#d26714!important;
    background:transparent!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
  }
  .hp-static-mega .hp-mega-brand-cta:hover,
  .hp-static-mega .hp-mega-brand-cta:focus{
    color:#fff!important;
    background:linear-gradient(90deg,#d6962f,var(--orange))!important;
    border-color:var(--orange)!important;
    transform:translateY(-1px)!important;
  }
}

@media (min-width:901px) and (max-width:1249px){
  .hp-static-mega{
    grid-template-columns:minmax(300px,1.25fr) minmax(185px,.82fr) minmax(185px,.82fr) minmax(215px,.9fr)!important;
    grid-template-areas:"office specialized storage brand"!important;
    width:calc(100vw - 34px)!important;
    min-height:0!important;
    padding:8px!important;
    background:linear-gradient(105deg,#fbf8f3 0%,#f7f1e9 65%,#fffaf4 100%)!important;
    border:1px solid rgba(215,145,57,.72)!important;
    border-top:3px solid var(--orange)!important;
    border-radius:0 0 10px 10px!important;
  }
  .hp-static-mega .hp-mega-visual{display:none!important}
  .hp-static-mega .hp-mega-section{padding:22px 16px 20px!important;border-right:1px solid #e5d6c7!important;background:transparent!important}
  .hp-static-mega .hp-mega-brand{border-right:0!important;background:transparent!important}
  .hp-static-mega .hp-mega-heading,
  .hp-static-mega .hp-mega-office-title{color:#1d1f20!important;border-bottom-color:rgba(225,128,34,.5)!important}
  .hp-static-mega .hp-mega-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px 10px!important}
  .hp-static-mega .hp-mega-link-grid a,
  .hp-static-mega .hp-mega-list a{color:#292b2c!important;background:transparent!important}
  .hp-static-mega .hp-mega-link-grid a:hover,
  .hp-static-mega .hp-mega-list a:hover{color:#d85e12!important;background:rgba(244,123,32,.065)!important}
  .hp-static-mega .hp-mega-brand-card{border:0!important;background:transparent!important}
  .hp-static-mega .hp-mega-brand-copy strong{color:#18191a!important}
  .hp-static-mega .hp-mega-brand-copy span{color:#6c6d6d!important}
}

@media (max-width:900px){
  .hp-static-mega .hp-mega-visual{display:none!important}
}


/* v4.7 — adaptive product gallery only. No other design changes.
   Keeps the premium gold border while allowing each uploaded image to keep
   its natural aspect ratio, avoiding forced 4:3 letterboxing/gaps. */
.product-gallery{
  align-items:start!important;
}
.product-gallery .gallery-item{
  align-self:start!important;
  height:auto!important;
}
.product-gallery .gallery-item .gallery-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  padding:8px!important;
  display:block!important;
}
.product-gallery .gallery-item .gallery-card img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
}
@media(max-width:620px){
  .product-gallery .gallery-item .gallery-card{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    padding:6px!important;
  }
}


/* v4.7.2 — MOBILE FINAL POLISH ONLY
   1) clearer/full mobile hero image presentation
   2) footer product links in horizontal two-column rows
   3) experience/statistics as left-aligned horizontal rows
   No desktop design, gallery, mega-menu, colours or content changed. */
@media (max-width:620px){

  /* Mobile hero: preserve the whole image across the width and keep the
     upper image area much clearer, while retaining dark contrast behind text. */
  .hero-live{
    min-height:620px!important;
    background:#050606!important;
  }
  .hero-slide{
    background-size:100% auto!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
  }
  .hero-live:before{
    background:linear-gradient(
      180deg,
      rgba(4,5,5,.05) 0%,
      rgba(4,5,5,.10) 27%,
      rgba(4,5,5,.58) 39%,
      rgba(4,5,5,.93) 52%,
      #050606 64%,
      #050606 100%
    )!important;
  }
  .hero-live-shade{
    background:linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,.02) 28%,
      rgba(0,0,0,.22) 40%,
      rgba(0,0,0,.72) 56%,
      rgba(0,0,0,.92) 70%
    )!important;
  }
  .hero-live-inner{
    min-height:620px!important;
    align-items:flex-end!important;
  }
  .hero-live-copy{
    width:100%!important;
    padding:35px 0 72px!important;
  }

  /* Footer Products: compact horizontal two-column arrangement instead
     of one long centered list. */
  .site-footer .footer-grid > div:nth-child(3) ul{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:0 18px!important;
    width:min(100%,380px)!important;
    margin:0 auto!important;
  }
  .site-footer .footer-grid > div:nth-child(3) li{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-height:43px!important;
    margin:0!important;
    padding:7px 4px 7px 17px!important;
    border-bottom:1px solid rgba(212,154,47,.24)!important;
    color:#c7c7c2!important;
    text-align:left!important;
    line-height:1.35!important;
  }
  .site-footer .footer-grid > div:nth-child(3) li:before{
    content:''!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:8px!important;
    height:1px!important;
    background:var(--gold)!important;
    transform:translateY(-50%)!important;
  }

  /* Stats: one clean horizontal row per statistic. */
  .stats-grid{
    grid-template-columns:1fr!important;
  }
  .stat{
    width:100%!important;
    min-height:88px!important;
    justify-content:flex-start!important;
    gap:20px!important;
    padding:16px 18px!important;
    border-right:0!important;
    border-bottom:1px solid #3b3d3e!important;
    text-align:left!important;
  }
  .stat:last-child{
    border-bottom:0!important;
  }
  .stat-icon{
    flex:0 0 48px!important;
    width:48px!important;
    text-align:center!important;
    font-size:31px!important;
  }
  .stat strong{
    font-size:30px!important;
    line-height:1!important;
  }
  .stat small{
    margin-top:6px!important;
    font-size:12px!important;
  }
}

@media (max-width:390px){
  .site-footer .footer-grid > div:nth-child(3) ul{
    gap:0 10px!important;
  }
  .site-footer .footer-grid > div:nth-child(3) li{
    padding-left:14px!important;
    font-size:9px!important;
  }
}

/* v4.7.5 — MOBILE HERO TEXT POSITION ONLY */
@media (max-width:620px){
  .hero-live-copy{
    transform:translateY(-95px)!important;
  }
}

/* v4.7.6 — MOBILE HERO TYPOGRAPHY ONLY */
@media (max-width:620px){
  .hero-kicker{
    font-size:9px!important;
    letter-spacing:.09em!important;
    margin-bottom:12px!important;
  }
  .hero-live h1{
    font-size:clamp(30px,9.2vw,40px)!important;
    line-height:1.04!important;
    margin-bottom:16px!important;
  }
  .hero-live p{
    max-width:92%!important;
    font-size:12.5px!important;
    line-height:1.5!important;
    margin-bottom:20px!important;
  }
  .hero-buttons{
    gap:8px!important;
  }
  .hero-buttons .button{
    min-height:42px!important;
    padding:0 14px!important;
    font-size:9px!important;
  }
  .hero-primary span{
    font-size:14px!important;
  }
}

/* v4.7.8 — MOBILE HERO STRUCTURAL GAP FIX ONLY
   Hero image is 1920x670 (34.9% aspect-height), so on mobile the text
   now begins directly after the visible image instead of inside a fixed
   620px-tall flex container. */
@media (max-width:620px){
  .hero-live{
    min-height:0!important;
  }
  .hero-live-inner{
    min-height:0!important;
    display:block!important;
  }
  .hero-live-copy{
    width:100%!important;
    transform:none!important;
    padding:calc(34.9vw + 20px) 0 88px!important;
  }
}

/* v4.7.9 — MOBILE FOOTER PRODUCTS LAYOUT ONLY */
@media (max-width:620px){
  .site-footer ul.footer-products-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    flex-direction:unset!important;
    align-items:stretch!important;
    gap:0 14px!important;
    width:min(100%,390px)!important;
    margin:0 auto!important;
  }
  .site-footer ul.footer-products-list li{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:44px!important;
    margin:0!important;
    padding:8px 6px 8px 18px!important;
    position:relative!important;
    border-bottom:1px solid rgba(212,154,47,.24)!important;
    text-align:left!important;
    line-height:1.3!important;
  }
  .site-footer ul.footer-products-list li:before{
    content:''!important;
    position:absolute!important;
    left:2px!important;
    top:50%!important;
    width:8px!important;
    height:2px!important;
    border-radius:2px!important;
    background:var(--gold)!important;
    transform:translateY(-50%)!important;
  }
}

/* v4.8.0 — FLOATING WECHAT CONTACT */
.hp-wechat-float{
  position:fixed;
  top:118px;
  right:20px;
  z-index:99990;
}
.hp-wechat-button{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.26);
  border-radius:50%;
  background:#07c160;
  box-shadow:0 10px 28px rgba(0,0,0,.36);
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease;
}
.hp-wechat-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.42);
}
.hp-wechat-button svg{
  width:29px;
  height:29px;
  fill:#fff;
}
.hp-wechat-popup{
  position:absolute;
  top:62px;
  right:0;
  width:286px;
  padding:18px;
  border:1px solid rgba(212,154,47,.55);
  border-radius:10px;
  background:#111415;
  box-shadow:0 20px 50px rgba(0,0,0,.55);
  color:#fff;
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.hp-wechat-float.is-open .hp-wechat-popup{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.hp-wechat-popup-close{
  position:absolute;
  top:8px;
  right:10px;
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  color:#bbb;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.hp-wechat-popup h3{
  margin:2px 28px 8px 0;
  color:#fff;
  font-size:17px;
  font-weight:600;
}
.hp-wechat-popup p{
  margin:0 0 12px;
  color:#bdbdb8;
  font-size:12px;
  line-height:1.55;
}
.hp-wechat-qr{
  display:block;
  width:100%;
  max-width:238px;
  margin:0 auto 12px;
  border-radius:7px;
  background:#fff;
}
.hp-wechat-id{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid rgba(212,154,47,.34);
  border-radius:6px;
  background:#0c0e0f;
}
.hp-wechat-id span{
  color:#a9a9a5;
  font-size:11px;
}
.hp-wechat-id strong{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.02em;
}
@media (max-width:620px){
  .hp-wechat-float{
    top:126px;
    right:12px;
  }
  .hp-wechat-button{
    width:46px;
    height:46px;
  }
  .hp-wechat-button svg{
    width:26px;
    height:26px;
  }
  .hp-wechat-popup{
    position:fixed;
    top:184px;
    left:14px;
    right:14px;
    width:auto;
    max-width:360px;
    margin:0 0 0 auto;
  }
}
