:root {
  --paper: #f5f2eb;
  --white: #ffffff;
  --ink: #171717;
  --muted: #6d6a63;
  --line: #d9d2c4;
  --gold: #b9944e;
  --gold-soft: #d7c39b;
  --shadow: 0 24px 70px rgba(32, 28, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(185, 148, 78, 0.09), transparent 30rem),
    var(--paper);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 24px;
  display: flex;
  justify-content: center;
  position: relative;
}

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

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-right: -0.12em;
}

.brand-subtitle {
  margin-top: 8px;
  padding: 10px 34px 0;
  border-top: 1px solid var(--gold);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.55em;
  margin-right: -0.55em;
}

.language-switcher {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(32, 28, 20, 0.08);
}

.lang-button {
  min-width: 38px;
  height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lang-button:hover {
  color: var(--ink);
  background: rgba(185, 148, 78, 0.1);
}

.lang-button.active {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 2px 10px rgba(32, 28, 20, 0.1);
}

.hero {
  width: min(1320px, calc(100% - 40px));
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr) minmax(0, 0.78fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
}

.hero-copy {
  padding: 24px 0;
}

.eyebrow,
.info-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 5.7vw, 6rem);
}

.lead {
  max-width: 34rem;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.8;
}

.launch-badge {
  width: fit-content;
  margin-top: 32px;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.launch-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(185, 148, 78, 0.12);
}

.store-photo-wrap {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--shadow);
  background: #ddd;
}

.store-photo {
  width: 100%;
  height: min(69vh, 790px);
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.store-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 9px 13px;
  color: white;
  background: rgba(20, 20, 20, 0.74);
  backdrop-filter: blur(6px);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.info-card {
  padding: clamp(28px, 3.5vw, 46px);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background: rgba(255, 255, 255, 0.42);
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-block strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 600;
}

.address-city {
  margin-bottom: 2px;
}

.address-street {
  color: var(--muted);
  font-size: clamp(1.2rem, 1.75vw, 1.6rem) !important;
}

.info-note {
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.55;
}

.divider {
  height: 1px;
  margin: 27px 0;
  background: var(--line);
}

.coming-soon {
  width: min(880px, calc(100% - 40px));
  margin: clamp(80px, 10vw, 140px) auto;
  text-align: center;
}

.coming-soon h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.coming-soon > p:last-child {
  max-width: 700px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.site-footer {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 38px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy-left {
    grid-column: 1 / 2;
  }

  .store-photo-wrap {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .info-card {
    grid-column: 1 / 2;
  }

  .store-photo {
    height: 760px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 28px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .language-switcher {
    position: static;
    box-shadow: none;
  }

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

  .hero-copy-left,
  .store-photo-wrap,
  .info-card {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-copy {
    text-align: center;
  }

  .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .launch-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .store-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .info-card {
    text-align: center;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-separator {
    display: none;
  }
}
