@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Lora:ital,wght@0,400;0,500;1,400&display=swap");

:root {
  --petrol: #0f3b33;
  --dark: #0a2e28;
  --champagne: #d8c7a3;
  --offwhite: #f7f5f1;
  --paper: #e9e6df;
  --graphite: #2b2b2b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--offwhite);
  color: var(--graphite);
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 300;
}
p { orphans: 3; text-wrap: pretty; widows: 3; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  align-items: center;
  background: rgba(247, 245, 241, .94);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 94px;
  padding: 16px 4.5vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.brand { color: var(--petrol); display: inline-flex; flex-direction: column; justify-self: start; letter-spacing: .36em; }
.brand span { font-family: "Lora", Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1; }
.brand small { font-size: 7px; font-weight: 500; letter-spacing: .35em; margin-top: 7px; }
nav { display: flex; gap: 34px; font-size: 12px; font-weight: 400; letter-spacing: .11em; text-transform: uppercase; }
nav a, .contact a { transition: opacity .25s ease; }
nav a:hover, .contact a:hover { opacity: .58; }
.header-cta {
  border-bottom: 1px solid var(--petrol);
  color: var(--petrol);
  font-size: 12px;
  font-weight: 500;
  justify-self: end;
  letter-spacing: .11em;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.hero { min-height: 100svh; overflow: hidden; padding-top: 94px; position: relative; }
.hero-image { background: url("/images/projeto-hero.jpg") center 57% / cover; inset: 94px 0 0; position: absolute; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(6,29,25,.88) 0%, rgba(8,35,30,.61) 45%, rgba(8,25,22,.05) 78%); inset: 94px 0 0; position: absolute; }
.hero-content { color: white; left: 8.5vw; max-width: 770px; position: absolute; top: 52%; transform: translateY(-43%); z-index: 3; }
.kicker { font-size: 11px; font-weight: 500; letter-spacing: .25em; margin: 0 0 28px; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: "Lora", Georgia, serif; font-weight: 400; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(62px, 7.7vw, 116px); line-height: .94; }
h1 em, footer h2 em { color: var(--champagne); font-weight: 400; }
.hero-copy { font-size: 17px; line-height: 1.7; margin: 34px 0 0; max-width: 540px; }
.hero-actions { align-items: center; display: flex; gap: 34px; margin-top: 42px; }
.button { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: .14em; padding: 18px 24px; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--offwhite); color: var(--petrol); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.48); font-size: 12px; padding-bottom: 8px; }
.text-link span { color: var(--champagne); margin-left: 8px; }
.hero-note { bottom: 34px; color: white; display: flex; font-size: 10px; gap: 24px; letter-spacing: .16em; position: absolute; right: 4.5vw; text-transform: uppercase; z-index: 3; }
.hero-credit { bottom: 34px; color: rgba(255,255,255,.68); font-size: 8px; left: 4.5vw; letter-spacing: .13em; margin: 0; position: absolute; text-transform: uppercase; z-index: 3; }

