:root {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --border: #e2e8f0;
  --light: #f8fafc;
  --light-2: #f3f4f6;
  --dark: #020617;
  --dark-2: #111827;
  --red: #b91c1c;
  --red-dark: #991b1b;
  --red-soft: #fee2e2;
  --red-soft-2: rgba(239, 68, 68, 0.12);
  --container: 1280px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow: 0 15px 40px rgba(2, 6, 23, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding-left: 1.2rem; }
h1, h2, h3, h4, p { margin: 0; }
h1 { font-size: clamp(40px, 6vw, 68px); line-height: 1.05; letter-spacing: -0.03em; }
h2 { font-size: clamp(32px, 4.5vw, 56px); line-height: 1.1; letter-spacing: -0.03em; }
h3 { font-size: clamp(22px, 2vw, 30px); line-height: 1.2; }
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-light { background: linear-gradient(180deg, var(--light) 0%, var(--light-2) 100%); }
.section-dark { background: linear-gradient(135deg, var(--dark), var(--dark-2)); color: #fff; }
.content-narrow { max-width: 860px; }
.entry-content { margin-top: 20px; color: #334155; }
.entry-content > * + * { margin-top: 1rem; }
.featured-image { margin: 24px 0; }
.meta-grid { display: grid; gap: 8px; margin: 16px 0 24px; color: #334155; }
.eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.red-eyebrow { color: #fca5a5; }
.lead { font-size: 18px; color: #475569; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 18px; font-weight: 600; transition: .2s ease; border: none; cursor: pointer; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { border: 1px solid #cbd5e1; background: #fff; color: #334155; }
.btn-secondary:hover { background: #f8fafc; border-color: #fecaca; }
.inline-link { text-decoration: underline; text-underline-offset: 4px; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(226,232,240,.8); }
.site-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-wrap { min-width: 0; }
.brand-title, .custom-logo-link { display: inline-block; }
.brand-title { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.brand-title .accent { color: var(--red); }
.brand-subtitle { font-size: 12px; color: var(--muted); }
.custom-logo { max-height: 60px; width: auto; }
.main-nav .menu { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.main-nav a { color: #475569; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--text); }
.header-cta { white-space: nowrap; }
.mobile-menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.mobile-menu-toggle span { display: block; width: 22px; height: 2px; background: #0f172a; margin: 4px 0; }
.hero { position: relative; overflow: hidden; padding: 88px 0 110px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top left, rgba(127,29,29,.10), transparent 35%), radial-gradient(circle at right, rgba(239,68,68,.12), transparent 28%); pointer-events: none; }
.hero-grid, .about-grid, .contact-grid { display: grid; gap: 48px; }
.hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
.about-grid { grid-template-columns: 1.1fr .9fr; }
.contact-grid { grid-template-columns: 1fr .9fr; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.badge { display: inline-flex; width: fit-content; align-items: center; padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 600; color: #475569; box-shadow: 0 4px 18px rgba(2,6,23,.05); }
.hero-copy .lead { margin-top: 24px; max-width: 720px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.highlights { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); max-width: 760px; }
.highlight-value { font-size: 30px; font-weight: 700; color: #0f172a; }
.highlight-label { font-size: 14px; color: var(--muted); }
.hero-glow { position: absolute; left: -24px; top: 40px; width: 128px; height: 128px; border-radius: 999px; background: rgba(185, 28, 28, .10); filter: blur(48px); }
.card-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; position: relative; }
.card, .project-card, .brand-card, .feature-card, .gallery-card, .contact-shell, .form-shell, .service-card { border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); transition: .2s ease; }
.card { padding: 28px; }
.card-dark { background: #0f172a; color: #fff; border-color: rgba(185,28,28,.12); }
.card-dark h3, .card-dark p { margin-top: 16px; }
.card-dark p { color: #cbd5e1; }
.sector-list { margin-top: 24px; color: #334155; }
.delivery-card { grid-column: span 2; }
.delivery-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.status-pill { background: #fef2f2; color: var(--red); padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.delivery-card h3 { margin-top: 10px; }
.delivery-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.delivery-step { border: 1px solid var(--border); border-radius: 18px; padding: 18px; background: #f8fafc; }
.about-section h2, .about-copy { margin-top: 16px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 42px; }
.section-head p { max-width: 720px; color: #475569; }
.section-head-dark h2, .section-head-dark p { color: #fff; }
.section-head-dark p { color: #cbd5e1; }
.services-grid, .projects-grid, .brands-grid, .features-grid, .gallery-grid { display: grid; gap: 24px; }
.services-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.projects-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.brands-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
.features-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.service-card, .feature-card { padding: 28px; }
.service-card h3, .feature-card h3 { margin-top: 24px; font-size: 22px; }
.service-card p, .feature-card p { margin-top: 14px; color: #475569; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--red); color: #fff; font-weight: 700; }
.service-card:hover, .feature-card:hover, .gallery-card:hover { transform: translateY(-4px); border-color: #fecaca; }
.project-card { overflow: hidden; }
.project-media { position: relative; height: 240px; background: linear-gradient(135deg, #111827, #334155); display: flex; align-items: end; padding: 24px; }
.project-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-badge { position: relative; z-index: 1; background: var(--red-soft); color: var(--red); border-radius: 999px; font-size: 12px; font-weight: 700; padding: 6px 12px; }
.project-body { padding: 28px; }
.project-body h3 { margin-top: 14px; }
.project-body p { margin-top: 14px; color: #475569; }
.project-body .btn { margin-top: 20px; }
.brand-card { padding: 30px 18px; text-align: center; background: rgba(255,255,255,.05); border-color: rgba(239,68,68,.1); color: #e2e8f0; display: flex; align-items: center; justify-content: center; min-height: 120px; }
.brand-card:hover { background: rgba(255,255,255,.08); border-color: rgba(239,68,68,.22); }
.brand-card img { max-height: 64px; width: auto; }
.gallery-section { background: #f8fafc; }
.gallery-card { height: 260px; overflow: hidden; }
.gallery-card img, .gallery-placeholder { width: 100%; height: 100%; object-fit: cover; }
.gallery-placeholder { background: linear-gradient(135deg, #e5e7eb, #f8fafc); }
.contact-shell { background: #0f172a; color: #fff; border-color: rgba(185,28,28,.12); padding: 40px; border-radius: var(--radius-xl); box-shadow: none; }
.contact-text h2 { margin-top: 16px; color: #fff; }
.contact-text p { margin-top: 24px; color: #cbd5e1; }
.contact-meta { margin-top: 24px; color: #cbd5e1; font-size: 14px; }
.contact-meta > div + div { margin-top: 6px; }
.form-shell { padding: 28px; border-radius: 28px; }
.form-shell h3 { margin-bottom: 12px; }
.form-shell input, .form-shell textarea { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid #cbd5e1; font: inherit; margin-top: 14px; }
.form-shell textarea { min-height: 140px; resize: vertical; }
.form-shell .btn { width: 100%; margin-top: 16px; }
.form-note { margin-top: 12px; color: #64748b; font-size: 14px; }
.site-footer { border-top: 1px solid var(--border); padding: 28px 0; background: #fff; }
.footer-top, .footer-widgets { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-widgets { margin-top: 20px; align-items: start; color: #64748b; }
.footer-links { display: flex; list-style: none; gap: 18px; padding: 0; margin: 0; flex-wrap: wrap; }
.footer-widget-title { margin-bottom: 8px; }
.archive-grid { margin-top: 24px; }
.archive-media img { position: static; width: 100%; height: 100%; object-fit: cover; }
.screen-reader-text { position: absolute; left: -9999px; }
@media (max-width: 1100px) {
  .hero-grid, .about-grid, .contact-grid, .card-grid-2 { grid-template-columns: 1fr; }
  .services-grid, .features-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .projects-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .hero { padding: 64px 0 80px; }
  .site-header-inner { flex-wrap: wrap; }
  .mobile-menu-toggle { display: inline-block; order: 3; }
  .main-nav { display: none; width: 100%; }
  .main-nav.is-open { display: block; }
  .main-nav .menu { flex-direction: column; gap: 14px; padding-top: 12px; }
  .header-cta { margin-left: auto; }
  .highlights, .delivery-steps, .services-grid, .brands-grid, .features-grid, .gallery-grid { grid-template-columns: 1fr; }
  .delivery-card { grid-column: auto; }
  .section-head, .footer-top, .footer-widgets { flex-direction: column; align-items: flex-start; }
}

.language-switcher ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-switcher img {
  display: block;
  width: 20px;
  height: auto;
}

/* Polylang language switcher fix: avoid default list bullets and keep flags aligned */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 4px;
  white-space: nowrap;
}
.language-switcher ul,
.language-switcher li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-switcher li {
  display: inline-flex;
}
.language-switcher .language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.language-switcher .language-link.is-active {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.language-switcher img {
  display: block;
  width: 20px !important;
  height: auto !important;
  margin: 0;
}
@media (max-width: 820px) {
  .language-switcher { order: 4; }
}
