/*
Theme Name: Luxe Building Services
Theme URI: https://luxebuildingservices.co.uk
Author: Luxe Building Services
Description: Premium theme for Luxe Building Services — Leicester's trusted building specialists.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: luxe-building
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:wght@400;500;600;700&display=swap');

/* ── VARIABLES ───────────────────────────────────── */
:root {
  --orange:      #D4580A;
  --orange-lt:   #E8722A;
  --orange-dk:   #B04208;
  --brown:       #4A2C0A;
  --brown-mid:   #7A4A1E;
  --white:       #FAFAF8;
  --off-white:   #F4F0EB;
  --grey:        #2C2C2C;
  --grey-mid:    #5A5A5A;
  --grey-pale:   #E8E4DF;
  --topbar-socials-h: 36px;
  --topbar-contacts-h: 44px;
  --topbar-h:    80px;  /* socials row + contacts row */
  --areas-h:     38px;
  --nav-h:       72px;
  --total-offset: 190px; /* 80 + 38 + 72 */
}

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--grey); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ── TOPBAR ──────────────────────────────────────── */
#luxe-topbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: var(--brown);
  height: var(--topbar-h);
  display: flex; flex-direction: column;
}

/* Row 1 — social icons */
.topbar-socials-row {
  background: #3d2208;
  height: var(--topbar-socials-h);
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-socials-inner {
  width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
}
.topbar-follow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(250,240,230,.4); margin-right: 4px;
}

/* Row 2 — contacts + WhatsApp */
.topbar-contacts-row {
  height: var(--topbar-contacts-h);
  display: flex; align-items: center;
}
.topbar-inner {
  width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.topbar-contacts { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }

.topbar-link {
  display: flex; align-items: center; gap: 6px;
  color: rgba(250,240,230,0.88); font-size: 12.5px;
  transition: color .2s; white-space: nowrap;
}
.topbar-link:hover { color: var(--orange-lt); }
.topbar-link svg { width: 13px; height: 13px; fill: var(--orange); flex-shrink: 0; }

.wa-btn {
  display: flex; align-items: center; gap: 6px;
  background: #25D366; color: #fff;
  padding: 5px 13px; border-radius: 3px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .4px;
  transition: background .2s; white-space: nowrap;
}
.wa-btn:hover { background: #1fba5a; color: #fff; }
.wa-btn svg { width: 14px; height: 14px; fill: #fff; }

/* Social icons */
.si-wrap { display: flex; gap: 7px; align-items: center; }
.topbar-socials { gap: 8px; }
.si {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: .85; transition: opacity .2s, transform .2s;
}
.si:hover { opacity: 1; transform: translateY(-2px); }
.si svg { width: 13px; height: 13px; fill: #fff; }
.topbar-socials .si { width: 24px; height: 24px; }
.topbar-socials .si svg { width: 11px; height: 11px; }
.si-tiktok   { background: #010101; }
.si-instagram{ background: radial-gradient(circle at 30% 107%,#fdf497 0,#fd5949 45%,#d6249f 60%,#285AEB 90%); }
.si-youtube  { background: #FF0000; }
.si-facebook { background: #1877F2; }

/* ── AREAS STRIP ─────────────────────────────────── */
#luxe-areas {
  position: fixed; top: var(--topbar-h); left: 0; width: 100%; z-index: 999;
  background: #3d2208;
  height: var(--areas-h);
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center;
}
.areas-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 14px; overflow: hidden;
}
.areas-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); white-space: nowrap; flex-shrink: 0;
}
.areas-divider { width: 1px; height: 14px; background: var(--orange); opacity: .4; flex-shrink: 0; }
.areas-tags { display: flex; align-items: center; flex-wrap: nowrap; overflow: hidden; }
.area-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11.5px; letter-spacing: .8px;
  color: rgba(250,240,230,.75);
  padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,.13);
  white-space: nowrap; line-height: 1;
}
.area-tag:last-child { border-right: none; }
.areas-more {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; letter-spacing: 1px; font-style: italic;
  color: var(--orange); white-space: nowrap; margin-left: 4px;
}

/* ── NAVBAR ──────────────────────────────────────── */
#luxe-nav {
  position: fixed;
  top: calc(var(--topbar-h) + var(--areas-h));
  left: 0; width: 100%; z-index: 998;
  background: rgba(250,250,248,.97);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--orange);
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
  height: var(--nav-h);
}
.nav-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center;
  height: 100%;
}

