.graphic-field .motif-sun-a{
  width: min(24vw, 290px);
  top: 5%;
  right: 2%;
}
.graphic-field .motif-triskelion{
  width: min(24vw, 280px);
  right: 6%;
  bottom: 4%;
  opacity: .05;
}
.orb-a{
  width: 440px;
  height: 440px;
  top: 12%;
  right: -140px;
  background: radial-gradient(circle at 35% 35%, rgba(231,187,136,.56), rgba(231,187,136,0) 70%);
}
.orb-b{
  width: 520px;
  height: 520px;
  top: 42%;
  left: -230px;
  background: radial-gradient(circle at 58% 42%, rgba(119,86,123,.36), rgba(119,86,123,0) 72%);
}
.contour-a{
  width: 560px;
  height: 560px;
  right: -280px;
  top: 18%;
  transform: rotate(14deg);
}

main{
  padding: calc(var(--header-height) + 32px) 0 60px;
}

h1{
  font-size: clamp(40px, 7vw, 74px);
  line-height: .98;
  letter-spacing: .3px;
}
.lead{
  margin: 0 0 10px;
  font-size: clamp(18px, 2vw, 24px);
}
.hero{
  display: grid;
  gap: 26px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.logo-hero{
  width: min(100%, 290px);
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.section-title::before{
  height: 1px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(90deg, rgba(119,86,123,.78), rgba(119,86,123,.18));
}

.card{
  padding: 28px;
  background: linear-gradient(180deg, var(--surface-white-strong), rgba(255,255,255,.7));
}
.ornament{
  position: absolute;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.ornament-tri{
  right: 26px;
  bottom: 18px;
  width: 96px;
  opacity: .05;
}

.cta-stack{
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.btn{
  min-height: 56px;
  padding: 16px 22px;
  border-color: rgba(50,50,50,.1);
  background: rgba(255,255,255,.68);
  color: var(--text);
  font-size: 16px;
  box-shadow: 0 10px 22px rgba(50,50,50,.08);
}
.btn-primary{
  background: linear-gradient(135deg, rgba(119,86,123,.96), rgba(203,129,143,.92));
  color: var(--text-on-dark);
  border-color: transparent;
}

.supporting-copy{
  max-width: 760px;
  margin: 0 auto;
}
.quiet{
  margin-top: 16px;
  font-size: 15px;
  color: rgba(50,50,50,.66);
}
.tag{
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(50,50,50,.08);
  color: rgba(50,50,50,.76);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
footer{
  position: relative;
  z-index: 1;
}

@media (max-width: 720px){
  .nav{
    gap: 12px;
  }
  .nav-links{
    gap: 12px;
    flex-shrink: 0;
    transform: translateY(3px);
  }
  .brand-logo{
    height: 38px;
  }
  .card{
    padding: 22px 18px;
  }
  .btn{
    width: 100%;
  }
}
