@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================
   INTERUTILAJE.RO — Modern 2026 Design
   Palette: Navy Blue / Black / Orange
   ========================================= */

:root {
  --black:    #080C10;
  --dark:     #0D1117;
  --navy:     #17140C;
  --blue:     #D49C00;
  --blue-bright: #F4B400;
  --orange:   #F4B400;
  --orange-2: #FFD34D;
  --white:    #F4F0E4;
  --muted:    #B3AA95;
  --border:   rgba(255,255,255,0.07);
  --glass:    rgba(23,20,12,0.55);
  --radius:   6px;
  --radius-lg:12px;
  --shadow:   0 8px 40px rgba(0,0,0,0.5);
  --header-bg: rgba(8,12,16,0.92);
  --header-shadow: 0 4px 32px rgba(0,0,0,0.6);
  --dropdown-shadow: 0 20px 60px rgba(0,0,0,0.7);
  --surface-soft: rgba(255,255,255,0.06);
  --surface-soft-hover: rgba(255,255,255,0.1);
  --surface-card: rgba(255,255,255,0.04);
  --surface-card-2: rgba(255,255,255,0.03);
  --surface-card-3: rgba(255,255,255,0.05);
  --surface-border-strong: rgba(255,255,255,0.2);
  --grid-line: rgba(255,255,255,0.025);
  --watermark: rgba(255,255,255,0.04);
  --hover-elev-shadow: 0 16px 40px rgba(0,0,0,0.4);
  --hover-elev-shadow-lg: 0 20px 50px rgba(0,0,0,0.4);
  --t:        cubic-bezier(.4,0,.2,1);
}

html {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="light"] {
  --black: #f2f0e8;
  --dark: #faf8f1;
  --navy: #f5f1e5;
  --white: #2d2410;
  --muted: #6e6145;
  --border: rgba(76,63,20,0.14);
  --glass: rgba(255,255,255,0.85);
  --shadow: 0 10px 34px rgba(76,63,20,0.12);
  --header-bg: rgba(250,247,239,0.92);
  --header-shadow: 0 8px 28px rgba(76,63,20,0.14);
  --dropdown-shadow: 0 18px 42px rgba(76,63,20,0.18);
  --surface-soft: rgba(76,63,20,0.08);
  --surface-soft-hover: rgba(76,63,20,0.12);
  --surface-card: rgba(76,63,20,0.04);
  --surface-card-2: rgba(76,63,20,0.03);
  --surface-card-3: rgba(76,63,20,0.05);
  --surface-border-strong: rgba(76,63,20,0.26);
  --grid-line: rgba(76,63,20,0.06);
  --watermark: rgba(76,63,20,0.08);
  --hover-elev-shadow: 0 12px 32px rgba(76,63,20,0.12);
  --hover-elev-shadow-lg: 0 16px 40px rgba(76,63,20,0.14);
}

*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  background-color: var(--black);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

main { display:block; }

img { max-width:100%; height:auto; display:block; }
a { color: inherit; text-decoration:none; }
ul { list-style:none; }
button { cursor:pointer; border:none; background:none; font:inherit; }
input, select, textarea, button { font:inherit; }

/* ---- TYPOGRAPHY ---- */
h1,h2,h3,h4,h5 {
  font-family: 'Barlow Condensed', 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width:6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius:3px; }

/* =========================================
   TOP BAR
   ========================================= */
.topbar {
  background: linear-gradient(90deg, rgba(12,10,6,0.96) 0%, rgba(24,20,10,0.96) 100%);
  border-bottom: 1px solid var(--border);
  padding: 7px 0;
  font-size: 0.78rem;
  color: var(--muted);
}
.topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.topbar-contacts {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(148,161,178,0.26);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(8,12,16,0.22);
}
.topbar-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-right: 1px solid rgba(148,161,178,0.22);
  color: #e7dfcf;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .2s, background .2s;
}
.topbar-contacts a:last-child {
  border-right: 0;
}
.topbar-contacts a:hover {
  color: var(--white);
  background: rgba(244,180,0,0.18);
}
.topbar-contacts svg { flex-shrink:0; }
.topbar-brandline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.topbar-brand-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8cfb6;
}
.topbar-site-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-2);
}
.topbar-site-link:hover {
  color: var(--orange);
  background: transparent !important;
}
html[data-theme="light"] .topbar {
  background: linear-gradient(90deg, rgba(248,244,231,0.98) 0%, rgba(243,236,215,0.98) 100%);
}
html[data-theme="light"] .topbar-contacts {
  background: rgba(255,255,255,0.9);
  border-color: rgba(140,122,78,0.38);
}
html[data-theme="light"] .topbar-contacts a {
  border-right-color: rgba(140,122,78,0.30);
  color: #4a3f1f;
}
html[data-theme="light"] .topbar-site-link {
  color: #9c6a00;
}
html[data-theme="light"] .topbar-brand-label {
  color: #5a4a22;
}

