@import url("assets/css/layout.css?v=a5bc756021");

@font-face {
  font-family: "Bebas Neue";
  src: url("assets/fonts/BebasNeue-Regular.ttf?v=08e4623805") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Ray Sans";
  src: url("assets/fonts/Roboto-Variable.ttf?v=d7598e12c5") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Ray Condensed";
  src: url("assets/fonts/Oswald-Variable.ttf?v=5b38c246e2") format("truetype");
  font-weight: 200 700;
  font-display: swap;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: clip;
  background: #f8f8f8;
  color: #111111;
  font-family: "Ray Sans", Arial, sans-serif;
}

.hero-viewport.comp-frame {
  position: relative;
  width: 100vw;
  height: min(100svh, 56.28vw);
  max-width: none;
  aspect-ratio: auto;
  overflow: hidden;
}

.hero-scene {
  z-index: 1;
  display: block;
  object-fit: cover;
  object-position: center;
}

.brand-lockup {
  z-index: 4;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.masthead,
.service-strip {
  z-index: 3;
  background: #f8f8f8;
}

.nav-link,
.header-cta,
.headline,
.supporting-line,
.hero-cta,
.location,
.service-link {
  z-index: 5;
}

.nav-link {
  display: grid;
  place-items: center;
  color: #111111;
  font-size: 1.05rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.r-nav-gallery,
.r-nav-about { justify-items: start; }

.nav-link.is-active {
  color: #08642a;
  font-weight: 760;
}

.nav-link.is-active::after {
  position: absolute;
  right: 5%;
  bottom: 0;
  left: 5%;
  height: 2px;
  background: #08642a;
  content: "";
}

.whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgb(17 17 17 / 14%);
}

.whatsapp-link svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.whatsapp-mark {
  display: block;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
}

.header-cta {
  background: #df0816;
  font-size: 1.45rem;
}

.hero-title {
  margin: 0;
}

.headline {
  display: flex;
  align-items: center;
  overflow: visible;
  font-family: var(--r-headline-green-family), "Ray Condensed", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  transform: scaleX(0.88);
  transform-origin: left center;
  white-space: nowrap;
}

.headline-green {
  width: 42%;
  color: #08642a;
  font-size: min(92px, 5.5vw);
  transform: scaleX(0.83);
}

.headline-red {
  width: 42%;
  color: #df0816;
  font-size: min(84px, 5.02vw);
}

.supporting-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: #111111;
  width: 23.2%;
  font-size: min(var(--r-supporting-line-font), 1.376vw);
  font-variation-settings: "wdth" 100;
  font-weight: 320;
  line-height: 1.3;
  text-align: left;
  transform: scaleX(1.25);
  transform-origin: left center;
}

.hero-cta {
  border-radius: 999px;
  background: #08642a;
  font-size: 1.45rem;
}

.hero-cta .arrow {
  width: 1.45rem;
  height: 1.45rem;
}

.location {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: #111111;
  font-size: min(var(--r-location-font), 1.794vw);
  font-variation-settings: "wdth" 82;
  font-weight: 520;
  letter-spacing: -1px;
  white-space: nowrap;
}

.coverage {
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  width: max-content;
  height: auto;
  padding: 0.35em 0.8em 0.35em 0.5em;
  background: #f8f8f8;
  color: #df0816;
  font-size: min(1.3rem, 1.25vw);
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.coverage svg {
  flex: 0 0 auto;
  width: 1.7em;
  height: 1.7em;
  fill: none;
  stroke: #df0816;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.location svg {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  fill: #08642a;
  stroke: #08642a;
  stroke-width: 1.5;
}

.service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-right: 1px solid #d6d6d6;
  color: #111111;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.15rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 0.9rem;
}

.service-link:last-child {
  border-right: 0;
}

