:root {
  --pa-plum: #782167;
  --pa-gold: #A08955;
  --pa-ivory: #F8F4EC;
  --pa-stone: #DDD2C3;
  --pa-taupe: #A79A8C;
  --pa-charcoal: #252124;
  --pa-white: #FFFFFF;
  --pa-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--pa-charcoal);
  background:
    radial-gradient(circle at top right, rgba(160, 137, 85, 0.14), transparent 28rem),
    linear-gradient(180deg, var(--pa-ivory), #f5efe5 48%, var(--pa-ivory));
  line-height: 1.6;
}

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

.site-header {
  width: min(var(--pa-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pa-plum);
}

.nav {
  display: flex;
  gap: 22px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.nav a {
  color: rgba(37, 33, 36, 0.82);
}

.nav a:hover {
  color: var(--pa-plum);
}

.site-footer {
  width: min(var(--pa-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgba(37, 33, 36, 0.72);
  border-top: 1px solid rgba(120, 33, 103, 0.16);
}

.hero {
  min-height: 72vh;
  display: grid;
  align-items: center;
}

.hero-inner,
.section {
  width: min(var(--pa-max), calc(100% - 40px));
  margin: 0 auto;
}

.hero-inner {
  padding: 76px 0 104px;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.section {
  padding: 82px 0;
  border-top: 1px solid rgba(120, 33, 103, 0.10);
}

.eyebrow {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pa-gold);
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  color: var(--pa-plum);
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: clamp(44px, 7vw, 86px);
  max-width: 900px;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 820px;
  margin-bottom: 22px;
}

h3 {
  font-size: 25px;
}

.lead {
  font-size: clamp(19px, 2vw, 24px);
  max-width: 720px;
  color: rgba(37, 33, 36, 0.82);
}

.copy {
  max-width: 680px;
  color: rgba(37, 33, 36, 0.78);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--pa-plum);
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

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

.button-secondary {
  color: var(--pa-plum);
  background: rgba(255, 255, 255, 0.32);
}

.hero-visual {
  position: relative;
  min-height: 480px;
}

.visual-card {
  position: absolute;
  border: 1px solid rgba(160, 137, 85, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(221, 210, 195, 0.34)),
    radial-gradient(circle at 25% 20%, rgba(120, 33, 103, 0.14), transparent 34%);
  box-shadow: 0 28px 70px rgba(37, 33, 36, 0.10);
}

.visual-card-large {
  width: 72%;
  height: 72%;
  right: 0;
  top: 7%;
}

.visual-card-small {
  width: 42%;
  height: 38%;
  left: 5%;
  bottom: 8%;
  background:
    linear-gradient(135deg, rgba(120, 33, 103, 0.94), rgba(120, 33, 103, 0.76)),
    radial-gradient(circle at 70% 20%, rgba(160, 137, 85, 0.28), transparent 36%);
}

.visual-line {
  position: absolute;
  width: 46%;
  height: 1px;
  right: 18%;
  bottom: 24%;
  background: var(--pa-gold);
}

.grid {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(120, 33, 103, 0.12);
  padding: 30px;
  min-height: 220px;
  box-shadow: 0 18px 46px rgba(37, 33, 36, 0.045);
}

.card h3 {
  margin-bottom: 16px;
}

.card p {
  margin: 0;
  color: rgba(37, 33, 36, 0.72);
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.feature-item {
  padding-top: 22px;
  border-top: 1px solid rgba(160, 137, 85, 0.42);
}

.feature-item span {
  display: block;
  margin-bottom: 18px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--pa-gold);
}

.feature-item h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.feature-item p {
  margin: 0;
  max-width: 330px;
  color: rgba(37, 33, 36, 0.72);
}

.section:last-of-type {
  margin-bottom: 42px;
  padding: 72px;
  background:
    linear-gradient(135deg, rgba(120, 33, 103, 0.96), rgba(120, 33, 103, 0.84)),
    radial-gradient(circle at top right, rgba(160, 137, 85, 0.35), transparent 28rem);
  border: 1px solid rgba(160, 137, 85, 0.28);
}

.section:last-of-type .eyebrow,
.section:last-of-type h2,
.section:last-of-type .copy {
  color: var(--pa-white);
}

.section:last-of-type .copy {
  color: rgba(255, 255, 255, 0.82);
}

.section:last-of-type .button-primary {
  background: var(--pa-white);
  color: var(--pa-plum);
  border-color: var(--pa-white);
}

.section:last-of-type .button-secondary {
  color: var(--pa-white);
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.form {
  display: grid;
  gap: 24px;
  max-width: 980px;
}

.form label {
  display: grid;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pa-plum);
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid rgba(120, 33, 103, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--pa-charcoal);
  font: 16px Arial, sans-serif;
  padding: 14px 15px;
  outline: none;
}

.form textarea {
  resize: vertical;
}

.form input:focus,
.form textarea:focus {
  border-color: var(--pa-plum);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-split,
  .grid-3,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 54px 0 70px;
  }

  .hero-visual {
    min-height: 320px;
  }

  .section {
    padding: 54px 0;
  }

  .section:last-of-type {
    padding: 42px 28px;
  }
}
.brand-logo {
  display: block;
  max-height: 42px;
  width: auto;
}
