:root {
  --black: #08090a;
  --graphite: #151719;
  --ink: #1f171a;
  --muted: #6e6562;
  --paper: #f4f1eb;
  --warm: #ebe3d6;
  --white: #ffffff;
  --orange: #f47d00;
  --red: #f04e2a;
  --taupe: #807164;
  --line: rgba(31, 23, 26, 0.14);
  --light-line: rgba(255, 255, 255, 0.14);
  --max: 1500px;
  --gutter: clamp(28px, 5vw, 86px);
  --radius: 8px;
  --shadow: 0 26px 82px rgba(31, 23, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: 0;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.supply-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 241, 235, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.supply-nav,
.hero-layout,
.proof-row,
.footer-layout,
.footer-bottom,
.single-article,
.legal-page,
.contact-strip {
  width: min(var(--max), calc(100% - var(--gutter)));
  margin: 0 auto;
}

.supply-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: min(230px, 30vw);
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.brand span {
  padding: 7px 10px;
  border: 1px solid rgba(244, 125, 0, 0.48);
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
  color: rgba(31, 23, 26, 0.72);
  font-weight: 900;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  transition: transform 220ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.return-link {
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--ink);
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-7px);
}

.menu-toggle span::after {
  transform: translateY(5px);
}

.supply-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 125, 0, 0.18), transparent 30%),
    linear-gradient(115deg, #f7f3eb 0 50%, #ece4d7 50% 100%);
}

.supply-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 23, 26, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 23, 26, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 88%);
  pointer-events: none;
}

.supply-hero::after {
  content: "SUMINISTROS";
  position: absolute;
  right: -2vw;
  bottom: -2.5vw;
  color: rgba(31, 23, 26, 0.045);
  font-size: clamp(5rem, 12vw, 16rem);
  font-weight: 900;
  line-height: 0.82;
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: min(820px, calc(100vh - 86px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
  padding: clamp(54px, 7vw, 94px) 0 38px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero-copy > * + * {
  margin-top: 18px;
}

.hero-copy {
  max-width: 850px;
  min-width: 0;
}

.hero-copy h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2.9rem, 4.8vw, 5.25rem);
  line-height: 1;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-lead {
  max-width: 720px;
  color: rgba(31, 23, 26, 0.72);
  font-size: clamp(1.05rem, 1.55vw, 1.34rem);
  line-height: 1.55;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(31, 23, 26, 0.16);
  background: rgba(255, 255, 255, 0.48);
  color: rgba(31, 23, 26, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.button-primary {
  background: var(--orange);
  color: var(--black);
}

.button-outline {
  border-color: rgba(31, 23, 26, 0.34);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.42);
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.hero-visual {
  position: relative;
  min-height: clamp(420px, 38vw, 640px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 23, 26, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 52%;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.62));
}

.hero-visual figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 16px;
  border-left: 4px solid var(--orange);
  color: var(--white);
  background: rgba(8, 9, 10, 0.72);
  backdrop-filter: blur(10px);
}

.hero-visual figcaption strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.hero-visual figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.proof-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.proof-row span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid var(--line);
  color: rgba(31, 23, 26, 0.72);
  font-weight: 900;
  text-align: center;
}

.proof-row span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(70px, 9vw, 126px) 0;
}

.catalog-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.96)),
    var(--paper);
}

.catalog-section > .section-head,
.catalog-grid,
.purchase-layout,
.coverage-layout {
  width: min(var(--max), calc(100% - var(--gutter)));
  margin-right: auto;
  margin-left: auto;
}

.section-head {
  max-width: 900px;
}

.section-head.compact {
  max-width: 720px;
}

.section-head > * + * {
  margin-top: 18px;
}

.section-head h2 {
  color: var(--ink);
  max-width: 980px;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  overflow-wrap: break-word;
}

.section-head p {
  max-width: 800px;
  color: rgba(31, 23, 26, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.6;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.catalog-card {
  position: relative;
  min-height: 286px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(244, 125, 0, 0.08), transparent 42%),
    var(--white);
  box-shadow: 0 18px 58px rgba(31, 23, 26, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.catalog-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(31, 23, 26, 0.08);
  transform: rotate(26deg);
}

.catalog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 125, 0, 0.34);
  box-shadow: 0 28px 74px rgba(31, 23, 26, 0.12);
}

.catalog-icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  border: 1px solid rgba(244, 125, 0, 0.34);
  border-radius: 8px;
  background: rgba(244, 125, 0, 0.08);
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-card h3 {
  margin-top: 24px;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
}

.catalog-card p {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: rgba(31, 23, 26, 0.68);
}

.purchase-section {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  color: var(--white);
  background:
    linear-gradient(112deg, var(--black) 0 48%, #2a2e2f 48% 100%);
}

.purchase-layout {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.purchase-section .section-head h2,
.purchase-section .section-head p {
  color: var(--white);
}

.purchase-section .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.purchase-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--light-line);
  background: var(--light-line);
}

.purchase-board article {
  min-height: 230px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.07);
}

.purchase-board span {
  color: var(--orange);
  font-weight: 900;
}

.purchase-board strong {
  display: block;
  margin-top: 40px;
  color: var(--white);
  font-size: 1.28rem;
}

