:root {
  --ink: #171714;
  --paper: #f1eadc;
  --paper-2: #e8ddca;
  --rust: #b96524;
  --sand: #c79a63;
  --muted: #6f6a60;
  --line: rgba(23, 23, 20, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(241, 234, 220, .92);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--rust); }
.nav-cta { border: 1px solid var(--ink); padding: 9px 15px; }
.menu-button { display: none; background: none; border: 0; font: inherit; font-weight: 700; }

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  padding: 7vw 5vw 5vw;
  overflow: hidden;
}
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  line-height: .95;
  margin-top: 0;
}
h1 { font-size: clamp(64px, 8vw, 132px); margin-bottom: 28px; max-width: 950px; }
h2 { font-size: clamp(48px, 5vw, 84px); margin-bottom: 24px; }
h3 { font-size: 34px; margin-bottom: 14px; }
.hero-text { max-width: 640px; color: #4e4a43; font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; font-weight: 700; }
.primary { background: var(--ink); color: var(--paper); }
.primary:hover { background: var(--rust); }
.secondary { border: 1px solid var(--ink); }
.secondary:hover { background: var(--paper-2); }

.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 760px); mix-blend-mode: multiply; }
.sun { position: absolute; width: min(36vw, 560px); aspect-ratio: 1; border-radius: 50%; background: var(--rust); opacity: .86; }

.ticker {
  padding: 17px 5vw;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--ink);
  color: var(--paper);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ticker i { color: var(--rust); }

.section {
  padding: 9vw 5vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  border-bottom: 1px solid var(--line);
}
.body-copy { max-width: 700px; font-size: 19px; color: #4d4942; }
.body-copy p:first-child { margin-top: 0; }

.project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: var(--paper);
}
.project-visual { min-height: 720px; position: relative; padding: 5vw; background: #282823; }
.project-number {
  position: absolute;
  top: 26px; left: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 72px; font-weight: 800;
  color: rgba(241, 234, 220, .13);
}
.project-placeholder {
  height: 100%;
  min-height: 540px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(241, 234, 220, .3);
  color: rgba(241, 234, 220, .55);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.project-copy { padding: 8vw 6vw; align-self: center; }
.project-copy p:not(.eyebrow) { max-width: 650px; color: #c8c0b2; font-size: 18px; }
.facts { margin-top: 42px; border-top: 1px solid rgba(241, 234, 220, .18); }
.facts div { display: grid; grid-template-columns: 130px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(241, 234, 220, .18); }
.facts dt { color: #8f887c; }
.facts dd { margin: 0; font-weight: 600; }

.experience { background: var(--paper-2); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats article { min-height: 210px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.stats strong { font-family: "Barlow Condensed", sans-serif; font-size: 58px; line-height: 1; color: var(--rust); }
.stats span { font-size: 15px; max-width: 180px; }

.values { padding: 0 5vw 9vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: var(--paper-2); }
.values article { padding: 32px; background: var(--paper); }
.values article > span { color: var(--rust); font-weight: 700; }
.values p { color: var(--muted); }

.contact {
  padding: 9vw 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: end;
}
.email { font-family: "Barlow Condensed", sans-serif; font-size: clamp(34px, 4vw, 64px); font-weight: 700; text-transform: uppercase; border-bottom: 3px solid var(--rust); }
.contact p:last-child { color: var(--muted); }

footer {
  padding: 50px 5vw 28px;
  background: var(--ink);
  color: var(--paper);
}
.footer-brand img { width: 260px; }
.footer-meta { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #a9a296; font-size: 14px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    padding: 24px 5vw;
    flex-direction: column;
    align-items: flex-start;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 12vw; }
  .hero-art { min-height: 400px; }
  .sun { width: 70vw; }
  .section, .project, .contact { grid-template-columns: 1fr; }
  .project-visual { min-height: 520px; }
  .stats, .values { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand span { font-size: 14px; }
  h1 { font-size: 58px; }
  h2 { font-size: 46px; }
  .hero { padding-left: 22px; padding-right: 22px; }
  .site-header, .section, .contact, footer { padding-left: 22px; padding-right: 22px; }
  .ticker { justify-content: flex-start; padding-left: 22px; }
  .project-copy, .project-visual { padding-left: 22px; padding-right: 22px; }
  .footer-meta { flex-direction: column; gap: 8px; }
}
