
:root {
  --bg:       #0D0D0D;
  --bg-2:     #141414;
  --bg-3:     #1C1C1C;
  --gold:     #C9A84C;
  --gold-lt:  #D9BE72;
  --gold-dim: #A8892E;
  --text:     #F5F0E8;
  --text-dim: #9E9890;
  --text-muted:#5C5650;
  --border:   rgba(201,168,76,0.12);
  --border-h: rgba(201,168,76,0.28);
  --font-display: 'Instrument Serif', serif;
  --font-body:    'Inter', sans-serif;
  --sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;
  --sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--sp-20:5rem;--sp-24:6rem;
  --radius:8px;--radius-lg:12px;--transition:0.2s ease;
  --ease:cubic-bezier(0.4,0,0.2,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);
     line-height:1.6;overflow-x:hidden;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
button{cursor:pointer;border:none;background:none;font-family:inherit;}

.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);
           color:#0D0D0D;padding:.5rem 1rem;border-radius:0 0 8px 8px;
           font-size:.875rem;font-weight:700;z-index:9999;transition:top .2s;}
.skip-link:focus{top:0;}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px;}

/* Nav */
.hub-nav{position:fixed;top:0;left:0;right:0;z-index:10001;
         padding:1.25rem 0;transition:background .2s,padding .2s;}
.hub-nav.scrolled{background:rgba(13,13,13,.95);padding:.75rem 0;
                  border-bottom:1px solid var(--border);
}
.hub-nav__inner{max-width:1100px;margin:0 auto;padding:0 2rem;
                display:flex;align-items:center;justify-content:space-between;}
.hub-nav__logo{display:flex;align-items:center;gap:.5rem;}
.hub-nav__wordmark{font-family:var(--font-display);font-size:1.4rem;
                   font-style:italic;color:var(--text);letter-spacing:.01em;}
.hub-nav__wordmark span{color:var(--gold);}
.hub-nav__links{display:flex;gap:2rem;}
.hub-nav__links a{font-size:.85rem;color:var(--text-dim);
                  transition:color var(--transition);}
.hub-nav__links a:hover{color:var(--gold);}

/* Container */
.container{max-width:1100px;margin:0 auto;padding:0 2rem;}

/* Hero */
.hub-hero{min-height:100vh;display:flex;align-items:center;
          padding:120px 0 80px;position:relative;overflow:hidden;}
.hub-hero__bg{position:absolute;inset:0;pointer-events:none;}
.hub-hero__line{position:absolute;top:50%;left:0;right:0;height:1px;
                background:linear-gradient(90deg,transparent,rgba(201,168,76,.15),transparent);}
.hub-hero__content{position:relative;z-index:1;max-width:800px;}
.hub-hero__eyebrow{font-family:var(--font-body);font-size:.72rem;font-weight:600;
                   letter-spacing:.18em;text-transform:uppercase;
                   color:var(--gold);margin-bottom:var(--sp-6);}
.hub-hero__title{font-family:var(--font-display);font-size:clamp(3rem,7vw,6rem);
                 font-style:italic;line-height:1.05;letter-spacing:-.01em;
                 margin-bottom:var(--sp-6);color:var(--text);}
.hub-hero__title em{font-style:normal;color:var(--gold);}
.hub-hero__body{font-size:1.1rem;color:var(--text-dim);line-height:1.8;
                max-width:560px;margin-bottom:var(--sp-8);}
.hub-hero__divider{width:60px;height:2px;background:var(--gold);margin-bottom:var(--sp-8);}
.hub-hero__scroll{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;
                  text-transform:uppercase;display:flex;align-items:center;gap:.75rem;}
.hub-hero__scroll::before{content:'';display:block;width:40px;height:1px;background:var(--text-muted);}

/* Business cards */
.hub-businesses{padding:var(--sp-24) 0;background:var(--bg-2);}
.hub-businesses__header{text-align:center;margin-bottom:var(--sp-16);}
.hub-businesses__tag{font-size:.7rem;font-weight:600;letter-spacing:.14em;
                     text-transform:uppercase;color:var(--gold);margin-bottom:var(--sp-4);
                     display:block;}