/* Logo */
.site-logo { display: flex; flex-direction: column; line-height: 1; }
.logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 21px; font-weight: 700;
  color: var(--brown); letter-spacing: 1px; text-transform: uppercase;
}
.logo-main em { color: var(--orange); font-style: normal; }
.logo-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10.5px; letter-spacing: 3.5px;
  color: var(--grey-mid); text-transform: uppercase; margin-top: 2px;
}

/* Nav links */
.nav-menu { display: flex; align-items: center; }
.nav-menu li { position: relative; }
.nav-menu li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12.5px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--grey);
  padding: 0 14px; display: flex; align-items: center;
  height: var(--nav-h); transition: color .2s;
  position: relative;
}
.nav-menu li a::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 0; height: 2px;
  background: var(--orange); transition: width .3s;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item > a { color: var(--orange); }
.nav-menu li a:hover::after,
.nav-menu li.current-menu-item > a::after { width: 60%; }

/* CTA button in nav */
.nav-menu .menu-get-a-quote > a,
.nav-menu .nav-cta {
  background: var(--orange) !important; color: #fff !important;
  margin-left: 8px; padding: 0 18px !important; height: 38px !important;
  border-radius: 2px; font-size: 12px !important; letter-spacing: 1.8px !important;
}
.nav-menu .menu-get-a-quote > a:hover,
.nav-menu .nav-cta:hover { background: var(--orange-dk) !important; }
.nav-menu .menu-get-a-quote > a::after,
.nav-menu .nav-cta::after { display: none !important; }

/* Dropdown */
.nav-menu .sub-menu {
  position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 250px;
  box-shadow: 0 10px 36px rgba(0,0,0,.14);
  border-top: 3px solid var(--orange);
  opacity: 0; visibility: hidden;
  transform: translateY(-6px);
  transition: all .25s;
}
.nav-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .sub-menu li a {
  height: auto !important; padding: 11px 18px !important;
  font-size: 11.5px !important; letter-spacing: .9px !important;
  border-bottom: 1px solid var(--grey-pale);
  display: flex !important; gap: 9px; align-items: center;
}
.nav-menu .sub-menu li a::after { display: none !important; }
.nav-menu .sub-menu li:last-child a { border-bottom: none; }
.nav-menu .sub-menu li a::before {
  content: ''; width: 6px; height: 6px;
  background: var(--orange); border-radius: 50%; flex-shrink: 0;
}

/* Hamburger */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 8px;
}
.nav-toggle span { width: 23px; height: 2px; background: var(--brown); display: block; transition: all .3s; }

/* Mobile menu */
.mobile-nav {
  display: none; position: fixed;
  top: var(--total-offset);
  left: 0; width: 100%; z-index: 997;
  background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.12);
  max-height: calc(100vh - var(--total-offset));
  overflow-y: auto;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 14px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--grey); border-bottom: 1px solid var(--grey-pale);
}
.mobile-nav a:hover { color: var(--orange); background: var(--off-white); }
.mobile-nav .mobile-cta {
  background: var(--orange); color: #fff !important;
  text-align: center; margin: 12px 16px; display: block;
  padding: 13px !important; border-radius: 2px;
}

/* ── PAGE OFFSET ─────────────────────────────────── */
.page-offset { padding-top: var(--total-offset); }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12.5px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; padding: 14px 32px;
  transition: all .2s; border: none;
}
.btn-solid { background: var(--orange); color: #fff; }
.btn-solid:hover { background: var(--orange-dk); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: var(--orange-lt); color: var(--orange-lt); }
.btn-brown { background: #fff; color: var(--orange); }
.btn-brown:hover { background: var(--off-white); color: var(--orange-dk); }

/* ── SECTION HELPERS ─────────────────────────────── */
.section-wrap { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
.section-eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--orange);
}
.section-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px); font-weight: 700; line-height: 1.15;
  color: var(--brown); margin-bottom: 18px;
}
.section-title.on-dark { color: var(--white); }
.section-body { font-size: 15.5px; color: var(--grey-mid); line-height: 1.8; max-width: 580px; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding-top: var(--total-offset); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(108deg, rgba(30,10,2,.88) 0%, rgba(30,10,2,.62) 48%, rgba(30,10,2,.18) 100%);
}
.hero-body {
  position: relative; z-index: 2;
  width: 100%; max-width: 1300px; margin: 0 auto;
  padding: 70px 24px 90px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 7px 16px; margin-bottom: 26px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 6vw, 80px); font-weight: 900;
  color: var(--white); line-height: 1.05;
  max-width: 700px; margin-bottom: 22px;
}
.hero-title .accent { color: var(--orange-lt); font-style: italic; }
.hero-desc {
  font-size: 16.5px; color: rgba(250,240,230,.84);
  max-width: 500px; line-height: 1.75; font-weight: 300; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 14px; margin-top: 48px; flex-wrap: wrap; }