/* =========================================
   HEADER / NAV
   ========================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s var(--t);
}
.site-header.scrolled { box-shadow: var(--header-shadow); }

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.site-logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: 180px;
  object-fit: contain;
}
.footer-logo {
  height: 48px;
  max-width: 220px;
}
.logo-mark {
  width: 44px;
  height: 44px;
  background: var(--orange);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: -0.04em;
}
.logo-text { line-height:1.1; }
.logo-text strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: var(--white);
}
.logo-text small {
  display: block;
  font-size: 0.65rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 1px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 18px;
  flex: 1;
}
.main-nav > li { position:relative; }
.main-nav > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--muted);
  border-radius: var(--radius);
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.main-nav > li > a:hover,
.main-nav > li > a.active { color: var(--white); background: var(--surface-soft); }
.main-nav > li.has-sub > a::after {
  content: '';
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  flex-shrink: 0;
}
.main-nav > li.has-sub::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

/* DROPDOWN */
.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 300px;
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 8px;
  box-shadow: var(--dropdown-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .2s var(--t), transform .2s var(--t);
  z-index: 100;
}
.main-nav > li:hover .dropdown,
.main-nav > li:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: block;
  padding: 9px 14px;
  font-size: 0.84rem;
  color: var(--muted);
  border-radius: var(--radius);
  transition: color .2s, background .2s;
}
.dropdown a:hover { color: var(--white); background: var(--surface-soft); }
.dropdown.cols-2 {
  min-width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.dropdown.cols-2 a {
  white-space: normal;
}

/* THEME TOGGLE */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s, transform .15s;
}
.theme-toggle:hover {
  background: var(--surface-soft-hover);
  border-color: var(--surface-border-strong);
}
.theme-toggle:focus-visible {
  outline: 2px solid var(--blue-bright);
  outline-offset: 2px;
}
.theme-toggle .theme-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.theme-toggle .icon-sun { display: none; }
html[data-theme="light"] .theme-toggle .icon-sun { display: inline-block; }
html[data-theme="light"] .theme-toggle .icon-moon { display: none; }
.theme-toggle-desktop {
  width: 38px;
  height: 38px;
  padding: 0;
  margin-left: 2px;
  flex-shrink: 0;
}
.theme-toggle-desktop .theme-toggle-label {
  display: none;
}
.mobile-theme-row {
  display: none;
}
.theme-toggle-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 950;
  padding: 10px 12px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.theme-toggle-floating .theme-toggle-prefix {
  opacity: 0.9;
}

/* CTA BUTTON */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--orange);
  color: #fff !important;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
  flex-shrink: 0;
  margin-left: 10px;
}
.nav-cta:hover { background: var(--orange-2); transform: translateY(-1px); }

/* LANG TOGGLE */
.lang-switch-form,
.mobile-lang-switch-form {
  margin: 0;
}
.lang-switch-form {
  display: flex;
}
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 7px 10px;
  background: var(--surface-card);
  color: var(--muted);
  transition: border-color .2s, color .2s;
  flex-shrink: 0;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.theme-toggle-desktop + .lang-switch-form {
  margin-left: 8px;
}
.lang-toggle:hover { border-color: var(--orange); color: var(--orange); }
.lang-current { color: var(--white); }
.lang-sep { opacity: 0.4; }
.mobile-lang-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--muted) !important;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius);
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 999;
  overflow-y: auto;
  padding: 100px 24px 40px;
  transform: translateX(100%);
  transition: transform .35s var(--t);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mobile-nav a:hover { color: var(--orange); }

/* =========================================
   HERO SECTION
   ========================================= */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(244,180,0,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 90% 20%, rgba(244,180,0,0.12) 0%, transparent 60%),
    linear-gradient(180deg, var(--dark) 0%, var(--black) 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(244,180,0,0.2);
  border: 1px solid rgba(244,180,0,0.4);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 24px;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--blue-bright);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(0.8); }
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  line-height: 1.05;
}
.hero-title .accent { color: var(--orange); }
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.6rem);
  color: var(--blue-bright);
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-desc {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 40px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--orange);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-primary:hover {
  background: var(--orange-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(244,180,0,0.4);
}
.btn-primary.is-submitting {
  background: #f4b400;
  color: #2d2410;
  cursor: progress;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--surface-soft);
  color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
}
.btn-secondary:hover { background: var(--surface-soft-hover); transform: translateY(-2px); }

