:root {
  --inj-ink: #2b211a;
  --inj-ink2: #1f1812;
  --inj-cream: #fffbf6;
  --inj-kraft-bg: #f3e7d6;
  --inj-kraft: #c99a5b;
  --inj-chip-bg: #ead7bd;
  --inj-chip-text: #5a3e26;
  --inj-accent: #e8413c;
  --inj-btn: #c62e28;
  --inj-btn-hover: #a92520;
  --inj-text: #2b211a;
  --inj-muted: #76685c;
  --inj-line: #e6d6c0;
  --inj-white: #fff;
  --inj-shadow-sm: 0 10px 28px rgba(43, 33, 26, 0.08);
  --inj-shadow-md: 0 20px 60px rgba(43, 33, 26, 0.15);
  --inj-radius: 14px;
  --inj-container: 1240px;
}

body {
  background: var(--inj-cream);
  color: var(--inj-text);
  font-family: "Cairo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

body.inj-menu-open,
body.inj-lightbox-open {
  overflow: hidden;
}

.inj-site-chrome {
  display: contents;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox),
:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) *,
:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) *::before,
:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) *::after {
  box-sizing: border-box;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) button {
  font: inherit;
  touch-action: manipulation;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) svg {
  display: block;
}

:where(.inj-site-chrome, .inj-sec, .inj-section, .inj-hero, .inj-counters, .inj-answer-wrap, .inj-lift-band, .inj-tape, .inj-cta-band, .inj-footer, .inj-lightbox) :focus-visible,
.inj-skip-link:focus-visible {
  outline: 3px solid var(--inj-accent);
  outline-offset: 3px;
}

.inj-skip-link {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 2000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--inj-white);
  color: var(--inj-ink);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.inj-skip-link:focus {
  transform: none;
}

.inj-container {
  width: min(calc(100% - 32px), var(--inj-container));
  margin-inline: auto;
}

.inj-section {
  position: relative;
  padding-block: 72px;
}

.inj-section--kraft {
  background: var(--inj-kraft-bg);
}

.inj-section-head {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.inj-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--inj-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.inj-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 9px;
  background: var(--inj-accent);
  content: "";
}

:where(.inj-sec, .inj-section, .inj-hero, .inj-answer-wrap, .inj-lift-band, .inj-cta-band, .inj-footer, .inj-counters) :where(h1, h2, h3, p) {
  margin-top: 0;
}

:where(.inj-sec, .inj-section, .inj-hero, .inj-answer-wrap, .inj-lift-band, .inj-cta-band, .inj-footer, .inj-counters) :where(h1, h2, h3) {
  line-height: 1.35;
}

:where(.inj-sec, .inj-section, .inj-hero, .inj-answer-wrap, .inj-lift-band, .inj-cta-band) h2 {
  margin-bottom: 12px;
  color: var(--inj-ink);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
}

:where(.inj-sec, .inj-section, .inj-hero, .inj-answer-wrap, .inj-lift-band, .inj-cta-band, .inj-footer) h3 {
  margin-bottom: 8px;
  color: var(--inj-ink);
  font-size: 20px;
  font-weight: 800;
}

.inj-section-head p {
  margin: 0 auto;
  color: var(--inj-muted);
  font-size: 17px;
}

.inj-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.inj-btn:hover {
  transform: translateY(-2px);
}

.inj-btn--red {
  background: var(--inj-btn);
  color: var(--inj-white);
  box-shadow: 0 10px 24px rgba(198, 46, 40, 0.24);
}

.inj-btn--red:hover {
  background: var(--inj-btn-hover);
  color: var(--inj-white);
  box-shadow: 0 14px 32px rgba(198, 46, 40, 0.3);
}

.inj-btn--outline {
  border-color: var(--inj-ink);
  background: transparent;
  color: var(--inj-ink);
}

.inj-btn--outline:hover {
  background: var(--inj-ink);
  color: var(--inj-cream);
}

:where(.inj-cta-band, .inj-steps, .inj-lift-band) .inj-btn--outline {
  border-color: var(--inj-cream);
  color: var(--inj-cream);
}

:where(.inj-cta-band, .inj-steps, .inj-lift-band) .inj-btn--outline:hover {
  background: var(--inj-cream);
  color: var(--inj-ink);
}

.inj-btn--white {
  background: var(--inj-white);
  color: var(--inj-btn);
  box-shadow: var(--inj-shadow-sm);
}

.inj-btn--white:hover {
  background: var(--inj-cream);
}

.inj-btn svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.inj-arrow-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--inj-btn);
  font-size: 14px;
  font-weight: 800;
}

.inj-arrow-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.inj-arrow-link:hover svg {
  transform: translateX(-4px);
}

.inj-topbar {
  background: var(--inj-ink2);
  color: var(--inj-cream);
  font-size: 12px;
}

.inj-topbar__inner {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.inj-topbar__note {
  color: var(--inj-chip-bg);
  font-weight: 700;
}

.inj-topbar__contacts {
  display: flex;
  align-items: center;
  gap: 18px;
  direction: ltr;
}

.inj-topbar__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.inj-topbar__contacts a:hover {
  color: var(--inj-white);
}

.inj-topbar svg {
  width: 14px;
  height: 14px;
  color: var(--inj-accent);
}

.inj-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--inj-ink);
  color: var(--inj-cream);
  box-shadow: 0 3px 14px rgba(31, 24, 18, 0.08);
  transition: box-shadow 0.2s ease;
}

.inj-site-header.inj-scrolled {
  box-shadow: 0 7px 28px rgba(31, 24, 18, 0.28);
}

.inj-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.inj-brand {
  flex: none;
  display: inline-flex;
  align-items: center;
}

.inj-brand img {
  width: 106px;
  height: 46px;
}

.inj-desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.inj-nav-link,
.inj-nav-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 8px;
  border: 0;
  background: transparent;
  color: var(--inj-cream);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.inj-nav-link:hover,
.inj-nav-toggle:hover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--inj-white);
}

.inj-nav-link.inj-active,
.inj-nav-toggle.inj-active,
.inj-dropdown a.inj-active,
.inj-drawer-nav a.inj-active {
  color: var(--inj-accent);
}

.inj-nav-toggle svg {
  width: 13px;
  height: 13px;
  transition: transform 0.2s ease;
}

.inj-nav-item {
  position: relative;
}

.inj-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 50;
  width: 245px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--inj-ink);
  box-shadow: var(--inj-shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.inj-dropdown a {
  display: block;
  padding: 8px 11px;
  border-radius: 7px;
  color: var(--inj-cream);
  font-size: 13px;
}

.inj-dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--inj-white);
}

.inj-dropdown .inj-dropdown__all {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 7px 7px;
  color: var(--inj-chip-bg);
}

.inj-nav-item:hover .inj-dropdown,
.inj-nav-item:focus-within .inj-dropdown,
.inj-nav-item.inj-open .inj-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.inj-nav-item.inj-open .inj-nav-toggle svg {
  transform: rotate(180deg);
}

.inj-header-cta {
  min-height: 44px;
  flex: none;
  padding-inline: 14px;
  font-size: 13px;
}

.inj-mobile-controls {
  display: none;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}

.inj-icon-btn {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--inj-white);
  cursor: pointer;
}

.inj-icon-btn svg {
  width: 23px;
  height: 23px;
}

.inj-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(31, 24, 18, 0.68);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.inj-mobile-drawer {
  position: fixed;
  inset-block: 0;
  right: 0;
  z-index: 1200;
  width: min(88vw, 350px);
  padding: 22px 20px 32px;
  overflow-y: auto;
  background: var(--inj-ink);
  color: var(--inj-white);
  transform: translateX(105%);
  transition: transform 0.3s ease;
}

.inj-menu-open .inj-drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.inj-menu-open .inj-mobile-drawer {
  transform: none;
}

.inj-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.inj-drawer-head img {
  width: 106px;
  height: 46px;
}

.inj-drawer-nav {
  display: grid;
  gap: 3px;
}

.inj-drawer-nav > a,
.inj-drawer-nav summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  font-weight: 700;
  cursor: pointer;
}

.inj-drawer-nav details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.inj-drawer-nav summary {
  justify-content: space-between;
  list-style: none;
}

.inj-drawer-nav summary::-webkit-details-marker {
  display: none;
}

.inj-drawer-nav summary::after {
  color: var(--inj-accent);
  font-size: 20px;
  content: "+";
}

.inj-drawer-nav details[open] summary::after {
  content: "−";
}

.inj-drawer-sub {
  display: grid;
  padding: 0 12px 9px 0;
}

.inj-drawer-sub a {
  padding: 8px;
  color: var(--inj-chip-bg);
  font-size: 14px;
}

.inj-drawer-cta {
  width: 100%;
  margin-top: 20px;
}

.inj-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--inj-cream);
  color: var(--inj-text);
}

.inj-hero::before {
  position: absolute;
  top: 50%;
  left: -7%;
  z-index: -1;
  width: min(56vw, 720px);
  aspect-ratio: 1;
  border-radius: 47% 53% 58% 42% / 45% 42% 58% 55%;
  background: var(--inj-kraft-bg);
  opacity: 0.86;
  filter: blur(10px);
  transform: translateY(-50%) rotate(10deg);
  content: "";
}