.stat-box {
  background: rgba(255,255,255,.08); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14); border-top: 3px solid var(--orange);
  padding: 18px 22px; text-align: center;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700; color: var(--orange-lt); line-height: 1;
}
.stat-lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: 2px;
  color: rgba(250,240,230,.65); text-transform: uppercase; margin-top: 4px;
}

/* ── ABOUT STRIP ─────────────────────────────────── */
.about-strip { background: var(--off-white); padding: 90px 24px; }
.about-grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 460px; object-fit: cover; }
.about-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--orange); color: #fff;
  padding: 24px 28px; text-align: center;
  box-shadow: 0 6px 28px rgba(212,88,10,.4);
}
.about-badge-num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; line-height: 1; }
.about-badge-lbl { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; opacity: .9; margin-top: 4px; }
.feature-list { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-item { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--grey); }
.feature-item::before { content: ''; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }

/* ── SERVICES DARK ───────────────────────────────── */
.services-dark { background: var(--grey); padding: 90px 24px; }
.services-header { max-width: 1300px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; }
.services-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 2px; }
.svc-card {
  background: rgba(255,255,255,.04);
  padding: 36px 28px;
  border: 1px solid rgba(255,255,255,.06);
  transition: background .3s, transform .3s;
  position: relative; overflow: hidden;
}
.svc-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 3px; background: var(--orange); transition: width .35s;
}
.svc-card:hover::after { width: 100%; }
.svc-card:hover { background: rgba(212,88,10,.08); transform: translateY(-4px); }
.svc-icon { width: 48px; height: 48px; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 20px; }
.svc-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--white); margin-bottom: 10px; line-height: 1.3; }
.svc-desc { font-size: 13.5px; color: rgba(250,250,248,.48); line-height: 1.7; }
.svc-more { margin-top: 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); }

/* ── WHY US ──────────────────────────────────────── */
.why-section { background: var(--brown); padding: 90px 24px; }
.why-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.why-points { margin-top: 36px; }
.why-point { display: flex; gap: 18px; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.why-point:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.why-num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--orange); opacity: .35; line-height: 1; flex-shrink: 0; width: 54px; }
.why-text h4 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--white); margin-bottom: 7px; }
.why-text p { font-size: 13.5px; color: rgba(250,240,230,.62); line-height: 1.7; }
.why-img img { width: 100%; height: 520px; object-fit: cover; }

/* ── CTA BANNER ──────────────────────────────────── */
.cta-banner { background: var(--orange); padding: 64px 24px; text-align: center; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px,4vw,42px); color: #fff; margin-bottom: 14px; }
.cta-banner p { font-size: 15.5px; color: rgba(255,255,255,.86); max-width: 480px; margin: 0 auto 32px; line-height: 1.7; }
.cta-banner .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO ───────────────────────────────────── */
.page-hero {
  background: var(--brown); padding: 80px 24px 64px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(74,44,10,.95), rgba(122,74,30,.82));
  z-index: 0;
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px,5vw,62px); color: #fff; margin-bottom: 14px; }
.page-hero p { font-size: 16px; color: rgba(250,240,230,.74); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.breadcrumb { font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,240,230,.45); margin-bottom: 14px; }
.breadcrumb span { color: var(--orange-lt); }

