:root {
  color-scheme: light;
  --color-brand-main: #9D432C;
  --color-brand-complement: #ebe0d9;
  --color-greige-canvas: #ebe0d9;
  --color-black-ink: #000000;
  --color-off-white-text: #ebe0d9;
  --color-slate-surface: #d8c9c2;
  --color-smoke-grey: #f3ece8;
  --color-warm-accent-grey: #595855;
  --color-white-highlight: #ffffff;
  --color-midtone-image-grey: #808080;
  --bg: var(--color-greige-canvas);
  --surface: var(--color-smoke-grey);
  --section-bg-alt: var(--color-greige-canvas);
  --surface-strong: var(--color-slate-surface);
  --surface-dark: var(--color-brand-main);
  --text: var(--color-black-ink);
  --text-muted: var(--color-warm-accent-grey);
  --text-inverse: var(--color-off-white-text);
  --line: rgba(0, 0, 0, 0.18);
  --line-strong: rgba(0, 0, 0, 0.42);
  --line-inverse: rgba(235, 224, 217, 0.32);
  --story-header-offset: 92px;
  --story-pad-y: clamp(44px, 5.4svh, 68px);
  --story-pad-x: clamp(18px, 5vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--story-header-offset);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

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

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

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

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

.page-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

section[id],
form[id] {
  scroll-margin-top: 92px;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 20px clamp(18px, 5vw, 64px);
  color: var(--text-inverse);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(235, 224, 217, 0.94);
  color: var(--text);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.001em;
  line-height: 0.95;
}

.brand-mark {
  width: 51px;
  height: 51px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a,
.site-footer a {
  opacity: 0.76;
  transition: opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  opacity: 1;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button::after {
  content: "->";
  font-size: 0.9rem;
  letter-spacing: 0;
}

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

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.primary,
.header-cta {
  border-color: var(--surface-dark);
  background: var(--surface-dark);
  color: var(--text-inverse);
}

.primary:hover,
.header-cta:hover {
  background: transparent;
  color: var(--surface-dark);
}

.hero .primary,
.cta-band .primary {
  border-color: var(--text-inverse);
  background: var(--text-inverse);
  color: var(--text);
}

.hero .primary:hover,
.cta-band .primary:hover {
  background: transparent;
  color: var(--text-inverse);
}

.secondary {
  border-color: currentColor;
  color: currentColor;
}

.secondary:hover,
.outline:hover {
  background: var(--surface-dark);
  color: var(--text-inverse);
}

.dark-outline,
.cta-band .secondary {
  color: var(--text-inverse);
}

.dark-outline:hover,
.cta-band .secondary:hover {
  background: var(--text-inverse);
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  color: var(--text-inverse);
  background: var(--bg);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1c120f;
  filter: grayscale(0.18) sepia(0.2) saturate(0.88) contrast(0.95);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(235, 224, 217, 0) 0%, rgba(28, 18, 15, 0.12) 52%, rgba(28, 18, 15, 0.48) 100%),
    linear-gradient(180deg, rgba(28, 18, 15, 0.22), rgba(28, 18, 15, 0.08) 42%, rgba(28, 18, 15, 0.36));
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.hero-video-backdrop {
  z-index: 0;
  display: none;
  opacity: 0;
  filter: blur(24px) brightness(0.62) saturate(0.92);
  transform: scale(1.1);
}

.hero-video-foreground {
  z-index: 1;
}

.hero-transition-blur {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(180px, 28svh, 320px);
  overflow: hidden;
  pointer-events: none;
}

.hero-blur-layer,
.hero-transition-fill {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-blur-layer {
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
  mask-image: linear-gradient(to bottom, transparent, #000);
}

.hero-blur-layer:nth-child(1) {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 34%, transparent 48%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 34%, transparent 48%);
}

.hero-blur-layer:nth-child(2) {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 18%, #000 34%, #000 50%, transparent 64%);
  mask-image: linear-gradient(to bottom, transparent 18%, #000 34%, #000 50%, transparent 64%);
}

.hero-blur-layer:nth-child(3) {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 34%, #000 50%, #000 66%, transparent 80%);
  mask-image: linear-gradient(to bottom, transparent 34%, #000 50%, #000 66%, transparent 80%);
}

.hero-blur-layer:nth-child(4) {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 52%, #000 66%, #000 82%, transparent 94%);
  mask-image: linear-gradient(to bottom, transparent 52%, #000 66%, #000 82%, transparent 94%);
}

.hero-blur-layer:nth-child(5) {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 66%, #000 84%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 66%, #000 84%, #000 100%);
}

.hero-transition-fill {
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(235, 224, 217, 0) 0%,
    rgba(235, 224, 217, 0.08) 42%,
    rgba(235, 224, 217, 0.38) 70%,
    rgba(235, 224, 217, 0.82) 88%,
    rgb(235, 224, 217) 100%
  );
}

.eyebrow,
.section-label,
.image-caption {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta-band .eyebrow,
.hero-footnote,
.privacy-note {
  color: rgba(235, 224, 217, 0.72);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 8vw, 7.6rem);
  line-height: 0.84;
  letter-spacing: -0.009em;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 6vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.005em;
}

h3 {
  margin-bottom: 9px;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1;
  letter-spacing: -0.001em;
}

.quote-service-line {
  max-width: min(100%, 880px);
  margin: 0 auto;
  color: rgba(89, 88, 85, 0.72);
  font-size: clamp(0.95rem, 1.48vw, 1.7rem);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-footnote,
.privacy-note {
  margin: 18px 0 0;
  font-size: 0.82rem;
}

.quote-section {
  display: grid;
  align-items: center;
  min-height: clamp(560px, 74svh, 760px);
  padding: clamp(70px, 8vw, 112px) clamp(18px, 5vw, 64px);
  background: var(--bg);
  color: var(--text);
}

.quote-section[id] {
  scroll-margin-top: 0;
}

.quote-shell {
  display: grid;
  grid-template-columns: minmax(580px, 720px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 96px);
  width: min(100%, 1680px);
  margin: 0 auto;
}

.quote-content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.quote-content .eyebrow {
  color: rgba(89, 88, 85, 0.68);
}

.quote-content h2 {
  max-width: min(100%, 1020px);
  margin: 28px auto 28px;
  color: rgba(0, 0, 0, 0.74);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 2.55vw, 3.45rem);
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0.13em;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: uppercase;
  hyphens: none;
}

.project-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  overflow: visible;
  width: 100%;
  padding: clamp(26px, 2.5vw, 38px);
  border: 1px solid rgba(157, 67, 44, 0.34);
  border-radius: 0;
  background: rgba(235, 224, 217, 0.94);
  color: var(--text);
  box-shadow: none;
}

.form-kicker {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0 0 4px;
  color: var(--color-brand-main);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 1.75vw, 1.8rem);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: uppercase;
}

.project-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.project-form .form-field {
  grid-template-rows: auto auto;
  align-content: start;
}

.project-form .form-trap {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.project-form .form-span-full,
.project-form .form-submit,
.project-form .form-response-note,
.project-form .form-status {
  grid-column: 1 / -1;
}

.project-form label > span,
.project-form legend {
  color: rgba(0, 0, 0, 0.62);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-form label > span small,
.project-form legend small {
  font-size: inherit;
  font-weight: 500;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  border: 1px solid rgba(157, 67, 44, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  color: var(--text);
  padding: 0 12px;
  font-size: 0.88rem;
}

.project-form input,
.project-form select {
  height: 32px;
}

.project-form select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.68);
  padding-right: 38px;
}

.project-form .form-select-field {
  position: relative;
}

.project-form .form-select-field::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(0, 0, 0, 0.62);
  border-bottom: 2px solid rgba(0, 0, 0, 0.62);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.project-form textarea {
  height: 72px;
  min-height: 72px;
  padding-block: 10px;
  line-height: 1.45;
  resize: vertical;
}

.project-form input::placeholder,
.project-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.project-form option {
  color: var(--text);
}

.form-options-group {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-options-group legend {
  margin-bottom: 6px;
}

.form-multiselect {
  position: relative;
}

.form-multiselect summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  height: 32px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(157, 67, 44, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  font-size: 0.88rem;
  list-style: none;
}

.form-multiselect summary::-webkit-details-marker {
  display: none;
}

.form-multiselect summary:hover {
  border-color: rgba(157, 67, 44, 0.52);
}

.form-multiselect summary:focus-visible {
  outline: 2px solid var(--color-brand-main);
  outline-offset: 2px;
}

.form-multiselect-arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.form-multiselect[open] .form-multiselect-arrow {
  transform: rotate(225deg) translate(-2px, -2px);
}

.form-options-popover {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 8;
  padding: 16px;
  border: 1px solid rgba(157, 67, 44, 0.34);
  background: var(--color-smoke-grey);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

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

.project-form .form-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 32px;
  padding: 5px 6px;
  cursor: pointer;
  transition: background 160ms ease;
}

.project-form .form-option:hover {
  background: rgba(157, 67, 44, 0.07);
}

.project-form .form-option input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--color-brand-main);
}

.project-form .form-option span {
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.form-selected-solutions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.form-selected-solutions[hidden] {
  display: none;
}

.form-selected-solutions span {
  padding: 5px 8px;
  border: 1px solid rgba(157, 67, 44, 0.24);
  background: rgba(157, 67, 44, 0.07);
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.2;
}

.project-form input:focus-visible,
.project-form select:focus-visible,
.project-form textarea:focus-visible,
.project-form .form-option input:focus-visible {
  outline: 2px solid var(--color-brand-main);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  border-color: var(--color-brand-main);
  background: var(--color-brand-main);
  color: var(--text-inverse);
}

.project-form .form-submit:hover {
  background: transparent;
  color: var(--color-brand-main);
}

.project-form .form-submit:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}

.project-form .form-response-note {
  max-width: 42ch;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.64);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.42;
  text-align: center;
}

.form-status {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(157, 67, 44, 0.32);
  background: rgba(255, 255, 255, 0.28);
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.78rem;
  line-height: 1.42;
  text-align: center;
}

.form-status[hidden] {
  display: none;
}

.form-status p {
  margin: 0;
}

.form-status.is-success {
  border-color: rgba(56, 126, 85, 0.36);
  background: rgba(56, 126, 85, 0.09);
}

.form-status.is-error {
  border-color: rgba(157, 67, 44, 0.44);
  background: rgba(157, 67, 44, 0.08);
}

.form-status-link {
  justify-self: center;
  color: var(--color-brand-main);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 64px);
}

.product-showcase {
  overflow: visible;
  background: var(--bg);
}

.story-panel {
  display: grid;
  align-content: center;
  min-height: calc(100svh - var(--story-header-offset));
  padding: var(--story-pad-y) var(--story-pad-x);
  background: var(--bg);
}

.services-selector-panel {
  background: var(--bg);
}

.services-products-panel {
  align-content: center;
  gap: clamp(12px, 1.5svh, 18px);
  background: var(--section-bg-alt);
}

.services-wave {
  width: 100vw;
  margin: 0 0 clamp(6px, 1vw, 14px);
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.services-products-panel .services-wave {
  overflow: hidden;
}

.services-wave-svg {
  display: block;
  width: 100%;
  height: clamp(92px, 13svh, 168px);
  overflow: visible;
}

.services-products-panel .services-wave-svg {
  width: max(100vw, 2100px);
  height: clamp(94px, 11.2svh, 135px);
  overflow: visible;
}

.services-wave-svg path {
  fill: none;
}

.services-wave-svg text {
  fill: var(--text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.4rem, 6.1vw, 5.4rem);
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-products-panel .services-wave-svg text {
  font-size: clamp(2.6rem, 4.03vw, 3.185rem);
}

.services-infographic {
  display: grid;
  gap: clamp(14px, 1.7svh, 22px);
  width: min(100%, 1700px);
  margin: 0 auto;
}

.services-infographic-title,
.brands-title,
.process-title,
.sectors-heading h4 {
  max-width: 100%;
  margin: 0;
  color: var(--color-brand-main);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.018em;
  text-align: left;
  text-transform: uppercase;
}

.sectors-panel {
  overflow: hidden;
  background: var(--bg);
}

.sectors-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(26px, 4.4svh, 50px);
  width: min(100%, 1700px);
  min-height: calc(100svh - var(--story-header-offset) - var(--story-pad-y) - var(--story-pad-y));
  margin: 0 auto;
}

.sectors-heading {
  display: grid;
  justify-items: stretch;
  gap: clamp(56px, 11svh, 118px);
  text-align: left;
}

.sectors-heading h3,
.sector-card h5,
.sector-card p {
  margin: 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sectors-heading h3 {
  justify-self: center;
  max-width: min(100%, 1040px);
  color: rgba(89, 88, 85, 0.5);
  font-size: clamp(1rem, 1.55vw, 1.75rem);
  line-height: 1.32;
  letter-spacing: 0.14em;
  text-align: center;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-content: center;
  align-items: start;
  column-gap: clamp(22px, 2.8vw, 56px);
  row-gap: 0;
  min-height: 0;
}

.sector-card {
  display: grid;
  grid-template-rows: auto clamp(84px, 5.4vw, 112px) minmax(0, auto);
  justify-items: center;
  align-content: start;
  gap: clamp(14px, 1.8svh, 22px);
  min-width: 0;
  isolation: isolate;
  text-align: center;
}

.sector-image-wrap {
  position: relative;
  width: min(100%, clamp(176px, 14vw, 278px));
  aspect-ratio: 1200 / 760;
  display: grid;
  place-items: end center;
  overflow: visible;
}

.sector-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: center bottom;
  transition: filter 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: filter, transform;
}

.sector-card:hover .sector-image-wrap img,
.sector-card:focus-within .sector-image-wrap img,
.sector-card.is-scroll-active .sector-image-wrap img {
  transform: translateY(-10px) rotate(-1.5deg) scale(1.045);
}

.sector-card:nth-child(2):hover .sector-image-wrap img,
.sector-card:nth-child(2):focus-within .sector-image-wrap img,
.sector-card:nth-child(2).is-scroll-active .sector-image-wrap img,
.sector-card:nth-child(5):hover .sector-image-wrap img,
.sector-card:nth-child(5):focus-within .sector-image-wrap img,
.sector-card:nth-child(5).is-scroll-active .sector-image-wrap img {
  transform: translateY(-10px) rotate(1.5deg) scale(1.045);
}

.sector-card h5 {
  width: 100%;
  display: grid;
  align-items: start;
  justify-items: center;
  color: rgba(89, 88, 85, 0.48);
  font-size: clamp(0.9rem, 1.08vw, 1.42rem);
  line-height: 1.32;
  letter-spacing: 0.14em;
  text-wrap: balance;
}

.sector-card p {
  max-width: 24ch;
  color: rgba(157, 67, 44, 0.72);
  font-size: clamp(0.64rem, 0.82vw, 0.95rem);
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.brands-panel {
  overflow: hidden;
  min-height: calc((100svh - var(--story-header-offset)) / 2);
  padding-block: clamp(22px, 3svh, 34px);
  background: var(--section-bg-alt);
}

.brands-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(16px, 2.6svh, 28px);
  width: min(100%, 1700px);
  min-height: calc((100svh - var(--story-header-offset)) / 2 - clamp(22px, 3svh, 34px) - clamp(22px, 3svh, 34px));
  margin: 0 auto;
}

.brands-marquees {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2.5svh, 24px);
  align-items: center;
  width: 100%;
  min-height: 0;
}

.brands-marquee {
  --brands-logo-gap: clamp(48px, 7vw, 118px);

  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(52px, 7.2svh, 78px);
  padding-inline: clamp(64px, 8vw, 140px);
  overflow: hidden;
  background: transparent;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.brands-marquee-track {
  display: flex;
  gap: var(--brands-logo-gap);
  width: max-content;
  animation: brands-marquee-left 70s linear infinite;
  will-change: transform;
}

.brands-marquee[data-direction="right"] .brands-marquee-track {
  animation-name: brands-marquee-right;
  animation-duration: 75s;
}

.brands-logo-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--brands-logo-gap);
  min-width: max-content;
}

.brands-logo-group img {
  width: auto;
  height: clamp(24px, 2.94vw, 43px);
  max-width: clamp(78px, 9.8vw, 154px);
  object-fit: contain;
  flex: 0 0 auto;
}

.process-panel {
  --process-pad-top: clamp(24px, 3.8svh, 42px);
  --process-pad-bottom: calc(var(--story-header-offset) + clamp(12px, 1.8svh, 22px));

  overflow: hidden;
  min-height: calc((100svh - var(--story-header-offset)) / 2);
  padding-top: var(--process-pad-top);
  padding-bottom: var(--process-pad-bottom);
  background: var(--bg);
}

.process-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(10px, 1.6svh, 18px);
  width: min(100%, 1700px);
  min-height: calc((100svh - var(--story-header-offset)) / 2 - var(--process-pad-top) - var(--process-pad-bottom));
  margin: 0 auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(18px, 2.7vw, 48px);
  min-height: 0;
}