.hub-businesses__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);
                       font-style:italic;color:var(--text);}
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.hub-card{background:var(--bg-3);border:1px solid var(--border);border-radius:12px;
          padding:2.5rem 2rem;transition:border-color .2s,transform .2s;
          display:flex;flex-direction:column;}
.hub-card:hover{border-color:var(--border-h);transform:translateY(-4px);}
.hub-card__num{font-family:var(--font-display);font-size:3.5rem;font-style:italic;
               color:rgba(201,168,76,.12);line-height:1;margin-bottom:var(--sp-5);}
.hub-card__icon{width:48px;height:48px;border-radius:8px;
                background:rgba(201,168,76,.08);border:1px solid var(--border);
                display:flex;align-items:center;justify-content:center;
                font-size:1.4rem;margin-bottom:var(--sp-5);}
.hub-card__name{font-family:var(--font-display);font-size:1.3rem;font-style:italic;
                color:var(--text);margin-bottom:.5rem;}
.hub-card__sub{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
               color:var(--gold);margin-bottom:var(--sp-4);}
.hub-card__desc{font-size:.875rem;color:var(--text-dim);line-height:1.7;flex:1;
                margin-bottom:var(--sp-6);}
.hub-card__link{display:inline-flex;align-items:center;gap:.5rem;
                font-size:.82rem;font-weight:600;color:var(--gold);
                transition:gap .2s;}
.hub-card:hover .hub-card__link{gap:.75rem;}
.hub-card__coming{font-size:.78rem;color:var(--text-muted);
                  background:rgba(255,255,255,.04);border:1px solid var(--border);
                  padding:.3rem .75rem;border-radius:100px;display:inline-block;}

/* Standard section */
.hub-standard{padding:var(--sp-24) 0;}
.hub-standard__header{margin-bottom:var(--sp-12);}
.hub-standard__tag{font-size:.7rem;font-weight:600;letter-spacing:.14em;
                   text-transform:uppercase;color:var(--gold);display:block;margin-bottom:var(--sp-4);}
.hub-standard__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);
                     font-style:italic;color:var(--text);max-width:480px;line-height:1.2;}
.hub-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
.hub-principle{padding:var(--sp-6) 0;border-top:1px solid var(--border);}
.hub-principle__num{font-family:var(--font-display);font-size:1.75rem;font-style:italic;
                    color:var(--gold);margin-bottom:var(--sp-4);}
.hub-principle__title{font-family:var(--font-body);font-size:.9rem;font-weight:600;
                      color:var(--text);margin-bottom:.5rem;}
.hub-principle__text{font-size:.82rem;color:var(--text-dim);line-height:1.65;}

/* Footer */
.hub-footer{background:var(--bg-2);border-top:1px solid var(--border);padding:var(--sp-10) 0 var(--sp-6);}
.hub-footer__inner{display:flex;justify-content:space-between;align-items:flex-start;
                   gap:var(--sp-8);flex-wrap:wrap;margin-bottom:var(--sp-8);}
.hub-footer__brand-name{font-family:var(--font-display);font-size:1.1rem;font-style:italic;
                         color:var(--text);margin-bottom:.4rem;}
.hub-footer__brand-name span{color:var(--gold);}
.hub-footer__tagline{font-size:.8rem;color:var(--text-muted);}
.hub-footer__links{display:flex;flex-direction:column;gap:.5rem;}
.hub-footer__links a{font-size:.82rem;color:var(--text-dim);transition:color .2s;}
.hub-footer__links a:hover{color:var(--gold);}
.hub-footer__links h4{font-size:.68rem;font-weight:700;letter-spacing:.1em;
                       text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;}
.hub-footer__bottom{display:flex;justify-content:space-between;align-items:center;
                    padding-top:var(--sp-5);border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem;}
.hub-footer__copy{font-size:.78rem;color:var(--text-muted);}
.hub-footer__legal{display:flex;gap:1.5rem;}
.hub-footer__legal a{font-size:.78rem;color:var(--text-muted);transition:color .2s;}
.hub-footer__legal a:hover{color:var(--gold);}

/* Animations */
.fade-up{opacity:0;transform:translateY(20px);
         transition:opacity .65s var(--ease),transform .65s var(--ease);}
.js-ready .fade-up{opacity:0;transform:translateY(20px);}
.fade-up.visible{opacity:1;transform:none;}
.js-ready .fade-up.visible{opacity:1;transform:none;}

