@font-face {
  font-family: "Always Classy";
  src: url("./assets/fonts/always-classy.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --espresso: #120d0b;
  --espresso-soft: #1b1411;
  --brown: #4a3528;
  --terracotta: #c85a32;
  --terracotta-dark: #9f3c16;
  --warm-white: #fcf9f5;
  --warm-gray: #e5e2de;
  --muted: #a89f97;
  --ink: #1c1c19;
  --line: rgba(74, 53, 40, 0.18);
  --page: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --signature: "Always Classy", "Brush Script MT", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--espresso); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.page-shell { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: white; color: black; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: white;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.is-scrolled { height: 72px; background: rgba(18,13,11,.92); border-color: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: baseline; gap: 14px; }
.brand-signature { font-family: var(--signature); font-size: 1.25rem; line-height: 1; white-space: nowrap; }
.brand-descriptor { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--terracotta); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; margin: 6px 0; }

.hero-scroll { height: 380vh; background: var(--espresso); }
.hero-sticky { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; color: white; }
.hero-video { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; background: var(--espresso); opacity: 0; transition: opacity .35s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,13,11,.86) 0%, rgba(18,13,11,.36) 58%, rgba(18,13,11,.12) 100%), linear-gradient(0deg, rgba(18,13,11,.58) 0%, transparent 46%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: clamp(90px, 12vh, 140px); }
.eyebrow { margin: 0 0 14px; font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.terracotta { color: var(--terracotta); }
.hero-content h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.4vw, 6.6rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(255,255,255,.3); font-size: .75rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--terracotta); background: var(--terracotta); color: white; }
.button-primary:hover { background: var(--terracotta-dark); }
.button-ghost { background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-progress { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 38px; width: 190px; }
.hero-progress-label { display: block; margin-bottom: 10px; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.hero-progress-track { display: block; height: 1px; background: rgba(255,255,255,.25); }
.hero-progress-track span { display: block; width: 0; height: 100%; background: var(--terracotta); }
.hero-scroll.hero-static { height: 100svh; min-height: 620px; }

.intro-section { display: grid; grid-template-columns: 90px minmax(0, 1.5fr) minmax(240px, .7fr); gap: 48px; padding-block: 150px; }
.section-index { font-family: var(--serif); font-size: 1.4rem; color: var(--terracotta); border-top: 1px solid var(--line); padding-top: 16px; }
.intro-copy h2, .projects-heading h2, .profile-content h2, .contact-section h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; line-height: 1.08; }
.intro-copy h2 { max-width: 740px; font-size: clamp(2.5rem, 4.8vw, 4.6rem); }
.intro-copy > p:last-child { max-width: 680px; margin: 28px 0 0; color: #5f5650; font-size: 1.06rem; }
blockquote { margin: 54px 0 0; align-self: end; padding: 24px 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.28rem; font-style: italic; color: var(--brown); }

.projects-section { padding: 30px 0 120px; }
.projects-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.projects-heading h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.projects-heading > p { max-width: 520px; margin: 0 0 8px; color: #655c57; }
.project { margin-bottom: 130px; }
.project:not(.project-featured) { display: grid; grid-template-columns: .75fr 1.55fr; gap: 64px; align-items: center; }
.project-dark { position: relative; grid-template-columns: 1.55fr .75fr !important; color: white; padding-block: 80px; }
.project-dark::before { content: ""; position: absolute; z-index: -1; left: 50%; width: 100vw; top: 0; bottom: 0; transform: translateX(-50%); background: var(--espresso-soft); }
.project-copy { max-width: 430px; }
.project-number { display: block; margin-bottom: 55px; font-family: var(--serif); font-size: 4.8rem; line-height: 1; color: var(--terracotta); opacity: .55; }
.project-copy h3, .featured-intro h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; font-weight: 400; letter-spacing: -.03em; }
.project-copy > p { color: #665c57; }
.project-dark .project-copy > p { color: #cfc3bc; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 28px 0 0; }
.project-tags li { border: 1px solid currentColor; border-radius: 99px; padding: 7px 12px; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }
.project-gallery { display: grid; grid-template-columns: 1.55fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 680px; }
.project-gallery figure, .featured-grid figure { margin: 0; overflow: hidden; background: var(--warm-gray); }
.project-gallery .gallery-main { grid-row: 1 / 3; }
.project-gallery img, .featured-grid img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.project-gallery figure:hover img, .featured-grid figure:hover img { transform: scale(1.025); }

.project-featured { position: relative; color: white; padding-block: 90px; margin-bottom: 0; }
.project-featured::before { content: ""; position: absolute; z-index: -1; inset: 0 50% 0 50%; width: 100vw; transform: translateX(-50%); background: #0d0907; }
.featured-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.featured-intro .project-number { margin-bottom: 36px; }
.featured-intro > p { max-width: 520px; margin: 0 0 8px; color: #cfc3bc; font-family: var(--serif); font-size: 1.28rem; }
.featured-grid { display: grid; grid-template-columns: 1.65fr .7fr; gap: 12px; height: 720px; }
.featured-side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.featured-footer { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); margin-top: 24px; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: #b9ada6; }

.method-section { padding: 120px 0 140px; background: var(--warm-white); }
.method-heading { display: grid; grid-template-columns: 90px minmax(0, 1.35fr) minmax(260px, .65fr); gap: 48px; align-items: start; margin-bottom: 66px; }
.method-heading h2, .impact-copy h2, .library-heading h2, .case-heading h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.method-heading h2 { max-width: 720px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.method-heading > p { align-self: end; margin: 0 0 8px; color: #665c57; }
.method-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-card { min-height: 390px; padding: 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: 72px 2.4rem 5.25rem auto; align-content: start; }
.method-card > span { color: var(--terracotta); font-family: var(--serif); font-size: 1.2rem; }
.method-card .eyebrow { min-height: 0; margin: 0; color: #796c64; line-height: 1.4; }
.method-card h3 { min-height: 0; margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.method-card > p:last-child { margin: 0; padding-top: 16px; color: #665c57; font-size: .92rem; line-height: 1.55; }

.impact-section { position: relative; padding: 140px 0; color: white; background: var(--espresso-soft); overflow: hidden; }
.impact-section::after { content: "TERRITÓRIO"; position: absolute; left: -1vw; bottom: -7vw; font-family: var(--serif); font-size: clamp(8rem, 20vw, 22rem); line-height: .8; color: rgba(255,255,255,.025); pointer-events: none; }
.impact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: start; }
.impact-copy { position: sticky; top: 110px; }
.impact-copy h2 { max-width: 650px; font-size: clamp(3rem, 5.4vw, 5.6rem); }
.impact-copy > p:last-child { max-width: 600px; margin: 32px 0 0; color: #cbbfb8; font-size: 1.05rem; }
.impact-list { border-top: 1px solid rgba(255,255,255,.18); }
.impact-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.impact-list span { color: var(--terracotta); font-family: var(--serif); font-size: 1.15rem; }
.impact-list h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.impact-list p { margin: 0; color: #bcaea6; }

.portfolio-library { padding: 140px 0; background: #f0ede9; }
.library-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.library-heading h2 { max-width: 760px; font-size: clamp(2.8rem, 5vw, 5rem); }
.library-heading > p { max-width: 470px; margin: 0 0 8px; color: #665c57; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.download-card { min-height: 560px; display: grid; grid-template-rows: minmax(280px, 1fr) auto; background: var(--warm-white); color: var(--ink); }
.download-card-dark { background: var(--brown); color: white; }
.download-card figure { min-height: 0; margin: 0; overflow: hidden; }
.download-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.download-card:hover img { transform: scale(1.025); }
.download-card-copy { padding: 30px; }
.download-card-copy h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; font-weight: 400; }
.download-card-copy > p:not(.eyebrow) { margin: 0; color: #776a62; font-size: .82rem; }
.download-card-dark .download-card-copy > p:not(.eyebrow) { color: #c7bbb3; }
.download-link { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid currentColor; font-size: .75rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.download-link span { color: var(--terracotta); font-size: 1.25rem; transition: transform .2s ease; }
.download-link:hover span { transform: translateY(3px); }

.marieta-feature { padding-block: 110px; background: var(--brown); color: var(--warm-white); scroll-margin-top: 90px; }
.marieta-feature-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.marieta-feature-image { min-width: 0; margin: 0; }
.marieta-feature-image img { aspect-ratio: 1392 / 1130; height: auto; object-fit: cover; }
.marieta-feature-image figcaption { margin-top: 14px; color: #ddcec2; font-size: .8rem; }
.marieta-feature-copy { min-width: 0; }
.marieta-feature-label { color: #ffb797; font-size: .875rem; }
.marieta-location { margin: 0 0 22px; color: #ddcec2; font-size: .875rem; }
.marieta-feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5.6rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.marieta-feature-lead { margin: 26px 0 18px; font-family: var(--serif); font-size: 1.5rem; line-height: 1.3; }
.marieta-feature-copy > p:not(.eyebrow):not(.marieta-feature-lead) { color: #ddcec2; }
.marieta-feature-facts { display: grid; grid-template-columns: .7fr .7fr 1.2fr; gap: 18px; margin: 30px 0; padding-top: 22px; border-top: 1px solid #ffffff35; }
.marieta-feature-facts dt { font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; }
.marieta-feature-facts dd { margin: 8px 0 0; color: #ddcec2; font-size: .875rem; line-height: 1.4; }
.marieta-feature-link { gap: 24px; font-size: .875rem; text-transform: none; letter-spacing: .03em; }
.marieta-feature-copy .marieta-feature-note { margin: 16px 0 0; font-size: .8rem; }
@media (max-width: 900px) {
  .marieta-feature { padding-block: 80px; }
  .marieta-feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .marieta-feature-copy h2 br { display: none; }
}
@media (max-width: 620px) {
  .marieta-feature { padding-block: 64px; }
  .marieta-feature-facts { grid-template-columns: 1fr 1fr; gap: 24px; }
  .marieta-feature-facts > div:last-child { grid-column: 1 / -1; }
  .marieta-feature-link { width: 100%; }
}

.case-study-section { padding: 130px 0 150px; background: #0d0907; color: white; }
.case-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.case-heading h2 { font-size: clamp(3.3rem, 6vw, 6.4rem); }
.case-heading > p { max-width: 540px; margin: 0 0 10px; color: #bcaea6; }
.case-reader { position: relative; }
.case-toolbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.case-toolbar p { margin: 0; font-family: var(--serif); font-size: 1.2rem; color: #cfc3bc; }
.case-toolbar p span { color: white; }
.case-controls { display: flex; gap: 8px; }
.case-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.case-controls button:hover, .case-controls button:focus-visible { background: var(--terracotta); border-color: var(--terracotta); }
.case-controls button:disabled { opacity: .3; cursor: default; background: transparent; border-color: rgba(255,255,255,.25); }
.case-slider { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--terracotta) rgba(255,255,255,.12); background: #050403; outline: none; }
.case-slider:focus-visible { box-shadow: 0 0 0 2px var(--terracotta); }
.case-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; aspect-ratio: 16 / 9; }
.case-slide a { display: block; width: 100%; height: 100%; }
.case-slide img { width: 100%; height: 100%; object-fit: contain; background: #050403; }
.case-hint { margin: 15px 0 0; color: #93867e; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.profile-section { padding-block: 150px; background: #f0ede9; }
.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.profile-photo { margin: 0; height: 700px; overflow: hidden; background: #d8d1ca; }
.profile-photo img { height: 100%; object-fit: cover; object-position: center 24%; }
.profile-content h2 { font-family: var(--signature); font-size: clamp(2.2rem, 3.2vw, 2.7rem); line-height: 1; letter-spacing: 0; white-space: nowrap; }
.profile-lead { max-width: 720px; margin: 24px 0 50px; font-family: var(--serif); font-size: 1.45rem; color: var(--brown); }
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.skills-grid > div { min-height: 165px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.skills-grid span { color: var(--terracotta); font-size: .74rem; }
.skills-grid strong { display: block; margin: 18px 0 6px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.skills-grid p { margin: 0; color: #665c57; font-size: .9rem; }

.contact-section { padding-block: 130px; background: var(--brown); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.contact-section h2 { max-width: 720px; font-size: clamp(3.2rem, 6vw, 6rem); }
.contact-actions { border-top: 1px solid rgba(255,255,255,.22); }
.contact-actions a { display: block; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding-left .2s ease, color .2s ease; }
.contact-actions a:hover { padding-left: 10px; color: #ffc7b3; }
.contact-actions span { display: block; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: #c7bbb3; }
.contact-actions strong { display: block; margin-top: 5px; font-size: 1.08rem; font-weight: 500; overflow-wrap: anywhere; }

.site-footer { padding-block: 42px; background: var(--espresso); color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p, .footer-inner > a { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.footer-brand { flex-direction: column; align-items: flex-start; gap: 4px; }

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

@media (max-width: 900px) {
  :root { --page: min(100% - 32px, 720px); }
  .site-header { height: 76px; padding-inline: 16px; }
  .brand-descriptor { display: none; }
  .brand-signature { font-size: 1.15rem; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: absolute; inset: 0 0 auto 0; min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 28px; background: var(--espresso); font-family: var(--serif); font-size: 2.4rem; letter-spacing: -.02em; text-transform: none; transform: translateY(-105%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .hero-scroll { height: 340vh; }
  .hero-sticky { min-height: 560px; }
  .hero-content { padding-bottom: 115px; }
  .hero-content h1 { max-width: 680px; font-size: clamp(2.8rem, 11vw, 5rem); }
  .hero-actions { flex-wrap: wrap; }
  .hero-progress { left: 16px; right: 16px; bottom: 24px; width: auto; }
  .intro-section { grid-template-columns: 50px 1fr; gap: 26px; padding-block: 100px; }
  .intro-section blockquote { grid-column: 2; margin-top: 20px; }
  .projects-heading, .featured-intro, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .project:not(.project-featured), .project-dark { grid-template-columns: 1fr !important; gap: 36px; }
  .project-dark .project-gallery { order: 2; }
  .project-dark .project-copy { order: 1; }
  .project-number { margin-bottom: 25px; font-size: 3.5rem; }
  .project-gallery { height: 560px; }
  .featured-grid { height: auto; grid-template-columns: 1fr; }
  .featured-cover { aspect-ratio: 16 / 10; }
  .featured-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .featured-side figure { aspect-ratio: 4 / 3; }
  .profile-grid { grid-template-columns: 1fr; gap: 50px; }
  .profile-photo { height: min(640px, 95vw); }
  .footer-inner { flex-wrap: wrap; }
  .method-heading { grid-template-columns: 50px 1fr; gap: 26px; }
  .method-heading > p { grid-column: 2; }
  .method-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; padding-bottom: 8px; }
  .method-card { flex: 0 0 min(76vw, 330px); min-height: 360px; grid-template-rows: 62px 2.4rem 3.5rem auto; scroll-snap-align: start; border-left: 1px solid var(--line); }
  .impact-grid { grid-template-columns: 1fr; gap: 65px; }
  .impact-copy { position: static; }
  .library-heading, .case-heading { grid-template-columns: 1fr; gap: 28px; }
  .download-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .eyebrow { font-size: .68rem; }
  .profile-content h2 { font-size: clamp(2rem, 9vw, 2.35rem); }
  .hero-shade { background: linear-gradient(0deg, rgba(18,13,11,.86) 0%, rgba(18,13,11,.25) 75%); }
  .hero-video { object-position: center; }
  .hero-actions { width: 100%; }
  .button { flex: 1 1 100%; }
  .intro-section { grid-template-columns: 1fr; }
  .section-index, .intro-section blockquote { grid-column: auto; }
  .projects-heading { margin-bottom: 50px; }
  .project { margin-bottom: 90px; }
  .project-gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 8px; }
  .project-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 4 / 3; }
  .project-gallery figure:not(.gallery-main) { aspect-ratio: 1 / 1; }
  .project-copy h3, .featured-intro h3 { font-size: 2.8rem; }
  .project-dark, .project-featured { padding-block: 70px; }
  .featured-side { grid-template-columns: 1fr; }
  .featured-footer { flex-direction: column; }
  .skills-grid { grid-template-columns: 1fr; }
  .profile-section { padding-block: 100px; }
  .contact-section { padding-block: 90px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .method-section, .portfolio-library { padding-block: 95px; }
  .method-heading { grid-template-columns: 1fr; }
  .method-heading > p { grid-column: auto; }
  .impact-section, .case-study-section { padding-block: 95px; }
  .impact-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .download-card { min-height: 470px; grid-template-rows: 240px auto; }
  .download-card-copy { padding: 24px; }
  .case-toolbar { min-height: 56px; }
  .case-controls button { width: 40px; height: 40px; }
}

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