:root {
  --navy: #14223b;
  --paper: #f2f0e8;
  --white: #fbfaf6;
  --accent: #b6533f;
  --mist: #d8dfe8;
  --line: rgba(20, 34, 59, .25);
  --display: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--white); }

.site-header {
  min-height: 90px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid var(--navy); position: sticky; top: 0; z-index: 20;
  background: rgba(242, 240, 232, .94); backdrop-filter: blur(14px);
}
.identity { display: flex; width: fit-content; flex-direction: column; text-decoration: none; }
.identity span { font: 600 20px/1.1 var(--display); }
.identity small { margin-top: 6px; font: 500 9px/1 var(--mono); }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a, .header-contact { font: 500 11px/1 var(--mono); text-decoration: none; }
.site-header nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--navy); }
.header-contact { justify-self: end; display: flex; gap: 24px; padding: 13px 16px; background: var(--navy); color: var(--white); }

.kicker, .section-number, .project-context { font: 500 10px/1.4 var(--mono); }
.hero { min-height: calc(100svh - 90px); padding: 40px 3.5vw 0; display: grid; grid-template-columns: 1.6fr .4fr; grid-template-rows: auto 1fr auto; column-gap: 7vw; overflow: hidden; }
.hero-marker { grid-column: 1 / -1; display: flex; justify-content: space-between; font: 500 9px/1 var(--mono); }
.hero-copy { align-self: center; padding: 60px 0; max-width: 1230px; }
.hero h1 { margin: 27px 0 44px; font: 500 clamp(68px, 8.6vw, 142px)/.88 var(--display); letter-spacing: -.057em; }
.hero h1 > span, .hero h1 em { display: block; }
.hero h1 em { margin-top: .12em; color: var(--accent); font-weight: 500; }
.hero-summary { margin: 0; font: 500 clamp(23px, 2vw, 32px)/1.25 var(--display); }
.hero-aside { align-self: end; padding: 27px 0 36px; border-top: 1px solid var(--navy); position: relative; }
.hero-aside::before { content: ""; position: absolute; width: 130px; height: 130px; border: 1px solid var(--accent); border-radius: 50%; right: -10px; top: -180px; }
.hero-aside p { margin: 0; font-size: 14px; line-height: 1.6; }
.hero-aside a { display: flex; justify-content: space-between; margin-top: 38px; font: 500 10px/1 var(--mono); text-decoration: none; }
.audience { grid-column: 1 / -1; margin: 0 -3.5vw; padding: 0 3.5vw; min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--navy); background: var(--navy); color: var(--white); }
.audience span { font: 500 12px/1 var(--mono); border-left: 1px solid rgba(255,255,255,.25); padding-left: 18px; }
.audience span:first-child { border: 0; padding-left: 0; }

