@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Space Mono";
  src: url("../assets/fonts/space-mono-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Space Mono";
  src: url("../assets/fonts/space-mono-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --graphite-950: #12100e;
  --graphite-900: #16130f;
  --graphite-850: #1a1714;
  --paper: #f7f4ef;
  --paper-deep: #efeae2;
  --ink: #221f1b;
  --orange: #ef6a00;
  --orange-hover: #ff7d1a;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: clamp(90px, 9vw, 120px);
  scroll-behavior: smooth;
}

body {
  min-width: 0;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  border-radius: 0;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--orange-hover);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: clamp(90px, 9vw, 120px);
}

/* La fotografía se solicita recién al abrir el menú para no penalizar el LCP. */
.is-menu-primed [data-menu-panel] {
  background-color: var(--graphite-900) !important;
  background-image:
    linear-gradient(to top, rgba(22, 19, 15, .55) 0%, rgba(22, 19, 15, .88) 42%, #16130f 82%),
    url("../assets/img/metalurgica-pampeana-sidebar.webp") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

[data-menu-panel] > * {
  position: relative;
  z-index: 1;
}

[data-menu-logo] {
  width: auto;
  max-width: min(270px, 56vw);
  height: 41px !important;
}

[data-header] [data-logo] {
  width: auto !important;
  height: 48px !important;
}

html.mp-menu-open [data-float] {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
}

/* Controles flotantes: WhatsApp aparece a los tres segundos; volver arriba, al desplazarse. */
[data-float] {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
}

[data-float-wa],
[data-float-top] {
  opacity: 0;
  pointer-events: none !important;
  transform: translateY(12px);
}

[data-float-wa] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
}

html.mp-float-ready [data-float-wa],
html.mp-page-scrolled [data-float-top] {
  opacity: 1;
  pointer-events: auto !important;
  transform: none;
}

html.mp-menu-open [data-float] {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
}

.mp-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mp-icon-whatsapp {
  -webkit-mask-image: url("../assets/icons/fa-whatsapp.svg");
  mask-image: url("../assets/icons/fa-whatsapp.svg");
}

.mp-icon-envelope {
  -webkit-mask-image: url("../assets/icons/fa-envelope.svg");
  mask-image: url("../assets/icons/fa-envelope.svg");
}

.mp-icon-instagram {
  -webkit-mask-image: url("../assets/icons/fa-instagram.svg");
  mask-image: url("../assets/icons/fa-instagram.svg");
}

.mp-icon-location {
  -webkit-mask-image: url("../assets/icons/fa-location-dot.svg");
  mask-image: url("../assets/icons/fa-location-dot.svg");
}

[data-float-wa] .mp-icon {
  width: 25px;
  height: 25px;
}

footer img[src*="mp-logo-"] {
  align-self: flex-start;
}

.mp-footer-contact,
.mp-footer-address {
  gap: 10px;
  min-width: 0;
}

@media (min-width: 1025px) {
  .mp-footer-columns {
    display: grid !important;
    grid-template-columns: minmax(340px, 1fr) minmax(150px, 180px) minmax(270px, 320px);
    column-gap: clamp(54px, 6vw, 104px) !important;
    align-items: start;
  }

  .mp-footer-brand,
  .mp-footer-navigation,
  .mp-footer-contact-column {
    min-width: 0 !important;
  }

  .mp-footer-navigation {
    width: 100%;
    justify-self: end;
  }

  .mp-footer-contact-column {
    width: max-content;
    max-width: 100%;
    justify-self: end;
  }
}

.mp-footer-contact .mp-icon,
.mp-footer-address .mp-icon {
  width: 16px;
  height: 16px;
  color: var(--orange);
}

.mp-contact-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: invert(47%) sepia(97%) saturate(3099%) hue-rotate(7deg) brightness(99%) contrast(101%);
}

.mp-float-icon {
  display: block;
  width: 25px;
  height: 29px;
  object-fit: contain;
}

.mp-footer-contact > span:last-child,
.mp-footer-address > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mp-footer-address {
  display: flex;
  align-items: flex-start;
}

/* Marcos técnicos discretos para las fotografías reveladas. */
[data-open] {
  border: 1px solid rgba(168, 74, 0, .28);
}

