.section-soft {
  background: rgba(248,250,252,.75);
  border-block: 1px solid rgba(229,231,235,.8);
}

.hero {
  position: relative;
  min-height: 100vh;
  margin-top: -76px;
  padding: 162px 0 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #FFFFFF;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 33, 28, 0.55);
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #FFFFFF;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero .lead {
  color: rgba(255, 255, 255, 0.85);
}

.hero .stat-card {
  background: rgba(43, 33, 28, 0.65);
  border-color: rgba(234, 201, 157, 0.25);
  backdrop-filter: blur(10px);
}

.hero .stat-number {
  color: var(--gold);
}

.hero .stat-label {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 820px) {
  .hero {
    padding: 132px 0 80px;
    min-height: auto;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  max-width: 610px;
}

.stat-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.stat-number {
  color: var(--dark);
  font-weight: 900;
  font-size: 1.35rem;
}

.stat-label {
  color: var(--muted);
  font-size: .87rem;
  margin-top: 2px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(234,201,157,.24), rgba(255,255,255,.72)),
    white;
  box-shadow: var(--shadow);
  border: 1px solid rgba(229,231,235,.9);
  overflow: hidden;
}

.hero-visual:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(234,201,157,.26);
  filter: blur(8px);
  right: -70px;
  top: -60px;
}

.mock-browser {
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.browser-bar {
  height: 42px;
  background: var(--soft-2);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.dot:nth-child(1) {
  background: #8E4B3F;
}

.dot:nth-child(2) {
  background: #C9A46A;
}

.dot:nth-child(3) {
  background: #8DA36A;
}

.browser-content {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.mini-hero {
  border-radius: 18px;
  min-height: 128px;
  background:
    linear-gradient(135deg, rgba(54,37,31,.96), rgba(79,59,50,.92)),
    var(--dark);
  padding: 18px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  max-width: 260px;
  line-height: 1.05;
}

.mini-pill {
  width: fit-content;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .74rem;
  font-weight: 800;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mini-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: white;
}

.mini-thumb {
  height: 76px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-light), var(--soft));
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
}

.mini-card strong {
  color: var(--dark);
  font-size: .92rem;
  display: block;
  line-height: 1.2;
}

.mini-card span {
  color: var(--muted);
  font-size: .76rem;
}

.cta {
  border-radius: 34px;
  padding: 42px;
  background:
    linear-gradient(135deg, var(--dark), var(--primary)),
    var(--dark);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.cta h2 {
  color: white;
}

.cta p {
  color: rgba(255,255,255,.78);
  max-width: 720px;
  margin-top: 10px;
}

.hero-visual {
  background:
    linear-gradient(135deg, rgba(234,201,157,.22), rgba(255,255,255,.82)),
    #FBF7F1;
  border: 1px solid rgba(232,220,207,.95);
}

.hero-visual:before {
  background: rgba(234,201,157,.30);
}

.home-about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  gap: 26px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,239,230,.86)),
    var(--white);
  border: 1px solid rgba(232,220,207,.95);
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--shadow-soft);
}

.home-about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.home-about-points {
  display: grid;
  gap: 14px;
}

.home-point {
  background:
    linear-gradient(135deg, #2B211C, #4F3B32 65%, #6E5140);
  border: 1px solid rgba(234,201,157,.24);
  border-radius: 24px;
  padding: 20px;
  color: #F8E5C8;
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 118px;
}

.home-point span {
  font-family: "Inter", system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--gold);
}

.home-point strong {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 800;
}

.home-talent-card {
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(232,220,207,.95);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
  transition: .2s ease;
  overflow: hidden;
}

.home-talent-card:hover {
  /* transform: translateY(-4px); */
  border-color: rgba(201,164,106,.70);
  box-shadow: var(--shadow);
}

.talent-photo {
  height: 285px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(234,201,157,.25), rgba(79,59,50,.16)),
    var(--soft);
  display: grid;
  place-items: center;
  color: var(--primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.home-talent-quote {
  padding: 4px 4px 10px;
}

.home-talent-quote h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.home-talent-quote p {
  color: var(--muted);
  margin-top: 0;
  font-size: .95rem;
}

.home-talent-quote blockquote {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 3px solid var(--gold-dark);
  color: var(--text);
  font-size: .95rem;
  line-height: 1.55;
  font-style: italic;
}

@media (max-width: 1020px) {
  .hero-grid,
  .cta,
  .home-about-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .hero {
    padding: 56px 0 44px;
  }

  .hero-grid {
    gap: 28px;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 30px;
  }

  .home-about-card {
    padding: 24px;
    border-radius: 24px;
    gap: 20px;
  }

  .home-about-actions {
    flex-direction: column;
  }
}