.service-link svg {
  width: 4.1rem;
  height: 4.1rem;
  fill: none;
  stroke: #df0816;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.service-link.service-green svg { stroke: #08642a; }
.service-link.service-brown svg { stroke: #71371e; }

a:focus-visible {
  outline: 3px solid #ffd400;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #111111;
}

::selection {
  background: #df0816;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #08642a #f8f8f8;
  scrollbar-width: thin;
  overflow-x: clip;
}

main { overflow-x: clip; }

body::-webkit-scrollbar { width: 11px; }
body::-webkit-scrollbar-track { background: #f8f8f8; }
body::-webkit-scrollbar-thumb { background: #08642a; border: 3px solid #f8f8f8; border-radius: 999px; }

img,
video { max-width: 100%; }

.services-section,
.work-section,
.process-section,
.about-section,
.contact-section {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem);
}

.section-heading,
.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: end;
  gap: 4rem;
  max-width: 90rem;
  margin: 0 auto clamp(3.5rem, 7vw, 7rem);
}

.section-heading h2,
.process-heading h2,
.work-intro h2,
.about-copy h2,
.contact-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 650;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.section-heading p,
.process-heading p,
.work-intro p,
.about-copy p,
.contact-copy p {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.55;
}

.services-section {
  background: #f8f8f8;
}

.services-section { padding-bottom: 0; }

.section-heading .section-subtitle {
  margin-top: 1.1rem;
  color: #df0816;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(1.4rem, 2.3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.step.is-plain { grid-template-columns: minmax(0, 1fr); }

.chapter-uses.is-catalog { display: block; }
.chapter-uses.is-catalog .chapter-label { margin-bottom: 1.4rem; }

.chapter-uses.is-catalog ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 0.6rem;
}

.chapter-uses.is-catalog li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.55rem;
  padding: 0.95rem 1rem 0.95rem 2.6rem;
  position: relative;
  border: 1px solid #bfc2bf;
  background: #ffffff;
  color: #111111;
  font-family: "Ray Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
}

.chapter-uses.is-catalog li::before {
  position: absolute;
  top: calc(0.95rem + 0.3em);
  left: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  background: #df0816;
  content: "";
}

.chapter-uses.is-catalog small {
  color: #5a5a5a;
  font-family: "Ray Sans", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
}

.uses-extra {
  margin: 1rem 0 0;
  color: #5a5a5a;
  font-size: 1rem;
  font-style: italic;
}

.chapter-uses:has(+ .chapter-closing) { margin-bottom: clamp(2rem, 3vw, 2.75rem); }
.chapter-uses.is-catalog:has(+ .chapter-closing) { padding-bottom: 0; border-bottom: 0; }

.uses-note {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #111111;
  font-size: 1rem;
  font-weight: 600;
}

.uses-note svg {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: #df0816;
  stroke-linecap: round;
  stroke-width: 2;
}

video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-volume-control-container { display: none !important; }

.chapter-index {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: clamp(0.25rem, 1.5vw, 1.5rem);
  margin: 0 calc(clamp(1.25rem, 6vw, 7rem) * -1);
  padding: 0 clamp(1.25rem, 6vw, 7rem);
  border-block: 1px solid #bfc2bf;
  background: #f8f8f8;
  scrollbar-width: none;
}

.chapter-index::-webkit-scrollbar { display: none; }

.chapter-index a {
  flex: 0 0 auto;
  padding: 1rem clamp(0.9rem, 1.6vw, 1.5rem);
  color: #08642a;
  font-family: "Ray Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.chapter-index a:hover { color: #df0816; }

.chapter-index a.is-current {
  background: #df0816;
  color: #ffffff;
}

.chapters {
  max-width: 90rem;
  margin: 0 auto;
}

.chapter {
  --chapter-bg: #f8f8f8;
  position: relative;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: var(--chapter-bg);
  scroll-margin-top: 3.2rem;
}

.chapter:nth-child(even) {
  --chapter-bg: #f1eee7;
  box-shadow: 0 0 0 100vmax var(--chapter-bg);
  clip-path: inset(0 -100vmax);
}

.chapter-opener {
  position: relative;
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.chapter-photo {
  display: block;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  height: clamp(20rem, 38vw, 36rem);
  object-fit: cover;
  background: #eae8e1;
}

.chapter-capitonado .chapter-photo { object-position: center 25%; }
.chapter-confeccion .chapter-photo { object-position: center 35%; }

.chapter-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(40rem, 48%);
  padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.5rem, 3vw, 2.75rem) 0 0;
  background: var(--chapter-bg);
}

.chapter-title::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
  background: var(--chapter-bg);
  content: "";
}