.process-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(10px, 1.8svh, 18px);
  min-width: 0;
  text-align: center;
}

.process-image-wrap {
  position: relative;
  width: min(100%, clamp(118px, 11.4vw, 210px));
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: visible;
}

.process-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center bottom;
  transition: filter 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: filter, transform;
}

.process-card:hover .process-image-wrap img,
.process-card:focus-within .process-image-wrap img,
.process-card.is-scroll-active .process-image-wrap img {
  transform: translateY(-9px) rotate(-1.3deg) scale(1.055);
}

.process-card:nth-child(2):hover .process-image-wrap img,
.process-card:nth-child(2):focus-within .process-image-wrap img,
.process-card:nth-child(2).is-scroll-active .process-image-wrap img,
.process-card:nth-child(5):hover .process-image-wrap img,
.process-card:nth-child(5):focus-within .process-image-wrap img,
.process-card:nth-child(5).is-scroll-active .process-image-wrap img {
  transform: translateY(-9px) rotate(1.3deg) scale(1.055);
}

.process-card h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.08vw, 1.5rem);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

@keyframes brands-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--brands-marquee-distance, 50%) * -1), 0, 0);
  }
}

@keyframes brands-marquee-right {
  from {
    transform: translate3d(calc(var(--brands-marquee-distance, 50%) * -1), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.services-infographic-stage {
  position: relative;
  isolation: isolate;
  width: auto;
  max-width: 100%;
  height: min(57svh, 680px);
  margin: 0 auto;
  aspect-ratio: 1874 / 839;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--surface);
}

.services-infographic-base,
.services-infographic-overlay {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-infographic-base-active,
.services-infographic-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.services-infographic-overlay {
  z-index: 3;
}

.services-infographic.is-active .services-infographic-base-active,
.services-infographic-overlay.is-active {
  opacity: 1;
}

.services-infographic-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  justify-content: center;
  column-gap: clamp(48px, 8vw, 148px);
  row-gap: clamp(4px, 0.65svh, 7px);
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: clamp(12px, 1.4svh, 18px) clamp(20px, 3vw, 42px) 0;
  list-style: none;
  border-top: none;
}

.services-infographic-list li {
  min-width: 0;
}

.services-infographic-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  width: 100%;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: clamp(0.74rem, 0.98vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.08;
  text-align: left;
  text-transform: none;
  transition: color 180ms ease, transform 180ms ease;
}

.services-infographic-button span {
  min-width: 2.8ch;
  color: currentColor;
}

.services-infographic-button:hover,
.services-infographic-button:focus-visible,
.services-infographic-button.is-active {
  color: var(--color-brand-main);
}

.services-infographic-button:hover,
.services-infographic-button:focus-visible {
  transform: translateX(4px);
}

.services-infographic-button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 4px;
}

.service-gallery {
  display: grid;
  gap: clamp(12px, 1.4svh, 18px);
  width: min(100%, 1700px);
  max-width: min(100%, 1700px);
  margin: 0 auto;
  padding: 0;
}

.service-gallery-row {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2vw, 24px);
  min-width: 0;
}

