/* ==========================================================================
   Home page
   ========================================================================== */

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(14,14,14,0.72), rgba(14,14,14,0.82)),
    url('/assets/img/shop-interior.webp') center/cover no-repeat;
}
.hero-inner { position: relative; z-index: 2; max-width: 820px; padding: 60px 24px; }
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
}
.hero-title {
  font-family: var(--serif);
  color: var(--gold);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.1;
  margin-bottom: 22px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.hero-sub { color: var(--cream); font-size: clamp(18px, 2.4vw, 24px); font-weight: 500; margin-bottom: 18px; }
.hero-desc { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 620px; margin: 0 auto 36px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 768px) {
  .hero { min-height: 78vh; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 320px; text-align: center; }
}

/* ---- Intro strip ---- */
.intro { background: var(--bg); padding: 72px 24px; text-align: center; }
.intro-inner { max-width: 760px; margin: 0 auto; }
.intro-label { font-family: var(--serif); color: var(--gold); font-size: 22px; margin-bottom: 20px; }
.intro-text { color: var(--muted); font-size: clamp(17px, 2.2vw, 20px); line-height: 1.75; }
.intro-text .accent { color: var(--cream); font-weight: 600; }

/* ---- Services preview ---- */
.svc-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.svc-card {
  flex: 1;
  min-width: 260px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 28px;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}
.svc-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.svc-icon { width: 52px; height: 52px; margin: 0 auto 22px; color: var(--gold); }
.svc-icon svg { width: 100%; height: 100%; }
.svc-card h3 { font-family: var(--serif); color: var(--cream); font-size: 24px; font-weight: 400; margin-bottom: 14px; }
.svc-card p { color: var(--muted-2); font-size: 15px; line-height: 1.65; }

/* ---- Crew preview ---- */
.crew-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.crew-card {
  flex: 1;
  min-width: 200px;
  max-width: 240px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.crew-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 35%, #2a2620 0%, #161410 100%);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: border-color 0.25s;
  overflow: hidden;
}
.crew-card:hover .crew-photo { border-color: var(--gold); }
.crew-photo > span { font-family: var(--serif); font-size: 38px; color: var(--gold); opacity: 0.7; }
.crew-name { font-family: var(--serif); color: var(--cream); font-size: 22px; }
.crew-book {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-top: 6px;
  opacity: 0;
  transition: opacity var(--ease);
}
.crew-card:hover .crew-book, .crew-card:focus-visible .crew-book { opacity: 1; }

/* ---- Why us ---- */
.why-grid { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; max-width: 1000px; }
.why-item { flex: 1; min-width: 240px; max-width: 300px; text-align: center; }
.why-icon { width: 56px; height: 56px; margin: 0 auto 20px; color: var(--gold); }
.why-icon svg { width: 100%; height: 100%; }
.why-item h3 { font-family: var(--serif); color: var(--cream); font-size: 22px; font-weight: 400; margin-bottom: 12px; }
.why-item p { color: var(--muted-2); font-size: 15px; line-height: 1.65; }

/* ---- Reviews ---- */
.reviews-sub { color: var(--dim); font-size: 14px; letter-spacing: 0.5px; }
.reviews-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.review-card {
  flex: 1 1 300px;
  max-width: 340px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.review-card .stars { color: var(--gold); font-size: 17px; letter-spacing: 3px; margin-bottom: 14px; }
.review-card blockquote { color: var(--cream); font-size: 15.5px; line-height: 1.7; margin-bottom: 18px; flex-grow: 1; }
.review-card figcaption { display: flex; flex-direction: column; }
.review-name { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.review-src { color: var(--dim); font-size: 13px; margin-top: 2px; }
.reviews-link { color: var(--gold); font-size: 15px; text-decoration: underline; text-underline-offset: 3px; }
.reviews-link:hover { color: var(--gold-bright); }

/* ---- Closing CTA ---- */
.cta {
  position: relative;
  background: var(--bg);
  padding: 90px 24px;
  text-align: center;
  overflow: hidden;
}
.cta-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.cta-eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 13px; font-weight: 600; color: var(--gold); margin-bottom: 18px; }
.cta h2 {
  font-family: var(--serif);
  color: var(--gold);
  font-size: clamp(36px, 6vw, 60px);
  line-height: 1.1;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.cta-text { color: var(--muted); font-size: 17px; line-height: 1.6; margin-bottom: 34px; }
.cta-btn { font-size: 17px; padding: 17px 44px; }

@media (max-width: 768px) {
  .svc-card { min-width: 100%; }
  .why-item { min-width: 100%; max-width: none; }
  .review-card { flex-basis: 100%; max-width: 480px; }
  .crew-card { min-width: 130px; max-width: none; width: calc(50% - 12px); }
  .crew-book { opacity: 1; }
  .cta-btn { display: block; width: 100%; max-width: 340px; margin: 0 auto; }
}