.projects { padding: 135px 3.5vw 150px; background: var(--white); border-bottom: 1px solid var(--navy); }
.section-intro { display: grid; grid-template-columns: .35fr 1.2fr .45fr; gap: 6vw; align-items: end; margin-bottom: 78px; }
.section-intro h2, .thought h2, .territory h2, .trajectory h2, .contact h2 { margin: 0; font: 500 clamp(48px, 5.5vw, 86px)/.94 var(--display); letter-spacing: -.048em; }
.section-intro > p { margin: 0; font-size: 14px; line-height: 1.6; }
.project-carousel { border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.carousel-toolbar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--navy); }
.carousel-status { margin: 0; font: 500 10px/1 var(--mono); }
.carousel-controls { display: flex; align-self: stretch; }
.carousel-controls button { width: 64px; border: 0; border-left: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 20px; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { background: var(--navy); color: var(--white); outline: 0; }
.project-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.project-track::-webkit-scrollbar { display: none; }
.project-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: 1.16fr .84fr; scroll-snap-align: start; }
.project-slide + .project-slide { border-left: 1px solid var(--navy); }
.project-visual { height: 570px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.project-visual > span { position: absolute; left: 18px; top: 18px; z-index: 2; padding: 8px 10px; background: var(--paper); color: var(--navy); font: 500 9px/1 var(--mono); }
.project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.project-slide:hover .project-visual img { transform: scale(1.035); }
.inner-ashes-visual { background: #fff; }
.bullying-visual { background: #d7d1c7; }
.pantalla-visual { background: #000; }
.project-slide-copy { min-height: 570px; padding: 42px 0 42px 5vw; display: flex; flex-direction: column; background: var(--white); }
.project-slide-copy h3 { margin: auto 0 22px; max-width: 590px; font: 500 clamp(62px, 7vw, 112px)/.82 var(--display); letter-spacing: -.055em; }
.project-slide-copy blockquote { margin: 0 0 22px; max-width: 520px; font: 500 24px/1.2 var(--display); }
.project-slide-copy > p:not(.project-context) { max-width: 500px; font-size: 14px; line-height: 1.65; }
.project-slide-copy a { width: fit-content; margin-top: 25px; padding-bottom: 6px; border-bottom: 1px solid var(--navy); font: 500 10px/1 var(--mono); text-decoration: none; }
.carousel-dots { display: flex; gap: 8px; min-height: 52px; align-items: center; justify-content: center; border-top: 1px solid var(--navy); }
.carousel-dots button { width: 34px; height: 3px; padding: 0; border: 0; background: var(--line); cursor: pointer; transition: background .25s, width .25s; }
.carousel-dots button[aria-current="true"] { width: 58px; background: var(--accent); }

.thought { display: grid; grid-template-columns: .35fr 1.65fr; gap: 6vw; padding: 145px 7vw; background: var(--navy); color: var(--white); }
.thought-label { display: flex; min-height: 760px; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.35); padding-right: 5vw; }
.thought-label > span { font: 400 90px/1 var(--display); color: var(--accent); }
.thought h2 { max-width: 930px; margin: 28px 0 65px; }
.thought-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; border-top: 1px solid rgba(255,255,255,.35); padding-top: 30px; }
.thought-columns p { margin: 0; font-size: 16px; line-height: 1.7; }
.thought-note { margin-top: 80px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); font: 500 10px/1.5 var(--mono); color: rgba(255,255,255,.7); }
.museum-plan { margin-top: 80px; padding-top: 28px; display: grid; grid-template-columns: .45fr 1.1fr; gap: 5vw; border-top: 1px solid rgba(255,255,255,.35); }
.museum-plan-label { margin: 5px 0 0; font: 500 10px/1.5 var(--mono); color: var(--accent); }
.museum-plan h3 { max-width: 700px; margin: 0 0 20px; font: 500 clamp(34px, 3.1vw, 52px)/1 var(--display); letter-spacing: -.035em; }
.museum-plan div > p { max-width: 700px; margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.8); }

.territory { padding: 145px 7vw; display: grid; grid-template-columns: .35fr 1.65fr; gap: 6vw; background: var(--paper); border-bottom: 1px solid var(--navy); }
.territory-label { display: flex; min-height: 560px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--navy); padding-right: 5vw; }
.territory-label > span { font: 400 112px/1 var(--display); color: var(--accent); }
.territory h2 { max-width: 940px; margin: 28px 0 55px; }
.territory-lead { max-width: 850px; margin: 0; font: 500 25px/1.45 var(--display); }
.territory-columns { margin-top: 65px; padding-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; border-top: 1px solid var(--navy); }
.territory-columns p { max-width: 570px; margin: 0; font-size: 15px; line-height: 1.75; }
.territory-note { margin-top: 70px; padding-top: 18px; border-top: 1px solid var(--line); font: 500 10px/1.5 var(--mono); }

