:root {
  --bg: #0B1220;
  --bg-secondary: #111827;
  --fg: #FAF7F0;
  --fg-muted: #9B9B8B;
  --accent: #C8A96E;
  --accent-dim: rgba(200, 169, 110, 0.12);
  --accent-border: rgba(200, 169, 110, 0.3);
  --card-bg: #111827;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(200,169,110,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: 17px;
  color: var(--fg-muted);
  max-width: 420px;
  margin-bottom: 48px;
  line-height: 1.7;
}

.hero-specs {
  display: flex;
  align-items: center;
  gap: 32px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.spec-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
}

.spec-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.spec-divider {
  width: 1px;
  height: 40px;
  background: var(--accent-border);
}

.hero-right {
  position: relative;
}

.hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.hero-image-label {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(11, 18, 32, 0.9);
  border: 1px solid var(--accent-border);
  padding: 12px 18px;
  border-radius: 2px;
  backdrop-filter: blur(8px);
}

.label-text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.label-sub {
  display: block;
  font-size: 11px;
  color: var(--fg-muted);
  margin-top: 2px;
}

/* PHILOSOPHY */
.philosophy {
  background: var(--bg-secondary);
  padding: 100px 60px;
}

.philosophy-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.philosophy-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.philosophy-body {
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.philosophy-pillars {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pillar {
  border-left: 1px solid var(--accent-border);
  padding-left: 28px;
}

.pillar-icon {
  margin-bottom: 12px;
}

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 8px;
}

.pillar p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* COLLECTION */
.collection {
  background: var(--bg);
  padding: 100px 60px;
}

.collection-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.collection-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

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

.collection-card {
  background: var(--card-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-visual {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.card-rings-visual { background: linear-gradient(145deg, #1a1a2e 0%, #0d0d1a 100%); }
.card-bracelet-visual { background: linear-gradient(145deg, #1a1a2e 0%, #0d0d1a 100%); }
.card-necklace-visual { background: linear-gradient(145deg, #1a1a2e 0%, #0d0d1a 100%); }

.card-ring-graphic svg,
.card-bracelet-graphic svg,
.card-necklace-graphic svg {
  width: 140px;
  height: auto;
}

.card-content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 12px;
}

.card-content p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}

.card-meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

/* CRAFTSMANSHIP */
.craftsmanship {
  background: var(--bg-secondary);
  padding: 100px 60px;
}

.craft-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.craft-stats {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.craft-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
}

.craft-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.craft-body {
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}

/* CLOSING */
.closing {
  background: var(--bg);
  padding: 120px 60px;
  text-align: center;
}

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

.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.closing-sub {
  font-size: 18px;
  color: var(--fg-muted);
  margin-bottom: 60px;
}

.closing-visual {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.closing-ring svg {
  width: 200px;
  height: 200px;
  opacity: 0.8;
}

.closing-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.05em;
}

/* FOOTER */
.footer {
  background: var(--bg-secondary);
  padding: 48px 60px;
  border-top: 1px solid var(--accent-border);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--fg);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 6px;
}

.footer-tagline {
  font-size: 13px;
  color: var(--fg-muted);
}

.footer-meta p {
  font-size: 12px;
  color: var(--fg-muted);
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner,
  .philosophy-inner,
  .craft-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 60px 32px;
  }

  .collection {
    padding: 80px 32px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .card-visual {
    height: 180px;
  }

  .hero-image {
    height: 340px;
  }

  .hero-right {
    order: -1;
  }

  .closing,
  .philosophy,
  .craftsmanship {
    padding: 80px 32px;
  }

  .footer {
    padding: 40px 32px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-meta p {
    text-align: center;
  }

  .craft-stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .hero-specs {
    gap: 20px;
  }

  .spec-value {
    font-size: 22px;
  }

  .collection-grid {
    gap: 1px;
  }
}
