:root {
  color: #050505;
  background: #f1f2ed;
  font-family: Arial, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 280px;
  background: #f1f2ed;
}

body {
  min-width: 280px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: #050505;
  background: #f1f2ed;
  -webkit-font-smoothing: antialiased;
}

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

.landing-shell {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
  padding:
    max(32px, calc(env(safe-area-inset-top) + 24px))
    max(24px, calc(env(safe-area-inset-right) + 20px))
    max(32px, calc(env(safe-area-inset-bottom) + 24px))
    max(24px, calc(env(safe-area-inset-left) + 20px));
}

.landing-logo {
  width: clamp(172px, 28vw, 260px);
  height: auto;
}

.landing-instagram {
  display: inline-flex;
  min-width: 148px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #f1f2ed;
  background: #050505;
  border: 1px solid #050505;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.landing-instagram:hover {
  color: #050505;
  background: transparent;
}

.landing-instagram[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: max(8px, env(safe-area-inset-top));
  left: max(8px, env(safe-area-inset-left));
  padding: 10px 14px;
  color: #fff;
  background: #050505;
  border-radius: 3px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.opening-shell {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding:
    max(40px, calc(env(safe-area-inset-top) + 24px))
    max(32px, calc(env(safe-area-inset-right) + 24px))
    max(40px, calc(env(safe-area-inset-bottom) + 24px))
    max(32px, calc(env(safe-area-inset-left) + 24px));
}

.opening-content {
  width: min(100%, 960px);
  margin-inline: auto;
  text-align: center;
}

.opening-eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.opening-logo {
  width: clamp(148px, 19vw, 224px);
  height: auto;
  margin: 0 auto 18px;
}

h1 {
  margin: 0;
  font-size: clamp(0.78rem, 1.2vw, 0.94rem);
  font-weight: 700;
  line-height: 1.4;
  text-wrap: balance;
}

.opening-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  margin-top: 8px;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  line-height: 1.3;
}

.opening-date strong {
  font-weight: 700;
}


.countdown {
  display: grid;
  width: min(100%, 810px);
  margin: clamp(28px, 5vh, 46px) auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.countdown-unit {
  min-width: 0;
  padding-inline: clamp(6px, 2vw, 22px);
}

.countdown-unit + .countdown-unit {
  border-left: 1px solid #c9cac5;
}

.countdown-value,
.countdown-label {
  display: block;
}

.countdown-value {
  min-width: 2ch;
  font-size: clamp(3.25rem, 7.5vw, 5.5rem);
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  line-height: 0.98;
}

.countdown-label {
  margin-top: 14px;
  color: #555753;
  font-size: clamp(0.72rem, 1.2vw, 0.86rem);
  font-weight: 600;
  line-height: 1.3;
}

.opening-instagram {
  display: inline-flex;
  min-width: 148px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(24px, 4vh, 36px);
  padding: 10px 24px;
  color: #f1f2ed;
  background: #050505;
  border: 1px solid #050505;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.opening-instagram:hover {
  color: #050505;
  background: transparent;
}

.opening-state {
  min-height: 1.6em;
  margin: 20px 0 0;
  color: #454744;
  font-size: 0.82rem;
  line-height: 1.6;
  text-wrap: pretty;
}






.noscript-note {
  margin: 0;
  padding: 12px 20px max(12px, env(safe-area-inset-bottom));
  color: #fff;
  background: #050505;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #050505;
  outline-offset: 4px;
}

@media (max-width: 600px) {
  .opening-shell {
    place-items: center;
    padding:
      max(24px, calc(env(safe-area-inset-top) + 18px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      max(28px, calc(env(safe-area-inset-bottom) + 18px))
      max(18px, calc(env(safe-area-inset-left) + 16px));
  }

  .opening-eyebrow {
    margin-bottom: 12px;
  }

  .opening-logo {
    width: clamp(132px, 40vw, 156px);
    margin-bottom: 12px;
  }

  .opening-date {
    margin-top: 6px;
    font-size: clamp(1.02rem, 5.2vw, 1.28rem);
  }


  .countdown {
    margin-top: 26px;
  }

  .countdown-unit {
    padding-inline: 5px;
  }

  .countdown-value {
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .countdown-label {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .opening-instagram {
    margin-top: 24px;
  }

  .opening-state {
    margin-top: 15px;
    font-size: 0.76rem;
  }







}

@media (max-width: 260px) {
  html,
  body {
    min-width: 0;
  }

  .countdown {
    gap: 18px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown-unit:nth-child(3) {
    border-left: 0;
  }



}

@media (max-height: 720px) and (min-width: 601px) {
  .opening-shell {
    place-items: start center;
    padding-block: 28px;
  }

  .opening-logo {
    width: 148px;
  }

  .countdown {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}


      .visually-hidden {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        width: 4px !important;
        height: 4px !important;
        opacity: 0 !important;
        overflow: hidden !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
      }