:root {
  color-scheme: dark;
  --ink: #f4f7f2;
  --muted: #aeb9bd;
  --quiet: #708089;
  --carbon: #0a1117;
  --graphite: #101820;
  --steel: #26313a;
  --panel: #17232d;
  --line: rgba(244, 247, 242, 0.14);
  --orange: #ff8a2c;
  --amber: #f4b12d;
  --gold: #CD9D00;
  --signal: #d7f24a;
  --focus: #83d8ff;
  --max: 1180px;
  --header: 76px;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  scrollbar-color: var(--gold) #071017;
  cursor: url("assets/cursor-glove.png") 18 2, auto;
}

body {
  margin: 0;
  background: var(--carbon);
  color: var(--ink);
  min-width: 320px;
  overflow-x: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(215, 242, 74, 0.22);
  cursor: url("assets/cursor-glove.png") 18 2, auto;
}

body::selection {
  background: var(--signal);
  color: var(--carbon);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #071017;
}

::-webkit-scrollbar-thumb {
  background: var(--gold);
  border: 3px solid #071017;
}

::-webkit-scrollbar-thumb:hover {
  background: #e4b822;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: url("assets/cursor-glove.png") 18 2, pointer;
}

img {
  max-width: 100%;
  display: block;
}

section[id] {
  scroll-margin-top: calc(var(--header) + 18px);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select,
.button,
.language-switcher button,
.floating-whatsapp,
.contact-whatsapp {
  cursor: url("assets/cursor-glove.png") 18 2, pointer;
}

input,
textarea {
  cursor: text;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--carbon);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(10, 17, 23, 0.94), rgba(10, 17, 23, 0.68));
  border-bottom: 1px solid rgba(244, 247, 242, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.hero-actions,
.contact-meta,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  width: clamp(130px, 14vw, 190px);
  min-width: 0;
}

.brand-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.42));
}

.main-nav {
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--signal);
}

.header-cta {
  padding: 11px 16px;
  border: 1px solid rgba(215, 242, 74, 0.45);
  color: var(--signal);
  font-size: 0.9rem;
  font-weight: 800;
}

.language-switcher {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(244, 247, 242, 0.14);
  background: rgba(244, 247, 242, 0.04);
}

.language-switcher button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 58px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: url("assets/cursor-glove.png") 18 2, pointer;
  padding: 6px 8px;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--signal);
  color: var(--carbon);
}

.language-switcher img {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border: 1px solid rgba(10, 17, 23, 0.22);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: calc(var(--header) + 60px) clamp(18px, 5vw, 72px) 70px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22vh;
  background: linear-gradient(0deg, var(--carbon), transparent);
  z-index: -1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  filter: saturate(0.98) contrast(1.04) brightness(0.88);
}

.scan-line {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 23, 0.98), rgba(10, 17, 23, 0.7) 38%, rgba(10, 17, 23, 0.12) 76%),
    linear-gradient(180deg, rgba(10, 17, 23, 0.08), rgba(10, 17, 23, 0.66)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 12px);
}

.hero-copy {
  width: min(630px, 100%);
  padding-top: 1vh;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--signal);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  margin-bottom: 20px;
  max-width: 650px;
  font-size: clamp(2.65rem, 5.8vw, 5.9rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.2vw, 4.5rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 26px;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 850;
  cursor: url("assets/cursor-glove.png") 18 2, pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  background: var(--orange);
  color: #11160e;
}

.button.ghost {
  border-color: rgba(244, 247, 242, 0.28);
  color: var(--ink);
  background: rgba(244, 247, 242, 0.04);
}

.button.whatsapp {
  gap: 9px;
  border-color: rgba(37, 211, 102, 0.55);
  color: #dfffe9;
  background: rgba(37, 211, 102, 0.12);
}

.button.whatsapp:hover {
  background: rgba(37, 211, 102, 0.2);
}

.button-icon {
  width: 22px;
  aspect-ratio: 1;
  height: auto;
}

.section-pad {
  padding: clamp(84px, 12vw, 150px) clamp(18px, 5vw, 72px);
}

.intro-section,
.solutions,
.standards,
.suppliers {
  background: var(--carbon);
}

.intro-grid,
.section-heading,
.solution-grid,
.sector-board,
.standards,
.suppliers,
.contact,
.process {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}

.intro-grid p {
  font-size: 1.08rem;
}

.field-story {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  background: #05090c;
}

.field-story-media {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  isolation: isolate;
}

.field-story-image {
  position: absolute;
  inset: -10% 0;
  z-index: -2;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.08) brightness(0.82);
  will-change: transform;
}

.field-story-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 9, 12, 0.88), rgba(5, 9, 12, 0.32) 58%, rgba(5, 9, 12, 0.12)),
    linear-gradient(0deg, rgba(5, 9, 12, 0.78), transparent 45%, rgba(5, 9, 12, 0.18));
}

.field-story-copy {
  position: absolute;
  left: clamp(18px, 7vw, 110px);
  bottom: clamp(78px, 10vw, 132px);
  width: min(650px, calc(100% - 36px));
}

.field-story-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.8vw, 4.9rem);
}

.field-story-copy p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(244, 247, 242, 0.82);
  font-size: 1.05rem;
}

.motion-strip {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  overflow: hidden;
  border-block: 1px solid rgba(10, 17, 23, 0.5);
  background: var(--gold);
  color: #080c0f;
}