[data-open]::before,
[data-open]::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

[data-home-hero-copy] {
  max-width: 1080px;
}

[data-hero-eyebrow] {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  color: var(--orange-hover);
  font-family: "Space Mono", monospace;
  font-size: clamp(11px, .95vw, 13px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em;
  text-transform: uppercase;
  animation: mpRise 1.05s var(--ease) backwards;
}

[data-home-hero-copy] h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(38px, 6.2vw, 88px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.038em;
}

.mp-hero-line-mask {
  display: block;
  margin: -.16em 0;
  padding: .16em 0;
  overflow: hidden;
}

.mp-hero-line-mask > span {
  display: block;
  animation: mpRise 1.05s var(--ease);
}

.mp-hero-line-mask:nth-child(2) > span {
  animation-delay: .06s;
  animation-fill-mode: backwards;
}

[data-editorial-image] {
  isolation: isolate;
}

[data-editorial-image] img {
  transition: transform .85s var(--ease), filter .65s ease !important;
  transform-origin: center center;
}

[data-open]::before {
  top: 8px;
  left: 8px;
  border-top: 1px solid rgba(239, 106, 0, .82);
  border-left: 1px solid rgba(239, 106, 0, .82);
}

[data-open]::after {
  right: 8px;
  bottom: 8px;
  border-right: 1px solid rgba(239, 106, 0, .82);
  border-bottom: 1px solid rgba(239, 106, 0, .82);
}

[data-process-item] {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: background .42s ease, border-color .42s ease, padding .5s var(--ease), transform .5s var(--ease) !important;
}

.mp-shell {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 88px);
}

.mp-section-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 64px);
}

.mp-section-heading-copy {
  flex: 1 1 420px;
  max-width: 650px;
}

.mp-section-heading-copy h2 {
  margin: 0 0 0 clamp(0px, 3vw, 52px);
  color: var(--paper);
  font-size: clamp(30px, 3.9vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.034em;
  text-wrap: pretty;
}

.mp-kicker {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: clamp(18px, 2.2vw, 30px);
  color: #928a80;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mp-kicker span:first-child {
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 15px;
  letter-spacing: .02em;
}

.mp-kicker-dark {
  color: #6b6459;
}

.mp-kicker-dark span:first-child {
  color: #a84a00;
}

.mp-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 26px;
  border: 1px solid #d8d0c4;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  transition: border-color .4s ease, background .4s ease, color .4s ease;
}

.mp-outline-button:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--graphite-850);
}

.mp-reviews-section {
  padding: clamp(24px, 3vw, 46px) 0 clamp(80px, 10vw, 150px);
  background: var(--paper);
}

.mp-home-projects {
  position: relative;
  padding: clamp(24px, 3vw, 46px) 0 clamp(80px, 10vw, 150px);
  overflow: hidden;
  background: var(--paper);
}

.mp-home-projects .mp-section-heading-copy h2 {
  color: var(--ink);
}

.mp-home-projects-intro {
  flex: 1 1 300px;
  max-width: 42ch;
  margin: 0;
  color: #3d3833;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.6;
}

.mp-home-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 40px);
  margin-top: clamp(40px, 5vw, 74px);
}

.mp-home-project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: inherit;
  transition: transform .55s var(--ease);
}

.mp-home-project-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ded6c9;
}

.mp-home-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.03);
  transition: transform .75s var(--ease), filter .5s ease;
}

.mp-home-project-image [data-shotcap] {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  background: var(--orange);
  color: var(--graphite-850);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .35s ease, transform .45s var(--ease);
}

.mp-home-project-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 0;
}

.mp-home-project-meta > div > span {
  color: #a84a00;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mp-home-project-meta h3 {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.mp-home-project-meta p {
  margin: 9px 0 0;
  color: #6b6459;
  font-family: "Space Mono", monospace;
  font-size: 11.5px;
  line-height: 1.55;
}

.mp-home-project-meta > span {
  flex: 0 0 auto;
  color: #a84a00;
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.mp-home-projects-action {
  margin-top: clamp(34px, 4vw, 54px);
}

.mp-project-case {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 116px) 0;
  scroll-margin-top: clamp(90px, 9vw, 120px);
}

.mp-project-case-dark {
  background: #211d19;
}

