:root {
  --ink: #262230;
  --muted: #6e6a79;
  --paper: #f8f5f0;
  --surface: #fffdf9;
  --line: #ded7cf;
  --plum: #68417b;
  --plum-light: #e8d8f0;
  --orange: #ed8a4b;
  --yellow: #fff0a6;
  --teal: #317477;
  --max: #e9e9e7;
}

@font-face { font-family: Onest; src: url("../fonts-onest.ttf") format("truetype"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Orelega One"; src: url("../fonts-orelega-one.ttf") format("truetype"); font-weight: 400; font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Onest, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
a { color: inherit; }
.site-header, main, .site-footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-family: "Orelega One", Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 400; }
.brand img { display: block; }
.brand mark { padding: 0 .14em; color: inherit; background: linear-gradient(transparent 56%, var(--yellow) 56%); }
.hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(340px, 1.06fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: 650px; padding: 62px 0; }
.eyebrow, .section-label { margin: 0 0 .65rem; color: var(--plum); font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Orelega One", Georgia, serif; font-weight: 400; letter-spacing: -.02em; line-height: 1.05; }
h1 { font-size: clamp(3.7rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2rem, 4.4vw, 4rem); }
h1.eyebrow { font-family: Onest, ui-sans-serif, system-ui, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .09em; line-height: 1.5; }
.hero__headline { margin: 0; font-family: "Orelega One", Georgia, serif; font-size: clamp(3.7rem, 8vw, 7.5rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.05; }
.hero__lead { max-width: 32rem; margin: 1.4rem 0 2rem; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.hero-social { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 28px; max-width: 34rem; color: var(--muted); font-size: 1.2rem; }
.hero-social > span { flex-basis: 100%; margin-bottom: .15rem; color: var(--ink); font-weight: 600; }
.hero-social a { display: inline-flex; align-items: center; justify-content: center; width: 82px; height: 82px; color: var(--plum); text-decoration: none; }
.footer-social-icon { width: 82px; height: 82px; fill: currentColor; }
.hero-social a:hover { color: var(--orange); }
.hero__art { position: relative; min-height: 480px; margin: 0; padding-bottom: 1.25rem; }
.hero__glow { position: absolute; top: -8%; left: -6%; width: 110%; height: 110%; max-width: none; pointer-events: none; }
.exchange-art { position: relative; width: 100%; aspect-ratio: 624 / 504; --float-x: 6px; --float-y: -7px; }
.exchange-art__create, .exchange-art__receive { position: absolute; display: flex; flex-direction: column; gap: 1rem; width: 42%; padding: 1.5rem; border-radius: 2rem; }
.exchange-art__create { top: 26%; left: 6%; color: var(--paper); background: var(--plum); transform: rotate(-8deg); animation: float-create 17s ease-in-out -4s infinite; }
.exchange-art__receive { top: 8%; right: 2%; padding: 1.25rem; border: 2px solid var(--orange); color: var(--ink); background: var(--yellow); transform: rotate(8deg); animation: float-receive 21s ease-in-out -13s infinite; }
.exchange-art__create > img, .exchange-art__receive > img { width: 100%; height: auto; border-radius: 1rem; }
.exchange-art__create > span, .exchange-art__receive > span { color: inherit; font-size: .875rem; text-transform: uppercase; }
.exchange-art__create strong { font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.28; }
.exchange-art__receive strong { font-size: clamp(.9rem, 1.4vw, 1.25rem); }
.exchange-art small { font-size: .8rem; }
.exchange-art__spark { position: absolute; top: 34%; left: 39%; width: 18.3%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; animation: float-spark 13s ease-in-out -8s infinite; }
.hero__art figcaption { position: relative; z-index: 1; margin-top: clamp(3.25rem, 6vw, 4.5rem); color: var(--teal); font-family: "Orelega One", Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); text-align: center; transform: rotate(3deg); }
.intro { max-width: 790px; padding: 90px 0 20px; }
.intro p:last-child { max-width: 47rem; color: var(--muted); font-size: 1.15rem; }
.audiences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 16px 0 94px; }
.audience-card { min-height: 430px; padding: clamp(1.6rem, 4vw, 3.4rem); border: 1px solid var(--line); border-radius: 30px; }
.audience-card .section-label { margin-bottom: 3.1rem; }
.audience-card--business { background: #fff1e7; }
.audience-card--creator { background: var(--plum-light); }
.audience-card h2 { max-width: 10em; font-size: clamp(2rem, 3.5vw, 3.35rem); }
.crowned-letter { position: relative; display: inline-block; }
.crowned-letter .crown { position: absolute; top: -.3em; left: -.08em; width: .72em; height: .72em; transform: rotate(-14deg); transform-origin: 55% 90%; animation: crown-shimmer 2.8s ease-in-out infinite; }
.crowned-letter .crown-spark { position: absolute; top: -.57em; left: .58em; width: .24em; height: .24em; animation: crown-shimmer 2.2s ease-in-out .4s infinite; }
.audience-card p:not(.section-label) { color: #514c59; }
.audience-card__outcome { margin: 1.6rem 0 0; color: var(--ink) !important; font-family: "Orelega One", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 400; line-height: 1.2; }
.audience-card--creator .audience-card__outcome { max-width: 16em; }
ul { padding-left: 1.15em; font-weight: 600; }
li + li { margin-top: .35rem; }
.exchange { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "label ." "heading copy"; column-gap: clamp(2rem, 7vw, 8rem); row-gap: .65rem; align-items: start; padding: clamp(2.4rem, 6vw, 5rem); border-radius: 30px; color: #fff; background: var(--plum); }
.exchange .section-label { grid-area: label; margin: 0; color: #ffe99a; }
.exchange h2 { grid-area: heading; }
.exchange__copy { grid-area: copy; align-self: start; margin: 0; padding-top: clamp(.2rem, .65vw, .55rem); font-size: 1.18rem; }
.communities { padding: 72px 0 96px; text-align: center; }
.communities h2 { max-width: 850px; margin: 0 auto; }
.communities > p:last-of-type { max-width: 48rem; margin: .75rem auto 1rem; color: var(--muted); font-size: 1.15rem; }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.social-link { display: inline-grid; place-items: center; width: 82px; height: 82px; padding: 0; border: 0; border-radius: 50%; color: var(--plum); text-decoration: none; }
.social-link:hover { color: var(--orange); }
.community-icon { width: 82px; height: 82px; fill: currentColor; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 130px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.site-footer .brand { font-size: 1.25rem; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
@keyframes float-create { 0%, 100% { translate: 0 0; rotate: -8deg; } 50% { translate: 6px -7px; rotate: -6deg; } }
@keyframes float-receive { 0%, 100% { translate: 0 0; rotate: 8deg; } 50% { translate: -6px 7px; rotate: 6deg; } }
@keyframes float-spark { 0%, 100% { translate: 0 0; rotate: 0; } 50% { translate: 5px -6px; rotate: 9deg; } }
@keyframes crown-shimmer { 0%, 100% { opacity: .82; scale: 1; } 50% { opacity: 1; scale: 1.07; } }
@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header, main, .site-footer { width: min(100% - 32px, 1160px); }
  .site-header { min-height: 76px; }
  .header-link { font-size: .85rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 54px 0 75px; }
  .hero__art { min-height: 320px; max-width: 520px; width: 100%; margin: 0 auto; }
  .hero__art figcaption { margin-top: 4.25rem; transform: none; }
  .audiences, .exchange { grid-template-columns: 1fr; }
  .exchange { grid-template-areas: "label" "heading" "copy"; }
  .exchange__copy { padding-top: 0; }
  .audience-card { min-height: auto; }
  .crowned-letter .crown { top: -.59em; left: -.12em; }
  .crowned-letter .crown-spark { top: -.52em; left: .57em; }
  .intro, .communities { padding: 72px 0; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: .8rem; padding: 28px 0; }
  .site-footer p { margin: 0; }
}
@media (max-width: 420px) {
  .site-header .brand { gap: 0; }
  .site-header .brand span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