/* HERO VISUAL CARD */
.hero-visual {
  position: relative;
}
.hero-card {
  background: var(--glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-card-header {
  background: rgba(244,180,0,0.2);
  border-bottom: 1px solid var(--border);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero-card-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}
.hero-card-dots span:nth-child(1) { background: #ff5f57; }
.hero-card-dots span:nth-child(2) { background: #ffbe2f; }
.hero-card-dots span:nth-child(3) { background: #28ca41; }
.hero-card-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 0;
}
.hero-card-body { padding: 28px; }
.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.hero-stat {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  text-align: center;
}
.hero-stat strong {
  display: block;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat span {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-tag {
  padding: 5px 12px;
  background: rgba(244,180,0,0.15);
  border: 1px solid rgba(244,180,0,0.3);
  border-radius: 100px;
  font-size: 0.72rem;
  color: var(--blue-bright);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* HERO FLOATERS */
.hero-floater {
  position: absolute;
  background: rgba(244,180,0,0.15);
  border: 1px solid rgba(244,180,0,0.3);
  border-radius: var(--radius);
  padding: 10px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange-2);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}
.hero-floater.f1 { top:-20px; right:-20px; animation-delay:0s; }
.hero-floater.f2 { bottom:-14px; left:-30px; animation-delay:1.5s; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* =========================================
   SECTION BASE
   ========================================= */
.section { padding: 100px 0; }
.section-inner { max-width:1280px; margin:0 auto; padding:0 24px; }
#content [id] { scroll-margin-top: 92px; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: var(--orange);
  flex-shrink: 0;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.section-desc {
  font-size: 1rem;
  color: var(--muted);
  max-width: 580px;
  line-height: 1.75;
}

/* =========================================
   STATS BAR
   ========================================= */
.stats-bar {
  background: var(--navy);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}
.stats-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
}
.stat-item { text-align:center; }
.stat-item strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-item span {
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* =========================================
   CATEGORIES / SERVICES GRID
   ========================================= */
.categories-section { background: var(--dark); }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.cat-card {
  position: relative;
  background: var(--glass);
  background-clip: padding-box;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  cursor: pointer;
}
.cat-card::before {
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(244,180,0,0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
  z-index: 1;
  border-radius: inherit;
}
.compact-categories .cat-card {
  background-image: none;
  border: 0;
  box-shadow: 0 0 0 1px rgba(142,152,167,0.76);
  will-change: transform;
}
.compact-categories .cat-card::before {
  display: block;
  background: linear-gradient(135deg, rgba(244,180,0,0.10) 0%, transparent 65%);
  opacity: 0.9;
  transition: opacity 0.3s var(--t);
  z-index: 0;
}
.compact-categories .cat-card:hover::before {
  opacity: 1;
}
.compact-categories .cat-card::after {
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(238,233,218,0.40) 0%, rgba(238,233,218,0.76) 52%, rgba(238,233,218,0.93) 100%);
  transition: background .3s var(--t);
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
.compact-categories .cat-card:hover::after,
.compact-categories .cat-card:focus-within::after,
.compact-categories .cat-card:active::after {
  background: linear-gradient(to bottom, rgba(238,233,218,0.18) 0%, rgba(238,233,218,0.58) 52%, rgba(238,233,218,0.82) 100%);
}
.cat-card:hover {
  border-color: rgba(244,180,0,0.5);
  transform: translateY(-4px);
  box-shadow: var(--hover-elev-shadow-lg);
}
.cat-card:hover::before { opacity:1; }
.compact-categories .cat-card > :not(.cat-spotlight):not(.cat-shimmer):not(.cat-link):not(.cat-media) {
  position: relative;
  z-index: 2;
}
.compact-categories .cat-card > .cat-link {
  position: relative;
  z-index: 2;
}
.compact-categories .cat-card > .cat-num,
.compact-categories .cat-card .cat-num {
  display: none;
}

html[data-theme="dark"] .compact-categories .cat-card::after {
  background: linear-gradient(to bottom, rgba(7,12,17,0.42) 0%, rgba(7,12,17,0.76) 55%, rgba(7,12,17,0.92) 100%);
}
html[data-theme="dark"] .compact-categories .cat-card {
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(168,178,192,0.52);
}
html[data-theme="dark"] .compact-categories .cat-card:hover::after,
html[data-theme="dark"] .compact-categories .cat-card:focus-within::after,
html[data-theme="dark"] .compact-categories .cat-card:active::after {
  background: linear-gradient(to bottom, rgba(7,12,17,0.18) 0%, rgba(7,12,17,0.54) 55%, rgba(7,12,17,0.76) 100%);
}
.compact-categories .cat-card:hover,
.compact-categories .cat-card:focus-within,
.compact-categories .cat-card:active {
  border-color: transparent;
  box-shadow: 0 0 0 1.5px rgba(244,180,0,0.55), 0 16px 48px rgba(244,180,0,0.13), 0 8px 28px rgba(0,0,0,0.22);
  transform: none;
}
html[data-theme="dark"] .compact-categories .cat-card:hover,
html[data-theme="dark"] .compact-categories .cat-card:focus-within,
html[data-theme="dark"] .compact-categories .cat-card:active {
  border-color: transparent;
  box-shadow: 0 0 0 1.5px rgba(255,211,77,0.5), 0 16px 48px rgba(255,180,0,0.15), 0 8px 32px rgba(0,0,0,0.45);
  transform: none;
}

/* Cursor-following spotlight radial glow */
.cat-spotlight {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle 240px at var(--sx, 50%) var(--sy, 50%),
    rgba(255,215,80,0.22) 0%,
    rgba(255,190,40,0.07) 45%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 1;
  pointer-events: none;
}

/* Shimmer sweep on card enter */
@keyframes catShimmerSweep {
  0%   { transform: translateX(-130%) skewX(-18deg); opacity: 1; }
  100% { transform: translateX(230%) skewX(-18deg); opacity: 1; }
}
.cat-shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.08) 30%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.08) 70%,
    transparent 100%
  );
  z-index: 3;
  pointer-events: none;
  transform: translateX(-130%) skewX(-18deg);
  border-radius: inherit;
  opacity: 0;
}
.cat-shimmer.active {
  animation: catShimmerSweep 0.72s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Icon float with spring overshoot */
.compact-categories .cat-icon {
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
              background 0.25s var(--t),
              border-color 0.25s var(--t),
              box-shadow 0.25s var(--t);
}
.compact-categories .cat-card:hover .cat-icon,
.compact-categories .cat-card:focus-within .cat-icon {
  transform: translateY(-5px) scale(1.14);
}

/* Title micro-lift */
.compact-categories .cat-title {
  transition: transform 0.35s var(--t), text-shadow 0.35s var(--t);
}
.compact-categories .cat-card:hover .cat-title,
.compact-categories .cat-card:focus-within .cat-title {
  transform: translateY(-2px);
}

.cat-icon {
  width: 52px; height: 52px;
  background: rgba(244,180,0,0.15);
  border: 1px solid rgba(244,180,0,0.3);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background .3s;
}
.cat-card:hover .cat-icon {
  background: rgba(244,180,0,0.25);
}
.cat-icon svg { color: var(--orange); }

.cat-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--surface-card);
  line-height: 1;
  pointer-events: none;
}
.cat-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.15rem;
  text-transform: uppercase;
}
.cat-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.cat-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  transition: gap .2s;
}
.cat-card:hover .cat-link { gap: 10px; }

/* CAT FEATURED (spans 2 cols) */
.cat-card.featured {
  grid-column: span 2;
  display: flex;
  gap: 28px;
  align-items: center;
}
.cat-card.featured .cat-content { flex:1; }
.cat-card.featured .cat-image {
  width: 180px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.cat-card.featured .cat-image img { width:100%; height:160px; object-fit:cover; }

/* HOMEPAGE COMPACT CATEGORIES */
.compact-categories {
  padding-top: 64px;
  padding-bottom: 54px;
}
.compact-categories .section-desc {
  max-width: 760px;
}
.compact-categories .compact-grid {
  margin-top: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.compact-categories .cat-card {
  padding: 22px;
  position: relative;
  height: 304px;
  display: flex;
  flex-direction: column;
}
.compact-categories .cat-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
}
.compact-categories .cat-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.compact-categories .cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.compact-categories .cat-card:hover .cat-media img,
.compact-categories .cat-card:focus-within .cat-media img,
.compact-categories .cat-card:active .cat-media img {
  transform: scale(1.09);
}
.compact-categories .cat-card .cat-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.compact-categories .cat-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.96);
  border-color: rgba(244,180,0,0.92);
  box-shadow: 0 4px 12px rgba(51,38,11,0.18);
}
.compact-categories .cat-icon svg {
  width: 16px;
  height: 16px;
  color: #8d6000;
  stroke-width: 2.25;
}
.compact-categories .cat-card:hover .cat-icon,
.compact-categories .cat-card:focus-within .cat-icon {
  background: rgba(255,255,255,0.98);
  border-color: rgba(244,180,0,1);
  box-shadow: 0 6px 14px rgba(51,38,11,0.24);
}
html[data-theme="dark"] .compact-categories .cat-icon {
  background: rgba(8,12,17,0.9);
  border-color: rgba(255,211,77,0.92);
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}
html[data-theme="dark"] .compact-categories .cat-icon svg {
  color: #ffd34d;
}
html[data-theme="dark"] .compact-categories .cat-card:hover .cat-icon,
html[data-theme="dark"] .compact-categories .cat-card:focus-within .cat-icon {
  background: rgba(8,12,17,0.95);
  border-color: #ffd34d;
}
.compact-categories .cat-num {
  display: none;
}
.compact-categories .cat-title {
  color: #0f0a02;
  text-shadow: 0 1px 3px rgba(238,233,218,0.5);
}
.compact-categories .cat-desc {
  color: #1e160a;
}
.compact-categories .cat-link {
  color: var(--orange);
}
html[data-theme="dark"] .compact-categories .cat-title {
  color: #f0e8d4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
html[data-theme="dark"] .compact-categories .cat-desc {
  color: #cec4b0;
}
html[data-theme="dark"] .compact-categories .cat-link {
  color: var(--orange);
}
.compact-categories .cat-title {
  font-size: 1.24rem;
  line-height: 1.22;
  margin-bottom: 8px;
  height: calc(1.22em * 2);
  max-height: calc(1.22em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.compact-categories .cat-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 14px;
  height: calc(1.65em * 4);
  max-height: calc(1.65em * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.compact-categories .cat-link::after {
    content: none;
  }
  .compact-categories .cat-card.is-link:focus-visible {
    outline: 2px solid rgba(244,180,0,0.95);
    outline-offset: 3px;
  }
  html[data-theme="dark"] .compact-categories .cat-card.is-link:focus-visible {
    outline-color: rgba(255,211,77,0.95);
  }
.compact-categories .cat-link {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-top: auto;
  position: static;
}
.compact-categories .cat-card.featured {
  gap: 18px;
}
.compact-categories .cat-card.featured .cat-image {
  width: 146px;
}
.compact-categories .cat-card.featured .cat-image img {
  height: 126px;
}
.compact-categories .cat-card .cat-image {
  display: none;
}

/* =========================================
   HOMEPAGE HERO
   ========================================= */
.home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8,12,16,0.88) 0%,
    rgba(8,12,16,0.70) 50%,
    rgba(8,12,16,0.82) 100%
  );
}
html[data-theme="light"] .home-hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(242,240,232,0.86) 0%,
    rgba(242,240,232,0.68) 50%,
    rgba(242,240,232,0.80) 100%
  );
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.home-hero-content { max-width: 740px; }
.home-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin: 18px 0 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
html[data-theme="light"] .home-hero-title {
  text-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.home-hero-sub {
  font-size: clamp(0.9rem, 1.6vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.home-hero-desc {
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  color: var(--muted);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 28px;
}
.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-hero-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(8,12,16,0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  width: fit-content;
}
html[data-theme="light"] .home-hero-stats {
  background: rgba(242,240,232,0.70);
}
.home-hero-stat {
  padding: 18px 28px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-hero-stat:last-child { border-right: none; }
.home-hero-stat strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}
.home-hero-stat span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.home-hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(8,12,16,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  animation: heroScrollBounce 2s ease-in-out infinite;
}
html[data-theme="light"] .home-hero-scroll {
  background: rgba(242,240,232,0.55);
}
@keyframes heroScrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}
@media (max-width: 900px) {
  .home-hero { min-height: 80vh; }
  .home-hero-stats { width: 100%; }
  .home-hero-stat { flex: 1; padding: 14px 18px; }
}
@media (max-width: 600px) {
  .home-hero { min-height: 70vh; }
  .home-hero-inner { padding: 80px 16px 60px; gap: 30px; }
  .home-hero-stat { padding: 12px 14px; }
  .home-hero-stat strong { font-size: 1.5rem; }
}

/* HOMEPAGE PORTFOLIO PREVIEW (between categories and brand strip) */
.portfolio-insert {
  background: var(--dark);
  padding: 26px 0 42px;
}
.portfolio-insert-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.portfolio-bridge {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 40px;
  align-items: center;
}
.portfolio-copy .hero-badge {
  margin-bottom: 16px;
}
.portfolio-copy .hero-title {
  font-size: clamp(2rem, 3.9vw, 3.2rem);
  margin-bottom: 10px;
}
.portfolio-copy .hero-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.3rem);
  margin-bottom: 14px;
}
.portfolio-copy .hero-desc {
  max-width: 580px;
  margin-bottom: 26px;
}
.portfolio-preview {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  padding: 8px 8px 20px;
}
.portfolio-preview .hero-card {
  border-radius: var(--radius-lg);
}
.portfolio-preview .hero-card-body {
  padding: 24px;
}
.portfolio-preview .hero-tag-list {
  justify-content: center;
}
.portfolio-preview .hero-floater {
  font-size: 0.72rem;
  padding: 8px 12px;
}
.portfolio-preview .hero-floater.f1 {
  top: -8px;
  right: 4px;
}
.portfolio-preview .hero-floater.f2 {
  bottom: -10px;
  left: 12px;
}