/* ── SERVICES PAGE ───────────────────────────────── */
.svc-detail-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 26px; padding: 70px 24px; }
.svc-detail-card { background: #fff; border: 1px solid var(--grey-pale); padding: 32px; transition: all .3s; }
.svc-detail-card:hover { border-color: var(--orange); box-shadow: 0 8px 28px rgba(212,88,10,.1); transform: translateY(-4px); }
.svc-detail-card .d-icon { font-size: 34px; margin-bottom: 14px; }
.svc-detail-card h3 { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--brown); margin-bottom: 10px; }
.svc-detail-card p { font-size: 13.5px; color: var(--grey-mid); line-height: 1.7; margin-bottom: 14px; }
.svc-detail-card ul li { font-size: 13px; color: var(--grey-mid); padding: 4px 0 4px 16px; position: relative; }
.svc-detail-card ul li::before { content: '→'; position: absolute; left: 0; color: var(--orange); font-size: 11px; top: 4px; }

/* ── ABOUT PAGE ──────────────────────────────────── */
.about-page-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 70px 24px; }
.about-big-img { width: 100%; height: 480px; object-fit: cover; }
.about-text p { font-size: 15.5px; color: var(--grey-mid); line-height: 1.8; margin-bottom: 18px; }
.stats-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.stat-card { text-align: center; padding: 22px; }
.stat-card.orange { background: var(--off-white); border-top: 4px solid var(--orange); }
.stat-card.brown  { background: var(--off-white); border-top: 4px solid var(--brown); }
.stat-card .n { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; }
.stat-card.orange .n { color: var(--orange); }
.stat-card.brown  .n { color: var(--brown); }
.stat-card .l { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-mid); margin-top: 4px; }

.values-section { background: var(--off-white); padding: 70px 24px; }
.values-section .section-wrap { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 44px; }
.val-card { background: #fff; padding: 32px; border-top: 4px solid var(--orange); box-shadow: 0 2px 16px rgba(0,0,0,.05); }
.val-card .v-icon { font-size: 30px; margin-bottom: 12px; }
.val-card h4 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--brown); margin-bottom: 10px; }
.val-card p { font-size: 13.5px; color: var(--grey-mid); line-height: 1.7; }