.mp-project-case-light {
  background: var(--paper);
}

.mp-home-process-bg {
  background-image:
    linear-gradient(90deg, rgba(247, 244, 239, .92) 0%, rgba(247, 244, 239, .78) 48%, rgba(247, 244, 239, .88) 100%),
    linear-gradient(90deg, rgba(34, 31, 27, .055) 1px, transparent 1px),
    url("../assets/img/home-como-trabajamos-hero.webp") !important;
  background-position: center, center, center 54% !important;
  background-repeat: no-repeat, repeat, no-repeat !important;
  background-size: cover, clamp(84px, 9vw, 142px) 100%, cover !important;
}

.mp-photo-prefooter > div:first-child {
  z-index: 0;
  background: #211d19;
}

.mp-photo-prefooter > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(245, 242, 236, .055) 1px, transparent 1px),
    linear-gradient(105deg, rgba(33, 29, 25, .66), rgba(33, 29, 25, .48) 48%, rgba(26, 23, 20, .7));
  background-size: clamp(84px, 9vw, 142px) 100%, cover;
}

.mp-photo-prefooter img {
  opacity: .43;
  filter: saturate(.54) sepia(.16) contrast(1.04) brightness(.66) !important;
}

.mp-photo-prefooter > div:nth-child(2) {
  position: relative;
  z-index: 3;
}

.mp-contact-map-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1500 / 888;
  background: #d8d0c4;
}

.mp-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.mp-contact-cards > * {
  min-width: 0;
}

.mp-contact-email-card > span:nth-of-type(2),
.mp-contact-instagram-card > span:nth-of-type(2) {
  white-space: nowrap;
}

.mp-contact-location-summary {
  margin: 0 0 clamp(20px, 2.6vw, 34px);
  padding: clamp(16px, 2vw, 22px);
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ded6c9;
  background: #efeae2;
}

.mp-contact-location-summary > img {
  flex: 0 0 auto;
  width: 18px;
  height: 20px;
}

.mp-contact-location-summary > div {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
}

.mp-contact-location-summary span {
  color: #a84a00;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mp-contact-location-summary strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.mp-contact-map-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.76) contrast(1.04) brightness(.9);
  transition: transform .7s var(--ease), filter .5s ease;
}

.mp-contact-map-brand {
  position: absolute;
  left: 43.9%;
  top: 48%;
  width: clamp(48px, 5vw, 72px);
  height: clamp(48px, 5vw, 72px);
  display: grid;
  place-items: center;
  transform: translate(-50%, -100%);
  background: rgba(247, 244, 239, .94);
  border: 1px solid rgba(168, 74, 0, .38);
  box-shadow: 0 16px 36px rgba(34, 31, 27, .3);
}

.mp-contact-map-brand img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

@media (hover: hover) {
  .mp-contact-map-media:hover > img:first-child {
    transform: scale(1.025);
    filter: saturate(.88) contrast(1.05) brightness(.94);
  }
}

.mp-project-case-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.65fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}

.mp-project-info {
  min-width: 0;
  padding-top: 3px;
}

.mp-project-index {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(245, 242, 236, .16);
  color: #928a80;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mp-project-case-light .mp-project-index {
  border-bottom-color: #ded6c9;
  color: #6b6459;
}

.mp-project-index span:first-child {
  flex: 0 0 auto;
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: .02em;
}

.mp-project-case-light .mp-project-index span:first-child {
  color: #a84a00;
}