/* =========================================
   ABOUT SECTION
   ========================================= */
.about-section { background: var(--black); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 20px;
}
.about-image-wrap {
  position: relative;
}
.about-image-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-image-main picture {
  display: block;
}
.about-image-main img { width:100%; height:420px; object-fit:cover; }
.about-badge-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--orange);
  border-radius: var(--radius);
  padding: 16px 24px;
  box-shadow: 0 12px 40px rgba(244,180,0,0.4);
}
.about-badge-float strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.about-badge-float span { font-size:0.72rem; color:rgba(255,255,255,0.8); letter-spacing:0.08em; text-transform:uppercase; }

.about-content h2 { margin-bottom:20px; }
.about-content p { color: var(--muted); line-height:1.8; margin-bottom:20px; }
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.about-feature-icon {
  width: 36px; height: 36px;
  background: rgba(244,180,0,0.15);
  border: 1px solid rgba(244,180,0,0.3);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-feature-icon svg { color: var(--blue-bright); }
.about-feature strong { display:block; font-size:0.88rem; color:var(--white); margin-bottom:2px; text-transform:uppercase; letter-spacing:0.02em; }
.about-feature p { font-size:0.78rem; color:var(--muted); margin:0; line-height:1.5; }

/* =========================================
   BRAND / INTERFRIG SECTION
   ========================================= */
.brand-section {
  background: var(--navy);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 0;
}
.brand-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.brand-text h3 {
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 8px;
}
.brand-text p {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 480px;
}
.brand-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
  color: #2d2410;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.brand-cta:hover {
  background: var(--orange-2);
  border-color: var(--orange-2);
  color: #241d0c;
}

