@font-face {
  font-family: Cinzel;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/cinzel-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cinzel;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/cinzel-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/plex-sans-condensed-latin-ext-500.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Sans Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/plex-sans-condensed-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/plex-sans-condensed-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/plex-sans-greek-400.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/plex-sans-greek-500.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/plex-sans-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/plex-sans-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --void: #02040c;
  --gold: #f3e6c4;
  --gold-soft: #e4d4ae;
  --selection: #7ef9e3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--void);
  color: var(--gold);
  font-family: Cinzel, "Palatino Linotype", Palatino, serif;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  height: 100dvh;
}

body {
  min-height: 100%;
  min-height: 100dvh;
  min-height: 100svh;
  cursor: crosshair;
}

::selection {
  background: var(--selection);
  color: var(--void);
}

canvas#scene {
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  touch-action: none;
  user-select: none;
  cursor: crosshair;
}

canvas#scene.is-ready {
  opacity: 1;
}

canvas#scene.is-grab {
  cursor: grab;
}

canvas#scene.is-grabbing {
  cursor: grabbing;
}

.vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 48% 44%,
    transparent 42%,
    rgba(2, 4, 12, 0.22) 78%,
    rgba(2, 4, 12, 0.58) 100%
  );
}

.brand {
  --brand-reveal: 0;
  --brand-lift: calc((1 - var(--brand-reveal)) * 0.72rem);
  position: fixed;
  left: max(1.5rem, env(safe-area-inset-left));
  bottom: max(1.4rem, env(safe-area-inset-bottom));
  z-index: 2;
  pointer-events: none;
  margin: 0;
  opacity: var(--brand-reveal);
  transform: translate3d(0, var(--brand-lift), 0);
}

.brand.is-visible {
  pointer-events: auto;
}

.brand h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.75rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.92;
  color: var(--gold);
  white-space: nowrap;
  font-feature-settings: "kern" 1, "liga" 1;
  text-shadow: 0 0.55rem 1.8rem rgba(2, 4, 12, 0.82);
}

.brand h1::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 1px;
  margin-top: 0.9rem;
  background: var(--gold);
  opacity: 0.45;
}

.brand-status {
  margin: 0.7rem 0 0;
  max-width: 36ch;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: var(--gold-soft);
}

.offer-lead {
  margin: 0.95rem 0 0;
  max-width: 36ch;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: clamp(0.92rem, 1.7vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
  color: var(--gold);
  text-shadow: 0 0.4rem 1.2rem rgba(2, 4, 12, 0.88);
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: clamp(0.72rem, 1.25vw, 0.84rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold-soft);
}

.offer-where {
  margin: 0.7rem 0 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--gold-soft);
}

.offer-about {
  margin: 0.55rem 0 0;
  max-width: 42ch;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
  color: var(--gold-soft);
}

.offer-mail {
  display: inline-block;
  margin: 0.55rem 0 0;
  cursor: pointer;
  color: var(--gold);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.offer-mail:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.offer-mail:focus-visible {
  outline: 2px solid var(--selection);
  outline-offset: 3px;
}

.langs {
  position: fixed;
  top: max(0.85rem, env(safe-area-inset-top));
  right: max(0.85rem, env(safe-area-inset-right));
  z-index: 4;
  display: flex;
  gap: 0.1rem;
}

.langs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.35rem 0.55rem;
  color: var(--gold);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  opacity: 0.55;
  cursor: pointer;
}

.langs a[aria-current="page"] {
  opacity: 1;
}

.langs a:hover {
  opacity: 1;
}

.langs a:focus-visible,
.skip:focus-visible {
  outline: 2px solid var(--selection);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  z-index: 5;
  padding: 0.45rem 0.7rem;
  background: var(--void);
  color: var(--gold);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.85rem;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip:focus {
  transform: none;
}

#fallback {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 2rem;
  text-align: center;
  font-family: "IBM Plex Sans Condensed", Cinzel, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  background: var(--void);
}

#fallback[hidden] {
  display: none;
}

.noscript-seo {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  margin: 18vh auto 0;
  padding: 1.5rem;
  color: var(--gold);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.noscript-seo h1 {
  margin: 0 0 0.8rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
}

.noscript-seo p {
  margin: 0.55rem 0 0;
  line-height: 1.5;
  color: var(--gold-soft);
}

.noscript-seo a {
  color: var(--gold);
}

@media (max-width: 700px) {
  .brand,
  .brand.is-visible {
    left: 50%;
    right: auto;
    bottom: max(1.6rem, env(safe-area-inset-bottom));
    transform: translate3d(-50%, var(--brand-lift), 0);
    text-align: center;
  }

  .brand h1 {
    letter-spacing: 0.06em;
  }

  .brand h1::after {
    margin-inline: auto;
  }

  .brand-status {
    margin-inline: auto;
    letter-spacing: 0.02em;
  }

  .offer-lead,
  .offer-where,
  .offer-about,
  .offer-mail,
  .offer-list {
    margin-inline: auto;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  canvas#scene {
    cursor: default;
    opacity: 1;
    transition: none;
  }

  canvas#scene.is-grab {
    cursor: grab;
  }

  canvas#scene.is-grabbing {
    cursor: grabbing;
  }

  .brand,
  .brand.is-visible {
    --brand-reveal: 1;
    opacity: 1;
    filter: none;
    transition: none;
  }
}