/* Responsive */
@media(max-width:900px){
  .hub-grid{grid-template-columns:1fr;}
  .hub-principles{grid-template-columns:1fr 1fr;}
  .hub-nav__links{display:none;}
}
@media(max-width:600px){
  .hub-principles{grid-template-columns:1fr;}
  .hub-footer__inner{flex-direction:column;}
}

/* ── Mobile navigation ─────────────────────────────────── */
.hub-nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 7px;
  cursor: pointer;
  background: none;
  border: none;
  transition: background 0.2s;
}
.hub-nav__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
}
.hub-nav__burger:hover { background: rgba(201,168,76,0.1); }
.hub-nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hub-nav__burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hub-nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hub-nav__mobile {
  position: fixed;
  top: 0;
  left: 0; right: 0; bottom: 0;
  background: rgba(13,13,13,0.99);
  padding: 5rem 1.5rem 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  border-top: 1px solid var(--border);
  overflow-y: auto;
}
.hub-nav__mobile.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}
.hub-nav__mobile-link {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--text-dim);
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
  text-decoration: none;
}
.hub-nav__mobile-link:hover { color: var(--gold); }
.hub-nav__mobile-footer {
  margin-top: auto;
  padding-top: 1.5rem;
}
.hub-nav__mobile-footer-legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.hub-nav__mobile-footer-legal a {
  font-size: 0.78rem;
  color: var(--text-muted);
  transition: color 0.2s;
}
.hub-nav__mobile-footer-legal a:hover { color: var(--gold); }

@media (max-width: 720px) {
  .hub-nav__links { display: none; }
  .hub-nav__burger { display: flex; }
  .hub-theme-toggle { display: flex; }
}
@media (max-width: 480px) {
  .hub-hero__title { font-size: clamp(2.4rem, 9vw, 3.5rem); }
  .hub-hero { padding: 100px 0 60px; }
  .hub-principle { padding: var(--sp-4) 0; }
  .hub-footer__inner { flex-direction: column; gap: 2rem; }
  .hub-footer__links { gap: 0.4rem; }
}
@media (max-width: 768px) {
  .hub-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .hub-principles { grid-template-columns: 1fr 1fr; }
  .hub-card { padding: 1.75rem 1.5rem; }
  .hub-hero__body { font-size: 1rem; }
  .hub-footer__inner { flex-wrap: wrap; gap: 2rem; }
}

.hub-footer__col-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

/* ── About section link hover ─────────────────────────── */
.hub-about-link { transition: border-color 0.2s; }
.hub-about-link:hover { border-color: rgba(201,168,76,0.3) !important; }

/* ── About section responsive ─────────────────────────── */
@media (max-width: 700px) {
  .hub-about-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
}

/* ── Theme toggle button ────────────────────────────────── */
.theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: var(--radius, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  cursor: pointer;
  color: var(--text-dim);
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.theme-toggle:hover { background: rgba(255,255,255,0.12); color: var(--text); }
.theme-toggle svg   { width: 16px; height: 16px; display: block; pointer-events: none; }
.theme-toggle .icon-sun  { display: block; }
.theme-toggle .icon-moon { display: none; }
html.light .theme-toggle .icon-sun  { display: none; }
html.light .theme-toggle .icon-moon { display: block; }
html.light .theme-toggle { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.14); color: var(--text-muted); }
html.light .theme-toggle:hover { background: rgba(0,0,0,0.10); }
/* Hub specific */
.hub-theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,168,76,0.08);
  border: 1px solid var(--border);
  cursor: pointer;
  color: var(--text-dim);
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.hub-theme-toggle:hover { background: rgba(201,168,76,0.15); color: var(--gold); }
.hub-theme-toggle svg   { width: 16px; height: 16px; display: block; pointer-events: none; }
.hub-theme-toggle .icon-sun  { display: block; }
.hub-theme-toggle .icon-moon { display: none; }
html.light .hub-theme-toggle .icon-sun  { display: none; }
html.light .hub-theme-toggle .icon-moon { display: block; }
html.light .hub-theme-toggle { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.12); }