.mp-project-info h2 {
  margin: clamp(24px, 3vw, 40px) 0 0;
  color: var(--paper);
  font-size: clamp(28px, 2.3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.mp-project-case-light .mp-project-info h2 {
  color: var(--ink);
}

.mp-project-info > p {
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  color: #c4bcb1;
  font-size: 15.5px;
  line-height: 1.72;
}

.mp-project-case-light .mp-project-info > p {
  color: #5d5750;
}

.mp-project-info dl {
  margin: clamp(28px, 3vw, 42px) 0 0;
  border-top: 1px solid rgba(245, 242, 236, .16);
}

.mp-project-case-light .mp-project-info dl {
  border-top-color: #ded6c9;
}

.mp-project-info dl > div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid rgba(245, 242, 236, .12);
}

.mp-project-case-light .mp-project-info dl > div {
  border-bottom-color: #e2dace;
}

.mp-project-info dt {
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mp-project-case-light .mp-project-info dt {
  color: #a84a00;
}

.mp-project-info dd {
  margin: 0;
  color: #a8a096;
  font-size: 13px;
  line-height: 1.5;
}

.mp-project-case-light .mp-project-info dd {
  color: #5d5750;
}

.mp-project-media {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.mp-project-media figure {
  min-width: 0;
  margin: 0;
}

.mp-project-media button {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(239, 106, 0, .34);
  background: #2a2521;
  cursor: zoom-in;
}

.mp-project-case-light .mp-project-media button {
  background: #e8e2d9;
}

.mp-project-media button::before,
.mp-project-media button::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.mp-project-media button::before {
  top: 9px;
  left: 9px;
  border-top: 1px solid var(--orange);
  border-left: 1px solid var(--orange);
}

.mp-project-media button::after {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
}

.mp-project-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.87) contrast(1.03);
  transition: transform .75s var(--ease), filter .5s ease;
}

.mp-project-media figcaption {
  min-height: 72px;
  margin-top: 13px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  color: #928a80;
  font-size: 12.5px;
  line-height: 1.55;
}

.mp-project-case-light .mp-project-media figcaption {
  color: #6b6459;
}

.mp-project-media figcaption span {
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 11px;
}

.mp-project-case-light .mp-project-media figcaption span {
  color: #a84a00;
}

.mp-reviews-section .mp-section-heading-copy h2 {
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 52px);
}

.mp-reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  margin-top: clamp(38px, 4.6vw, 68px);
}

.mp-review-card {
  min-width: 0;
  min-height: 310px;
  padding: clamp(22px, 2.3vw, 34px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e2dace;
  background: #fff;
  box-shadow: 0 40px 80px -60px rgba(34, 31, 27, .5);
  transition: transform .5s var(--ease), border-color .35s ease, box-shadow .5s ease;
}

.mp-review-source {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mp-google-mark {
  color: #4285f4;
  font-size: 25px;
  font-weight: 700;
}

.mp-review-stars {
  color: #f5a000;
  font-size: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.mp-review-card > p {
  margin: 26px 0 30px;
  color: #302c27;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.67;
}

.mp-review-card > footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid #ece5da;
}

.mp-review-card > footer strong {
  color: var(--ink);
  font-size: 15px;
}

.mp-review-card > footer span {
  color: #6b6459;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mp-review-controls {
  display: none;
}

.mp-cladding-section {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 56px) 0 clamp(80px, 10vw, 140px);
  background: var(--graphite-850);
  scroll-margin-top: clamp(90px, 9vw, 120px);
}

.mp-grid-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(245, 242, 236, .055) 1px, transparent 1px);
  background-size: clamp(84px, 9vw, 142px) 100%;
}

.mp-section-intro {
  flex: 1 1 300px;
  max-width: 40ch;
  margin: 0;
  color: #a8a096;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.6;
}

.mp-cladding-list {
  margin-top: clamp(44px, 5vw, 76px);
  border-top: 1px solid rgba(245, 242, 236, .16);
}

.mp-cladding-row {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(0, 1.52fr);
  gap: clamp(22px, 4vw, 72px);
  padding: clamp(28px, 3.3vw, 50px) 0;
  border-bottom: 1px solid rgba(245, 242, 236, .16);
}

.mp-cladding-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.mp-cladding-title > span {
  padding-top: 5px;
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 12px;
}

.mp-cladding-title h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.15;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.mp-cladding-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 24px);
}

.mp-cladding-pair figure {
  position: relative;
  aspect-ratio: 814 / 444;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 106, 0, .28);
  background: #26211c;
}

.mp-cladding-pair figure::after,
.mp-cladding-gallery button::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border-top: 1px solid rgba(239, 106, 0, .62);
  border-left: 1px solid rgba(239, 106, 0, .62);
  clip-path: polygon(0 0, 22px 0, 22px 1px, 1px 1px, 1px 22px, 0 22px);
}

.mp-cladding-pair img,
.mp-cladding-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.83) contrast(1.03) brightness(.9);
  transition: transform .7s var(--ease), filter .5s ease;
}