.inj-hero__grid {
  display: flex;
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  padding-block: 72px 86px;
}

.inj-hero__content {
  min-width: 0;
  flex: 1.06;
}

.inj-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid var(--inj-kraft);
  border-radius: 999px;
  background: var(--inj-chip-bg);
  color: var(--inj-chip-text);
  font-size: 13px;
  font-weight: 800;
}

.inj-hero__kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--inj-accent);
  box-shadow: 0 0 0 5px rgba(232, 65, 60, 0.14);
  content: "";
}

.inj-hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
  color: var(--inj-ink);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.inj-hero__lead {
  max-width: 650px;
  margin-bottom: 27px;
  color: var(--inj-muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.9;
}

.inj-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.inj-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.inj-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--inj-kraft);
  border-radius: 8px;
  background: var(--inj-chip-bg);
  color: var(--inj-chip-text);
  font-size: 13px;
  font-weight: 700;
}

.inj-hero-chip svg {
  width: 16px;
  height: 16px;
  color: var(--inj-accent);
}

.inj-hero__visual {
  min-width: 0;
  flex: 0.94;
  display: grid;
  place-items: center;
  padding: 30px 32px 42px;
}

.inj-hero__photo-frame {
  position: relative;
  width: min(100%, 520px);
  border: 8px solid var(--inj-white);
  border-radius: 22px;
  background: var(--inj-white);
  box-shadow: 0 28px 65px rgba(43, 33, 26, 0.2);
  transform: rotate(-2deg);
}

.inj-hero__photo-frame img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
}

.inj-hero__photo-tape {
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 2;
  padding: 7px 28px;
  border: 1px solid var(--inj-kraft);
  background: var(--inj-kraft);
  color: var(--inj-accent);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(5deg);
}

.inj-hero__photo-badge {
  position: absolute;
  right: -20px;
  bottom: -28px;
  z-index: 2;
  padding: 11px 16px;
  border: 1px solid var(--inj-line);
  border-radius: 14px;
  background: var(--inj-white);
  color: var(--inj-ink);
  box-shadow: var(--inj-shadow-md);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  transform: rotate(2deg);
}

.inj-tape {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 44px;
  margin: -20px 0;
  overflow: hidden;
  color: var(--inj-ink);
  box-shadow: 0 7px 20px rgba(43, 33, 26, 0.12);
}

.inj-tape::before {
  position: absolute;
  inset: 3px -2px;
  border-block: 1px solid var(--inj-kraft);
  background: var(--inj-kraft);
  transform: rotate(-1.5deg);
  content: "";
}

.inj-tape__track {
  position: relative;
  z-index: 1;
  width: max-content;
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 9px 4px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.inj-tape__unit {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 10px;
}

.inj-tape__dot {
  color: var(--inj-accent);
}

.inj-counters {
  padding: 64px 0 46px;
  background: var(--inj-ink);
}

.inj-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.inj-counter {
  position: relative;
  overflow: hidden;
  padding: 26px 18px;
  border: 1px solid rgba(255, 251, 246, 0.18);
  border-radius: var(--inj-radius);
  background: var(--inj-ink2);
  text-align: center;
}

.inj-counter::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--inj-kraft);
  content: "";
}

.inj-counter__number {
  display: block;
  margin-bottom: 2px;
  color: var(--inj-accent);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  direction: ltr;
}

.inj-counter__label {
  color: var(--inj-cream);
  font-weight: 700;
}

.inj-answer-wrap {
  padding-bottom: 72px;
}

.inj-answer {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 28px;
  padding: 30px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: linear-gradient(120deg, var(--inj-kraft-bg), var(--inj-cream));
  box-shadow: var(--inj-shadow-sm);
}

.inj-answer-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--inj-ink);
  font-size: 21px;
  font-weight: 900;
}

.inj-answer-label svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 11px;
  background: var(--inj-accent);
  color: var(--inj-white);
}

.inj-answer p {
  margin: 0;
  color: var(--inj-text);
  font-size: 17px;
}

.inj-sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.inj-size-chip {
  min-width: 132px;
  padding: 11px 14px;
  border: 1px dashed var(--inj-kraft);
  border-radius: 8px;
  background: var(--inj-chip-bg);
  color: var(--inj-chip-text);
  text-align: center;
  font-weight: 900;
  box-shadow: inset 0 0 0 3px var(--inj-kraft-bg);
}

.inj-size-chip small {
  color: var(--inj-chip-text);
  font-size: 11px;
  font-weight: 700;
}

.inj-carton-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 16px;
  margin-bottom: 26px;
}

.inj-carton-photo {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--inj-kraft);
  border-radius: var(--inj-radius);
  background: var(--inj-kraft-bg);
}

.inj-carton-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.inj-carton-photo:hover img {
  transform: scale(1.035);
}

.inj-center-action {
  display: flex;
  justify-content: center;
}

.inj-material-grid,
.inj-service-grid,
.inj-related-grid,
.inj-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.inj-material-card,
.inj-service-card,
.inj-mini-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: 0 8px 25px rgba(43, 33, 26, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.inj-material-card:hover,
.inj-service-card:hover,
.inj-mini-card:hover {
  box-shadow: var(--inj-shadow-md);
  transform: translateY(-5px);
}

.inj-material-card:nth-child(-n + 3)::before,
.inj-feature:nth-child(odd)::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--inj-kraft) 0 7px, var(--inj-chip-bg) 7px 12px);
  content: "";
}

.inj-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--inj-kraft-bg);
}

.inj-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.inj-material-card:hover img,
.inj-service-card:hover img,
.inj-post-card:hover img {
  transform: scale(1.045);
}

.inj-card-body {
  padding: 20px;
}

.inj-card-body p {
  margin-bottom: 0;
  color: var(--inj-muted);
  font-size: 14px;
}

.inj-service-card .inj-card-body {
  padding-bottom: 13px;
}

.inj-service-card .inj-arrow-link {
  margin-top: 8px;
}

.inj-section-action {
  margin-top: 28px;
  text-align: center;
}

.inj-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.inj-feature {
  position: relative;
  overflow: hidden;
  padding: 27px 22px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
  transition: transform 0.22s ease;
}

.inj-feature:hover {
  transform: translateY(-4px);
}

.inj-feature__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--inj-chip-bg);
  color: var(--inj-accent);
}

.inj-feature__icon svg {
  width: 27px;
  height: 27px;
}

.inj-feature p {
  margin: 0;
  color: var(--inj-muted);
  font-size: 14px;
}

.inj-steps {
  background: var(--inj-ink);
  color: var(--inj-cream);
}

.inj-steps .inj-section-head h2 {
  color: var(--inj-cream);
}

.inj-steps .inj-section-head p,
.inj-steps .inj-step p {
  color: var(--inj-kraft-bg);
}

.inj-steps .inj-eyebrow {
  color: var(--inj-accent);
}

.inj-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: steps;
}

.inj-step {
  position: relative;
  padding: 26px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--inj-radius);
  background: rgba(255, 255, 255, 0.045);
}

.inj-step:not(:last-child)::after {
  position: absolute;
  top: 48px;
  left: -23px;
  width: 23px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  content: "";
}

.inj-step__num {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--inj-btn);
  font-size: 17px;
  font-weight: 900;
  direction: ltr;
}

.inj-step h3 {
  color: var(--inj-cream);
}

.inj-step p {
  margin-bottom: 0;
  font-size: 14px;
}

.inj-lift-band {
  position: relative;
  overflow: hidden;
  padding-block: 0;
  background: var(--inj-ink);
  color: var(--inj-cream);
}

.inj-lift-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inj-lift-media {
  position: relative;
  min-height: 420px;
}

.inj-lift-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(43, 33, 26, 0.48), transparent);
  content: "";
}

.inj-lift-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inj-lift-copy {
  align-self: center;
  padding: 60px 7vw 60px 32px;
}

.inj-lift-copy .inj-eyebrow {
  color: var(--inj-accent);
}

.inj-lift-copy h2 {
  color: var(--inj-cream);
}

.inj-lift-copy p {
  max-width: 570px;
  margin-bottom: 24px;
  color: var(--inj-kraft-bg);
  font-size: 17px;
}

.inj-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}

.inj-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--inj-line);
  cursor: zoom-in;
}

.inj-gallery-item[hidden] {
  display: none;
}

.inj-gallery-item:nth-child(1),
.inj-gallery-item:nth-child(6) {
  grid-row: span 2;
}

.inj-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.inj-gallery-item:hover img {
  transform: scale(1.05);
}

.inj-filter-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-bottom: 26px;
}

.inj-filter-chip {
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid var(--inj-kraft);
  border-radius: 999px;
  background: var(--inj-white);
  color: var(--inj-chip-text);
  font-weight: 800;
  cursor: pointer;
}

.inj-filter-chip:hover,
.inj-filter-chip.inj-active {
  border-color: var(--inj-btn);
  background: var(--inj-btn);
  color: var(--inj-white);
}

