:root {
  --paper: #f1eee8;
  --ink: #111310;
  --accent: #e13b20;
  --muted: #706e68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans SC", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  border-bottom: 1px solid rgba(17,19,16,.16);
  position: absolute;
  z-index: 10;
  width: 100%;
}
.brand { font-size: 26px; font-weight: 900; letter-spacing: -1px; }
.brand span, h1 span, h2 span { color: var(--accent); }
.nav nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.nav-contact { border: 1px solid var(--ink); padding: 10px 18px; transition: .25s; }
.nav-contact:hover { background: var(--ink); color: white; }

.hero {
  min-height: 100vh;
  padding: 145px 6vw 70px;
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 8vw;
  align-items: center;
  position: relative;
}
.hero::before {
  content: ""; position: absolute; width: 43vw; height: 43vw; border: 1px solid rgba(17,19,16,.08);
  border-radius: 50%; left: -18vw; top: 17vh;
}
.eyebrow, .section-index { font-size: 12px; letter-spacing: .22em; font-weight: 700; color: var(--muted); }
h1 { margin: 22px 0; font-size: clamp(76px, 9.4vw, 150px); line-height: .9; letter-spacing: -.07em; font-weight: 900; }
.intro { color: #52534e; line-height: 1.9; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.button { padding: 16px 24px; display: inline-flex; gap: 44px; font-weight: 700; }
.primary { background: var(--accent); color: white; }
.text-link { font-family: ui-monospace, monospace; border-bottom: 1px solid; padding-bottom: 4px; }
.hero-visual { position: relative; justify-self: end; width: min(390px, 34vw); margin-right: 3vw; }
.photo-frame { background: #d7d2ca; padding: 12px; transform: rotate(2.2deg); box-shadow: 18px 18px 0 #d9d4cc; }
.photo-frame img { aspect-ratio: .78; object-fit: cover; object-position: 58% center; filter: saturate(.78) contrast(1.04); }
.vertical { position: absolute; right: -56px; top: 22%; writing-mode: vertical-rl; font-size: 12px; letter-spacing: .5em; }
.year-stamp {
  position: absolute; bottom: -28px; left: -55px; width: 126px; height: 126px; background: var(--ink); color: white;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(-10deg);
}
.year-stamp b { font-size: 42px; line-height: 1; }
.year-stamp span { font-size: 8px; letter-spacing: .1em; line-height: 1.5; }
.scroll { position: absolute; bottom: 26px; left: 6vw; font-size: 9px; letter-spacing: .2em; }
.scroll span { color: var(--accent); font-size: 16px; margin-left: 10px; }

.manifesto { padding: 130px 8vw; display: grid; grid-template-columns: .45fr 1.25fr .8fr; gap: 4vw; align-items: start; border-top: 1px solid rgba(17,19,16,.16); }
.kicker { font-family: serif; font-size: 16px; letter-spacing: .2em; }
h2 { font-size: clamp(48px, 6vw, 88px); letter-spacing: -.06em; line-height: 1.05; margin: 15px 0; }
.about-copy { padding-top: 58px; color: #555650; line-height: 2; font-size: 15px; }
.traits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.traits span { border: 1px solid #aaa79f; border-radius: 30px; padding: 6px 16px; color: var(--ink); font-size: 12px; }

.moments { background: #dcd8d0; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.moment-photo { position: relative; overflow: hidden; }
.moment-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.75); transition: transform 1.2s ease; }
.moments:hover .moment-photo img { transform: scale(1.025); }
.photo-no { position: absolute; left: 25px; bottom: 22px; color: white; font: 700 48px/1 ui-monospace; }
.moment-copy { padding: 10vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.big-quote { font-family: "Noto Sans SC", sans-serif; font-size: clamp(38px, 4vw, 64px); font-weight: 700; line-height: 1.3; letter-spacing: -.05em; margin: 55px 0 30px; }
.moment-copy > p:last-of-type { color: #585954; line-height: 2; max-width: 430px; }
.coordinates { margin-top: 80px; font: 700 13px/1.6 ui-monospace; }
.coordinates span { color: var(--accent); font-size: 10px; letter-spacing: .15em; }

.contact { background: var(--ink); color: white; padding: 120px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.section-index.light { color: #898b84; }
.contact h2 { margin-bottom: 0; }
.contact-card > p { color: #aaa; max-width: 380px; line-height: 1.8; margin-bottom: 40px; }
.contact-card a { border-top: 1px solid #777; border-bottom: 1px solid #777; padding: 26px 0; display: grid; grid-template-columns: 1fr auto; gap: 8px; position: relative; }
.contact-card a span { color: #8d8f88; font: 11px ui-monospace; letter-spacing: .15em; grid-column: 1; }
.contact-card a strong { font: 500 clamp(24px, 3vw, 42px) ui-monospace; grid-column: 1; }
.contact-card a i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 32px; color: var(--accent); font-style: normal; transition: transform .25s; }
.contact-card a:hover i { transform: translate(5px, -5px); }

footer { background: var(--ink); color: #8d8f88; border-top: 1px solid #30322e; padding: 28px 6vw; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
footer .brand { color: white; font-size: 20px; }

.reveal { animation: appear .85s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .12s; } .delay-2 { animation-delay: .24s; } .delay-3 { animation-delay: .38s; }
@keyframes appear { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.observe { opacity: 0; transform: translateY(25px); transition: opacity .8s, transform .8s; }
.observe.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .nav { height: 70px; padding: 0 22px; }
  .nav nav a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 8px 14px; }
  .hero { min-height: auto; padding: 110px 22px 90px; grid-template-columns: 1fr; gap: 60px; }
  h1 { font-size: clamp(72px, 24vw, 105px); }
  .intro br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { width: 76vw; margin-right: 8vw; }
  .vertical { right: -40px; }
  .year-stamp { width: 100px; height: 100px; left: -24px; }
  .year-stamp b { font-size: 34px; }
  .scroll { display: none; }
  .manifesto { padding: 90px 24px; grid-template-columns: 1fr; gap: 12px; }
  .manifesto h2 { font-size: 53px; }
  .about-copy { padding-top: 10px; }
  .moments { grid-template-columns: 1fr; }
  .moment-photo { height: 65vh; min-height: 520px; }
  .moment-copy { padding: 80px 25px; }
  .coordinates { margin-top: 50px; }
  .contact { padding: 90px 24px; grid-template-columns: 1fr; gap: 40px; }
  footer { flex-wrap: wrap; gap: 16px; padding: 25px 22px; }
  footer p { order: 3; width: 100%; }
}

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