:root {
  --brand-blue: #004182;
  --brand-red: #ed2322;
  --navy: #1b3448;
  --navy-deep: #10283a;
  --red: #9e4a42;
  --gray: #66635e;
  --steel: #a6aca9;
  --ivory: #f3efe5;
  --paper: #fffdf8;
  --ink: #1b3448;
  --line-dark: rgba(27, 52, 72, 0.2);
  --line-light: rgba(255, 253, 248, 0.24);
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-inter-tight), Arial, sans-serif;
}

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

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: var(--red);
  color: white;
}

.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-shell {
  padding: clamp(46px, 5vw, 72px) clamp(24px, 5.5vw, 84px);
}

.section-shell--blue {
  background: var(--navy);
  color: var(--paper);
}

.section-shell--gray {
  background: #d8d9d6;
}

.section-heading {
  max-width: 1000px;
  margin-bottom: clamp(28px, 3.4vw, 48px);
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.section-shell--blue .section-heading {
  border-color: var(--line-light);
}

.section-heading h2 {
  max-width: 920px;
  margin: 16px 0 0;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.section-heading > p:last-child,
.section-heading--split > p {
  max-width: 560px;
  margin: 20px 0 0;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.16;
}

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
  gap: 7vw;
  align-items: end;
}

.section-heading--split h2 {
  max-width: 850px;
}

.text-link {
  display: inline-flex;
  gap: 70px;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--red);
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.text-link span,
.primary-cta span,
.contact-strip a span,
.whatsapp span,
.service-detail a span,
.contact-form button span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.primary-cta:hover span,
.contact-strip a:hover span,
.whatsapp:hover span,
.service-detail a:hover span,
.contact-form button:hover span {
  transform: translateX(6px);
}

.text-link--light {
  color: var(--paper);
}

/* Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 clamp(24px, 4.3vw, 64px);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(245, 242, 234, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-self: start;
}

.brand img {
  width: 120px;
  height: 50px;
  object-fit: contain;
}

.brand span {
  display: none;
}

.desktop-nav {
  display: flex;
  gap: clamp(30px, 3.4vw, 52px);
  align-items: center;
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a,
.mobile-menu a {
  position: relative;
  padding: 7px 0;
}

.desktop-nav a::after,
.mobile-menu a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after,
.mobile-menu a:hover::after,
.mobile-menu a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.desktop-nav a.is-active,
.mobile-menu a.is-active {
  color: var(--navy);
}

.mobile-menu {
  position: relative;
  display: none;
  justify-self: end;
}

.mobile-menu summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary::after {
  content: " +";
  color: var(--red);
}

.mobile-menu[open] summary::after {
  content: " −";
}

.mobile-menu nav {
  position: absolute;
  top: 48px;
  right: -18px;
  display: grid;
  min-width: 220px;
  gap: 14px;
  padding: 24px;
  border-top: 3px solid var(--red);
  background: var(--ivory);
  box-shadow: 0 25px 60px rgba(0, 46, 93, 0.18);
}

/* Home */
.main-header--overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: white;
  backdrop-filter: none;
}

.main-header--overlay .brand img {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.24));
}

.main-header--overlay .desktop-nav a,
.main-header--overlay .mobile-menu summary {
  color: white;
}

.home-cinematic-hero {
  position: relative;
  min-height: min(740px, 82svh);
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.home-cinematic-hero > img,
.home-cinematic-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-cinematic-hero > img {
  object-fit: cover;
  object-position: center;
  animation: gallery-photo-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-cinematic-shade {
  background:
    linear-gradient(90deg, rgba(7, 20, 31, 0.92) 0%, rgba(7, 20, 31, 0.6) 43%, rgba(7, 20, 31, 0.2) 74%),
    linear-gradient(0deg, rgba(7, 20, 31, 0.64) 0%, transparent 45%);
}

.home-cinematic-copy {
  position: relative;
  z-index: 2;
  width: min(72%, 980px);
  padding: clamp(125px, 15vh, 155px) clamp(24px, 5.5vw, 84px) 150px;
}

.home-cinematic-copy .eyebrow {
  display: flex;
  gap: 14px;
  align-items: center;
}

.home-cinematic-copy .eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--brand-red);
  content: "";
}

.home-cinematic-copy h1 {
  margin: 20px 0 18px;
  font-size: clamp(47px, 5.2vw, 74px);
  font-weight: 780;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.home-cinematic-copy h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.7);
}

.home-cinematic-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}

.home-cinematic-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.home-cinematic-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 750;
}

.home-cinematic-actions a:first-child {
  min-width: 220px;
  border-color: var(--brand-red);
  background: var(--brand-red);
}

.home-cinematic-explore {
  position: absolute;
  bottom: 34px;
  left: clamp(24px, 5.5vw, 84px);
  z-index: 3;
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-cinematic-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: min(54%, 760px);
  grid-template-columns: repeat(3, 1fr);
  background: rgba(12, 24, 35, 0.94);
}