/* ── GALLERY ─────────────────────────────────────── */
.gallery-section { padding: 70px 24px; }
.gallery-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 42px; align-items: center; }
.gf-btn {
  font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px;
  letter-spacing: 1.8px; text-transform: uppercase;
  padding: 9px 20px; border: 1.5px solid var(--grey-pale);
  background: transparent; color: var(--grey-mid); transition: all .2s;
}
.gf-btn:hover, .gf-btn.active { background: var(--orange); color: #fff; border-color: var(--orange); }
.gallery-count { margin-left: auto; font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 5px;
}
.gal-item { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 1; }
.gal-item.wide { grid-column: span 2; aspect-ratio: 2/1; }
.gal-item.tall { grid-row: span 2; aspect-ratio: 1/2; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gal-item:hover img { transform: scale(1.06); }
.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(30,10,2,.88) 0%, transparent 60%);
  display: flex; align-items: flex-end; padding: 16px;
  opacity: 0; transition: opacity .3s;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-expand {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.15); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; opacity: 0; transition: opacity .3s;
}
.gal-item:hover .gal-expand { opacity: 1; }
.gal-cat { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: 2px; color: var(--orange-lt); text-transform: uppercase; }
.gal-title { font-family: 'Playfair Display', serif; font-size: 14px; color: #fff; margin-top: 2px; }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(5,2,1,.95); z-index: 9999;
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lb-inner { position: relative; max-width: 90vw; display: flex; flex-direction: column; align-items: center; }
.lb-inner img { max-width: 90vw; max-height: 78vh; object-fit: contain; }
.lb-caption { margin-top: 14px; text-align: center; }
.lb-cat { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); }
.lb-title { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; margin-top: 3px; }
.lb-close { position: fixed; top: 20px; right: 24px; font-size: 30px; color: rgba(255,255,255,.65); background: none; border: none; cursor: pointer; z-index: 10000; transition: color .2s; }
.lb-close:hover { color: var(--orange-lt); }
.lb-arrow { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: none; color: #fff; font-size: 26px; padding: 14px 18px; cursor: pointer; transition: background .2s; z-index: 10000; }
.lb-arrow:hover { background: var(--orange); }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-counter { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 3px; color: rgba(255,255,255,.4); }

/* ── CONTACT ─────────────────────────────────────── */
.contact-section { padding: 70px 24px; background: #fff; }
.contact-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; align-items: start; }
.contact-info { margin-top: 36px; }
.ci-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.ci-icon { width: 42px; height: 42px; background: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 17px; height: 17px; fill: #fff; }
.ci-item h5 { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-mid); margin-bottom: 3px; }
.ci-item a, .ci-item p { font-size: 14.5px; color: var(--brown); font-weight: 500; transition: color .2s; }
.ci-item a:hover { color: var(--orange); }

.contact-form-wrap { background: var(--off-white); padding: 42px; box-shadow: 0 4px 36px rgba(0,0,0,.07); }
.form-heading { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--brown); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-mid); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--grey-pale); background: #fff;
  font-family: 'Barlow', sans-serif; font-size: 13.5px; color: var(--grey);
  outline: none; border-radius: 0; -webkit-appearance: none;
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; justify-content: center; }
.form-note { font-size: 11.5px; color: #aaa; text-align: center; margin-top: 10px; }
.form-success { background: #edfaf1; border: 1px solid #2ecc71; color: #1a7a43; padding: 14px 18px; margin-bottom: 20px; font-size: 14px; display: none; }
.form-success.show { display: block; }

/* WP default form styles */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea { width:100%; padding:11px 14px; border:1.5px solid var(--grey-pale); background:#fff; font-family:'Barlow',sans-serif; font-size:13.5px; color:var(--grey); border-radius:0; outline:none; transition:border-color .2s; margin-bottom:14px; }
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus { border-color:var(--orange); }
.wpcf7-form input[type="submit"] { background:var(--orange); color:#fff; font-family:'Barlow Condensed',sans-serif; font-size:13px; letter-spacing:2px; text-transform:uppercase; border:none; padding:14px 32px; cursor:pointer; transition:background .2s; width:100%; }
.wpcf7-form input[type="submit"]:hover { background:var(--orange-dk); }

/* ── FOOTER ──────────────────────────────────────── */
#luxe-footer { background: var(--grey); padding: 64px 24px 28px; }
.footer-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .logo-main { color: #fff; font-size: 19px; }
.footer-brand .logo-sub { color: rgba(250,250,248,.45); }
.footer-desc { margin-top: 14px; font-size: 12.5px; line-height: 1.75; color: rgba(250,250,248,.5); }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social .si { width: 34px; height: 34px; border-radius: 3px; background: rgba(255,255,255,.08); }
.footer-social .si:hover { background: var(--orange); }
.footer-phone { display: inline-flex; align-items: center; gap: 6px; color: var(--orange-lt); font-size: 13.5px; font-weight: 500; margin-top: 14px; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 12.5px; color: rgba(250,250,248,.5); transition: color .2s; }
.footer-col ul li a:hover { color: var(--orange-lt); }
.footer-bottom { max-width: 1300px; margin: 22px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; color: rgba(250,250,248,.3); flex-wrap: wrap; gap: 8px; }

/* ── WORDPRESS BODY CLASSES ──────────────────────── */
.admin-bar #luxe-topbar   { top: 32px; }
.admin-bar #luxe-areas    { top: calc(32px + var(--topbar-h)); }
.admin-bar #luxe-nav      { top: calc(32px + var(--topbar-h) + var(--areas-h)); }
.admin-bar .hero,
.admin-bar .page-offset   { padding-top: calc(var(--total-offset) + 32px); }
.admin-bar .mobile-nav    { top: calc(32px + var(--total-offset)); }
/* ── PROJECTS ARCHIVE ────────────────────────────── */
.projects-section { padding: 60px 24px 80px; }
.proj-filter { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.pf-btn {
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px;
  letter-spacing: 1.8px; text-transform: uppercase;
  padding: 9px 20px; border: 1.5px solid var(--grey-pale);
  background: transparent; color: var(--grey-mid);
  text-decoration: none; transition: all .2s; display: inline-block;
}
.pf-btn:hover, .pf-btn.active { background: var(--orange); color: #fff; border-color: var(--orange); }
.pf-count { margin-left: auto; font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; }

/* Project grid */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.proj-grid-3 { grid-template-columns: repeat(3, 1fr); }

.proj-card { background: #fff; border: 1px solid var(--grey-pale); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.proj-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.12); }
.proj-card.proj-featured { border-top: 3px solid var(--orange); }

.proj-img-link { display: block; position: relative; overflow: hidden; aspect-ratio: 4/3; }
.proj-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.proj-img-link:hover .proj-img { transform: scale(1.05); }
.proj-img-placeholder { width: 100%; aspect-ratio: 4/3; background: var(--off-white); display: flex; align-items: center; justify-content: center; font-size: 48px; }
.proj-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(74,44,10,.85) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 0; transition: opacity .3s;
}
.proj-img-link:hover .proj-overlay { opacity: 1; }
.proj-view { font-family: 'Barlow Condensed', sans-serif; font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: #fff; }
.proj-badge { position: absolute; top: 12px; left: 12px; background: var(--orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; }

.proj-info { padding: 20px 22px 22px; }
.proj-type { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 7px; }
.proj-title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--brown); line-height: 1.3; margin-bottom: 10px; }
.proj-title a { color: inherit; text-decoration: none; }
.proj-title a:hover { color: var(--orange); }
.proj-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px; }
.proj-meta-item { font-size: 12px; color: var(--grey-mid); }
.proj-excerpt { font-size: 13px; color: var(--grey-mid); line-height: 1.65; margin-bottom: 14px; }
.proj-link { font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); text-decoration: none; }
.proj-link:hover { color: var(--orange-dk); }

/* Empty state */
.proj-empty { text-align: center; padding: 80px 24px; }
.proj-empty-icon { font-size: 64px; margin-bottom: 18px; }
.proj-empty h3 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--brown); margin-bottom: 12px; }
.proj-empty p { font-size: 15px; color: var(--grey-mid); max-width: 480px; margin: 0 auto 28px; line-height: 1.7; }

/* Pagination */
.proj-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; flex-wrap: wrap; }
.proj-pagination .page-numbers {
  font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 1px;
  padding: 10px 16px; border: 1.5px solid var(--grey-pale); color: var(--grey);
  text-decoration: none; transition: all .2s;
}
.proj-pagination .page-numbers:hover,
.proj-pagination .page-numbers.current { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ── SINGLE PROJECT ──────────────────────────────── */
.single-proj-hero {
  position: relative; min-height: 420px;
  display: flex; align-items: flex-end;
  padding-top: var(--total-offset);
}
.sph-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.sph-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,10,2,.9) 0%, rgba(30,10,2,.4) 60%, rgba(30,10,2,.2) 100%); z-index: 1; }
.sph-body { position: relative; z-index: 2; padding: 50px 24px 48px; width: 100%; }

