/* Base */
:root {
  --navy: #0d1b2a;
  --navy-mid: #152336;
  --cream: #f5f0e8;
  --cream-dark: #ede6d8;
  --red: #c1272d;
  --gold: #c9a84c;
  --white: #ffffff;
  --grey-light: #e8e2d8;
  --grey-mid: #8a8378;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 240, 232, 0.92);
  backdrop-filter: blur(12px);
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--navy);
}

.nav-tagline {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey-mid);
}

/* Hero */
.hero {
  min-height: 90vh;
  background: var(--navy);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 48px 48px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(201,168,76,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  flex: 1;
}

.hero-overline {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 300;
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--cream);
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--grey-mid);
  margin-top: 20px;
  font-weight: 300;
}

/* Hero visual — abstract jersey composition */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-box {
  width: 320px;
  height: 380px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.3);
}

.box-stripe {
  position: absolute;
  height: 100%;
  top: 0;
}

.box-stripe-1 {
  left: 30%;
  width: 12%;
  background: var(--navy);
}

.box-stripe-2 {
  left: 42%;
  width: 16%;
  background: var(--red);
}

.box-stripe-3 {
  left: 58%;
  width: 12%;
  background: var(--navy);
}

.box-circle {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  opacity: 0.3;
}

.hero-bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}

.hero-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--cream);
}

.hero-rule {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.12);
  max-width: 300px;
}

.hero-status {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-mid);
}

/* Section label */
.section-label {
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 20px;
}

/* Manifesto */
.manifesto {
  background: var(--cream);
  padding: 120px 48px;
  text-align: center;
}

.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
}

.manifesto-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 32px;
}

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 40px;
  border: none;
}

.manifesto-body {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--grey-mid);
  font-weight: 300;
}

/* Provenance */
.provenance {
  background: var(--cream-dark);
  padding: 120px 48px;
}

.provenance-header {
  margin-bottom: 80px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--navy);
}

.provenance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.prov-item {
  padding-top: 24px;
  border-top: 1px solid var(--grey-light);
}

.prov-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.prov-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.prov-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--grey-mid);
  font-weight: 300;
}

/* Craft */
.craft {
  background: var(--navy);
  color: var(--cream);
  padding: 120px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.craft-boxes {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 40px;
}

.craft-rect {
  background: var(--cream);
  position: relative;
}

.craft-rect-1 {
  width: 280px;
  height: 120px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.craft-rect-1::before {
  content: '';
  position: absolute;
  left: 35%;
  top: 0;
  height: 100%;
  width: 12%;
  background: var(--navy);
}

.craft-rect-1::after {
  content: '';
  position: absolute;
  left: 47%;
  top: 0;
  height: 100%;
  width: 16%;
  background: var(--red);
}

.craft-rect-2 {
  width: 220px;
  height: 60px;
  margin-left: 60px;
  opacity: 0.5;
}

.craft-detail {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  width: fit-content;
}

.detail-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.detail-row-2 {
  margin-bottom: 8px;
}

.detail-line {
  height: 2px;
  background: var(--cream);
  opacity: 0.15;
}

.detail-line:nth-child(1) { width: 40px; }
.detail-line:nth-child(2) { width: 60px; }
.detail-line:nth-child(3) { width: 40px; }

.detail-long { width: 160px; }

.craft-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 40px;
}

.craft-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.craft-feat {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.85rem;
  color: var(--cream);
  opacity: 0.7;
}

.feat-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.craft-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.craft-price-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--cream);
}

.craft-price-label {
  font-size: 0.8rem;
  color: var(--grey-mid);
  letter-spacing: 0.1em;
}

/* Closing */
.closing {
  background: var(--cream);
  padding: 160px 48px;
  text-align: center;
}

.closing-inner {
  max-width: 600px;
  margin: 0 auto;
}

.closing-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 32px;
}

.closing-body {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--grey-mid);
  font-weight: 300;
  margin-bottom: 48px;
}

.closing-tricolore {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
}

.tri {
  display: block;
  width: 32px;
  height: 48px;
}

.tri-blue { background: var(--navy); }
.tri-white { background: var(--white); border: 1px solid var(--grey-light); }
.tri-red { background: var(--red); }

.closing-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--grey-mid);
}

/* Footer */
.footer {
  background: var(--navy);
  padding: 40px 48px;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cream);
}

.footer-sep {
  color: var(--grey-mid);
  font-size: 0.8rem;
}

.footer-copy {
  font-size: 0.7rem;
  color: var(--grey-mid);
  letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }

  .hero {
    padding: 60px 24px 40px;
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    display: none;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-bottom {
    margin-top: 32px;
  }

  .hero-rule { display: none; }

  .manifesto { padding: 80px 24px; }
  .provenance { padding: 80px 24px; }
  .craft {
    padding: 80px 24px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .craft-boxes { padding-left: 0; }
  .closing { padding: 100px 24px; }

  .provenance-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer { padding: 32px 24px; }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .hero-title { font-size: 3rem; }
  .section-title { font-size: 2rem; }
  .closing-title { font-size: 2rem; }
}