:root {
  --vek-ink: #0a0a0a;
  --vek-steel: #c7c7c2;
  --vek-paper: #f2f1eb;
  --vek-signal: #f04623;
  --vek-line: rgba(255, 255, 255, 0.14);
}

.verzeletti-elementor-active {
  margin: 0;
  background: var(--vek-ink);
  color: var(--vek-paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.vek-page-root {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 0 !important;
}
.vek-inline-style { display: none !important; }

.verzeletti-elementor-active * { box-sizing: border-box; }
.verzeletti-elementor-active a { color: inherit; }
.verzeletti-elementor-active img { display: block; }
.verzeletti-elementor-active .elementor-widget { margin-block-end: 0; }
.verzeletti-elementor-active .elementor-widget-text-editor p { margin: 0; }
.verzeletti-elementor-active .elementor-location-header { position: relative; z-index: 50; }

.vek-header {
  position: sticky !important;
  z-index: 50;
  top: 0;
  display: grid !important;
  grid-template-columns: minmax(160px, 230px) 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 12px clamp(20px, 4vw, 68px);
  border-bottom: 1px solid var(--vek-line);
  background: rgba(10, 10, 10, 0.91);
  backdrop-filter: blur(16px);
}

.vek-header-logo { width: 172px; }
.vek-header-logo .elementor-widget-container,
.vek-footer-logo .elementor-widget-container { height: 48px; }
.vek-header-logo img,
.vek-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.vek-header-nav { justify-self: center; }
.vek-nav { display: flex; justify-content: center; gap: clamp(20px, 3.2vw, 48px); }
.vek-nav a {
  color: #d3d3ce;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.vek-nav a:hover,
.vek-nav a:focus-visible { color: #fff; }

.vek-button .elementor-button,
.vek-card-link .elementor-button,
.vek-text-link .elementor-button,
.vek-floating-whatsapp .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.vek-button .elementor-button:hover,
.vek-header-cta .elementor-button:hover { transform: translateY(-2px); }
.vek-header-cta .elementor-button,
.vek-button-primary .elementor-button { background: var(--vek-signal); color: #fff; }
.vek-header-cta { justify-self: end; }

.vek-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: calc(100svh - 82px);
  border-bottom: 1px solid var(--vek-line);
  background: var(--vek-ink);
}

.vek-hero-copy {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 150px) clamp(24px, 6vw, 96px);
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

.vek-eyebrow p {
  margin: 0 0 24px !important;
  color: var(--vek-signal);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vek-hero-title .elementor-heading-title,
.vek-section-title .elementor-heading-title,
.vek-card-title .elementor-heading-title,
.vek-service-title .elementor-heading-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.88;
  text-transform: uppercase;
}
.vek-hero-title .elementor-heading-title {
  max-width: 930px;
  color: var(--vek-paper);
  font-size: clamp(3.6rem, 7vw, 7.4rem);
}
.vek-hero-title .elementor-heading-title span { color: var(--vek-steel); }
.vek-hero-description { max-width: 680px; margin-top: 34px; }
.vek-hero-description p {
  color: #b8b8b3;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.vek-hero-actions {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}
.vek-button-primary .elementor-button { min-width: 248px; }
.vek-text-link .elementor-button {
  min-height: auto;
  padding: 9px 0;
  border-bottom: 1px solid #595955;
  background: transparent;
  color: #e5e4de;
  font-size: 0.79rem;
}

.vek-hero-trust { margin-top: 64px; }
.vek-trust { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.vek-trust span {
  position: relative;
  padding-left: 17px;
  color: #8f8f8a;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.vek-trust span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--vek-signal);
  content: "";
  transform: translateY(-50%);
}

.vek-hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #1b1b1b;
}
.vek-hero-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,0.82) 100%);
  content: "";
  pointer-events: none;
}
.vek-hero-image,
.vek-hero-image .elementor-widget-container,
.vek-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.vek-hero-image img { object-fit: cover; }
.vek-hero-brand {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  width: clamp(118px, 12vw, 176px) !important;
  opacity: 0.78;
  pointer-events: none;
}
.vek-hero-brand img { width: 100%; height: auto; }
.vek-hero-stamp { position: absolute; z-index: 3; top: 30px; right: 30px; }
.vek-stamp {
  display: grid;
  width: 142px;
  height: 142px;
  place-content: center;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 50%;
  background: rgba(0,0,0,0.18);
  color: #fff;
  text-align: center;
  transform: rotate(8deg);
}
.vek-stamp span { color: #cacac4; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.28em; }
.vek-stamp strong { margin-top: 4px; font-size: 0.88rem; }
.vek-hero-caption { position: absolute; z-index: 3; right: 30px; bottom: 24px; left: 30px; }
.vek-hero-caption p {
  color: #dddcd6;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vek-ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--vek-line);
  background: var(--vek-paper);
  color: var(--vek-ink);
}
.vek-ticker .elementor-widget-html > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  min-width: max-content;
  padding: 21px clamp(20px, 4vw, 60px);
}
.vek-ticker span {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.vek-ticker i { width: 7px; height: 7px; background: var(--vek-signal); transform: rotate(45deg); }

.vek-section { padding: clamp(88px, 10vw, 160px) clamp(20px, 5vw, 76px); }
.vek-products { background: var(--vek-paper); color: var(--vek-ink); }
.vek-section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 90px);
}
.vek-section-heading .vek-eyebrow p { margin-bottom: 20px !important; }
.vek-section-title .elementor-heading-title { font-size: clamp(3.1rem, 6vw, 6.6rem); }
.vek-section-intro p { color: #565651; font-size: 1rem; line-height: 1.7; }

.vek-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #c2c1ba;
  border-left: 1px solid #c2c1ba;
}
.vek-product-card {
  display: grid !important;
  grid-template-columns: minmax(180px, 0.86fr) minmax(240px, 1.14fr);
  min-height: 400px;
  border-right: 1px solid #c2c1ba;
  border-bottom: 1px solid #c2c1ba;
}
.vek-product-image { position: relative; min-height: 300px; overflow: hidden; background: #222; }
.vek-product-photo,
.vek-product-photo .elementor-widget-container,
.vek-product-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.vek-product-photo img {
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 500ms ease;
}
.vek-product-card:hover .vek-product-photo img { transform: scale(1.04); }
.vek-product-number { position: absolute; z-index: 2; top: 16px; left: 16px; }
.vek-product-number span {
  display: block;
  padding: 7px 9px;
  background: var(--vek-signal);
  color: white;
  font-size: 0.66rem;
  font-weight: 900;
}
.vek-product-content { display: flex !important; flex-direction: column; padding: clamp(26px, 3.6vw, 52px); }
.vek-card-title .elementor-heading-title {
  color: var(--vek-ink);
  font-size: clamp(2rem, 3vw, 3.15rem);
  letter-spacing: 0.01em;
  line-height: 0.98;
}
.vek-card-copy { margin: 20px 0 28px; }
.vek-card-copy p { color: #62625d; font-size: 0.92rem; line-height: 1.65; }
.vek-card-copy p + p { margin-top: 14px !important; }
.vek-card-link { margin-top: auto; }
.vek-card-link .elementor-button {
  width: 100%;
  min-height: auto;
  padding: 16px 0 0;
  border-top: 1px solid #c2c1ba;
  background: transparent;
  color: var(--vek-ink);
  font-size: 0.71rem;
}

.vek-about {
  display: grid !important;
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 760px;
  background: #111;
}
.vek-about-image { position: relative; overflow: hidden; min-height: 520px; }
.vek-about-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, #111 100%);
  content: "";
  pointer-events: none;
}
.vek-about-photo,
.vek-about-photo .elementor-widget-container,
.vek-about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.vek-about-photo img { object-fit: cover; }
.vek-about-copy { display: flex !important; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px) clamp(28px, 7vw, 110px); }
.vek-about-copy .vek-section-title .elementor-heading-title { color: var(--vek-paper); }
.vek-about-description { max-width: 710px; margin-top: 34px; }
.vek-about-description p { color: #aaa9a4; font-size: 1rem; line-height: 1.75; }
.vek-about-list { margin-top: 46px; }
.vek-about-points { border-top: 1px solid var(--vek-line); }
.vek-about-points > div { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--vek-line); }
.vek-about-points strong { color: var(--vek-signal); font-size: 0.72rem; }
.vek-about-points span { color: #d8d7d1; font-size: 0.86rem; line-height: 1.5; }

.vek-capabilities { border-top: 1px solid var(--vek-line); background: var(--vek-ink); }
.vek-heading-compact { grid-template-columns: 1fr; }
.vek-capabilities .vek-section-title .elementor-heading-title,
.vek-projects .vek-section-title .elementor-heading-title { color: var(--vek-paper); }
.vek-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--vek-line);
  border-left: 1px solid var(--vek-line);
}
.vek-service-card { min-height: 280px; padding: clamp(24px, 3vw, 42px); border-right: 1px solid var(--vek-line); border-bottom: 1px solid var(--vek-line); }
.vek-service-number { margin-bottom: 74px; }
.vek-service-number span { color: var(--vek-signal); font-size: 0.68rem; font-weight: 900; }
.vek-service-title .elementor-heading-title { color: var(--vek-paper); font-size: clamp(1.7rem, 2.5vw, 2.8rem); line-height: 0.98; }
.vek-service-copy { margin-top: 17px; }
.vek-service-copy p { color: #8d8d88; font-size: 0.85rem; line-height: 1.6; }

.vek-projects { background: #171717; }
.vek-instagram-link { justify-self: end; align-self: end; }
.vek-project-grid { display: grid !important; grid-auto-rows: 300px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.vek-project-image { min-width: 0; overflow: hidden; background: #252525; }
.vek-project-image .elementor-widget-container,
.vek-project-image img { width: 100%; height: 100%; }
.vek-project-image img { object-fit: cover; filter: saturate(0.82); transition: filter 250ms ease, transform 500ms ease; }
.vek-project-image:hover img { filter: saturate(1); transform: scale(1.025); }
.vek-project-wide { grid-column: span 2; }
.vek-project-tall { grid-row: span 2; }
.vek-project-last { grid-column: 3 / span 2; }

.vek-contact { display: grid !important; grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr); background: var(--vek-signal); color: #fff; }
.vek-contact-intro { padding: clamp(84px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.vek-eyebrow-light p { color: #fff; }
.vek-contact-title .elementor-heading-title { color: #fff; }
.vek-contact-description { max-width: 650px; margin: 32px 0; }
.vek-contact-description p { color: rgba(255,255,255,0.84); line-height: 1.7; }
.vek-button-light .elementor-button { min-width: 250px; background: #fff; color: var(--vek-ink); }
.vek-contact-brand {
  width: clamp(130px, 14vw, 180px) !important;
  margin-top: 44px;
  opacity: 0.72;
}
.vek-contact-brand img { width: 100%; height: auto; }
.vek-contact-info { display: flex; align-items: center; border-left: 1px solid rgba(255,255,255,0.28); padding: clamp(50px, 7vw, 104px); }
.vek-contact-info .elementor-widget-container { width: 100%; }
.vek-contact-details > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.28); }
.vek-contact-details > div:first-child { border-top: 1px solid rgba(255,255,255,0.28); }
.vek-contact-details span { display: block; margin-bottom: 9px; color: rgba(255,255,255,0.68); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.vek-contact-details a,
.vek-contact-details p { margin: 0; color: #fff; font-size: 0.94rem; font-weight: 700; line-height: 1.6; text-decoration: none; }

.vek-footer {
  display: grid !important;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 30px clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--vek-line);
  background: var(--vek-ink);
  color: #777772;
}
.vek-footer-logo { width: 138px; }
.vek-footer-tagline p,
.vek-footer-copy p { color: #777772; font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; }

.vek-floating-whatsapp {
  position: fixed !important;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  display: none;
  width: auto !important;
}
.vek-floating-whatsapp .elementor-button {
  min-height: auto;
  padding: 14px 16px;
  background: #fff;
  color: #090909;
  box-shadow: 0 14px 42px rgba(0,0,0,0.28);
  font-size: 0.7rem;
}

@media (max-width: 1120px) {
  .vek-header { grid-template-columns: 190px 1fr auto; }
  .vek-nav { gap: 20px; }
  .vek-hero { grid-template-columns: 1fr 0.8fr; }
  .vek-product-card { grid-template-columns: 1fr; }
  .vek-product-image { min-height: 270px; }
  .vek-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vek-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vek-project-last { grid-column: auto; }
}

@media (max-width: 820px) {
  .vek-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .vek-header-nav { display: none; }
  .vek-header-logo { width: 146px; }
  .vek-header-cta .elementor-button { min-height: 44px; }
  .vek-hero { grid-template-columns: 1fr; }
  .vek-hero-copy { min-height: 720px; }
  .vek-hero-media { min-height: 560px; }
  .vek-section-heading { grid-template-columns: 1fr; align-items: start; }
  .vek-section-intro { max-width: 590px; }
  .vek-product-grid { grid-template-columns: 1fr; }
  .vek-about { grid-template-columns: 1fr; }
  .vek-about-image { min-height: 520px; }
  .vek-about-image::after { background: linear-gradient(180deg, transparent 70%, #111 100%); }
  .vek-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vek-instagram-link { justify-self: start; }
  .vek-contact { grid-template-columns: 1fr; }
  .vek-contact-info { border-top: 1px solid rgba(255,255,255,0.28); border-left: 0; }
}

@media (max-width: 560px) {
  .vek-header { padding-inline: 16px; }
  .vek-header-logo { width: 128px; }
  .vek-header-cta .elementor-button { min-height: 40px; padding: 0 14px; font-size: 0.65rem; }
  .vek-hero-copy { min-height: 660px; padding: 72px 20px 60px; }
  .vek-hero-title .elementor-heading-title { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .vek-hero-media { min-height: 430px; }
  .vek-stamp { width: 112px; height: 112px; }
  .vek-hero-brand { top: 22px; left: 20px; width: 112px !important; }
  .vek-hero-actions { align-items: stretch; flex-direction: column !important; }
  .vek-button-primary,
  .vek-button-primary .elementor-button,
  .vek-button-light,
  .vek-button-light .elementor-button { width: 100%; }
  .vek-hero-trust { margin-top: 42px; }
  .vek-ticker .elementor-widget-html > div { justify-content: flex-start; }
  .vek-section-title .elementor-heading-title { font-size: clamp(2.85rem, 13vw, 4.2rem); }
  .vek-product-card { min-height: 0; }
  .vek-product-image { min-height: 310px; }
  .vek-service-grid { grid-template-columns: 1fr; }
  .vek-service-card { min-height: 240px; }
  .vek-service-number { margin-bottom: 54px; }
  .vek-project-grid { grid-auto-rows: 240px; grid-template-columns: 1fr; }
  .vek-project-wide,
  .vek-project-tall,
  .vek-project-last { grid-row: auto; grid-column: auto; }
  .vek-contact-info { padding-top: 60px; padding-bottom: 72px; }
  .vek-footer { grid-template-columns: 1fr; gap: 8px; padding-bottom: 90px; }
  .vek-floating-whatsapp { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .verzeletti-elementor-active *,
  .verzeletti-elementor-active *::before,
  .verzeletti-elementor-active *::after { transition-duration: 0.01ms !important; }
}