/* No thumbnail fallback */
.single-proj-hero:not(:has(.sph-bg)) { background: var(--brown); min-height: 280px; }

.single-proj-wrap { padding: 60px 24px 80px; }
.single-proj-layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; align-items: start; margin-bottom: 60px; }

.single-proj-cover { margin-bottom: 36px; }
.spc-img { width: 100%; max-height: 520px; object-fit: cover; }

.single-proj-content { margin-bottom: 40px; }
.proj-body-text { font-size: 15.5px; color: var(--grey-mid); line-height: 1.85; }
.proj-body-text p { margin-bottom: 18px; }
.proj-body-text h2, .proj-body-text h3 { font-family: 'Playfair Display', serif; color: var(--brown); margin: 28px 0 12px; }

/* Project extra gallery */
.single-proj-gallery { margin-bottom: 40px; }
.spg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.spg-item { position: relative; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; }
.spg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.spg-item:hover img { transform: scale(1.06); }
.spg-overlay { position: absolute; inset: 0; background: rgba(30,10,2,.45); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; opacity: 0; transition: opacity .3s; }
.spg-item:hover .spg-overlay { opacity: 1; }

/* Sidebar */
.single-proj-sidebar { position: sticky; top: calc(var(--total-offset) + 24px); }
.sps-card { background: var(--off-white); padding: 26px; border-top: 4px solid var(--orange); }
.sps-title { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--brown); margin-bottom: 18px; }
.sps-list { list-style: none; margin: 0; }
.sps-list li { display: flex; flex-direction: column; gap: 2px; padding: 11px 0; border-bottom: 1px solid var(--grey-pale); font-size: 13.5px; color: var(--grey); }
.sps-list li:last-child { border-bottom: none; }
.sps-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey-mid); }

