/* =====================
   RESET & BASE
   ===================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1C1C1C;
  background: #FAF8F6;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* =====================
   UTILITIES
   ===================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.center {
  text-align: center;
}

.section-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7B2D3E;
  margin-bottom: 0.875rem;
}

.section-label.light {
  color: #E8A0A8;
}

.btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: #7B2D3E;
  color: #FAF8F6;
}

.btn-primary:hover {
  background: #5C1E2C;
}

.btn-large {
  padding: 1.125rem 2.75rem;
  font-size: 0.9375rem;
}

/* =====================
   NAV
   ===================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(22, 22, 22, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FAF8F6;
  letter-spacing: 0.02em;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav-links a {
  color: rgba(250, 248, 246, 0.75);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #FAF8F6;
}

.nav-cta {
  background: #7B2D3E;
  color: #FAF8F6 !important;
  padding: 0.5rem 1.25rem;
  border-radius: 2px;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}

.nav-cta:hover {
  background: #5C1E2C;
}

/* =====================
   HERO
   ===================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(20, 20, 20, 0.85) 0%,
    rgba(20, 20, 20, 0.55) 60%,
    rgba(20, 20, 20, 0.35) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: 68px;
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8A0A8;
  margin-bottom: 1.25rem;
}

.hero-headline {
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  font-weight: 700;
  color: #FAF8F6;
  margin-bottom: 1.5rem;
  max-width: 640px;
}

.hero-sub {
  font-size: 1.0625rem;
  color: rgba(250, 248, 246, 0.78);
  max-width: 500px;
  margin-bottom: 2.5rem;
  line-height: 1.75;
  font-weight: 300;
}

/* =====================
   ABOUT
   ===================== */
.about {
  padding: 6.5rem 0;
  background: #FAF8F6;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-text .section-label {
  margin-bottom: 1rem;
}

.about-text h2 {
  font-size: 2.25rem;
  color: #1C1C1C;
  margin-bottom: 1.75rem;
}

.about-text p {
  color: #57514C;
  line-height: 1.85;
  font-size: 1rem;
  margin-bottom: 1.125rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

/* =====================
   WHAT WE BUY
   ===================== */
.what-we-buy {
  padding: 6.5rem 0;
  background: #F0EAE4;
}

.what-we-buy h2 {
  font-size: 2.25rem;
  color: #1C1C1C;
  margin-bottom: 3.5rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.card {
  background: #FAF8F6;
  padding: 2.5rem 2rem;
  border-radius: 1px;
  border-top: 3px solid #7B2D3E;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.card-icon {
  width: 40px;
  height: 40px;
  color: #7B2D3E;
  margin-bottom: 1.25rem;
}

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

.card h3 {
  font-size: 1.2rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.card p {
  color: #6a6460;
  font-size: 0.9375rem;
  line-height: 1.75;
}

/* =====================
   PROCESS
   ===================== */
.process {
  padding: 6.5rem 0;
  background: #FAF8F6;
}

.process h2 {
  font-size: 2.25rem;
  color: #1C1C1C;
  margin-bottom: 4rem;
}

.steps {
  display: flex;
  align-items: flex-start;
}

.step {
  flex: 1;
  padding: 0 2.5rem;
  text-align: center;
}

.step:first-child {
  padding-left: 0;
}

.step:last-child {
  padding-right: 0;
}

.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.25rem;
  font-weight: 700;
  color: #DCCFD2;
  margin-bottom: 1rem;
  line-height: 1;
}

.step h3 {
  font-size: 1.2rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.step p {
  color: #6a6460;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.step-divider {
  width: 1px;
  background: #DCCFD2;
  align-self: stretch;
  flex-shrink: 0;
  margin-top: 2rem;
}

/* =====================
   WHY CLARET CAPITAL
   ===================== */
.why {
  position: relative;
  padding: 6.5rem 0;
  overflow: hidden;
}

.why-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-overlay {
  position: absolute;
  inset: 0;
  background: rgba(80, 20, 34, 0.9);
}

.why-content {
  position: relative;
  z-index: 1;
}

.why-content h2 {
  color: #FAF8F6;
  font-size: 2.25rem;
  margin-bottom: 3.5rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.why-item {
  text-align: center;
}

.why-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 1.25rem;
  color: #E8A0A8;
}

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

.why-item h3 {
  font-size: 1.2rem;
  color: #FAF8F6;
  margin-bottom: 0.75rem;
}

.why-item p {
  color: rgba(250, 248, 246, 0.72);
  font-size: 0.9375rem;
  line-height: 1.75;
}

/* =====================
   CONTACT
   ===================== */
.contact {
  padding: 7.5rem 0;
  background: #FAF8F6;
}

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact h2 {
  font-size: 2.5rem;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.contact-sub {
  color: #6a6460;
  font-size: 1.0625rem;
  max-width: 440px;
  margin-bottom: 2.5rem;
  line-height: 1.75;
}

/* =====================
   FOOTER
   ===================== */
.footer {
  background: #161616;
  padding: 2.25rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #FAF8F6;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-copy {
  font-size: 0.8125rem;
  color: rgba(250, 248, 246, 0.35);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 860px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-image img {
    height: 300px;
  }

  .cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .steps {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .step {
    padding: 0;
    max-width: 360px;
  }

  .step-divider {
    display: none;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }

  .hero-headline {
    font-size: 2.5rem;
  }

  .about,
  .what-we-buy,
  .process,
  .why,
  .contact {
    padding: 4.5rem 0;
  }

  .about-text h2,
  .what-we-buy h2,
  .process h2,
  .why-content h2,
  .contact h2 {
    font-size: 1.875rem;
  }

  .btn-large {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    max-width: 360px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 0.625rem;
    text-align: center;
  }
}
