:root {
  --cream: #f7efe7;
  --sand: #e9d7c3;
  --blush: #d8a6a1;
  --terracotta: #b96755;
  --brown: #402820;
  --ink: #2d201c;
  --white: #fffaf5;
  --sage: #687a61;
  --navy: #24455f;
  --gold: #c9a24a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.72) 0%, rgba(247, 239, 231, 0) 26rem),
    var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: min(1120px, 92%);
}

header {
  background: rgba(247, 239, 231, 0.92);
  border-bottom: 1px solid rgba(64, 40, 32, 0.08);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 0;
}

.logo,
h1,
h2,
h3 {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
}

.logo {
  font-size: 1.15rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--terracotta);
}

.eyebrow {
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  margin-bottom: 24px;
  max-width: 920px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 18px;
}

h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr 0.9fr;
  min-height: calc(100vh - 74px);
  padding: 64px 0;
}

.hero-copy p {
  font-size: 1.15rem;
  max-width: 700px;
}

.hero-card {
  align-self: stretch;
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.28), rgba(255, 250, 245, 0) 42%),
    linear-gradient(145deg, var(--terracotta), var(--navy));
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(64, 40, 32, 0.2);
  display: grid;
  min-height: 420px;
  overflow: hidden;
  padding: 30px;
}

.hero-media {
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(64, 40, 32, 0.18);
  overflow: hidden;
}

.hero-media img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hero-card-inner {
  border: 1px solid rgba(255, 250, 245, 0.42);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

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

.hero-card strong {
  color: var(--white);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  border: 1px solid var(--brown);
  border-radius: 999px;
  font-weight: 700;
  padding: 13px 22px;
  transition: 0.2s ease;
}

.button.primary {
  background: var(--brown);
  color: var(--white);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(64, 40, 32, 0.12);
  transform: translateY(-2px);
}

section {
  padding: 82px 0;
}

.intro-band {
  background: var(--white);
  border-bottom: 1px solid rgba(64, 40, 32, 0.08);
  border-top: 1px solid rgba(64, 40, 32, 0.08);
}

.intro-band .container {
  position: relative;
}

.intro-band .container::before {
  background: var(--gold);
  content: "";
  height: 100%;
  left: -28px;
  position: absolute;
  top: 0;
  width: 6px;
}

.intro-grid,
.feature-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: 0.9fr 1.1fr;
}

.big-text {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.22;
}

.metrics,
.cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.metric,
.card {
  background: var(--white);
  border: 1px solid rgba(64, 40, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(64, 40, 32, 0.08);
  padding: 28px;
}

.metric {
  background:
    linear-gradient(180deg, rgba(201, 162, 74, 0.16), rgba(255, 250, 245, 0) 58%),
    var(--white);
  min-height: 190px;
}

.card {
  position: relative;
}

.card::before {
  background: var(--terracotta);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card:nth-child(2n)::before {
  background: var(--sage);
}

.card:nth-child(3n)::before {
  background: var(--navy);
}

.metric strong {
  color: var(--brown);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 10px;
}

.feature {
  background:
    linear-gradient(135deg, rgba(185, 103, 85, 0.22), rgba(36, 69, 95, 0.28)),
    var(--brown);
  color: var(--white);
}

.feature h2 {
  color: var(--white);
}

.feature-panel {
  background: rgba(255, 250, 245, 0.12);
  border: 1px solid rgba(255, 250, 245, 0.2);
  border-radius: 8px;
  padding: 26px;
}

ul {
  margin: 16px 0 0 18px;
}

li {
  margin-bottom: 8px;
}

.role-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.role-item {
  background: var(--sand);
  border-left: 5px solid var(--terracotta);
  border-radius: 8px;
  font-weight: 700;
  padding: 20px;
}

.role-item:nth-child(2n) {
  border-left-color: var(--sage);
}

.role-item:nth-child(3n) {
  border-left-color: var(--navy);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag {
  background: var(--white);
  border-radius: 999px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-transform: uppercase;
}

footer {
  color: rgba(45, 32, 28, 0.72);
  font-size: 0.9rem;
  padding: 34px 0;
  text-align: center;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
  }

  .hero,
  .intro-grid,
  .feature-grid,
  .metrics,
  .cards,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }
}
