html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #f5f7f8;
  color: #111317;
}

.scroll-smooth { scroll-behavior: smooth; }
.bg-bone { background-color: #f5f7f8; }
.bg-white { background-color: #fff; }
.bg-stone-100 { background-color: #f5f5f4; }
.bg-black\/35 { background-color: rgba(0, 0, 0, 0.35); }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.text-ink { color: #111317; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-white\/72 { color: rgba(255, 255, 255, 0.72); }
.font-display { font-family: "Inter", sans-serif; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.bottom-10 { bottom: 2.5rem; }
.left-1\/2 { left: 50%; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
.mx-auto { margin-left: auto; margin-right: auto; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.h-screen { height: 100vh; }
.h-full { height: 100%; }
.h-12 { height: 3rem; }
.h-2\.5 { height: 0.625rem; }
.w-full { width: 100%; }
.w-7 { width: 1.75rem; }
.w-1 { width: 0.25rem; }
.w-\[min\(1200px\,calc\(100\%-32px\)\)\] { width: min(1200px, calc(100% - 32px)); }
.w-\[min\(1320px\,calc\(100\%-32px\)\)\] { width: min(1320px, calc(100% - 32px)); }
.w-\[min\(1820px\,calc\(100\%-14px\)\)\] { width: min(1820px, calc(100% - 14px)); }
.max-w-5xl { max-width: 64rem; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }
.rounded-full { border-radius: 9999px; }
.rounded-\[24px\] { border-radius: 24px; }
.border { border-width: 1px; border-style: solid; }
.border-white\/35 { border-color: rgba(255, 255, 255, 0.35); }
.p-1\.5 { padding: 0.375rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-\[92px\] { padding-top: 92px; }
.pt-24 { padding-top: 6rem; }
.pb-24 { padding-bottom: 6rem; }
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-\[10px\] { font-size: 10px; }
.text-\[1rem\] { font-size: 1rem; }
.text-\[1\.15rem\] { font-size: 1.15rem; }
.text-\[20vw\] { font-size: 20vw; }
.leading-\[0\.88\] { line-height: 0.88; }
.tracking-\[-0\.03em\] { letter-spacing: -0.03em; }
.tracking-\[0\.02em\] { letter-spacing: 0.02em; }
.tracking-\[0\.06em\] { letter-spacing: 0.06em; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.shadow-card { box-shadow: 0 20px 40px rgba(17, 17, 17, 0.08); }
.snap-start { scroll-snap-align: start; }
.transition { transition-property: color, background-color, border-color, opacity, transform; transition-duration: 150ms; transition-timing-function: ease; }
.duration-300 { transition-duration: 300ms; }
.hover\:opacity-60:hover { opacity: 0.6; }
.hover\:text-white:hover { color: #fff; }
.group:hover .group-hover\:-translate-y-0\.5 { transform: translateY(-0.125rem); }

@media (min-width: 640px) {
  .sm\:text-\[15vw\] { font-size: 15vw; }
}

@media (min-width: 768px) {
  .md\:w-\[min\(1920px\,calc\(100\%-20px\)\)\] { width: min(1920px, calc(100% - 20px)); }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .md\:pt-28 { padding-top: 7rem; }
  .md\:pb-28 { padding-bottom: 7rem; }
  .md\:text-\[1\.15rem\] { font-size: 1.15rem; }
  .md\:text-\[1\.3rem\] { font-size: 1.3rem; }
  .md\:text-\[10rem\] { font-size: 10rem; }
}

@media (min-width: 1024px) {
  .lg\:text-\[12rem\] { font-size: 12rem; }
}

body.is-lightbox-open {
  overflow: hidden;
}

.page-shell {
  width: min(1820px, calc(100% - 32px));
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  appearance: button;
  background: transparent;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.site-navbar {
  border-bottom: 1px solid rgba(85, 97, 109, 0.14);
  background: #fff;
}

.site-navbar > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.site-navbar > div > a:first-child {
  justify-self: start;
  min-width: 0;
  max-width: 42vw;
}

.site-navbar > div > .flex-col {
  position: relative;
  justify-self: center;
}

.site-navbar > div > a:last-child {
  justify-self: end;
}

.menu-trigger {
  position: relative;
  z-index: 2;
}

.menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 1;
  display: grid;
  gap: 1rem;
  justify-items: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
  width: 220px;
  padding: 0 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: max-height 320ms ease, opacity 220ms ease, transform 320ms ease, padding 320ms ease;
}

.menu-panel a {
  position: relative;
  padding: 0.15rem 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: opacity 220ms ease;
}

.menu-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity 220ms ease;
}

.menu-panel a:hover {
  opacity: 0.72;
}

.menu-panel a:hover::after {
  opacity: 0.35;
}

.menu-panel.is-open {
  max-height: 320px;
  padding: 0.5rem 1.25rem 1.2rem;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.menu-trigger[aria-expanded="true"] .menu-arrow {
  transform: rotate(180deg);
}

.snap-shell {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y proximity;
}

.hero-section,
.project-section {
  min-height: 100vh;
}

.hero-section {
  background: #111 center / cover no-repeat;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-section {
  position: relative;
}

.vision-section {
  padding: 7.5rem 1rem 6.25rem;
  border-top: 1px solid rgba(85, 97, 109, 0.08);
}

.vision-shell {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.vision-label {
  margin: 0 0 1.15rem;
  color: #55616d;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vision-title {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.vision-copy {
  display: grid;
  gap: 1.35rem;
  margin-top: 2.2rem;
}

.vision-copy p {
  margin: 0;
  color: #55616d;
  font-size: 1rem;
  line-height: 1.95;
}

.featured-slider-section {
  background: #ffffff;
  padding: 0.85rem 0 0;
}

.featured-slider-shell {
  width: min(100%, 1920px);
  margin: 0 auto;
}

.featured-slider-frame {
  position: relative;
  overflow: hidden;
}

.featured-slider-track {
  display: flex;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
}

.featured-slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 82vh;
}

.featured-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-slider-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.featured-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.featured-slider-arrow:hover {
  color: #ffffff;
  opacity: 0.82;
  transform: translateY(-50%) scale(1.04);
}

.featured-slider-arrow span {
  display: block;
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.featured-slider-arrow-prev {
  left: 1rem;
}

.featured-slider-arrow-next {
  right: 1rem;
}

.featured-projects-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding: 0 0.15rem;
}

.featured-projects-label {
  margin: 0;
  color: #55616d;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.35rem, 1.5vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.featured-projects-title {
  display: none;
}

.featured-projects-link {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: opacity 220ms ease, color 220ms ease;
}

.featured-projects-link:hover {
  opacity: 0.6;
}

.featured-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.featured-project-card {
  min-width: 0;
}

.featured-project-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.featured-project-media {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.62;
  background: #e2e8ee;
}

.featured-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.featured-project-link:hover .featured-project-media img {
  transform: scale(1.03);
}

.featured-project-copy {
  padding: 0.75rem 0 0;
}

.featured-project-year,
.featured-project-location {
  margin: 0;
  color: #55616d;
  display: none;
}

.featured-project-name {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.08rem, 1.12vw, 1.38rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.15;
  transition: opacity 220ms ease, text-decoration-color 220ms ease;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.16em;
}

.featured-project-description {
  margin: 0.5rem 0 0;
  color: #55616d;
  font-size: 0.82rem;
  line-height: 1.7;
  max-width: 44ch;
}

.featured-project-link:hover .featured-project-name {
  opacity: 0.72;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.featured-project-card-placeholder {
  opacity: 0.72;
}

.featured-project-media-placeholder {
  min-height: 320px;
  background:
    linear-gradient(120deg, rgba(226, 232, 238, 0.82), rgba(245, 247, 248, 0.92));
}

.projects-archive {
  padding-top: 4.5rem;
}

.projects-archive-head {
  margin-bottom: 2.1rem;
}

.project-detail-shell {
  background: #fff;
  min-height: calc(100vh - 92px);
  padding: 2.5rem 1rem 5.5rem;
}

.project-detail-shell-inner {
  width: min(1440px, calc(100% - 28px));
  margin: 0 auto;
}

.project-detail-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: #55616d;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.project-detail-back:hover {
  opacity: 0.68;
}

.project-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: end;
}

.project-detail-meta {
  margin: 0 0 1rem;
  color: #55616d;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-detail-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-wrap: balance;
}

.project-detail-description {
  max-width: 46ch;
  margin: 1.4rem 0 0;
  color: #55616d;
  font-size: 0.98rem;
  line-height: 1.9;
}

.project-detail-image {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1.34;
  background: #e2e8ee;
}

.project-detail-image img,
.project-detail-image video,
.project-detail-gallery-item img,
.project-detail-gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-detail-gallery-item video {
  background: #111317;
}

.project-media-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.project-media-trigger img,
.project-media-trigger video {
  transition: transform 420ms ease, filter 420ms ease;
}

.project-media-trigger.is-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(17, 19, 23, 0.1) 0%,
    rgba(17, 19, 23, 0.22) 54%,
    rgba(17, 19, 23, 0.38) 100%
  );
  opacity: 0.86;
  transition: opacity 300ms ease, background 300ms ease;
}

.project-media-trigger:hover img,
.project-media-trigger:hover video {
  transform: scale(1.025);
  filter: brightness(0.92);
}

.project-media-trigger.is-video:hover::before,
.project-media-trigger.is-video:focus-visible::before {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(17, 19, 23, 0.16) 0%,
    rgba(17, 19, 23, 0.3) 54%,
    rgba(17, 19, 23, 0.48) 100%
  );
}

.project-media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4rem, 6vw, 5rem);
  height: clamp(4rem, 6vw, 5rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12)),
    rgba(17, 19, 23, 0.26);
  color: #fff;
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(16px) saturate(1.28);
  -webkit-backdrop-filter: blur(16px) saturate(1.28);
  transition: opacity 300ms ease, filter 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.project-media-play::after {
  content: "";
  position: absolute;
  inset: -0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  opacity: 0.38;
  transform: scale(0.92);
  animation: projectPlayPulse 2.8s ease-in-out infinite;
}

.project-media-play svg {
  position: relative;
  z-index: 1;
  width: 42%;
  height: 42%;
  margin-left: 0.22rem;
  fill: currentColor;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.2));
}

.project-media-trigger.is-video:hover .project-media-play,
.project-media-trigger.is-video:focus-visible .project-media-play {
  opacity: 1;
  filter: brightness(1.12);
  transform: translate(-50%, -50%) scale(1.07);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.3), 0 0 34px rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.project-media-trigger.is-video:active .project-media-play {
  transform: translate(-50%, -50%) scale(1.01);
  transition-duration: 120ms;
}

@keyframes projectPlayPulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.42;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-media-play::after {
    animation: none;
  }
}

.project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.project-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-lightbox-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.86);
  cursor: zoom-out;
}