.inj-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 60px 20px 24px;
  background: rgba(31, 24, 18, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.inj-lightbox.inj-open {
  opacity: 1;
  visibility: visible;
}

.inj-lightbox__close {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--inj-white);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.inj-lightbox__figure {
  max-width: min(100%, 1100px);
  max-height: 100%;
  margin: 0;
  text-align: center;
}

.inj-lightbox__image {
  max-width: 100%;
  max-height: calc(100vh - 130px);
  margin-inline: auto;
  border-radius: 10px;
  object-fit: contain;
}

.inj-lightbox__caption {
  margin-top: 10px;
  color: var(--inj-cream);
  font-size: 14px;
}

.inj-areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.inj-area-card {
  padding: 28px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
}

.inj-area-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.inj-area-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--inj-chip-bg);
  color: var(--inj-accent);
}

.inj-area-icon svg {
  width: 25px;
  height: 25px;
}

.inj-area-head h3 {
  margin: 0;
  font-size: 24px;
}

.inj-neighborhoods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.inj-neighborhoods :where(span, a) {
  padding: 7px 11px;
  border: 1px solid var(--inj-kraft);
  border-radius: 999px;
  background: var(--inj-chip-bg);
  color: var(--inj-chip-text);
  font-size: 13px;
  font-weight: 700;
}

.inj-neighborhoods a:hover {
  border-color: var(--inj-btn);
  color: var(--inj-btn);
}

.inj-faq-list {
  max-width: 880px;
  display: grid;
  gap: 11px;
  margin-inline: auto;
}

.inj-faq-list details {
  border: 1px solid var(--inj-line);
  border-radius: 12px;
  background: var(--inj-white);
  box-shadow: 0 5px 18px rgba(43, 33, 26, 0.05);
}

.inj-faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  color: var(--inj-ink);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.inj-faq-list summary::-webkit-details-marker {
  display: none;
}

.inj-faq-list summary::after {
  width: 30px;
  height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--inj-chip-bg);
  color: var(--inj-btn);
  font-size: 20px;
  content: "+";
}

.inj-faq-list details[open] summary::after {
  background: var(--inj-btn);
  color: var(--inj-white);
  content: "−";
}

.inj-faq-list details[open] summary {
  border-bottom: 1px solid var(--inj-line);
}

.inj-faq-list p {
  margin: 0;
  padding: 15px 18px 19px;
  color: var(--inj-muted);
}

.inj-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.inj-post-card {
  overflow: hidden;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.inj-post-card:hover {
  box-shadow: var(--inj-shadow-md);
  transform: translateY(-4px);
}

.inj-post-card .inj-card-media {
  aspect-ratio: 16 / 11;
}

.inj-post-card .inj-card-body {
  padding: 20px;
}

.inj-post-type {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--inj-accent);
  font-size: 12px;
  font-weight: 800;
}

.inj-empty-state {
  padding: 18px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  color: var(--inj-muted);
  text-align: center;
}

.inj-cta-band {
  padding-block: 58px;
  background: linear-gradient(120deg, var(--inj-btn), var(--inj-accent));
  color: var(--inj-white);
}

.inj-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.inj-cta-band h2 {
  margin: 0 0 5px;
  color: var(--inj-white);
  font-size: clamp(28px, 3vw, 42px);
}

.inj-cta-band p {
  margin: 0;
  color: var(--inj-cream);
}

.inj-cta-band__actions {
  flex: none;
  display: flex;
  gap: 10px;
}

.inj-info-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
}

.inj-info-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--inj-text);
}

.inj-info-table :where(th, td) {
  padding: 15px 18px;
  border-bottom: 1px solid var(--inj-line);
  text-align: right;
  vertical-align: top;
}

.inj-info-table th {
  width: 32%;
  background: var(--inj-kraft-bg);
  color: var(--inj-ink);
  font-weight: 800;
}

.inj-info-table tr:last-child :where(th, td) {
  border-bottom: 0;
}

.inj-updated {
  margin: 10px 0 0;
  color: var(--inj-muted);
  font-size: 12px;
}

.inj-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.inj-content-card,
.inj-checklist {
  padding: 25px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
}

.inj-checklist {
  display: grid;
  gap: 11px;
  margin: 0;
  list-style: none;
}

.inj-checklist li {
  position: relative;
  padding-right: 29px;
}

.inj-checklist li::before {
  position: absolute;
  top: 0.28em;
  right: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--inj-chip-bg);
  color: var(--inj-btn);
  font-size: 12px;
  font-weight: 900;
  content: "✓";
}

.inj-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: var(--inj-white);
  box-shadow: var(--inj-shadow-sm);
}

.inj-field {
  display: grid;
  gap: 7px;
}

.inj-field--full,
.inj-form .inj-btn {
  grid-column: 1 / -1;
}

.inj-field label {
  color: var(--inj-ink);
  font-size: 14px;
  font-weight: 800;
}

.inj-field :where(input, select, textarea) {
  width: 100%;
  min-height: 49px;
  padding: 10px 12px;
  border: 1px solid var(--inj-line);
  border-radius: 9px;
  background: var(--inj-cream);
  color: var(--inj-text);
  font: inherit;
}

.inj-field textarea {
  min-height: 130px;
  resize: vertical;
}

.inj-field :where(input, select, textarea):focus {
  border-color: var(--inj-kraft);
  box-shadow: 0 0 0 3px rgba(201, 154, 91, 0.18);
  outline: 0;
}

.inj-footer {
  background: var(--inj-ink);
  color: var(--inj-kraft-bg);
}

.inj-footer-main {
  padding-block: 60px 50px;
}

.inj-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1fr;
  gap: 42px;
}

.inj-footer-logo {
  width: 138px;
  height: auto;
  max-height: 60px;
  margin-bottom: 18px;
}

.inj-footer-about {
  max-width: 360px;
  color: var(--inj-chip-bg);
  font-size: 14px;
}

.inj-socials {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}

.inj-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.inj-socials a:hover {
  border-color: var(--inj-btn);
  background: var(--inj-btn);
}

.inj-socials svg {
  width: 20px;
  height: 20px;
}

.inj-footer h3 {
  margin-bottom: 17px;
  color: var(--inj-cream);
  font-size: 17px;
}

.inj-footer-links {
  display: grid;
  gap: 8px;
}

.inj-footer-links a {
  width: fit-content;
  color: var(--inj-chip-bg);
  font-size: 14px;
  transition: color 0.2s ease;
}

.inj-footer-links a:hover,
.inj-footer-links a.inj-active {
  color: var(--inj-cream);
}

.inj-contact-list {
  display: grid;
  gap: 11px;
}

.inj-contact-list :where(a, span) {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--inj-chip-bg);
  font-size: 14px;
}

.inj-contact-list svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 4px;
  color: var(--inj-accent);
}

.inj-footer-bottom {
  padding: 15px 0;
  background: var(--inj-ink2);
  color: var(--inj-chip-bg);
  text-align: center;
  font-size: 13px;
}

.inj-js .inj-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.inj-js .inj-reveal.inj-is-visible {
  opacity: 1;
  transform: none;
}

.inj-pulse {
  animation: inj-pulse 2.6s ease-in-out infinite;
}

@keyframes inj-pulse {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(198, 46, 40, 0.24);
  }
  50% {
    box-shadow: 0 10px 24px rgba(198, 46, 40, 0.24), 0 0 0 8px rgba(232, 65, 60, 0);
  }
  55% {
    box-shadow: 0 10px 24px rgba(198, 46, 40, 0.24), 0 0 0 1px rgba(232, 65, 60, 0.28);
  }
}

body.inj-page .page-header {
  display: none;
}

body.inj-page .elementor-section.inj-sec,
body.inj-page .elementor-section.inj-sec > .elementor-container,
body.inj-page .elementor-section.inj-sec > .elementor-container > .elementor-column,
body.inj-page .elementor-section.inj-sec .elementor-widget-wrap,
body.inj-page .elementor-section.inj-sec .elementor-widget-html,
body.inj-page .elementor-section.inj-sec .elementor-widget-shortcode,
body.inj-page .elementor-section.inj-sec .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.inj-page .elementor-section.inj-sec > .elementor-container {
  display: block;
}

.inj-site:not(.inj-page) .site-main {
  width: min(calc(100% - 32px), 860px);
  margin-inline: auto;
  padding-block: 56px 72px;
}

.inj-site:not(.inj-page) .site-main :where(p, li) {
  color: var(--inj-text);
  line-height: 1.9;
}

.inj-site:not(.inj-page) .site-main :where(h1, h2, h3) {
  color: var(--inj-ink);
  line-height: 1.4;
}

.inj-site:not(.inj-page) .site-main a {
  color: var(--inj-btn);
}

@media (max-width: 1120px) {
  .inj-desktop-nav,
  .inj-header-cta {
    display: none;
  }

  .inj-mobile-controls {
    display: flex;
  }

  .inj-header__inner {
    justify-content: space-between;
  }

  .inj-material-grid,
  .inj-service-grid,
  .inj-related-grid,
  .inj-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inj-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inj-footer-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .inj-footer-col--about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .inj-hero__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
    padding-block: 58px 72px;
  }

  .inj-hero__content {
    order: 1;
  }

  .inj-hero__visual {
    order: 2;
    width: 100%;
  }

  .inj-hero::before {
    top: 72%;
    left: 50%;
    width: min(100vw, 720px);
    transform: translate(-50%, -50%) rotate(10deg);
  }
}