.service-gallery-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  flex: 1 1 0;
  border: 1px solid var(--line);
  background: rgba(245, 239, 237, 0.44);
  cursor: pointer;
  transition: flex-grow 420ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease, border-color 220ms ease;
  will-change: flex-grow;
}

.service-gallery-panel.is-active {
  flex-grow: 1.65;
  border-color: var(--line-strong);
  background: var(--surface);
}

.service-gallery-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: minmax(min-content, auto) auto;
  align-items: start;
  align-content: start;
  gap: 10px 12px;
  width: 100%;
  min-height: clamp(106px, 12svh, 138px);
  padding: clamp(14px, 1.6vw, 18px);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.service-gallery-toggle:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 1px var(--line-strong);
}

.service-gallery-arrow:focus-visible {
  outline: 2px solid var(--text-inverse);
  outline-offset: -4px;
}

.service-gallery-panel:focus-within {
  border-color: var(--line-strong);
}

.service-gallery-number,
.service-gallery-count {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-gallery-title {
  display: block;
  grid-column: 2;
  grid-row: 1;
  color: currentColor;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 1.85vw, 2.05rem);
  line-height: 0.98;
  min-height: 0;
  overflow: visible;
}

.service-gallery-title-line {
  display: block;
  min-width: 0;
  overflow: visible;
  white-space: normal;
}