.project-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  height: min(100%, 88vh);
  display: grid;
  place-items: center;
  transform: scale(0.975);
  transition: transform 220ms ease;
}

.project-lightbox.is-open .project-lightbox-panel {
  transform: scale(1);
}

.project-lightbox-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.project-lightbox-stage img,
.project-lightbox-stage video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.project-lightbox-close,
.project-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(14px);
  transition: background-color 180ms ease, transform 180ms ease;
}

.project-lightbox-close:hover,
.project-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.18);
}

.project-lightbox-close {
  top: 0;
  right: 0;
  padding: 0.72rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-lightbox-nav {
  top: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.project-lightbox-nav.is-prev {
  left: 0;
}

.project-lightbox-nav.is-next {
  right: 0;
}

.project-lightbox-count {
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.project-detail-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(85, 97, 109, 0.14);
}

.project-detail-facts article p {
  margin: 0 0 0.4rem;
  color: #55616d;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-detail-facts article span {
  color: #111317;
  font-size: 0.95rem;
  line-height: 1.7;
}

.project-detail-body {
  max-width: 66rem;
  margin-top: 3rem;
  display: grid;
  gap: 1.2rem;
}

.project-detail-body p {
  margin: 0;
  color: #55616d;
  font-size: 0.98rem;
  line-height: 1.95;
}

.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 3rem;
}

.project-detail-gallery-item {
  grid-column: span 4;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1;
  background: #e2e8ee;
}

.project-detail-gallery-item.is-wide {
  grid-column: span 8;
  aspect-ratio: 1.62;
}

.project-detail-empty {
  margin: 0;
  color: #55616d;
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .featured-projects-grid {
    gap: 2rem;
  }

  .featured-project-media {
    aspect-ratio: 1.38;
  }
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.project-card {
  transition: opacity 220ms ease, transform 220ms ease;
}

.project-card.is-hidden {
  display: none;
}

.project-link {
  display: block;
  height: 100%;
}

.project-media {
  aspect-ratio: 1.62;
  width: 100%;
}

.project-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.75rem 0 0.1rem;
}

.project-year,
.project-location {
  margin: 0;
  color: #55616d;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.project-title {
  margin: 0.15rem 0 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.18rem, 1.18vw, 1.62rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.02;
  transition: opacity 300ms ease, text-decoration-color 300ms ease;
  text-decoration: none;
  text-wrap: balance;
}

.project-card:hover .project-title {
  opacity: 0.72;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.15em;
}

.contact-section {
  padding: 2rem 1rem 5.5rem;
}

.contact-shell {
  width: min(1820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0.15rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 3rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(85, 97, 109, 0.14);
}

.contact-column {
  min-height: 120px;
}

.contact-heading {
  margin: 0;
  color: #111317;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-placeholder {
  min-height: 56px;
  margin-top: 1.35rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  color: #55616d;
  font-size: 0.92rem;
  line-height: 1.75;
}

.contact-details p {
  margin: 0;
}

.contact-details a {
  color: inherit;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.contact-details a:hover {
  opacity: 0.65;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.social-link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2Zm0 1.5A4.25 4.25 0 0 0 3.5 7.75v8.5a4.25 4.25 0 0 0 4.25 4.25h8.5a4.25 4.25 0 0 0 4.25-4.25v-8.5A4.25 4.25 0 0 0 16.25 3.5h-8.5Zm8.88 1.12a.88.88 0 1 1 0 1.76.88.88 0 0 1 0-1.76ZM12 6.5A5.5 5.5 0 1 1 6.5 12 5.5 5.5 0 0 1 12 6.5Zm0 1.5A4 4 0 1 0 16 12a4 4 0 0 0-4-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2Zm0 1.5A4.25 4.25 0 0 0 3.5 7.75v8.5a4.25 4.25 0 0 0 4.25 4.25h8.5a4.25 4.25 0 0 0 4.25-4.25v-8.5A4.25 4.25 0 0 0 16.25 3.5h-8.5Zm8.88 1.12a.88.88 0 1 1 0 1.76.88.88 0 0 1 0-1.76ZM12 6.5A5.5 5.5 0 1 1 6.5 12 5.5 5.5 0 0 1 12 6.5Zm0 1.5A4 4 0 1 0 16 12a4 4 0 0 0-4-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.social-link-whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91A9.86 9.86 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.33 4.95L2.05 22l5.25-1.38a9.93 9.93 0 0 0 4.74 1.21h.01c5.46 0 9.91-4.45 9.91-9.91a9.86 9.86 0 0 0-2.91-7.01ZM12.05 20.15h-.01a8.22 8.22 0 0 1-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.21 8.21 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24a8.18 8.18 0 0 1 5.83 2.42 8.19 8.19 0 0 1 2.41 5.82c0 4.54-3.7 8.23-8.24 8.23Zm4.52-6.16c-.25-.12-1.47-.73-1.7-.81-.23-.08-.39-.12-.56.12-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.23-.74-.66-1.24-1.47-1.39-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.17.04-.31-.02-.43-.06-.12-.56-1.35-.76-1.85-.2-.48-.4-.41-.56-.42h-.48c-.17 0-.43.06-.66.31-.23.25-.86.84-.86 2.04s.88 2.37 1 2.53c.12.17 1.72 2.63 4.18 3.69.58.25 1.04.4 1.39.51.58.19 1.11.16 1.53.1.47-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.14-1.18-.06-.11-.22-.17-.47-.29Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91A9.86 9.86 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.33 4.95L2.05 22l5.25-1.38a9.93 9.93 0 0 0 4.74 1.21h.01c5.46 0 9.91-4.45 9.91-9.91a9.86 9.86 0 0 0-2.91-7.01ZM12.05 20.15h-.01a8.22 8.22 0 0 1-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.21 8.21 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24a8.18 8.18 0 0 1 5.83 2.42 8.19 8.19 0 0 1 2.41 5.82c0 4.54-3.7 8.23-8.24 8.23Zm4.52-6.16c-.25-.12-1.47-.73-1.7-.81-.23-.08-.39-.12-.56.12-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.23-.74-.66-1.24-1.47-1.39-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.17.04-.31-.02-.43-.06-.12-.56-1.35-.76-1.85-.2-.48-.4-.41-.56-.42h-.48c-.17 0-.43.06-.66.31-.23.25-.86.84-.86 2.04s.88 2.37 1 2.53c.12.17 1.72 2.63 4.18 3.69.58.25 1.04.4 1.39.51.58.19 1.11.16 1.53.1.47-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.14-1.18-.06-.11-.22-.17-.47-.29Z'/%3E%3C/svg%3E");
}

.social-link svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.about-section {
  border-top: 1px solid rgba(85, 97, 109, 0.12);
}

.about-kicker {
  margin: 0 0 1rem;
  color: #55616d;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1.85;
  margin-bottom: 4rem;
}

.about-hero img,
.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 23, 0.08) 0%, rgba(17, 19, 23, 0.42) 100%);
}