.mp-cladding-pair img {
  object-position: center bottom;
}

.mp-cladding-gallery-heading {
  margin-top: clamp(52px, 7vw, 100px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(245, 242, 236, .16);
}

.mp-cladding-gallery-heading span {
  padding-bottom: 18px;
  color: var(--paper);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}

.mp-cladding-gallery-heading p {
  color: #928a80;
  font-size: 13px;
}

.mp-cladding-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  margin-top: clamp(24px, 3vw, 42px);
}

.mp-cladding-gallery button {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(245, 242, 236, .16);
  background: #26211c;
  cursor: pointer;
}

[data-benefit-card] {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 12px !important;
  padding-inline: 12px !important;
  border: 1px solid transparent !important;
  border-bottom-color: #ded6c9 !important;
  transition: transform .45s var(--ease), background .35s ease, border-color .35s ease !important;
}

.mp-benefit-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9bbaa;
  color: #a84a00;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  transition: background .35s ease, border-color .35s ease, color .35s ease;
}

[data-projects-grid] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mp-lightbox {
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  overflow: hidden;
}

.mp-lightbox::backdrop {
  background: rgba(12, 10, 8, .9);
  backdrop-filter: blur(4px);
}

.mp-lightbox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: clamp(8px, 1.2vw, 18px);
  display: grid;
  place-items: center;
}

.mp-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - clamp(16px, 2.4vw, 36px));
  max-height: calc(100dvh - clamp(16px, 2.4vw, 36px));
  object-fit: contain;
}

.mp-lightbox-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 2vw, 28px);
  max-width: min(82vw, 900px);
  margin: 0;
  padding: 8px 12px;
  transform: translateX(-50%);
  background: rgba(12, 10, 8, .72);
  color: #e4ddd3;
  font-size: 13px;
  letter-spacing: .04em;
  text-align: center;
  pointer-events: none;
}

.mp-lightbox button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 242, 236, .26);
  background: rgba(22, 19, 15, .88);
  color: var(--paper);
  cursor: pointer;
}

.mp-lightbox-close {
  position: absolute;
  top: clamp(10px, 1.5vw, 22px);
  right: clamp(10px, 1.5vw, 22px);
  z-index: 3;
}

.mp-lightbox-prev,
.mp-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.mp-lightbox-prev { left: clamp(8px, 1.5vw, 22px); }
.mp-lightbox-next { right: clamp(8px, 1.5vw, 22px); }

.mp-lightbox .mp-technical-cursor {
  z-index: 10;
}

@media (hover: hover) {
  .mp-home-project-card:hover {
    transform: translateY(-6px);
  }

  .mp-home-project-card:hover img,
  .mp-project-media button:hover img {
    transform: scale(1.04);
    filter: saturate(.98) contrast(1.04);
  }

  .mp-home-project-card:hover [data-shotcap] {
    opacity: 1;
    transform: none;
  }

  [data-editorial-image]:hover img {
    transform: scale(1.035) !important;
    filter: saturate(.96) contrast(1.04) brightness(1.02) !important;
  }

  .mp-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 106, 0, .48);
    box-shadow: 0 46px 86px -56px rgba(34, 31, 27, .7);
  }

  .mp-cladding-pair figure:hover img,
  .mp-cladding-gallery button:hover img {
    transform: scale(1.035);
    filter: saturate(.98) contrast(1.04) brightness(1);
  }

  [data-benefit-card]:hover {
    z-index: 1;
    transform: translateY(-3px);
    border-color: #cfc0ae !important;
    background: #e7dfd4;
  }

  [data-benefit-card]:hover .mp-benefit-icon {
    border-color: var(--orange);
    background: var(--orange);
    color: var(--graphite-850);
  }
}

