:root {
  --navy: #071a46;
  --blue: #063ea8;
  --red: #ee1428;
  --cream: #fff3d2;
  --ink: #06112d;
  --white: #fffdf4;
  --shadow: #02091c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 20;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
}

.site-header {
  height: 78px;
  padding: 10px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
  border-bottom: 2px solid rgba(255,255,255,.25);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: .06em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border: 3px solid var(--cream); border-radius: 50%; box-shadow: 4px 4px 0 var(--red); }
nav { display: flex; gap: clamp(16px, 3vw, 36px); }
nav a { text-decoration: none; font-weight: 900; text-transform: uppercase; font-size: .88rem; }
nav a:hover { color: var(--cream); text-decoration: underline 3px var(--red); text-underline-offset: 7px; }

.hero {
  min-height: 780px;
  height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  background: var(--navy);
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.hero-art { position: absolute; inset: 0; z-index: -2; background: url('assets/jeantrump-banner.png') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,70,.05) 0 45%, rgba(7,26,70,.4) 62%, rgba(7,26,70,.05)); }
.hero-copy { width: min(680px, 48vw); margin-left: auto; margin-right: clamp(28px, 7vw, 120px); padding-top: 70px; text-align: center; transform: rotate(-1deg); }
.eyebrow, .section-kicker { margin: 0 0 12px; font-weight: 900; letter-spacing: .22em; font-size: clamp(.78rem, 1.2vw, 1rem); }
h1, h2 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; line-height: .86; margin: 0; letter-spacing: .01em; }
h1 { font-size: clamp(5rem, 9.2vw, 10rem); text-shadow: 8px 8px 0 var(--red), -3px -3px 0 var(--cream); }
h1 span { display: block; color: var(--cream); }
.ticker { display: inline-block; margin: 16px 0 12px; padding: 6px 14px; color: var(--navy); background: var(--cream); font-weight: 1000; font-size: clamp(1.3rem, 2.5vw, 2.1rem); letter-spacing: .08em; transform: rotate(1.2deg); box-shadow: 6px 6px 0 var(--red); }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 800; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.drawn-button { position: relative; display: inline-flex; align-items: center; gap: 14px; padding: 16px 22px; color: var(--navy); background: var(--cream); border: 4px solid var(--ink); text-decoration: none; font-weight: 1000; font-size: 1rem; letter-spacing: .06em; box-shadow: 7px 7px 0 var(--red); transform: rotate(-1deg); transition: transform .18s, box-shadow .18s; clip-path: polygon(2% 4%, 98% 0, 100% 92%, 4% 100%, 0 35%); }
.drawn-button.secondary { color: var(--cream); background: var(--red); box-shadow: 7px 7px 0 var(--cream); transform: rotate(1deg); }
.drawn-button:hover { transform: translate(-2px,-3px) rotate(0); box-shadow: 11px 11px 0 var(--red); }
.drawn-button.secondary:hover { box-shadow: 11px 11px 0 var(--cream); }
.drawn-button span { font-size: 1.5em; }
.sticker { position: absolute; right: 3vw; bottom: 5vh; width: 112px; height: 112px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--red); border: 5px solid var(--cream); outline: 3px solid var(--ink); color: var(--cream); font-family: Impact, sans-serif; font-size: 1.55rem; line-height: .9; transform: rotate(12deg); animation: bob 3s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-9px) rotate(8deg); } }

.story { padding: clamp(70px, 10vw, 150px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: minmax(280px, 520px) 1fr; align-items: center; gap: clamp(40px, 8vw, 130px); background: var(--cream); opacity: 0; transform: translateY(34px); transition: .7s ease; }
.story.revealed, .contract.revealed { opacity: 1; transform: none; }
.portrait-wrap { position: relative; transform: rotate(-2.5deg); }
.portrait-wrap::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; background: var(--red); border: 4px solid var(--ink); z-index: 0; }
.portrait-wrap img { position: relative; display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border: 4px solid var(--ink); filter: saturate(1.05) contrast(1.04); }
.portrait-label { position: absolute; right: -30px; bottom: 30px; padding: 12px 20px; background: var(--navy); color: var(--cream); border: 3px solid var(--ink); font-weight: 1000; transform: rotate(5deg); }
.story-copy { max-width: 720px; }
.story-copy h2, .contract h2 { font-size: clamp(3.6rem, 7vw, 7.5rem); color: var(--navy); text-shadow: 5px 5px 0 var(--red); }
.story-copy > p:not(.section-kicker):not(.scribble) { max-width: 620px; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; font-weight: 700; }
.scribble { display: inline-block; margin-top: 24px; color: var(--red); font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 1000; font-style: italic; transform: rotate(-3deg); border-bottom: 5px solid var(--navy); }

.contract { padding: clamp(80px, 10vw, 140px) 22px; text-align: center; color: var(--cream); background: var(--red); opacity: 0; transform: translateY(34px); transition: .7s ease; }
.contract .section-kicker { color: var(--navy); }
.contract h2 { color: var(--cream); text-shadow: 6px 6px 0 var(--navy); }
.ca-box { width: min(920px, 92vw); margin: 42px auto 0; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--cream); background: var(--navy); border: 4px solid var(--ink); box-shadow: 10px 10px 0 var(--cream); cursor: pointer; font: inherit; transform: rotate(-.5deg); }
#ca-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(.9rem, 2vw, 1.15rem); }
#copy-label { flex: 0 0 auto; padding: 9px 13px; color: var(--navy); background: var(--cream); border: 2px solid var(--ink); }
.ca-box:hover { transform: translateY(-3px) rotate(.3deg); }
.copy-status { min-height: 24px; font-weight: 900; }

footer { padding: 34px 22px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 26px; color: var(--cream); background: var(--ink); text-align: center; }
footer img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--cream); }
footer p { margin: 0; font-weight: 900; }
.disclaimer { width: 100%; color: rgba(255,243,210,.68); font-size: .78rem; font-weight: 600; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero { min-height: 760px; align-items: end; }
  .hero-art { background-position: 28% center; }
  .hero::after { background: linear-gradient(0deg, rgba(7,26,70,.98) 0 44%, rgba(7,26,70,.04) 78%); }
  .hero-copy { width: auto; margin: 0; padding: 0 18px 50px; }
  h1 { font-size: clamp(4.2rem, 19vw, 7rem); }
  .sticker { top: 100px; right: 18px; bottom: auto; width: 90px; height: 90px; font-size: 1.25rem; }
  .story { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 520px; margin: 0 auto; }
}

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