.motion-strip-track {
  display: flex;
  width: max-content;
  animation: strip-shift 24s linear infinite;
}

.motion-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 28px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
}

.motion-strip span::after {
  content: "/";
  margin-left: 56px;
  font-size: 1.3em;
}

@keyframes strip-shift {
  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading.compact {
  display: block;
}

.gear-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.58fr);
  width: min(var(--max), 100%);
  margin: 0 auto 18px;
  gap: 14px;
}

.gear-shot {
  position: relative;
  min-width: 0;
  height: clamp(430px, 48vw, 610px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
  isolation: isolate;
}

.gear-shot img {
  position: absolute;
  inset: -10% 0;
  z-index: -2;
  width: 100%;
  height: 120%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04) brightness(0.9);
  will-change: transform;
}

.gear-shot-wide img {
  object-position: center;
}

.gear-shot-tall img {
  object-position: center 56%;
}

.gear-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(5, 9, 12, 0.92), transparent 54%);
}

.gear-shot figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: clamp(22px, 4vw, 40px);
}

.gear-shot figcaption span {
  color: var(--signal);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gear-shot figcaption strong {
  max-width: 540px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.7rem, 3.1vw, 3.2rem);
  line-height: 1;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.solution-card {
  min-height: 278px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(23, 35, 45, 0.92), rgba(16, 24, 32, 0.92));
  border: 1px solid var(--line);
  display: grid;
  align-content: space-between;
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 68%, rgba(255, 138, 44, 0.16) 68% 73%, transparent 73%);
  opacity: 0.8;
}

.card-code {
  color: var(--orange);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.solution-card h3,
.solution-card p,
.card-code {
  position: relative;
}

.sectors {
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.8), rgba(10, 17, 23, 1)),
    radial-gradient(circle at 80% 20%, rgba(215, 242, 74, 0.11), transparent 36%);
}

.sector-board {
  border-top: 1px solid var(--line);
}

.sector-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.sector-row span {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  font-weight: 700;
}

.sector-row p {
  margin-bottom: 0;
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 7vw, 86px);
  align-items: start;
}

.process-sticky {
  position: sticky;
  top: calc(var(--header) + 38px);
}

.process-sticky h2 {
  max-width: 560px;
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  line-height: 1;
}

.process-track {
  display: grid;
  gap: 18px;
}

.process-step {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.process-step span {
  display: block;
  margin-bottom: 42px;
  color: var(--signal);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.standards {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 7vw, 82px);
  align-items: start;
  border-block: 1px solid var(--line);
}

.standard-list {
  display: grid;
  gap: 12px;
}

.standard-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
}

.suppliers {
  border-bottom: 1px solid var(--line);
}

.suppliers .section-heading {
  margin-bottom: 34px;
}

.suppliers .section-heading p:last-child {
  max-width: 620px;
}

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

.supplier-logo {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(244, 247, 242, 0.16);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(10, 17, 23, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.supplier-logo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--signal));
  opacity: 0.75;
}

.supplier-logo img {
  max-width: 92%;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: calc(var(--header) + 38px);
}

.contact-meta {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 34px;
  color: var(--quiet);
  font-weight: 800;
}

.contact-whatsapp {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.1);
  color: #e8fff0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-whatsapp:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.18);
}

.wa-icon,
.floating-whatsapp img {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  height: auto;
}

.wa-icon {
  border-radius: 50%;
  background: #25d366;
}

.wa-icon img {
  width: 100%;
  height: auto;
}

.contact-whatsapp strong,
.contact-whatsapp small {
  display: block;
}

.contact-whatsapp small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.quote-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(244, 247, 242, 0.16);
  background: #f4f7f2;
  color: var(--carbon);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(10, 17, 23, 0.78);
  font-weight: 850;
  font-size: 0.9rem;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(10, 17, 23, 0.18);
  background: #ffffff;
  color: var(--carbon);
  padding: 13px 14px;
  border-radius: 0;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .button.primary {
  border: 0;
}

.quote-form .button.primary:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.spam-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(10, 17, 23, 0.68);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
}

.form-status[data-state="success"] {
  color: #087a3c;
}

.form-status[data-state="error"] {
  color: #a51d1d;
}

.form-status[data-state="preview"] {
  color: #725800;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid rgba(37, 211, 102, 0.44);
  border-radius: 50%;
  background: rgba(10, 17, 23, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.floating-whatsapp img {
  width: 44px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding-top: calc(var(--header) + 54px);
  }

  .intro-grid,
  .section-heading,
  .process,
  .standards,
  .contact {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .gear-gallery {
    grid-template-columns: 1fr;
  }

  .gear-shot {
    height: min(62svh, 540px);
  }

  .gear-shot-tall {
    width: min(76%, 540px);
    margin-left: auto;
  }

  .supplier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sector-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-sticky,
  .contact-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .header-cta {
    display: none;
  }

  .site-header {
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    width: 120px;
  }

  .language-switcher button {
    min-width: 42px;
    padding-inline: 6px;
  }

  .language-switcher button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hero {
    padding-inline: 18px;
    min-height: 82svh;
  }

  .field-story,
  .field-story-media {
    min-height: 72svh;
  }

  .field-story-image {
    object-position: 61% center;
  }

  .field-story-copy {
    bottom: 78px;
  }

  .field-story-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .gear-shot,
  .gear-shot-tall {
    width: 100%;
    height: 390px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .solution-grid,
  .supplier-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .motion-strip-track {
    animation: none;
  }
}