@media (min-width: 1025px) {
  [data-values-grid] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (hover: hover) {
  [data-process-item]:hover {
    padding-right: clamp(12px, 1.5vw, 22px) !important;
    padding-left: clamp(12px, 1.5vw, 22px) !important;
    border-right-color: #d7ccbd;
    border-left-color: #d7ccbd;
    background: #eee8df;
    transform: translateX(4px) !important;
  }
}

[style-hover*="background:#ef6a00"] {
  transition-property: border-color, background, color, transform !important;
  transition-duration: .4s !important;
}

.legal-header {
  position: relative;
  z-index: 210;
  border-bottom: 1px solid rgba(245, 242, 236, .13);
  color: var(--paper);
}

.legal-header > div {
  width: min(100%, 1440px);
  height: clamp(70px, 6.6vw, 88px);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Cursor técnico: dos escuadras y un punto de referencia, nunca un círculo. */
.mp-technical-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 19px;
  height: 19px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: width .32s var(--ease), height .32s var(--ease), opacity .2s ease;
  mix-blend-mode: difference;
}

.mp-technical-cursor::before,
.mp-technical-cursor::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transition: transform .32s var(--ease), border-color .25s ease;
}

.mp-technical-cursor::before {
  inset: 0 auto auto 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.mp-technical-cursor::after {
  inset: auto 0 0 auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mp-technical-cursor > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  background: var(--orange-hover);
  transform: translate(-50%, -50%);
}

.mp-technical-cursor.is-active {
  width: 27px;
  height: 27px;
}

.mp-technical-cursor.is-active::before {
  transform: translate(-2px, -2px);
}

.mp-technical-cursor.is-active::after {
  transform: translate(2px, 2px);
}

@media (hover: hover) and (pointer: fine) {
  html.has-mp-cursor,
  html.has-mp-cursor body,
  html.has-mp-cursor a,
  html.has-mp-cursor button {
    cursor: none !important;
  }

  html.has-mp-cursor input,
  html.has-mp-cursor textarea {
    cursor: text !important;
  }

  html.has-mp-cursor select,
  html.has-mp-cursor label {
    cursor: default !important;
  }
}

.mp-sectors-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0;
  background: #efeae2;
}

.mp-sectors-grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(34, 31, 27, .05) 1px, transparent 1px);
  background-size: clamp(84px, 9vw, 142px) 100%;
}

.mp-sectors-shell {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 88px);
}

.mp-sectors-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(28px, 5vw, 90px);
}

.mp-sectors-heading h2 {
  max-width: 17ch;
  margin: clamp(18px, 2.2vw, 30px) 0 0 clamp(0px, 3vw, 52px);
  color: #221f1b;
  font-size: clamp(30px, 3.9vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.034em;
  text-wrap: pretty;
}

.mp-sectors-heading > p {
  max-width: 44ch;
  margin: 0;
  color: #3d3833;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
  letter-spacing: -.012em;
}

.mp-sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.35vw, 20px);
  margin-top: clamp(42px, 5.5vw, 82px);
}

