:root {
  --ink: #10253a;
  --cobalt: #176cc7;
  --lime: #caff36;
  --cloud: #f4f5ed;
  --paper: #fffef9;
  --line: #cbd2c5;
  --muted: #5e6a71;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --display: "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 5.5vw; border-bottom: 1px solid var(--line); background: rgba(255, 254, 249, .94); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-header::after { content: ""; position: absolute; right: auto; bottom: -1px; left: 0; width: var(--scroll-progress, 0%); height: 3px; background: var(--lime); transition: width .1s linear; }
.site-header.is-scrolled { box-shadow: 0 10px 25px rgba(16, 37, 58, .1); }
.brand { display: inline-flex; flex-direction: column; font-size: 1.15rem; line-height: .88; letter-spacing: 0; text-decoration: none; }
.brand span { font-weight: 500; }
.brand strong { font-weight: 800; color: var(--cobalt); }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .86rem; font-weight: 700; }
.main-nav > a { text-decoration: none; border-bottom: 2px solid transparent; padding: .5rem 0; }
.main-nav > a:not(.nav-cta):hover, .main-nav > .active { border-color: var(--lime); }
.nav-cta { display: flex; align-items: center; gap: .45rem; padding: .78rem 1rem !important; background: var(--ink); color: white; border: 0 !important; }
.nav-cta svg, .button svg, .text-link svg, .cobalt-card svg { width: 17px; height: 17px; stroke-width: 2.4; }
.menu-toggle { display: none; padding: .45rem; border: 0; background: transparent; color: var(--ink); }

.hero { min-height: 675px; display: grid; grid-template-columns: 1.03fr .97fr; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 6rem 5.5vw; background: var(--lime); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--ink); font-family: var(--mono); font-size: .67rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--cobalt); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
.hero h1, .posts-hero h1 { max-width: 680px; margin-bottom: 1.35rem; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 800; line-height: 1.05; }
.hero-text { max-width: 440px; margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.65; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .7rem; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 0; font-size: .83rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button svg { transition: transform .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 0 rgba(16, 37, 58, .2); }
.button:hover svg { transform: translate(2px, -2px); }
.button-dark { background: var(--ink); color: white; }
.button-lime { background: var(--lime); color: var(--ink); }
.hero-visual { position: relative; min-height: 450px; overflow: hidden; background: var(--ink); }
.hero-visual > img { width: 100%; height: 100%; min-height: 675px; display: block; object-fit: cover; filter: saturate(.8); animation: scenic-shift 15s ease-out both; }
.visual-note { position: absolute; top: 1.4rem; right: 1.4rem; display: flex; gap: .8rem; align-items: center; padding: .72rem .85rem; background: var(--paper); font-family: var(--mono); font-size: .64rem; text-transform: uppercase; }
.visual-note span { color: var(--cobalt); }
.hero-statement { position: absolute; right: 7%; bottom: 8%; max-width: 240px; padding: 1.05rem 1.2rem; background: var(--cobalt); color: white; font-size: 1.15rem; font-weight: 700; line-height: 1.35; animation: statement-float 5s 1.1s ease-in-out infinite alternate; }

.intro-band { display: grid; grid-template-columns: .34fr 1fr; gap: 2rem; padding: 8rem 12vw 7.5rem; background: var(--cloud); }
.section-number, .date, .post-type { color: var(--cobalt); font-family: var(--mono); font-size: .67rem; letter-spacing: .06em; }
.intro-large { max-width: 850px; margin-bottom: 1.9rem; font-size: clamp(1.65rem, 3vw, 2.8rem); font-weight: 600; line-height: 1.28; }
.intro-small { max-width: 530px; color: var(--muted); font-size: .98rem; line-height: 1.7; }

.proposal-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 7.5rem 12vw; background: var(--ink); color: white; }
.proposal-section .eyebrow { color: var(--lime); }
.proposal-section .eyebrow span { background: var(--lime); }
.proposal-heading h2, .publication-header h2 { margin-bottom: 1.35rem; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 800; line-height: .95; }
.proposal-heading > p:not(.eyebrow) { max-width: 400px; color: #dce5e7; line-height: 1.7; }
.idea-list { display: flex; flex-wrap: wrap; gap: .55rem; max-width: 390px; margin-top: 2.4rem; }
.idea-list span { padding: .5rem .7rem; border: 1px solid #4e6171; color: #dce5e7; font-family: var(--mono); font-size: .7rem; transition: transform .2s ease, border-color .2s ease, color .2s ease; }
.external-form-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 350px; padding: 2.4rem; background: var(--paper); color: var(--ink); }
.form-card-label { margin-bottom: 1.6rem; color: var(--cobalt); font-family: var(--mono); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.external-form-card h3 { max-width: 360px; margin-bottom: 1rem; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.1; }
.external-form-card > p:not(.form-card-label) { max-width: 340px; margin-bottom: 2.1rem; color: var(--muted); line-height: 1.65; }

.publication-section { padding: 7.5rem 5.5vw; }
.publication-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding-bottom: 2.5rem; }
.publication-header h2 { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--cobalt); font-size: .85rem; font-weight: 800; text-decoration: none; }
.post-preview-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 370px; }
.post-preview { position: relative; min-height: 290px; overflow: hidden; }
.post-preview img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2, .8, .2, 1), filter .6s ease; }
.image-post::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, .35) 47%, transparent 66%); transform: translateX(-135%); pointer-events: none; }
.post-preview > span { position: absolute; left: 1.1rem; bottom: 1rem; padding: .35rem .5rem; background: var(--paper); font-family: var(--mono); font-size: .61rem; text-transform: uppercase; }
.post-preview .image-credit { position: absolute; right: 1.1rem; bottom: 1rem; padding: .35rem .5rem; background: rgba(255, 254, 249, .92); color: var(--ink); font-family: var(--mono); font-size: .52rem; line-height: 1.2; text-decoration: none; }
.quote-post { display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; background: var(--cobalt); color: white; }
.quote-post p { max-width: 350px; margin: 0; font-size: clamp(1.35rem, 2vw, 2.1rem); font-weight: 700; line-height: 1.2; }
.quote-post > span { position: static; align-self: flex-start; color: var(--ink); }