.chapter.is-flipped .chapter-title {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: clamp(1.5rem, 3vw, 2.75rem);
}

.chapter.is-flipped .chapter-title::before {
  right: auto;
  left: 100%;
}

.chapter-title h3 {
  margin: 0 0 1rem;
  color: #08642a;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(3.4rem, 6.4vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.chapter-title p {
  max-width: 32rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.5;
}

.chapter-label {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin: 0 0 1.4rem;
  color: #08642a;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.chapter-label span {
  color: #5a5a5a;
  font-family: "Ray Sans", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  margin: 0 0 clamp(3.5rem, 6vw, 5rem);
  padding: 0;
  list-style: none;
}

.step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  column-gap: 0.9rem;
}

.step figure {
  grid-column: 1 / -1;
  margin: 0 0 1.1rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eae8e1;
}

.step img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-number {
  grid-row: 2 / 4;
  color: #df0816;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(3.4rem, 4.6vw, 4.5rem);
  font-weight: 700;
  line-height: 0.78;
}

.step h5 {
  margin: 0.1rem 0 0.4rem;
  color: #08642a;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
}

.step p {
  margin: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}

.chapter-uses {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(3.5rem, 6vw, 5rem);
  padding-block: clamp(1.5rem, 2.5vw, 2rem);
  border-block: 1px solid #bfc2bf;
}

.chapter-uses .chapter-label { margin: 0; }

.chapter-uses ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chapter-uses li {
  padding: 0.6rem 1rem;
  border: 1px solid #08642a;
  color: #08642a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.chapter-closing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: clamp(1.75rem, 3.4vw, 2.75rem);
  background: #08642a;
  color: #ffffff;
}