.about-hero-copy {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3rem);
  right: clamp(1.5rem, 4vw, 3rem);
  top: clamp(1.5rem, 4vw, 2.2rem);
  z-index: 1;
  max-width: 980px;
}

.about-hero-copy .about-kicker,
.about-slide-caption p,
.about-slide-caption h4 {
  color: #f5f7f8;
}

.about-hero-title,
.about-slider-title,
.about-cta-title {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.about-hero-title {
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 6rem);
  line-height: 0.9;
  max-width: 7ch;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  padding: 1rem 0 5rem;
}

.about-intro,
.about-philosophy {
  max-width: 35rem;
}

.about-body,
.about-slider-note {
  margin: 0;
  color: #55616d;
  font-size: 1rem;
  line-height: 2;
}

.about-section-title {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.35rem, 4.1vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.about-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(85, 97, 109, 0.14);
}

.about-company-profile,
.about-scope-section,
.about-factory-section,
.about-references-section {
  padding: 0 0 5rem;
}

.about-company-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid rgba(85, 97, 109, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(245, 247, 248, 0.98), rgba(255, 255, 255, 0.94));
}

.about-company-copy {
  max-width: 760px;
}

.about-company-text {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.7rem;
}

.about-company-text p {
  margin: 0;
}

.about-company-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-highlight-card,
.about-stat-card,
.about-service-card,
.about-equipment-list article,
.about-reference-grid article {
  border: 1px solid rgba(85, 97, 109, 0.12);
  border-radius: 8px;
  background: #fff;
}

