/* ============================================
   Unattainable — Luxury of Nothing
   Colors: white void, near-black type,
   muted gold accent. Editorial minimalism.
   Bodoni Moda headings, Libre Franklin body.
   ============================================ */

/* --- Reset & Base --- */

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

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
  color: #888888;
  background-color: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Focus --- */

:focus-visible {
  outline: 1px solid #B8944F;
  outline-offset: 4px;
}

/* --- Typography --- */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bodoni Moda', 'Didot', 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.1;
  color: #111111;
}

a {
  color: #111111;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #B8944F;
}

/* --- Global Section --- */

.section {
  padding: 6rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

/* ============================================
   Header
   ============================================ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem;
}

.nav-brand {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 2vw, 1.25rem);
  color: #111111;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.nav-brand:hover {
  color: #111111;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.25rem;
}

.nav-links a {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #AAAAAA;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #111111;
}

/* ============================================
   Hero — The Void
   ============================================ */

.hero {
  padding: 10rem 1.25rem 6rem;
  text-align: center;
  max-width: 60rem;
  margin: 0 auto;
}

.hero-heading {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 9vw, 7rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 2.5rem;
}

.hero-heading em {
  font-style: italic;
}

.hero-rule {
  width: 40px;
  height: 1px;
  background-color: #B8944F;
  margin: 0 auto 2.5rem;
  border: none;
}

.hero-sub {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.9;
  color: #999999;
  max-width: 32rem;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* ============================================
   Philosophy — Centered prose
   ============================================ */

.philosophy {
  padding: 6rem 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.philosophy-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #B8944F;
  margin-bottom: 2.5rem;
}

.philosophy-text {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.7;
  color: #333333;
  font-style: italic;
}

/* ============================================
   Collection — Products (nothing)
   ============================================ */

.collection {
  padding: 4rem 1.25rem 2rem;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.collection-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #B8944F;
  margin-bottom: 1.5rem;
}

.collection-heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.collection-sub {
  font-size: 0.9375rem;
  color: #AAAAAA;
  max-width: 28rem;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* --- Individual Product --- */

.product {
  padding: 4rem 1.25rem;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
}

.product:last-of-type {
  border-bottom: none;
}

.product-number {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #CCCCCC;
  margin-bottom: 1.5rem;
  display: block;
}

.product-name {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: clamp(1.375rem, 3vw, 2.25rem);
  letter-spacing: 0.02em;
  color: #111111;
  margin-bottom: 1.25rem;
}

.product-desc {
  font-size: 0.9375rem;
  color: #999999;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2rem;
}

.product-price {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #B8944F;
}

/* ============================================
   Press — Editorial quotes
   ============================================ */

.press {
  padding: 6rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.press-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #B8944F;
  margin-bottom: 3rem;
}

.press-quotes {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.press-quote {
  border: none;
  margin: 0;
  padding: 0;
}

.press-quote-text {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.375rem);
  line-height: 1.7;
  color: #444444;
  max-width: 34rem;
  margin: 0 auto 1.25rem;
}

.press-quote-source {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BBBBBB;
}

/* ============================================
   Closing Statement
   ============================================ */

.closing {
  padding: 6rem 1.25rem 4rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.closing-heading {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  color: #111111;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

.closing-rule {
  width: 40px;
  height: 1px;
  background-color: #B8944F;
  margin: 0 auto 2rem;
  border: none;
}

.closing-text {
  font-size: 0.9375rem;
  color: #AAAAAA;
  line-height: 1.8;
  font-weight: 300;
  max-width: 30rem;
  margin: 0 auto;
}

/* ============================================
   CTA Section
   ============================================ */

.cta-section {
  text-align: center;
  padding: 4rem 1.25rem 6rem;
  max-width: 52rem;
  margin: 0 auto;
}

.cta-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #BBBBBB;
  margin-bottom: 1.5rem;
}

.cta-button {
  display: inline-block;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111111;
  border: 1px solid #DDDDDD;
  padding: 1rem 2.5rem;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  border-color: #B8944F;
  color: #B8944F;
}

/* ============================================
   Footer
   ============================================ */

.site-footer {
  border-top: 1px solid #F0F0F0;
  padding: 2.5rem 1.25rem;
}

.footer-inner {
  max-width: 52rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-brand {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111111;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-nav a {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BBBBBB;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #111111;
}

.footer-rule {
  border-top: 1px solid #F0F0F0;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-copy {
  font-size: 0.6875rem;
  color: #CCCCCC;
  letter-spacing: 0.02em;
  max-width: 36rem;
  line-height: 1.6;
}

.footer-credit {
  font-size: 0.6875rem;
  color: #CCCCCC;
  white-space: nowrap;
}

.footer-credit a {
  color: #AAAAAA;
  text-decoration: underline;
  text-decoration-color: #E0E0E0;
  text-underline-offset: 2px;
}

.footer-credit a:hover {
  color: #B8944F;
  text-decoration-color: #B8944F;
}

/* ============================================
   Responsive — 640px+
   ============================================ */

@media (min-width: 640px) {
  .nav {
    padding: 1.75rem 2rem;
  }

  .nav-links {
    gap: 2rem;
  }

  .hero {
    padding: 14rem 2rem 8rem;
  }

  .philosophy {
    padding: 8rem 2rem;
  }

  .collection {
    padding: 4rem 2rem 2rem;
  }

  .product {
    padding: 5rem 2rem;
  }

  .press {
    padding: 8rem 2rem;
  }

  .press-quotes {
    gap: 4rem;
  }

  .closing {
    padding: 8rem 2rem 5rem;
  }

  .cta-section {
    padding: 4rem 2rem 6rem;
  }

  .site-footer {
    padding: 3rem 2rem;
  }

  .section {
    padding: 6rem 2rem;
  }
}

/* ============================================
   Responsive — 900px+
   ============================================ */

@media (min-width: 900px) {
  .hero {
    padding: 22rem 2rem 14rem;
  }

  .nav-links {
    gap: 3rem;
  }

  .philosophy {
    padding: 12rem 2rem;
  }

  .product {
    padding: 7rem 2rem;
  }

  .press {
    padding: 12rem 2rem;
  }

  .press-quotes {
    gap: 6rem;
  }

  .closing {
    padding: 12rem 2rem 8rem;
  }

  .cta-section {
    padding: 4rem 2rem 8rem;
  }
}

/* Mobile nav fix — hide cramming link list on phones (brand stays) */
@media (max-width: 639px) {
  .nav-links { display: none; }
}
