@font-face {
  font-family: "Sergia";
  src: url("../fonts/Sergia.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zalando Sans";
  src: url("../fonts/Zalando-Sans-SemiExpanded-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zalando Sans";
  src: url("../fonts/Zalando-Sans-SemiExpanded-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zalando Sans";
  src: url("../fonts/Zalando-Sans-SemiExpanded-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --nor-green: #443f27;
  --nor-earth: #4f3d2d;
  --nor-beige: #f4e9c9;
  --nor-offwhite: #f5f1ed;
  --nor-shadow: #15130d;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--nor-shadow);
  color: var(--nor-offwhite);
  font-family: "Zalando Sans", Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-shell { width: 100%; min-height: 100vh; }
.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  z-index: -5;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 72% 24%, rgba(244, 233, 201, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(14, 13, 8, 0.88) 0%, rgba(35, 31, 18, 0.70) 42%, rgba(68, 63, 39, 0.18) 100%),
    linear-gradient(180deg, rgba(12, 11, 8, 0.18) 0%, rgba(12, 11, 8, 0.70) 100%);
}
.hero__mist {
  position: absolute;
  inset: -20%;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 28% 54%, rgba(245, 241, 237, 0.08), transparent 34%),
    radial-gradient(ellipse at 68% 42%, rgba(244, 233, 201, 0.07), transparent 30%);
  filter: blur(26px);
  opacity: 0.75;
}
.hero__grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.hero__content {
  min-height: 100svh;
  width: min(720px, 88vw);
  padding: clamp(2.5rem, 7vh, 5rem) 0 clamp(2rem, 5vh, 4rem) clamp(1.5rem, 7vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__logo {
  width: clamp(9.5rem, 17vw, 15.5rem);
  height: auto;
  object-fit: contain;
  margin-bottom: clamp(2.5rem, 7vh, 5.2rem);
}
.hero__pretitle {
  font-family: "Sergia", cursive;
  font-weight: 400;
  font-size: clamp(2.6rem, 4.9vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--nor-beige);
  margin-bottom: clamp(1rem, 2vh, 1.55rem);
  text-transform: none;
}
.hero__title {
  font-family: "Fahkwang", serif;
  font-weight: 300;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1.24;
  letter-spacing: 0.02em;
  color: var(--nor-offwhite);
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
}
.hero__subtitle {
  font-family: "Zalando Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.76rem, 1vw, 0.98rem);
  line-height: 1.5;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--nor-beige);
  margin-bottom: clamp(2rem, 4.8vh, 3.6rem);
}
.hero__text {
  max-width: 560px;
  margin-bottom: clamp(2rem, 4vh, 3.2rem);
}
.hero__text p {
  font-family: "Zalando Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.96;
  letter-spacing: 0.045em;
  color: rgba(245, 241, 237, 0.80);
  margin-bottom: 1.36rem;
}
.hero__text p:last-child { margin-bottom: 0; }
.hero__button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 1rem 2.55rem;
  border: 1px solid rgba(244, 233, 201, 0.68);
  border-radius: 999px;
  background: rgba(68, 63, 39, 0.34);
  color: var(--nor-beige);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Zalando Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  backdrop-filter: blur(12px);
  transition: transform 420ms ease, background 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
  margin-bottom: clamp(2.4rem, 4.5vh, 4rem);
}
.hero__button:hover,
.hero__button:focus-visible {
  transform: translateY(-2px);
  background: rgba(244, 233, 201, 0.13);
  border-color: rgba(244, 233, 201, 0.9);
  box-shadow: 0 18px 48px rgba(0,0,0,0.28);
  outline: none;
}
.hero__recruitment-link {
  position: absolute;
  top: max(3rem, calc(2rem + env(safe-area-inset-top)));
  right: max(9rem, calc(7.5rem + env(safe-area-inset-right)));
  z-index: 2;
  padding: 0.35rem 0;
  color: rgba(245, 241, 237, 0.82);
  font-family: "Zalando Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: color 250ms ease;
}
.hero__recruitment-link::after {
  position: absolute;
  right: 0;
  bottom: 0.12rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 250ms ease;
}
.hero__recruitment-link:hover { color: rgba(245, 241, 237, 0.96); }
.hero__recruitment-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.hero__recruitment-link:focus-visible {
  border-radius: 0.12rem;
  outline: 2px solid var(--nor-beige);
  outline-offset: 5px;
}
.language-switcher {
  position: absolute;
  top: max(3.15rem, calc(2.15rem + env(safe-area-inset-top)));
  right: max(3.5rem, calc(2rem + env(safe-area-inset-right)));
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: rgba(245, 241, 237, 0.62);
  font-family: "Zalando Sans", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.language-switcher button {
  padding: 0.3rem 0.1rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: color 250ms ease;
}
.language-switcher button:hover,
.language-switcher button[aria-pressed="true"] { color: var(--nor-offwhite); }
.language-switcher button[aria-pressed="true"] { font-weight: 500; }
.language-switcher button:focus-visible {
  border-radius: 0.1rem;
  outline: 2px solid var(--nor-beige);
  outline-offset: 3px;
}
.hero__footer {
  font-family: "Zalando Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(0.70rem, 0.8vw, 0.82rem);
  letter-spacing: 0.16em;
  color: rgba(244, 233, 201, 0.55);
}

.audio-button {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  z-index: 10;
  width: clamp(4.25rem, 6vw, 5.5rem);
  height: clamp(4.25rem, 6vw, 5.5rem);
  border-radius: 50%;
  border: 1px solid rgba(244, 233, 201, 0.58);
  background: rgba(68, 63, 39, 0.48);
  color: var(--nor-beige);
  cursor: pointer;
  backdrop-filter: blur(14px);
  font-family: "Zalando Sans", Arial, sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  transition: transform 360ms ease, background 360ms ease, border-color 360ms ease;
}
.audio-button__icon { font-size: 1.45rem; line-height: 1; }
.audio-button__label { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; }
.audio-button:hover,
.audio-button.is-playing,
.audio-button.is-awaiting-gesture {
  transform: scale(1.04);
  background: rgba(244, 233, 201, 0.13);
  border-color: rgba(244, 233, 201, 0.88);
}