.about-highlight-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
}

.about-highlight-card span,
.about-stat-card span {
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.about-highlight-card p,
.about-stat-card p,
.about-equipment-list p,
.about-reference-grid span {
  margin: 0;
  color: #55616d;
  font-size: 0.84rem;
  line-height: 1.55;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-service-card {
  min-height: 136px;
  padding: 1.2rem;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.about-service-card h3 {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.about-service-card-wide {
  grid-column: span 5;
  min-height: auto;
  background: #111317;
}

.about-service-card-wide h3 {
  max-width: 920px;
  color: #f5f7f8;
  font-size: clamp(1.12rem, 1.6vw, 1.6rem);
  line-height: 1.35;
}

.about-service-card:hover,
.about-reference-grid article:hover {
  border-color: rgba(17, 19, 23, 0.24);
  box-shadow: 0 16px 34px rgba(17, 19, 23, 0.06);
  transform: translateY(-2px);
}

.about-factory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.about-stat-card {
  min-height: 132px;
  padding: 1.15rem;
}

.about-stat-card p {
  margin-top: 1.4rem;
}

.about-equipment-list {
  display: grid;
  gap: 0.65rem;
}

.about-equipment-list article {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.15rem;
}

.about-equipment-list span {
  color: #ef6c23;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.about-reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-reference-grid article {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.about-reference-grid strong {
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.about-slider-shell {
  padding: 0 0 5rem;
}

.about-slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1.72;
  background: #dde3e8;
}

.about-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 900ms ease, transform 1400ms ease;
}

.about-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 23, 0.06) 10%, rgba(17, 19, 23, 0.48) 100%);
}

