@font-face {
  font-family: Space Grotesk;
  src: url("/assets/space-grotesk-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f8f6ed;
  --ink: #142c23;
  --muted: #56665b;
  --forest: #102b23;
  --deep: #0a1e18;
  --green: #b5ef69;
  --brand-green: #79e04f;
  --yellow: #ffdc64;
  --pink: #f6afc3;
  --line: #d6dbce;
  --white: #fffef8;
  --display: "Space Grotesk", "Arial Black", sans-serif;
  --body: "Segoe UI", system-ui, -apple-system, sans-serif;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(3.3rem, 7.2vw, 6.7rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
}
h3 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
p {
  line-height: 1.7;
}
a,
button {
  -webkit-touch-callout: default;
}
:focus-visible {
  outline: 3px solid #cb4f80;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.section {
  padding-block: 105px;
}
.section-topless {
  padding-top: 0;
}
.eyebrow,
.small-label {
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 750;
  line-height: 1.5;
}
.eyebrow {
  margin-bottom: 22px;
}
.small-label {
  color: var(--muted);
}
.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  background: var(--yellow);
  padding: 12px 18px;
  z-index: 100;
  transform: translateY(-180%);
  border-radius: 4px;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: relative;
  z-index: 10;
  background: var(--forest);
  color: var(--paper);
  border-bottom: 1px solid #ffffff26;
}
.header-inner {
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.23rem;
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.wordmark img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
}
.wordmark-end {
  font-weight: 700;
}
.wordmark-dot {
  color: var(--green);
  font-size: 1.5rem;
}
.main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
}
.main-nav a {
  text-decoration: none;
  padding-block: 10px;
}
.main-nav a:hover,
.main-nav a[aria-current] {
  color: var(--green);
}
.main-nav a.nav-brands {
  border: 1px solid #ffffff66;
  border-radius: 6px;
  padding: 10px 16px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.menu-toggle {
  background: none;
  border: 1px solid #ffffff66;
  color: var(--paper);
  border-radius: 5px;
  padding: 8px 13px;
  gap: 12px;
  align-items: center;
  font-size: 0.85rem;
  min-height: 44px;
}
.hero {
  background: var(--forest);
  color: var(--paper);
  padding: 78px 0 24px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  align-items: center;
  gap: 65px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  color: #c0d0bd;
  display: flex;
  gap: 9px;
  align-items: center;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
}
.hero h1 {
  line-height: 1.01;
  font-size: clamp(3.75rem, 7.7vw, 7rem);
  margin-left: -5px;
}
.marked {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.marked:after {
  content: "";
  position: absolute;
  left: -2%;
  right: -4%;
  bottom: 1%;
  height: 12%;
  background: var(--brand-green);
  z-index: -1;
  transform: rotate(-2deg);
}
.hero .marked {
  color: var(--green);
}
.hero .marked:after {
  background: var(--green);
  height: 3px;
  bottom: -3px;
}
.hero-description {
  max-width: 475px;
  font-size: 1.12rem;
  margin-block: 29px 31px;
  color: var(--muted);
  line-height: 1.65;
}
.hero .hero-description {
  color: #c1cec0;
  max-width: 390px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 16px 22px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  min-height: 52px;
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--green);
  color: var(--deep);
}
.button-primary:hover {
  background: #c6ff7c;
}
.button-dark {
  background: var(--forest);
  color: var(--paper);
}
.button-dark:hover {
  background: var(--deep);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.45;
}
.text-link:hover {
  text-decoration: underline;
}
.hero .text-link {
  color: var(--paper);
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
}
.hero-proof > strong {
  font-family: var(--display);
  font-size: 2.7rem;
  letter-spacing: -0.06em;
  line-height: 1;
}
.hero-proof p {
  font-size: 0.77rem;
  line-height: 1.45;
}
.hero-proof p span {
  display: block;
  font-size: 0.68rem;
  color: #b6c7b4;
  margin-top: 3px;
}
.hero-visual {
  position: relative;
  margin: 28px 13px 24px;
  min-width: 0;
}
.portrait-frame {
  transform: rotate(3deg);
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid var(--deep);
  box-shadow: 12px 15px 0 #081b1559;
}
.hero-portrait img {
  display: block;
  width: 100%;
}
.sticker {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--deep);
  font-weight: 700;
  box-shadow: 3px 4px 0 #102b2399;
  border: 1.5px solid var(--deep);
  white-space: nowrap;
}
.sticker-top {
  top: -22px;
  left: -32px;
  background: var(--paper);
  padding: 12px 18px;
  border-radius: 5px;
  transform: rotate(-8deg);
  font-size: 0.73rem;
  letter-spacing: 0.045em;
}
.sticker-top span {
  font-size: 1.4rem;
  line-height: 1;
  color: #355440;
}
.sticker-bottom {
  right: -23px;
  bottom: -14px;
  transform: rotate(-5deg);
  background: var(--pink);
  padding: 13px 19px;
  border-radius: 5px;
  font-size: 0.84rem;
}
.hero-spark {
  position: absolute;
  right: -22px;
  top: -69px;
  font-size: 5rem;
  line-height: 1;
  color: var(--green);
  transform: rotate(10deg);
  font-family: serif;
}
.hero-fineprint {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 62px;
  color: #afbfac;
  font-size: 0.63rem;
  letter-spacing: 0.035em;
}
.hero-fineprint > span:last-child {
  letter-spacing: 0.13em;
}
.brand-ribbon {
  background: var(--green);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
  padding-block: 19px;
}
.brand-ribbon > div {
  display: flex;
  align-items: center;
  gap: 42px;
  white-space: nowrap;
  font-family: var(--display);
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  width: max-content;
  margin-left: -20px;
}
.brand-ribbon span {
  font-size: 1.55rem;
  line-height: 1;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 39px;
}
.section-heading .eyebrow {
  color: var(--muted);
  margin-bottom: 18px;
}
.section-intro {
  max-width: 330px;
  color: var(--muted);
  font-size: 0.94rem;
}
.section-heading > .text-link {
  padding-bottom: 7px;
  flex-shrink: 0;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
.video-card a {
  text-decoration: none;
  display: block;
}
.video-image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 9px;
  background: var(--forest);
  border: 1px solid var(--ink);
}
.video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.video-card a:hover img {
  transform: scale(1.045);
}
.play-icon {
  position: absolute;
  left: 17px;
  bottom: 15px;
  background: var(--paper);
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  color: var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  padding-left: 3px;
}
.video-format {
  position: absolute;
  right: 13px;
  top: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--forest);
  color: var(--paper);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.video-info {
  padding: 19px 1px 0;
}
.video-info .small-label {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
}
.video-info h3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  font-size: 1.3rem;
  line-height: 1.22;
}
.video-info h3 span {
  font-family: var(--body);
  font-size: 1.5rem;
  font-weight: 400;
}
.about-section {
  border-block: 1px solid var(--line);
  padding-block: 85px;
  background: #eeefe5;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about-heading h2 {
  font-size: clamp(3.6rem, 6vw, 5.3rem);
  position: relative;
}
.pink-dot {
  display: inline-block;
  color: #c95c84;
  font-size: 2.5rem;
  vertical-align: top;
  transform: rotate(-16deg);
  margin-left: 14px;
  margin-top: 15px;
}
.about-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.about-tags span {
  font-size: 0.61rem;
  letter-spacing: 0.07em;
  border: 1px solid #bdc7b7;
  border-radius: 30px;
  padding: 6px 11px;
}
.about-copy p + p {
  margin-top: 20px;
}
.about-copy p {
  font-size: 0.97rem;
  color: var(--muted);
}
.about-copy p.lead {
  font-size: 1.42rem;
  color: var(--ink);
  line-height: 1.5;
}
.about-copy .text-link {
  margin-top: 26px;
}
.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.community-card {
  display: block;
  padding: 32px 34px;
  border: 1px solid #c6cfbd;
  background: #e8eedf;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s;
}
.community-card:hover {
  transform: translateY(-4px);
}
.community-card.discord {
  background: #eee7ee;
  border-color: #d3c9d1;
}
.social-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: block;
}
.community-card .social-icon {
  margin-bottom: 24px;
  width: 32px;
  height: 32px;
}
.community-card h3 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.community-card p {
  color: var(--muted);
  font-size: 0.89rem;
}
.community-card > span {
  display: flex;
  justify-content: space-between;
  font-size: 0.83rem;
  font-weight: 700;
  margin-top: 27px;
}
.brand-callout {
  position: relative;
  background: var(--yellow);
  border: 1px solid var(--ink);
  border-radius: 12px;
  padding: 51px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 100px;
  overflow: hidden;
}
.brand-callout h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}
.brand-callout p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 0.87rem;
  max-width: 450px;
}
.brand-callout .button {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.callout-spark {
  position: absolute;
  right: 95px;
  top: -45px;
  font-size: 18rem;
  line-height: 1;
  opacity: 0.08;
  pointer-events: none;
}
.site-footer {
  background: var(--deep);
  color: var(--paper);
  padding: 56px 0 22px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 45px;
}
.footer-name {
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  text-decoration: none;
}
.footer-name span {
  color: var(--green);
}
.footer-top p {
  color: #b2c0ad;
  font-size: 0.77rem;
  margin-top: 12px;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  font-size: 0.79rem;
  align-content: center;
}
.footer-links a {
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #ffffff26;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #acbda8;
  font-size: 0.67rem;
}
.heart {
  color: var(--pink);
  margin-left: 5px;
}
.footer-bottom a {
  text-decoration: none;
}
.links-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 110px;
  align-items: start;
}
.links-portrait {
  width: 145px;
  transform: rotate(-5deg);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--ink);
  margin: 29px 0;
}
.links-portrait img {
  display: block;
}
.links-intro h1 {
  font-size: clamp(3.3rem, 5.7vw, 5.2rem);
}
.links-intro > p:not(.eyebrow) {
  font-size: 1rem;
  color: var(--muted);
  max-width: 350px;
  margin-top: 25px;
}
.links-intro > .text-link {
  margin-top: 27px;
}
.links-section-title {
  font-family: var(--body);
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.primary-links {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  padding: 19px;
  min-width: 0;
  transition:
    background 0.15s,
    transform 0.15s;
}
.social-link:hover {
  background: #eaf1e3;
  transform: translateY(-2px);
}
.social-link > span:not(:last-child) {
  flex: 1;
  min-width: 0;
}
.social-link > span:last-child {
  margin-left: auto;
  flex-shrink: 0;
}
.social-link strong {
  display: block;
  font-size: 0.87rem;
}
.social-link small {
  font-size: 0.73rem;
  color: var(--muted);
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
}
.social-link-primary:first-child {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}
.social-link-primary:first-child small {
  color: #c1d0b8;
}
.social-link-primary:first-child .social-icon {
  background: var(--paper);
  padding: 4px;
  border-radius: 6px;
  box-sizing: content-box;
}
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.social-grid .social-link {
  padding: 16px 13px;
  gap: 11px;
}
.social-grid .social-link .social-icon {
  width: 22px;
  height: 22px;
}
.social-grid .social-link small {
  font-size: 0.66rem;
}
.contact-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  margin-top: 33px;
  flex-wrap: wrap;
}
.contact-strip > div a {
  display: block;
  font-size: 0.85rem;
  font-weight: 650;
  margin-top: 7px;
}
.copy-button {
  font-size: 0.72rem;
  background: transparent;
  border: 1px solid #8da08e;
  border-radius: 5px;
  padding: 9px 12px;
  min-height: 42px;
  color: var(--ink);
}
.copy-status {
  flex-basis: 100%;
  font-size: 0.75rem;
  color: var(--muted);
  min-height: 1.3em;
}
.brand-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
  align-items: center;
}
.brand-hero h1 {
  font-size: clamp(3.5rem, 6.7vw, 6rem);
}
.brand-summary {
  background: var(--forest);
  color: var(--paper);
  border-radius: 13px;
  padding: 42px 37px;
  border: 1px solid var(--ink);
  position: relative;
}
.brand-summary > .small-label {
  color: #b8cbb0;
}
.big-stat {
  font-family: var(--display);
  display: block;
  font-size: 5.9rem;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 27px 0 20px;
  color: var(--green);
}
.big-stat span {
  display: block;
  font-family: var(--body);
  font-size: 0.89rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 8px;
  color: var(--paper);
  font-weight: 400;
}
.brand-summary > p {
  font-size: 0.82rem;
  color: #bdcbb4;
}
.brand-platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  padding: 26px 0;
  margin: 23px 0;
  border-block: 1px solid #ffffff26;
}
.brand-platforms a {
  display: flex;
  gap: 9px;
  align-items: center;
  text-decoration: none;
  font-size: 0.7rem;
}
.brand-platforms a > span:last-child {
  margin-left: auto;
}
.brand-platforms .social-icon {
  background: var(--paper);
  padding: 4px;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.brand-summary > .text-link {
  font-size: 0.74rem;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.case-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  background: var(--white);
}
.case-card > a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.case-image {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--forest);
  overflow: hidden;
}
.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.case-card:hover .case-image img {
  transform: scale(1.05);
}
.case-body {
  padding: 22px 20px;
}
.case-body > .small-label {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}
.case-body h3 {
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
  margin-top: 10px;
}
.case-body p {
  font-size: 0.79rem;
  color: var(--muted);
  margin: 14px 0 23px;
}
.case-body .text-link {
  font-size: 0.72rem;
}
.formats-section {
  background: #e8eddf;
  border-block: 1px solid var(--line);
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.formats-grid article {
  border-top: 1px solid #a6b29b;
  padding-top: 24px;
}
.format-number {
  font-family: var(--display);
  font-size: 1rem;
  display: block;
  margin-bottom: 37px;
  color: #52684c;
}
.formats-grid h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.formats-grid p {
  font-size: 0.87rem;
  color: var(--muted);
}
.formats-grid article > span:last-child {
  display: block;
  margin-top: 23px;
  font-size: 0.66rem;
  font-weight: 650;
}
.terms-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 39px;
  padding-top: 23px;
  border-top: 1px solid #bbc6b1;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.stat-block {
  padding: 27px 0;
  border-block: 1px solid var(--line);
  text-decoration: none;
}
.stat-block strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  letter-spacing: -0.06em;
  margin-top: 19px;
  line-height: 1.2;
}
.stat-block > span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.72rem;
}
.stats-note {
  font-size: 0.78rem;
  color: var(--muted);
  max-width: 800px;
  margin: 22px 0;
}
.data-details {
  font-size: 0.8rem;
  color: var(--muted);
}
.data-details summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--ink);
  width: fit-content;
  padding: 9px 0;
}
.data-details p {
  max-width: 770px;
  margin-top: 7px;
}
.proposal-section {
  background: var(--forest);
  color: var(--paper);
  padding-block: 95px;
}
.proposal-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}
.proposal-grid h2 {
  font-size: clamp(3rem, 5vw, 4.6rem);
  margin-bottom: 28px;
}
.proposal-grid > div > p:not(.eyebrow) {
  color: #c0cfb8;
  font-size: 0.93rem;
  max-width: 360px;
}
.proposal-grid .marked {
  color: var(--green);
}
.proposal-grid .marked:after {
  background: #537244;
}
.contact-email {
  display: inline-block;
  color: var(--green);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
  margin-top: 30px;
}
.proposal-grid > div > p.small-copy {
  font-size: 0.7rem;
  margin-top: 13px;
}
.proposal-form {
  display: grid;
  gap: 20px;
}
.proposal-form label {
  font-size: 0.74rem;
  font-weight: 600;
  display: block;
  min-width: 0;
}
.proposal-form input,
.proposal-form textarea,
.proposal-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #718875;
  background: #1d382d;
  color: var(--paper);
  border-radius: 5px;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  min-width: 0;
  line-height: 1.4;
}
.proposal-form input::placeholder,
.proposal-form textarea::placeholder {
  color: #becbb9;
}
.proposal-form textarea {
  resize: vertical;
  min-height: 118px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.proposal-form > .button {
  justify-self: start;
}
.form-note {
  font-size: 0.68rem;
  color: #becbb9;
}
.form-status {
  font-size: 0.78rem;
  color: var(--green);
}
.form-status:empty {
  display: none;
}
.prepared-email {
  font-size: 0.78rem;
  color: var(--green);
  width: fit-content;
}
.archive-heading {
  max-width: 710px;
  margin-bottom: 48px;
}
.archive-heading > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 26px;
  font-size: 0.98rem;
}
.archive-search {
  display: block;
  margin-top: 32px;
  font-size: 0.79rem;
  font-weight: 650;
}
.archive-search input {
  display: block;
  width: 100%;
  background: var(--white);
  border: 1px solid #9eae99;
  padding: 14px 17px;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 9px;
}
.search-status {
  font-size: 0.76rem;
  color: var(--muted);
  min-height: 1.5em;
  padding-top: 8px;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.archive-card {
  border-top: 1px solid #afbda6;
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.archive-card .small-label {
  font-size: 0.6rem;
}
.archive-card h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 13px;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}
.archive-card h2 a {
  text-decoration: none;
}
.archive-card h2 a:hover {
  text-decoration: underline;
}
.archive-card p {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 17px 0 22px;
}
.archive-card > .text-link {
  margin-top: auto;
  font-size: 0.76rem;
}
.empty-results {
  padding-bottom: 50px;
}
.article-page {
  max-width: 880px;
}
.article-heading {
  margin: 35px 0;
}
.article-heading h1 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.article-notice {
  font-size: 0.8rem;
  background: #e8eddc;
  border-left: 3px solid #8fb569;
  padding: 15px 18px;
  margin-top: 23px;
  color: var(--muted);
}
.article-content {
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}
.article-content > * + * {
  margin-top: 22px;
}
.article-content p {
  margin-block: 20px;
}
.article-content h2,
.article-content h3 {
  font-size: 1.8rem;
  margin-block: 35px 20px;
}
.article-content h3 {
  font-size: 1.45rem;
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-block: 23px;
}
.article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
.article-content td,
.article-content th {
  padding: 10px;
  border: 1px solid var(--line);
}
.article-content pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 20px;
  background: #e7ebdf;
}
.article-content iframe {
  max-width: 100%;
}
.article-end {
  margin-top: 50px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.article-end p {
  font-weight: 650;
}
.prose-page {
  max-width: 820px;
}
.prose-page h1 {
  margin-bottom: 30px;
}
.prose-page h2 {
  font-size: 1.6rem;
  margin: 35px 0 18px;
}
.prose-page p {
  color: var(--muted);
}
.not-found {
  min-height: 65vh;
}
.not-found p:not(.eyebrow) {
  max-width: 490px;
  margin: 29px 0;
}
.not-found h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}
@media (min-width: 801px) {
  .menu-toggle {
    display: none !important;
  }
}
@media (max-width: 1050px) {
  .hero-grid {
    gap: 40px;
    grid-template-columns: 1.05fr 1fr;
  }
  .hero h1 {
    font-size: 6.8vw;
  }
  .hero .button-row {
    gap: 17px;
  }
  .hero-visual {
    margin-right: 24px;
  }
  .hero-proof {
    margin-top: 32px;
  }
  .hero-fineprint {
    padding-top: 45px;
  }
  .links-layout {
    gap: 55px;
  }
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-hero {
    gap: 50px;
  }
  .proposal-grid {
    gap: 50px;
  }
  .about-grid {
    gap: 65px;
  }
  .brand-callout {
    padding: 40px;
  }
  .formats-grid {
    gap: 25px;
  }
  .footer-links {
    gap: 12px 25px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 72px;
  }
  .section-topless {
    padding-top: 0;
  }
  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 18px;
  }
  .wordmark {
    font-size: 1.05rem;
  }
  .wordmark img {
    width: 32px;
    height: 32px;
  }
  .main-nav {
    width: 100%;
    padding-top: 18px;
    justify-content: space-between;
    gap: 18px;
    font-size: 0.75rem;
  }
  .main-nav a.nav-brands {
    padding: 9px 12px;
    gap: 10px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .hero {
    padding-top: 50px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .hero h1 {
    font-size: clamp(3.9rem, 12.5vw, 6.7rem);
  }
  .hero .hero-description {
    max-width: 460px;
  }
  .hero-visual {
    width: min(440px, calc(100% - 36px));
    margin: 23px auto 10px;
  }
  .hero-spark {
    font-size: 4rem;
    top: -50px;
    right: -18px;
  }
  .hero-proof {
    margin-top: 33px;
  }
  .hero-fineprint {
    padding-top: 42px;
    flex-direction: column;
    gap: 14px;
  }
  .hero-fineprint > span:last-child {
    align-self: flex-end;
  }
  .sticker-top {
    left: -15px;
    top: -14px;
    font-size: 0.64rem;
    padding: 10px 15px;
  }
  .sticker-bottom {
    right: -12px;
    font-size: 0.76rem;
    padding: 11px 15px;
  }
  .brand-ribbon {
    padding-block: 14px;
  }
  .brand-ribbon > div {
    font-size: 0.85rem;
    gap: 28px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }
  .section-intro {
    max-width: 520px;
  }
  .video-grid {
    gap: 17px;
  }
  .video-info h3 {
    font-size: 1.13rem;
  }
  .video-info .small-label {
    font-size: 0.55rem;
  }
  .play-icon {
    width: 34px;
    height: 34px;
    left: 12px;
    bottom: 12px;
    font-size: 0.73rem;
  }
  .about-grid {
    gap: 35px;
  }
  .about-section {
    padding-block: 65px;
  }
  .about-heading h2 {
    font-size: 3.7rem;
  }
  .about-copy p.lead {
    font-size: 1.2rem;
  }
  .about-copy p {
    font-size: 0.89rem;
  }
  .community-card {
    padding: 26px;
  }
  .brand-callout {
    display: block;
    margin-bottom: 72px;
    padding: 33px;
  }
  .brand-callout .button {
    margin-top: 26px;
  }
  .footer-top {
    gap: 35px;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .links-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .links-intro {
    position: relative;
    padding-right: 160px;
  }
  .links-intro .eyebrow {
    margin-bottom: 19px;
  }
  .links-portrait {
    position: absolute;
    width: 115px;
    right: 14px;
    top: 6px;
    margin: 0;
  }
  .links-intro h1 {
    font-size: 3.7rem;
  }
  .links-intro > p:not(.eyebrow) {
    max-width: 450px;
  }
  .brand-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .brand-hero h1 {
    font-size: 4.6rem;
  }
  .brand-summary {
    max-width: 560px;
    width: 100%;
  }
  .brand-hero .hero-description {
    max-width: 500px;
  }
  .brand-platforms {
    grid-template-columns: repeat(4, 1fr);
  }
  .brand-summary .big-stat {
    font-size: 5rem;
  }
  .formats-grid {
    gap: 24px;
  }
  .formats-grid h3 {
    font-size: 1.4rem;
  }
  .formats-grid p {
    font-size: 0.83rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-block strong {
    font-size: 2.7rem;
  }
  .proposal-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .proposal-section {
    padding-block: 70px;
  }
  .proposal-grid > div > p:not(.eyebrow) {
    max-width: 520px;
  }
  .proposal-grid h2 {
    font-size: 3.7rem;
  }
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-bottom {
    font-size: 0.63rem;
  }
}
@media (max-width: 540px) {
  .container {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 59px;
  }
  .section-topless {
    padding-top: 0;
  }
  .hero h1 {
    font-size: clamp(3.75rem, 15.2vw, 5rem);
    letter-spacing: -0.065em;
  }
  .hero-description {
    font-size: 1rem;
    margin-block: 25px;
  }
  .hero .button-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .hero .button {
    font-size: 0.8rem;
    padding: 15px 19px;
  }
  .hero-proof > strong {
    font-size: 2.4rem;
  }
  .hero-proof p {
    font-size: 0.72rem;
  }
  .hero-proof p span {
    font-size: 0.63rem;
    max-width: 220px;
  }
  .hero-fineprint {
    font-size: 0.57rem;
  }
  .main-nav {
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.69rem;
  }
  .main-nav a {
    padding: 12px 5px;
  }
  .main-nav a.nav-brands {
    padding: 10px 12px;
  }
  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .video-image {
    aspect-ratio: 16/9;
  }
  .video-info {
    padding-top: 14px;
  }
  .video-info .small-label {
    font-size: 0.64rem;
  }
  .video-info h3 {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  .play-icon {
    width: 42px;
    height: 42px;
    font-size: 0.85rem;
  }
  .video-format {
    font-size: 0.63rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-heading h2 {
    font-size: 3.8rem;
  }
  .about-copy p {
    font-size: 0.95rem;
  }
  .about-tags {
    margin-top: 21px;
  }
  .community-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .community-card {
    padding: 27px;
  }
  .community-card h3 {
    font-size: 1.9rem;
  }
  .brand-callout {
    padding: 29px 24px;
    margin-bottom: 60px;
  }
  .brand-callout .eyebrow {
    max-width: 190px;
  }
  .brand-callout h2 {
    font-size: 2.2rem;
  }
  .brand-callout p:not(.eyebrow) {
    font-size: 0.82rem;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-top {
    flex-direction: column;
    gap: 27px;
    padding-bottom: 32px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    font-size: 0.7rem;
    gap: 13px 20px;
  }
  .footer-links a:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .footer-top p {
    max-width: 240px;
    line-height: 1.6;
  }
  .links-intro {
    padding-right: 0;
  }
  .links-intro .eyebrow {
    padding-right: 80px;
    max-width: 260px;
  }
  .links-portrait {
    width: 81px;
    top: 0;
    right: 5px;
    border-radius: 12px;
  }
  .links-intro h1 {
    font-size: 3.55rem;
    margin-top: 29px;
  }
  .links-intro > p:not(.eyebrow) {
    font-size: 0.93rem;
  }
  .links-intro > .text-link {
    font-size: 0.79rem;
  }
  .social-grid {
    gap: 8px;
  }
  .social-grid .social-link {
    padding: 15px 10px;
    gap: 8px;
  }
  .social-grid .social-link > span:last-child {
    font-size: 0.82rem;
  }
  .social-grid .social-link strong {
    font-size: 0.75rem;
  }
  .social-grid .social-link small {
    font-size: 0.6rem;
  }
  .social-grid .social-link .social-icon {
    width: 20px;
    height: 20px;
  }
  .contact-strip > div a {
    font-size: 0.8rem;
  }
  .copy-button {
    font-size: 0.68rem;
  }
  .brand-hero h1 {
    font-size: 3.9rem;
  }
  .brand-hero .button-row {
    gap: 23px;
  }
  .brand-summary {
    padding: 29px 25px;
  }
  .brand-platforms {
    grid-template-columns: 1fr 1fr;
  }
  .brand-summary .big-stat {
    font-size: 4.8rem;
  }
  .case-grid {
    gap: 14px;
  }
  .case-body {
    padding: 17px 13px;
  }
  .case-body h3 {
    font-size: 1.45rem;
  }
  .case-body > .small-label {
    font-size: 0.54rem;
    letter-spacing: 0.025em;
  }
  .case-body p {
    font-size: 0.73rem;
    margin: 13px 0 16px;
  }
  .case-body .text-link {
    font-size: 0.66rem;
    gap: 8px;
  }
  .case-image .play-icon {
    width: 32px;
    height: 32px;
    font-size: 0.7rem;
    left: 10px;
    bottom: 10px;
  }
  .formats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .format-number {
    margin-bottom: 20px;
  }
  .formats-grid h3 {
    font-size: 1.65rem;
  }
  .formats-grid p {
    font-size: 0.87rem;
  }
  .formats-grid article > span:last-child {
    margin-top: 17px;
  }
  .terms-note {
    font-size: 0.71rem;
    margin-top: 30px;
  }
  .stats-grid {
    gap: 20px;
  }
  .stat-block strong {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
  }
  .stat-block > span {
    font-size: 0.67rem;
  }
  .stats-note {
    font-size: 0.73rem;
  }
  .proposal-grid h2 {
    font-size: 3.3rem;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .proposal-form {
    gap: 19px;
  }
  .proposal-form > .button {
    width: 100%;
  }
  .archive-heading h1 {
    font-size: 3.2rem;
  }
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .archive-card h2 {
    font-size: 1.6rem;
  }
  .archive-card p {
    font-size: 0.85rem;
  }
  .article-content {
    font-size: 1rem;
  }
  .article-heading h1 {
    font-size: 2.3rem;
  }
  .article-heading .eyebrow {
    font-size: 0.56rem;
  }
  .article-end .button {
    width: 100%;
  }
  .prose-page h1 {
    font-size: 3rem;
  }
  .prose-page p {
    font-size: 0.92rem;
  }
  .not-found h1 {
    font-size: 3.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  body {
    background: #fff;
    color: #111;
  }
  .site-header,
  .site-footer,
  .skip-link,
  .proposal-form,
  .brand-callout,
  .menu-toggle,
  .button,
  .brand-hero .button-row {
    display: none !important;
  }
  .container {
    width: 100%;
    max-width: none;
  }
  .section,
  .proposal-section {
    padding: 25px 0;
  }
  .brand-hero {
    display: block;
  }
  .brand-summary {
    margin-top: 25px;
    background: #fff;
    color: #111;
    padding: 20px;
    border: 1px solid #aaa;
  }
  .big-stat,
  .brand-summary > .small-label,
  .brand-summary > p,
  .brand-summary .big-stat span {
    color: #111;
  }
  .brand-platforms {
    display: none;
  }
  .case-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .case-image {
    max-height: 110px;
  }
  .case-body p {
    font-size: 10px;
  }
  .case-body .small-label {
    font-size: 8px;
  }
  .case-body h3 {
    font-size: 18px;
  }
  .case-body {
    padding: 10px;
  }
  .formats-section,
  .proposal-section {
    background: #fff;
    color: #111;
  }
  .proposal-grid {
    display: block;
  }
  .proposal-grid > div > p:not(.eyebrow),
  .contact-email {
    color: #111;
  }
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .stat-block strong {
    font-size: 25px;
  }
  h1 {
    font-size: 42px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 20px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  a {
    text-decoration: none;
  }
  .formats-grid {
    gap: 20px;
  }
  .format-number {
    margin-bottom: 12px;
  }
  .proposal-grid .marked {
    color: #111;
  }
  article,
  .stat-block,
  .brand-summary {
    break-inside: avoid;
  }
}
