:root {
  --ink: #17231f;
  --ink-2: #25352f;
  --muted: #58635e;
  --paper: #f3efe6;
  --paper-2: #e9e2d5;
  --white: #fffdf8;
  --line: #d4cbbd;
  --ochre: #c78d2f;
  --terracotta: #a64f3f;
  --teal: #246b67;
  --plum: #573e56;
  --shadow: 0 22px 58px rgba(23, 35, 31, .14);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body::selection { background: #e2bd72; color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--white); padding: 9px 14px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(83, 79, 68, .2); background: rgba(243, 239, 230, .95); backdrop-filter: blur(15px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { max-width: 245px; color: var(--ink); font-family: var(--serif); font-size: 1.14rem; line-height: 1.02; text-decoration: none; }
.brand span { display: block; margin-top: 5px; color: var(--teal); font-family: var(--sans); font-size: .61rem; font-weight: 700; letter-spacing: .15em; line-height: 1.25; text-transform: uppercase; }
.nav__links { display: flex; align-items: center; gap: 23px; margin: 0; padding: 0; list-style: none; font-size: .88rem; font-weight: 600; }
.nav__links > li > a { text-decoration: none; }
.nav__links > li > a:hover, .nav__links > li > a[aria-current="page"], .nav-dropdown > summary:hover { color: var(--terracotta); }
.menu-button { display: none; border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 7px 11px; cursor: pointer; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { list-style: none; cursor: pointer; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary::after { content: "⌄"; display: inline-block; margin-left: 5px; color: var(--terracotta); transition: transform .2s; }
.nav-dropdown[open] > summary::after { transform: rotate(180deg); }
.nav-dropdown__panel { position: absolute; top: calc(100% + 27px); right: -190px; width: min(760px, 88vw); padding: 22px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.nav-dropdown__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -28px; height: 28px; }
.nav-dropdown__title { margin: 0 0 13px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }
.project-menu li { background: var(--white); }
.project-menu a { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; padding: 10px 13px; text-decoration: none; transition: background .2s; }
.project-menu a:hover { background: var(--paper); }
.project-menu span { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }
.project-menu small { max-width: 150px; color: var(--muted); font-size: .68rem; font-weight: 500; line-height: 1.25; text-align: right; }
.project-menu__all { grid-column: 1 / -1; }
.project-menu__all a { color: var(--teal); }

.kicker, .eyebrow { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .145em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { display: flex; flex-wrap: wrap; gap: 11px; }
.eyebrow span + span::before { content: "·"; margin-right: 11px; color: var(--ochre); }
.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; padding: clamp(62px, 9vw, 126px) 0 70px; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -180px; top: -180px; border: 1px solid rgba(36, 107, 103, .25); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.hero h1, .page-intro h1, .project-hero h1 { margin: 14px 0 26px; font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; line-height: .93; }
.hero h1 { max-width: 780px; font-size: clamp(3.8rem, 7.2vw, 7rem); }
.hero__lead { max-width: 660px; margin: 0 0 15px; font-family: var(--serif); font-size: clamp(1.22rem, 2.1vw, 1.67rem); line-height: 1.38; }
.hero__note { max-width: 570px; margin: 0 0 28px; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__visual { position: relative; min-height: 560px; }
.hero__visual img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.hero__visual img:nth-child(1) { top: 0; right: 0; width: 77%; height: 390px; }
.hero__visual img:nth-child(2) { bottom: 0; left: 0; width: 58%; height: 285px; border: 9px solid var(--paper); }
.hero__visual::after { content: "Archivo vivo\A 2013—2026"; white-space: pre; position: absolute; right: 4%; bottom: 24px; padding: 10px 13px; border: 1px solid currentColor; background: var(--paper); color: var(--terracotta); font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; transform: rotate(-3deg); }
.hero__index { position: absolute; left: 0; bottom: 8px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; writing-mode: vertical-rl; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 46px; border: 1px solid var(--terracotta); border-radius: var(--radius); background: var(--terracotta); color: #fff; padding: 10px 18px; font-size: .82rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--plum); border-color: var(--plum); transform: translateY(-2px); }
.button--quiet { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--quiet:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button--small { min-height: 39px; padding: 7px 13px; font-size: .75rem; }
.text-link { display: inline-flex; gap: 5px; align-items: center; color: var(--teal); font-size: .82rem; font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link span { transition: transform .2s; }

.section { padding: clamp(70px, 9vw, 125px) 0; }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--white); }
.section--paper-2 { background: var(--paper-2); }
.section__heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: clamp(30px, 7vw, 100px); align-items: end; margin-bottom: 38px; }
.section__heading h2, .section-title { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(2.45rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.045em; line-height: .97; }
.section__heading > p { max-width: 500px; margin: 0 0 7px; color: var(--muted); }
.section--ink .section__heading > p { color: #cbd2ce; }
.section-intro { max-width: 710px; margin: -5px 0 27px; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; }

.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.project-card { --accent: var(--terracotta); display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s; }
.project-card[data-accent="ochre"] { --accent: var(--ochre); }
.project-card[data-accent="teal"] { --accent: var(--teal); }
.project-card[data-accent="plum"] { --accent: var(--plum); }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card__image { position: relative; aspect-ratio: 1.18; overflow: hidden; background: var(--ink); }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.project-card:hover .project-card__image img { transform: scale(1.045); }
.project-card__type { position: absolute; left: 13px; bottom: 13px; max-width: calc(100% - 26px); padding: 5px 9px; background: rgba(23, 35, 31, .9); color: #fff; font-size: .63rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.project-card__body { display: flex; flex: 1; flex-direction: column; padding: 21px 21px 23px; border-top: 4px solid var(--accent); }
.project-card h3 { margin: 11px 0 4px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.04; }
.project-card h3 a { text-decoration: none; }
.project-card p { margin: 8px 0; color: var(--muted); font-size: .91rem; }
.project-card__subtitle { color: var(--accent) !important; font-size: .78rem !important; font-weight: 700; }
.project-card__inventory { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 17px; }
.project-card__inventory span { padding: 3px 7px; border: 1px solid var(--line); color: var(--muted); font-size: .64rem; }
.project-card .text-link { margin-top: auto; }

.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #52615b; background: #52615b; }
.principle { min-height: 255px; padding: 27px; background: var(--ink); }
.principle > span { color: #e0b968; font-family: var(--serif); font-size: 2.5rem; }
.principle h3 { margin: 20px 0 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.principle p { margin: 0; color: #cbd2ce; font-size: .88rem; }
.home-publications { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-cta { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 32px; padding-top: 23px; border-top: 1px solid var(--line); }
.home-cta p { max-width: 590px; margin: 0; color: var(--muted); }

.page-intro { padding: clamp(70px, 9vw, 120px) 0 60px; border-bottom: 1px solid var(--line); background: var(--white); }
.page-intro h1 { max-width: 1000px; font-size: clamp(3.6rem, 7vw, 7rem); }
.page-intro .page-intro__lead { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(1.17rem, 2vw, 1.5rem); line-height: 1.48; }
.page-intro__stats { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.page-intro__stats div { display: flex; align-items: baseline; gap: 9px; }
.page-intro__stats strong { color: var(--terracotta); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.page-intro__stats span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.filter-bar button { border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 8px 13px; font-size: .78rem; font-weight: 700; cursor: pointer; }
.filter-bar button[aria-pressed="true"] { border-color: var(--teal); background: var(--teal); color: #fff; }

.article-grid, .article-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card { display: flex; min-width: 0; flex-direction: column; padding: 26px; border-top: 4px solid var(--teal); background: var(--white); box-shadow: 0 1px 0 var(--line); }
.article-card__meta { display: flex; justify-content: space-between; gap: 15px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card__meta a { color: var(--terracotta); text-align: right; }
.article-card h3 { margin: 17px 0 12px; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 400; line-height: 1.17; }
.article-card > p { color: var(--muted); font-size: .88rem; }
.article-card__publication { margin: 0 0 6px; color: var(--ink) !important; font-size: .75rem !important; font-weight: 700; }
.article-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; }
.article-card__actions > span { color: var(--muted); font-size: .7rem; }
.article-card--compact { min-height: 300px; }
.article-card--compact h3 { font-size: 1.5rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 3px 7px; border: 1px solid var(--line); color: var(--muted); font-size: .65rem; }

.project-hero { --accent: var(--terracotta); position: relative; display: flex; min-height: min(760px, calc(100vh - 82px)); align-items: end; overflow: hidden; color: #fff; }
.project-hero[data-accent="ochre"] { --accent: var(--ochre); }
.project-hero[data-accent="teal"] { --accent: var(--teal); }
.project-hero[data-accent="plum"] { --accent: var(--plum); }
.project-hero__image, .project-hero__overlay, .project-hero__grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.project-hero__image { object-fit: cover; }
.project-hero__overlay { background: linear-gradient(0deg, rgba(10, 19, 16, .9) 4%, rgba(10, 19, 16, .47) 52%, rgba(10, 19, 16, .12)); }
.project-hero__grain { opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.project-hero__content { position: relative; padding-bottom: clamp(55px, 8vw, 90px); }
.back-link { display: inline-block; margin-bottom: clamp(55px, 9vw, 110px); font-size: .82rem; font-weight: 700; }
.eyebrow--light { color: #f1ce88; }
.project-hero h1 { max-width: 1100px; font-size: clamp(4rem, 9vw, 8.8rem); }
.project-hero__content > p:last-child { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.6rem); }
.project-jump { position: sticky; top: 82px; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .96); backdrop-filter: blur(12px); }
.project-jump .container { display: flex; gap: 23px; overflow-x: auto; scrollbar-width: none; }
.project-jump .container::-webkit-scrollbar { display: none; }
.project-jump a { flex: 0 0 auto; padding: 13px 0 11px; color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.project-jump a:hover { color: var(--terracotta); }
.project-layout { display: grid; grid-template-columns: 270px minmax(0, 770px); gap: clamp(45px, 8vw, 125px); padding: clamp(70px, 9vw, 120px) 0; }
.project-facts { align-self: start; border-top: 4px solid var(--terracotta); }
.project-facts div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.project-facts span { display: block; margin-bottom: 3px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { font-size: .88rem; font-weight: 600; }
.project-narrative { font-size: 1.05rem; }
.project-narrative .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.15rem); line-height: 1.34; }
.project-narrative p:not(.lead) { color: var(--muted); }
.project-sections { padding-bottom: clamp(80px, 10vw, 145px); }
.project-section { padding: clamp(62px, 8vw, 100px) 0; border-top: 1px solid var(--line); }
.project-section--wide { width: min(1420px, calc(100vw - 48px)); margin-left: 50%; transform: translateX(-50%); padding-inline: max(24px, calc((100vw - 1220px) / 2)); }
.section-label { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: center; margin-bottom: 30px; }
.section-label span { color: var(--terracotta); font-family: var(--serif); font-size: 1.55rem; }
.section-label p { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.03; }

.component-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.component-card { min-height: 235px; padding: 24px; background: var(--white); }
.component-card > span { color: var(--ochre); font-family: var(--serif); font-size: 1.5rem; }
.component-card h3 { margin: 26px 0 8px; font-family: var(--serif); font-size: 1.38rem; font-weight: 400; line-height: 1.1; }
.component-card p { margin: 0; color: var(--muted); font-size: .85rem; }
.highlight-stack { display: grid; gap: 55px; }
.highlight-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(28px, 6vw, 80px); align-items: center; }
.highlight-row--reverse { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
.highlight-row--reverse img { order: 2; }
.highlight-row img { width: 100%; max-height: 620px; object-fit: cover; }
.highlight-row h3 { margin: 7px 0 13px; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 3.5rem); font-weight: 400; line-height: 1.02; }
.highlight-row p:not(.kicker) { color: var(--muted); }
.highlight-row small { display: block; margin-top: 20px; color: var(--muted); font-size: .7rem; }
.voice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.voice-card { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(220px, 1.2fr); min-height: 330px; border: 1px solid var(--line); background: var(--white); }
.voice-card img { width: 100%; height: 100%; object-fit: cover; }
.voice-card > div { padding: 25px; }
.voice-card__meta { margin: 0; color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.voice-card h3 { margin: 10px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.voice-card > div > p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }
.external-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.external-links a { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 24px; border: 1px solid var(--line); background: var(--white); text-decoration: none; }
.external-links span { color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.external-links strong { grid-column: 1; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.external-links i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--terracotta); font-size: 1.5rem; font-style: normal; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.media-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.media-card__frame { position: relative; aspect-ratio: 16 / 9; background: #0c1411; }
.media-card__frame img { width: 100%; height: 100%; object-fit: cover; }
.media-card iframe, .media-card video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #0c1411; }
.play-button { position: absolute; inset: 50% auto auto 50%; display: grid; width: 66px; height: 66px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(166, 79, 63, .92); color: #fff; cursor: pointer; transform: translate(-50%, -50%); transition: transform .2s, background .2s; }
.play-button:hover { background: var(--plum); transform: translate(-50%, -50%) scale(1.08); }
.play-button span { margin-left: 4px; }
.media-card__copy { padding: 19px 20px 21px; }
.media-card__copy h3 { margin: 7px 0 12px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.15; }
.media-credit { margin: -2px 0 13px; color: var(--muted); font-size: .75rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 215px; gap: 9px; }
.gallery-grid button { overflow: hidden; border: 0; background: var(--ink); padding: 0; cursor: zoom-in; }
.gallery-grid button:nth-child(7n + 1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, opacity .35s; }
.gallery-grid button:hover img { opacity: .85; transform: scale(1.03); }
.gallery-grid--single { grid-template-columns: minmax(0, 760px); grid-auto-rows: auto; }
.gallery-grid--single button { aspect-ratio: 16 / 9; }
.next-project { background: var(--ink); color: var(--white); }
.next-project a { display: grid; grid-template-columns: 1fr auto; gap: 5px 30px; width: min(1220px, calc(100% - 48px)); margin-inline: auto; padding: clamp(45px, 7vw, 80px) 0; text-decoration: none; }
.next-project span { color: #e0b968; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.next-project strong { font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.next-project i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 3rem; font-style: normal; transition: transform .2s; }
.next-project a:hover i { transform: translateX(9px); }

.lightbox { width: min(1100px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; background: transparent; padding: 0; }
.lightbox::backdrop { background: rgba(8, 15, 12, .9); }
.lightbox img { max-width: 100%; max-height: calc(100vh - 50px); margin: auto; object-fit: contain; }
.lightbox button { position: fixed; right: 18px; top: 16px; width: 42px; height: 42px; border: 1px solid #fff; border-radius: 50%; background: var(--ink); color: #fff; cursor: pointer; }

.bio-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(45px, 8vw, 125px); }
.bio-card { align-self: start; padding: 32px; border-top: 5px solid var(--ochre); background: var(--paper-2); }
.bio-card h2 { margin: 8px 0 15px; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1.05; }
.bio-card p:last-child { color: var(--muted); }
.bio-copy h2 { margin-top: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.05; }
.bio-copy > p { color: var(--muted); }
.bio-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.4; }
.timeline { margin: 40px 0 0; padding: 0; border-left: 1px solid var(--line); list-style: none; }
.timeline li { position: relative; padding: 0 0 30px 28px; color: var(--muted); }
.timeline li::before { content: ""; position: absolute; left: -5px; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--terracotta); }
.timeline strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.practice-grid article { min-height: 180px; padding: 21px; border: 1px solid var(--line); background: var(--white); }
.practice-grid h3 { margin: 22px 0 7px; font-family: var(--serif); font-size: 1.27rem; font-weight: 400; }
.practice-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.contact-card { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); background: var(--white); }
.contact-card h2 { margin: 7px 0 12px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; }
.contact-card > p:not(.kicker) { color: var(--muted); }
.contact-card > a { color: var(--teal); font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.5rem); }

.site-footer { padding: 58px 0 24px; background: #101a17; color: #e9ece9; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .75fr; gap: 50px; }
.footer-grid h2 { margin: 0 0 13px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.footer-grid p, .footer-grid li { color: #b9c3bd; font-size: .85rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 5px; }
.footer-grid a { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 17px; border-top: 1px solid #3a4943; color: #9ba9a2; font-size: .73rem; }

.reveal { opacity: 0; transform: translateY(16px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }

@media (hover: hover) and (min-width: 861px) {
  .nav-dropdown:not([open]):hover .nav-dropdown__panel { display: block; }
  .nav-dropdown:not([open]) .nav-dropdown__panel { display: none; }
}

@media (max-width: 1000px) {
  .project-grid, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles, .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .home-publications { grid-template-columns: 1fr; }
  .component-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 125px; }
  .container { width: min(100% - 34px, 1220px); }
  .nav { min-height: 70px; }
  .menu-button { display: block; }
  .nav__links { position: absolute; left: 0; right: 0; top: 70px; display: none; max-height: calc(100vh - 70px); align-items: stretch; gap: 0; overflow-y: auto; padding: 10px 17px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .nav__links.is-open { display: block; }
  .nav__links > li > a, .nav-dropdown > summary { display: block; padding: 10px 0; }
  .nav-dropdown__panel { position: static; width: 100%; padding: 10px 0 16px; border: 0; background: transparent; box-shadow: none; }
  .project-menu { grid-template-columns: 1fr; }
  .project-menu__all { grid-column: 1; }
  .hero { min-height: auto; }
  .hero__grid, .section__heading, .bio-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 440px; max-width: 620px; }
  .hero__visual img:nth-child(1) { height: 325px; }
  .hero__visual img:nth-child(2) { height: 220px; }
  .section__heading { align-items: start; }
  .section__heading > p { max-width: 690px; }
  .project-hero { min-height: 620px; }
  .project-jump { top: 70px; }
  .project-layout { grid-template-columns: 1fr; }
  .project-facts { display: grid; grid-template-columns: repeat(2, 1fr); }
  .project-facts div { padding-right: 18px; }
  .project-section--wide { width: 100vw; padding-inline: 17px; }
  .highlight-row, .highlight-row--reverse { grid-template-columns: 1fr; }
  .highlight-row--reverse img { order: 0; }
  .video-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 1220px); }
  .brand { font-size: 1rem; }
  .brand span { font-size: .53rem; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 4.5rem); }
  .hero__visual { min-height: 340px; }
  .hero__visual img:nth-child(1) { width: 82%; height: 245px; }
  .hero__visual img:nth-child(2) { width: 59%; height: 165px; border-width: 6px; }
  .hero__visual::after { right: 0; bottom: 12px; }
  .project-grid, .article-grid, .article-list { grid-template-columns: 1fr; }
  .principles, .practice-grid, .component-grid { grid-template-columns: 1fr; }
  .principle { min-height: auto; }
  .home-cta, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .page-intro h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .page-intro__stats { gap: 15px 25px; }
  .project-hero { min-height: 530px; }
  .project-hero h1 { font-size: clamp(3.25rem, 18vw, 5.3rem); }
  .back-link { margin-bottom: 45px; }
  .project-facts { grid-template-columns: 1fr; }
  .project-section--wide { padding-inline: 14px; }
  .section-label { grid-template-columns: 38px 1fr; gap: 10px; }
  .voice-card { grid-template-columns: 1fr; }
  .voice-card img { aspect-ratio: 1.2; }
  .external-links { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-grid button:nth-child(7n + 1) { grid-column: span 2; }
  .next-project a { width: min(100% - 28px, 1220px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
