:root {
  --bg: #0f0e0c;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #f7efe3;
  --muted: #b7aa9a;
  --accent: #d8a255;
  --border: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(216, 162, 85, 0.22), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(104, 64, 31, 0.28), transparent 30%),
    linear-gradient(135deg, #0f0e0c, #1d1712 55%, #0f0e0c);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 64px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.hero-copy,
.hero-card,
.content-card {
  background: var(--panel) ;
  border: 1px solid var(--border) !important;
  border-radius: 28px !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.hero-copy {
  padding: clamp(28px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.hero-copy h1 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .9;
  letter-spacing: -0.07em;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 22px;
}

.hero-description {
  margin: 12px 0 26px;
  color: var(--muted);
  font-size: 16px;
}

.hero-links .ant-btn,
.content-card .ant-btn {
  background: rgba(255,255,255,.08) !important;
  border-color: var(--border) !important;
  color: var(--text) !important;
}

.hero-links .ant-btn:hover,
.content-card .ant-btn:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}

.hero-card {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
}

.hero-card .ant-card-body {
  width: 100%;
}

.hero-card-title {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-card-muted {
  color: var(--muted);
}

.content-section {
  margin-top: 24px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.05em;
}

.loading-box {
  display: grid;
  place-items: center;
  min-height: 220px;
}

.content-card {
  min-height: 320px;
  overflow: hidden !important;
}

.content-card.has-cover {
  background-image:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.88)),
    var(--cover-image) !important;
  background-size: cover !important;
  background-position: center !important;
}

.content-card .ant-card-body {
  height: 100%;
}

.content-card-inner {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.card-tags .ant-tag {
  color: #fff !important;
  background: rgba(216, 162, 85, .38) !important;
  border: 0 !important;
  font-weight: 700 !important;
  backdrop-filter: blur(8px);
}

.content-card h3,
.ant-typography {
  color: #fff !important;
}

.card-goal {
  color: var(--muted);
}

.content-card.has-cover .card-goal,
.content-card.has-cover .ant-typography {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

.ant-empty-description {
  color: var(--muted) !important;
}

@media (max-width: 860px) {
  .hero-section {
    grid-template-columns: 1fr;
  }
}
.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #d8a255;
  color: #1b1208;
  font-weight: 700;
  text-decoration: none;
}

.hero-button:hover {
  color: #1b1208;
  filter: brightness(1.05);
}

.hero-card {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 28px;
  color: #f7efe3;
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
}

.hero-card-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
}

.hero-card-muted {
  color: #b7aa9a;
}
.hero-image-card {
  padding: 0;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.hero-image-card {
  padding: 0;
  overflow: hidden;
  max-width: 420px;
  margin-left: auto;
}

.hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 48px;

  background-image:
    linear-gradient(
      rgba(0,0,0,.55),
      rgba(0,0,0,.21)
    ),
    url("./assets/IMG_9804.JPG");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 520px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}