.about-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.about-slide-caption {
  position: absolute;
  left: clamp(1.5rem, 4vw, 2.5rem);
  right: clamp(1.5rem, 4vw, 2.5rem);
  bottom: clamp(1.5rem, 4vw, 2.5rem);
  z-index: 1;
}

.about-slide-caption h4 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
  max-width: 11ch;
}

.about-slider-nav {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.about-slider-nav button {
  width: 0.78rem;
  height: 0.78rem;
  border: 0;
  border-radius: 999px;
  background: rgba(85, 97, 109, 0.22);
  transition: transform 220ms ease, background-color 220ms ease;
  cursor: pointer;
}

.about-slider-nav button.is-active {
  background: #ef6c23;
  transform: scale(1.18);
}

.about-contact-shell {
  padding-top: 0;
}

.about-contact-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.about-contact-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 1.62;
  background: #dde3e8;
}

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

.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(320px, 0.85fr);
  gap: 2.5rem clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.about-contact-title {
  margin: 0 0 2rem;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.35rem, 4.1vw, 4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.about-contact-map {
  width: min(100%, 760px);
  overflow: hidden;
  border: 1px solid rgba(85, 97, 109, 0.16);
  border-radius: 8px;
  aspect-ratio: 1.84;
  background: #eef2f5;
  box-shadow: 0 1px 6px rgba(17, 19, 23, 0.12);
}

.about-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  padding-top: 0.2rem;
  color: #55616d;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.5;
}

