:root {
  --blue: #1274ba;
  --pink: #e51a50;
  --ink: #2b2a29;
  --green: #0f963d;
  --orange: #f49926;
  --paper: #f4f2ec;
  --white: #ffffff;
  --muted: #6f6d68;
  --line: rgba(43, 42, 41, 0.15);
  --shell: min(1180px, calc(100vw - 48px));
  --heading: "LEMON MILK", "Arial Black", "Arial Narrow", sans-serif;
  --body: Tahoma, Verdana, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: background .25s, box-shadow .25s, padding .25s; }
.site-header.scrolled { padding: 8px 0; background: rgba(244, 242, 236, .94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-shell { width: var(--shell); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: 200px; }
.brand img { width: 100%; height: 84px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .01em; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--pink); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 13px 17px; color: var(--white); background: var(--ink); border-radius: 2px; }
.nav-cta:hover { background: var(--pink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero-section { overflow: hidden; padding-top: 122px; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 56px; padding: 52px 0 34px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--pink); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 4px; background: currentColor; transform: skewX(-22deg); }
.eyebrow.light { color: var(--white); }
h1, h2, h3 { font-family: var(--heading); text-transform: uppercase; letter-spacing: -.035em; line-height: .97; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.6rem, 7vw, 6.9rem); }
.hero-slogan-prefix { display: block; margin-bottom: .3em; color: var(--pink); font-size: .43em; line-height: 1.05; letter-spacing: -.01em; }
.hero-slogan-main { display: block; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #55534f; font-size: 1.13rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 2px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--pink); box-shadow: 6px 6px 0 var(--ink); }
.button-primary:hover { background: var(--blue); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 6px 6px 0 rgba(255,255,255,.24); }
.text-link { padding: 10px 0; color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--ink); }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 92%; aspect-ratio: 1; border-radius: 50%; background: #e4e2dc; }
.hero-visual img { position: relative; z-index: 2; width: min(650px, 105%); filter: contrast(1.04); mix-blend-mode: multiply; }
.brush { position: absolute; z-index: 3; display: block; width: 130px; height: 22px; opacity: .95; transform: rotate(-11deg) skewX(-32deg); }
.brush::after { content: ""; position: absolute; inset: 6px -24px -7px 18px; border: 4px solid currentColor; opacity: .45; }
.brush-blue { top: 13%; right: 4%; color: var(--blue); background: var(--blue); }
.brush-green { left: -2%; bottom: 19%; color: var(--green); background: var(--green); transform: rotate(17deg) skewX(-32deg); }

.impact-strip { background: var(--ink); color: var(--white); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-grid div { display: flex; align-items: center; gap: 14px; min-height: 110px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.impact-grid div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.impact-grid strong { font: 700 2.2rem/1 var(--heading); color: var(--orange); }
.impact-grid div:nth-child(2) strong { color: var(--pink); }
.impact-grid div:nth-child(3) strong { color: #49aa6d; }
.impact-grid div:nth-child(4) strong { color: #4f9ad0; }
.impact-grid span { font-size: .76rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.about { padding: 128px 0 132px; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; margin-bottom: 36px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .explore-header h2, .platform-callout h2, .newsletter h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); }
.about-copy { display: grid; grid-template-columns: .8fr .6fr .6fr; gap: 44px; border-top: 1px solid var(--line); padding-top: 30px; }
.about-logo { display: block; width: min(100%, 190px); height: auto; align-self: start; }
.about-copy p { margin: 0; color: #5c5a55; font-size: .92rem; line-height: 1.75; }
.journey { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-card { position: relative; min-height: 310px; padding: 32px; background: rgba(255,255,255,.38); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-card h3 { margin: 56px 0 14px; font-size: 1.55rem; }
.journey-card p { margin: 0; max-width: 300px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.journey-number { color: #97958f; font: 700 .72rem/1 var(--body); }
.journey-icon { position: absolute; right: 22px; top: 22px; display: grid; place-items: center; width: 64px; height: 64px; color: var(--white); font: 700 1.6rem/1 serif; border-radius: 50%; }
.journey-icon.blue { background: var(--blue); }
.journey-icon.pink { background: var(--pink); }
.journey-icon.green { background: var(--green); }

.explore-section { padding: 126px 0; color: var(--white); background: var(--ink); }
.explore-header { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter { min-height: 40px; padding: 0 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: var(--white); background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.filter:hover, .filter.active { color: var(--ink); background: var(--white); border-color: var(--white); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.content-card { display: flex; flex-direction: column; min-height: 430px; color: var(--ink); background: var(--white); transition: transform .22s, opacity .22s; }
.content-card.featured { grid-column: span 2; }
.content-card:hover { transform: translateY(-5px); }
.content-card.hidden { display: none; }
.card-art { position: relative; min-height: 190px; overflow: hidden; padding: 20px; }
.featured .card-art { min-height: 230px; }
.card-art-pink { background: var(--pink); }
.card-art-blue { background: var(--blue); }
.card-art-green { background: var(--green); }
.card-art-orange { background: var(--orange); }
.card-art-paper { background: #dcd8ce; }
.card-art-dark { background: #111; color: var(--white); }
.card-label { position: relative; z-index: 2; display: inline-block; padding: 7px 9px; color: var(--ink); background: var(--white); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.card-date { position: absolute; right: 20px; top: 22px; color: var(--white); font-size: .72rem; font-weight: 700; }
.giant-word { position: absolute; left: -8px; bottom: -20px; font: 700 clamp(5rem, 12vw, 9rem)/1 var(--heading); color: rgba(255,255,255,.18); letter-spacing: -.08em; }
.symbol { position: absolute; right: 20px; bottom: -5px; color: rgba(255,255,255,.9); font: 700 8rem/1 var(--heading); }
.symbol.small { bottom: 20px; font-size: 5rem; }
.document-lines { position: absolute; inset: 55px 28px 25px 36%; border: 2px solid rgba(43,42,41,.28); background: repeating-linear-gradient(to bottom, transparent 0 18px, rgba(43,42,41,.16) 19px 21px); transform: rotate(4deg); }
.card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 28px; }
.card-body h3 { margin: 0 0 14px; font-size: 1.35rem; line-height: 1.08; }
.card-body p { margin: 0 0 22px; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.card-body a { margin-top: auto; font-size: .79rem; font-weight: 700; text-underline-offset: 5px; }
.status { margin-top: auto; color: #77746e; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.platform-callout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-top: 86px; padding: 64px; background: var(--blue); box-shadow: 14px 14px 0 var(--pink); }
.platform-copy p:last-child { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.79); line-height: 1.7; }
.platform-action { display: flex; flex-direction: column; align-items: flex-start; }
.platform-state { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: .72rem; line-height: 1.4; }
.platform-state i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(244,153,38,.2); }
.platform-action small { display: block; margin-top: 16px; color: rgba(255,255,255,.68); font-size: .7rem; line-height: 1.5; }

.community-section { padding: 128px 0 84px; background: var(--paper); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-card { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-height: 285px; padding: 30px 28px 27px; overflow: hidden; text-align: center; text-decoration: none; background: rgba(255,255,255,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, box-shadow .2s; }
.partner-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--blue); }
.partner-card:nth-child(2)::before, .partner-card:nth-child(5)::before { background: var(--pink); }
.partner-card:nth-child(3)::before, .partner-card:nth-child(6)::before { background: var(--green); }
.partner-card:hover, .partner-card:focus-visible { z-index: 1; background: var(--white); box-shadow: 0 18px 38px rgba(43,42,41,.12); outline: 0; }
.partner-logo { display: grid; place-items: center; width: 100%; height: 165px; padding: 12px; }
.partner-logo img { width: auto; max-width: 92%; height: auto; max-height: 140px; object-fit: contain; }
.partner-card strong { max-width: 310px; margin-top: 24px; font: 700 1.06rem/1.25 var(--heading); text-transform: uppercase; }
.newsletter { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; margin-top: 100px; padding: 60px; color: var(--white); background: var(--pink); }
.newsletter > div > p:last-child { max-width: 450px; color: rgba(255,255,255,.8); font-size: .88rem; line-height: 1.65; }
.newsletter form { align-self: center; }
.newsletter form > label:first-child { display: block; margin-bottom: 9px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.input-row { display: flex; }
.input-row input { flex: 1; min-width: 0; height: 58px; padding: 0 18px; border: 2px solid var(--white); border-radius: 0; color: var(--ink); background: var(--white); outline: 0; }
.input-row input:focus { border-color: var(--ink); }
.input-row button { min-height: 58px; padding: 0 22px; border: 0; color: var(--white); background: var(--ink); font-weight: 700; cursor: pointer; }
.input-row button:hover { background: var(--blue); }
.consent { display: flex; gap: 9px; align-items: flex-start; margin-top: 13px; color: rgba(255,255,255,.9); font-size: .69rem; line-height: 1.45; }
.consent input { margin-top: 2px; accent-color: var(--ink); }
.form-note { margin: 11px 0 0; color: rgba(255,255,255,.65); font-size: .65rem; line-height: 1.4; }
.form-message { min-height: 18px; margin: 10px 0 0; font-size: .75rem; font-weight: 700; }
.eu-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); align-items: center; gap: 72px; margin-top: 78px; padding-top: 42px; border-top: 1px solid var(--line); }
.eu-block img { width: 360px; max-width: 100%; height: auto; justify-self: end; }
.eu-block p { max-width: 720px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.7; }

.site-footer { padding: 52px 0; color: var(--white); background: #191918; }
.footer-grid { display: grid; grid-template-columns: 230px 1fr 1fr; align-items: center; gap: 60px; }
.footer-grid > img { width: 230px; height: auto; }
.social-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 24px; }
.social-links a { font-size: .72rem; text-decoration: none; }
.social-links a:hover { color: var(--orange); }
.footer-grid > p { margin: 0; color: #9a9994; font-size: .7rem; line-height: 1.65; text-align: right; }

dialog { max-width: min(510px, calc(100vw - 32px)); padding: 44px; border: 0; border-radius: 3px; color: var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--pink); }
dialog::backdrop { background: rgba(20,20,19,.75); backdrop-filter: blur(3px); }
dialog h2 { margin: 16px 0; font-size: 2.2rem; }
dialog p { color: var(--muted); line-height: 1.65; }
.dialog-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.dialog-mark { display: grid; place-items: center; width: 52px; height: 52px; color: var(--white); background: var(--blue); font-size: 1.8rem; border-radius: 50%; }
.dialog-ok { margin-top: 12px; min-width: 130px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--paper); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 6px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { max-width: 710px; }
  .hero-visual { min-height: 520px; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .about-copy { grid-template-columns: 1fr; }
  .about-copy { gap: 24px; }
  .journey { grid-template-columns: 1fr; }
  .journey-card { min-height: 240px; }
  .explore-header { align-items: flex-start; flex-direction: column; }
  .filters { justify-content: flex-start; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .content-card.featured { grid-column: span 2; }
  .platform-callout, .newsletter { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: span 2; text-align: left; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { padding: 7px 0; background: rgba(244,242,236,.95); }
  .brand { width: 150px; }
  .brand img { height: 62px; }
  .main-nav { top: 71px; left: 14px; right: 14px; }
  .hero-section { padding-top: 78px; }
  .hero-grid { min-height: auto; gap: 28px; padding-top: 50px; }
  h1 { font-size: clamp(3.05rem, 17vw, 4.9rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-visual { min-height: 390px; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-grid div { min-height: 92px; padding: 17px 12px; }
  .impact-grid strong { font-size: 1.7rem; }
  .about, .community-section, .explore-section { padding-block: 86px; }
  .section-heading h2, .explore-header h2, .platform-callout h2, .newsletter h2 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .journey { margin-top: 48px; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card.featured { grid-column: span 1; }
  .platform-callout { gap: 42px; margin-inline: -3px; padding: 36px 26px; }
  .partner-grid { grid-template-columns: 1fr; }
  .newsletter { gap: 36px; margin-top: 72px; padding: 36px 24px; }
  .input-row { flex-direction: column; gap: 7px; }
  .eu-block { grid-template-columns: 1fr; gap: 30px; }
  .eu-block img { width: min(340px, 100%); justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > p { grid-column: auto; }
  dialog { padding: 34px 26px; }
}