.coming-soon { padding: 5.5rem 12vw; border-top: 1px solid var(--line); background: var(--cloud); }
.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.coming-grid article { position: relative; padding: 1.7rem 1.7rem 4.2rem; border-top: 4px solid var(--cobalt); background: var(--paper); }
.coming-grid h3 { max-width: 430px; margin: .8rem 0; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.14; }
.coming-grid article > p:not(.date) { max-width: 420px; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.pending { position: absolute; left: 1.7rem; bottom: 1.35rem; padding: .35rem .55rem; background: var(--lime); font-family: var(--mono); font-size: .63rem; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 2rem; padding: 3rem 5.5vw; background: var(--ink); color: white; font-size: .8rem; }
.brand-footer strong { color: var(--lime); }
.site-footer p { margin: 0; color: #cfdbde; }
.site-footer > a:last-child { color: var(--lime); text-align: right; }

.posts-page { background: var(--cloud); }
.posts-hero { padding: 7rem 12vw 4.5rem; }
.posts-hero h1 { margin: .5rem 0 1.5rem; }
.posts-hero > p:last-child { max-width: 460px; color: var(--muted); line-height: 1.7; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 1rem; padding: 0 5.5vw 7rem; }
.social-card { position: relative; min-height: 335px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.35rem; }
.photo-card { padding: 0; color: white; background: var(--ink); }
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,37,58,0) 38%, rgba(16,37,58,.82) 100%); }
.photo-card div { position: relative; z-index: 1; margin-top: auto; padding: 1.35rem; }
.photo-card .post-type { color: var(--lime); }
.photo-card h2 { max-width: 290px; margin: .5rem 0 0; font-size: 1.48rem; line-height: 1.15; }
.typography-card { background: var(--lime); color: var(--ink); }
.typography-card p, .cobalt-card p { max-width: 300px; margin: 1.5rem 0; font-size: clamp(1.7rem, 2.4vw, 2.5rem); font-weight: 700; line-height: 1.1; }
.signature { font-family: var(--mono); font-size: .67rem; }
.typography-card.light { background: var(--paper); border: 1px solid var(--line); }
.cobalt-card { background: var(--cobalt); color: white; }
.cobalt-card .post-type { color: var(--lime); }
.cobalt-card a { display: inline-flex; gap: .5rem; align-items: center; color: white; font-size: .78rem; font-weight: 800; text-decoration: none; }
.tall { min-height: 420px; }

.reveal { animation: reveal .65s both ease-out; }
.hero-visual, .external-form-card { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scenic-shift { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes statement-float { from { transform: translateY(0); } to { transform: translateY(-7px); } }

.scroll-reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); transition-delay: var(--reveal-delay, 0ms); }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) and (pointer: fine) {
  .idea-list span:hover { transform: translateY(-3px); border-color: var(--lime); color: var(--lime); }
  .image-post:hover img { transform: scale(1.07); filter: saturate(1.08); }
  .image-post:hover::after { transform: translateX(135%); transition: transform .75s ease; }
  .social-card.photo-card img { transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
  .social-card.photo-card:hover img { transform: scale(1.06); }
}

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

@media (max-width: 800px) {
  .site-header { min-height: 70px; padding: 0 6vw; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; z-index: 5; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 6vw 1.5rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: .85rem 0; }
  .nav-cta { justify-content: center; margin-top: .6rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 515px; padding: 5rem 7vw; }
  .hero-visual > img { min-height: 410px; }
  .intro-band, .proposal-section { grid-template-columns: 1fr; padding: 5rem 8vw; }
  .intro-band { gap: 1.3rem; }
  .proposal-section { gap: 3rem; }
  .publication-section { padding: 5rem 6vw; }
  .publication-header { align-items: flex-start; flex-direction: column; }
  .post-preview-grid { grid-template-columns: 1fr; }
  .post-preview { min-height: 280px; }
  .coming-soon { padding: 4.5rem 8vw; }
  .coming-grid, .site-footer { grid-template-columns: 1fr; }
  .site-footer > a:last-child { text-align: left; }
  .posts-hero { padding: 5rem 8vw 3.5rem; }
  .social-grid { grid-template-columns: 1fr; padding: 0 6vw 5rem; }
  .social-card { min-height: 340px; }
}

@media (max-width: 460px) {
  .hero h1, .posts-hero h1 { font-size: 3.55rem; }
  .external-form-card { padding: 1.7rem; }
  .hero-statement { right: 5%; bottom: 5%; }
}