:root {
  --paper: #f5f1e8;
  --ivory: #eee8dc;
  --ink: #151411;
  --muted: #766f65;
  --line: rgba(21, 20, 17, .16);
  --dark: #11110f;
  --max: 1440px;
}

body {
  background: var(--paper);
  font-weight: 300;
  letter-spacing: .002em;
}

.site-header {
  padding: 30px clamp(24px, 4vw, 70px);
  background: linear-gradient(180deg, rgba(8, 8, 7, .38), transparent);
}

.brand,
.footer-brand {
  min-width: 126px;
  background: transparent;
  overflow: visible;
}

.brand-signature,
.signature-wordmark {
  display: block;
  font-family: Allura, cursive;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: .8;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-studio {
  margin: 10px 0 0 7px !important;
  font-family: Inter, Arial, sans-serif;
  font-size: .52rem !important;
  letter-spacing: .42em !important;
}

.nav {
  gap: clamp(18px, 2.2vw, 38px);
}

.nav a {
  font-size: .61rem;
  letter-spacing: .15em;
}

.hero {
  min-height: min(900px, 100svh);
  background-image: url('assets/hero-v2.webp');
  background-position: center center;
  background-size: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, .68) 0%, rgba(8, 8, 7, .33) 34%, rgba(8, 8, 7, .08) 68%),
    linear-gradient(0deg, rgba(8, 8, 7, .35), transparent 38%);
}

.hero-content {
  padding-bottom: clamp(74px, 11vh, 126px);
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(4.15rem, 7vw, 7.4rem);
  line-height: .9;
  letter-spacing: -.025em;
}

.hero-en {
  margin-top: 14px;
  font-size: clamp(2.15rem, 3.3vw, 3.75rem);
  line-height: 1;
}

.hero-meta {
  margin-top: 24px;
  font-size: .59rem;
  letter-spacing: .18em;
}

.section {
  padding: clamp(78px, 8vw, 118px) 0;
}

.manifesto-grid {
  gap: clamp(70px, 11vw, 170px);
}

.manifesto-title h2 {
  max-width: 750px;
  font-size: clamp(3.3rem, 5vw, 5.7rem);
}

.project-grid {
  gap: clamp(16px, 1.5vw, 28px);
}

.project-card figure {
  aspect-ratio: 3 / 2;
  background: #d8d2c8;
}

.project-card img {
  image-rendering: auto;
  filter: saturate(.88) contrast(1.02);
}

.project-info h3 {
  font-size: 1.5rem;
}

.studio-grid {
  grid-template-columns: minmax(260px, .8fr) minmax(360px, .82fr) minmax(600px, 1.7fr);
  min-height: 700px;
}

.portrait img {
  filter: saturate(.72) contrast(1.04);
  object-position: center;
}

.studio-copy {
  padding: clamp(54px, 5vw, 90px) clamp(44px, 4vw, 76px);
}

.studio-copy h2 {
  font-size: clamp(3rem, 4vw, 4.75rem);
}

.signature-wordmark {
  margin: 28px 0 26px;
  width: fit-content;
  color: #1d1b17;
  font-size: 3rem;
}

.contact-signature {
  margin-top: 34px;
}

.journal article > img {
  display: none;
}

.journal article::before {
  content: "";
  display: block;
  aspect-ratio: 1.65;
  background-position: center;
  background-size: cover;
  filter: saturate(.82) contrast(1.03);
  transition: transform .7s ease, filter .7s ease;
}

.journal article:nth-child(1)::before { background-image: url('assets/project-horizonte-v2.webp'); }
.journal article:nth-child(2)::before { background-image: url('assets/project-ladera-v2.webp'); }
.journal article:nth-child(3)::before { background-image: url('assets/project-mar-v2.webp'); }
.journal article:hover::before { filter: saturate(.95) contrast(1.04); }

.footer .brand-signature {
  color: #f1ede4;
  font-size: 2rem;
}

@media (max-width: 1050px) {
  .site-header { padding: 23px 5vw; }
  .studio-grid { grid-template-columns: .9fr 1.1fr; }
  .studio-image { min-height: 540px; }
}

@media (max-width: 650px) {
  .brand-signature { font-size: 1.9rem; }
  .hero { min-height: 780px; background-position: 58% center; }
  .hero h1 { max-width: 340px; font-size: clamp(3.6rem, 17vw, 4.8rem); }
  .hero-en { font-size: 2.15rem; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,8,7,.73), rgba(8,8,7,.18)); }
  .studio-grid { grid-template-columns: 1fr; }
  .portrait { height: min(120vw, 610px); }
  .studio-image { min-height: 0; height: min(82vw, 500px); }
  .studio-copy { padding: 56px 8vw; }
}