.about-contact-details p {
  margin: 0;
}

.about-contact-details a {
  color: inherit;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.about-contact-details a:hover {
  opacity: 0.65;
}

.about-contact-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05rem;
  margin-top: 1.35rem;
}

.about-contact-social p {
  margin: 0;
}

.about-contact-social [data-contact-social-links] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.about-contact-social .social-link {
  gap: 0.85rem;
  color: #55616d;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.about-contact-social .social-link::before {
  width: 1.45rem;
  height: 1.45rem;
}

.scroll-indicator > span {
  animation: drift 1.8s ease-in-out infinite;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(22px);
    opacity: 0.35;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 76px;
  }

  body[data-page="home"] {
    padding-top: 0;
  }

  .site-navbar {
    top: max(0.7rem, env(safe-area-inset-top));
    left: 0.75rem;
    right: 0.75rem;
    z-index: 80;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    box-shadow: 0 14px 34px rgba(17, 19, 23, 0.12);
  }

  .site-navbar > div {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0.58rem 0.62rem 0.58rem 0.95rem;
  }

  .site-navbar > div > a:first-child {
    width: 100%;
    max-width: none;
    overflow: hidden;
    font-size: 0.96rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-navbar > div > .flex-col {
    justify-self: end;
    align-items: flex-end;
    gap: 0;
  }

  .site-navbar > div > a:last-child {
    display: none;
  }

  .menu-trigger {
    min-height: 2.35rem;
    gap: 0.42rem;
    padding: 0 0.76rem;
    border: 1px solid rgba(17, 19, 23, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    font-size: 0.86rem;
    letter-spacing: 0.03em;
  }

  .menu-arrow {
    font-size: 0.68rem;
  }

  .menu-panel {
    position: fixed;
    top: calc(max(0.7rem, env(safe-area-inset-top)) + 3.7rem);
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
    gap: 0;
    justify-items: stretch;
    padding: 0;
    border-color: rgba(255, 255, 255, 0.54);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    box-shadow: 0 18px 44px rgba(17, 19, 23, 0.16);
    transform: translateY(-10px);
  }

  .menu-panel a {
    display: flex;
    align-items: center;
    min-height: 3.15rem;
    padding: 0 1.15rem;
    border-bottom: 1px solid rgba(17, 19, 23, 0.08);
    font-size: 1rem;
    font-weight: 500;
    text-shadow: none;
  }

  .menu-panel a:last-child {
    border-bottom: 0;
  }

  .menu-panel a::after {
    display: none;
  }

  .menu-panel.is-open {
    max-height: 220px;
    padding: 0.35rem 0;
    transform: translateY(0);
  }

  .snap-shell {
    scroll-snap-type: y proximity;
  }

  .hero-section,
  .project-section {
    min-height: auto;
  }

  .hero-section {
    min-height: 100vh;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .vision-section {
    padding: 5.5rem 1rem 4.5rem;
  }

  .vision-shell {
    width: min(calc(100% - 32px), 900px);
  }

  .vision-copy p {
    font-size: 0.96rem;
  }

  .featured-slider-section {
    padding-top: 0.5rem;
  }

  .featured-slide {
    height: 58vh;
  }

  .featured-slider-nav {
    inset: 0;
  }

  .featured-slider-arrow-prev {
    left: 0.75rem;
  }

  .featured-slider-arrow-next {
    right: 0.75rem;
  }

  .featured-projects-head,
  .featured-projects-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-projects-grid {
    display: grid;
  }

  .featured-project-media {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .project-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .project-detail-shell {
    padding: 1.5rem 1rem 4rem;
  }

  .project-detail-shell-inner {
    width: min(calc(100% - 32px), 1440px);
  }

  .project-detail-hero,
  .project-detail-facts {
    grid-template-columns: 1fr;
  }

  .project-detail-image,
  .project-detail-gallery-item,
  .project-detail-gallery-item.is-wide {
    aspect-ratio: 1.08;
  }

  .project-detail-gallery {
    grid-template-columns: 1fr;
  }

  .project-detail-gallery-item,
  .project-detail-gallery-item.is-wide {
    grid-column: span 1;
  }

  .project-media-play {
    width: 4rem;
    height: 4rem;
  }

  .project-lightbox {
    padding: 0.75rem;
  }

  .project-lightbox-panel {
    height: min(100%, 84vh);
  }

  .project-lightbox-stage img,
  .project-lightbox-stage video {
    border-radius: 12px;
  }

  .project-lightbox-close {
    top: 0.25rem;
    right: 0.25rem;
    padding: 0.62rem 0.82rem;
  }

  .project-lightbox-nav {
    top: auto;
    bottom: -0.15rem;
    width: 2.65rem;
    height: 2.65rem;
    transform: none;
  }

  .project-lightbox-nav.is-prev {
    left: 0.25rem;
  }

  .project-lightbox-nav.is-next {
    right: 0.25rem;
  }

  .project-lightbox-count {
    bottom: 0.66rem;
  }

  .project-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-title {
    font-size: 1.2rem;
  }

  .contact-section {
    padding: 1rem 1rem 4rem;
  }

  .contact-shell {
    width: min(1820px, calc(100% - 32px));
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-hero {
    aspect-ratio: 0.92;
    margin-bottom: 2.5rem;
  }

  .about-editorial-grid,
  .about-slider-copy,
  .about-contact-grid {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .about-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .about-company-card,
  .about-company-highlights,
  .about-service-grid,
  .about-factory-grid,
  .about-reference-grid {
    grid-template-columns: 1fr;
  }

  .about-company-card {
    padding: 1.25rem;
  }

  .about-highlight-card,
  .about-service-card,
  .about-stat-card,
  .about-reference-grid article {
    min-height: auto;
  }

  .about-service-card-wide {
    grid-column: auto;
  }

  .about-equipment-list article {
    grid-template-columns: 2.8rem 1fr;
  }

  .about-contact-grid {
    gap: 2.25rem;
  }

  .about-contact-title {
    margin-bottom: 1.4rem;
  }

  .about-contact-map {
    width: 100%;
    aspect-ratio: 1.35;
  }

  .about-editorial-grid,
  .about-company-profile,
  .about-scope-section,
  .about-factory-section,
  .about-references-section,
  .about-slider-shell {
    padding-bottom: 3rem;
  }

  .about-slider {
    aspect-ratio: 0.88;
  }

  .about-slider-nav {
    justify-content: flex-start;
  }

  .about-contact-media {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-slide {
    height: 68vh;
  }

  .about-company-card {
    grid-template-columns: 1fr;
  }

  .about-service-grid,
  .about-reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-service-card-wide {
    grid-column: span 2;
  }

  .about-factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .snap-shell {
    scroll-behavior: auto;
  }

  .scroll-indicator > span {
    animation: none;
  }

  .about-slide {
    transition: none;
  }
}