@media (max-width: 767px) {
  .inj-container {
    width: min(calc(100% - 28px), var(--inj-container));
  }

  .inj-section {
    padding-block: 58px;
  }

  .inj-section-head {
    margin-bottom: 27px;
  }

  .inj-section-head p {
    font-size: 15px;
  }

  :where(.inj-section, .inj-hero, .inj-answer-wrap, .inj-lift-band, .inj-cta-band) h2 {
    font-size: clamp(27px, 8vw, 35px);
  }

  .inj-topbar__inner {
    min-height: 42px;
    justify-content: center;
    gap: 9px;
  }

  .inj-topbar__note {
    display: none;
  }

  .inj-topbar__contacts {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .inj-topbar__email {
    display: none !important;
  }

  .inj-topbar__contacts a {
    font-size: 11px;
  }

  .inj-header__inner {
    min-height: 68px;
  }

  .inj-brand img {
    width: 94px;
    height: 41px;
  }

  .inj-mobile-controls {
    gap: 6px;
  }

  .inj-icon-btn {
    width: 44px;
    height: 44px;
  }

  .inj-hero__grid {
    gap: 26px;
    padding-block: 48px 62px;
  }

  .inj-hero::before {
    top: 76%;
    width: 126vw;
  }

  .inj-hero__kicker {
    font-size: 12px;
  }

  .inj-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 7.8vw, 31px);
  }

  .inj-hero__lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .inj-hero__actions {
    display: grid;
  }

  .inj-hero__actions .inj-btn {
    width: 100%;
  }

  .inj-hero__chips {
    gap: 7px;
  }

  .inj-hero-chip {
    padding: 6px 8px;
    font-size: 11px;
  }

  .inj-hero__visual {
    padding: 22px 14px 38px;
  }

  .inj-hero__photo-frame {
    width: min(100%, 92vw, 520px);
    transform: rotate(-1deg);
  }

  .inj-hero__photo-tape {
    top: -17px;
    left: 16px;
    padding: 6px 22px;
    font-size: 12px;
  }

  .inj-hero__photo-badge {
    right: 6px;
    bottom: -24px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .inj-tape {
    height: 38px;
    margin-block: -16px;
  }

  .inj-tape__track {
    padding-block: 8px;
    font-size: 12px;
  }

  .inj-counters {
    padding-top: 54px;
  }

  .inj-counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .inj-counter {
    padding: 20px 8px;
  }

  .inj-counter__label {
    font-size: 13px;
  }

  .inj-answer-wrap {
    padding-bottom: 58px;
  }

  .inj-answer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 23px 20px;
  }

  .inj-answer p {
    font-size: 15px;
  }

  .inj-sizes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inj-size-chip {
    min-width: 0;
    padding-inline: 7px;
    font-size: 14px;
  }

  .inj-carton-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .inj-carton-photo {
    min-height: 190px;
  }

  .inj-carton-photo:first-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .inj-materials.inj-section,
  .inj-services.inj-section,
  .inj-features-section.inj-section,
  .inj-steps.inj-section {
    padding-block: 44px;
  }

  :where(.inj-materials, .inj-services, .inj-features-section, .inj-steps) .inj-section-head {
    margin-bottom: 20px;
  }

  .inj-material-grid,
  .inj-service-grid,
  .inj-related-grid,
  .inj-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-blog-grid {
    grid-template-columns: 1fr;
  }

  .inj-material-card,
  .inj-service-card {
    min-width: 0;
  }

  .inj-material-card .inj-card-media,
  .inj-service-card .inj-card-media {
    aspect-ratio: 4 / 3;
  }

  .inj-material-card .inj-card-body,
  .inj-service-card .inj-card-body {
    padding: 11px 10px;
  }

  .inj-material-card h3,
  .inj-service-card h3 {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.45;
  }

  .inj-material-card .inj-card-body p,
  .inj-service-card .inj-card-body p {
    display: -webkit-box;
    overflow: hidden;
    color: var(--inj-muted);
    font-size: 12.5px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .inj-service-card .inj-arrow-link {
    min-height: 44px;
    gap: 4px;
    margin-top: 0;
    font-size: 12.5px;
  }

  .inj-service-card .inj-arrow-link svg {
    width: 15px;
    height: 15px;
  }

  .inj-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-feature {
    min-width: 0;
    padding: 14px 12px;
  }

  .inj-feature__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .inj-feature__icon svg {
    width: 22px;
    height: 22px;
  }

  .inj-feature h3 {
    min-height: 44px;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .inj-feature p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12.5px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .inj-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-step {
    min-width: 0;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 4px 8px;
    padding: 12px;
  }

  .inj-step__num {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    margin: 0;
    font-size: 13px;
  }

  .inj-step h3 {
    align-self: center;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .inj-step p {
    grid-column: 1 / -1;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .inj-step:not(:last-child)::after {
    display: none;
  }

  .inj-lift-grid {
    grid-template-columns: 1fr;
  }

  .inj-lift-media {
    min-height: 330px;
  }

  .inj-lift-copy {
    padding: 42px 14px 58px;
  }

  .inj-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
    gap: 8px;
  }

  .inj-gallery-item:nth-child(1),
  .inj-gallery-item:nth-child(6) {
    grid-row: span 1;
  }

  .inj-areas-grid,
  .inj-content-grid {
    grid-template-columns: 1fr;
  }

  .inj-area-card {
    padding: 22px 18px;
  }

  .inj-faq-list summary {
    align-items: flex-start;
    padding: 14px;
    font-size: 14px;
  }

  .inj-faq-list p {
    padding: 14px;
    font-size: 14px;
  }

  .inj-form {
    grid-template-columns: 1fr;
    padding: 21px 17px;
  }

  .inj-field--full,
  .inj-form .inj-btn {
    grid-column: auto;
  }

  .inj-info-table :where(th, td) {
    padding: 12px;
    font-size: 14px;
  }

  .inj-cta-band__inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .inj-cta-band__actions {
    display: grid;
  }

  .inj-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .inj-footer-col--about,
  .inj-footer-col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .inj-container {
    width: min(calc(100% - 24px), var(--inj-container));
  }

  .inj-hero-chip {
    flex: 1 1 calc(50% - 7px);
    justify-content: center;
  }

  .inj-hero-chip:last-child {
    flex-basis: 100%;
  }

  .inj-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inj-footer-col--about,
  .inj-footer-col--contact {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inj-site-chrome *,
  .inj-sec *,
  .inj-section *,
  .inj-hero *,
  .inj-counters *,
  .inj-answer-wrap *,
  .inj-lift-band *,
  .inj-tape *,
  .inj-cta-band *,
  .inj-footer * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .inj-js .inj-reveal {
    opacity: 1;
    transform: none;
  }
}

/* ---- builder components (inner pages) ---- */
.inj-posts-head {
  padding-bottom: 0;
}

.inj-posts-head .inj-section-head {
  margin-bottom: 28px;
}

body.inj-page .elementor-widget-shortcode.inj-posts-sc,
.inj-posts-sc {
  background: var(--inj-kraft-bg);
  padding-bottom: 72px !important;
}

.inj-posts-sc .inj-blog-grid,
.inj-posts-sc .inj-empty-state {
  width: min(calc(100% - 32px), var(--inj-container));
  margin-inline: auto;
}

.inj-hood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.inj-hood {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 18px;
}

.inj-hood h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 4px;
  font-size: 17px;
}

.inj-hood h3 svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--inj-accent);
}

.inj-hood p {
  margin: 0;
  color: var(--inj-muted);
  font-size: 13.5px;
}

.inj-hood .inj-arrow-link {
  font-size: 13.5px;
  line-height: 1.6;
}

.inj-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.inj-contact-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--inj-ink);
  text-align: center;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.inj-contact-card:hover {
  box-shadow: var(--inj-shadow-md);
  transform: translateY(-4px);
}

.inj-contact-card svg {
  width: 34px;
  height: 34px;
  color: var(--inj-accent);
}

.inj-contact-card h3 {
  margin: 4px 0 0;
  font-size: 17px;
}

.inj-contact-card p {
  margin: 0;
  color: var(--inj-muted);
  font-weight: 700;
  word-break: break-word;
}

.inj-socials-row {
  flex-wrap: wrap;
  gap: 12px;
}

.inj-area-card h3 a {
  color: inherit;
  text-decoration: none;
}

.inj-area-card .inj-arrow-link {
  margin-top: 14px;
}

.inj-content-card h3 {
  margin-top: 0;
}

.inj-content-card ul {
  margin: 0;
  padding-right: 18px;
  color: var(--inj-text);
  line-height: 1.9;
}

.inj-content-card p {
  margin: 0;
  color: var(--inj-muted);
  line-height: 1.9;
}