.mp-sector-card {
  position: relative;
  min-width: 0;
  min-height: clamp(215px, 18vw, 258px);
  padding: clamp(18px, 2vw, 27px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  background: rgba(247, 244, 239, .78);
  border: 1px solid #d8d0c4;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), border-color .4s ease, background .4s ease, box-shadow .5s ease;
}

.mp-sector-card::before,
.mp-sector-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.mp-sector-card::before {
  top: -1px;
  left: -1px;
  width: 42px;
  height: 1px;
  background: #ef6a00;
}

.mp-sector-card::after {
  top: -1px;
  left: -1px;
  width: 1px;
  height: 42px;
  background: #ef6a00;
}

.mp-sector-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.mp-sector-icon {
  width: clamp(68px, 6vw, 88px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #e6dfd5;
  border: 1px solid #d2c9bc;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), background .4s ease, border-color .4s ease;
}

.mp-sector-icon img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  opacity: .82;
  mix-blend-mode: multiply;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .4s ease;
}

.mp-sector-number {
  color: #7b7369;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .04em;
}

.mp-sector-card-copy h3 {
  margin: 0;
  color: #221f1b;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.026em;
}

.mp-sector-card-copy span {
  display: block;
  margin-top: 8px;
  color: #6b6459;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .mp-sector-card:hover {
    z-index: 1;
    transform: translateY(-6px);
    border-color: rgba(168, 74, 0, .55);
    background: #f7f4ef;
    box-shadow: 0 34px 60px -48px rgba(34, 31, 27, .8);
  }

  .mp-sector-card:hover::before {
    transform: scaleX(1.8);
    transform-origin: left;
  }

  .mp-sector-card:hover::after {
    transform: scaleY(1.8);
    transform-origin: top;
  }

  .mp-sector-card:hover .mp-sector-icon {
    transform: translateY(-3px);
    background: #eee7dd;
    border-color: #c7bdae;
  }

  .mp-sector-card:hover .mp-sector-icon img {
    transform: scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .mp-sectors-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-sectors-heading > p {
    margin-left: clamp(0px, 3vw, 52px);
  }

  .mp-sectors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-sector-card {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .mp-home-hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
    justify-content: center !important;
  }

  .mp-home-hero > div:nth-child(2) {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mp-home-hero [data-hero-eyebrow] {
    margin-bottom: 14px;
  }

  .mp-home-hero [data-home-hero-copy] h1 {
    font-size: clamp(34px, 10.5vw, 42px);
  }

  .mp-home-hero [data-home-hero-copy] + div {
    margin-top: 24px !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 22px !important;
  }

  .mp-home-hero [data-home-hero-copy] + div > p {
    flex-basis: auto !important;
  }

  .mp-home-hero [data-home-hero-copy] + div > div {
    width: min(100%, 340px);
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-home-hero [data-home-hero-copy] + div > div a {
    width: 100%;
    padding-inline: 18px !important;
    justify-content: center;
    text-align: center;
  }

  .mp-home-hero > div:nth-child(2) > div:last-child {
    display: none !important;
  }

  .mp-page-hero > div:nth-child(2) > div[style*="margin-left"] {
    margin-left: 0 !important;
  }

  .mp-page-hero a[data-acc="bg"] {
    max-width: 100%;
    padding-inline: 18px !important;
    justify-content: center;
    white-space: normal !important;
    text-align: center;
  }

  .mp-photo-prefooter > div:nth-child(2) > div {
    margin-left: 0 !important;
  }

  .mp-photo-prefooter a {
    max-width: 100%;
    padding-inline: 18px !important;
    justify-content: center;
    white-space: normal !important;
    text-align: center;
  }

  .mp-sectors-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-sector-card {
    min-height: 200px;
  }

  .mp-contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-contact-email-card,
  .mp-contact-instagram-card {
    width: 100%;
  }

  .mp-contact-email-card > span:nth-of-type(2),
  .mp-contact-instagram-card > span:nth-of-type(2) {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mp-contact-location-summary {
    align-items: flex-start;
  }

  .mp-contact-map-media {
    aspect-ratio: 4 / 5;
  }

  .mp-contact-map-media > img:first-child {
    object-position: 44% center;
  }

  .mp-contact-map-brand {
    left: 50%;
    top: 49%;
    width: 54px;
    height: 54px;
  }

  .mp-project-info h2 {
    font-size: clamp(19px, 6.4vw, 28px);
  }

  [data-header] [data-logo] {
    height: 40px !important;
  }

  [data-menu-logo] {
    height: 39px !important;
  }

  [data-header] [data-acc="bg"],
  [data-sect-ind] {
    display: none !important;
  }

  [data-header] > div {
    gap: 10px !important;
  }

  [data-header] [data-menu-open] {
    padding-inline: 12px !important;
  }

  [data-menu-panel] [data-menu-item] > span:last-child {
    font-size: clamp(26px, 9vw, 38px) !important;
  }

  [data-float] [data-float-wa] {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
  }

  .mp-section-heading-copy {
    flex-basis: 100%;
  }

  .mp-section-heading-copy h2 {
    margin-left: 0;
  }

  .mp-reviews-track {
    display: flex;
    gap: 14px;
    margin-right: calc(clamp(20px, 5vw, 88px) * -1);
    padding-right: clamp(20px, 5vw, 88px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .mp-reviews-track::-webkit-scrollbar {
    display: none;
  }

  .mp-review-card {
    flex: 0 0 100%;
    min-height: 330px;
    scroll-snap-align: start;
  }

  .mp-review-controls {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mp-review-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid #d8d0c4;
    background: transparent;
    color: var(--ink);
    font-size: 18px;
  }

  .mp-review-dots {
    display: flex;
    gap: 8px;
  }

  .mp-review-dots span {
    width: 20px;
    height: 2px;
    background: #c9bfb3;
    transition: background .25s ease;
  }

  .mp-review-dots span.is-active {
    background: var(--orange);
  }

  .mp-cladding-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .mp-cladding-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .mp-cladding-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-projects-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mp-project-case-grid,
  .mp-home-projects-grid,
  .mp-project-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-project-media figcaption {
    min-height: 0;
    margin-bottom: 12px;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .mp-workshop-section [style*="flex:1 1 400px"][style*="min-width:280px"] {
    flex: 0 0 75vw !important;
    width: 75vw !important;
    max-width: 75vw !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mp-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-contact-email-card {
    width: min(100%, 580px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .mp-project-info h2 {
    font-size: 32px;
  }

  [data-header] [data-logo] {
    height: 41px !important;
  }

  [data-menu-logo] {
    height: 44px !important;
  }

  .mp-project-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-project-info > p {
    max-width: 62ch;
  }
}

@media (max-width: 520px) {
  main [style*="grid-template-columns"][style*="minmax("] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  main div[style*="display:flex"][style*="flex-wrap:wrap"],
  main div[style*="display: flex"][style*="flex-wrap: wrap"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
  }

  main div[style*="min-width:"],
  main form[style*="min-width:"],
  main a[style*="min-width:"],
  footer div[style*="min-width:"] {
    min-width: 0 !important;
  }

  main a[style*="white-space:nowrap"],
  main button[style*="white-space:nowrap"],
  main a[style*="white-space: nowrap"],
  main button[style*="white-space: nowrap"] {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 52px;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    white-space: normal !important;
    line-height: 1.35;
    text-align: center;
    justify-content: center;
  }

  main [style*="margin-right:clamp(-"] {
    margin-right: 0 !important;
  }

  .mp-footer-contact,
  .mp-footer-address {
    width: 100%;
  }

  .aux-main {
    padding-inline: 16px;
  }

  .aux-content h1 {
    font-size: clamp(36px, 13vw, 52px);
    overflow-wrap: break-word;
  }

  .mp-cladding-pair {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-benefit-card] {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

@media (max-width: 340px) {
  [data-header] > div,
  .legal-header > div {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  [data-header] [data-menu-open],
  .legal-header [data-menu-open] {
    gap: 8px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  main a[href^="mailto:"] {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 380px) {
  [style*="min-width:290px"],
  [style*="min-width: 290px"] {
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .mp-technical-cursor {
    display: none !important;
  }
}

/* Páginas técnicas derivadas del mismo lenguaje visual. */
.aux-page {
  min-height: 100vh;
  margin: 0;
  background: var(--graphite-850);
  color: var(--paper);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.aux-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 22px clamp(20px, 5vw, 88px);
  border-bottom: 1px solid rgba(245, 242, 236, .13);
}

.aux-header img {
  width: auto;
  height: clamp(32px, 3vw, 40px);
}

.aux-header a:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(245, 242, 236, .3);
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
}

.aux-main {
  position: relative;
  overflow: hidden;
  min-height: 68vh;
  padding: clamp(90px, 14vw, 190px) clamp(20px, 5vw, 88px);
}

.aux-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(245, 242, 236, .055) 1px, transparent 1px);
  background-size: clamp(84px, 9vw, 142px) 100%;
}

.aux-content {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
}

.aux-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 28px;
  color: #928a80;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.aux-eyebrow::before {
  content: "01";
  color: var(--orange);
  font-family: "Space Mono", monospace;
  font-size: 15px;
  letter-spacing: .02em;
}

.aux-content h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--paper);
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: -.044em;
  text-wrap: pretty;
}

.aux-content h2 {
  margin: 54px 0 18px;
  color: var(--paper);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.aux-content p,
.aux-content li {
  max-width: 72ch;
  color: #c4bcb1;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
}

.aux-content a {
  color: var(--orange-hover);
  overflow-wrap: anywhere;
}

.aux-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.aux-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid rgba(245, 242, 236, .3);
  color: var(--paper);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.aux-actions a:first-child {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--graphite-850);
}

.aux-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 36px;
  padding: 28px clamp(20px, 5vw, 88px);
  background: var(--graphite-950);
  color: #928a80;
  font-size: 12.5px;
}

.aux-footer a {
  color: #c4bcb1;
}
