:root { --navy: #0b1d2a; --navy-deep: #06131c; --parchment: #e8d4a8; --paper: #f1e4c6; --teal: #2e7d7b; --rust: #b84a32; --brass: #c9973e; --ink: #201c1b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { align-items: center; backdrop-filter: blur(14px); background: rgba(6,19,28,.88); border-bottom: 1px solid rgba(232,212,168,.18); display: flex; height: 84px; justify-content: space-between; left: 0; padding: 12px clamp(22px,4vw,64px); position: fixed; right: 0; top: 0; z-index: 10; }
.brand img, footer img { filter: invert(91%) sepia(20%) saturate(550%); height: 52px; width: auto; }
.site-header nav { display: flex; gap: clamp(18px,3vw,42px); }
.site-header nav a { color: var(--parchment); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }

.hero { background-attachment: fixed; background-image: url("/brand/plunder-pixels-poseidon.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 100svh; overflow: hidden; position: relative; }
.hero-shade { background: linear-gradient(90deg,rgba(6,19,28,.96) 0%,rgba(6,19,28,.72) 34%,rgba(6,19,28,.18) 68%,rgba(6,19,28,.08) 100%),linear-gradient(0deg,rgba(6,19,28,.86) 0%,transparent 58%); inset: 0; position: absolute; }
.hero-copy { backdrop-filter: blur(5px); background: rgba(6,19,28,.48); border-left: 4px solid var(--brass); bottom: clamp(45px,7vh,90px); box-shadow: 0 18px 55px rgba(0,0,0,.28); left: clamp(24px,6vw,100px); max-width: 700px; padding: clamp(24px,3vw,42px); position: absolute; z-index: 2; }
.eyebrow, .kicker { color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .19em; margin: 0 0 20px; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia,"Times New Roman",serif; font-weight: 700; }
h1 { color: var(--paper); font-size: clamp(3.4rem,8vw,7.8rem); letter-spacing: -.055em; line-height: .88; margin: 0; max-width: 760px; text-shadow: 0 4px 0 rgba(6,19,28,.92),0 10px 28px rgba(0,0,0,.8); -webkit-text-stroke: 1px rgba(6,19,28,.7); }
.hero-lede { color: #fff9ea; font-size: clamp(1rem,1.7vw,1.25rem); line-height: 1.65; margin: 28px 0 34px; max-width: 590px; text-shadow: 0 2px 10px rgba(0,0,0,.92); }
.button { background: var(--rust); border: 1px solid var(--rust); display: inline-flex; font-size: .78rem; font-weight: 800; gap: 30px; letter-spacing: .12em; padding: 18px 24px; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--paper); border-color: var(--paper); color: var(--navy); transform: translateY(-2px); }

.story { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.story-art-wrap { min-height: 700px; overflow: hidden; }
.story-art { height: 100%; object-fit: cover; width: 100%; }
.story-copy { align-self: center; max-width: 760px; padding: clamp(60px,9vw,140px); }
.story h2, .projects h2, .closing h2 { font-size: clamp(3rem,5.8vw,6rem); letter-spacing: -.05em; line-height: .94; margin: 0 0 34px; }
.story .intro { font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.25rem,2vw,1.65rem); line-height: 1.55; }
.story-copy > p:not(.kicker):not(.intro) { color: #514943; font-size: 1rem; line-height: 1.8; }
.coordinates { border-top: 1px solid rgba(32,28,27,.25); display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; padding-top: 22px; }
.coordinates span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.manifesto { align-items: center; background: var(--rust); display: flex; justify-content: center; min-height: 42vh; padding: 70px clamp(24px,8vw,130px); text-align: center; }
.manifesto p { font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4.3vw,4.9rem); letter-spacing: -.035em; line-height: 1.08; margin: 0; max-width: 1220px; }

.projects { background-attachment: fixed; background-color: var(--navy-deep); background-image: linear-gradient(rgba(6,19,28,.47),rgba(6,19,28,.72)),url("/brand/plunder-pixels-cannons.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: clamp(80px,10vw,150px) clamp(22px,6vw,96px); }
.section-heading { align-items: end; backdrop-filter: blur(5px); background: rgba(6,19,28,.72); border: 1px solid rgba(232,212,168,.34); box-shadow: 0 20px 60px rgba(0,0,0,.32); display: flex; gap: 70px; justify-content: space-between; margin: 0 auto 36px; max-width: 1500px; padding: clamp(26px,4vw,54px); }
.section-heading h2 { margin-bottom: 0; }
.projects h2 { color: var(--paper); text-shadow: 0 4px 0 rgba(6,19,28,.85),0 10px 24px rgba(0,0,0,.8); -webkit-text-stroke: 1px rgba(6,19,28,.65); }
.section-heading > p { color: rgba(255,249,234,.9); line-height: 1.7; max-width: 390px; text-shadow: 0 2px 10px rgba(0,0,0,.9); }
.project-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 auto; max-width: 1500px; }
.project-card { backdrop-filter: blur(5px); background: rgba(6,19,28,.84); border: 1px solid rgba(232,212,168,.38); box-shadow: 0 14px 38px rgba(0,0,0,.32); display: flex; flex-direction: column; min-height: 390px; padding: 32px; transition: .25s ease; }
.project-card:hover, .project-card:focus-visible { background: rgba(46,125,123,.95); border-color: var(--parchment); color: white; outline: 0; transform: translateY(-4px); }
.card-topline { color: var(--brass); display: flex; font-size: .65rem; font-weight: 800; justify-content: space-between; letter-spacing: .14em; text-transform: uppercase; }
.project-card:hover .card-topline, .project-card:focus-visible .card-topline { color: var(--paper); }
.project-card h3 { font-size: clamp(1.8rem,2.6vw,2.7rem); line-height: 1; margin: 70px 0 20px; }
.project-card p { color: rgba(241,228,198,.69); line-height: 1.65; margin: 0; }
.project-card:hover p, .project-card:focus-visible p { color: white; }
.card-link { font-size: .7rem; font-weight: 800; letter-spacing: .13em; margin-top: auto; padding-top: 28px; text-transform: uppercase; }

.closing { align-items: center; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(280px,.75fr) 1.25fr; min-height: 620px; overflow: hidden; }
.closing > img { height: 100%; max-height: 720px; object-fit: cover; object-position: center; width: 100%; }
.closing > div { padding: clamp(55px,9vw,150px); }
.closing h2 { max-width: 850px; }
.closing > div > p:last-child { color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

footer { align-items: center; background: var(--navy-deep); color: rgba(241,228,198,.65); display: flex; font-size: .72rem; justify-content: space-between; letter-spacing: .08em; padding: 30px clamp(22px,5vw,76px); text-transform: uppercase; }
footer img { height: 46px; }
footer a:hover, footer a:focus-visible { color: white; }

@media (max-width:900px) {
  .hero { background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg,rgba(6,19,28,.93) 0%,rgba(6,19,28,.35) 64%,rgba(6,19,28,.12)); }
  .story { grid-template-columns: 1fr; }
  .story-art-wrap { min-height: auto; }
  .story-art { aspect-ratio: 1/1; }
  .story-copy { padding: 70px 28px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card, .project-card:nth-child(2n), .project-card:nth-child(3n), .project-card:last-child { border: 1px solid rgba(232,212,168,.38); }
  .closing { grid-template-columns: 1fr; }
  .closing > img { aspect-ratio: 4/3; max-height: 540px; }
}

@media (max-width:600px) {
  .site-header { height: 70px; padding: 10px 18px; }
  .brand img { height: 42px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: .62rem; letter-spacing: .1em; }
  .hero-copy { bottom: 28px; left: 18px; padding: 24px 20px; right: 18px; }
  .hero-lede { line-height: 1.5; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card:nth-child(2n), .project-card:nth-child(3n), .project-card:last-child { border: 1px solid rgba(232,212,168,.38); min-height: 340px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
}

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