.purchase-board p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.coverage-section {
  background:
    linear-gradient(90deg, rgba(244, 125, 0, 0.08), transparent 38%),
    var(--warm);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(580px, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: stretch;
}

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

.coverage-grid article {
  min-height: 250px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(31, 23, 26, 0.14);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 58px rgba(31, 23, 26, 0.06);
}

.coverage-grid article:last-child {
  grid-column: 1 / -1;
  min-height: 210px;
  background:
    linear-gradient(115deg, rgba(244, 125, 0, 0.16), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.58);
}

.coverage-grid span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coverage-grid strong {
  display: block;
  margin-top: 34px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
}

.coverage-grid p {
  margin-top: 18px;
  color: rgba(31, 23, 26, 0.68);
}

.contact-section {
  width: 100%;
  margin: 0;
  padding: clamp(70px, 9vw, 128px) var(--gutter);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 125, 0, 0.24), transparent 28%),
    var(--black);
}

.contact-layout {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(40px, 6vw, 102px);
  align-items: start;
  margin: 0 auto;
}

.contact-copy h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.contact-copy p {
  margin-top: 18px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.contact-quick {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-quick a {
  width: fit-content;
  color: var(--orange);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--light-line);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.field {
  display: grid;
  gap: 8px;
}

.field-full,
.form-notice,
.contact-form button {
  grid-column: 1 / -1;
}

label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(8, 9, 10, 0.48);
  color: var(--white);
  font: inherit;
  padding: 12px 13px;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.form-notice {
  padding: 14px;
  border: 1px solid var(--light-line);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.form-notice.success {
  border-color: rgba(244, 125, 0, 0.62);
}

.form-notice.error {
  border-color: rgba(240, 78, 42, 0.64);
}

.supply-footer {
  color: var(--white);
  background: var(--black);
  padding: clamp(56px, 8vw, 92px) 0 28px;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 0.7fr 0.7fr;
  gap: clamp(28px, 5vw, 80px);
}

.footer-layout img {
  width: 230px;
}

.footer-layout p,
.footer-layout a,
.footer-layout span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-layout strong {
  display: block;
  color: var(--white);
}

.footer-layout a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--light-line);
  color: rgba(255, 255, 255, 0.62);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #22c55e;
  color: var(--black);
  font-weight: 900;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.empty-state {
  width: min(var(--max), calc(100% - var(--gutter)));
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--white);
}

.empty-state h1,
.empty-state h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.empty-state p {
  margin-top: 12px;
  color: rgba(31, 23, 26, 0.7);
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  margin-bottom: clamp(56px, 8vw, 96px);
  color: var(--white);
  background: var(--graphite);
}

.contact-strip h2 {
  font-size: clamp(1.7rem, 3.4vw, 3rem);
}

.contact-strip p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.single-article,
.legal-page {
  padding: clamp(62px, 8vw, 112px) 0;
}

.single-hero,
.legal-page > .eyebrow,
.legal-page > h1,
.legal-content,
.single-content,
.single-image {
  max-width: 900px;
}

.single-hero h1,
.legal-page h1 {
  margin-top: 18px;
  font-size: clamp(2.4rem, 5.8vw, 5rem);
}

.single-hero p {
  margin-top: 14px;
  color: rgba(31, 23, 26, 0.64);
  font-weight: 800;
}

.single-image {
  margin: 34px 0;
  border: 1px solid var(--line);
}

.single-image img {
  width: 100%;
  height: auto;
}

.single-content,
.legal-content {
  margin-top: 34px;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 22px 70px rgba(31, 23, 26, 0.07);
}

.single-content > * + *,
.legal-content > * + * {
  margin-top: 16px;
}

.single-content p,
.single-content li,
.legal-content p,
.legal-content li {
  color: rgba(31, 23, 26, 0.78);
  font-size: 1rem;
  line-height: 1.76;
}

.single-content h2,
.legal-content h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: uppercase;
}

.single-content h2::before,
.legal-content h2::before {
  content: "";
  flex: 0 0 30px;
  height: 2px;
  background: var(--orange);
}

.single-content ul,
.legal-content ul {
  padding: 20px 24px;
  border: 1px solid var(--line);
  background: #f7f5f0;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 680ms ease, transform 680ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1700px) {
  :root {
    --max: 1660px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(680px, 1.06fr);
  }

  .hero-copy h1 {
    max-width: 840px;
    font-size: 5.8rem;
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .purchase-layout,
  .coverage-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .catalog-grid,
  .footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-row,
  .purchase-board,
  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --gutter: 28px;
  }

  .supply-nav {
    min-height: 76px;
  }

  .brand img {
    width: 176px;
    max-height: 52px;
  }

  .brand span {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    background: rgba(244, 241, 235, 0.98);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 8.5vw, 3.8rem);
  }

  .hero-visual {
    min-height: 340px;
    aspect-ratio: 1.18;
  }

  .catalog-grid,
  .purchase-board,
  .coverage-grid,
  .footer-layout,
  .proof-row,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .coverage-grid article:last-child {
    grid-column: auto;
  }

  .purchase-board article {
    min-height: 210px;
  }

  .contact-strip,
  .footer-bottom {
    display: grid;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 520px) {
  .button {
    width: 100%;
  }

  .actions {
    width: 100%;
  }

  .proof-row span {
    min-height: 70px;
  }

  .hero-visual figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .catalog-card,
  .purchase-board article,
  .coverage-grid article {
    min-height: auto;
  }
}