.chapter-closing p {
  max-width: 30ch;
  margin: 0;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.chapter-closing .chapter-quote { background: #ffffff; color: #08642a; }
.chapter-closing .chapter-quote:hover { background: #ffffff; }

.media-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.4rem;
}

.media-head .chapter-label { margin: 0 auto 0 0; }

.chapter-quote {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 1.4rem 0.7rem 0.75rem;
  border-radius: 999px;
  background: #08642a;
  color: #ffffff;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgb(17 17 17 / 14%);
  transition: transform 180ms cubic-bezier(.16, 1, .3, 1), background-color 180ms ease;
}

.chapter-quote:hover { transform: translateY(-2px); background: #075528; }
.chapter-quote .whatsapp-mark { width: 2.1rem; height: 2.1rem; }

.chapter-index a:focus-visible,
.chapter-quote:focus-visible {
  outline: 3px solid #ffd400;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #111111;
}

.work-section {
  display: grid;
  grid-template-columns: minmax(20rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  min-height: 52rem;
  background: #f1eee7;
}

.work-intro {
  justify-self: end;
  max-width: 32rem;
}

.work-intro h2 { margin-bottom: 2rem; color: #08642a; }
.work-intro h2 span { display: block; }
.work-intro .slogan-red { color: #df0816; }
.work-intro p { margin-bottom: 2.5rem; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #df0816;
  font-size: 1.15rem;
  font-weight: 760;
  text-underline-offset: 0.35rem;
}

.work-composition {
  display: grid;
  grid-template-rows: auto auto;
  align-self: center;
  min-height: 0;
}

.work-composition figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 52px rgb(31 26 18 / 16%);
}

.work-composition img { width: 100%; height: 100%; object-fit: cover; }
.work-promo { aspect-ratio: 1672 / 941; }
.work-promo img { object-position: center; }

.work-note {
  display: grid;
  grid-template-columns: repeat(3, auto) minmax(max-content, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  padding: 1.35rem clamp(1.25rem, 2.4vw, 2rem);
  background: #df0816;
  color: #ffffff;
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.work-note span + span {
  padding-left: clamp(0.8rem, 2vw, 1.6rem);
  border-left: 1px solid rgb(255 255 255 / 48%);
}

.work-note strong {
  justify-self: end;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.strip-nav {
  display: flex;
  gap: 0.5rem;
}

.strip-nav[hidden] { display: none; }

.strip-arrow {
  display: grid;
  width: 3.1rem;
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 1px solid #686868;
  border-radius: 50%;
  background: transparent;
  color: #111111;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.strip-arrow svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.strip-arrow:hover:not(:disabled) { background: #08642a; border-color: #08642a; color: #ffffff; }
.strip-arrow:disabled { opacity: 0.35; cursor: default; }

.strip-arrow:focus-visible {
  outline: 3px solid #ffd400;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #111111;
}

.panel-groups {
  position: relative;
  display: flex;
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  padding: 0 0 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: #08642a #e2dfd6;
  scrollbar-width: thin;
}

.clip-group { flex: 0 0 auto; }

.clip-group-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.85rem;
  padding-top: 0.25em;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.clip-group-label::before {
  width: 0.55rem;
  height: 0.55rem;
  background: #df0816;
  content: "";
}

.process-grid {
  display: flex;
  gap: clamp(0.75rem, 1.2vw, 1rem);
  height: clamp(18rem, 22vw, 22rem);
}

.process-video {
  position: relative;
  flex: 0 0 clamp(9rem, 10.5vw, 10.75rem);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #0d2618;
  border: 1px solid rgb(255 255 255 / 24%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 16%);
  scroll-snap-align: start;
  transition: flex-basis 460ms cubic-bezier(.16, 1, .3, 1), border-color 180ms ease, box-shadow 180ms ease;
}

.process-grid > .process-video:only-child:not(.is-portrait) { flex-basis: min(78vw, 44rem); }
.process-photo { flex-basis: clamp(15rem, 19vw, 19rem); }

.process-grid.is-few { height: clamp(20rem, 26vw, 26rem); }
.process-grid.is-few > .process-video { flex-basis: clamp(18rem, 30vw, 30rem); }
.process-grid.is-few > .process-video.is-portrait { flex-basis: clamp(11.5rem, 14vw, 14.5rem); }
.process-grid.is-few > .process-photo { flex-basis: clamp(15rem, 19vw, 19.5rem); }
.process-grid.is-few > .process-video.is-playing:not(.is-portrait) { flex-basis: clamp(24rem, 44vw, 46rem); }

.process-video.is-playing {
  flex-basis: clamp(24rem, 38vw, 39rem);
  border-color: rgb(255 255 255 / 62%);
  box-shadow: 0 26px 60px rgb(0 0 0 / 28%);
}

.process-video.is-portrait.is-playing { flex-basis: clamp(11rem, 12.5vw, 12.5rem); }

.video-stage {
  position: absolute;
  inset: 0;
}

.process-video video,
.process-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-video.is-playing video { object-fit: contain; }

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: clamp(3.25rem, 4vw, 3.6rem);
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #df0816;
  box-shadow: 0 18px 42px rgb(0 0 0 / 24%);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 180ms cubic-bezier(.16, 1, .3, 1), opacity 150ms ease;
}

.video-play svg {
  width: 48%;
  height: 48%;
  margin-left: 7%;
  fill: currentColor;
}

.process-video:hover .video-play {
  transform: translate(-50%, -50%) scale(1.06);
}

.process-video.is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}

.video-play:focus-visible {
  outline: 4px solid #ffd400;
  outline-offset: 5px;
  box-shadow: 0 0 0 9px #111111, 0 18px 42px rgb(0 0 0 / 24%);
}

.process-video figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.8rem 1rem 1rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 78%));
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.3;
  pointer-events: none;
  z-index: 2;
  transition: opacity 180ms ease;
}


.about-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
  background: #df0816;
  color: #ffffff;
}

.about-mark {
  color: rgb(255 255 255 / 14%);
  font-family: "Ray Condensed", sans-serif;
  font-size: clamp(12rem, 25vw, 27rem);
  font-weight: 700;
  line-height: 0.62;
  letter-spacing: -0.06em;
}

.about-copy { max-width: 46rem; }
.about-copy h2 { max-width: 11ch; margin-bottom: 2rem; }
.about-copy p { color: #ffffff; }

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  min-height: 38rem;
  background: #111111;
  color: #ffffff;
}

.contact-copy h2 { max-width: 10ch; margin-bottom: 2rem; }
.contact-copy p { color: #cbcecb; }

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.contact-actions a {
  padding: 1.5rem 1.7rem;
  color: #ffffff;
  text-decoration: none;
}

.contact-whatsapp {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  background: #08642a;
}

.contact-whatsapp .whatsapp-mark { width: 3rem; height: 3rem; }
.contact-whatsapp strong { font-variant-numeric: tabular-nums; }
.contact-call { border: 1px solid #686868; text-align: center; }

.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  border-radius: 50%;
  background: #08642a;
  color: #ffffff;
  box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-whatsapp .whatsapp-mark { width: 2.85rem; height: 2.85rem; }

@media (prefers-reduced-motion: no-preference) {
  .hero-scene {
    animation: cloth-reveal 900ms cubic-bezier(.16, 1, .3, 1) both;
  }

  @keyframes cloth-reveal {
    from { clip-path: inset(0 0 0 38%); filter: saturate(.75); }
    to { clip-path: inset(0); filter: saturate(1); }
  }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-ready .chapter-photo {
    clip-path: inset(0 0 0 38%);
    filter: saturate(0.75);
    transition: clip-path 900ms cubic-bezier(.16, 1, .3, 1), filter 900ms cubic-bezier(.16, 1, .3, 1);
  }

  .reveal-ready .chapter.is-flipped .chapter-photo { clip-path: inset(0 38% 0 0); }
  .reveal-ready .chapter.is-in .chapter-photo { clip-path: inset(0); filter: saturate(1); }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp,
  .video-play,
  .process-video,
  .chapter-index a,
  .chapter-quote { transition: none; }
}

@media (max-width: 900px) {
  .hero-viewport.comp-frame {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto minmax(20rem, 48vh) auto auto auto auto;
    height: auto;
    min-height: 100svh;
    padding-top: 5.6rem;
    background: #f8f8f8;
    overflow: visible;
  }

  .masthead { position: absolute; inset: 0 0 auto; width: 100%; height: 5.6rem; }
  .brand-lockup { position: absolute; top: .55rem; left: 1rem; width: min(68vw, 18rem); height: 4.5rem; }
  .primary-nav { display: none; }
  .header-cta { position: absolute; top: 1rem; right: 1rem; left: auto; width: 3.6rem; height: 3.6rem; border-radius: 50%; }
  .header-cta span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .header-cta svg { width: 1.7rem; height: 1.7rem; }
  .hero-scene { position: relative; inset: auto; grid-row: 3; width: 100%; height: 100%; object-position: 68% center; }
  .hero-scene,
  .hero-title,
  .supporting-line,
  .hero-cta,
  .location,
  .service-nav { grid-column: 1; min-width: 0; }
  .hero-title { grid-row: 1; width: 100%; padding: 2.4rem 1.25rem 0; overflow: visible; }
  .headline { position: static; width: 116%; height: auto; transform: scaleX(.86); transform-origin: left center; }
  .headline-green { font-size: clamp(2.25rem, 10.2vw, 4.2rem); }
  .headline-red { margin-top: .15rem; font-size: clamp(2.15rem, 9.7vw, 4rem); }
  .supporting-line { position: static; grid-row: 2; align-self: start; width: auto; height: auto; margin: .8rem 1.25rem 1.5rem; font-size: 1.05rem; transform: none; }
  .hero-cta { position: static; grid-row: 4; width: calc(100% - 2.5rem); height: 4rem; margin: 1.25rem; font-size: 1.1rem; }
  .location { position: static; grid-row: 5; width: auto; height: auto; margin: 0 1.25rem 0.75rem; font-size: 1rem; letter-spacing: 0; }
  .coverage { position: static; grid-row: 6; grid-column: 1; width: auto; height: auto; margin: 0 1.25rem 1.5rem; padding: 0; background: none; font-size: 1rem; white-space: normal; }
  .service-strip { display: none; }
  .service-nav { grid-row: 7; display: grid; grid-template-columns: repeat(3, 1fr); background: #ffffff; }
  .service-link { position: static; width: auto; height: 7rem; padding-bottom: 0; border-top: 1px solid #dedede; font-size: 1rem; }
  .service-link svg { width: 2.1rem; height: 2.1rem; }

  .section-heading,
  .process-heading,
  .work-section,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .process-heading { gap: 2rem; }
  .work-intro { justify-self: start; }
  .work-composition { width: min(100%, 48rem); justify-self: center; }
  .chapter-index { justify-content: flex-start; overflow-x: auto; }
  .chapter-title { position: relative; z-index: 1; width: auto; margin: -3.5rem 3rem 0 0; padding: 1.5rem 1.5rem 0 0; }
  .chapter.is-flipped .chapter-title { right: auto; margin: -3.5rem 0 0 3rem; padding: 1.5rem 0 0 1.5rem; }
  .chapter-opener { margin-bottom: 3rem; }
  .steps { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(72vw, 20rem); overflow-x: auto; padding-bottom: 0.5rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .step { scroll-snap-align: start; }
  .strip-nav { display: none; }
  .process-grid { height: 24rem; }
  .process-video { flex-basis: min(58vw, 16rem); }
  .process-video.is-playing { flex-basis: min(84vw, 34rem); }
  .process-video.is-portrait.is-playing { flex-basis: min(62vw, 15rem); }
  .about-mark { position: absolute; inset: auto auto 0 0; }
  .about-copy { position: relative; z-index: 1; }
  .contact-whatsapp { grid-template-columns: auto minmax(0, 1fr); gap: .2rem 1rem; }
  .contact-whatsapp .whatsapp-mark { grid-row: 1 / 3; }
  .contact-whatsapp strong { grid-column: 2; }
}

@media (max-width: 560px) {
  .brand-lockup { width: 15rem; }
  .services-section,
  .work-section,
  .process-section,
  .about-section,
  .contact-section { padding: 4.75rem 1.25rem; }
  .services-section { padding-bottom: 0; }
  .chapter-index { margin-inline: -1.25rem; padding-inline: 0.5rem; }
  .chapter-index a { padding: 0.9rem 0.8rem; font-size: 0.95rem; }
  .chapter-photo { height: 17rem; }
  .steps { margin-inline: -1.25rem; padding-inline: 1.25rem; scroll-padding-inline: 1.25rem; }
  .media-head .chapter-label { width: 100%; }
  .work-note { grid-template-columns: repeat(3, 1fr); text-align: center; }
  .work-note span + span { padding-left: .65rem; }
  .work-note strong { grid-column: 1 / -1; justify-self: center; margin-top: .35rem; }
  .panel-groups { margin-inline: -1.25rem; padding-inline: 1.25rem; scroll-padding-inline: 1.25rem; }
  .process-grid { height: 25rem; gap: 0.75rem; }
  .process-video { flex-basis: 64vw; }
  .process-video.is-playing { flex-basis: 88vw; }
  .process-video.is-portrait.is-playing { flex-basis: 64vw; }
  .process-photo { flex-basis: 72vw; }
  .process-video figcaption { padding: 2.75rem 1rem 1rem; }
  .video-play { width: 3.6rem; }
  .chapter-uses.is-catalog ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
  .chapter-uses.is-catalog li { padding: 0.8rem 0.6rem 0.8rem 2rem; font-size: 1.1rem; }
  .chapter-uses.is-catalog li::before { top: calc(0.8rem + 0.3em); left: 0.75rem; }
  .chapter-uses.is-catalog small { flex-basis: 100%; font-size: 0.78rem; }
  .floating-whatsapp { display: none; }
}