.home-cinematic-stats > div {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 7px;
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home-cinematic-stats strong {
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1;
}

.home-cinematic-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.home-gallery-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  padding: 28px clamp(24px, 4.3vw, 64px) 32px;
  background: var(--ivory);
}

.home-gallery-frame {
  position: relative;
  height: clamp(560px, calc(100svh - 235px), 670px);
  overflow: visible;
}

.home-gallery-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  animation: gallery-photo-in 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-gallery-frame:hover > img {
  transform: scale(1.012);
}

.home-gallery-panel {
  position: absolute;
  bottom: -64px;
  left: 0;
  z-index: 2;
  width: min(48%, 640px);
  padding: 34px 40px 32px;
  border: 1px solid rgba(8, 46, 77, 0.16);
  background: var(--ivory);
  color: var(--navy);
  animation: gallery-panel-in 680ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-gallery-panel .eyebrow {
  margin-bottom: 17px;
  color: var(--gray);
}

.home-gallery-panel h1 {
  margin: 0;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(46px, 4.35vw, 66px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.home-gallery-panel > p:not(.eyebrow) {
  max-width: 500px;
  margin: 19px 0 0;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.38;
}

.gallery-cta {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 750;
}

.gallery-cta span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--red);
  transition: transform 180ms ease;
}

.gallery-cta span::before {
  width: clamp(70px, 8vw, 120px);
  height: 1px;
  background: var(--red);
  content: "";
}

.gallery-cta:hover span {
  transform: translateX(8px);
}

.home-gallery-index {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 44px 0 0 52%;
  color: var(--navy);
  font-size: 14px;
}

.home-gallery-index > span:first-child {
  flex: 1;
  height: 1px;
  margin-right: 12px;
  background: rgba(8, 46, 77, 0.35);
}

.home-gallery-index b,
.home-gallery-index em,
.home-gallery-index span:last-child {
  font-style: normal;
  font-weight: 500;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  padding: 0 clamp(24px, 5.5vw, 84px);
  background: var(--navy-deep);
  color: var(--paper);
}

.home-stats > div {
  display: grid;
  min-height: 142px;
  align-content: center;
  gap: 10px;
  padding: 24px clamp(22px, 3vw, 42px);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home-stats > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.home-stats strong {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.home-stats span {
  color: rgba(255, 253, 248, 0.62);
  font-size: 13px;
}

.primary-cta {
  display: inline-flex;
  min-width: 260px;
  min-height: 52px;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 750;
  transition: background 180ms ease;
}

.primary-cta:hover {
  background: var(--navy);
}

.home-hero-index {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 4%;
  display: flex;
  gap: 9px;
  align-items: baseline;
  color: white;
  font-size: 16px;
}

.home-hero-index b {
  font-size: 30px;
}

.home-hero-index span:nth-child(2) {
  color: var(--red);
}

.home-disciplines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.home-disciplines article {
  min-height: 175px;
  padding: 20px clamp(18px, 2.4vw, 34px) 26px;
  border-right: 1px solid var(--line-dark);
}

.home-disciplines article:last-child {
  border-right: 0;
}

.home-disciplines article > span,
.process-grid article > span,
.service-number {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.home-disciplines h3 {
  margin: 30px 0 12px;
  color: var(--navy);
  font-size: clamp(23px, 2.1vw, 31px);
  letter-spacing: -0.055em;
}

.home-disciplines p {
  max-width: 320px;
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.45;
}

.featured-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.3vw, 36px);
}

.featured-project:nth-child(2) {
  margin-top: 36px;
}

.featured-project-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--steel);
}

.featured-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.9) contrast(1.02);
  transition: filter 350ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-project-image > span {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  background: var(--red);
  color: white;
}

.featured-project a:hover img {
  filter: grayscale(0.2);
  transform: scale(1.035);
}

.featured-project-meta {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
}

.featured-project-meta > span {
  grid-row: 1 / 3;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.featured-project-meta h3 {
  margin: 0 0 6px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.featured-project-meta p {
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 12px;
}

.home-statement {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  height: clamp(500px, 32vw, 610px);
  min-height: 500px;
  background: var(--ivory);
}

.home-statement-image {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.home-statement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.public-clients {
  overflow: hidden;
  padding: 54px 0 58px;
  background: var(--paper);
  border-top: 1px solid rgba(11, 47, 68, 0.14);
}

.public-clients-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: end;
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto 32px;
}

.public-clients-heading .eyebrow {
  margin: 0 0 7px;
}

.public-clients-heading h2 {
  max-width: 680px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.public-clients-viewport {
  position: relative;
  overflow: hidden;
}

.public-clients-viewport::before,
.public-clients-viewport::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(10vw, 150px);
  content: "";
  pointer-events: none;
}

.public-clients-viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), transparent);
}

.public-clients-viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), transparent);
}

