:root {
  --ink: #17201d;
  --paper: #f5f3ed;
  --paper-deep: #e7e3d9;
  --accent: #315c52;
  --sand: #d7bd8d;
  --clay: #bd7049;
  --sky: #b9d2d1;
  --line: rgba(23, 32, 29, 0.22);
  --muted: #626a63;
}

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

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 231, 0.94);
  position: relative;
  z-index: 20;
}

.brand { display: flex; align-items: center; gap: 13px; font-size: 11px; font-weight: 900; letter-spacing: .15em; line-height: 1.08; }
.brand-monogram { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-style: italic; font-weight: 700; letter-spacing: -.12em; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; padding: 10px 0; border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--accent); }
.menu-button { display: none; border: 1px solid var(--ink); background: transparent; padding: 10px 13px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.home-hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1.03fr .97fr; overflow: hidden; }
.hero-copy { padding: clamp(72px, 10vw, 145px) 5vw 90px 7vw; position: relative; }
.kicker, .section-number, .mini-label { display: block; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.kicker { color: var(--accent); }
.hero-copy h1, .page-intro h1 { font-size: clamp(74px, 10.3vw, 164px); line-height: .76; letter-spacing: -.075em; margin: 38px 0 44px; font-weight: 900; }
.hero-copy h1 em, .page-intro h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy > p { max-width: 620px; font-size: 19px; line-height: 1.65; color: var(--muted); }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; background: var(--ink); color: white; padding: 18px 20px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); background: var(--accent); }
.button-dark { background: var(--ink); color: white; }
.quiet-link { font-size: 12px; font-weight: 900; letter-spacing: .06em; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-image { min-height: 680px; margin: 0; padding: clamp(22px, 3vw, 48px); position: relative; display: grid; place-items: center; overflow: hidden; background: var(--ink); }
.hero-image:after { content: ""; position: absolute; inset: clamp(12px, 1.8vw, 24px); border: 1px solid rgba(245,243,237,.35); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; position: relative; z-index: 1; }
.hero-image figcaption { position: absolute; z-index: 3; bottom: 40px; left: 48px; right: 48px; color: white; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.manifesto { padding: 120px 7vw 130px; background: var(--ink); color: white; }
.manifesto .section-number { color: var(--sand); }
.manifesto h2 { max-width: 1230px; margin: 45px 0 75px; font-size: clamp(48px, 6.5vw, 105px); line-height: .96; letter-spacing: -.055em; }
.manifesto-grid { border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 38px; }
.manifesto-grid p { max-width: 620px; color: #c7c0b9; line-height: 1.75; font-size: 17px; }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.route-card { min-height: 480px; padding: 48px 42px; display: flex; flex-direction: column; border-right: 1px solid rgba(20,18,17,.2); transition: transform .25s ease; }
.route-card:hover { transform: translateY(-7px); }
.route-card > span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.route-card h3 { font-size: clamp(42px, 5vw, 72px); letter-spacing: -.055em; margin: 88px 0 20px; }
.route-card p { max-width: 400px; line-height: 1.65; }
.route-card b { margin-top: auto; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.route-projects { background: var(--accent); color: white; }
.route-media { background: var(--sky); }
.route-journal { background: var(--sand); }

.image-break { min-height: 620px; position: relative; overflow: hidden; background: var(--ink); }
.image-break img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center 46%; filter: saturate(.78) contrast(1.06); }
.image-break:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,18,17,.8), transparent 68%); }
.image-break div { position: absolute; z-index: 2; top: 50%; left: 7vw; transform: translateY(-50%); color: white; display: flex; flex-direction: column; gap: 24px; }
.image-break span { color: var(--sand); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.image-break b { max-width: 670px; font-size: clamp(50px, 7vw, 100px); line-height: .9; letter-spacing: -.06em; }

.inner-page { min-height: 80vh; }
.page-intro { padding: 110px 7vw 120px; min-height: 640px; display: flex; flex-direction: column; justify-content: center; }
.page-intro h1 { margin-bottom: 50px; }
.page-intro > p { max-width: 680px; font-size: 19px; line-height: 1.7; }
.projects-intro { background: var(--accent); color: white; }
.projects-intro .kicker, .projects-intro h1 em { color: var(--sand); }
.media-intro { background: var(--sky); }
.media-intro .kicker { color: var(--ink); }
.media-intro h1 em { color: white; }
.journal-intro { background: var(--sand); }
.journal-intro .kicker { color: var(--ink); }
.journal-intro h1 em { color: white; }

.project-list { padding: 0 7vw; }
.project-card { display: grid; grid-template-columns: 220px 1fr; min-height: 560px; border-bottom: 1px solid var(--line); padding: 80px 0; gap: 55px; }
.project-meta { display: flex; flex-direction: column; gap: 14px; }
.project-meta span { font-size: 80px; line-height: .8; letter-spacing: -.08em; font-weight: 900; }
.project-meta b, .building-note span { color: var(--accent); font-size: 10px; letter-spacing: .16em; }
.project-copy { max-width: 920px; }
.project-copy .mini-label { color: var(--muted); }
.project-copy h2 { font-size: clamp(56px, 8vw, 120px); line-height: .88; letter-spacing: -.07em; margin: 34px 0; }
.project-copy > p:not(.mini-label) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.project-copy .button { margin-top: 28px; }
.project-sj .project-meta span { color: var(--accent); }
.project-salt .project-meta span { color: var(--clay); }
.project-system .project-meta span { color: var(--ink); }
.building-note { padding: 110px 7vw 130px; display: grid; grid-template-columns: 220px 1fr; gap: 55px; }
.building-note h2 { font-size: clamp(44px, 6vw, 88px); letter-spacing: -.055em; margin: 0 0 25px; }
.building-note p { color: var(--muted); font-size: 17px; }

.video-list { background: var(--ink); color: white; padding: 110px 7vw; }
.video-story { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 60px; padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,.22); align-items: center; }
.video-story:first-child { padding-top: 0; }
.video-frame { aspect-ratio: 16/9; background: #292525; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-copy > span { color: var(--sand); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.video-copy h2 { font-size: clamp(40px, 5vw, 70px); line-height: .95; letter-spacing: -.055em; margin: 24px 0; }
.video-copy p { color: #bcb6b0; line-height: 1.7; }
.gear-links { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 25px; }
.gear-links a { color: var(--sky); font-size: 11px; font-weight: 900; letter-spacing: .08em; border-bottom: 1px solid var(--sky); padding-bottom: 3px; }
.youtube-callout { background: var(--sky); padding: 110px 7vw; }
.youtube-callout > span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.youtube-callout h2 { font-size: clamp(52px, 7vw, 100px); letter-spacing: -.06em; margin: 28px 0 40px; }

.socials-intro { background: var(--ink); color: white; }
.socials-intro .kicker, .socials-intro h1 em { color: var(--sand); }
.social-profiles { display: grid; grid-template-columns: repeat(3, 1fr); }
.social-profile { min-height: 420px; padding: 48px 42px; display: flex; flex-direction: column; border-right: 1px solid rgba(23,32,29,.2); transition: transform .25s ease; }
.social-profile:hover { transform: translateY(-7px); }
.social-profile > span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.social-profile h2 { margin: 82px 0 20px; font-size: clamp(46px, 5.3vw, 78px); letter-spacing: -.065em; }
.social-profile p { max-width: 330px; line-height: 1.65; }
.social-profile b { margin-top: auto; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.profile-youtube { background: var(--clay); color: white; }
.profile-instagram { background: var(--sky); }
.profile-x { background: var(--paper-deep); }
.social-watch { padding: 120px 7vw; display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: 8vw; align-items: center; }
.social-watch-copy h2 { font-size: clamp(56px, 6.8vw, 104px); line-height: .85; letter-spacing: -.07em; margin: 32px 0; }
.social-watch-copy h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.social-watch-copy p { max-width: 430px; color: var(--muted); line-height: 1.7; font-size: 17px; }
.social-watch-copy .button { margin-top: 32px; }
.social-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.social-video { background: var(--ink); aspect-ratio: 16 / 9; }
.social-video iframe { width: 100%; height: 100%; border: 0; }
.social-short { width: min(100%, 260px); justify-self: center; grid-column: 1 / -1; aspect-ratio: 9 / 16; }
.social-instagram-note { padding: 100px 7vw 120px; background: var(--paper-deep); }
.social-instagram-note > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.social-instagram-note h2 { max-width: 900px; font-size: clamp(48px, 6vw, 92px); letter-spacing: -.06em; line-height: .92; margin: 28px 0; }
.social-instagram-note p { max-width: 670px; color: var(--muted); font-size: 17px; line-height: 1.7; margin-bottom: 32px; }

.journal-list { padding: 0 7vw 100px; }
.journal-entry { display: grid; grid-template-columns: 140px minmax(0, 1fr) minmax(280px, .72fr); gap: 55px; padding: 100px 0; border-bottom: 1px solid var(--line); align-items: start; scroll-margin-top: 30px; }
.entry-date { display: flex; flex-direction: column; }
.entry-date span { color: var(--accent); font-size: 88px; font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.entry-date b { margin-top: 18px; font-size: 10px; letter-spacing: .17em; }
.entry-body .mini-label { color: var(--muted); }
.entry-body h2 { font-size: clamp(48px, 6vw, 86px); letter-spacing: -.06em; line-height: .92; margin: 28px 0 36px; }
.entry-body > p:not(.mini-label) { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.85; }
.entry-image { width: 100%; min-height: 480px; height: 100%; object-fit: cover; }
.short-frame { width: min(330px, 100%); aspect-ratio: 9/16; margin-top: 40px; background: var(--ink); }
.short-frame iframe { width: 100%; height: 100%; border: 0; }

.site-footer { min-height: 270px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 45px; padding: 55px 5vw; background: var(--ink); color: white; }
.footer-intro { display: flex; align-items: center; gap: 17px; }
.footer-intro .brand-monogram { width: 62px; height: 62px; background: var(--paper); color: var(--ink); font-size: 22px; }
.footer-intro div { display: flex; flex-direction: column; gap: 7px; }
.footer-intro b { text-transform: uppercase; letter-spacing: .1em; }
.footer-intro span { color: #99928d; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a, .footer-email { font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a span { color: var(--sand); }
.footer-email { color: var(--sky); justify-self: end; border-bottom: 1px solid var(--sky); padding-bottom: 5px; text-transform: none; }

.not-found { min-height: 100vh; padding: 9vw; display: flex; flex-direction: column; justify-content: center; background: var(--sand); }
.not-found h1 { max-width: 1100px; font-size: clamp(62px, 10vw, 150px); line-height: .82; letter-spacing: -.07em; margin: 40px 0; }
.not-found p { max-width: 640px; font-size: 18px; line-height: 1.7; }
.not-found .button { align-self: flex-start; margin-top: 25px; }

@media (max-width: 980px) {
  .site-header { min-height: 76px; }
  .menu-button { display: block; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 76px; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px 5vw 30px; }
  .site-header nav.is-open { display: flex; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 7vw; }
  .hero-image { min-height: 600px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 380px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .route-card h3 { margin-top: 65px; }
  .video-story { grid-template-columns: 1fr; }
  .social-profiles { grid-template-columns: 1fr; }
  .social-profile { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .social-profile h2 { margin-top: 48px; }
  .social-watch { grid-template-columns: 1fr; gap: 55px; }
  .project-card { grid-template-columns: 150px 1fr; }
  .journal-entry { grid-template-columns: 110px 1fr; }
  .entry-image { grid-column: 2; min-height: 600px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-email { justify-self: start; }
}

@media (max-width: 680px) {
  .brand-monogram { width: 42px; height: 42px; font-size: 16px; }
  .hero-copy h1, .page-intro h1 { font-size: clamp(64px, 22vw, 105px); }
  .hero-copy > p, .page-intro > p { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .hero-image { min-height: 480px; }
  .manifesto, .page-intro { padding: 80px 7vw; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 18px; }
  .route-card { padding: 42px 7vw; }
  .image-break, .image-break img { min-height: 520px; }
  .project-card { grid-template-columns: 1fr; gap: 35px; padding: 70px 0; }
  .project-meta span { font-size: 58px; }
  .building-note { grid-template-columns: 1fr; gap: 28px; }
  .video-list { padding: 80px 7vw; }
  .social-profile { padding: 42px 7vw; }
  .social-watch { padding: 80px 7vw; }
  .social-video-grid { grid-template-columns: 1fr; }
  .social-short { grid-column: 1; }
  .video-story { gap: 32px; padding: 55px 0; }
  .journal-entry { grid-template-columns: 1fr; gap: 36px; padding: 75px 0; }
  .entry-date span { font-size: 60px; }
  .entry-image { grid-column: 1; min-height: 430px; }
  .short-frame { width: min(100%, 330px); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-email { justify-self: start; }
}

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