@media (max-width: 1120px) {
  .inj-hood-grid,
  .inj-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inj-posts-sc {
    padding-bottom: 48px !important;
  }

  .inj-hood-grid {
    gap: 10px;
  }

  .inj-hood {
    padding: 13px;
  }

  .inj-hood h3 {
    font-size: 15px;
  }

  .inj-hood .inj-arrow-link {
    font-size: 12.5px;
  }

  .inj-contact-grid {
    gap: 10px;
  }

  .inj-contact-card {
    padding: 16px 10px;
  }

  .inj-content-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- live-site safety (no global resets from the mockup) ---- */
.inj-site-chrome img,
.inj-footer img,
.inj-sec img {
  max-width: 100%;
  height: auto;
}

.inj-hero__photo-frame img {
  height: auto;
}

.inj-site-chrome a:not(.inj-btn):not(.inj-icon-btn),
.inj-footer a:not(.inj-btn),
.inj-sec a:not(.inj-btn),
.inj-posts-sc a:not(.inj-btn) {
  color: inherit;
  text-decoration: none;
}

.inj-sec .inj-arrow-link,
.inj-posts-sc .inj-arrow-link {
  color: var(--inj-btn);
}

.inj-post-card h3 a:hover,
.inj-sec a:not(.inj-btn):hover {
  color: var(--inj-btn);
}

.inj-answer-wrap {
  padding-top: 40px;
}

/* =====================================================================
   THEME B — «بلوك عنابي» (client-approved 2026-09-19)
   Brand from the logo: maroon #80000D + caramel #E8AD69 on white.
   Fonts: Noto Kufi Arabic (display) + Tajawal (body).
   ===================================================================== */
:root {
  --inj-ink: #80000d;
  --inj-ink2: #5e0009;
  --inj-cream: #ffffff;
  --inj-kraft-bg: #fbf5ee;
  --inj-kraft: #e8ad69;
  --inj-chip-bg: #f6e3cb;
  --inj-chip-text: #5e0009;
  --inj-accent: #80000d;
  --inj-btn: #80000d;
  --inj-btn-hover: #5e0009;
  --inj-text: #1e1a1a;
  --inj-muted: #6b6362;
  --inj-line: #efe3d6;
  --inj-caramel: #e8ad69;
  --inj-shadow-sm: 0 10px 28px rgba(94, 0, 9, 0.07);
  --inj-shadow-md: 0 22px 55px rgba(94, 0, 9, 0.16);
  --inj-radius: 18px;
  --inj-display: "Noto Kufi Arabic", "Tajawal", system-ui, sans-serif;
}

body {
  background: #fff;
  font-family: "Tajawal", system-ui, sans-serif;
  font-size: 16.5px;
}

:where(.inj-site-chrome, .inj-sec, .inj-footer, .inj-posts-sc) :where(h1, h2, h3, .inj-btn, .inj-eyebrow, .inj-hero__kicker, .inj-counter__number, .inj-step__num, .inj-nav-link, .inj-nav-toggle) {
  font-family: var(--inj-display);
}

.inj-section-head h2 {
  color: var(--inj-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.inj-eyebrow {
  color: var(--inj-ink);
}

.inj-eyebrow::before {
  background: var(--inj-caramel) !important;
}

/* ---- buttons ---- */
.inj-btn {
  border-radius: 14px;
}

.inj-btn--red {
  box-shadow: 0 12px 26px rgba(128, 0, 13, 0.24);
}

.inj-btn--white {
  background: var(--inj-caramel);
  color: var(--inj-ink2);
}

.inj-btn--white:hover {
  background: #f1c28c;
  color: var(--inj-ink2);
}

/* ---- top bar + header (white, logo in full colour) ---- */
.inj-topbar {
  background: var(--inj-ink);
  color: #fff;
}

.inj-topbar__note {
  color: var(--inj-caramel);
}

.inj-topbar svg {
  color: var(--inj-caramel);
}

.inj-site-header {
  background: #fff;
  color: var(--inj-text);
  border-bottom: 1px solid var(--inj-line);
  box-shadow: none;
}

.inj-site-header.inj-scrolled {
  box-shadow: 0 8px 26px rgba(94, 0, 9, 0.1);
}

.inj-brand img {
  width: auto;
  height: 50px;
}

.inj-nav-link,
.inj-nav-toggle {
  color: var(--inj-text);
  font-size: 13px;
}

.inj-nav-link:hover,
.inj-nav-toggle:hover {
  background: var(--inj-kraft-bg);
  color: var(--inj-ink);
}

.inj-nav-link.inj-active,
.inj-nav-toggle.inj-active,
.inj-dropdown a.inj-active,
.inj-drawer-nav a.inj-active {
  color: var(--inj-ink);
  box-shadow: inset 0 -3px 0 var(--inj-caramel);
}

.inj-dropdown {
  background: #fff;
  border-color: var(--inj-line);
}

.inj-dropdown a {
  color: var(--inj-text);
}

.inj-dropdown a:hover {
  background: var(--inj-kraft-bg);
  color: var(--inj-ink);
}

.inj-dropdown .inj-dropdown__all {
  border-top-color: var(--inj-line);
  color: var(--inj-ink);
  font-weight: 800;
}

.inj-icon-btn {
  border-color: var(--inj-ink);
  background: var(--inj-ink);
  color: #fff;
  border-radius: 13px;
}

.inj-mobile-drawer {
  background: #fff;
  color: var(--inj-text);
}

.inj-drawer-nav a,
.inj-drawer-nav summary {
  color: var(--inj-text);
  border-color: var(--inj-line) !important;
}

.inj-drawer-head .inj-icon-btn {
  background: var(--inj-kraft-bg);
  border-color: var(--inj-line);
  color: var(--inj-ink);
}

.inj-drawer-head img {
  width: auto;
  height: 46px;
}

/* ---- hero: maroon block, photo overlapping onto white ---- */
.inj-hero {
  overflow: hidden;
  background: var(--inj-ink);
  color: #fff;
}

.inj-hero::before {
  top: -90px !important;
  left: -110px !important;
  width: 360px !important;
  aspect-ratio: 1;
  border: 42px solid rgba(232, 173, 105, 0.16);
  border-radius: 70px !important;
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  transform: rotate(18deg) !important;
}

.inj-hero::after {
  display: none !important;
}

.inj-hero h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: clamp(30px, 4vw, 54px);
}

.inj-hero h1 mark,
.inj-hero h1 em {
  background: none;
  color: var(--inj-caramel);
  font-style: normal;
}

.inj-hero__lead {
  color: rgba(255, 255, 255, 0.86);
}

.inj-hero__kicker {
  border: 0;
  background: var(--inj-caramel);
  color: var(--inj-ink2);
}

.inj-hero__kicker::before {
  background: var(--inj-ink2);
  box-shadow: 0 0 0 4px rgba(94, 0, 9, 0.18);
}

.inj-hero .inj-btn--red {
  background: var(--inj-caramel);
  color: var(--inj-ink2);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.inj-hero .inj-btn--red:hover {
  background: #f1c28c;
  color: var(--inj-ink2);
}

.inj-hero .inj-btn--outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.inj-hero .inj-btn--outline:hover {
  background: #fff;
  color: var(--inj-ink);
}

.inj-hero-chip {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.inj-hero-chip svg {
  color: var(--inj-caramel);
}

.inj-hero__photo-frame {
  border-color: #fff;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(60, 0, 6, 0.35);
  transform: none;
  animation: injFloat 6s ease-in-out infinite;
}

.inj-hero__photo-frame img {
  border-radius: 18px;
  aspect-ratio: 4 / 3.4;
}

.inj-hero__photo-tape {
  border: 0;
  background: var(--inj-caramel);
  color: var(--inj-ink2);
}

.inj-hero__photo-badge {
  color: var(--inj-ink);
  font-family: var(--inj-display);
}

/* ---- tape strip → caramel ribbon ---- */
.inj-tape {
  background: var(--inj-caramel) !important;
}

.inj-tape__unit,
.inj-tape__track {
  color: var(--inj-ink2) !important;
  font-family: var(--inj-display);
}

.inj-tape__dot {
  color: #fff !important;
}

/* ---- counters: white strip, maroon numbers ---- */
.inj-counters {
  background: #fff;
  color: var(--inj-text);
  border-bottom: 1px solid var(--inj-line);
}

.inj-counter {
  background: var(--inj-kraft-bg);
  border-color: var(--inj-line) !important;
  color: var(--inj-text);
}

.inj-counter__number {
  color: var(--inj-ink) !important;
}

.inj-counter__label {
  color: var(--inj-muted) !important;
}

/* ---- sections ---- */
.inj-section--kraft,
.inj-posts-sc {
  background: var(--inj-kraft-bg) !important;
}

.inj-answer {
  border-color: var(--inj-line);
  background: #fff;
  box-shadow: var(--inj-shadow-sm);
  border-inline-start: 5px solid var(--inj-caramel);
}

.inj-answer-label svg,
.inj-answer-label {
  color: var(--inj-ink);
}

.inj-size-chip {
  border-color: var(--inj-caramel) !important;
  background: #fff !important;
  color: var(--inj-ink2) !important;
  font-family: var(--inj-display);
}

.inj-info-table th {
  background: var(--inj-kraft-bg);
  color: var(--inj-ink);
}

.inj-steps,
.inj-lift-band,
.inj-cta-band {
  background: var(--inj-ink) !important;
  color: #fff;
}

.inj-steps .inj-section-head h2,
.inj-lift-band h2,
.inj-cta-band h2 {
  color: #fff;
}

.inj-steps .inj-eyebrow,
.inj-lift-band .inj-eyebrow {
  color: var(--inj-caramel);
}

.inj-step {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.inj-step__num {
  background: var(--inj-caramel) !important;
  color: var(--inj-ink2) !important;
}

.inj-cta-band {
  background: var(--inj-ink) !important;
  background-image: radial-gradient(circle at 12% 20%, rgba(232, 173, 105, 0.22), transparent 45%) !important;
}

.inj-feature__icon,
.inj-area-icon {
  background: var(--inj-chip-bg) !important;
  color: var(--inj-ink) !important;
}

.inj-post-type {
  color: var(--inj-ink);
}

.inj-filter-chip.inj-active,
.inj-filter-chip:hover {
  background: var(--inj-ink) !important;
  border-color: var(--inj-ink) !important;
  color: #fff !important;
}

/* ---- footer: light with maroon bar ---- */
.inj-footer {
  background: var(--inj-kraft-bg);
  color: var(--inj-text);
  border-top: 4px solid var(--inj-caramel);
}

.inj-footer h3 {
  color: var(--inj-ink);
}

.inj-footer-about,
.inj-footer-links a,
.inj-contact-list a,
.inj-contact-list span {
  color: var(--inj-text) !important;
}

.inj-footer-links a:hover,
.inj-contact-list a:hover {
  color: var(--inj-ink) !important;
}

.inj-contact-list svg {
  color: var(--inj-ink) !important;
}

.inj-footer-logo {
  width: auto !important;
  height: 64px !important;
}

.inj-socials a {
  background: var(--inj-ink) !important;
  border-color: var(--inj-ink) !important;
  color: #fff !important;
}

.inj-footer-bottom {
  background: var(--inj-ink);
  color: #fff;
}

/* =====================================================================
   MOTION (like hamdtrans): reveal + stagger, float, pulse+shine,
   hover lift, image zoom, icon tilt, flip cards
   ===================================================================== */
@keyframes injFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes injPulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 173, 105, 0.6); }
  70% { box-shadow: 0 0 0 16px rgba(232, 173, 105, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 173, 105, 0); }
}

@keyframes injShine {
  0% { left: -60%; }
  60%, 100% { left: 130%; }
}

@keyframes injRise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

.inj-pulse {
  position: relative;
  overflow: hidden;
  animation: injPulse 2.4s infinite;
}

.inj-pulse::after {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: injShine 3.2s ease-in-out infinite;
  content: "";
}

/* hero entrance */
.inj-hero__content > * {
  animation: injRise 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.inj-hero__content > :nth-child(2) { animation-delay: 0.08s; }
.inj-hero__content > :nth-child(3) { animation-delay: 0.16s; }
.inj-hero__content > :nth-child(4) { animation-delay: 0.24s; }
.inj-hero__content > :nth-child(5) { animation-delay: 0.32s; }

.inj-hero__visual {
  animation: injRise 1s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

/* scroll reveal with stagger inside grids */
.inj-js .inj-reveal {
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

:where(.inj-service-grid, .inj-material-grid, .inj-related-grid, .inj-features-grid, .inj-steps-grid, .inj-blog-grid, .inj-counter-grid, .inj-hood-grid, .inj-contact-grid, .inj-content-grid, .inj-flip-grid) > :nth-child(3n + 2) {
  transition-delay: 0.12s;
}

:where(.inj-service-grid, .inj-material-grid, .inj-related-grid, .inj-features-grid, .inj-steps-grid, .inj-blog-grid, .inj-counter-grid, .inj-hood-grid, .inj-contact-grid, .inj-content-grid, .inj-flip-grid) > :nth-child(3n + 3) {
  transition-delay: 0.24s;
}

/* hover life */
.inj-material-card,
.inj-service-card,
.inj-mini-card,
.inj-post-card,
.inj-content-card,
.inj-feature,
.inj-step,
.inj-area-card,
.inj-counter {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.inj-material-card:hover,
.inj-service-card:hover,
.inj-mini-card:hover,
.inj-post-card:hover,
.inj-content-card:hover,
.inj-feature:hover,
.inj-area-card:hover,
.inj-counter:hover {
  border-color: var(--inj-caramel);
  box-shadow: var(--inj-shadow-md);
  transform: translateY(-6px);
}

.inj-step:hover {
  transform: translateY(-6px);
}

.inj-card-media img,
.inj-gallery-item img,
.inj-carton-photo img {
  transition: transform 0.6s ease;
}

.inj-material-card:hover img,
.inj-mini-card:hover img,
.inj-post-card:hover img,
.inj-gallery-item:hover img,
.inj-carton-photo:hover img {
  transform: scale(1.07);
}

.inj-feature__icon,
.inj-step__num,
.inj-area-icon {
  transition: transform 0.4s ease;
}

.inj-feature:hover .inj-feature__icon,
.inj-step:hover .inj-step__num,
.inj-area-card:hover .inj-area-icon {
  transform: rotate(-8deg) scale(1.08);
}

/* ---- flip cards (services) ---- */
.inj-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.inj-flip {
  position: relative;
  min-height: var(--inj-flip-h, 430px);
  perspective: 1400px;
  cursor: pointer;
  border-radius: var(--inj-radius);
  outline: none;
}

.inj-flip:focus-visible {
  box-shadow: 0 0 0 3px var(--inj-caramel);
}

.inj-flip__inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.3, 0.9, 0.3, 1);
}

@media (hover: hover) {
  .inj-flip:hover .inj-flip__inner {
    transform: rotateY(180deg);
  }
}

.inj-flip.inj-flipped .inj-flip__inner,
.inj-flip:focus-within .inj-flip__inner {
  transform: rotateY(180deg);
}

.inj-flip__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--inj-line);
  border-radius: var(--inj-radius);
  background: #fff;
  box-shadow: var(--inj-shadow-sm);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inj-flip__front img {
  width: 100%;
  height: auto;
  flex: 1;
  min-height: 0;
  object-fit: cover;
}

.inj-flip__front .inj-flip__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
}

.inj-flip__front h3 {
  margin: 0;
  color: var(--inj-ink);
  font-size: 18px;
}

.inj-flip__hint {
  flex: none;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--inj-chip-bg);
  color: var(--inj-ink2);
  font-size: 12px;
  font-weight: 800;
}

.inj-flip__back {
  justify-content: center;
  gap: 12px;
  padding: 26px 22px;
  background: var(--inj-ink);
  background-image: radial-gradient(circle at 85% 12%, rgba(232, 173, 105, 0.25), transparent 50%);
  color: #fff;
  text-align: center;
  transform: rotateY(180deg);
}

.inj-flip__back h3 {
  margin: 0;
  color: var(--inj-caramel);
  font-size: 20px;
}

.inj-flip__back p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
}