.public-clients-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 2px 0;
  animation: public-client-marquee 38s linear infinite;
}

.public-clients-viewport:hover .public-clients-track {
  animation-play-state: paused;
}

.public-client {
  display: grid;
  flex: 0 0 210px;
  width: 210px;
  height: 112px;
  place-items: center;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid rgba(11, 47, 68, 0.1);
}

.public-client img {
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  filter: saturate(0.82);
}

@keyframes public-client-marquee {
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.home-statement-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(38px, 4vw, 58px) clamp(24px, 4vw, 60px);
}

.home-statement blockquote {
  max-width: 710px;
  margin: 24px 0 30px;
  color: var(--navy);
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

/* Page heroes */
.page-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(90px, 9vw, 125px) clamp(24px, 5.5vw, 84px) 52px;
  background-color: var(--navy);
  background-image:
    linear-gradient(115deg, rgba(27, 52, 72, 0.12), rgba(16, 40, 58, 0.74)),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.035) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.035) 40px),
    linear-gradient(27deg, transparent 48.8%, rgba(255, 255, 255, 0.045) 49%, transparent 49.2%);
  color: var(--paper);
}

.page-hero::before {
  position: absolute;
  top: 0;
  right: 22%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.page-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 40%;
  background: var(--red);
  content: "";
}

.page-hero-image {
  position: absolute;
  inset: 0 0 0 53%;
  background-position: center;
  background-size: cover;
  filter: grayscale(0.85);
  opacity: 0.36;
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  width: min(88%, 1120px);
}

.page-hero h1 {
  max-width: 1120px;
  margin: 24px 0 32px;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 770;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.page-hero-description {
  max-width: 560px;
  margin: 0 0 0 32%;
  padding-left: 25px;
  border-left: 3px solid var(--red);
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.18;
}

.page-hero-index {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: rgba(255, 253, 248, 0.66);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

/* Projects */
.catalog-intro {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1fr);
  gap: 6vw;
  margin-bottom: 85px;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.catalog-intro > p:last-child {
  max-width: 560px;
  margin: 0;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(23px, 2.6vw, 36px);
  line-height: 1.15;
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-dark);
}

.project-filters button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(16, 40, 58, 0.22);
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.project-filters button:hover,
.project-filters button.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: white;
}

.project-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 22px;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid rgba(16, 40, 58, 0.15);
  background: var(--paper);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.portfolio-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
}

.portfolio-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--steel);
}

.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.55) saturate(0.8);
  transition: filter 300ms ease, transform 420ms ease;
}

.portfolio-card-image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--red);
  color: white;
  font-size: 18px;
}

.portfolio-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.portfolio-card-heading,
.portfolio-card-facts {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.portfolio-card-heading {
  margin-bottom: 18px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
}

.portfolio-card-heading p {
  margin: 0;
  color: var(--navy);
  font-weight: 750;
  text-transform: uppercase;
}

.portfolio-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.portfolio-card-content > p {
  margin: 0 0 24px;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.5;
}

.portfolio-card-facts {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 40, 58, 0.14);
  color: var(--gray);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(16, 40, 58, 0.12);
}

.portfolio-card:hover .portfolio-card-image img {
  filter: grayscale(0.05) saturate(0.95);
  transform: scale(1.035);
}

.portfolio-download {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: clamp(38px, 7vw, 110px);
  align-items: end;
  overflow: hidden;
  padding: clamp(54px, 6vw, 84px) clamp(24px, 5.5vw, 84px);
  background-color: var(--navy-deep);
  background-image:
    linear-gradient(115deg, rgba(16, 40, 58, 0.25), rgba(16, 40, 58, 0.88)),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.04) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.04) 40px);
  color: var(--paper);
}

.portfolio-download::after {
  position: absolute;
  top: -18%;
  right: 9%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.02),
    0 0 0 110px rgba(255, 255, 255, 0.015);
  content: "";
  pointer-events: none;
}

.portfolio-download-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.portfolio-download-copy .eyebrow {
  color: var(--steel);
}

.portfolio-download-copy h2 {
  margin: 18px 0 18px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.portfolio-download-copy > p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.portfolio-download-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 230px;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 20px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 750;
}

.portfolio-download-button span {
  font-size: 18px;
  transition: transform 180ms ease;
}

.portfolio-download-button:hover span {
  transform: translateY(4px);
}

/* Nosotros */
.nosotros-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(90px, 9vw, 125px) clamp(24px, 5.5vw, 84px) 52px;
  background-color: var(--navy);
  background-image:
    radial-gradient(circle at 76% 42%, rgba(166, 172, 169, 0.12), transparent 30%),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.035) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.035) 40px),
    linear-gradient(27deg, transparent 48.8%, rgba(255, 255, 255, 0.05) 49%, transparent 49.2%);
  color: var(--paper);
  font-family: var(--font-inter-tight), Arial, sans-serif;
}

