:root {
  --ink: #1A1A1A;
  --ink-soft: #2D2823;
  --cream: #FAF7F2;
  --cream-warm: #F5EFE2;
  --terracotta: #993C1D;
  --terracotta-soft: #FAECE7;
  --terracotta-deep: #4A1B0C;
  --peacock: #1A5563;
  --peacock-soft: #E1ECEE;
  --mustard: #BA7517;
  --mustard-soft: #FBEAD0;
  --sage: #5C7858;
  --sage-soft: #EAF0E4;
  --plum: #7D3B5C;
  --plum-soft: #F4E4EB;
  --green: #1D9E75;
  --green-soft: #F1F7EF;
  --text-secondary: #5C5851;
  --text-tertiary: #8A847A;
  --border: #E8E2D6;
  --border-soft: #F1ECE0;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: var(--cream); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 2rem; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.3px; }

nav { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
nav .row { display: flex; justify-content: space-between; align-items: center; }
.logo img { height: 56px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.75rem; font-size: 14px; }
.nav-links a { text-decoration: none; color: var(--text-secondary); transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }

.hero { padding: 4.5rem 0 4rem; text-align: center; }
.hero-eyebrow { font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; margin-bottom: 1.5rem; }
.hero h1 { font-size: 60px; line-height: 1.05; margin-bottom: 0; }
.hero-mark { width: 48px; height: 2px; background: var(--terracotta); margin: 1.5rem auto; }
.hero p.sub { font-size: 18px; color: var(--text-secondary); max-width: 540px; margin: 0 auto 2.25rem; }
.cta-row { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 8px; font-size: 15px; font-weight: 500; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: all 0.15s; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--ink); color: var(--cream); }
.btn-secondary { background: transparent; color: var(--ink); border-color: #D1C9B8; }
.btn-secondary:hover { background: rgba(0,0,0,0.04); }
.btn-accent { background: var(--terracotta); color: var(--terracotta-soft); }

section { padding: 4.5rem 0; border-top: 1px solid var(--border); }
.eyebrow { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; margin-bottom: 0.625rem; }
h2.section-title { font-size: 38px; margin-bottom: 0.75rem; }
.section-lede { font-size: 16px; color: var(--text-secondary); max-width: 600px; margin-bottom: 2.5rem; line-height: 1.65; }

.ustad-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ustad-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; position: relative; }
.ustad-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 1; }
.ustad-card.card-warm::before { background: var(--terracotta); }
.ustad-card.card-cool::before { background: var(--peacock); }
.ustad-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,0.08); }
.ustad-photo { width: 100%; height: 340px; object-fit: cover; background: var(--cream-warm); display: block; }
.ustad-info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.ustad-name { display: flex; align-items: center; gap: 6px; font-size: 21px; font-weight: 500; margin-bottom: 4px; font-family: Georgia, serif; }
.verified { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: white; font-size: 11px; flex-shrink: 0; }
.ustad-meta { font-size: 14px; color: var(--text-secondary); margin-bottom: 1.125rem; }
.ustad-offer { font-size: 17px; font-family: Georgia, serif; line-height: 1.4; margin-bottom: 1.25rem; color: var(--ink-soft); }
.verified-claim { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: #1E4A1C; margin-bottom: 1rem; padding: 0.75rem 0.875rem; background: var(--green-soft); border-radius: 8px; border-left: 3px solid var(--green); }
.verified-claim .check { color: var(--green); flex-shrink: 0; font-size: 16px; margin-top: 1px; }
.vouch { position: relative; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 1.25rem; padding: 0.875rem 1rem 0.875rem 2rem; background: var(--cream-warm); border-radius: 8px; font-style: italic; }
.vouch::before { content: "\201C"; position: absolute; left: 0.625rem; top: 0.25rem; font-family: Georgia, serif; font-size: 36px; line-height: 1; font-style: normal; }
.card-warm .vouch::before { color: var(--terracotta); }
.card-cool .vouch::before { color: var(--peacock); }
.vouch-author { display: block; margin-top: 0.5rem; font-style: normal; font-size: 12px; color: var(--text-tertiary); letter-spacing: 0.3px; }
.ustad-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--border-soft); margin-top: auto; }
.ustad-footer .stats { font-family: Georgia, serif; font-size: 14.5px; color: var(--ink-soft); }
.ustad-price { font-weight: 500; color: var(--ink); font-size: 18px; font-family: Georgia, serif; }

.verify-panel { background: var(--cream-warm); border-radius: 16px; padding: 3rem 2.5rem; }
.proof-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.proof-item .icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; margin-bottom: 14px; font-size: 19px; }
.proof-item:nth-child(1) .icon { background: var(--terracotta-soft); color: var(--terracotta-deep); }
.proof-item:nth-child(2) .icon { background: var(--mustard-soft); color: var(--mustard); }
.proof-item:nth-child(3) .icon { background: var(--peacock-soft); color: var(--peacock); }
.proof-item:nth-child(4) .icon { background: var(--sage-soft); color: var(--sage); }
.proof-item:nth-child(5) .icon { background: var(--plum-soft); color: var(--plum); }
.proof-item h4 { font-family: inherit; font-size: 15px; font-weight: 500; margin-bottom: 5px; letter-spacing: 0; }
.proof-item p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step { padding-top: 1.25rem; border-top: 2px solid var(--terracotta); }
.step .step-num { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; margin-bottom: 1rem; }
.step h4 { font-family: Georgia, serif; font-size: 20px; font-weight: 500; margin-bottom: 0.625rem; }
.step p { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }

.supply-band { background: var(--terracotta-soft); border-radius: 16px; padding: 3.5rem 2rem; text-align: center; margin: 3rem 0; position: relative; overflow: hidden; }
.supply-band::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--terracotta); }
.supply-band h2 { color: var(--terracotta-deep); font-size: 34px; margin-bottom: 0.75rem; }
.supply-band p { color: #712B13; font-size: 16px; max-width: 480px; margin: 0 auto 1.75rem; line-height: 1.6; }

@media (max-width: 768px) {
  .container { padding: 0 1.25rem; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero h1 { font-size: 42px; }
  .hero p.sub { font-size: 16px; }
  h2.section-title { font-size: 28px; }
  .ustad-grid { grid-template-columns: 1fr; }
  .ustad-photo { height: 280px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .verify-panel { padding: 2rem 1.5rem; }
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .nav-links { gap: 0.875rem; font-size: 13px; }
  .logo img { height: 44px; }
  section { padding: 3rem 0; }
}