@font-face { font-family: 'Inter Tight'; src: url('fonts/inter-tight-latin.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: 'Instrument Serif'; src: url('fonts/instrument-serif-italic-latin.woff2') format('woff2'); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('fonts/space-grotesk-700-latin.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --paper: #08090b;
  --ink: #f4f5f7;
  --muted: #a1a4b0;
  --rule: rgba(244, 245, 247, .21);
  --accent: #6875f5;
  --sans: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--accent); color: var(--paper); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }

.skip-link {
  position: fixed; z-index: 30; top: -5rem; left: 1rem;
  padding: .75rem 1rem; color: var(--paper); background: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative; z-index: 20;
  display: grid; grid-template-columns: 1fr 1fr 1.55fr; align-items: center;
  height: 96px; padding: 0 clamp(1.25rem, 3.65vw, 5rem);
  border-bottom: 1px solid var(--rule);
}
.brand { display: inline-flex; align-items: center; gap: .55rem; width: max-content; }
.brand__icon { width: 38px; height: 40px; object-fit: contain; mix-blend-mode: screen; }
.brand__name { display: flex; flex-direction: column; font-family: 'Space Grotesk', var(--sans); font-size: 1.05rem; line-height: 1.05; font-weight: 700; letter-spacing: -.01em; }
.brand__name span { color: var(--muted); font-family: var(--sans); font-size: .625rem; letter-spacing: .09em; line-height: 1.3; font-weight: 400; }
.header-note { margin: 0; font-size: .7rem; font-weight: 600; line-height: 1.25; letter-spacing: .015em; text-transform: uppercase; }
.header-note span { color: var(--muted); font-weight: 400; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.5rem, 2.6vw, 3.3rem); font-size: .85rem; font-weight: 500; }
.desktop-nav > a:not(.nav-contact) { position: relative; padding: .4rem 0; }
.desktop-nav > a:not(.nav-contact)::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
.desktop-nav > a:not(.nav-contact):hover::after, .desktop-nav > a:not(.nav-contact):focus-visible::after { transform: scaleX(1); }
.nav-contact { display: flex; align-items: center; gap: 1.55rem; border: 1px solid var(--ink); padding: .85rem 1rem .85rem 1.15rem; transition: color .25s, background .25s; }
.nav-contact:hover { color: var(--paper); background: var(--ink); }
.nav-contact span { font-size: 1.1rem; line-height: 1; }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative; isolation: isolate;
  display: flex; flex-direction: column;
  min-height: calc(100svh - 96px);
  padding: clamp(1.4rem, 2.5vh, 3rem) clamp(1.25rem, 3.65vw, 5rem) 0;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: 0; bottom: 0; right: clamp(1.25rem, 3.65vw, 5rem);
  width: 1px; background: var(--rule); opacity: .55; z-index: -1;
}
.hero__topline { display: flex; justify-content: space-between; align-items: flex-start; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow__dot { width: .55rem; height: .55rem; background: var(--accent); border-radius: 50%; }
.hero__index { margin: 0 2.8rem 0 0; color: var(--muted); font-size: .65rem; line-height: 1.5; letter-spacing: .1em; text-align: right; }

.hero__title {
  display: flex; flex-direction: column;
  width: 100%; margin: clamp(2.2rem, 4.5vh, 5rem) 0 clamp(1.5rem, 2vh, 3rem);
  font-weight: 600; letter-spacing: -.085em; line-height: .77;
}
.hero__line { display: block; white-space: nowrap; }
.hero__line > span { display: inline-block; }
.hero__line--first { font-size: clamp(5rem, min(9.7vw, 18vh), 12rem); }
.hero__line--second { align-self: flex-end; margin-right: 7.7%; font-size: clamp(5.7rem, min(11.1vw, 20vh), 13.5rem); }
.hero__line--third { align-self: center; padding-left: 7.2%; font-size: clamp(6rem, min(11.6vw, 21vh), 14rem); }
.hero__title em { display: inline-block; margin-left: .07em; color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.095em; }
.hero__period { color: var(--accent); }

.hero__bottom { display: flex; justify-content: space-between; align-items: stretch; gap: 3rem; margin-top: auto; }
.hero__manifesto { display: grid; grid-template-columns: minmax(10rem, 15vw) minmax(15rem, 25rem); gap: clamp(1rem, 4vw, 5rem); align-items: start; align-self: end; padding-bottom: clamp(2rem, 4vh, 3rem); }
.hero__manifesto-index { padding-top: .33rem; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; }
.hero__manifesto p { max-width: 26rem; margin: 0; font-size: clamp(1.25rem, 1.6vw, 2rem); line-height: 1.16; letter-spacing: -.045em; font-weight: 500; }
.hero__cta { display: flex; flex: 0 0 clamp(17rem, 24vw, 27rem); justify-content: space-between; align-items: flex-end; min-height: clamp(8.5rem, 13vw, 12.6rem); padding: clamp(1.15rem, 1.8vw, 2rem); background: var(--accent); color: var(--paper); font-size: clamp(1.15rem, 1.7vw, 2rem); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; transition: background .28s ease; }
.hero__cta:hover { background: var(--ink); }
.hero__cta-arrow { display: inline-block; font-size: clamp(2.7rem, 5.2vw, 5.7rem); font-weight: 400; line-height: .8; transform-origin: center; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.hero__cta:hover .hero__cta-arrow { transform: translate(5px, -5px); }

.hero__footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; min-height: 66px; border-top: 1px solid var(--rule); font-size: .63rem; font-weight: 600; letter-spacing: .11em; }
.hero__specialties { display: flex; align-items: center; gap: 1rem; }
.hero__specialty { display: inline-flex; align-items: center; min-height: 44px; transition: color .25s ease; }
.hero__specialty:not(:last-child)::after { content: '/'; margin-left: 1rem; color: var(--muted); }
.hero__specialty:hover, .hero__specialty:focus-visible { color: var(--accent); }
.hero__edition { text-align: right; color: var(--muted); }

@media (prefers-reduced-motion: no-preference) {
  .hero__line > span { animation: rise .9s cubic-bezier(.16, 1, .3, 1) both; }
  .hero__line--second > span { animation-delay: .11s; }
  .hero__line--third > span { animation-delay: .22s; }
  .hero__bottom { animation: fade-in .8s ease .42s both; }
  @keyframes rise { from { opacity: 0; transform: translateY(.42em); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fade-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (min-width: 1800px) {
  .hero__title { margin-top: 7vh; }
  .hero__line--second { margin-right: 9%; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-note { display: none; }
  .desktop-nav { gap: 1.5rem; }
  .hero__line--first { font-size: 9.7vw; }
  .hero__line--second { font-size: 11.1vw; }
  .hero__line--third { font-size: 11.6vw; }
  .hero__manifesto { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 1.15rem; }
  .brand__icon { width: 34px; height: 36px; }
  .brand__name { font-size: .96rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; margin-right: -.4rem; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1.5px; background: var(--ink); transition: transform .22s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-nav:not([hidden]) { display: flex; flex-direction: column; position: absolute; z-index: 15; inset: 72px 0 auto; padding: 1.5rem 1.15rem 2.5rem; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--rule); font-size: 1.65rem; letter-spacing: -.05em; }
  .mobile-nav a span { color: var(--accent); }
  .hero { min-height: calc(100svh - 72px); padding: 1.65rem 1.15rem 0; }
  .hero::before { right: 1.15rem; }
  .eyebrow { font-size: .61rem; letter-spacing: .07em; }
  .hero__index { margin-right: 1.3rem; font-size: .55rem; }
  .hero__title { margin: clamp(4rem, 12vh, 8rem) 0 2.6rem; line-height: .86; letter-spacing: -.082em; }
  .hero__line--first { font-size: 12vw; }
  .hero__line--second { align-self: flex-start; margin: .14em 0 0; font-size: 16.1vw; }
  .hero__line--third { align-self: flex-end; padding: 0; margin: .16em 5% 0 0; font-size: 17.7vw; }
  .hero__bottom { flex-direction: column; gap: 2.1rem; }
  .hero__manifesto { grid-template-columns: 1fr; gap: .75rem; align-self: stretch; padding-bottom: 0; }
  .hero__manifesto-index { font-size: .61rem; }
  .hero__manifesto p { max-width: 22rem; font-size: clamp(1.22rem, 5.2vw, 1.55rem); line-height: 1.22; letter-spacing: -.025em; }
  .hero__cta { flex-basis: auto; min-height: 7.8rem; padding: 1.3rem; font-size: 1.45rem; }
  .hero__cta-arrow { font-size: 3.8rem; }
  .hero__footer { min-height: 62px; gap: 1rem; }
  .hero__edition { display: none; }
  .hero__specialties { display: grid; grid-template-columns: repeat(2, max-content); gap: 0 1.25rem; padding: .45rem 0; }
  .hero__specialty { min-height: 44px; font-size: .58rem; letter-spacing: .05em; }
  .hero__specialty::after { display: none; }
}

@media (max-width: 380px) {
  .hero__title { margin-top: max(3.7rem, 10vh); }
  .hero__line--first { font-size: 11.6vw; }
  .hero__line--second { font-size: 15.3vw; }
  .hero__line--third { font-size: 17vw; }
  .hero__bottom { gap: 1.6rem; }
}

@media (max-height: 720px) and (min-width: 701px) {
  .hero__title { margin-top: 2rem; margin-bottom: 1.5rem; }
  .hero__line--first { font-size: min(9vw, 8.7rem); }
  .hero__line--second { font-size: min(10vw, 9.9rem); }
  .hero__line--third { font-size: min(10.5vw, 10.4rem); }
  .hero__cta { min-height: 8rem; }
}

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