:root {
  --ink: #201a18;
  --ink-soft: #544b47;
  --paper: #f7f2ed;
  --paper-deep: #eee4dc;
  --cream: #fffaf6;
  --terracotta: #b94732;
  --terracotta-deep: #8f2f21;
  --coral: #ed735c;
  --sage: #6b7d59;
  --sage-deep: #435434;
  --line: rgba(32, 26, 24, .14);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  color: white;
}

.nav-shell {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-size: 22px;
  font-weight: 720;
  letter-spacing: -.03em;
  text-decoration: none;
}

.brand small {
  margin-left: 3px;
  font-size: .55em;
  font-weight: 520;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: var(--terracotta);
}

.brand-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

nav a {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: white;
}

.nav-contact {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(237, 115, 92, .22), transparent 23%),
    linear-gradient(135deg, #171314 0%, #2a201e 52%, #43251f 100%);
  color: white;
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -280px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  min-height: 780px;
  padding-top: 126px;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 80px 100px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .96;
}

.hero h1 em {
  color: #f0a090;
  font-weight: inherit;
}

.hero-lede {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
}

.button-primary {
  background: var(--terracotta);
  box-shadow: 0 12px 30px rgba(143, 47, 33, .28);
  color: white;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--coral);
}

.text-link {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

.text-link span {
  margin-left: 7px;
  color: var(--coral);
}

.hero-art {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.hero-art p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .56);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.heart-stage {
  position: relative;
  width: min(390px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 115, 92, .17), rgba(255, 255, 255, .015) 67%);
}

.heart {
  position: absolute;
  top: 27%;
  width: 30%;
  height: 43%;
  background: white;
}

.heart-left {
  left: 20.5%;
  border-radius: 80% 65% 3% 75%;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 52% 77%, 22% 50%, 5% 25%);
  transform: rotate(-5deg);
}

.heart-right {
  right: 20.5%;
  border-radius: 65% 80% 75% 3%;
  clip-path: polygon(18% 0, 100% 0, 95% 25%, 78% 50%, 48% 77%, 0 100%);
  transform: rotate(5deg);
}

.heart-base {
  position: absolute;
  bottom: 23%;
  left: 31%;
  width: 38%;
  height: 7%;
  border-radius: 999px;
  background: var(--coral);
}

.spark {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 18px rgba(237, 115, 92, .7);
}

.spark-one {
  top: 20%;
  left: 16%;
}

.spark-two {
  top: 14%;
  right: 23%;
  width: 9px;
  height: 9px;
}

.spark-three {
  right: 13%;
  bottom: 25%;
  width: 4px;
  height: 4px;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.orbit-one {
  top: 15%;
  right: 4%;
  width: 540px;
  height: 540px;
}

.orbit-two {
  top: 8%;
  right: -3%;
  width: 680px;
  height: 680px;
}

.intro {
  padding: 115px 0;
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 72px;
}

.intro h2,
.section-heading h2,
.principles h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.intro-grid > div > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.communities {
  padding: 120px 0 130px;
}

.section-heading {
  display: grid;
  margin-bottom: 58px;
  align-items: end;
  grid-template-columns: 1.35fr .65fr;
  gap: 60px;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 17px;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.brand-card {
  position: relative;
  display: flex;
  min-height: 470px;
  padding: 38px;
  overflow: hidden;
  flex-direction: column;
  border-radius: 4px;
  color: white;
}

.brand-card::before {
  position: absolute;
  top: -130px;
  right: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
}

.brand-card::after {
  position: absolute;
  right: 52px;
  bottom: 82px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .045);
  content: "";
}

.brand-card.tsa {
  background: linear-gradient(145deg, #293128, var(--sage-deep));
}

.brand-card.eys {
  background: linear-gradient(145deg, #5e2e27, var(--terracotta-deep));
}

.card-top,
.card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-monogram {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 16px;
}

.brand-label {
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-card h3 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 70px 0 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}

.brand-card > p {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 22px 0 50px;
  color: rgba(255, 255, 255, .7);
}

.card-footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .17);
  gap: 18px;
}

.card-footer > span {
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.card-footer a {
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.principles {
  padding: 120px 0;
  background: var(--ink);
  color: white;
}

.principles-head {
  display: grid;
  margin-bottom: 82px;
  grid-template-columns: 1fr 2fr;
}

.principle-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.principle-list li {
  display: grid;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  grid-template-columns: 1fr 2fr;
}

.principle-number {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 18px;
}

.principle-list h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.principle-list p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
}

.contact {
  padding: 120px 0;
  background: var(--paper-deep);
}

.contact-card {
  display: grid;
  padding: 62px;
  align-items: end;
  background: var(--cream);
  box-shadow: 0 26px 70px rgba(74, 48, 38, .08);
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
}

.contact-email {
  display: flex;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--terracotta-deep);
  font-weight: 680;
  text-decoration: none;
}

address {
  margin-top: 22px;
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.75;
}

address a {
  text-decoration: none;
}

footer {
  padding: 28px 0;
  background: #120f10;
  color: white;
}

.footer-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
}

.footer-brand {
  font-size: 18px;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.footer-grid > a:last-child {
  justify-self: end;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid #f4aa99;
  outline-offset: 3px;
}

@media (max-width: 920px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  nav a:not(.nav-contact) {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 138px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding: 45px 0 40px;
  }

  .hero-art {
    padding: 20px 0 80px;
  }

  .heart-stage {
    width: min(370px, 80vw);
  }

  .intro-grid,
  .section-heading,
  .principles-head,
  .principle-list li,
  .contact-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brand-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
  }

  .footer-grid p {
    grid-row: 2;
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .nav-shell {
    min-height: 78px;
  }

  .brand {
    gap: 8px;
    font-size: 19px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .brand-mark img {
    width: 37px;
    height: 37px;
  }

  .nav-contact {
    padding: 8px 13px;
  }

  .hero-grid {
    padding-top: 110px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .intro,
  .communities,
  .principles,
  .contact {
    padding: 82px 0;
  }

  .intro h2,
  .section-heading h2,
  .principles h2,
  .contact h2 {
    font-size: 40px;
  }

  .brand-card {
    min-height: 500px;
    padding: 28px;
  }

  .brand-card h3 {
    margin-top: 52px;
  }

  .card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    padding: 34px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
