/* NOZES direction 1a: minimal & clean, niche-perfume gallery feel */

:root {
  --bg: #fbfaf8;
  --ink: #181817;
  --ink-70: rgba(24, 24, 23, 0.7);
  --ink-60: rgba(24, 24, 23, 0.6);
  --ink-55: rgba(24, 24, 23, 0.55);
  --ink-45: rgba(24, 24, 23, 0.45);
  --ink-40: rgba(24, 24, 23, 0.4);
  --hairline: rgba(24, 24, 23, 0.08);
  --media-bg: #e9e5de;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, p, dl, dd, blockquote { margin: 0; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--ink-45);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 48px;
  border-bottom: 1px solid var(--hairline);
  background: rgba(251, 250, 248, 0.92);
  backdrop-filter: blur(8px);
}

.brand {
  font-weight: 600;
  letter-spacing: 0.32em;
  font-size: 15px;
}

.main-nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(24, 24, 23, 0.65);
}

.main-nav a:hover { color: var(--ink); }

.header-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-55);
}

.lang-pill {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-55);
  border: 1px solid rgba(24, 24, 23, 0.2);
  border-radius: 99px;
  padding: 4px 10px;
}

.cart-link {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-55);
}

.lang-pill:hover, .cart-link:hover { color: var(--ink); }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 64px 56px;
}

.hero h1 {
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.lede {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-60);
  max-width: 380px;
  text-wrap: pretty;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 15px 32px;
  transition: opacity 0.2s ease;
}

.btn-primary:hover { opacity: 0.85; }

.cta-note {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-45);
}

.hero-media {
  position: relative;
  overflow: hidden;
  background: var(--media-bg);
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Feature strip */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.feature {
  padding: 34px 48px;
  border-right: 1px solid var(--hairline);
}

.feature:last-child { border-right: none; }

.feature-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-40);
  margin-bottom: 10px;
}

.feature p:not(.feature-label) {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-70);
}

/* Molecule story */
.molecule {
  padding: 110px 48px;
  max-width: 980px;
  margin: 0 auto;
}

.molecule-inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.molecule h2 {
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 720px;
}

.molecule-text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-60);
  max-width: 560px;
  text-wrap: pretty;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 64px 0 0;
  border-top: 1px solid var(--hairline);
}

.spec { padding: 24px 24px 0 0; }

.spec dt {
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-40);
  margin-bottom: 8px;
}

.spec dd {
  font-size: 13px;
  color: var(--ink-70);
}

/* Product */
.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hairline);
}

.product-media {
  overflow: hidden;
  background: var(--media-bg);
  min-height: 560px;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}

.product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 80px 64px;
}

.product h2 {
  font-weight: 300;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.product-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-60);
  max-width: 400px;
  text-wrap: pretty;
}

.price {
  font-weight: 300;
  font-size: 28px;
}

.usp-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-45);
}

/* How to wear */
.wear {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hairline);
}

.wear-col {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wear-col:first-child { border-right: 1px solid var(--hairline); }

.wear h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.wear-col p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-60);
  max-width: 380px;
  text-wrap: pretty;
}

/* Voices */
.voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hairline);
}

.voices-media {
  overflow: hidden;
  background: var(--media-bg);
  min-height: 520px;
}

.voices-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voices-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  padding: 80px 64px;
}

.voices blockquote p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  max-width: 420px;
  text-wrap: pretty;
}

.voices cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-40);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--hairline);
  padding: 72px 48px 40px;
  overflow: hidden;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 220px));
  gap: 48px;
}

.footer-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-40);
  margin-bottom: 14px;
}

.footer-top a {
  display: block;
  font-size: 13px;
  color: var(--ink-70);
  margin-bottom: 8px;
}

.footer-top a:hover { color: var(--ink); }

.footer-wordmark {
  margin-top: 80px;
  font-weight: 600;
  font-size: clamp(64px, 14vw, 180px);
  letter-spacing: 0.18em;
  line-height: 1;
  color: rgba(24, 24, 23, 0.06);
  user-select: none;
  white-space: nowrap;
}

.footer-legal {
  margin-top: 24px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ink-40);
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Responsive */
@media (max-width: 960px) {
  .site-header { padding: 18px 24px; }
  .main-nav { display: none; }

  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; position: relative; }
  .hero-copy { padding: 56px 24px; }

  .feature-strip { grid-template-columns: 1fr; }
  .feature {
    border-right: none;
    border-bottom: 1px solid var(--hairline);
    padding: 28px 24px;
  }
  .feature:last-child { border-bottom: none; }

  .molecule { padding: 72px 24px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec { padding: 24px 16px 8px 0; }

  .product, .wear, .voices { grid-template-columns: 1fr; }
  .product-media, .voices-media { min-height: 380px; }
  .product-copy, .voices-copy { padding: 56px 24px; }
  .wear-col { padding: 48px 24px; }
  .wear-col:first-child {
    border-right: none;
    border-bottom: 1px solid var(--hairline);
  }

  .site-footer { padding: 56px 24px 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 480px) {
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
