:root {
  --ink: #17385f;
  --blue: #2463a5;
  --sky: #62c3e5;
  --yellow: #f5d66f;
  --coral: #f28d78;
  --pink: #e780b5;
  --mint: #b7d98d;
  --paper: #f7f7f2;
  --white: #fffefb;
  --font-display: 'Space Grotesk', sans-serif;
  --font-accent: 'Sansation', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: var(--white);
  isolation: isolate;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .3;
  background-image: radial-gradient(rgba(23, 56, 95, .13) .7px, transparent .7px);
  background-size: 14px 14px;
  mask-image: linear-gradient(to bottom, black, transparent 65%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); z-index: -1; opacity: .6; }
.hero-glow--one { width: 35rem; height: 35rem; background: var(--yellow); top: -18rem; left: -10rem; }
.hero-glow--two { width: 32rem; height: 32rem; background: var(--sky); right: -16rem; bottom: -13rem; }
.site-header { height: 92px; max-width: 1260px; margin: auto; padding: 20px 42px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.brand img { width: 75px; height: 55px; object-fit: contain; mix-blend-mode: multiply; }
.header-link { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; display: flex; gap: 10px; align-items: center; }
.header-link span { font-size: 18px; transition: transform .25s ease; }
.header-link:hover span { transform: translate(3px, -3px); }
.hero-content { max-width: 1260px; min-height: calc(100svh - 92px); margin: auto; padding: clamp(45px, 8vh, 100px) 42px 80px; display: grid; grid-template-columns: 1fr; align-items: center; justify-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 1; animation: rise .8s ease both; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 25px; height: 2px; display: inline-block; background: var(--coral); }
h1 { font-family: var(--font-display); font-size: clamp(4.5rem, 10.5vw, 10.5rem); line-height: .84; letter-spacing: -.075em; margin: 28px 0 34px; font-weight: 600; }
h1 strong { color: var(--blue); font-weight: 600; }
.intro { font-size: clamp(1rem, 1.45vw, 1.3rem); line-height: 1.45; max-width: 390px; margin: 0 0 34px; }
.button { display: inline-flex; align-items: center; gap: 32px; background: var(--ink); color: var(--white); padding: 15px 18px 15px 21px; border-radius: 2px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: background .25s ease, transform .25s ease; }
.button span { font-size: 22px; line-height: 12px; }
.button:hover { background: var(--blue); transform: translateY(-3px); }
.hero-art { width: min(55vw, 720px); aspect-ratio: 1; justify-self: center; position: relative; display: grid; place-items: center; animation: appear 1s .15s ease both; }
.year-ring { position: absolute; border: 1px solid; border-radius: 50%; transform: rotate(-20deg); }
.year-ring--outer { width: 100%; height: 60%; border-color: var(--pink); border-width: 16px 2px 3px 9px; animation: drift 12s ease-in-out infinite; }
.year-ring--middle { width: 77%; height: 92%; border-color: var(--sky); border-width: 3px 14px 2px 4px; transform: rotate(25deg); animation: drift 10s 1s ease-in-out infinite reverse; }
.year-ring--inner { width: 78%; height: 63%; border-color: var(--mint); border-width: 5px 2px 9px; transform: rotate(-15deg); }
.hero-mark-row { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); position: relative; z-index: 1; }
.year-mark { font-family: var(--font-display); font-size: clamp(4rem, 10vw, 8rem); line-height: .8; letter-spacing: -.1em; font-weight: 700; color: var(--yellow); text-shadow: 7px 9px 0 var(--ink); transform: rotate(-7deg); position: relative; z-index: 1; }
.hero-logo { width: clamp(250px, 21vw, 340px); height: clamp(180px, 17vw, 250px); object-fit: contain; mix-blend-mode: multiply; transform: rotate(6deg); }
.hero-art p { position: absolute; right: 7%; bottom: 16%; font-family: var(--font-accent); font-size: clamp(1rem, 2.2vw, 1.55rem); text-transform: uppercase; letter-spacing: .1em; line-height: 1.2; font-weight: 700; color: var(--ink); transform: rotate(-8deg); }
.scroll-note { position: absolute; bottom: 25px; left: 42px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; display: flex; align-items: center; gap: 11px; }
.scroll-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.manifesto { max-width: 1260px; margin: auto; padding: clamp(90px, 14vw, 190px) 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.section-label { color: var(--blue); margin: 0 0 40px; }
h2 { font-family: var(--font-display); font-size: clamp(3.2rem, 7vw, 7rem); line-height: .88; letter-spacing: -.07em; margin: 0; }
h2 em { color: var(--coral); font-style: normal; }
.manifesto-detail { align-self: end; padding-bottom: 8px; }
.large-copy { font-family: var(--font-display); font-size: clamp(1.65rem, 2.7vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 30px; max-width: 500px; }
.small-copy { font-size: 14px; line-height: 1.6; max-width: 340px; margin: 0 0 45px; }
.detail-line { border-top: 1px solid rgba(23,56,95,.35); padding-top: 12px; display: flex; justify-content: space-between; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; font-weight: 700; max-width: 500px; }
.detail-line span:last-child { color: var(--coral); }
.image-section { background: var(--yellow); padding: 0 42px 100px; }
.image-frame { max-width: 1260px; margin: auto; position: relative; overflow: hidden; }
.image-frame img { display: block; width: 100%; height: min(58vw, 670px); object-fit: cover; object-position: center 42%; filter: saturate(.9); transition: transform .8s ease; }
.image-frame:hover img { transform: scale(1.02); }
.image-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px; background: rgba(23,56,95,.9); color: var(--white); display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.site-footer { max-width: 1260px; margin: auto; padding: 44px 42px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .12em; font-weight: 700; text-transform: uppercase; }
.site-footer img { width: 55px; height: 40px; object-fit: contain; mix-blend-mode: multiply; }
.site-footer a { border: 1px solid var(--ink); width: 30px; height: 30px; display: grid; place-items: center; font-size: 18px; transition: background .2s, color .2s; }
.site-footer a:hover { background: var(--ink); color: var(--white); }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes appear { from { opacity: 0; transform: scale(.9) rotate(5deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes drift { 0%, 100% { transform: rotate(-20deg) scale(1); } 50% { transform: rotate(-16deg) scale(1.03); } }

@media (max-width: 720px) {
  .site-header { height: 78px; padding: 14px 22px; }
  .brand img { width: 62px; height: 44px; }
  .header-link { font-size: 9px; }
  .hero-content { min-height: calc(100svh - 78px); padding: 42px 22px 78px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
  h1 { font-size: clamp(4.1rem, 19vw, 7rem); margin: 24px 0 28px; }
  .hero-art { width: 90vw; max-width: 410px; margin: -10px auto 0; }
  .year-mark { font-size: clamp(4rem, 18vw, 6.5rem); }
  .hero-mark-row { gap: 12px; }
  .hero-logo { width: clamp(200px, 50vw, 245px); height: clamp(150px, 38vw, 180px); }
  .hero-art p { right: 3%; bottom: 9%; }
  .scroll-note { left: 22px; bottom: 19px; }
  .manifesto { padding: 95px 22px 110px; display: block; }
  .section-label { margin-bottom: 33px; }
  .manifesto-detail { margin-top: 65px; }
  .large-copy { max-width: none; }
  .image-section { padding: 0 22px 60px; }
  .image-frame img { height: 112vw; object-position: 35% center; }
  .image-caption { padding: 13px 14px; font-size: 8px; }
  .site-footer { padding: 30px 22px; }
  .site-footer p { margin: 0; font-size: 8px; }
}

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