.nosotros-hero::before {
  position: absolute;
  top: 0;
  right: 22%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.nosotros-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 40%;
  background: var(--red);
  content: "";
}

.nosotros-hero > div {
  position: relative;
  z-index: 1;
  width: min(90%, 1180px);
}

.nosotros-hero h1 {
  max-width: 980px;
  margin: 28px 0 0;
  font-size: clamp(46px, 5.6vw, 80px);
  font-weight: 780;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.nosotros-hero > span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: rgba(255, 253, 248, 0.66);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.nosotros-content {
  display: grid;
  gap: clamp(34px, 4vw, 58px);
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(62px, 7vw, 100px);
  background:
    linear-gradient(135deg, rgba(27, 52, 72, 0.035), transparent 38%),
    var(--ivory);
  font-family: var(--font-inter-tight), Arial, sans-serif;
}

.nosotros-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.7fr);
  gap: clamp(34px, 6vw, 88px);
  overflow: hidden;
  padding: clamp(30px, 3.5vw, 48px);
  border-top: 5px solid var(--red);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 22px 65px rgba(16, 40, 58, 0.08);
}

.nosotros-block:last-child {
  width: 92%;
  justify-self: end;
  border-top-color: var(--navy);
}

.nosotros-heading span {
  display: block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.nosotros-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 780;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.nosotros-heading b {
  position: absolute;
  right: -18px;
  bottom: -58px;
  color: rgba(27, 52, 72, 0.045);
  font-size: clamp(180px, 23vw, 330px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.nosotros-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.nosotros-copy p {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 420;
  line-height: 1.62;
}

.nosotros-copy p:last-child {
  margin-bottom: 0;
}

/* Studio */
.studio-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(45px, 8vw, 125px);
  align-items: center;
}

.studio-profile-image {
  position: relative;
}

.studio-profile-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(0.85);
}

.studio-profile-image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 18px 22px;
  background: var(--red);
  color: white;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-profile-copy {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.studio-profile-copy h2 {
  margin: 26px 0 38px;
  color: var(--navy);
  font-size: clamp(43px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.studio-profile-copy .lead {
  margin: 0 0 25px;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.12;
}

.studio-profile-copy > p:not(.eyebrow):not(.lead) {
  margin: 0;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}

.discipline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 38px;
}

.discipline-tags span {
  padding: 9px 13px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.process-grid article {
  min-height: 330px;
  padding: 24px 28px 35px;
  border-right: 1px solid var(--line-dark);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid h3 {
  margin: 95px 0 20px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.05em;
}

.process-grid p {
  margin: 0;
  color: var(--gray);
  line-height: 1.55;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-dark);
}

.client-grid > div {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line-dark);
}

.client-grid > div:nth-child(odd) {
  border-right: 1px solid var(--line-dark);
}

.client-grid span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
}

.client-grid p {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(20px, 2vw, 29px);
}

/* Services */
.services-catalog {
  padding-top: 40px;
}

.service-block {
  position: relative;
  display: grid;
  grid-template-columns: 55px minmax(300px, 1fr) minmax(320px, 0.9fr) 70px;
  gap: clamp(25px, 4vw, 75px);
  min-height: 340px;
  align-items: start;
  padding: 44px 0;
  border-bottom: 1px solid var(--line-dark);
}

.service-block:first-child {
  border-top: 1px solid var(--line-dark);
}

.service-title h2 {
  margin: 20px 0 25px;
  color: var(--navy);
  font-size: clamp(43px, 5vw, 72px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.service-statement {
  max-width: 470px;
  margin: 0;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.15;
}

.service-detail > p {
  margin: 0 0 32px;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.65;
}

.service-detail ul {
  padding: 0;
  margin: 0 0 38px;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.service-detail li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 12px;
  font-weight: 650;
}

.service-detail li::before {
  margin-right: 12px;
  color: var(--red);
  content: "—";
}

.service-detail a {
  display: inline-flex;
  gap: 55px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--red);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
}

.service-symbol {
  color: var(--steel);
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.service-block:hover .service-symbol {
  color: var(--red);
  transform: rotate(8deg);
}

.service-promise {
  display: grid;
  grid-template-columns: 1fr minmax(400px, 2fr);
  gap: 50px;
}

.service-promise h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.service-promise > p:last-child {
  grid-column: 2;
  max-width: 620px;
  margin: 10px 0 0;
  padding-left: 25px;
  border-left: 3px solid var(--red);
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(21px, 2.2vw, 30px);
}

/* Contact */
.contact-page {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.contact-details {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.contact-details h2 {
  margin: 25px 0 55px;
  color: var(--navy);
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.contact-detail-list {
  border-top: 1px solid var(--line-dark);
}

.contact-detail-list > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-detail-list span {
  color: var(--gray);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail-list a,
.contact-detail-list p {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
}

.whatsapp {
  display: flex;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  padding: 0 20px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease;
}

.whatsapp:hover {
  background: var(--navy);
  color: white;
}

.contact-form-wrap {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 30px;
  margin-top: 48px;
}

.contact-form label {
  display: grid;
  gap: 12px;
}

.contact-form label > span {
  color: var(--gray);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--gray);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--navy);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--red);
}

.contact-form-message {
  grid-column: 1 / -1;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  grid-column: 1 / -1;
  display: flex;
  min-height: 66px;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  border: 0;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  transition: background 180ms ease;
}

.contact-form button:hover {
  background: var(--navy);
}

/* Home lead capture */
.home-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(38px, 6vw, 88px);
  background: var(--paper);
}

.home-lead-copy {
  align-self: center;
}

.home-lead-copy .eyebrow,
.home-lead-form > .eyebrow {
  color: var(--red);
}

.home-lead-copy h2 {
  max-width: 650px;
  margin: 18px 0 20px;
  color: var(--navy);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 780;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.home-lead-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.55;
}

.home-lead-copy > a {
  display: inline-flex;
  gap: 42px;
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--red);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
}

.home-lead-form {
  padding: clamp(26px, 3vw, 40px);
  border-top: 5px solid var(--red);
  background: var(--ivory);
  box-shadow: 0 24px 70px rgba(16, 40, 58, 0.1);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-top: 26px;
}

.lead-form label {
  display: grid;
  gap: 9px;
}

.lead-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.lead-form label > span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 750;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(27, 52, 72, 0.28);
  border-radius: 0;
  outline: 0;
  background: var(--paper);
  color: var(--navy);
}

.lead-form textarea {
  min-height: 78px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(158, 74, 66, 0.1);
}

.lead-form button {
  grid-column: 1 / -1;
  display: flex;
  min-height: 52px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border: 0;
  background: var(--navy);
  color: white;
  cursor: pointer;
  font-weight: 750;
}

.lead-form button:hover {
  background: var(--red);
}

.lead-form > p {
  grid-column: 1 / -1;
  margin: -10px 0 0;
  color: var(--gray);
  font-size: 11px;
  line-height: 1.4;
}

/* Reusable contact strip */
.contact-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(400px, 1.4fr) auto;
  gap: 45px;
  align-items: center;
  padding: 54px clamp(24px, 5.5vw, 84px);
  background: var(--red);
  color: white;
}

.contact-strip h2 {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.contact-strip a {
  display: inline-flex;
  gap: 40px;
  padding-bottom: 8px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 750;
}

.contact-strip--light {
  background: var(--steel);
  color: var(--navy-deep);
}

/* Footer */
.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 1.6fr) 0.6fr 0.9fr;
  min-height: 440px;
  align-content: end;
  gap: clamp(35px, 6vw, 90px);
  padding: 60px clamp(24px, 5.5vw, 84px) 26px;
  background:
    linear-gradient(90deg, rgba(7, 20, 31, 0.68), rgba(7, 20, 31, 0.24) 52%, rgba(7, 20, 31, 0.48)),
    linear-gradient(0deg, rgba(7, 20, 31, 0.78), rgba(7, 20, 31, 0.02) 70%),
    url("../images/g63-footer-construction.png") center 52% / cover no-repeat;
  color: var(--paper);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: 140px;
  height: 58px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 430px;
  margin: 35px 0 0;
  font-family: var(--font-inter-tight), Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 15px;
  line-height: 1.45;
}

