/* NOZES direction 1b: coastal editorial, serif headlines, full-bleed sea imagery */

:root {
  --bg: #f3efe7;
  --ink: #22271f;
  --ink-70: rgba(34, 39, 31, 0.7);
  --ink-65: rgba(34, 39, 31, 0.65);
  --ink-60: rgba(34, 39, 31, 0.6);
  --ink-55: rgba(34, 39, 31, 0.55);
  --ink-45: rgba(34, 39, 31, 0.45);
  --hairline: rgba(34, 39, 31, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Archivo", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, p, figure, 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: 10px;
  letter-spacing: 0.26em;
  color: var(--ink-45);
}

em { font-style: italic; }

/* Header */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 44px;
}

.brand {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: 0.34em;
  font-weight: 500;
  /* optically recentre against the letter-spaced trailing gap */
  margin-right: -0.34em;
}

.header-side {
  display: flex;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-60);
  min-width: 160px;
}

.header-side--right { justify-content: flex-end; gap: 24px; }

.header-side a:hover, .header-side button:hover { color: var(--ink); }

.header-side button {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-60);
}

/* Hero */
.hero {
  position: relative;
  height: 480px;
  overflow: hidden;
}

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

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 26, 28, 0) 30%, rgba(20, 26, 28, 0.55) 100%);
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 44px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  color: #f3efe7;
}

.hero-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  opacity: 0.85;
  margin-bottom: 6px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.02;
  font-weight: 400;
  max-width: 560px;
}

.hero-cta {
  background: #f3efe7;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 15px 28px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.hero-cta:hover { background: #fff; }

/* Intro */
.intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.intro-copy { padding: 56px 44px; }

.intro h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 400;
  margin: 14px 0 16px;
}

.intro-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-65);
  max-width: 420px;
  text-wrap: pretty;
}

.usp-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  margin: 28px 0 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-55);
}

.intro-media { height: 380px; overflow: hidden; }

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

/* Story */
.story {
  border-top: 1px solid var(--hairline);
  padding: 96px 44px;
}

.story-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.story-drop {
  font-family: var(--serif);
  font-size: 88px;
  line-height: 0.4;
  color: var(--ink-45);
  user-select: none;
}

.story-lead {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.4;
  font-weight: 400;
  margin-top: 26px;
  text-wrap: balance;
}

.story-body {
  margin: 28px auto 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-65);
  max-width: 520px;
  text-wrap: pretty;
}

/* Full-bleed band */
.band {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.band-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.band-scrim {
  position: absolute;
  inset: 0;
  background: rgba(20, 26, 28, 0.35);
}

.band-quote {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f3efe7;
  padding: 0 24px;
}

.band-quote blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.25;
  max-width: 620px;
  text-wrap: balance;
}

.band-quote figcaption {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.3em;
  opacity: 0.75;
}

/* Ways to wear */
.wear { padding: 96px 44px; }

.wear-head {
  text-align: center;
  margin-bottom: 56px;
}

.wear-head h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 400;
  margin-top: 14px;
}

.wear-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 880px;
  margin: 0 auto;
}

.wear-col h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.wear-col h3 em { color: var(--ink-45); margin-right: 6px; }

.wear-col p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-65);
  text-wrap: pretty;
}

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

.product-media { min-height: 520px; overflow: hidden; }

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

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

.product h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.1;
  font-weight: 400;
  margin: 14px 0 16px;
}

.product-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-65);
  max-width: 400px;
  text-wrap: pretty;
}

.price {
  font-family: var(--serif);
  font-size: 32px;
  margin-top: 24px;
}

.btn-buy {
  margin-top: 18px;
  background: var(--ink);
  color: var(--bg);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 15px 32px;
  transition: opacity 0.2s ease;
}

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

.ship-note {
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-55);
}

/* Voices */
.voices {
  border-top: 1px solid var(--hairline);
  padding: 88px 44px;
  text-align: center;
}

.voices-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.voices blockquote p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  text-wrap: balance;
}

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

/* Footer */
.site-footer {
  border-top: 1px solid var(--hairline);
  padding: 64px 44px 40px;
  text-align: center;
}

.footer-brand {
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: 0.34em;
  font-weight: 500;
  margin-right: -0.34em;
}

.footer-tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-55);
  margin-top: 8px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-60);
}

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

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

/* 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: 900px) {
  .site-header {
    padding: 16px 20px;
    gap: 12px;
  }
  .header-side { min-width: 0; gap: 16px; }
  .brand { font-size: 20px; }

  .hero { height: 420px; }
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 28px;
    gap: 20px;
  }

  .intro { grid-template-columns: 1fr; }
  .intro-copy { padding: 48px 20px; }
  .intro-media { height: 300px; }

  .story { padding: 64px 20px; }
  .band { height: 360px; }
  .wear { padding: 64px 20px; }
  .wear-cols { grid-template-columns: 1fr; gap: 40px; }

  .product { grid-template-columns: 1fr; }
  .product-media { min-height: 340px; }
  .product-copy { padding: 48px 20px; }

  .voices { padding: 64px 20px; }
  .voices-row { grid-template-columns: 1fr; gap: 36px; }

  .site-footer { padding: 48px 20px 32px; }
}
