/* Rimka Landing Page — Premium MENA Brand Marketing */

:root {
  --bg: #F5F0E8;
  --bg-warm: #EDE6D8;
  --fg: #1C1410;
  --fg-muted: #5A4F45;
  --accent: #B85C38;
  --accent-light: #D4784E;
  --accent-pale: #F0DDD0;
  --cream: #FBF8F3;
  --border: #D9CFC3;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ─────────────────────────────── */
.hero {
  padding: 96px 64px 72px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

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

.hero-text {
  position: relative;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}

.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}

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

.hero-tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  gap: 20px;
}

.hero-tagline span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual svg {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.hero-rule {
  display: none;
}

/* ── FEATURES ──────────────────────────── */
.features {
  padding: 96px 64px;
  background: var(--cream);
}

.features-header {
  max-width: 1200px;
  margin: 0 auto 72px;
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.features-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--fg);
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 48px;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}

.feature-item:nth-child(even) {
  background: var(--bg-warm);
  margin: 0 -48px;
  padding: 40px 48px;
}

.feature-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--accent);
  padding-top: 4px;
  letter-spacing: 0.05em;
}

.feature-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
  line-height: 1.3;
}

.feature-desc {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 560px;
}

/* ── MANIFESTO ─────────────────────────── */
.manifesto {
  padding: 96px 64px;
  background: var(--fg);
  color: var(--cream);
}

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

.manifesto-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 120px;
  line-height: 0.6;
  color: var(--accent);
  margin-bottom: 40px;
}

.manifesto-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 32px;
}

.manifesto-attr {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--accent-light);
}

/* ── PROCESS ────────────────────────────── */
.process {
  padding: 96px 64px;
  background: var(--bg);
}

.process-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 56px;
  line-height: 1.15;
}

.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  flex: 1;
  padding: 36px 32px;
  background: var(--cream);
  border: 1px solid var(--border);
}

.step-connector {
  font-size: 28px;
  color: var(--accent);
  padding-top: 80px;
  flex-shrink: 0;
}

.step-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--accent-pale);
  margin-bottom: 20px;
  line-height: 1;
}

.step-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
}

.step-desc {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ── CLOSING ────────────────────────────── */
.closing {
  padding: 120px 64px;
  background: var(--accent);
  color: var(--cream);
  text-align: center;
}

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

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

.closing-body {
  font-size: 18px;
  color: var(--accent-pale);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.closing-stamp {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.4);
}

/* ── FOOTER ─────────────────────────────── */
.site-footer {
  padding: 40px 64px;
  background: var(--fg);
  border-top: 1px solid rgba(255,255,255,0.08);
}

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

.footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 6px;
}

.footer-tagline {
  font-size: 13px;
  color: rgba(245, 240, 232, 0.45);
}

.footer-meta {
  display: flex;
  gap: 24px;
  font-size: 12px;
  color: rgba(245, 240, 232, 0.4);
  letter-spacing: 0.06em;
}

/* ── RESPONSIVE ─────────────────────────── */
@media (max-width: 900px) {
  .hero {
    padding: 72px 32px 56px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-visual {
    order: -1;
  }
  .hero-visual svg {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  .features {
    padding: 72px 32px;
  }
  .feature-item:nth-child(even) {
    margin: 0 -32px;
    padding: 40px 32px;
  }
  .process-steps {
    flex-direction: column;
    gap: 16px;
  }
  .step-connector {
    display: none;
  }
  .manifesto {
    padding: 72px 32px;
  }
  .closing {
    padding: 80px 32px;
  }
  .site-footer {
    padding: 32px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer-meta {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .hero {
    padding: 56px 24px 48px;
  }
  .features {
    padding: 56px 24px;
  }
  .feature-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .feature-item:nth-child(even) {
    margin: 0 -24px;
    padding: 32px 24px;
  }
  .manifesto {
    padding: 56px 24px;
  }
  .process {
    padding: 56px 24px;
  }
  .closing {
    padding: 64px 24px;
  }
}