.service-gallery-count {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.service-gallery-media {
  position: relative;
  height: clamp(360px, 50svh, 620px);
  min-height: 0;
  overflow: hidden;
  background: #1c120f;
}

.service-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.18) sepia(0.12) saturate(0.84);
  transform: scale(1.02);
  transition: filter 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-gallery-panel.is-active .service-gallery-image {
  filter: grayscale(0.06) sepia(0.06) saturate(0.98);
  transform: scale(1);
}

.service-gallery-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  color: var(--text-inverse);
  background: linear-gradient(0deg, rgba(12, 8, 7, 0.74), rgba(12, 8, 7, 0));
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.service-gallery-panel:not(.is-active) .service-gallery-overlay {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.service-gallery-caption {
  max-width: 16rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.5rem);
  font-weight: 650;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-gallery-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 6px;
  background: rgba(12, 8, 7, 0.66);
}

.service-gallery-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(235, 224, 217, 0.52);
  background: transparent;
  color: var(--text-inverse);
  cursor: pointer;
  font-size: 1.05rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-gallery-arrow:hover {
  background: var(--text-inverse);
  color: var(--text);
  transform: translateY(-1px);
}

.service-gallery-progress {
  min-width: 4.3rem;
  color: rgba(235, 224, 217, 0.78);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.final-section {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: calc(100svh - var(--story-header-offset));
  color: var(--text-inverse);
  background: var(--surface-dark);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 840px) auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 92px);
  width: min(100%, 1700px);
  margin: 0 auto;
  padding: clamp(52px, 7svh, 86px) clamp(18px, 5vw, 64px) clamp(34px, 4svh, 54px);
  background: transparent;
}

