:root {
  --gold: #d9a95b;
  --gold-light: #f1d29d;
  --ink: #080a0b;
  --paper: #f8f3ea;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(217, 169, 91, 0.38);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  font-family: "Montserrat", sans-serif;
}

button,
input {
  font: inherit;
}

.site-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
}

.background,
.background-overlay,
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.background {
  z-index: -4;
  background-color: #10171a;
  background-image: url("https://images.unsplash.com/photo-1605281317010-fe5ffe798166?auto=format&fit=crop&w=2200&q=88");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: reveal 1.4s ease-out both;
}

.background-overlay {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(4, 7, 8, 0.97) 0%, rgba(4, 7, 8, 0.87) 38%, rgba(4, 7, 8, 0.32) 72%, rgba(4, 7, 8, 0.52) 100%),
    linear-gradient(0deg, rgba(4, 7, 8, 0.84) 0%, transparent 48%, rgba(4, 7, 8, 0.35) 100%);
}

.noise {
  z-index: -2;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header,
.hero,
.site-footer {
  width: min(100% - 9vw, 1440px);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand-name strong {
  color: var(--gold-light);
  font-weight: 600;
}

.brand-tagline {
  margin-top: 7px;
  color: var(--gold);
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-align: center;
  text-transform: uppercase;
}

.header-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language-switch {
  display: flex;
  gap: 12px;
  font-size: 0.68rem;
}

.language-switch a {
  color: var(--muted);
  text-decoration: none;
  padding-block: 8px;
}

.language-switch a[aria-current="page"],
.language-switch a:hover {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.language-switch a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location svg {
  width: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 48px;
  padding-block: clamp(54px, 8vh, 96px);
}

.hero-content {
  animation: rise 0.9s 0.15s ease-out both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  color: var(--gold-light);
  font-size: clamp(0.62rem, 1vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.6;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 46px;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 760px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.87;
}

h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.intro {
  max-width: 650px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.8;
}

.countdown {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  margin-top: 38px;
}

.time-unit {
  min-width: 56px;
  text-align: center;
}

.time-unit strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.time-unit span {
  display: block;
  margin-top: 7px;
  color: var(--gold-light);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.countdown i {
  width: 1px;
  height: 42px;
  background: var(--line);
}

.notify {
  margin-top: 40px;
}

.notify > p:first-child {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.notify-form {
  display: flex;
  width: min(100%, 540px);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 8, 9, 0.48);
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.notify-form:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 169, 91, 0.1);
}

.notify-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 0 17px;
  font-size: 0.78rem;
}

.notify-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.notify-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  background: var(--gold);
  color: #12100c;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.notify-form button:hover {
  background: var(--gold-light);
}

.notify-form button:active {
  transform: scale(0.98);
}

.notify-form button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.form-message {
  min-height: 20px;
  margin-top: 10px;
  color: var(--gold-light);
  font-size: 0.7rem;
}

.form-message.error {
  color: #ffb5a9;
}

.services {
  align-self: end;
  justify-self: end;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  animation: rise 0.9s 0.35s ease-out both;
}

.services p {
  margin-bottom: 14px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-style: italic;
}

.services ul {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  list-style: none;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 21px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.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;
}

@keyframes reveal {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
  .background {
    background-position: 64% center;
  }

  .background-overlay {
    background:
      linear-gradient(90deg, rgba(4, 7, 8, 0.93), rgba(4, 7, 8, 0.62)),
      linear-gradient(0deg, rgba(4, 7, 8, 0.9), transparent 58%, rgba(4, 7, 8, 0.4));
  }

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

  .services {
    display: none;
  }
}

@media (max-width: 600px) {
  .site-header,
  .hero,
  .site-footer {
    width: min(100% - 38px, 1440px);
  }

  .site-header {
    padding-top: 24px;
  }

  .location {
    font-size: 0;
  }

  .location svg {
    width: 20px;
  }

  .hero {
    align-items: start;
    padding-block: 48px 44px;
  }

  .eyebrow span {
    width: 27px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .intro {
    margin-top: 22px;
    font-size: 0.84rem;
  }

  .countdown {
    justify-content: space-between;
    gap: 7px;
    margin-top: 32px;
  }

  .countdown i {
    height: 33px;
  }

  .time-unit {
    min-width: 48px;
  }

  .notify {
    margin-top: 34px;
  }

  .notify-form {
    display: grid;
    gap: 5px;
    padding: 5px;
  }

  .notify-form input {
    min-height: 48px;
  }

  .site-footer {
    display: block;
  }

  .site-footer p:last-child {
    margin-top: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 540px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.6;
}
.newsletter-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--gold);
}
.newsletter-honeypot { display: none; }
.notify-form button:disabled { opacity: 0.65; cursor: wait; }