/* =========================================
   HORECA SECTION
   ========================================= */
.horeca-section { background: var(--dark); }
.horeca-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.horeca-card {
  background: var(--surface-card-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  transition: background .2s, border-color .2s, transform .2s;
}
.horeca-card:hover {
  background: rgba(244,180,0,0.1);
  border-color: rgba(244,180,0,0.3);
  transform: translateY(-3px);
}
.horeca-card h4 {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.22;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.horeca-card p {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.62;
  margin-bottom: 14px;
}
.horeca-card a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--orange);
  margin-top: auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================================
   PRODUCTS GRID (interior pages)
   ========================================= */
.products-section { background: var(--dark); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.product-card {
  background: var(--surface-card-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.product-card:hover {
  border-color: rgba(244,180,0,0.4);
  transform: translateY(-4px);
  box-shadow: var(--hover-elev-shadow);
}
.product-img {
  height: 180px;
  overflow: hidden;
  background: var(--surface-card-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.product-card:hover .product-img img { transform: scale(1.05); }
.product-info { padding: 16px; }
.product-info h3 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  text-transform: uppercase;
}
.product-info a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--orange);
  margin-top: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* LINKED DETAIL PAGES */
.linked-pages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.linked-page-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.linked-page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244,180,0,0.35);
  box-shadow: var(--hover-elev-shadow);
}
.linked-page-media {
  display: block;
  background: var(--surface-card-2);
  border-bottom: 1px solid var(--border);
}
.linked-page-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .35s;
}
.linked-page-card:hover .linked-page-media img {
  transform: scale(1.03);
}
.linked-page-content {
  padding: 18px 18px 20px;
}
.linked-page-title {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-bright);
  line-height: 1.2;
  text-transform: uppercase;
}
.linked-page-title:hover {
  color: var(--orange);
}
.linked-page-content p {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

/* PRODUCT DETAIL PAGE */
.product-detail-section {
  padding-top: 72px;
}
.product-detail-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: start;
}
.product-main-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-card-2);
}
.product-main-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.product-thumb-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product-thumb-item {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--surface-card-2);
}
.product-thumb-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: transform .2s;
}
.product-thumb-item:hover img {
  transform: scale(1.04);
}
.product-meta-box {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
}
.product-meta-text {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 12px;
}
.product-feature-list {
  margin-top: 16px;
}
.product-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.5;
}
.product-feature-list li svg {
  margin-top: 2px;
  flex-shrink: 0;
}
.product-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-actions .btn-primary,
.product-actions .btn-secondary {
  padding: 12px 18px;
  font-size: 0.8rem;
}
.product-source {
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--muted);
}
.product-source a {
  color: var(--blue-bright);
}
.product-source a:hover {
  color: var(--orange);
}

/* =========================================
   PAGE HERO (interior pages)
   ========================================= */
.page-hero {
  background: var(--navy);
  border-bottom: 1px solid var(--border);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(ellipse 50% 80% at 80% 50%, rgba(244,180,0,0.08) 0%, transparent 70%);
}
.page-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index:1;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--blue-bright); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb-sep { color: var(--muted); }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.page-hero p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 600px;
  line-height: 1.7;
}

/* =========================================
   CONTACT SECTION
   ========================================= */
