/* home.css — homepage-specific styles */

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 160px 80px 100px;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .65rem; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 32px;
  display: flex; align-items: center; gap: 16px;
  opacity: 0; animation: fadeUp .8s .2s forwards;
}
.hero-eyebrow::before { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); }
h1.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(3.2rem, 5.5vw, 5.8rem);
  line-height: 1.08; color: var(--ink); margin-bottom: 36px;
  opacity: 0; animation: fadeUp .9s .4s forwards;
}
h1.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--mid);
  max-width: 420px; margin-bottom: 52px;
  opacity: 0; animation: fadeUp .9s .6s forwards;
}
.hero-actions {
  display: flex; align-items: center; gap: 32px;
  opacity: 0; animation: fadeUp .9s .75s forwards;
}
.hero-right { position: relative; overflow: hidden; }
.hero-right img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.88) contrast(1.04);
  transform: scale(1.04);
  animation: slowZoom 12s ease-in-out infinite alternate;
}
.hero-right::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--cream) 0%, transparent 30%);
}
.hero-badge {
  position: absolute; bottom: 60px; left: -30px;
  background: var(--white); border: 1px solid rgba(184,154,90,.3);
  padding: 28px 36px; z-index: 10;
  opacity: 0; animation: fadeUp 1s 1s forwards;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.hero-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.hero-badge-label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--mid); margin-top: 6px;
}
.scroll-indicator {
  position: absolute; bottom: 40px; left: 80px;
  display: flex; align-items: center; gap: 12px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: .6rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--light-text);
  opacity: 0; animation: fadeUp 1s 1.2s forwards;
}
.scroll-line {
  width: 40px; height: 1px; background: var(--gold);
  position: relative; overflow: hidden;
}
.scroll-line::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%; background: var(--ink);
  animation: scrollLine 2s 1.5s ease-in-out infinite;
}

/* ── SOCIAL PROOF BAR ── */
.social-proof {
  background: var(--charcoal); padding: 36px 80px;
  display: flex; align-items: center; gap: 60px;
}
.social-proof-label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .6rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--light-text); white-space: nowrap; flex-shrink: 0;
}
.social-proof-line { width: 1px; height: 30px; background: rgba(255,255,255,.12); }
.proof-items { display: flex; gap: 56px; align-items: center; }
.proof-item {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 400; letter-spacing: .08em;
  color: rgba(255,255,255,.45); white-space: nowrap; transition: color .3s;
}
.proof-item:hover { color: var(--gold-light); }

/* ── ABOUT ── */
.about-section { padding: 120px 80px; }
.about {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center;
}
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; filter: brightness(.92) saturate(1.1); }
.about-image-wrap::before {
  content: ''; position: absolute;
  top: -20px; left: -20px; right: 20px; bottom: 20px;
  border: 1px solid rgba(184,154,90,.3); z-index: -1;
}
.about-tag {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--gold); color: var(--white);
  padding: 24px 28px; font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-style: italic; max-width: 200px;
  text-align: center; line-height: 1.5;
}
.about-divider { width: 48px; height: 1px; background: var(--gold); margin: 36px 0; }
.about-stats { display: flex; gap: 52px; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300; color: var(--ink); line-height: 1;
}
.stat-label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--light-text); margin-top: 6px;
}

/* ── SERVICES ── */
.services-section { background: var(--charcoal); padding: 120px 80px; }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 72px; }
.services-header-right { max-width: 340px; font-size: .95rem; line-height: 1.9; color: rgba(255,255,255,.5); text-align: right; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(255,255,255,.08); }
.service-card {
  padding: 52px 40px; border-right: 1px solid rgba(255,255,255,.08);
  cursor: pointer; position: relative; transition: background .4s; overflow: hidden;
}
.service-card:last-child { border-right: none; }
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .5s ease;
}
.service-card:hover { background: rgba(184,154,90,.07); }
.service-card:hover::before { transform: scaleX(1); }
.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem; font-weight: 300; color: rgba(184,154,90,.15);
  line-height: 1; margin-bottom: 36px; transition: color .4s;
}
.service-card:hover .service-num { color: rgba(184,154,90,.4); }
.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400; color: var(--white); margin-bottom: 16px; line-height: 1.3;
}
.service-desc { font-size: .88rem; line-height: 1.8; color: rgba(255,255,255,.4); margin-bottom: 36px; }
.service-link {
  font-family: 'Tenor Sans', sans-serif; font-size: .62rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); text-decoration: none;
  display: flex; align-items: center; gap: 10px; transition: gap .3s;
}
.service-link::after { content: '→'; transition: transform .3s; }
.service-card:hover .service-link { gap: 14px; }

/* ── WHY US ── */
.why-section { padding: 120px 80px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.why-image { position: relative; height: 560px; }
.why-img-main { position: absolute; top: 0; right: 0; width: 82%; height: 82%; object-fit: cover; filter: brightness(.88); }
.why-img-accent { position: absolute; bottom: 0; left: 0; width: 52%; height: 50%; object-fit: cover; border: 6px solid var(--cream); filter: brightness(.9); }
.why-tag { position: absolute; bottom: 28px; right: -16px; background: var(--gold); color: var(--white); padding: 18px 22px; font-family: 'Cormorant Garamond', serif; font-size: .95rem; font-style: italic; max-width: 200px; line-height: 1.6; z-index: 10; }
.why-benefits { list-style: none; margin-top: 36px; }
.why-benefit { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(184,154,90,.12); align-items: flex-start; }
.why-benefit:first-child { border-top: 1px solid rgba(184,154,90,.12); }
.benefit-icon { width: 32px; height: 32px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.benefit-icon svg { width: 14px; height: 14px; }
.benefit-text h4 { font-family: 'Tenor Sans', sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }
.benefit-text p { font-size: .88rem; line-height: 1.8; color: var(--mid); }

/* ── PROCESS ── */
.process-section { background: var(--cream-dark); padding: 120px 80px; }
.process-header { text-align: center; margin-bottom: 80px; }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.process-steps::before {
  content: ''; position: absolute;
  top: 36px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.process-step { padding: 0 40px; text-align: center; position: relative; }
.step-circle {
  width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 36px; background: var(--cream-dark); position: relative; z-index: 1;
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300;
  color: var(--gold); font-style: italic; transition: background .3s, color .3s;
}
.process-step:hover .step-circle { background: var(--gold); color: var(--white); }
.step-title { font-family: 'Tenor Sans', sans-serif; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.step-desc { font-size: .9rem; line-height: 1.8; color: var(--mid); }
