@font-face {
  font-family: "Kargo Sans";
  src: url("./assets/fonts/IFKargoSans-ExtraLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kargo Sans";
  src: url("./assets/fonts/IFKargoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kargo Sans";
  src: url("./assets/fonts/IFKargoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kargo Sans";
  src: url("./assets/fonts/IFKargoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f4f3ef;
  --white: #ffffff;
  --ink: #0b0b0b;
  --muted: #62625f;
  --line: #171717;
  --line-soft: rgba(11, 11, 11, 0.22);
  --signal: #169128;
  --bronze: #9a7a3c;
  --room: #c9cac7;
  font-family: "Kargo Sans", Arial, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
}

body::selection {
  background: var(--signal);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
dl,
dd,
figure {
  margin: 0;
}

a:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  transition: box-shadow 220ms ease;
}

.brand-bar {
  display: flex;
  min-height: clamp(54px, 5.4vw, 74px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 3px clamp(18px, 3vw, 48px) 2px;
}

.brand-lockup {
  position: relative;
  display: block;
  width: min(67vw, 620px);
  height: auto;
  aspect-ratio: 1279 / 138;
  flex: 0 1 auto;
  overflow: hidden;
}

.brand-lockup > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-omicron {
  position: absolute;
  top: 21.74%;
  left: 5.47%;
  width: 7.51%;
  height: 76.09%;
  background: var(--white);
}

.brand-omicron img {
  width: 100%;
  height: 100%;
  transform: rotate(var(--logo-rotation, 0deg));
  transform-origin: center;
  will-change: transform;
}

.lab-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
}

.signal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(22, 145, 40, 0.1);
  animation: signal 2.8s ease-in-out infinite;
}

.nav-bar,
.top-nav {
  display: flex;
  align-items: stretch;
}

.nav-bar {
  min-height: 42px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-inline: clamp(18px, 3vw, 48px);
}

.top-nav a,
.language-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-left: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: lowercase;
  transition: background 160ms ease, color 160ms ease;
}

.language-toggle {
  border-top: 0;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.top-nav a:last-of-type {
  border-right: 1px solid var(--line);
}

.external-nav a:last-of-type {
  border-right: 0;
}

.top-nav a:hover,
.language-toggle:hover {
  background: var(--ink);
  color: var(--white);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: min(830px, calc(100svh - 112px));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(46px, 7vw, 104px) clamp(24px, 5vw, 80px) 28px clamp(18px, 3vw, 48px);
}

.eyebrow,
.footer-label {
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.eyebrow::before {
  width: 18px;
  height: 2px;
  content: "";
  background: var(--signal);
}

h1 {
  display: grid;
  max-width: 900px;
  gap: 0.04em;
  font-size: clamp(3.7rem, 7.2vw, 7.5rem);
  font-weight: 300;
  line-height: 0.86;
}

.hero-title-line {
  display: flex;
  min-width: 0;
}

.hero-title-line.line-two {
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(0px, 1.5vw, 26px);
  font-weight: 400;
}

.hero-title-line.line-two::before {
  width: clamp(28px, 4vw, 58px);
  height: 1px;
  margin-right: 0.18em;
  content: "";
  background: var(--line);
}

.hero-lede {
  max-width: 610px;
  margin: clamp(30px, 5vw, 58px) 0 26px;
  color: #343432;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.48;
}

.hero-actions,
.card-actions,
.bridge-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.button,
.bridge-links a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  font-size: 0.76rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button:hover,
.bridge-links a:hover {
  background: var(--signal);
  color: var(--white);
}

.button.text-button {
  border-color: transparent;
  border-bottom-color: var(--line);
  background: transparent;
}

.hero-index {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  margin-top: auto;
  padding-top: clamp(34px, 6vh, 72px);
}

.hero-index > div {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 14px 8px 0;
  border-top: 1px solid var(--line);
}

.hero-index > div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.hero-index dt {
  color: var(--muted);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.hero-index dd {
  font-size: 0.95rem;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  border-left: 1px solid var(--line);
  background: var(--room);
  overflow: hidden;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,0.12), transparent 20% 76%, rgba(0,0,0,0.06));
}

.hero-visual > img {
  position: absolute;
  right: -1%;
  bottom: -2%;
  width: 100%;
  height: 104%;
  object-fit: cover;
  object-position: 50% 5%;
  transform: scale(1.015);
  transform-origin: 50% 0;
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-visual:hover > img {
  transform: scale(1.035);
}

.hero-signal {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(11, 11, 11, 0.75);
  background: rgba(244, 243, 239, 0.8);
  backdrop-filter: blur(10px);
}

.shape {
  display: block;
  width: 13px;
  height: 13px;
  background: var(--signal);
}

.shape.circle {
  border-radius: 50%;
}

.shape.triangle {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 13px solid var(--signal);
  border-left: 7px solid transparent;
  background: transparent;
}

.measure-line {
  position: absolute;
  top: 88px;
  bottom: 88px;
  left: 17px;
  z-index: 2;
  width: 9px;
  border-left: 1px solid rgba(11, 11, 11, 0.65);
  background: repeating-linear-gradient(180deg, transparent 0 15px, rgba(11,11,11,0.68) 15px 16px, transparent 16px 31px);
}

.hero-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(11, 11, 11, 0.75);
  background: rgba(244, 243, 239, 0.82);
  font-size: 0.66rem;
  font-weight: 500;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.discipline-strip {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding: 0 clamp(18px, 3vw, 48px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  font-size: 0.7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.discipline-strip i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  background: var(--signal);
}

.collection-section {
  scroll-margin-top: 92px;
  padding: clamp(76px, 10vw, 148px) clamp(18px, 3vw, 48px);
  background: var(--paper);
}

.exhibit-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.22fr minmax(0, 1.12fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(20px, 3vw, 52px);
  margin-bottom: clamp(38px, 6vw, 78px);
}

.section-number {
  align-self: start;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 0.8;
}

.section-heading .eyebrow {
  margin-bottom: 16px;
}

h2 {
  max-width: 900px;
  font-size: clamp(3.15rem, 6.4vw, 7.2rem);
  font-weight: 300;
  line-height: 0.86;
}

.section-intro {
  max-width: 470px;
  color: #434340;
  font-size: 1rem;
  line-height: 1.52;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: transparent;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
  transition-delay: var(--delay);
}

.experience-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.experience-card + .experience-card {
  border-left: 1px solid var(--line);
}

.card-media {
  position: relative;
  display: block;
  aspect-ratio: 1.18;
  border-bottom: 1px solid var(--line);
  background: #e8e8e4;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  padding: clamp(18px, 2.4vw, 38px);
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

.experience-card:hover .card-media img {
  transform: scale(1.045);
  filter: contrast(1.04);
}

.card-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-width: 34px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.66rem;
  font-weight: 500;
}

.card-launch {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  min-width: 104px;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 11px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.67rem;
  text-transform: uppercase;
  transform: translateY(54px);
  transition: transform 260ms ease, background 160ms ease;
}

.experience-card:hover .card-launch,
.card-media:focus-visible .card-launch {
  transform: translateY(0);
}

.card-body {
  display: flex;
  min-height: 335px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(20px, 2.3vw, 34px);
}

.card-kicker {
  margin-bottom: 11px;
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  max-width: 440px;
  font-size: clamp(1.75rem, 2.5vw, 3.2rem);
  font-weight: 300;
  line-height: 0.98;
}

.card-summary {
  max-width: 430px;
  margin-top: 22px;
  color: #454542;
  font-size: 0.94rem;
  line-height: 1.5;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin: auto 0 22px;
  padding-top: 26px;
  color: var(--muted);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.tag-row span::before {
  content: "+ ";
  color: var(--signal);
}

.card-actions {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.card-actions .button {
  min-width: 0;
  flex: 1 1 110px;
  gap: 12px;
  border-top: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 0;
  font-size: 0.68rem;
}

.museum-bridge {
  display: grid;
  grid-template-columns: 0.42fr minmax(0, 1.5fr) minmax(240px, 0.58fr);
  align-items: end;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(70px, 10vw, 150px) clamp(18px, 3vw, 48px);
  border-top: 1px solid var(--line);
  background: var(--bronze);
  color: var(--white);
}

.museum-bridge .eyebrow {
  align-self: start;
}

.museum-bridge .eyebrow::before {
  background: var(--white);
}

.museum-bridge h2 {
  max-width: 1050px;
}

.bridge-links {
  flex-direction: column;
}

.bridge-links a {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) 0.46fr 0.46fr 0.5fr;
  gap: clamp(30px, 5vw, 90px);
  padding: clamp(48px, 7vw, 94px) clamp(18px, 3vw, 48px) 32px;
  border-top: 1px solid var(--white);
  background: var(--ink);
  color: var(--white);
}

.footer-brand img {
  width: min(100%, 650px);
  filter: invert(1);
}

.footer-brand p {
  max-width: 430px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.footer-column a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
}

.footer-meta {
  align-self: end;
  justify-self: end;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes signal {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.38; }
}

@media (max-width: 1050px) {
  .hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.74fr);
  }

  h1 {
    font-size: clamp(3.8rem, 8vw, 6.2rem);
  }

  .section-heading,
  .museum-bridge {
    grid-template-columns: 0.22fr 1fr;
  }

  .section-intro,
  .bridge-links {
    grid-column: 2;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  }

  .experience-card + .experience-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .card-media {
    height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1.4fr 0.5fr 0.5fr;
  }

  .footer-meta {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .brand-bar {
    min-height: 54px;
    align-items: center;
    padding-block: 2px;
  }

  .brand-lockup {
    width: min(67vw, 440px);
  }

  .lab-mark {
    font-size: 0.62rem;
  }

  .signal-dot {
    width: 8px;
    height: 8px;
  }

  .nav-bar {
    min-height: 40px;
    padding-inline: 0;
    overflow-x: auto;
  }

  .top-nav {
    flex: 0 0 auto;
  }

  .top-nav a {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .hero-section {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    min-height: calc(70svh - 120px);
    padding: 48px 18px 22px;
  }

  h1 {
    font-size: clamp(3.2rem, 14.5vw, 5.6rem);
    line-height: 0.87;
  }

  .hero-lede {
    margin-top: 28px;
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-index {
    padding-top: 40px;
  }

  .hero-index dd {
    font-size: 0.78rem;
  }

  .hero-visual {
    min-height: min(78svh, 720px);
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-visual > img {
    object-fit: cover;
    object-position: 50% 5%;
  }

  .discipline-strip {
    justify-content: flex-start;
  }

  .section-heading,
  .museum-bridge {
    grid-template-columns: 1fr;
  }

  .section-number {
    margin-bottom: 16px;
  }

  .section-intro,
  .bridge-links {
    grid-column: auto;
  }

  h2 {
    font-size: clamp(3.15rem, 15vw, 5.2rem);
  }

  .experience-card {
    display: flex;
  }

  .card-media {
    aspect-ratio: 1.12;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .card-launch {
    transform: translateY(0);
  }

  .card-body {
    min-height: 330px;
    padding: 22px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .lab-mark {
    max-width: 60px;
    line-height: 1.1;
  }

  .external-nav a:first-child,
  .external-nav a:nth-child(2) {
    display: none;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-index {
    grid-template-columns: 1fr 1fr;
  }

  .hero-index > div:last-child {
    display: none;
  }

  .hero-visual {
    min-height: 570px;
  }

  .hero-visual figcaption span:last-child {
    display: none;
  }

  .card-actions {
    flex-direction: column;
  }

  .card-actions .button {
    min-height: 44px;
    flex-basis: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

html[lang="el"] h1 {
  gap: 0.08em;
  font-size: clamp(3.5rem, 6.7vw, 7rem);
  line-height: 0.94;
}

@media (max-width: 760px) {
  html[lang="el"] h1 {
    font-size: clamp(3rem, 13.2vw, 5.1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