/* Prev/Next nav */
.proj-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 36px 0; border-top: 1px solid var(--grey-pale); border-bottom: 1px solid var(--grey-pale); margin-bottom: 60px; }
.proj-nav-item { text-decoration: none; padding: 16px 20px; background: var(--off-white); transition: background .2s; }
.proj-nav-item:hover { background: var(--grey-pale); }
.proj-nav-next { text-align: right; }
.pni-dir { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; }
.pni-title { display: block; font-family: 'Playfair Display', serif; font-size: 15px; color: var(--brown); }
.proj-nav-all { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; background: var(--orange); color: #fff; padding: 12px 20px; text-decoration: none; text-align: center; white-space: nowrap; }
.proj-nav-all:hover { background: var(--orange-dk); color: #fff; }

/* Related */
.proj-related { padding-top: 20px; }

/* ── RESPONSIVE PROJECTS ─────────────────────────── */

/* ══════════════════════════════════════════════════
   RESPONSIVE — complete breakpoints for all components
   1200px  tablet-landscape / small desktop
    860px  tablet-portrait  (hamburger kicks in)
    600px  large phone
    400px  small phone
══════════════════════════════════════════════════ */

/* ── 1200px ──────────────────────────────────────── */
@media (max-width: 1200px) {
  /* Footer: drop to 2×2 */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Projects: 2 columns */
  .proj-grid { grid-template-columns: repeat(2, 1fr); }

  /* Single project: stack layout + unstick sidebar */
  .single-proj-layout { grid-template-columns: 1fr; }
  .single-proj-sidebar { position: static; }
  .proj-nav { grid-template-columns: 1fr 1fr; }
  .proj-nav-all { display: none; }
}

/* ── 860px ───────────────────────────────────────── */
@media (max-width: 860px) {
  /* Nav: show hamburger */
  .nav-menu  { display: none; }
  .nav-toggle { display: flex; }

  /* Hero */
  .hero-body { padding: 0 20px; max-width: 100%; }
  .hero-stats { flex-wrap: wrap; gap: 10px; }
  .stat-box { min-width: 140px; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-btns .btn { width: 100%; max-width: 280px; justify-content: center; }

  /* About strip */
  .about-grid { grid-template-columns: 1fr; gap: 0; }
  .about-img-wrap { margin-bottom: 60px; }
  .about-img-wrap img { height: 300px; }
  .about-badge { bottom: -14px; right: 16px; }
  .feature-list { grid-template-columns: 1fr; gap: 10px; }

  /* Services */
  .services-header { flex-direction: column; align-items: flex-start; }

  /* Why us */
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-img { order: -1; }
  .why-img img { height: 280px; }

  /* Values */
  .values-grid { grid-template-columns: 1fr 1fr; gap: 18px; }

  /* About page */
  .about-page-grid { grid-template-columns: 1fr; gap: 40px; padding: 50px 24px; }
  .about-big-img { height: 300px; }
  .stats-pair { grid-template-columns: 1fr 1fr; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-item.wide { grid-column: span 2; aspect-ratio: 2/1; }
  .gal-item.tall { grid-row: span 1; aspect-ratio: 1; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }

  /* Project page */
  .spg-grid { grid-template-columns: repeat(2, 1fr); }
  .proj-nav { grid-template-columns: 1fr 1fr; }
}

/* ── 600px ───────────────────────────────────────── */
@media (max-width: 600px) {
  /* Fixed header → collapse topbar rows to relative flow,
     nav becomes sticky so page offset = 0 */
  #luxe-topbar {
    position: relative;
    height: auto;
    flex-direction: column;
  }
  .topbar-socials-row {
    height: auto;
    padding: 8px 0;
  }
  .topbar-socials-inner {
    justify-content: center;
    padding: 0 16px;
  }
  .topbar-contacts-row {
    height: auto;
    padding: 8px 0;
  }
  #luxe-areas {
    position: relative;
    top: auto;
    height: auto;
    padding: 8px 0;
  }
  #luxe-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  /* Mobile nav drops from sticky nav */
  .mobile-nav { top: var(--nav-h); }
  /* Content no longer needs big offset */
  .hero        { padding-top: 0; min-height: 90vh; }
  .page-offset { padding-top: 0; }
  /* Single project hero */
  .single-proj-hero { padding-top: 0; min-height: 260px; }
  .sph-body { padding: 40px 20px 36px; }

  /* Admin bar on mobile is 46px */
  .admin-bar #luxe-nav { top: 46px; }
  .admin-bar .mobile-nav { top: calc(46px + var(--nav-h)); }

  /* Topbar rows on mobile: keep compact horizontal layout */
  .topbar-contacts-row { padding: 7px 0; }
  .topbar-inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 0 14px; gap: 8px; flex-wrap: nowrap; }
  .topbar-contacts { flex-direction: row; gap: 14px; flex-wrap: nowrap; overflow: hidden; }
  .topbar-right { flex-shrink: 0; }
  /* Hide maps + email on mobile — phone + whatsapp is enough */
  .topbar-link.topbar-maps  { display: none; }
  .topbar-link.topbar-email { display: none; }

  /* Areas strip */
  .areas-tags { display: none; }
  .areas-more { display: none; }

  /* Navbar */
  .nav-inner { padding: 0 16px; }

  /* Hero */
  .hero-body { padding: 0 16px; }
  .hero-title { font-size: clamp(28px, 8vw, 44px) !important; }
  .hero-desc { font-size: 14px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 10px; margin-top: 32px; }
  .stat-box { flex: 1 1 calc(50% - 5px); min-width: 0; }
  .stat-num { font-size: 28px !important; }

  /* About strip */
  .about-strip { padding: 60px 16px; }
  .about-img-wrap img { height: 240px; }
  .about-badge { padding: 16px 20px; }
  .about-badge-num { font-size: 28px; }
  .feature-list { grid-template-columns: 1fr; }

  /* Services */
  .services-dark { padding: 60px 16px; }
  .svc-detail-grid { grid-template-columns: 1fr; padding: 40px 16px; }

  /* Why */
  .why-section { padding: 60px 16px; }
  .why-num { font-size: 32px; width: 40px; }
  .why-img { display: none; } /* hide image on small phones — content is enough */

  /* Values */
  .values-section { padding: 50px 16px; }
  .values-grid { grid-template-columns: 1fr; gap: 14px; }

  /* About page */
  .about-page-grid { padding: 40px 16px; gap: 30px; }
  .stats-pair { grid-template-columns: 1fr; gap: 12px; }
  .about-big-img { height: 220px; }

  /* Page hero */
  .page-hero { padding: 50px 16px 44px; }
  .page-hero h1 { font-size: clamp(26px, 7vw, 44px); }
  .page-hero p { font-size: 14px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .gal-item.wide, .gal-item.tall { grid-column: span 1; grid-row: span 1; aspect-ratio: 1; }
  .gal-filter { gap: 6px; }
  .gf-btn { font-size: 10px; padding: 7px 13px; }

  /* Contact */
  .contact-form-wrap { padding: 24px 16px; }
  .contact-info-item { gap: 12px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  #luxe-footer { padding: 50px 16px 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* CTA banner */
  .cta-banner { padding: 48px 16px; }
  .cta-btns { flex-direction: column; align-items: stretch; max-width: 280px; margin: 0 auto; }
  .cta-btns .btn { justify-content: center; }

  /* Lightbox arrows on mobile */
  .lb-prev { left: 6px; padding: 12px 14px; font-size: 20px; }
  .lb-next { right: 6px; padding: 12px 14px; font-size: 20px; }

  /* Projects */
  .proj-grid, .proj-grid-3 { grid-template-columns: 1fr; }
  .proj-filter { gap: 6px; }
  .pf-btn { font-size: 10px; padding: 7px 13px; }
  .pf-count { display: none; }
  .spg-grid { grid-template-columns: repeat(2, 1fr); }
  .proj-nav { grid-template-columns: 1fr; gap: 10px; }
  .proj-nav-all { display: block; order: -1; }
  .single-proj-wrap { padding: 36px 16px 60px; }
}

/* ── 400px ───────────────────────────────────────── */
@media (max-width: 400px) {
  /* Stat boxes: full width stack */
  .stat-box { flex: 1 1 100%; }
  /* Gallery: single column on tiny screens */
  .gallery-grid { grid-template-columns: 1fr; }
  .gal-item.wide { grid-column: span 1; aspect-ratio: 4/3; }
  /* Social icons row: tighter on very small screens */
  .topbar-socials-inner { gap: 6px; }
}

/* ── ACCESSIBILITY ───────────────────────────────── */
.screen-reader-text { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