.footer-links .eyebrow,
.footer-contact .eyebrow {
  margin-bottom: 18px;
  color: var(--steel);
  font-size: 12px;
}

.footer-contact span {
  max-width: 220px;
  color: rgba(255, 253, 248, 0.65);
  line-height: 1.45;
}

.footer-legal {
  grid-column: 1 / -1;
  margin: 45px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 253, 248, 0.5);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes title-in {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gallery-photo-in {
  from {
    opacity: 0;
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gallery-panel-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  .home-lead {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .home-gallery-panel {
    width: min(58%, 610px);
  }

  .service-block {
    grid-template-columns: 42px 1fr 1fr;
  }

  .service-symbol {
    display: none;
  }

  .contact-strip {
    grid-template-columns: 0.4fr 1.2fr;
  }

  .contact-strip a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .public-clients {
    padding: 42px 0 46px;
  }

  .public-clients-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100% - 44px);
    margin-bottom: 25px;
  }

  .public-clients-heading h2 {
    font-size: 34px;
  }

  .home-cinematic-copy {
    width: 100%;
    padding: 120px 22px 245px;
  }

  .home-cinematic-copy h1 {
    font-size: clamp(43px, 8.5vw, 58px);
  }

  .home-cinematic-stats {
    width: 100%;
  }

  .home-cinematic-explore {
    bottom: 154px;
  }

  .home-stats {
    padding: 0 18px;
  }

  .home-stats > div {
    min-height: 120px;
    padding: 20px 16px;
  }

  .nosotros-hero {
    min-height: 430px;
    padding-bottom: 52px;
  }

  .nosotros-hero h1 {
    max-width: 88%;
    font-size: clamp(42px, 10vw, 60px);
  }

  .nosotros-block {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nosotros-block:last-child {
    width: 100%;
  }

  .nosotros-heading span {
    margin-bottom: 18px;
  }

  .nosotros-copy p {
    font-size: 17px;
    line-height: 1.5;
  }

  .home-lead {
    grid-template-columns: 1fr;
  }

  .home-lead-copy {
    max-width: 680px;
  }

  :root {
    --header-height: 72px;
  }

  .main-header {
    padding: 0 20px;
  }

  .brand img {
    width: 88px;
    height: 37px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .home-gallery-hero {
    min-height: 0;
    overflow: visible;
    padding: 18px 18px 34px;
  }

  .home-gallery-frame {
    height: auto;
  }

  .home-gallery-frame > img {
    height: 440px;
    object-position: 60% center;
  }

  .home-gallery-panel {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 40px);
    margin: -72px 20px 0;
    padding: 30px 32px;
  }

  .home-gallery-panel h1 {
    font-size: clamp(44px, 8vw, 62px);
  }

  .home-gallery-index {
    margin: 26px 0 0;
  }

  .section-heading--split,
  .studio-profile,
  .contact-page,
  .service-promise {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    align-items: start;
  }

  .section-heading--split > p {
    margin-top: 0;
  }

  .home-disciplines,
  .featured-projects,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .home-disciplines article,
  .process-grid article {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .home-disciplines article:last-child,
  .process-grid article:last-child {
    border-bottom: 0;
  }

  .home-disciplines h3,
  .process-grid h3 {
    margin-top: 42px;
  }

  .featured-project:nth-child(2) {
    margin-top: 0;
  }

  .featured-project-image {
    aspect-ratio: 4 / 3;
  }

  .home-statement {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .home-statement-image {
    min-height: 380px;
  }

  .home-statement-copy {
    min-height: 330px;
  }

  .page-hero {
    min-height: 450px;
  }

  .page-hero h1 {
    font-size: clamp(44px, 10vw, 66px);
  }

  .page-hero-description {
    margin-left: 0;
  }

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

  .portfolio-download {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .portfolio-download-button {
    justify-self: start;
  }

  .service-block {
    grid-template-columns: 40px 1fr;
    min-height: 0;
  }

  .service-detail {
    grid-column: 2;
  }

  .service-promise > p:last-child {
    grid-column: 1;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .public-client {
    flex-basis: 176px;
    width: 176px;
    height: 94px;
  }

  .public-client img {
    max-height: 68px;
  }

  .home-cinematic-hero {
    min-height: 690px;
  }

  .home-cinematic-hero > img {
    object-position: 56% center;
  }

  .home-cinematic-copy {
    padding: 108px 20px 235px;
  }

  .home-cinematic-copy h1 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 0.9;
  }

  .home-statement-image {
    min-height: 330px;
  }

  .home-statement-copy {
    min-height: 0;
    padding: 54px 22px;
  }

  .home-statement blockquote {
    font-size: 32px;
  }

  .home-cinematic-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-cinematic-actions a {
    justify-content: space-between;
  }

  .home-cinematic-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-cinematic-stats > div {
    min-height: 76px;
    padding: 12px 10px;
  }

  .home-cinematic-stats strong {
    font-size: 20px;
  }

  .home-cinematic-stats span {
    font-size: 9px;
    padding: 16px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .home-cinematic-explore {
    display: none;
  }

  .home-stats {
    grid-template-columns: 1fr;
    padding: 18px 22px;
  }

  .home-stats > div,
  .home-stats > div:last-child {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .home-stats > div:last-child {
    border-bottom: 0;
  }

  .nosotros-block {
    padding: 30px 24px 38px;
  }

  .nosotros-heading h2 {
    font-size: 44px;
  }

  .home-lead-form {
    padding: 30px 22px;
  }

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

  .lead-form label:nth-child(4),
  .lead-form button,
  .lead-form > p {
    grid-column: 1;
  }

  .section-shell {
    padding: 42px 22px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .home-gallery-hero {
    padding: 14px 12px 30px;
  }

  .home-gallery-frame > img {
    height: 330px;
    object-position: 62% center;
  }

  .home-gallery-panel {
    width: calc(100% - 20px);
    margin: -42px 10px 0;
    padding: 24px 22px 25px;
  }

  .home-gallery-panel .eyebrow {
    margin-bottom: 12px;
  }

  .home-gallery-panel h1 {
    font-size: clamp(39px, 12.4vw, 52px);
    line-height: 0.94;
  }

  .home-gallery-panel > p:not(.eyebrow) {
    margin-top: 15px;
    font-size: 14px;
  }

  .gallery-cta {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }

  .primary-cta {
    width: 100%;
    min-width: 0;
  }

  .page-hero {
    min-height: 410px;
    padding: 82px 22px 40px;
  }

  .page-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .page-hero-description {
    font-size: 17px;
  }

  .catalog-intro {
    grid-template-columns: 1fr;
  }

  .project-portfolio {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .project-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 13px;
  }

  .project-filters button {
    flex: 0 0 auto;
  }

  .portfolio-download {
    padding: 48px 22px;
  }

  .portfolio-download-copy h2 {
    font-size: 37px;
  }

  .portfolio-download-button {
    width: 100%;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-grid > div:nth-child(odd) {
    border-right: 0;
  }

  .service-block {
    grid-template-columns: 32px 1fr;
    gap: 18px;
    padding: 38px 0;
  }

  .service-title h2 {
    font-size: 44px;
  }

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

  .contact-form-message,
  .contact-form button {
    grid-column: 1;
  }

  .contact-strip {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 65px 22px;
  }

  .contact-strip a {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding: 52px 22px 24px;
    background-position: 58% center;
  }

  .footer-brand,
  .footer-legal {
    grid-column: 1;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.admin-edit-link { border: 1px solid rgba(255,255,255,.45); padding: .55rem .85rem !important; }
.admin-page { min-height: 100vh; background: #f3efe4; color: #0d2d45; padding: 2rem clamp(1rem,4vw,4rem) 5rem; }
.admin-topbar { display:flex; justify-content:space-between; gap:2rem; padding-bottom:2rem; border-bottom:1px solid rgba(13,45,69,.2); }
.admin-topbar h1 { font-size:clamp(2rem,4vw,4rem); margin:.25rem 0; }
.admin-topbar > div:last-child { display:flex; gap:.75rem; align-items:flex-start; }
.admin-topbar a,.admin-user-form button { background:#0d2d45; color:white; padding:.8rem 1rem; text-decoration:none; border:0; cursor:pointer; }
.admin-sections { display:flex; flex-wrap:wrap; gap:.5rem; padding:1.2rem 0 2rem; position:sticky; top:0; background:#f3efe4; z-index:5; }
.admin-sections a { color:#0d2d45; border:1px solid rgba(13,45,69,.25); padding:.65rem 1rem; text-decoration:none; }
.admin-placeholder,.admin-panel-card { background:white; padding:clamp(1.25rem,3vw,2.5rem); margin:0 0 1rem; border-top:4px solid #a64c43; }
.admin-placeholder h2,.admin-panel-heading h2 { font-size:clamp(1.5rem,3vw,2.5rem); margin:.35rem 0; }
.admin-panel-heading { display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-bottom:1.5rem; }
.admin-user-form { display:grid; grid-template-columns:1fr 1.4fr 1fr auto; gap:.75rem; align-items:end; padding:1rem; background:#f3efe4; }
.admin-user-form label { display:grid; gap:.4rem; font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.admin-user-form input,.admin-user-form select,.admin-user-list select { min-height:44px; border:1px solid rgba(13,45,69,.25); background:white; padding:.65rem; color:#0d2d45; }
.admin-message { color:#a64c43; font-weight:700; }
.admin-user-list { display:grid; margin-top:1rem; }
.admin-user-list article { display:grid; grid-template-columns:1fr 180px auto; gap:1rem; align-items:center; padding:1rem 0; border-top:1px solid rgba(13,45,69,.12); }
.admin-user-list article > div { display:grid; gap:.25rem; }
.admin-user-list article span { color:#64717b; font-size:.9rem; }
.admin-user-list article button { border:1px solid #a64c43; color:#a64c43; background:transparent; padding:.65rem .9rem; cursor:pointer; }
.admin-user-list article.is-inactive { opacity:.5; }
@media (max-width:800px) { .admin-topbar,.admin-panel-heading { grid-template-columns:1fr; display:grid; } .admin-user-form { grid-template-columns:1fr; } .admin-user-list article { grid-template-columns:1fr; } }
.admin-save-wrap { display:flex; flex-direction:column; align-items:flex-end; gap:.5rem; }
.admin-save-wrap button,.admin-repeater-heading button { border:0; background:#a64c43; color:white; padding:.85rem 1.2rem; font-weight:700; cursor:pointer; }
.admin-save-wrap span { font-size:.9rem; color:#a64c43; font-weight:700; }
.admin-editor-tabs { display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:1.25rem; }
.admin-editor-tabs button { border:1px solid rgba(13,45,69,.25); background:white; color:#0d2d45; padding:.7rem 1rem; cursor:pointer; }
.admin-editor-tabs button.is-active { background:#0d2d45; color:white; }
.admin-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.admin-field { display:grid; gap:.4rem; align-content:start; }
.admin-field span,.admin-image-field>span { font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.admin-field input,.admin-field textarea { width:100%; border:1px solid rgba(13,45,69,.25); padding:.75rem; color:#0d2d45; background:#fff; font:inherit; }
.admin-field textarea { resize:vertical; line-height:1.45; }
.admin-image-field { display:grid; gap:.5rem; grid-column:1/-1; }
.admin-image-field>div { position:relative; min-height:170px; background:#dfe4e5; overflow:hidden; }
.admin-image-field img { width:100%; height:220px; object-fit:cover; display:block; }
.admin-upload-button { position:absolute; right:1rem; bottom:1rem; background:#0d2d45; color:white; padding:.75rem 1rem; cursor:pointer; font-weight:700; }
.admin-upload-button input { display:none; }
.admin-repeater-heading { display:flex; justify-content:space-between; gap:1rem; align-items:center; margin:2rem 0 1rem; }
.admin-repeater-heading h3 { font-size:1.5rem; margin:0; }
.admin-repeat-card { background:#f3efe4; padding:1rem; margin:0 0 1rem; border-left:4px solid #0d2d45; }
.admin-repeat-card .admin-image-field img { height:180px; }
.admin-danger { margin-top:1rem; border:1px solid #a64c43; color:#a64c43; background:transparent; padding:.6rem .8rem; cursor:pointer; }
.admin-empty { padding:2rem; border:1px dashed rgba(13,45,69,.3); text-align:center; }
.admin-check { display:flex; gap:.6rem; align-items:center; font-weight:700; }
.home-events { background:#f3efe4; }
.event-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.event-grid article { background:white; }
.event-grid img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.event-grid article>div { padding:1rem; }
.event-grid span { font-size:.75rem; text-transform:uppercase; letter-spacing:.07em; color:#a64c43; font-weight:800; }
.event-grid h3 { font-size:1.35rem; margin:.5rem 0; }
.event-grid a { color:#0d2d45; font-weight:800; }
@media(max-width:800px){.admin-form-grid,.event-grid{grid-template-columns:1fr}.admin-save-wrap{align-items:stretch}.admin-page{padding:1rem}.admin-repeater-heading{align-items:flex-start}}

/* Joomla G63 template integration */
:root { --font-inter-tight: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; }
.g63-site { min-height: 100vh; }
.g63-site .main-header { grid-template-columns: minmax(180px, 1fr) auto auto; }
.g63-site .desktop-nav .mod-menu { display:flex; align-items:center; gap:clamp(24px,3vw,48px); margin:0; padding:0; list-style:none; }
.g63-site .desktop-nav .mod-menu li { margin:0; }
.menu-toggle { display:none; border:0; background:transparent; color:var(--navy); font-size:12px; font-weight:800; text-transform:uppercase; cursor:pointer; }
.project-teasers { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.project-teasers article { border-top:1px solid var(--line-light); padding-top:14px; }
.project-teasers img { width:100%; aspect-ratio:16/9; object-fit:cover; margin-bottom:16px; }
.project-teasers h3 { margin:0 0 8px; font-size:clamp(24px,3vw,38px); letter-spacing:-.04em; }
.project-teasers p { margin:0; color:rgba(255,255,255,.75); }
.inner-main { min-height:65vh; padding:clamp(46px,6vw,90px) clamp(24px,7vw,110px); }
.inner-main .com-content-article,.inner-main .com-content-category-blog,.inner-main .com-contact { max-width:1240px; margin:0 auto; }
.inner-main h1,.inner-main .page-header h2 { margin:0 0 30px; font-size:clamp(42px,6vw,82px); line-height:.95; letter-spacing:-.06em; }
.inner-main h2 { font-size:clamp(28px,4vw,52px); letter-spacing:-.04em; }
.inner-main p,.inner-main li { font-size:clamp(16px,1.2vw,19px); line-height:1.55; }
.blog-items { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.blog-item { padding:22px; background:var(--paper); border-top:4px solid var(--red); }
.blog-item .item-image img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.pagination__wrapper ul { display:flex; gap:8px; padding:0; list-style:none; }
.pagination__wrapper a { display:block; padding:8px 12px; border:1px solid var(--line-dark); }
.mod-custom > :first-child { margin-top:0; }
.site-footer .mod-menu { display:grid; gap:9px; margin:0; padding:0; list-style:none; }
.content-only { padding:30px; }
.error-page { min-height:100vh; display:grid; place-content:center; text-align:center; background:var(--navy); color:var(--paper); padding:30px; }
.error-page h1 { margin:10px 0; font-size:clamp(90px,20vw,260px); line-height:.8; }
@media(max-width:900px){
  .g63-site .main-header { grid-template-columns:1fr auto; }
  .menu-toggle { display:block; }
  .g63-site .desktop-nav { position:absolute; top:var(--header-height); left:0; right:0; display:none; padding:24px; background:var(--ivory); border-bottom:1px solid var(--line-dark); }
  .g63-site .desktop-nav.is-open { display:block; }
  .g63-site .desktop-nav .mod-menu { display:grid; gap:14px; }
  .project-teasers,.blog-items { grid-template-columns:1fr; }
}