.inj-flip__back .inj-btn {
  width: 100%;
}

.inj-flip__back .inj-btn--white {
  background: var(--inj-caramel);
}

.inj-flip__back .inj-btn--outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

@media (max-width: 1120px) {
  .inj-flip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inj-hero {
    background: linear-gradient(180deg, var(--inj-ink) 0 86%, #fff 86% 100%);
  }

  .inj-hero h1 {
    font-size: 29px;
  }

  .inj-brand img {
    height: 44px;
  }

  .inj-flip-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .inj-flip {
    min-height: var(--inj-flip-h, 360px);
  }

  .inj-flip__back {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inj-hero__photo-frame,
  .inj-pulse,
  .inj-pulse::after,
  .inj-hero__content > *,
  .inj-hero__visual {
    animation: none !important;
  }

  .inj-flip__inner {
    transition: none !important;
  }
}

.inj-flip__front img {
  object-position: center 35%;
}

@media (min-width: 768px) {
  .inj-hero__grid {
    padding-block: 64px 70px;
  }
}

/* ---- beat the Elementor kit (post-8.css: a/h1–h4 colours + fonts) ---- */
body.inj-site {
  font-family: "Tajawal", system-ui, sans-serif;
  color: var(--inj-text);
}

body.inj-site :where(.inj-sec, .inj-posts-sc, .inj-footer, .inj-site-chrome) :where(p, li, td, th, span, label, input, select, textarea, summary) {
  font-family: "Tajawal", system-ui, sans-serif;
}

body.inj-site :where(.inj-sec, .inj-posts-sc, .inj-footer, .inj-site-chrome) :where(h1, h2, h3, h4) {
  font-family: var(--inj-display);
}

body.inj-site .inj-sec h2,
body.inj-site .inj-sec h3,
body.inj-site .inj-posts-sc h3,
body.inj-site .inj-footer h3 {
  color: var(--inj-ink);
}

body.inj-site .inj-hero h1,
body.inj-site .inj-steps h2,
body.inj-site .inj-steps h3,
body.inj-site .inj-lift-band h2,
body.inj-site .inj-cta-band h2,
body.inj-site .inj-cta-band p {
  color: #fff;
}

body.inj-site .inj-flip__back h3 {
  color: var(--inj-caramel);
}

body.inj-site .inj-counter__number {
  color: var(--inj-ink);
}

/* buttons & icon buttons (kit sets every <a> maroon) */
body.inj-site a.inj-btn--red,
body.inj-site a.inj-btn--red:hover,
body.inj-site button.inj-btn--red {
  color: #fff;
}

body.inj-site .inj-hero a.inj-btn--red,
body.inj-site .inj-hero a.inj-btn--red:hover,
body.inj-site a.inj-btn--white,
body.inj-site a.inj-btn--white:hover {
  color: var(--inj-ink2);
}

body.inj-site a.inj-btn--outline {
  color: var(--inj-ink);
}

body.inj-site a.inj-btn--outline:hover {
  color: #fff;
}

body.inj-site :where(.inj-hero, .inj-steps, .inj-lift-band, .inj-cta-band, .inj-flip__back) a.inj-btn--outline {
  color: #fff;
}

body.inj-site :where(.inj-hero, .inj-steps, .inj-lift-band, .inj-cta-band, .inj-flip__back) a.inj-btn--outline:hover {
  color: var(--inj-ink);
}

body.inj-site a.inj-icon-btn,
body.inj-site button.inj-icon-btn {
  color: #fff;
}

body.inj-site .inj-drawer-head .inj-icon-btn {
  color: var(--inj-ink);
}

body.inj-site .inj-topbar a {
  color: #fff;
}

body.inj-site .inj-footer-bottom,
body.inj-site .inj-footer-bottom a {
  color: #fff;
}

body.inj-site .inj-socials a {
  color: #fff;
}

body.inj-site .inj-sec a.inj-arrow-link,
body.inj-site .inj-posts-sc a.inj-arrow-link {
  color: var(--inj-ink);
}

/* shortcode widget: Elementor ignores `css_classes` on widgets, so target the widget type */
body.inj-page .elementor-section.inj-sec .elementor-widget-shortcode {
  background: var(--inj-kraft-bg);
  padding-bottom: 72px !important;
}

body.inj-site .elementor-widget-shortcode .inj-blog-grid,
body.inj-site .elementor-widget-shortcode .inj-empty-state {
  width: min(calc(100% - 32px), var(--inj-container));
  margin-inline: auto;
}

@media (max-width: 767px) {
  body.inj-page .elementor-section.inj-sec .elementor-widget-shortcode {
    padding-bottom: 48px !important;
  }
}

body.inj-site .inj-answer-label svg {
  color: #fff;
  background: var(--inj-ink);
}

body.inj-page .elementor-section.inj-sec:has(.elementor-widget-shortcode),
body.inj-page .elementor-section.inj-sec:has(.inj-posts-head) {
  background: var(--inj-kraft-bg);
}

body.inj-page .elementor-section.inj-sec:has(.elementor-widget-shortcode) .elementor-widget-wrap,
body.inj-page .elementor-section.inj-sec:has(.inj-posts-head) .elementor-widget-wrap {
  background: transparent;
}

/* =================== round 3 (client notes 2026-09-19) =================== */
/* marquee ribbon */
.inj-tape {
  overflow: hidden;
}

.inj-tape__track.inj-marquee {
  animation: injMarquee 28s linear infinite;
}

.inj-tape:hover .inj-tape__track.inj-marquee {
  animation-play-state: paused;
}

@keyframes injMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

/* floating cartons in the maroon hero */
.inj-hero__grid {
  position: relative;
}

.inj-hero__grid::before,
.inj-hero__grid::after {
  position: absolute;
  z-index: 0;
  border: 2px solid rgba(232, 173, 105, 0.45);
  border-radius: 6px;
  background:
    linear-gradient(rgba(232, 173, 105, 0.45), rgba(232, 173, 105, 0.45)) center / 2px 100% no-repeat,
    rgba(232, 173, 105, 0.08);
  pointer-events: none;
  content: "";
}

.inj-hero__grid::before {
  top: 14%;
  left: 47%;
  width: 46px;
  height: 46px;
  animation: injDrift 9s ease-in-out infinite;
}

.inj-hero__grid::after {
  bottom: 12%;
  left: 3%;
  width: 30px;
  height: 30px;
  animation: injDrift 7s ease-in-out -2s infinite reverse;
}

.inj-hero__content,
.inj-hero__visual {
  position: relative;
  z-index: 1;
}

@keyframes injDrift {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(-14px, -22px) rotate(10deg); }
}

/* mobile header: burger only */
.inj-burger {
  width: 48px;
  height: 48px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 1.5px solid var(--inj-line);
  border-radius: 14px;
  background: var(--inj-kraft-bg);
  cursor: pointer;
}

.inj-burger span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: var(--inj-ink);
  transition: transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
}