.trajectory { padding: 140px 9vw; display: grid; grid-template-columns: .4fr 1fr; gap: 9vw; align-items: center; border-bottom: 1px solid var(--navy); }
.portrait-block { position: relative; max-width: 360px; }
.portrait-block img { width: 220px; height: 220px; object-fit: cover; filter: grayscale(1); border-radius: 50%; }
.portrait-block::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid var(--accent); border-radius: 50%; top: -31px; left: -31px; }
.portrait-block span { display: block; margin-top: 55px; font: 500 10px/1 var(--mono); }
.trajectory h2 { max-width: 900px; margin: 40px 0 32px; }
.trajectory-lead { max-width: 760px; font: 500 22px/1.4 var(--display); }
.credentials { margin-top: 55px; border-top: 1px solid var(--navy); }
.credentials > div { display: grid; grid-template-columns: .3fr 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.credentials span { font: 500 9px/1.4 var(--mono); }
.credentials strong { font-size: 14px; line-height: 1.5; font-weight: 500; }

.contact { padding: 125px 10vw 135px; background: var(--mist); }
.contact h2 { max-width: 1200px; margin: 40px 0 85px; }
.contact a { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); font: 500 12px/1 var(--mono); text-decoration: none; }
.contact a > span:last-child { font-size: 24px; }
footer { min-height: 88px; padding: 0 3.5vw; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--navy); color: var(--white); font: 500 9px/1 var(--mono); }
footer span:nth-child(2) { text-align: center; opacity: .65; }
footer a { justify-self: end; text-decoration: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-marker, .hero-copy, .hero-aside { grid-column: 1; }
  .hero-copy { padding: 130px 0 70px; }
  .hero h1 { font-size: clamp(63px, 14vw, 104px); }
  .hero-aside { width: min(420px, 100%); margin-left: auto; }
  .audience { grid-column: 1; grid-template-columns: 1fr 1fr; gap: 0; padding-block: 18px; }
  .audience span { padding-block: 9px; }
  .section-intro { grid-template-columns: 1fr; gap: 30px; }
  .project-slide { grid-template-columns: 1fr; }
  .project-visual { height: 430px; }
  .project-slide-copy { min-height: 500px; padding: 40px 0; }
  .thought { grid-template-columns: 1fr; padding-inline: 7vw; }
  .thought-label { min-height: auto; flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); padding: 0 0 25px; }
  .thought-label > span { font-size: 50px; }
  .territory { grid-template-columns: 1fr; padding-inline: 7vw; }
  .territory-label { min-height: auto; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--navy); padding: 0 0 25px; }
  .territory-label > span { font-size: 60px; }
  .trajectory { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 18px; }
  .identity span { font-size: 17px; }
  .identity small { display: none; }
  .header-contact { padding: 11px 12px; gap: 9px; }
  .hero { padding-inline: 18px; }
  .hero-copy { padding: 100px 0 60px; }
  .hero h1 { font-size: clamp(54px, 16.2vw, 78px); margin-bottom: 30px; }
  .hero-summary { font-size: 22px; }
  .hero-aside::before { display: none; }
  .audience { margin-inline: -18px; padding-inline: 18px; grid-template-columns: 1fr; }
  .audience span { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; }
  .audience span:first-child { border-top: 0; }
  .projects { padding: 80px 18px 90px; }
  .section-intro h2, .thought h2, .territory h2, .trajectory h2 { font-size: 46px; }
  .carousel-toolbar { min-height: 56px; }
  .carousel-controls button { width: 54px; }
  .project-visual { height: 310px; }
  .project-slide-copy { min-height: 470px; }
  .project-slide-copy h3 { font-size: 70px; }
  .project-slide-copy blockquote { font-size: 21px; }
  .thought { padding: 80px 18px 90px; }
  .thought-columns { grid-template-columns: 1fr; gap: 30px; }
  .museum-plan { margin-top: 60px; grid-template-columns: 1fr; gap: 24px; }
  .territory { padding: 80px 18px 90px; }
  .territory-columns { grid-template-columns: 1fr; gap: 30px; }
  .territory-lead { font-size: 22px; }
  .trajectory { padding: 90px 18px; }
  .portrait-block img { width: 170px; height: 170px; }
  .portrait-block::before { width: 214px; height: 214px; top: -23px; left: -23px; }
  .credentials > div { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding: 85px 18px 95px; }
  .contact h2 { font-size: 48px; margin-bottom: 60px; }
  footer { grid-template-columns: 1fr auto; padding: 24px 18px; }
  footer span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