/* ── LIGHT MODE — Hub ───────────────────────────────────── */
html.light {
  --bg:        #F8F5EE;
  --bg-2:      #F0EBE0;
  --bg-3:      #E8E1D4;
  --text:      #1A1508;
  --text-dim:  #4A3E28;
  --text-muted:#6A5E48;
  --border:    rgba(201,168,76,0.18);
  --border-h:  rgba(201,168,76,0.40);
}
html.light body                   { background: var(--bg); color: var(--text); }
html.light .hub-nav               { background: rgba(248,245,238,0.94); border-bottom-color: rgba(201,168,76,0.18); }
html.light .hub-nav.scrolled      { background: rgba(248,245,238,0.98); }
html.light .hub-nav__mobile       { background: #F0EBE0; }
html.light .hub-nav__wordmark     { color: var(--text); }
html.light .hub-nav__links a      { color: var(--text-dim); }
html.light .hub-nav__links a:hover{ color: var(--gold-dim); }
html.light .hub-businesses        { background: var(--bg-2); }
html.light .hub-card              { background: rgba(255,255,255,0.75); }
html.light .hub-about             { background: var(--bg-2); }
html.light .hub-footer            { background: var(--bg-2); border-top-color: var(--border); }
html.light .hub-footer__brand-name,
html.light .hub-footer__bottom    { color: var(--text); }
html.light .hub-footer__links a   { color: var(--text-dim); }
html.light .hub-footer__tagline,
html.light .hub-footer__copy,
html.light .hub-footer__legal a,
html.light .hub-footer__col-title { color: var(--text-muted); }
html.light .hub-standard          { background: var(--bg); }
html.light .hub-principle         { border-top-color: var(--border); }

/* ── Corporate Hub Nav Updates ─────────────────────── */
.hub-nav__inner { gap: 0; }
.hub-nav__links a {
  font-size: .88rem;
  letter-spacing: .01em;
  font-weight: 500;
  padding: .4rem .85rem;
  border-radius: 6px;
  transition: color .2s, background .2s;
}
.hub-nav__links a:hover {
  color: var(--gold);
  background: rgba(201,168,76,0.07);
}
.hub-nav__cta {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.2rem;
  background: transparent;
  border: 1px solid var(--gold-dim);
  border-radius: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .02em;
  text-decoration: none;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.hub-nav__cta:hover {
  background: rgba(201,168,76,0.10);
  border-color: var(--gold);
}
.hub-nav__actions {
  display: flex;
  align-items: center;
  gap: .6rem;
}
html.light .hub-nav__cta {
  border-color: var(--gold-dim);
  color: var(--gold-dim);
}
html.light .hub-nav__links a:hover {
  background: rgba(201,168,76,0.10);
}
/* Corporate hero update */
.hub-hero__location {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── About section (index teaser) ─────────────────────────── */
.hub-about {
  padding: var(--sp-20) 0 var(--sp-24);
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}
.hub-about__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--sp-12);
  align-items: start;
}
.hub-about__body p {
  font-size: .95rem;
  color: var(--text-dim);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.hub-about__body p:last-of-type {
  margin-bottom: 0;
}
.hub-about__cta {
  display: inline-flex;
  margin-top: var(--sp-6);
  margin-bottom: 0;
}
html.light .hub-about { background: var(--bg-2); }
html.light .hub-about__body p { color: var(--text-dim); }

@media (max-width: 768px) {
  .hub-about__inner { grid-template-columns: 1fr; gap: var(--sp-6); }
}

/* ── Mobile nav overrides — must stay at end of file ──────
   Placed here so they override all base rules above.      */
@media (max-width: 720px) {
  /* Hide desktop-only elements */
  .hub-nav__links { display: none !important; }
  .hub-nav__cta   { display: none !important; }

  /* Show mobile-only elements */
  .hub-nav__burger  { display: flex !important; }
  .hub-theme-toggle { display: flex !important; }
}

/* ══════════════════════════════════════════════════════
   HUB PORTFOLIO CAROUSEL
   ══════════════════════════════════════════════════════ */
.hub-carousel-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-3);
}

/* Track */
.hub-carousel__track {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.hub-carousel__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}
.hub-carousel__slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* Image half */
.hub-carousel__img {
  position: relative;
  overflow: hidden;
}
.hub-carousel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.hub-carousel__slide.active .hub-carousel__img img {
  transform: scale(1.02);
}