.inj-burger span:nth-child(1) { width: 24px; }
.inj-burger span:nth-child(2) { width: 16px; background: var(--inj-caramel); }
.inj-burger span:nth-child(3) { width: 20px; }

.inj-burger:hover span { width: 24px; }

.inj-burger--open span:nth-child(1) { transform: translateY(9px) rotate(45deg); width: 24px; }
.inj-burger--open span:nth-child(2) { opacity: 0; }
.inj-burger--open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); width: 24px; }

.inj-burger:focus-visible {
  outline: 3px solid var(--inj-caramel);
  outline-offset: 2px;
}

@media (max-width: 1120px) {
  .inj-burger {
    display: inline-flex;
  }
}

/* services: 9 portrait flip cards like hamdtrans (3 per row, 2 on mobile) */
.inj-flip-grid--9 .inj-flip {
  min-height: var(--inj-flip-h, 0);
  aspect-ratio: 3 / 4.25;
}

.inj-flip-grid--9 .inj-flip__front img {
  aspect-ratio: auto;
}

@media (max-width: 767px) {
  .inj-flip-grid--9 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-flip-grid--9 .inj-flip {
    aspect-ratio: 3 / 4.6;
  }

  .inj-flip-grid--9 .inj-flip__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 10px 11px;
  }

  .inj-flip-grid--9 .inj-flip__front h3 {
    font-size: 14px;
  }

  .inj-flip-grid--9 .inj-flip__hint {
    font-size: 11px;
    padding: 3px 8px;
  }

  .inj-flip-grid--9 .inj-flip__back {
    gap: 8px;
    padding: 14px 10px;
  }

  .inj-flip-grid--9 .inj-flip__back h3 {
    font-size: 15px;
  }

  .inj-flip-grid--9 .inj-flip__back p {
    font-size: 12.5px;
    line-height: 1.7;
  }

  .inj-flip-grid--9 .inj-flip__back .inj-btn {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 12.5px;
  }
}

/* 20 article cards (home) */
body.inj-site .elementor-widget-shortcode .inj-blog-grid--20 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.inj-blog-grid--20 .inj-post-card h3 {
  font-size: 15px;
  line-height: 1.6;
}

.inj-blog-grid--20 .inj-post-card .inj-card-body {
  padding: 14px;
}

@media (max-width: 1120px) {
  body.inj-site .elementor-widget-shortcode .inj-blog-grid--20 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.inj-site .elementor-widget-shortcode .inj-blog-grid--20 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-blog-grid--20 .inj-post-card h3 {
    font-size: 13px;
  }

  .inj-blog-grid--20 .inj-post-card .inj-card-body {
    padding: 10px;
  }

  .inj-blog-grid--20 .inj-post-type {
    font-size: 10.5px;
  }

  .inj-blog-grid--20 .inj-arrow-link {
    min-height: 32px;
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inj-tape__track.inj-marquee,
  .inj-hero__grid::before,
  .inj-hero__grid::after {
    animation: none !important;
  }
}

@media (max-width: 767px) {
  .inj-flip-grid--9 > .inj-flip:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 12;
  }
}

@media (max-width: 767px) {
  .inj-hero__grid::before {
    top: auto;
    bottom: 36%;
    left: 5%;
    width: 34px;
    height: 34px;
  }
}

/* 21 article cards (home) — 3 per row like hamdtrans, 2 on mobile (last one full width) */
body.inj-site .elementor-widget-shortcode .inj-blog-grid--21 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inj-blog-grid--21 .inj-post-card h3 {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body.inj-site .elementor-widget-shortcode .inj-blog-grid--21 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .inj-blog-grid--21 .inj-post-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .inj-blog-grid--21 .inj-post-card h3 {
    font-size: 13px;
  }

  .inj-blog-grid--21 .inj-post-card .inj-card-body {
    padding: 10px;
  }

  .inj-blog-grid--21 .inj-post-type {
    font-size: 10.5px;
  }

  .inj-blog-grid--21 .inj-arrow-link {
    min-height: 32px;
    font-size: 12.5px;
  }
}

/* client: service flip cards = ONE column on mobile */
@media (max-width: 767px) {
  .inj-flip-grid--9 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .inj-flip-grid--9 .inj-flip,
  .inj-flip-grid--9 > .inj-flip:last-child:nth-child(odd) {
    grid-column: auto;
    aspect-ratio: 4 / 4.4;
  }

  .inj-flip-grid--9 .inj-flip__title {
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
  }

  .inj-flip-grid--9 .inj-flip__front h3 {
    font-size: 17px;
  }

  .inj-flip-grid--9 .inj-flip__hint {
    font-size: 12px;
    padding: 5px 10px;
  }

  .inj-flip-grid--9 .inj-flip__back {
    gap: 12px;
    padding: 24px 20px;
  }

  .inj-flip-grid--9 .inj-flip__back h3 {
    font-size: 19px;
  }

  .inj-flip-grid--9 .inj-flip__back p {
    font-size: 15px;
    line-height: 1.85;
  }

  .inj-flip-grid--9 .inj-flip__back .inj-btn {
    min-height: 46px;
    font-size: 14.5px;
  }
}

