:root {
  --black: #090909;
  --black-soft: #111111;
  --gold: #d7b26a;
  --gold-light: #efd49a;
  --cream: #f7f2e8;
  --text-soft: #c7c2b8;
  --line: rgba(215, 178, 106, 0.32);
  --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Montserrat", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}
a { color: inherit; }

.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.centered { text-align: center; }
.section-pad { padding: 110px 0; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #080808;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 15%, rgba(215,178,106,.18), transparent 28%),
    radial-gradient(circle at 80% 65%, rgba(215,178,106,.08), transparent 28%),
    linear-gradient(135deg, #17120b 0%, #080808 45%, #111 100%);
  transform: scale(1.03);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)); }

.nav {
  position: relative;
  z-index: 2;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--gold);
  border: 1px solid var(--gold);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.brand-text { font-size: 11px; letter-spacing: 3.2px; font-weight: 600; }
.nav-link { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; color: #d6d1c8; }

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0 90px;
  animation: rise .9s ease both;
}
.eyebrow, .section-kicker {
  font-size: 10px;
  letter-spacing: 5px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(74px, 11vw, 152px);
  line-height: .74;
  font-weight: 600;
  letter-spacing: -3px;
  margin-top: 28px;
}
.hero h1 span, h2 span, .light-heading span { display: block; color: var(--gold); font-style: italic; font-weight: 500; }
.ornament { display: flex; align-items: center; gap: 16px; margin: 44px 0 20px; }
.ornament span { width: 78px; height: 1px; background: var(--line); }
.ornament b { color: var(--gold); font-size: 10px; }
.opening-date { font-family: "Cormorant Garamond", serif; font-size: 20px; letter-spacing: 5px; }
.intro { max-width: 620px; margin: 24px auto 38px; color: var(--text-soft); font-size: 13px; line-height: 1.9; }
.intro strong { color: #eee; font-weight: 500; }

.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: min(650px, 100%); }
.time-card {
  min-height: 126px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.time-card:hover { transform: translateY(-4px); border-color: var(--gold); background: rgba(215,178,106,.05); }
.time-card strong { font-family: "Cormorant Garamond", serif; font-size: 54px; line-height: .9; font-weight: 600; }
.time-card span { margin-top: 12px; font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; }
.launch-message { margin-top: 18px; color: #a9a49c; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 17px; }

.cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.cta-row.left { justify-content: flex-start; }
.btn { min-width: 190px; padding: 16px 22px; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; text-align: center; transition: .25s ease; }
.btn-gold { background: var(--gold); color: #101010; border: 1px solid var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-outline { border: 1px solid rgba(255,255,255,.34); color: white; }
.btn-outline:hover { color: var(--gold); border-color: var(--gold); }

.intro-section { background: var(--cream); color: #151515; }
.intro-section h2, .light-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 6vw, 80px);
  line-height: .95;
  font-weight: 600;
  margin-top: 24px;
}
.body-copy { max-width: 650px; margin: 30px auto 0; color: #5c574f; font-size: 13px; line-height: 2; }
.date-card { width: 172px; margin: 46px auto 0; border: 1px solid #c8a968; padding: 24px; display: flex; flex-direction: column; align-items: center; }
.date-card .month, .date-card .year { font-size: 10px; letter-spacing: 5px; color: #9d7735; }
.date-card strong { font-family: "Cormorant Garamond", serif; font-size: 86px; line-height: .9; margin: 7px 0; }

.sale-section { background: #0b0b0b; }
.sale-grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 70px; }
.gold { color: var(--gold); }
.light-heading { color: white; margin-top: 20px; }
.sale-date { margin-top: 24px; color: var(--gold); font-size: 13px; letter-spacing: 4px; }
.sale-copy { max-width: 650px; margin-top: 22px; color: #b9b4aa; line-height: 1.9; font-size: 13px; }
.sale-panel { border: 1px solid var(--line); min-height: 330px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: linear-gradient(145deg, rgba(215,178,106,.08), rgba(255,255,255,.015)); }
.sale-panel p { font-size: 9px; letter-spacing: 4px; color: var(--gold); }
.sale-panel strong { font-family: "Cormorant Garamond", serif; font-size: 88px; line-height: 1; margin: 14px 0 5px; }
.sale-panel span { font-size: 12px; letter-spacing: 5px; }
.sale-panel small { margin-top: 10px; color: #777; letter-spacing: 4px; }

footer { background: #060606; border-top: 1px solid rgba(255,255,255,.06); }
.footer-inner { padding: 58px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.footer-brand { margin-bottom: 9px; }
footer p { color: #8f8b84; font-size: 10px; letter-spacing: 1px; }
.footer-links { display: flex; gap: 18px; margin: 12px 0; flex-wrap: wrap; justify-content: center; }
.footer-links a { text-decoration: none; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #c9c4bb; }
.footer-links a:hover { color: var(--gold); }
footer small { color: #555; font-size: 9px; }

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

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .nav { min-height: 78px; }
  .brand-text { letter-spacing: 2px; font-size: 9px; }
  .brand-mark { width: 42px; height: 42px; font-size: 24px; }
  .hero-content { padding-top: 60px; }
  .hero h1 { font-size: clamp(66px, 18vw, 96px); }
  .opening-date { font-size: 15px; letter-spacing: 3px; }
  .countdown { gap: 8px; }
  .time-card { min-height: 94px; }
  .time-card strong { font-size: 38px; }
  .time-card span { font-size: 7px; letter-spacing: 1.5px; }
  .sale-grid { grid-template-columns: 1fr; gap: 42px; }
  .sale-panel { min-height: 250px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 26px, 1120px); }
  .nav-link { display: none; }
  .hero-content { padding-bottom: 70px; }
  .eyebrow, .section-kicker { font-size: 8px; letter-spacing: 3px; }
  .hero h1 { font-size: 62px; line-height: .8; letter-spacing: -2px; }
  .ornament { margin-top: 34px; }
  .ornament span { width: 54px; }
  .intro { font-size: 12px; }
  .countdown { grid-template-columns: repeat(4, 1fr); }
  .time-card { min-height: 82px; }
  .time-card strong { font-size: 30px; }
  .time-card span { margin-top: 8px; font-size: 6.5px; }
  .cta-row { flex-direction: column; align-items: stretch; width: min(100%, 330px); }
  .cta-row.left { width: 100%; }
  .btn { width: 100%; }
  .intro-section h2, .light-heading { font-size: 48px; }
  .sale-panel strong { font-size: 68px; }
  .sale-date { font-size: 10px; letter-spacing: 2.4px; }
}

/* ===== Visual asset upgrade ===== */
.hero {
  isolation: isolate;
}
.hero-bg {
  background-image: linear-gradient(90deg, rgba(6,6,6,.92) 0%, rgba(8,8,8,.78) 42%, rgba(8,8,8,.26) 100%), url('assets/fashion-hero.svg');
  background-size: cover;
  background-position: center;
}
.hero-fashion {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 34%, rgba(211,168,94,.14), transparent 24%);
}
.nav, .hero-content { position: relative; z-index: 2; }
.brand { display:flex; align-items:center; }
.brand-logo { width: 70px; height: auto; display:block; }
.intro-section {
  background-image: linear-gradient(rgba(247,243,235,.96), rgba(247,243,235,.96)), url('assets/pattern.svg');
}
.intro-grid {
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);
  gap: clamp(34px,7vw,90px);
  align-items:center;
}
.editorial-card {
  max-width: 440px;
  margin-inline:auto;
  padding: 14px;
  border: 1px solid rgba(151,113,58,.26);
  background: rgba(255,255,255,.45);
  box-shadow: 0 24px 70px rgba(44,31,17,.12);
  transform: rotate(-1.2deg);
}
.editorial-card img { width:100%; height:auto; display:block; }
.intro-copy { text-align:left; margin:0; }
.intro-copy .date-card { margin-left:0; }
.footer-logo { width: 210px; max-width:80vw; height:auto; display:block; margin:0 auto 16px; }
.sale-section { background-image: linear-gradient(rgba(8,8,8,.95), rgba(8,8,8,.95)), url('assets/pattern.svg'); }

@media (max-width: 780px) {
  .brand-logo { width: 70px; }
  .hero-bg {
    background-image: linear-gradient(180deg, rgba(6,6,6,.50) 0%, rgba(6,6,6,.83) 50%, rgba(6,6,6,.97) 100%), url('assets/fashion-hero.svg');
    background-position: 62% center;
  }
  .intro-grid { grid-template-columns:1fr; }
  .editorial-card { max-width:330px; }
  .intro-copy { text-align:center; }
  .intro-copy .date-card { margin-left:auto; margin-right:auto; }
}

@media screen and (max-width: 520px) {
    .nav {
        position: relative;
    }

    .brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .brand-logo {
        display: block;
        margin: 0;
    }

    .nav-link {
        margin-left: auto;
    }
}