:root {
  --color-navy: #0e1a32;
  --color-gold: #a88439;
  --color-parchment: #f4efe4;
  --color-stone: #d8d0c2;
  --color-muted: #5c564c;
  --font-display: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-ui: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Source Serif 4", "Source Serif Pro", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--color-parchment);
  color: var(--color-navy);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 100svh;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgb(168 132 57 / 0.08), transparent 55%),
    radial-gradient(circle at 92% 18%, rgb(168 132 57 / 0.05), transparent 28%),
    var(--color-parchment);
}

.page::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.rings {
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgb(168 132 57 / 0.22);
}

.rings::before,
.rings::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: inherit;
  border: 1px solid rgb(168 132 57 / 0.16);
}

.rings::after {
  inset: 22%;
  border-color: rgb(168 132 57 / 0.12);
}

.rings-tr {
  top: -8rem;
  right: -10rem;
  width: 28rem;
  height: 28rem;
}

.rings-br {
  right: -6rem;
  bottom: 22%;
  width: 16rem;
  height: 16rem;
}

.inner {
  position: relative;
  z-index: 1;
  width: min(42rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3.25rem 0 2.5rem;
  text-align: center;
}

.mark {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto 1.35rem;
  color: var(--color-gold);
}

.wordmark {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.15;
  text-indent: 0.28em;
}

.hairline {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 1.15rem auto 1.05rem;
  background: var(--color-gold);
}

.eyebrow {
  margin: 0;
  color: var(--color-gold);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero {
  margin-top: 2.6rem;
}

.display {
  margin: 0 auto;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 3.85rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.lede {
  margin: 1.2rem auto 0;
  max-width: 32rem;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  line-height: 1.55;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  margin-top: 1.85rem;
  padding: 0.7rem 1.35rem;
  border-radius: 2px;
  background: var(--color-gold);
  color: var(--color-parchment);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.cta:hover {
  background: #96752f;
}

.cta:focus-visible {
  outline: 2px solid var(--color-navy);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .cta:hover {
    transform: translateY(-1px);
  }
}

.split {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.4rem 0 2.6rem;
}

.split::before,
.split::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(168 132 57 / 0.45);
}

.split-pip {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.85rem;
  border: 1px solid var(--color-gold);
  border-radius: 999px;
}

.promise {
  margin: 0 auto;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6.4vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.support {
  margin: 1.05rem auto 0;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin: 3.1rem 0 0;
  padding: 1.6rem 0;
  border-top: 1px solid rgb(168 132 57 / 0.4);
  border-bottom: 1px solid rgb(168 132 57 / 0.4);
}

.pillar {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
}

.pillar-rule,
.contacts-rule {
  display: none;
}

.foot {
  display: grid;
  gap: 1.15rem;
  justify-items: center;
  margin-top: 1.7rem;
  padding-bottom: 0.5rem;
}

.foot-mark {
  width: 1.55rem;
  height: 1.55rem;
  color: var(--color-gold);
}

.contacts {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  color: var(--color-muted);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

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

.contacts a:hover {
  color: var(--color-navy);
}

@media (min-width: 720px) {
  .inner {
    width: min(46rem, calc(100% - 4rem));
    padding-top: 4.25rem;
  }

  .rings-tr {
    top: -10rem;
    right: -8rem;
    width: 34rem;
    height: 34rem;
  }

  .pillars {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0;
  }

  .pillar-rule {
    display: block;
    width: 1px;
    height: 1.4rem;
    background: rgb(168 132 57 / 0.55);
    justify-self: center;
  }

  .contacts {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.2rem;
  }

  .contacts a:first-child {
    justify-self: end;
  }

  .contacts a:last-child {
    justify-self: start;
  }

  .contacts-rule {
    display: block;
    width: 1px;
    height: 0.9rem;
    background: rgb(168 132 57 / 0.5);
    justify-self: center;
  }
}