/* Content half */
.hub-carousel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3rem 3rem 3.5rem;
  background: var(--bg-3);
  position: relative;
}
.hub-carousel__num {
  font-family: var(--font-display);
  font-size: 5rem;
  font-style: italic;
  color: rgba(201,168,76,.08);
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  pointer-events: none;
  user-select: none;
}
.hub-carousel__tag {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
  display: block;
}
.hub-carousel__name {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: .6rem;
}
.hub-carousel__desc {
  font-size: .9rem;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 1.75rem;
  flex: 1;
}
.hub-carousel__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: .02em;
  transition: gap .2s;
  margin-top: auto;
  align-self: flex-start;
}
.hub-carousel__link:hover { gap: .65rem; }

/* Arrows */
.hub-carousel__btn {
  position: absolute;
  bottom: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(201,168,76,.10);
  border: 1px solid rgba(201,168,76,.25);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background .2s, border-color .2s;
}
.hub-carousel__btn:hover {
  background: rgba(201,168,76,.20);
  border-color: var(--gold);
}
.hub-carousel__btn svg { width: 16px; height: 16px; display: block; }
.hub-carousel__btn--prev { right: 5.5rem; }
.hub-carousel__btn--next { right: 2rem; }

/* Dots */
.hub-carousel__dots {
  position: absolute;
  bottom: 1.75rem;
  left: 3.5rem;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.hub-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(201,168,76,.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.hub-carousel__dot.active {
  background: var(--gold);
  transform: scale(1.4);
}

/* Light mode */
html.light .hub-carousel-wrap { background: #fff; border-color: var(--border); }
html.light .hub-carousel__content { background: #fff; }
html.light .hub-carousel__num { color: rgba(201,168,76,.12); }

/* Responsive — mobile: stacked image-on-top layout */
@media (max-width: 860px) {
  /* On mobile the slide switches from absolute to relative flow */
  .hub-carousel__track {
    aspect-ratio: unset;
    position: relative;
    min-height: 0;
  }
  .hub-carousel__slide {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    opacity: 1;
    pointer-events: none;
    display: none;
  }
  .hub-carousel__slide.active {
    display: grid;
    pointer-events: auto;
  }
  /* Image: fixed height strip */
  .hub-carousel__img {
    height: 220px;
    position: relative;
    overflow: hidden;
  }
  .hub-carousel__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Arrows overlaid on the image edges */
  .hub-carousel__btn {
    position: absolute;
    top: 110px;             /* vertically centred on 220px image */
    bottom: auto;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(13,13,13,.62);
    border-color: rgba(201,168,76,.35);
  }
  .hub-carousel__btn--prev { left: .75rem; right: auto; }
  .hub-carousel__btn--next { right: .75rem; }
  /* Content below image */
  .hub-carousel__content {
    padding: 1.75rem 1.5rem 3.5rem;
    position: relative;
  }
  .hub-carousel__num { display: none; }
  /* Dots below content */
  .hub-carousel__dots {
    position: absolute;
    bottom: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .hub-carousel__img   { height: 180px; }
  .hub-carousel__btn   { top: 90px; }
  .hub-carousel__name  { font-size: 1.25rem; }
  .hub-carousel__desc  { font-size: .85rem; }
}

/* ── Back to Top ─────────────────────────────────────────────── */
.hub-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--border-h);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, visibility .3s, background .2s;
  z-index: 90;
}
.hub-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hub-back-to-top:hover {
  background: var(--bg-3);
  border-color: var(--gold);
}
.hub-back-to-top svg { display: block; }
html.light .hub-back-to-top {
  background: #fff;
  border-color: var(--border-h);
}
@media (max-width: 480px) {
  .hub-back-to-top { bottom: 1.25rem; right: 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════
   HUB MOBILE RESPONSIVENESS — comprehensive
   ═══════════════════════════════════════════════════════════════ */

/* ── Tablet (≤1024px) ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hub-businesses__header { text-align: center; }
  .hub-businesses__header p { margin: 1rem auto 0; }
  .hub-carousel-wrap { border-radius: 12px; }
}

/* ── Medium mobile (≤860px) — about teaser grid ───────────────── */
@media (max-width: 860px) {
  /* About teaser */
  .hub-about__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-6);
  }
  /* Standard section */
  .hub-standard__header { text-align: center; }
  .hub-standard__header p { margin: .75rem auto 0; }
  /* Principles */
  .hub-principles {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Mobile (≤640px) ──────────────────────────────────────────── */
@media (max-width: 640px) {
  /* Hero */
  .hub-hero { padding: 130px 0 3rem; }
  .hub-hero__title { letter-spacing: -.02em; }
  .hub-hero__body { font-size: .9rem; }
  .hub-hero__divider { margin: 1.25rem 0; }

  /* Principles — single column */
  .hub-principles { grid-template-columns: 1fr; }

  /* About teaser body */
  .hub-about { padding: var(--sp-14) 0 var(--sp-16); }
  .hub-about__body p { font-size: .9rem; }

  /* Footer */
  .hub-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .hub-footer__inner > div:first-child {
    grid-column: 1 / -1;
  }

  /* Back to top */
  .hub-back-to-top { bottom: 1rem; right: 1rem; }
}

/* ── Small mobile (≤480px) ────────────────────────────────────── */
@media (max-width: 480px) {
  .hub-footer__inner { grid-template-columns: 1fr; }
  .hub-footer__col-title { margin-top: 1rem; }
  .hub-hero__actions { flex-direction: column; align-items: flex-start; gap: .75rem; }

  /* Contact page cards */
  .hub-contact-grid {
    grid-template-columns: 1fr !important;
  }

  /* About page model cards */
  .hub-about-model-grid {
    grid-template-columns: 1fr !important;
  }

  /* Carousel content padding */
  .hub-carousel__content { padding: 1.5rem 1.25rem 4rem; }

  /* Back to top size */
  .hub-back-to-top { width: 40px; height: 40px; }
}

/* ── Hub about page — mission grid ────────────────────────────── */
@media (max-width: 768px) {
  /* about.html mission section 2-col → 1-col */
  [style*="grid-template-columns: 1fr 1.6fr"],
  [style*="grid-template-columns:1fr 1.6fr"] {
    display: block !important;
  }
  /* about.html model cards 2-col → 1-col */
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* contact.html enquiry type cards */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* contact.html linkedin + location side by side → stack */
  [style*="grid-template-columns:1fr 1fr"] + div,
  .hub-contact-location { width: 100%; }
}

/* ── Hub contact page specifically ────────────────────────────── */
@media (max-width: 820px) {
  /* Primary email block — stack vertically */
  [style*="align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--sp-5)"] {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* About page portfolio teaser */
  [style*="align-items:flex-start;justify-content:space-between;flex-wrap:wrap"] {
    flex-direction: column;
  }
}

/* ── Enquiry Type Carousel ───────────────────────────────── */
.enquiry-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.enquiry-carousel__track {
  overflow: hidden;
  border-radius: 14px;
}
.enquiry-carousel__slides {
  display: flex;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.enquiry-carousel__slide {
  min-width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: var(--sp-6) var(--sp-6) var(--sp-6);
  box-sizing: border-box;
}
.enquiry-carousel__slide h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .5rem;
}
.enquiry-carousel__slide p {
  font-size: .875rem;
  color: var(--text-dim);
  line-height: 1.75;
}
.enquiry-carousel__icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(201,168,76,.1);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: var(--sp-4);
}
.enquiry-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--sp-4);
}
.enquiry-carousel__dots {
  display: flex;
  gap: .45rem;
  align-items: center;
}
.enquiry-carousel__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(201,168,76,.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.enquiry-carousel__dot.active {
  background: var(--gold);
  transform: scale(1.35);
}
.enquiry-carousel__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(201,168,76,.08);
  border: 1px solid rgba(201,168,76,.2);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}
.enquiry-carousel__btn:hover {
  background: rgba(201,168,76,.16);
  border-color: var(--gold);
}
.enquiry-carousel__btn svg { width: 14px; height: 14px; display: block; }
.enquiry-carousel__nav {
  display: flex;
  gap: .5rem;
}
html.light .enquiry-carousel__slide {
  background: var(--bg-2);
  border-color: var(--border);
}

/* ── Portfolio Accordion ─────────────────────────────────── */
.portfolio-accordion { display:flex; flex-direction:column; gap:.5rem; }
.portfolio-accordion__item {
  border:1px solid var(--border); border-radius:10px;
  overflow:hidden; background:var(--bg-3); transition:border-color .2s;
}
.portfolio-accordion__item:hover,
.portfolio-accordion__item.open { border-color:var(--border-h); }
.portfolio-accordion__trigger {
  width:100%; display:flex; align-items:center; justify-content:space-between;
  padding:.85rem 1.1rem; background:transparent; border:none; cursor:pointer; text-align:left; gap:.75rem;
}
.portfolio-accordion__name { font-size:.9rem; font-weight:700; color:var(--text); flex:1; }
.portfolio-accordion__icon { font-size:1rem; flex-shrink:0; }
.portfolio-accordion__chevron {
  width:18px; height:18px; color:var(--gold-dim); flex-shrink:0; transition:transform .3s ease;
}
.portfolio-accordion__item.open .portfolio-accordion__chevron {
  transform:rotate(180deg); color:var(--gold);
}
.portfolio-accordion__body { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.portfolio-accordion__body-inner {
  padding:0 1.1rem 1.1rem; border-top:1px solid var(--border);
}
.portfolio-accordion__desc {
  font-size:.83rem; color:var(--text-dim); line-height:1.75; margin:.75rem 0 .9rem;
}
.portfolio-accordion__link {
  display:inline-flex; align-items:center; gap:.35rem; font-size:.8rem;
  font-weight:700; color:var(--gold); text-decoration:none; letter-spacing:.02em; transition:gap .2s;
}
.portfolio-accordion__link:hover { gap:.55rem; }
html.light .portfolio-accordion__item { background:var(--bg-3); }

/* ── Contact info grid responsive ─────────────────────────── */
@media (max-width: 700px) {
  /* 3-col phone/linkedin/location → 1-col */
  [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ── Mobile menu close button ─────────────────────────────── */
.hub-mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201,168,76,.10);
  border: 1px solid rgba(201,168,76,.25);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  transition: background .2s, border-color .2s;
  flex-shrink: 0;
}
.hub-mobile-close:hover {
  background: rgba(201,168,76,.20);
  border-color: var(--gold);
}

/* ── Mobile menu social links — larger tap targets ────────── */
.hub-nav__mobile-footer .hub-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--text-dim);
  transition: background .2s, border-color .2s;
  text-decoration: none;
}
.hub-nav__mobile-footer .hub-social-link:hover {
  background: rgba(201,168,76,.12);
  border-color: rgba(201,168,76,.3);
  color: var(--gold);
}
.hub-nav__mobile-footer .hub-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}
.hub-nav__mobile-footer {
  margin-top: auto !important;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.hub-nav__mobile-socials {
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
}
.hub-nav__mobile-legal {
  display: flex;
  gap: 1rem;
}
.hub-nav__mobile-legal a {
  font-size: .72rem;
  color: var(--text-muted);
  text-decoration: none;
}
.hub-nav__mobile-legal a:hover { color: var(--text-dim); }
html.light .hub-nav__mobile-footer .hub-social-link {
  background: rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.10);
}

/* ── Call button (floating) ──────────────────────────────── */
.hub-call-btn {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--border-h);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, visibility .3s, background .2s, border-color .2s;
  z-index: 90;
}
.hub-call-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hub-call-btn:hover {
  background: var(--bg-3);
  border-color: var(--gold);
}
.hub-call-btn svg { display: block; width: 18px; height: 18px; }
html.light .hub-call-btn { background: #fff; border-color: var(--border-h); }
@media (max-width: 480px) {
  .hub-call-btn { bottom: 4.5rem; right: 1.25rem; }
}

/* ── Footer social icons ──────────────────────────────────── */
.hub-footer__socials {
  display: flex;
  gap: .6rem;
  margin-top: 1rem;
}
.hub-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(201,168,76,.08);
  border: 1px solid rgba(201,168,76,.18);
  color: var(--gold);
  transition: background .2s, border-color .2s;
  text-decoration: none;
}
.hub-footer__social-link:hover {
  background: rgba(201,168,76,.18);
  border-color: var(--gold);
}
.hub-footer__social-link svg { display: block; }
html.light .hub-footer__social-link {
  background: rgba(201,168,76,.08);
  border-color: rgba(201,168,76,.2);
}
