*, *::before, *::after { box-sizing: border-box; }
html { background: #fafaf7; overflow-x: hidden; }
body.home-screen {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0 clamp(20px, 4.25vw, 70px);
  overflow-x: hidden;
  background: #fafaf7;
  color: #20221f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-align: center;
}
body.home-screen a { color: inherit; text-decoration: none; }
body.home-screen a:focus-visible {
  outline: 2px solid #20221f;
  outline-offset: 5px;
}
.splash-lang-top {
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 33px;
  color: #9aa097;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .025em;
}
.splash-lang-top a { display: inline-flex; align-items: center; min-height: 29px; padding: 4px 3px; }
.splash-lang-top a { color: #555b54 !important; }
.splash-lang-top .lang-current { color: #20221f; font-weight: 650; }
.splash-lang-top a:hover { color: #20221f !important; }
.splash-container {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 760px);
  margin: auto;
  padding: clamp(32px, 4vh, 52px) 0 clamp(110px, 15vh, 168px);
}
.home-logo-wrap { position: relative; display: inline-block; margin-bottom: clamp(42px, 3.2vw, 50px); line-height: 0; }
.home-logo { display: block; width: clamp(112px, 8.3vw, 130px); height: auto; }
.secret-hotspot {
  position: absolute;
  z-index: 2;
  top: 49%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
}
h1.site-title {
  margin: 0 0 23px;
  color: #20221f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 1.86vw, 35px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .145em;
  text-transform: uppercase;
  white-space: nowrap;
}
p.site-subtitle {
  max-width: 555px;
  margin: 0 0 clamp(50px, 4vw, 58px);
  color: #50574f;
  font-size: clamp(13.5px, .8vw, 14.5px);
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
  text-wrap: balance;
}
.splash-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(26px, 3vw, 42px);
}
.splash-nav a {
  display: inline-block;
  padding: 8px 0;
  color: #333a33;
  font-size: clamp(12.5px, .78vw, 13.5px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.splash-nav a:hover { color: #747d71; }
.site-legal {
  grid-row: 3;
  margin: 0 auto;
  padding: 0 0 24px;
  color: #687067;
  font-size: 10.5px;
  line-height: 1.3;
  letter-spacing: .12em;
}

@media (max-width: 700px) {
  .splash-lang-top { padding-top: 23px; font-size: 11px; }
  .splash-container { width: min(100%, 390px); padding: 28px 0 69px; }
  .home-logo-wrap { margin-bottom: 33px; }
  .home-logo { width: 95px; }
  h1.site-title { margin-bottom: 20px; font-size: clamp(21px, 6.2vw, 25px); letter-spacing: .125em; }
  p.site-subtitle { max-width: 360px; margin-bottom: 37px; font-size: clamp(12.5px, 3.14vw, 13px); line-height: 1.66; }
  .splash-nav { flex-direction: column; align-items: center; gap: 3px; }
  .splash-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 7px 14px; font-size: 12px; }
  .site-legal { padding-bottom: 17px; font-size: 10px; }
}

@media (max-height: 680px) {
  .splash-container { padding-top: 22px; padding-bottom: 37px; }
  .home-logo-wrap { margin-bottom: 25px; }
  .home-logo { width: 91px; }
  p.site-subtitle { margin-bottom: 28px; }
  .splash-nav { gap: 0; }
  .splash-nav a { min-height: 36px; }
}

@media (min-width: 541px) and (max-width: 700px) {
  .splash-container { width: min(100%, 590px); }
  .home-logo { width: 105px; }
  h1.site-title { font-size: 28px; }
  .splash-nav { flex-direction: row; gap: 12px 26px; }
  .splash-nav a { min-height: 44px; padding: 12px 0; }
}

@media (max-width: 380px) {
  h1.site-title { letter-spacing: .105em; }
}

@media (max-height: 520px) and (min-width: 540px) {
  .splash-lang-top { padding-top: 12px; }
  .splash-container { padding: 10px 0 18px; }
  .home-logo-wrap { margin-bottom: 15px; }
  .home-logo { width: 74px; }
  h1.site-title { margin-bottom: 12px; font-size: 25px; }
  p.site-subtitle { margin-bottom: 18px; font-size: 12.5px; line-height: 1.45; }
  .splash-nav { flex-direction: row; gap: 8px 20px; }
  .splash-nav a { min-height: 32px; padding: 7px 0; font-size: 11.5px; }
  .site-legal { padding-bottom: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .splash-nav a { transition: none; }
}
