.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 200;
  color: var(--ivory);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 2.4rem;
  transition: min-height 0.35s ease, background 0.35s ease, color 0.35s ease, border 0.35s ease;
}

.site-header.scrolled .header-inner {
  min-height: 64px;
  color: var(--ink);
  background: rgba(247, 243, 235, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header-right {
  justify-content: flex-end;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.header-right span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.hamburger {
  display: grid;
  gap: 6px;
  width: 38px;
  padding: 8px 4px;
}

.hamburger span {
  display: block;
  height: 1px;
  background: currentColor;
}

.hamburger span:nth-child(2) {
  width: 70%;
}

.header-menu-word {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.brand {
  display: grid;
  justify-items: center;
  gap: 0.34rem;
  text-align: center;
}

.brand-name {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.72;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 4rem;
  padding: 6rem clamp(2rem, 6vw, 7rem);
  color: var(--ivory);
  background: var(--ink);
  transform: translateY(-100%);
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

.nav-overlay.is-open {
  transform: translateY(0);
  visibility: visible;
}

.nav-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
}

.nav-close span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.nav-close span:first-child {
  transform: rotate(45deg);
}

.nav-close span:last-child {
  transform: rotate(-45deg);
}

.menu-meta {
  align-self: start;
  display: grid;
  gap: 1rem;
}

.menu-meta span,
.nav-mobile-footer {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.48);
}

.menu-meta strong {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.nav-mobile {
  display: grid;
  align-content: center;
}

.nav-mobile-link {
  padding: 0.58rem 0;
  border-bottom: 1px solid var(--line-light);
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease, padding-left 0.25s ease;
}

.nav-mobile-link:hover {
  padding-left: 1rem;
  opacity: 0.58;
}

.nav-mobile-footer {
  position: absolute;
  left: clamp(2rem, 6vw, 7rem);
  bottom: 3rem;
  display: grid;
  gap: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: none;
}

.menu-contact-link {
  width: fit-content;
  margin-top: 0.35rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ivory);
  background: #1a2333;
}

.hero-bg,
.hero-bg img,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  filter: saturate(0.82) brightness(0.58);
  transition: transform 8s ease;
}

body.is-loaded .hero-bg img {
  transform: scale(1);
}

.hero-veil {
  background:
    radial-gradient(circle at 50% 35%, rgba(236, 190, 130, 0.12), rgba(0, 0, 0, 0.68) 72%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
}

.hero-body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
}

.hero-eyebrow {
  margin-bottom: 1.4rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.72);
}

.hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0.01em;
}

/* .hero-title em {
  font-style: italic;
  font-weight: 500;
} */

.hero-links {
  position: absolute;
  z-index: 3;
  right: clamp(1.4rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  left: clamp(1.4rem, 4vw, 4rem);
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 5vw, 5rem);
  color: rgba(247, 243, 235, 0.82);
  overflow: hidden;
}

.hero-links a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.82);
}

/* New Hero Layout (Screenshot style) */
.hero-new-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem) clamp(3rem, 7vw, 6rem);
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}

.hero-new-left {
  width: min(58vw, 900px);
  display: grid;
  grid-template-columns: minmax(135px, 0.22fr) minmax(0, 1fr);
  column-gap: clamp(1.2rem, 2.4vw, 2.6rem);
  row-gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}

.hero-title-badge-row {
  display: block;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-left: clamp(-1rem, -1.2vw, -0.25rem);
}

.hero-collection-tag {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 150px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(247, 243, 235, 0.74);
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.hero-new-title {
  display: grid;
  font-family: 'Syne', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--accent);
}

.hero-new-title span {
  display: block;
  width: fit-content;
  max-width: 100%;
}

/* .hero-new-title span:nth-child(2) {
  margin-left: clamp(2.8rem, 8vw, 9rem);
} */

.hero-new-title span:nth-child(3) {
  margin-left: clamp(-13.5rem, -10.5vw, -5.8rem);
}

.hero-new-badge {
  flex-shrink: 0;
  width: clamp(110px, 13vw, 170px);
  height: clamp(70px, 8.5vw, 110px);
  border-radius: 60px;
  overflow: hidden;
  border: 1.5px solid rgba(247, 243, 235, 0.18);
  margin-bottom: 0.6rem;
}

.hero-new-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.85);
}

.hero-new-desc {
  grid-column: 1 / span 2;
  font-size: clamp(0.95rem, 1.2vw, 1.22rem);
  color: rgba(247, 243, 235, 0.68);
  line-height: 1.55;
  max-width: 590px;
  border-left: 2px solid var(--accent);
  padding-left: 1.3rem;
}

.hero-contact-btn {
  grid-column: 1 / span 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.75rem 2rem;
  background: var(--accent);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: opacity 0.25s ease;
}

.hero-contact-btn:hover {
  opacity: 0.85;
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

@media (max-width: 768px) {
  .hero-new-body {
    padding: 5.5rem 1.2rem 2.5rem;
    display: flex;
    align-items: flex-end;
    min-height: 100svh;
  }

  .hero-new-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-template-columns: unset;
  }

  .hero-collection-tag {
    grid-column: unset;
    grid-row: unset;
    max-width: 100%;
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(247, 243, 235, 0.7);
  }

  .hero-title-badge-row {
    grid-column: unset;
    grid-row: unset;
    display: block;
    margin-left: 0;
  }

  .hero-new-title {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
  }

  .hero-new-title span:nth-child(2),
  .hero-new-title span:nth-child(3) {
    margin-left: 0;
  }

  .hero-new-desc {
    grid-column: unset;
    max-width: 100%;
    font-size: clamp(0.88rem, 3.5vw, 1rem);
    line-height: 1.6;
  }

  .hero-new-badge {
    width: 100px;
    height: 64px;
  }
}