.cta-band h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 5.25vw, 6.05rem);
  line-height: 0.88;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  width: min(100%, 1700px);
  margin: 0 auto;
  padding: clamp(24px, 3.2svh, 38px) clamp(18px, 5vw, 64px) clamp(34px, 4.2svh, 52px);
  background: transparent;
  color: rgba(235, 224, 217, 0.66);
  border-top: 0;
}

.site-footer .brand,
.site-footer h3 {
  color: var(--text-inverse);
}

.site-footer h3 {
  margin-bottom: 2px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer nav,
.site-footer address,
.footer-brand {
  display: grid;
  align-content: start;
  gap: 9px;
  font-style: normal;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid #25d366;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.32);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.whatsapp:hover,
.whatsapp:focus-visible {
  box-shadow: 0 12px 34px rgba(37, 211, 102, 0.42);
  transform: translateY(-2px);
}

.show-whatsapp .whatsapp {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 761px) {
  .final-section {
    min-height: calc(100svh - var(--story-header-offset));
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  :root {
    --story-pad-y: clamp(28px, 4.4svh, 42px);
  }

  .services-infographic {
    gap: clamp(10px, 1.4svh, 16px);
  }

  .services-infographic-stage {
    height: min(52svh, 560px);
  }

  .sectors-shell {
    gap: clamp(18px, 3.2svh, 32px);
  }

  .sectors-heading {
    gap: clamp(42px, 8svh, 64px);
  }

  .sectors-heading h3 {
    font-size: clamp(0.98rem, 1.65vw, 1.65rem);
  }

  .sector-card {
    grid-template-rows: auto clamp(64px, 4.8vw, 82px) minmax(0, auto);
    gap: clamp(8px, 1.2svh, 14px);
  }

  .sector-image-wrap {
    width: min(100%, clamp(150px, 11.5vw, 218px));
  }

  .sector-card h5 {
    font-size: clamp(0.82rem, 1vw, 1.22rem);
  }

  .sector-card p {
    font-size: clamp(0.62rem, 0.78vw, 0.86rem);
  }

  .process-shell {
    gap: clamp(12px, 1.7svh, 18px);
  }

  .process-grid {
    gap: clamp(14px, 2.2vw, 32px);
  }

  .process-image-wrap {
    width: min(100%, clamp(108px, 10vw, 180px));
  }

  .process-card h3 {
    font-size: clamp(0.8rem, 0.94vw, 1.16rem);
  }

  .services-products-panel .services-wave-svg {
    height: 120px;
  }

  .service-gallery-toggle {
    min-height: clamp(108px, 13svh, 122px);
  }

  .service-gallery-media {
    height: clamp(250px, 42svh, 360px);
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-brand-main);
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .header-cta::after {
    content: none;
  }

  .header-cta:hover {
    background: transparent;
    color: var(--color-brand-main);
    transform: none;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .quote-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .quote-content {
    order: 1;
  }

  .quote-section .project-form {
    order: 2;
    width: min(100%, 44rem);
    margin: 0 auto;
  }

  .service-gallery-row {
    gap: 12px;
  }

  .service-gallery-panel.is-active {
    flex-grow: 1.42;
  }

  .service-gallery-toggle {
    min-height: clamp(108px, 13svh, 126px);
    padding: 15px;
  }

  .service-gallery-media {
    height: clamp(150px, 17.5svh, 240px);
  }

  .services-infographic-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
  }

  .cta-band {
    align-items: start;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

@media (max-aspect-ratio: 4 / 5) {
  .hero {
    min-height: 100svh;
    padding: 0;
  }

  .hero-media::after {
    display: block;
  }

  .hero-video-backdrop {
    display: block;
    opacity: 0.88;
  }

  .hero-video-foreground {
    object-fit: contain;
    filter: drop-shadow(0 16px 38px rgba(12, 8, 7, 0.32));
  }
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 18px;
    color: var(--text-inverse);
  }

  .site-header .brand {
    gap: 7px;
    font-size: 0.82rem;
    line-height: 0.92;
  }

  .site-header .brand-mark {
    width: 30px;
    height: 30px;
  }

  .intro-complete .site-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(235, 224, 217, 0.94);
    color: var(--text);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .site-header.is-scrolled {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    background: rgba(235, 224, 217, 0.96);
    color: var(--text);
  }

  .hero {
    min-height: 100svh;
    padding: 0;
  }

  .hero-media::after {
    display: block;
  }

  .hero-video-backdrop {
    display: block;
    opacity: 0.88;
  }

  .hero-video-foreground {
    object-fit: contain;
    filter: drop-shadow(0 16px 38px rgba(12, 8, 7, 0.32));
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .cta-band .hero-actions {
    width: min(100%, 21rem);
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    white-space: normal;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.3vw, 2.7rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.75rem);
  }

  .quote-section {
    min-height: auto;
    padding-top: clamp(46px, 8svh, 62px);
    padding-bottom: clamp(46px, 8svh, 62px);
  }

  .quote-shell {
    gap: 22px;
  }

  .quote-content .eyebrow {
    font-size: clamp(0.58rem, 2.45vw, 0.68rem);
    line-height: 1.15;
    letter-spacing: 0.1em;
  }

  .quote-content h2 {
    max-width: 26ch;
    margin: 10px auto 12px;
    font-size: clamp(1.08rem, 4.85vw, 1.55rem);
    line-height: 1.24;
    letter-spacing: 0.055em;
  }

  .quote-service-line {
    max-width: min(100%, 34rem);
    font-size: clamp(0.62rem, 2.75vw, 0.8rem);
    letter-spacing: 0.045em;
    line-height: 1.42;
  }

  .quote-section .project-form {
    padding: 22px;
  }

  .form-kicker {
    margin-bottom: 4px;
    font-size: clamp(0.98rem, 3.35vw, 1.18rem);
    text-align: center;
  }

  .final-section {
    min-height: auto;
  }

  .cta-band {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px clamp(18px, 5vw, 64px) 38px;
  }

  .cta-band h2 {
    max-width: none;
    font-size: clamp(2.35rem, 12vw, 3.75rem);
    line-height: 0.94;
  }

  .site-footer {
    padding: 0 clamp(18px, 5vw, 64px) 72px;
    gap: 28px;
  }

  .product-showcase {
    padding-bottom: 0;
  }

  .story-panel {
    min-height: auto;
    padding: 72px clamp(18px, 5vw, 64px);
  }

  .services-products-panel {
    padding-top: 44px;
  }

  .services-wave {
    margin-top: 0;
  }

  .services-products-panel .services-wave {
    overflow: hidden;
  }

  .services-products-panel .services-wave-svg {
    width: max(100vw, 2100px);
    height: 120px;
  }

  .services-infographic {
    margin-bottom: 0;
  }

  .services-infographic-title,
  .brands-title,
  .process-title,
  .sectors-heading h4 {
    font-size: clamp(1.45rem, 6vw, 2.1rem);
    line-height: 1.04;
  }

  .sectors-panel {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sectors-shell {
    min-height: auto;
    gap: 34px;
  }

  .sectors-heading {
    gap: 20px;
  }

  .sectors-heading h3 {
    font-size: clamp(1rem, 4.6vw, 1.45rem);
    line-height: 1.24;
    letter-spacing: 0.12em;
  }

  .sectors-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sector-card {
    grid-template-rows: auto;
    gap: 12px;
  }

  .sector-image-wrap {
    width: min(72vw, 220px);
  }

  .sector-card h5 {
    min-height: 0;
    font-size: clamp(1rem, 5vw, 1.55rem);
  }

  .sector-card p {
    max-width: 25ch;
    font-size: clamp(0.72rem, 3.3vw, 0.92rem);
  }

  .brands-panel {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .brands-title {
    font-size: clamp(1.45rem, 6vw, 2.1rem);
    line-height: 1.04;
  }

  .brands-shell {
    min-height: auto;
    gap: 20px;
  }

  .brands-marquees {
    gap: clamp(16px, 4svh, 24px);
  }

  .brands-marquee {
    --brands-logo-gap: clamp(28px, 9vw, 46px);

    min-height: clamp(48px, 10svh, 68px);
    padding-inline: clamp(22px, 6vw, 34px);
  }

  .brands-logo-group img {
    height: clamp(20px, 5.6vw, 29px);
    max-width: clamp(50px, 19vw, 92px);
  }

  .process-panel {
    padding-top: 22px;
    padding-bottom: 74px;
  }

  .process-shell {
    min-height: auto;
    gap: 26px;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .process-card:last-child {
    grid-column: 1 / -1;
  }

  .process-image-wrap {
    width: min(44vw, 190px);
  }

  .process-card h3 {
    max-width: 15ch;
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
    line-height: 1.16;
  }

  .services-infographic-stage {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    border-left: 1px solid rgba(0, 0, 0, 0.16);
  }

  .services-infographic-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 6px 12px;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }

  .services-infographic-button {
    min-height: 30px;
    font-size: clamp(0.72rem, 2.25vw, 0.8rem);
  }

  .services-products-panel .services-wave-svg {
    width: max(100vw, 2100px);
    height: 120px;
  }

  .service-gallery {
    gap: 12px;
  }

  .service-gallery-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-gallery-panel {
    flex: none;
    cursor: default;
  }

  .service-gallery-panel.is-active {
    flex-grow: 1;
    transform: none;
  }

  .service-gallery-toggle {
    min-height: 112px;
    padding: 16px;
  }

  .service-gallery-title {
    min-height: 1.96em;
  }

  .service-gallery-media {
    display: block;
    height: auto;
    max-height: 0;
    aspect-ratio: 1 / 1.05;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-3px);
    transition:
      max-height 860ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 520ms ease,
      transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .service-gallery-panel.is-active .service-gallery-media {
    max-height: min(72svh, 620px);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .service-gallery-image {
    min-height: 0;
  }

  .service-gallery-overlay {
    align-items: stretch;
    flex-direction: column;
  }

  .service-gallery-controls {
    align-self: start;
  }
}

@media (max-width: 520px) {
  .project-form {
    grid-template-columns: 1fr;
  }

  .form-options-grid {
    grid-template-columns: 1fr;
  }

  .form-options-popover {
    padding: 12px;
  }

  .services-infographic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 5px 12px;
  }

  .services-infographic-button {
    min-height: 30px;
    font-size: clamp(0.7rem, 2.9vw, 0.78rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .brands-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}
