/* ============================================
   GLAMORICHE PUBLISHING — THEME
   ============================================ */

:root {
  --oxblood: #5c1a1b;
  --oxblood-light: #7a2425;
  --gold: #c9a84c;
  --gold-light: #e0c472;
  --cream: #faf5ec;
  --cream-dark: #f0e8d8;
  --ink: #1a0e0e;
  --ink-light: #3d2324;
  --warm-grey: #9a8878;
  --white: #ffffff;
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- Navigation ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 245, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--oxblood);
}

.logo-mark {
  font-size: 18px;
  color: var(--gold);
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--oxblood);
}

.nav-tagline {
  font-size: 13px;
  color: var(--warm-grey);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- Hero ---- */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 80px 40px 60px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.eyebrow-line {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.eyebrow-text {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-grey);
  font-weight: 500;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--oxblood);
  margin-bottom: 28px;
}

.hero-headline em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-light);
  max-width: 480px;
  margin-bottom: 32px;
  font-weight: 300;
}

.hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--oxblood);
  font-weight: 600;
}

/* Book Stack Graphic */
.hero-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.book-spine {
  width: 140px;
  height: 44px;
  background: var(--oxblood);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.spine-1 { margin-left: 0; }
.spine-2 { margin-left: 20px; box-shadow: -4px 0 12px rgba(0,0,0,0.15); }
.spine-3 { margin-left: 40px; box-shadow: -6px 0 16px rgba(0,0,0,0.2); }

.spine-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.spine-title {
  font-family: 'Playfair Display', serif;
  font-size: 10px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.spine-author {
  font-size: 8px;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.hero-decoration {
  margin-top: 16px;
  margin-left: 60px;
  width: 120px;
  color: var(--gold);
  opacity: 0.5;
}

/* ---- Manifesto ---- */
.manifesto {
  background: var(--oxblood);
  color: var(--cream);
  padding: 100px 40px;
}

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

.manifesto-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
}

.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--cream);
  margin-bottom: 40px;
  position: relative;
  padding-left: 28px;
}

.manifesto-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.manifesto-body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(250, 245, 236, 0.75);
  max-width: 660px;
  margin-bottom: 48px;
}

.manifesto-rule {
  width: 60px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin-bottom: 20px;
}

.manifesto-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--gold);
}

/* ---- Services ---- */
.services {
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-header {
  margin-bottom: 64px;
}

.section-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.services-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--oxblood);
  line-height: 1.2;
  max-width: 600px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.15);
}

.service-card {
  background: var(--cream);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.2s ease;
}

.service-card:hover {
  background: var(--cream-dark);
}

.service-icon {
  width: 48px;
  height: 48px;
  color: var(--oxblood);
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--oxblood);
}

.service-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-light);
  flex-grow: 1;
}

/* ---- Philosophy ---- */
.philosophy {
  background: var(--ink);
  color: var(--cream);
  padding: 100px 40px;
}

.philosophy-inner {
  max-width: 860px;
  margin: 0 auto;
}

.philosophy-number {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--oxblood-light);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: -20px;
}

.philosophy-content {
  padding-left: 80px;
  margin-bottom: 48px;
}

.philosophy-heading {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 16px;
}

.philosophy-body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(250, 245, 236, 0.7);
}

.philosophy-rule {
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  opacity: 0.3;
  margin: 0 0 48px 80px;
}

/* ---- Closing ---- */
.closing {
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

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

.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: var(--oxblood);
  line-height: 1.1;
  margin-bottom: 28px;
}

.closing-body {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-light);
  margin-bottom: 48px;
}

.closing-rule {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 32px;
}

.closing-founder {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--oxblood);
}

.closing-founder span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--warm-grey);
  margin-top: 8px;
}

/* ---- Footer ---- */
.site-footer {
  background: var(--oxblood);
  color: var(--cream);
  padding: 48px 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo-mark {
  font-size: 14px;
  color: var(--gold);
}

.footer-logo-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--cream);
}

.footer-tagline {
  font-size: 13px;
  color: rgba(250, 245, 236, 0.6);
  font-style: italic;
}

.footer-copy {
  font-size: 12px;
  color: rgba(250, 245, 236, 0.4);
  margin-top: 8px;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 24px 40px;
  }

  .hero-graphic { display: none; }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .philosophy-content {
    padding-left: 0;
  }

  .philosophy-rule {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 48px 20px 40px;
  }

  .nav-inner {
    padding: 16px 20px;
  }

  .manifesto,
  .philosophy,
  .closing,
  .services {
    padding: 60px 20px;
  }

  .site-footer {
    padding: 40px 20px;
  }
}