.intro { display: grid; gap: 7vw; grid-template-columns: .6fr 1.35fr .9fr; padding: 140px 7vw; }
.section-label { display: flex; gap: 20px; }
.section-label span { color: #8b8b83; font-size: 10px; letter-spacing: .15em; }
.section-label p { font-size: 10px; font-weight: 500; letter-spacing: .17em; line-height: 1.6; margin: 0; text-transform: uppercase; }
.intro-statement > p:first-child { color: var(--petrol); font-family: "Lora", Georgia, serif; font-size: clamp(33px, 3.7vw, 54px); line-height: 1.18; margin: 0; text-wrap: balance; }
.intro-detail { line-height: 1.75; margin: 58px 0 0 22%; max-width: 500px; }
.team-frame { align-self: end; }
.team-frame img { aspect-ratio: 2 / 2.45; object-fit: cover; object-position: 50% 25%; }
.team-caption { display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .12em; margin-top: 12px; text-transform: uppercase; }
.team-credit { color: #817c73; font-size: 8px; letter-spacing: .12em; margin: 8px 0 0; text-transform: uppercase; }

.work { background: var(--petrol); color: white; padding: 130px 7vw 150px; }
.work-heading { align-items: end; display: grid; gap: 7vw; grid-template-columns: .6fr 2.25fr; }
.section-label.light span { color: var(--champagne); }
.champagne { color: var(--champagne); }
.work h2, .method h2 { font-size: clamp(48px, 6vw, 82px); line-height: .95; }
.project-grid { display: grid; gap: 26px; grid-template-columns: repeat(3, 1fr); margin-top: 75px; }
.project-card:nth-child(2) { margin-top: 70px; }
.project-image { overflow: hidden; }
.project-image img { aspect-ratio: 1.2 / 1; object-fit: cover; transition: transform .7s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-credit { color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .13em; margin: 10px 0 0; text-transform: uppercase; }
.project-eyebrow { color: var(--champagne); font-size: 9px !important; font-weight: 500; letter-spacing: .18em; margin-top: 22px !important; text-transform: uppercase; }
.project-card h3 { font-family: "Lora", Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.24; margin: 10px 0 8px; }
.project-card > p:last-child { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.65; margin: 0; max-width: 360px; }

.method { padding: 140px 7vw 150px; }
.method-copy { display: grid; gap: 7vw; grid-template-columns: .6fr 2.25fr; }
.green { color: var(--petrol); }
.method h2 { color: var(--petrol); max-width: 800px; }
.method-lead { font-size: 17px; line-height: 1.75; margin: 35px 0 0; max-width: 610px; }
.steps { border-top: 1px solid #cfcac0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 90px 0 0 25%; padding: 0; }
.steps li { border-right: 1px solid #cfcac0; min-height: 270px; padding: 26px 24px; }
.steps li:first-child { border-left: 1px solid #cfcac0; }
.steps li > span { color: #969087; font-size: 10px; letter-spacing: .15em; }
.steps li div { margin-top: 80px; }
.steps strong { color: var(--petrol); display: block; font-family: "Lora", Georgia, serif; font-size: 19px; font-weight: 500; line-height: 1.3; text-wrap: balance; }
.steps p { font-size: 12px; line-height: 1.65; margin: 14px 0 0; }

footer { background: var(--dark); color: white; display: grid; gap: 60px; grid-template-columns: 1.65fr 1fr; padding: 115px 7vw 40px; }
footer h2 { font-size: clamp(50px, 6.5vw, 90px); line-height: 1; }
.contact { align-items: flex-start; display: flex; flex-direction: column; gap: 22px; justify-content: end; padding-bottom: 10px; }
.button-champagne { background: var(--champagne); color: var(--dark); margin-bottom: 15px; }
.contact > a:not(.button) { border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; padding-bottom: 6px; }
.footer-bottom { align-items: end; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr 1fr; padding-top: 34px; }
.brand.inverted { color: var(--offwhite); }
.footer-bottom p { font-size: 9px; letter-spacing: .14em; margin: 0; text-align: center; text-transform: uppercase; }
.footer-bottom p:last-child { text-align: right; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 80px; }
  nav { display: none; }
  .hero { min-height: 820px; padding-top: 80px; }
  .hero-image, .hero-shade { inset: 80px 0 0; }
  .hero-content { left: 7vw; padding-right: 7vw; top: 48%; }
  h1 { font-size: clamp(60px, 17vw, 88px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .intro { gap: 55px; grid-template-columns: 1fr; padding: 100px 7vw; }
  .intro-detail { margin-left: 0; }
  .team-frame { max-width: 480px; }
  .work-heading, .method-copy { gap: 50px; grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(2) { margin-top: 25px; }
  .project-image img { aspect-ratio: 1.45 / 1; }
  .steps { grid-template-columns: 1fr 1fr; margin-left: 0; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 6vw; }
  .brand span { font-size: 21px; }
  .header-cta { font-size: 9px; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,29,25,.92), rgba(8,35,30,.48)); }
  .hero-note { left: 7vw; right: auto; }
  .hero-credit { bottom: 56px; left: 7vw; }
  .intro-statement > p:first-child { font-size: 38px; }
  .work, .method { padding-block: 95px; }
  .work h2, .method h2 { font-size: 48px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { border-left: 1px solid #cfcac0; min-height: 230px; }
  .steps li div { margin-top: 55px; }
  footer { padding-top: 90px; }
  .footer-bottom { gap: 30px; grid-template-columns: 1fr; }
  .footer-bottom p, .footer-bottom p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