/* gallery: uniform grid, no empty cells */
.inj-gallery-grid .inj-gallery-item,
.inj-gallery-grid .inj-gallery-item:nth-child(1),
.inj-gallery-grid .inj-gallery-item:nth-child(6) {
  grid-row: auto !important;
  grid-column: auto !important;
  aspect-ratio: 1;
}

.inj-gallery-grid .inj-gallery-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.inj-gallery-grid {
  gap: 12px !important;
}

@media (max-width: 767px) {
  .inj-gallery-grid {
    gap: 8px !important;
  }
}

/* 404 */
.inj-404__inner {
  padding-block: 70px 80px;
  text-align: center;
}

.inj-404 h1 {
  margin: 14px 0;
}

.inj-404 .inj-hero__lead {
  margin-inline: auto;
}

.inj-404 .inj-blog__search {
  display: flex;
  max-width: 520px;
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.inj-404 .inj-blog__search input {
  flex: 1;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  font: inherit;
}

.inj-404 .inj-blog__search button {
  width: 56px;
  border: 0;
  background: var(--inj-caramel);
  color: var(--inj-ink2);
}

.inj-404 .inj-blog__search svg {
  width: 22px;
  height: 22px;
}

.inj-404__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.inj-404__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* =====================================================================
   NATIVE ELEMENTOR PAGES (v5, editable in Elementor)
   ===================================================================== */
.inj-hero-native {
  position: relative;
  overflow: hidden;
}

.inj-hero-native::before,
.inj-hero-native::after {
  position: absolute;
  z-index: 0;
  border: 2px solid rgba(232, 173, 105, 0.45);
  border-radius: 6px;
  background:
    linear-gradient(rgba(232, 173, 105, 0.45), rgba(232, 173, 105, 0.45)) center / 2px 100% no-repeat,
    rgba(232, 173, 105, 0.08);
  pointer-events: none;
  content: "";
}

.inj-hero-native::before {
  top: 14%;
  left: 48%;
  width: 46px;
  height: 46px;
  animation: injDrift 9s ease-in-out infinite;
}

.inj-hero-native::after {
  bottom: 10%;
  left: 3%;
  width: 30px;
  height: 30px;
  animation: injDrift 7s ease-in-out -2s infinite reverse;
}

.inj-hero-native > .elementor-container {
  position: relative;
  z-index: 1;
}

.inj-hero-native .inj-float img,
.inj-float img {
  animation: injFloat 6s ease-in-out infinite;
}

.inj-pulse .elementor-button {
  position: relative;
  overflow: hidden;
  animation: injPulse 2.4s infinite;
}

.inj-pulse .elementor-button::after {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: injShine 3.2s ease-in-out infinite;
  content: "";
}

.elementor-button {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
}

/* tape marquee */
.inj-tape-native {
  overflow: hidden;
}

.inj-tape-native .elementor-widget-text-editor {
  overflow: hidden;
  white-space: nowrap;
}

.inj-tape-native .inj-tape-track {
  display: inline-flex;
  gap: 28px;
  white-space: nowrap;
  animation: injMarquee 30s linear infinite;
}

.inj-tape-native .inj-tape-track p {
  margin: 0 !important;
}

/* cards */
.inj-cards-native .elementor-inner-section,
.inj-native-card {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.inj-cards-native > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-inner-section {
  height: 100%;
}

.inj-cards-native .elementor-inner-section:hover {
  border-color: var(--inj-caramel) !important;
  box-shadow: var(--inj-shadow-md) !important;
  transform: translateY(-6px);
}

.inj-cards-native .elementor-widget-image img {
  transition: transform 0.6s ease;
}

.inj-cards-native .elementor-widget-image {
  overflow: hidden;
  border-radius: 14px;
}

.inj-cards-native .elementor-inner-section:hover .elementor-widget-image img,
.inj-cards-native .elementor-column:hover > .elementor-widget-wrap > .elementor-widget-image img {
  transform: scale(1.06);
}

.inj-cards-native .elementor-icon {
  transition: transform 0.4s ease;
}

.inj-cards-native .elementor-inner-section:hover .elementor-icon {
  transform: rotate(-8deg) scale(1.08);
}

.inj-counters-native .elementor-counter {
  transition: transform 0.3s ease;
}

.inj-counters-native .elementor-widget-counter:hover {
  transform: translateY(-5px);
}

/* sizes chips */
.inj-sizes-list .elementor-icon-list-items {
  justify-content: center;
  gap: 8px;
}

.inj-sizes-list .elementor-icon-list-item {
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 1.5px dashed var(--inj-caramel);
  border-radius: 10px;
  background: #fff;
}

.inj-sizes-list .elementor-icon-list-item::after {
  display: none !important;
}

/* facts table */
.inj-facts-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.inj-facts-table th,
.inj-facts-table td {
  padding: 13px 14px;
  border: 0;
  border-bottom: 1px solid var(--inj-line);
  text-align: right;
  vertical-align: top;
}

.inj-facts-table th {
  width: 32%;
  background: var(--inj-kraft-bg);
  color: var(--inj-ink);
  font-family: var(--inj-display);
  font-weight: 800;
}

.inj-facts-table tr:last-child th,
.inj-facts-table tr:last-child td {
  border-bottom: 0;
}

/* accordion */
.inj-faq-accordion .elementor-accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--inj-line) !important;
  border-radius: 14px;
  background: #fff;
}

.inj-faq-accordion .elementor-tab-title {
  padding: 16px 18px !important;
}

.inj-faq-accordion .elementor-tab-content {
  padding: 0 18px 16px !important;
  border-top: 0 !important;
}

/* gallery */
.inj-native-gallery .gallery-item img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border: 0 !important;
  border-radius: 14px;
  transition: transform 0.5s ease;
}

.inj-native-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

/* area card links (text-editor) */
body.inj-site .inj-cards-native .elementor-widget-text-editor a {
  color: var(--inj-ink);
  font-weight: 700;
}

/* ---- flip cards (native, like hamdtrans) ---- */
.inj-services-native > .elementor-container {
  flex-wrap: wrap;
}

.inj-flip {
  overflow: hidden;
  perspective: 1400px;
  cursor: pointer;
  padding: 0 !important;
  transition: box-shadow 0.35s ease;
}

.inj-flip:hover {
  box-shadow: var(--inj-shadow-md) !important;
}

.inj-flip:focus-visible {
  outline: 3px solid var(--inj-caramel);
  outline-offset: 3px;
}

.inj-flip > .elementor-container {
  position: relative;
  min-height: var(--inj-flip-h, 470px);
  align-items: stretch !important;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.3, 0.9, 0.3, 1);
}

@media (hover: hover) {
  .inj-flip:hover > .elementor-container {
    transform: rotateY(180deg);
  }
}

.inj-flip:focus-within > .elementor-container,
.inj-flip.inj-flipped > .elementor-container {
  transform: rotateY(180deg);
}

.inj-flip .inj-face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: inherit;
}

.inj-flip .inj-front {
  display: flex;
}

.inj-flip .inj-front > .elementor-widget-wrap {
  align-content: flex-start;
  padding: 0 !important;
}

.inj-flip .inj-front .elementor-widget {
  margin: 0 !important;
}

.inj-flip .inj-back {
  position: absolute !important;
  inset: 0;
  display: flex;
  overflow: auto;
  transform: rotateY(180deg);
}

.inj-flip .inj-back > .elementor-widget-wrap {
  align-content: center;
  text-align: center;
}

.inj-flip .inj-back .elementor-widget-button {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
}

.inj-flip .inj-back .elementor-button {
  width: 100%;
  justify-content: center;
}

.inj-flip .inj-front .elementor-widget-image,
.inj-flip .inj-front .elementor-widget-image .elementor-widget-container {
  width: 100%;
  line-height: 0;
}

.inj-flip .inj-front .elementor-widget-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  border-radius: 0 !important;
}

.inj-flip-hint p {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 767px) {
  .inj-flip > .elementor-container {
    min-height: var(--inj-flip-h, 420px);
  }

  .inj-hero-native::before {
    top: auto;
    bottom: 38%;
    left: 5%;
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inj-hero-native::before,
  .inj-hero-native::after,
  .inj-float img,
  .inj-pulse .elementor-button,
  .inj-pulse .elementor-button::after,
  .inj-tape-native .inj-tape-track {
    animation: none !important;
  }

  .inj-flip > .elementor-container {
    transition: none !important;
  }

  .elementor-invisible {
    visibility: visible !important;
  }
}

/* multi-row card grids (native): wrap columns like hamdtrans */
.inj-cards-native > .elementor-container,
.inj-counters-native > .elementor-container,
.inj-services-native > .elementor-container {
  flex-wrap: wrap;
}

/* pulse only on the button itself, not on the Elementor widget box */
.elementor-widget.inj-pulse {
  overflow: visible;
  animation: none !important;
}

.elementor-widget.inj-pulse::after {
  display: none !important;
}

.elementor-widget.inj-pulse .elementor-button {
  border-radius: 50px;
}