.contact-section { background: var(--black); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  margin-top: 56px;
  align-items: start;
}
.contact-info h3 { font-size: 1.3rem; margin-bottom: 28px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.contact-item:last-child { border-bottom:none; }
.contact-icon {
  width: 44px; height: 44px;
  background: rgba(244,180,0,0.15);
  border: 1px solid rgba(244,180,0,0.3);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { color: var(--orange); }
.contact-item strong { display:block; font-size:0.78rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--muted); margin-bottom:4px; }
.contact-item span { font-size:0.9rem; color:var(--white); }
.contact-item a { color:var(--white); }
.contact-item a:hover { color:var(--orange); }

/* FORM */
.contact-form {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group { margin-bottom:20px; }
.form-group label {
  display:block;
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width:100%;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--white);
  font-size: 0.9rem;
  font-family: inherit;
  transition: border-color .2s, background .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(244,180,0,0.6);
  background: rgba(244,180,0,0.06);
}
.form-group textarea { resize:vertical; min-height:120px; }
.form-group select option { background: var(--dark); }

/* =========================================
   TEMPLATE HELPERS
   ========================================= */
.page-template-intro { background: var(--dark); }
.page-template-related { background: var(--black); }
.template-feature-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.template-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--white);
}
.template-side-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.template-services-box {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.template-consult-box {
  background: var(--orange);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.template-related-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* =========================================
   HORECA HELPERS
   ========================================= */
.horeca-intro-section {
  background: var(--dark);
  padding-bottom: 0;
}
.horeca-intro-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.horeca-intro-image {
  border-radius: var(--radius-lg);
  object-fit: cover;
  width: 100%;
  height: 340px;
  margin-bottom: 32px;
}
.horeca-category-section { padding: 70px 0; }
.horeca-category-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
.horeca-category-text,
.horeca-category-items-wrap {
  flex: 1;
  min-width: 280px;
}
.horeca-category-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.horeca-cta-section {
  background: var(--navy);
  text-align: center;
  padding: 80px 0;
}

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 80px 0 0;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.75;
  margin: 16px 0 24px;
}
.footer-social { display:flex; gap:10px; flex-wrap: wrap; }
.social-btn {
  width: 40px; height: 40px;
  background: var(--surface-card-3);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .22s ease, border-color .22s ease, transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s ease;
}
.social-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .22s ease;
  border-radius: inherit;
}
.social-btn[data-platform="facebook"]::before { background: linear-gradient(135deg,#1877f2,#1150a8); }
.social-btn[data-platform="linkedin"]::before  { background: linear-gradient(135deg,#0a66c2,#004f9e); }
.social-btn[data-platform="youtube"]::before   { background: linear-gradient(135deg,#ff0000,#c0392b); }
.social-btn[data-platform="instagram"]::before { background: linear-gradient(135deg,#e1306c,#833ab4 50%,#fd1d1d); }
.social-btn[data-platform="tiktok"]::before    { background: linear-gradient(135deg,#010101,#2d2d2d); }
.social-btn[data-platform="whatsapp"]::before  { background: linear-gradient(135deg,#25d366,#128c7e); }
.social-btn:hover::before { opacity: 1; }
.social-btn svg { position: relative; z-index: 1; }
.social-btn:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px) scale(1.08);
}
.social-btn[data-platform="facebook"]:hover { box-shadow: 0 8px 22px rgba(24,119,242,.4); }
.social-btn[data-platform="linkedin"]:hover  { box-shadow: 0 8px 22px rgba(10,102,194,.4); }
.social-btn[data-platform="youtube"]:hover   { box-shadow: 0 8px 22px rgba(255,0,0,.35); }
.social-btn[data-platform="instagram"]:hover { box-shadow: 0 8px 22px rgba(225,48,108,.4); }
.social-btn[data-platform="tiktok"]:hover    { box-shadow: 0 8px 22px rgba(0,0,0,.4); }
.social-btn[data-platform="whatsapp"]:hover  { box-shadow: 0 8px 22px rgba(37,211,102,.4); }

.footer-col h3,
.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
  text-decoration: none;
}
.footer-col ul li { margin-bottom:10px; }
.footer-col ul li a {
  font-size: 0.85rem;
  color: var(--muted);
  transition: color .2s, padding-left .2s;
  display: block;
}
.footer-col ul li a:hover { color: var(--white); padding-left: 6px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  color: var(--muted);
}
.footer-contact-item svg { flex-shrink:0; margin-top:2px; color: var(--orange); }
.footer-contact-item a { color:var(--muted); }
.footer-contact-item a:hover { color: var(--orange); }
.footer-interfrig-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.footer-interfrig-link img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-bottom {
  max-width: 1280px;
  margin: 48px auto 0;
  padding: 24px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size:0.78rem; color:var(--muted); }
.footer-bottom a { color:var(--muted); }
.footer-bottom a:hover { color:var(--white); }
.footer-legal { display:flex; gap:24px; }
.footer-legal a { font-size:0.78rem; }

/* =========================================
   UTILITIES / ANIMATIONS
   ========================================= */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s var(--t), transform .6s var(--t);
}
.fade-up.visible { opacity:1; transform:translateY(0); }

.divider {
  height: 1px;
  background: var(--border);
}

/* =========================================
   INLINE STYLE MIGRATION (CSP hardening)
   ========================================= */
.error-page-section { min-height: 55vh; display: flex; align-items: center; }
.error-page-inner { text-align: center; }
.error-page-label { justify-content: center; }
.error-page-btn { margin: 20px auto 0; }

.horeca-all-wrap { text-align: center; margin-top: 48px; }
.honeypot-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.contact-title-lg { font-size: 1.8rem; }
.contact-item-first { margin-top: 28px; }
.contact-map-wrap {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.contact-map-embed {
  border: 0;
  display: block;
  filter: grayscale(1) invert(0.9) hue-rotate(25deg);
}
.contact-success-wrap { text-align: center; padding: 60px 20px; }
.contact-success-icon-wrap {
  width: 64px;
  height: 64px;
  background: rgba(40,202,65,0.15);
  border: 2px solid #28ca41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.contact-success-title { font-size: 1.4rem; color: var(--white); margin-bottom: 12px; }
.contact-success-desc { color: var(--muted); line-height: 1.7; margin-bottom: 28px; }
.contact-error-box {
  background: rgba(255,80,80,0.1);
  border: 1px solid rgba(255,80,80,0.3);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 20px;
  color: #ff5050;
  font-size: 0.88rem;
}
.contact-form-label-tight { margin-bottom: 12px; }
.contact-form-title { font-size: 1.4rem; margin-bottom: 28px; }
.contact-submit-btn { width: 100%; justify-content: center; padding: 16px; }
.contact-form-footnote {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}

.legal-inner { max-width: 900px; }
.legal-copy { color: var(--muted); line-height: 1.8; }
.legal-heading { margin-top: 24px; }
.legal-updated { margin-top: 24px; color: var(--muted); }

.template-paragraph { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.template-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.template-services-list { margin-top: 16px; }
.template-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--muted);
}
.template-consult-title { font-size: 1.1rem; color: #fff; margin-bottom: 8px; }
.template-consult-desc { font-size: 0.85rem; color: rgba(255,255,255,0.85); margin-bottom: 16px; }
.template-consult-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.template-related-title { margin-bottom: 40px; }
.template-related-card { padding: 24px; }
.template-related-card-title { font-size: 1rem; }
.template-related-card-link { margin-top: 12px; }
.product-related-title { margin-bottom: 34px; }

.products-help-cta { text-align: center; margin-top: 60px; }
.products-help-note { color: var(--muted); margin-bottom: 20px; }

.horeca-intro-copy { color: var(--muted); line-height: 1.8; font-size: 1rem; }
.horeca-category-dark { background: var(--dark); }
.horeca-category-black { background: var(--black); }
.horeca-category-title { font-size: 1.8rem; margin-bottom: 16px; }
.horeca-category-desc { color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.horeca-category-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 0.85rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.horeca-cta-label { justify-content: center; }
.horeca-cta-title { margin-bottom: 16px; }
.horeca-cta-desc { color: var(--muted); max-width: 540px; margin: 0 auto 32px; line-height: 1.8; }
.horeca-cta-btn { margin: 0 auto; }

.footer-brand-home-link { display: inline-flex; align-items: center; gap: 0; margin-bottom: 4px; }

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
  .nav-inner { padding: 0 18px; height: 68px; }
  .main-nav { margin: 0 10px; gap: 4px; }
  .main-nav > li > a { padding: 8px 9px; font-size: 0.74rem; }
  .dropdown.cols-2 { min-width: 420px; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .cat-card.featured { grid-column: span 2; }
  .compact-categories .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .compact-categories .cat-card {
    padding: 18px;
    height: 286px;
  }
  .compact-categories .cat-link {
    position: static;
  }
  .compact-categories .cat-card.featured .cat-image { width: 122px; }
  .compact-categories .cat-card.featured .cat-image img { height: 112px; }
  .portfolio-insert { padding: 20px 0 30px; }
  .portfolio-bridge {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .portfolio-copy .hero-title { font-size: clamp(1.8rem, 4.8vw, 2.6rem); }
  .portfolio-copy .hero-desc { margin-bottom: 20px; }
  .portfolio-preview {
    width: min(700px, 100%);
    margin-left: 0;
    padding: 10px 8px 14px;
  }
  .portfolio-preview .hero-card-body { padding: 20px; }
  .horeca-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .linked-pages-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-main-image img { height: 360px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image-main img { height:300px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display:none; }
  .hero { min-height: auto; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 32px; }
  .template-related-grid { grid-template-columns: repeat(2, 1fr); }
  .horeca-category-layout { gap: 28px; }
}

@media (max-width: 768px) {
  .topbar { padding: 6px 0; }
  .topbar-inner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 6px;
  }
  .topbar-contacts {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
  .topbar-contacts a {
    flex: 1 1 0;
    justify-content: center;
    padding: 8px 10px;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }
  .topbar-brandline {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .topbar-brand-label {
    display: inline-block;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }
  .topbar-site-link {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .nav-inner { height: 64px; padding: 0 14px; }
  .site-logo { height: 36px; max-width: 150px; }
  .footer-logo { height: 42px; max-width: 190px; }
  .logo-mark { width: 38px; height: 38px; font-size: 1rem; }
  .logo-text strong { font-size: 1.02rem; }
  .logo-text small { font-size: 0.58rem; }

  .main-nav, .nav-cta, .theme-toggle-desktop, .lang-switch-form { display:none; }
  .hamburger { display:flex; }
  .mobile-menu { display:block; padding: 84px 16px 24px; }
  .mobile-theme-row { display:flex; justify-content:flex-end; margin-bottom: 12px; }
  .theme-toggle-mobile { width: auto; min-width: 108px; }
  .theme-toggle-floating {
    right: 12px;
    bottom: 12px;
    padding: 9px 11px;
    font-size: 0.7rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.26);
  }
  .mobile-nav a { font-size: 0.95rem; padding: 12px 0; }

  .hero { min-height: auto; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card.featured { grid-column: span 1; flex-direction: column; }
  .cat-card.featured .cat-image { width: 100%; }
  .cat-card.featured .cat-image img { height: 180px; }
  .cat-grid { margin-top: 30px; gap: 14px; }
  .cat-card { padding: 20px; }
  .compact-categories { padding-top: 40px; padding-bottom: 40px; }
  .compact-categories .compact-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }
  .compact-categories .cat-card {
    padding: 16px;
    height: auto;
    min-height: 0;
  }
  .compact-categories .cat-link {
    position: static;
  }
  .compact-categories .cat-num { display: none; }
  .compact-categories .cat-title { font-size: 1.12rem; line-height: 1.22; margin-bottom: 6px; }
  .compact-categories .cat-desc { font-size: 0.82rem; margin-bottom: 10px; line-height: 1.6; }
  .compact-categories .cat-link { font-size: 0.74rem; }
  .compact-categories .cat-card::after {
    background: linear-gradient(to bottom, rgba(238,233,218,0.22) 0%, rgba(238,233,218,0.65) 52%, rgba(238,233,218,0.88) 100%);
  }
  html[data-theme="dark"] .compact-categories .cat-card::after {
    background: linear-gradient(to bottom, rgba(7,12,17,0.22) 0%, rgba(7,12,17,0.62) 55%, rgba(7,12,17,0.88) 100%);
  }
  .compact-categories .cat-card.featured .cat-image img { height: 150px; }
  .portfolio-insert { padding: 0 0 22px; }
  .portfolio-insert-inner { padding: 0 16px; }
  .portfolio-copy .hero-badge { margin-bottom: 12px; }
  .portfolio-copy .hero-title { margin-bottom: 8px; }
  .portfolio-copy .hero-subtitle { margin-bottom: 10px; }
  .portfolio-copy .hero-desc { margin-bottom: 14px; }
  .portfolio-preview { padding: 0; }
  .portfolio-preview .hero-card-header { padding: 12px 14px; }
  .portfolio-preview .hero-card-body { padding: 16px; }
  .portfolio-preview .hero-floater { display: none; }
  .portfolio-preview .hero-tag-list { gap: 6px; }
  .portfolio-preview .hero-tag { padding: 4px 10px; font-size: 0.68rem; }

  .horeca-grid { grid-template-columns: 1fr; gap: 12px; }
  .horeca-card {
    min-height: 0;
    padding: 18px;
  }
  .products-grid { grid-template-columns: 1fr; gap: 14px; }
  .linked-pages-grid { grid-template-columns: 1fr; gap: 14px; }
  .linked-page-media img { height: 190px; }
  .product-main-image img { height: 260px; }
  .product-thumb-grid { grid-template-columns: 1fr 1fr; }
  .product-thumb-item img { height: 112px; }
  .product-meta-box { padding: 20px; }
  .product-img { height: 170px; }

  .hero-inner { padding: 32px 16px 28px; gap: 22px; }
  .hero-badge { margin-bottom: 14px; }
  .hero-title { font-size: clamp(1.9rem, 8.5vw, 2.6rem); }
  .hero-subtitle { font-size: 0.86rem; margin-bottom: 10px; }
  .hero-desc { font-size: 0.9rem; line-height: 1.6; margin-bottom: 20px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 16px; }
  .stat-item strong { font-size: 2rem; }
  .stat-item span { font-size: 0.68rem; }

  .section { padding: 52px 0; }
  .section-inner,
  .page-hero-inner,
  .brand-inner,
  .footer-inner,
  .footer-bottom { padding: 0 16px; }
  .section-desc { font-size: 0.92rem; line-height: 1.65; }
  .page-hero { padding: 42px 0; }
  .page-hero p { font-size: 0.92rem; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { margin-top: 28px; padding: 16px; }
  .footer-legal { gap: 14px; flex-wrap: wrap; }

  .contact-grid { margin-top: 28px; gap: 24px; }
  .contact-form { padding: 20px; }
  .contact-item { gap: 12px; margin-bottom: 16px; padding-bottom: 16px; }
  .contact-icon { width: 38px; height: 38px; }
  .form-group { margin-bottom: 14px; }
  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 16px; padding: 11px 12px; }

  .hero-stat-grid { grid-template-columns: 1fr 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }

  .template-feature-grid { grid-template-columns: 1fr; margin-top: 20px; }
  .template-services-box { padding: 22px; }
  .template-consult-box { padding: 20px; }
  .template-related-grid { grid-template-columns: 1fr; }

  .horeca-intro-wrap { padding-bottom: 36px; }
  .horeca-intro-image { height: 220px; margin-bottom: 18px; }
  .horeca-category-section { padding: 44px 0 !important; }
  .horeca-category-layout { gap: 20px; }
  .horeca-category-text,
  .horeca-category-items-wrap { min-width: 0; }
  .horeca-category-items-grid { grid-template-columns: 1fr; }
  .horeca-cta-section { padding: 52px 0; }
}

@media (max-width: 480px) {
  html { font-size: 15px; }
  .theme-toggle-floating .theme-toggle-prefix { display: none; }
  .compact-categories .cat-num { display: none; }
  .product-thumb-grid { grid-template-columns: 1fr; }
  .product-thumb-item img { height: 180px; }
  .hero-stat-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 10px; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .horeca-grid { grid-template-columns: 1fr; }
}

/* =========================================
   SHARED PAGE CTA BOX (utilaje pages)
   ========================================= */
.page-cta-box {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  background: linear-gradient(130deg, rgba(244,180,0,0.10), rgba(46,122,255,0.07));
}
.page-cta-box p {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 720px;
}
.page-cta-actions {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* =========================================
   REGIONAL OFFICES (contact.php)
   ========================================= */
.offices-section {
  background: var(--dark);
  border-top: 1px solid var(--border);
}
.offices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.office-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  background: var(--surface-card);
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.office-card:hover {
  border-color: rgba(244,180,0,0.45);
  transform: translateY(-3px);
  box-shadow: var(--hover-elev-shadow);
}
.office-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.office-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: rgba(244,180,0,0.12);
  border: 1px solid rgba(244,180,0,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.office-icon svg { color: var(--orange); }
.office-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: var(--surface-card-2);
  white-space: nowrap;
}
.office-badge-hq {
  border-color: rgba(244,180,0,0.4);
  color: var(--orange);
  background: rgba(244,180,0,0.08);
}
.office-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--white);
}
.office-details {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.office-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}
.office-detail-row svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--orange);
  opacity: 0.8;
}
.office-detail-row a {
  color: var(--muted);
  transition: color .2s;
}
.office-detail-row a:hover { color: var(--orange); }
.office-hours {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 12px;
}
@media (max-width: 1100px) {
  .offices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .offices-grid { grid-template-columns: 1fr; }
}

/* =========================================
   COOKIE BAR
   ========================================= */
.cookie-bar {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 16px);
  width: min(92vw, 760px);
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.cookie-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.cookie-bar-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(11,14,18,0.94);
  box-shadow: 0 20px 44px rgba(0,0,0,0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cookie-bar-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f1300;
  background: linear-gradient(135deg, #ffd34d 0%, #f4b400 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.14);
  flex-shrink: 0;
}
.cookie-bar-text {
  margin: 0;
  color: #efe7d7;
  font-size: 0.9rem;
  line-height: 1.5;
  flex: 1;
}
.cookie-bar-text a {
  color: #ffd34d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-bar-btn {
  flex-shrink: 0;
  border: 1px solid rgba(255,211,77,0.5);
  background: linear-gradient(135deg, #f4b400 0%, #d49c00 100%);
  color: #17140c;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 10px;
  padding: 10px 14px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.cookie-bar-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(244,180,0,0.28);
  filter: brightness(1.03);
}
.cookie-bar-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.cookie-bar-btn-secondary {
  background: transparent;
  border-color: rgba(239,231,215,0.34);
  color: #efe7d7;
}
.cookie-bar-btn-secondary:hover {
  box-shadow: none;
  background: rgba(255,255,255,0.08);
  filter: none;
}
html[data-theme="light"] .cookie-bar-inner {
  background: rgba(249,246,238,0.95);
  border-color: rgba(120,102,58,0.26);
  box-shadow: 0 16px 34px rgba(94,75,36,0.18);
}
html[data-theme="light"] .cookie-bar-text {
  color: #3f3217;
}
html[data-theme="light"] .cookie-bar-text a {
  color: #9c6a00;
}
html[data-theme="light"] .cookie-bar-btn {
  color: #2a1d04;
}
html[data-theme="light"] .cookie-bar-btn-secondary {
  border-color: rgba(120,102,58,0.42);
  color: #4a3d21;
}
html[data-theme="light"] .cookie-bar-btn-secondary:hover {
  background: rgba(120,102,58,0.12);
}
@media (max-width: 768px) {
  .cookie-bar {
    width: min(94vw, 520px);
    bottom: 12px;
  }
  .cookie-bar-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 12px;
  }
  .cookie-bar-text {
    width: 100%;
    font-size: 0.84rem;
  }
  .cookie-bar-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cookie-bar-btn {
    width: 100%;
    max-width: 280px;
  }
}
