:root {
  --blue: #173bff;
  --red: #ff3b30;
  --yellow: #ffd43b;
  --ink: #111318;
  --paper: #f5f3ed;
  --white: #fff;
  --grey: #dadbd5;
  --display: "Manrope", Arial, sans-serif;
  --body: "Manrope", sans-serif;
}

.statement-embed {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 1.25rem auto;
  border: 0;
}

.video-embed {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #111318;
}

.admin-draft input,
.admin-draft textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.85rem;
  border: 1px solid #111318;
  border-radius: 10px;
  font: inherit;
}

.admin-draft {
  display: grid;
  gap: 14px;
}

.admin-draft blockquote {
  margin: 0;
  padding: 14px 16px;
  border-left: 5px solid var(--yellow);
  background: var(--paper);
  line-height: 1.65;
}

.admin-draft > label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
}
.management-heading { margin: 42px 0 20px; }
.management-heading h2 { margin: 7px 0 8px; font-size: clamp(28px, 4vw, 48px); line-height: 1; }
.management-heading p { max-width: 720px; margin: 0; line-height: 1.6; }
.published-management { margin-top: 70px; padding-top: 8px; border-top: 3px solid var(--ink); }
.published-card { border-color: var(--blue); }
.published-actions { align-items: center; }
.published-actions .published-link {
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font: 800 11px var(--display);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 15px;
  top: 15px;
  background: white;
  padding: 10px;
  z-index: 99;
}
.independent {
  background: var(--ink);
  color: #fff;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.independent b {
  color: var(--yellow);
}
header {
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav {
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 35px;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
}
.brand i {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font: 900 30px var(--display);
  font-style: normal;
}
.brand > span {
  font: 800 19px/1.05 var(--display);
}
.brand small {
  display: block;
  color: var(--red);
  font: 800 9px var(--body);
  letter-spacing: 0.08em;
}
.nav nav {
  display: flex;
  justify-content: center;
  gap: 26px;
}
.nav nav a {
  padding: 12px 4px;
  font: 800 14px var(--body);
  letter-spacing: -0.02em;
}
.nav nav a:hover {
  color: var(--blue);
}
.pill,
.cta {
  background: var(--ink);
  color: white;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.menu {
  display: none;
  background: none;
  border: 0;
}
.menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  background: var(--blue);
  color: white;
  position: relative;
  overflow: hidden;
}
.noise {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
  position: relative;
}
.kicker,
.section-no {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.hero h1 {
  font: 800 clamp(62px, 8vw, 112px)/0.92 var(--display);
  letter-spacing: -0.055em;
  margin: 36px 0;
}
.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}
.hero-copy > p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.65;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}
.cta {
  background: var(--yellow);
  color: var(--ink);
  border-radius: 4px;
  padding: 16px 20px;
}
.actions > a:last-child {
  font-size: 13px;
  font-weight: 800;
}
.portrait {
  height: 530px;
  position: relative;
  border: 3px solid var(--ink);
  background: var(--red);
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 12px 12px 0 var(--yellow);
}
.sun {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--yellow);
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}
.leader-photo {
  position: absolute;
  inset: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  object-fit: cover;
  object-position: center top;
  border: 3px solid var(--ink);
  filter: contrast(1.06) saturate(0.9);
}
.name-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: white;
  color: var(--ink);
  padding: 12px 17px;
  border: 2px solid var(--ink);
  transform: rotate(-2deg);
}
.name-tag small {
  font-size: 11px;
  font-weight: 800;
}
.name-tag strong {
  display: block;
  font: 800 32px/1.02 var(--display);
  letter-spacing: -0.04em;
}
.sticker {
  position: absolute;
  right: -13px;
  top: 20px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 50%;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  text-align: center;
  font: 800 15px/1.1 var(--display);
  transform: rotate(12deg);
}
.marquee {
  overflow: hidden;
  background: var(--yellow);
  border-block: 2px solid var(--ink);
  font: 800 22px/1.2 var(--display);
  white-space: nowrap;
  padding: 10px;
}
.marquee div {
  width: max-content;
  animation: move 18s linear infinite;
}
@keyframes move {
  to {
    transform: translateX(-50%);
  }
}
.manifesto {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.manifesto .lead {
  font: 800 clamp(38px, 5vw, 65px)/1 var(--display);
  max-width: 900px;
  margin: 0 0 55px;
}
.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  border-top: 2px solid var(--ink);
  padding-top: 25px;
}
.cols p {
  font-size: 13px;
  line-height: 1.8;
}
.statement-showcase {
  padding: 100px 0 110px;
  background: var(--paper);
}
.statement-showcase-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 42px;
}
.statement-showcase-head h2 {
  max-width: 850px;
  margin: 0;
  color: var(--blue);
  font: 800 clamp(44px, 6vw, 78px)/.95 var(--display);
}
.statement-showcase-head p {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.8;
}
.home-statement-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.home-statement-card {
  min-width: 0;
  background: #fff;
  box-shadow: 9px 9px 0 var(--ink);
}
.home-statement-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  column-gap: 34px;
  background: var(--lemon);
}
.home-statement-featured .statement-embed {
  grid-column: 2;
  grid-row: 1 / 5;
  align-self: center;
  margin: 0;
}
.home-statement-card h2 {
  overflow-wrap: anywhere;
  font-size: clamp(25px, 3vw, 42px);
}
.home-statement-card p { overflow-wrap: anywhere; }
.home-statement-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  font-weight: 700;
}
.quotes {
  background: var(--ink);
  color: white;
  padding: 90px 0;
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr 1fr;
  gap: 15px;
  margin-top: 40px;
}
.quote-grid blockquote {
  margin: 0;
  background: var(--red);
  padding: 30px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.quote-grid .blue {
  background: var(--blue);
}
.quote-grid .yellow {
  background: var(--yellow);
  color: var(--ink);
}
.quote-grid blockquote > span {
  font: 900 70px/0.5 var(--display);
}
.quote-grid p {
  font: 800 32px/1.12 var(--display);
  margin: auto 0;
}
.quote-grid cite {
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}
.news-feed {
  padding-block: 110px;
}
.feed-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 45px;
}
.feed-title h2,
.social-head h2 {
  font: 800 clamp(48px, 6vw, 76px) / 1.08 var(--display);
  letter-spacing: -0.04em;
  margin: 25px 0 0;
}
.feed-title > p {
  max-width: 420px;
  font-size: 13px;
}
.news-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-block: 2px solid var(--ink);
}
.news-cards article {
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
}
.news-cards article:last-child {
  border: 0;
}
.news-cards article > span,
.news-copy > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.news-cards h3 {
  font: 800 25px/1.16 var(--display);
  margin: 28px 0 14px;
}
.news-cards p {
  font-size: 12px;
  line-height: 1.7;
}
.news-cards a {
  margin-top: auto;
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
}
.feature-news {
  display: grid !important;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  background: var(--white);
}
.news-art {
  background: var(--blue);
  color: var(--yellow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-2deg);
  box-shadow: 8px 8px 0 var(--yellow);
}
.news-art span {
  font: 800 84px/1 var(--display);
}
.news-art b {
  font: 800 25px/1.1 var(--display);
}
.news-copy {
  display: flex;
  flex-direction: column;
}
.news-more {
  display: flex;
  justify-content: space-between;
  padding: 22px 5px;
  font-size: 11px;
  font-weight: 800;
}
.news-more b {
  color: var(--red);
}
.timeline {
  padding-block: 110px;
}
.timeline-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin: 40px 0;
}
.timeline h2,
.leader h2,
.sources h2,
.follow h2 {
  font: 800 clamp(48px, 6vw, 76px)/1.08 var(--display);
  letter-spacing: -0.04em;
  margin: 0;
}
.timeline h2 em,
.leader h2 em {
  color: var(--blue);
  font-style: normal;
}
.timeline-head p {
  max-width: 380px;
  font-size: 13px;
}
.timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
}
.timeline li {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 28px 0;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.timeline time {
  font: 800 17px/1.2 var(--display);
}
.timeline h3 {
  font: 800 24px/1.2 var(--display);
  margin: 0 0 6px;
}
.timeline li p {
  font-size: 12px;
  max-width: 650px;
  margin: 0;
}
.timeline li.active:before {
  content: "ŞİMDİ";
  position: absolute;
  right: 10px;
  top: 24px;
  background: var(--red);
  color: #fff;
  padding: 6px 10px;
  font-size: 9px;
  font-weight: 800;
  transform: rotate(4deg);
}
.leader {
  background: var(--yellow);
  padding: 100px 0;
  border-block: 2px solid var(--ink);
}
.leader-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.leader-poster {
  height: 500px;
  background: var(--blue);
  color: white;
  border: 3px solid var(--ink);
  box-shadow: 15px 15px 0 var(--red);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-2deg);
}
.leader-poster span {
  font: 800 140px/1 var(--display);
}
.leader-poster b {
  font: 800 34px/1.12 var(--display);
  letter-spacing: -0.04em;
}
.leader h2 {
  margin: 25px 0 30px;
  line-height: 1.12;
}
.leader p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 630px;
}
.dark-link {
  display: inline-block;
  margin-top: 20px;
  background: var(--ink);
  color: white;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 800;
}
.sources {
  padding-block: 110px;
}
.sources-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin: 40px 0;
}
.sources-head p {
  font-size: 13px;
  max-width: 400px;
}
.source-list {
  border-top: 2px solid var(--ink);
}
.source-list a {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  padding: 25px 8px;
  border-bottom: 1px solid #aaa;
}
.source-list a:hover {
  background: white;
}
.source-list span {
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
}
.source-list b {
  font: 700 22px var(--display);
}
.source-list i {
  font-style: normal;
  color: var(--red);
}
.social-wall {
  background: var(--blue);
  color: var(--white);
  padding: 100px 0;
  border-top: 2px solid var(--ink);
}
.social-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 45px;
}
.social-head h2 {
  color: var(--yellow);
}
.handle {
  justify-self: end;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 2px solid var(--white);
  padding: 18px 24px;
  transform: rotate(2deg);
}
.handle > span {
  color: var(--yellow);
  font: 800 35px/1 var(--display);
  margin-right: 8px;
}
.handle b {
  font: 800 22px/1.1 var(--display);
}
.handle small {
  grid-column: 2;
  font-size: 10px;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 2px solid var(--ink);
}
.social-grid a {
  min-height: 210px;
  padding: 22px;
  border-right: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s;
}
.social-grid a:last-child {
  border: 0;
}
.social-grid a:hover {
  transform: translateY(-8px);
}
.social-grid b {
  font: 800 24px/1.15 var(--display);
}
.social-grid span {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}
.social-grid i {
  align-self: flex-end;
  font-style: normal;
  font-size: 20px;
}
.social-grid .x { background: var(--ink); }
.social-grid .instagram { background: var(--red); }
.social-grid .youtube { background: var(--white); color: var(--red); }
.social-grid .tiktok { background: var(--yellow); color: var(--ink); }
.social-grid .facebook { background: #0b70e0; }
.account-warning {
  max-width: 800px;
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.follow {
  background: var(--red);
  color: white;
  padding: 90px 0;
}
.follow-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
}
.follow small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.follow form label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}
.follow form > div {
  display: flex;
  border-bottom: 2px solid white;
}
.follow input {
  flex: 1;
  background: none;
  border: 0;
  outline: 0;
  color: white;
  padding: 15px 0;
}
.follow input::placeholder {
  color: #ffc4c1;
}
.follow button {
  background: none;
  border: 0;
  color: white;
  font-weight: 800;
}
.follow form > small {
  opacity: 0.7;
}
.follow form p {
  font-size: 11px;
}
footer {
  background: var(--ink);
  color: white;
  padding: 60px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.7fr;
  gap: 50px;
  align-items: center;
}
.inverted i {
  background: var(--yellow);
  color: var(--ink);
}
.footer-grid p {
  font-size: 11px;
  line-height: 1.7;
  color: #aaa;
}
.footer-grid > div {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  font-size: 10px;
  font-weight: 800;
}
.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 40px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #888;
}
@media (max-width: 900px) {
  .nav nav {
    display: none;
  }
  .menu {
    display: block;
    justify-self: end;
  }
  .nav {
    grid-template-columns: auto 1fr auto auto;
  }
  .nav nav.open {
    display: flex;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 25px;
    border-bottom: 2px solid var(--ink);
  }
  .nav nav.open a {
    padding: 14px 0;
    border-bottom: 1px solid #c7c7c2;
    font-size: 17px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-top: 70px;
  }
  .portrait {
    max-width: 470px;
    margin: 0 auto 70px;
  }
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote-grid blockquote:last-child {
    grid-column: 1/-1;
  }
  .news-cards {
    grid-template-columns: 1fr 1fr;
  }
  .feature-news {
    grid-column: 1/-1;
  }
  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-grid a {
    border-bottom: 2px solid var(--ink);
  }
  .manifesto {
    grid-template-columns: 100px 1fr;
  }
  .leader-grid {
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }
  .independent span {
    display: none;
  }
  .nav {
    height: 70px;
    grid-template-columns: auto 1fr;
  }
  .nav > .pill {
    display: none;
  }
  .nav nav.open {
    top: 70px;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero h1 {
    font-size: 52px;
    line-height: 1.02;
    margin: 28px 0;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .portrait {
    height: 430px;
    width: calc(100% - 12px);
  }
  .leader-photo {
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .manifesto {
    grid-template-columns: 1fr;
    padding-block: 75px;
  }
  .manifesto .section-no {
    margin-bottom: 30px;
  }
  .manifesto .lead {
    font-size: 42px;
  }
  .cols,
  .timeline-head,
  .sources-head,
  .follow-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .quote-grid blockquote:last-child {
    grid-column: auto;
  }
  .quote-grid blockquote {
    min-height: 280px;
  }
  .feed-title,
  .social-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .news-cards {
    grid-template-columns: 1fr;
  }
  .feature-news {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .news-art {
    min-height: 220px;
  }
  .news-cards article {
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }
  .handle {
    justify-self: start;
  }
  .social-grid {
    grid-template-columns: 1fr 1fr;
  }
  .social-grid a {
    min-height: 170px;
  }
  .timeline li {
    grid-template-columns: 110px 1fr;
  }
  .timeline li.active:before {
    display: none;
  }
  .leader-grid {
    grid-template-columns: 1fr;
  }
  .leader-poster {
    height: 400px;
  }
  .leader-poster span {
    font-size: 105px;
  }
  .source-list a {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .source-list span {
    grid-column: 1/-1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee div {
    animation: none;
  }
}

/* Supporter album */
.nav-note {
  display: none;
}
.album-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0 115px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 230, 109, .75) 0 90px, transparent 92px),
    radial-gradient(circle at 94% 86%, rgba(255, 122, 112, .55) 0 130px, transparent 132px),
    var(--paper);
}
.album-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}
.album-head h2 {
  margin: 12px 0 0;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .94;
  letter-spacing: -.065em;
}
.album-head h2 em {
  color: var(--blue);
  font-style: normal;
}
.album-head > p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.75;
}
.album-grid {
  display: grid;
  grid-template-columns: 1.15fr .72fr .9fr;
  grid-template-rows: 235px 235px;
  gap: 24px;
  align-items: stretch;
}
.album-card,
.album-note {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}
.album-card {
  background: var(--ink);
}
.album-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.album-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}
.album-card figcaption {
  position: absolute;
  inset: auto 14px 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 249, 239, .94);
  backdrop-filter: blur(8px);
}
.album-card figcaption b {
  font-size: 13px;
}
.album-card figcaption span {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: .08em;
}
.album-main {
  grid-row: 1 / 3;
  border-radius: 38px 38px 74px 38px;
  transform: rotate(-1.2deg);
}
.album-main img {
  object-position: center 20%;
}
.album-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: 28px 50px 28px 28px;
  background: var(--lemon);
  transform: rotate(1.5deg);
}
.album-note > span {
  color: var(--peach);
  font-size: 34px;
  animation: album-heart 2.5s ease-in-out infinite;
}
.album-note p {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 35px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.album-note small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.album-wide {
  grid-column: 2 / 4;
  border-radius: 48px 28px 28px 28px;
  transform: rotate(.7deg);
}
.album-wide img {
  object-position: center 14%;
}
.album-tall {
  border-radius: 28px 28px 55px 28px;
  transform: rotate(-.8deg);
}
.album-credit {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(17, 19, 24, .65);
}
.album-credit a {
  color: var(--ink);
  font-weight: 800;
}
@keyframes album-heart {
  0%, 100% { transform: rotate(-8deg) scale(1); }
  50% { transform: rotate(6deg) scale(1.12); }
}
@media (max-width: 900px) {
  body.menu-open { overflow: hidden; }
  .nav nav.open {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .nav-note {
    display: block;
    margin: 12px 20px 18px;
    padding: 14px;
    border-radius: 14px;
    color: rgba(17, 19, 24, .68);
    background: var(--lemon);
    font-size: 11px;
    line-height: 1.5;
  }
  .menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu span { transition: transform .2s ease, opacity .2s ease; }
  .album-head { grid-template-columns: 1fr; gap: 24px; }
  .album-head > p { max-width: 560px; }
  .album-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 220px 300px;
  }
  .album-main { grid-column: 1 / 3; grid-row: auto; }
  .album-wide { grid-column: 1 / 3; }
}
@media (max-width: 650px) {
  .album-section { padding: 78px 0 82px; }
  .album-head { margin-bottom: 38px; }
  .album-head h2 { font-size: clamp(46px, 14vw, 66px); }
  .album-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 390px 210px 250px 330px;
    gap: 18px;
  }
  .album-main,
  .album-wide { grid-column: auto; }
  .album-main { grid-row: auto; }
  .album-card,
  .album-note { transform: none; box-shadow: 6px 6px 0 var(--ink); }
  .album-credit { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .album-note > span { animation: none; }
  .album-card img { transition: none; }
}

/* Verified content details */
.quote-source {
  align-self: flex-start;
  margin-top: 9px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  opacity: .72;
}
.quote-source:hover { opacity: 1; }
.leader-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 630px;
  margin-top: 24px;
}
.leader-facts span {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 13px 15px;
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: rgba(255, 249, 239, .68);
  font-size: 11px;
  font-weight: 700;
}
.leader-facts b {
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
}
.publishing-promise {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  margin-top: 34px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 24px 24px 48px 24px;
  background: var(--mint);
  box-shadow: 7px 7px 0 var(--ink);
}
.publishing-promise > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.publishing-promise h3 {
  margin: 0 0 8px;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.15;
}
.publishing-promise p {
  max-width: 720px;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}
@media (max-width: 650px) {
  .leader-facts { grid-template-columns: 1fr; }
  .publishing-promise { grid-template-columns: 1fr; gap: 14px; padding: 22px; }
}

/* Standalone section pages */
.subpage { background: var(--paper); }
.subpage header { position: sticky; top: 0; z-index: 50; }
.subpage .nav nav a[aria-current="page"] {
  color: var(--blue);
  background: var(--lemon);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 90px;
  border-radius: 0 0 42px 42px;
}
.page-hero.blue { color: #fff; background: var(--blue); }
.page-hero.yellow { background: var(--lemon); }
.page-hero.lilac { background: var(--lilac); }
.page-hero.peach { background: var(--peach); }
.page-hero.mint { background: var(--mint); }
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 60px;
}
.page-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(62px, 9vw, 124px);
  line-height: .88;
  letter-spacing: -.075em;
}
.page-hero h1 em { color: var(--lemon); font-style: normal; }
.page-hero.yellow h1 em,
.page-hero.lilac h1 em,
.page-hero.peach h1 em,
.page-hero.mint h1 em { color: var(--blue); }
.page-hero p { max-width: 480px; margin: 0; font-size: 15px; line-height: 1.8; }
.page-body { padding: 85px 0 115px; }
.page-list { display: grid; gap: 18px; }
.content-card {
  padding: 30px;
  border: 2px solid var(--ink);
  border-radius: 24px 24px 46px 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}
.content-card .meta { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.content-card h2,
.content-card h3 { margin: 14px 0 10px; line-height: 1.12; }
.content-card h2 { font-size: clamp(29px, 4vw, 48px); }
.content-card h3 { font-size: clamp(22px, 3vw, 34px); }
.content-card p { max-width: 800px; font-size: 13px; line-height: 1.8; }
.content-card > a { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 800; color: var(--blue); }
.policy-privacy { padding-top: 0; }
.correction-card { grid-column: 1 / -1; background: var(--lemon); }
.correction-card .cta { color: #fff; }
.page-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.mini-nav a {
  padding: 11px 15px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}
.standalone-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}
.standalone-gallery figure { min-height: 420px; }
.standalone-gallery .wide { grid-column: 1 / 3; min-height: 360px; }
.profile-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 50px;
  align-items: start;
}
.profile-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 32px 32px 64px 32px;
  box-shadow: 10px 10px 0 var(--blue);
}
.profile-copy h2 { margin: 0 0 20px; font-size: clamp(38px, 6vw, 72px); line-height: .98; }
.profile-copy p { font-size: 14px; line-height: 1.85; }
.page-footer-note {
  margin-top: 50px;
  padding: 22px;
  border-radius: 20px;
  color: rgba(17,19,24,.7);
  background: var(--lemon);
  font-size: 11px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .page-hero-grid,
  .profile-panel { grid-template-columns: 1fr; }
  .page-two-col { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .page-hero { padding: 70px 0 62px; border-radius: 0 0 28px 28px; }
  .page-hero-grid { gap: 28px; }
  .page-hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .page-body { padding: 60px 0 80px; }
  .content-card { padding: 23px; }
  .statement-showcase { padding: 65px 0 80px; }
  .statement-showcase-head,
  .home-statement-list,
  .home-statement-featured { grid-template-columns: 1fr; }
  .statement-showcase-head { gap: 18px; }
  .statement-showcase-head h2 { font-size: clamp(42px, 14vw, 62px); }
  .home-statement-featured { grid-column: auto; }
  .home-statement-featured .statement-embed { grid-column: auto; grid-row: auto; }
  .standalone-gallery { grid-template-columns: 1fr; }
  .standalone-gallery .wide { grid-column: auto; }
  .standalone-gallery figure,
  .standalone-gallery .wide { min-height: 360px; }
}

/* News desk and dynamic news */
.news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
#news-filters { display: flex; flex-wrap: wrap; gap: 9px; }
#news-filters button,
.admin-actions button {
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font: 800 11px var(--display);
  cursor: pointer;
}
#news-filters button.active { color: #fff; background: var(--blue); }
#news-count { color: rgba(17,19,24,.58); font-size: 11px; font-weight: 800; }
.dynamic-news { overflow: hidden; }
.dynamic-news > img {
  width: calc(100% + 60px);
  max-height: 360px;
  margin: -30px -30px 26px;
  object-fit: cover;
}
.dynamic-news.featured { background: var(--lemon); }
.admin-body { padding: 80px 0 110px; }
.source-health-panel {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) 1fr;
  gap: 24px;
  margin-bottom: 26px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 24px 24px 42px 24px;
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--ink);
}
.source-health-panel h2 { margin: 7px 0 0; font-size: clamp(24px, 3vw, 38px); }
.source-check-button { margin-top: 17px; padding: 10px 13px; border: 2px solid var(--ink); border-radius: 999px; color: #fff; background: var(--blue); font: 800 11px var(--display); cursor: pointer; }
.source-check-button:disabled { cursor: wait; opacity: .6; }
.source-health { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.source-health > p { margin: 0; }
.source-health-card { display: grid; gap: 6px; padding: 16px; border: 2px solid var(--ink); border-radius: 15px; background: #fff; }
.source-health-card b { width: max-content; padding: 5px 8px; border-radius: 999px; font-size: 9px; background: var(--grey); }
.source-health-card.ok b { color: #075c34; background: #bdf2d4; }
.source-health-card.error b { color: #8b1111; background: #ffd0cc; }
.source-health-card strong { font-size: 13px; }
.source-health-card span { font-size: 11px; line-height: 1.45; }
.admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.admin-form,
.admin-info,
.admin-actions,
.admin-news-list {
  border: 2px solid var(--ink);
  border-radius: 24px 24px 42px 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}
.admin-form { display: grid; gap: 20px; padding: 30px; }
.social-inbox { margin: 28px 0; padding: 28px; border: 2px solid var(--ink); border-radius: 24px; background: #fff; box-shadow: 9px 9px 0 var(--ink); }
.social-inbox-copy { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr); align-items: end; gap: 22px; }
.social-inbox-copy .section-no { grid-column: 1 / -1; }
.social-inbox-copy h2 { margin: -10px 0 0; font-size: clamp(28px, 4vw, 48px); line-height: .95; }
.social-inbox-copy p { margin: 0; line-height: 1.6; }
.official-profile-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 24px 0 0; }
.official-profile-links a { padding: 12px 14px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--cream); text-align: center; font-size: 11px; font-weight: 800; }
.official-profile-links a:hover { color: #fff; background: var(--blue); }
.social-inbox .admin-form { margin-top: 18px; padding: 20px; box-shadow: none; background: var(--yellow); }
.platform-status { display: inline-flex; width: max-content; max-width: 100%; margin-top: 8px; padding: 6px 9px; border-radius: 999px; background: var(--grey); font-size: 10px; line-height: 1.3; }
.platform-status.detected { color: #075c34; background: #bdf2d4; }
.platform-status.invalid { color: #8b1111; background: #ffd0cc; }
.source-trust-badge { display: inline-flex; width: max-content; margin: 10px 0 4px; padding: 7px 10px; border-radius: 999px; font-size: 10px; }
.source-trust-badge.official { color: #075c34; background: #bdf2d4; }
.source-trust-badge.review { color: #6d4300; background: #ffe39a; }
.admin-draft.newly-imported { outline: 5px solid var(--yellow); animation: new-draft-pulse 1.1s ease-out 2; }
@keyframes new-draft-pulse { 50% { outline-color: var(--blue); transform: translateY(-3px); } }
.field { display: grid; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: 11px; font-weight: 800; }
.field label small { color: #777; font-weight: 500; }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 15px;
  border: 2px solid var(--ink);
  border-radius: 13px;
  background: var(--paper);
  color: var(--ink);
  font: 600 13px/1.5 var(--display);
}
.field textarea { resize: vertical; }
.field input:focus,
.field textarea:focus,
.field select:focus { outline: 3px solid rgba(23,59,255,.28); outline-offset: 2px; }
.approval { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border-radius: 14px; background: var(--mint); font-size: 11px; line-height: 1.55; cursor: pointer; }
.approval input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--blue); }
.admin-submit {
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 15px;
  color: #fff;
  background: var(--blue);
  box-shadow: 5px 5px 0 var(--ink);
  font: 800 13px var(--display);
  cursor: pointer;
}
#admin-status { min-height: 20px; margin: 0; color: var(--blue); font-size: 11px; font-weight: 800; }
.admin-side { display: grid; gap: 24px; }
.admin-info { padding: 24px; background: var(--lilac); }
.admin-info b { font-size: 20px; }
.admin-info p { margin-bottom: 0; font-size: 12px; line-height: 1.7; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; }
.admin-actions .danger { color: #a21b1b; border-color: #a21b1b; }
.admin-actions .admin-submit {
  color: #fff;
  background: var(--blue);
}
.admin-news-list { margin-top: 12px; padding: 10px; }
.admin-news-list article { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px; border-bottom: 1px solid #ddd; }
.admin-news-list article:last-child { border-bottom: 0; }
.admin-news-list article div { display: grid; gap: 4px; }
.admin-news-list small { color: var(--blue); font-size: 9px; }
.admin-news-list b { font-size: 12px; }
.admin-news-list button { border: 0; color: #a21b1b; background: transparent; font-weight: 800; cursor: pointer; }
.admin-empty { margin: 0; padding: 15px; color: #777; font-size: 12px; }
.statement-detail-link { color: inherit; text-decoration: none; }
.statement-detail-link:hover h2 { color: var(--blue); }
.statement-detail-hero { padding: 70px 0 110px; background: var(--paper); }
.statement-back { display: inline-flex; margin-bottom: 24px; color: var(--blue); font-size: 12px; font-weight: 800; }
.statement-detail-card { max-width: 980px; margin: 0 auto; padding: clamp(28px, 6vw, 70px); border: 2px solid var(--ink); border-radius: 28px 28px 54px 28px; background: #fff; box-shadow: 11px 11px 0 var(--ink); }
.statement-detail-card h1 { max-width: 850px; margin: 20px 0; color: var(--blue); font-size: clamp(38px, 7vw, 82px); line-height: .96; letter-spacing: -.055em; overflow-wrap: anywhere; }
.statement-detail-summary { max-width: 760px; margin: 0 0 30px; font-size: clamp(17px, 2vw, 23px); line-height: 1.55; }
.statement-detail-media { max-width: 760px; margin: 32px auto; }
.statement-detail-media .video-embed { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 18px; }
.statement-source-link { display: inline-flex; padding: 13px 16px; border: 2px solid var(--ink); border-radius: 999px; color: #fff; background: var(--blue); box-shadow: 4px 4px 0 var(--ink); font-size: 12px; font-weight: 800; }
@media (max-width: 900px) {
  .source-health-panel { grid-template-columns: 1fr; }
  .source-health { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .social-inbox-copy { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .news-toolbar { align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; }
  .admin-form { padding: 22px; }
  .social-inbox { padding: 20px; }
  .official-profile-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dynamic-news > img { width: calc(100% + 46px); margin: -23px -23px 22px; }
  .statement-detail-hero { padding: 42px 0 80px; }
  .statement-detail-card { padding: 25px 20px 32px; border-radius: 20px 20px 38px 20px; box-shadow: 7px 7px 0 var(--ink); }
  .statement-detail-card h1 { font-size: clamp(34px, 12vw, 52px); }
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  text-align: center;
  background: var(--lilac);
}
.not-found > div { max-width: 720px; }
.not-found span { color: var(--blue); font-size: clamp(90px, 20vw, 220px); font-weight: 800; line-height: .8; }
.not-found h1 { margin: 35px 0 14px; font-size: clamp(38px, 7vw, 76px); line-height: 1; }
.not-found p { margin-bottom: 32px; }

/* Playful supporter theme */
:root {
  --peach: #ff7a70;
  --lemon: #ffe66d;
  --mint: #bdebd7;
  --lilac: #d9ceff;
  --paper: #fff9ef;
}
body {
  background: var(--paper);
}
header {
  background: rgba(255, 249, 239, 0.94);
  border-bottom: 0;
  box-shadow: 0 5px 24px rgba(17, 19, 24, 0.08);
  backdrop-filter: blur(12px);
}
.brand i {
  border-radius: 15px 15px 22px 15px;
  transform: rotate(-5deg);
  box-shadow: 3px 3px 0 var(--lemon);
}
.nav nav a {
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.nav nav a:hover {
  background: var(--lemon);
  color: var(--ink);
  transform: translateY(-2px);
}
.pill {
  background: var(--peach);
  border-radius: 14px;
  box-shadow: 4px 4px 0 var(--ink);
}
.hero {
  background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.19), transparent 22%), linear-gradient(135deg, #2448ff 0%, #6378ff 100%);
  border-radius: 0 0 46px 46px;
}
.hero-grid {
  position: relative;
}
.hero h1 em {
  color: var(--lemon);
}
.hero-copy > p {
  background: rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 16px 18px;
}
.cta {
  background: var(--lemon);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.cta:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}
.portrait {
  background: var(--peach);
  border-radius: 34px 34px 70px 34px;
  transform: rotate(1.5deg);
  box-shadow: 14px 14px 0 var(--lemon);
}
.leader-photo {
  border-radius: 22px 22px 52px 22px;
}
.name-tag {
  border-radius: 14px;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 0 var(--blue);
}
.sticker {
  background: var(--lemon);
  border-radius: 48% 52% 46% 54%;
  animation: bob 3.5s ease-in-out infinite;
}
.happy-badge {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 24px;
  width: 92px;
  height: 72px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 22px 10px 24px 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  transform: rotate(7deg);
}
.hero-spark {
  position: absolute;
  z-index: 5;
  font-size: 32px;
  color: var(--lemon);
  animation: twinkle 2.4s ease-in-out infinite;
}
.spark-one { right: 40%; top: 12%; }
.spark-two { right: 43%; bottom: 14%; color: var(--peach); animation-delay: .7s; }
@keyframes bob { 50% { transform: rotate(7deg) translateY(-7px); } }
@keyframes twinkle { 50% { transform: scale(1.25) rotate(15deg); } }
.marquee {
  margin-top: 14px;
  background: var(--lemon);
  border: 0;
  border-radius: 18px;
  width: calc(100% - 28px);
  margin-inline: auto;
}
.manifesto {
  padding-bottom: 70px;
}
.manifesto .lead {
  color: var(--blue);
}
.cols {
  border-top: 0;
  gap: 18px;
}
.cols p {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 35px rgba(17,19,24,.07);
}
.love-section {
  padding: 30px 0 100px;
}
.love-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 38px;
}
.love-title h2 {
  margin: 12px 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  color: var(--blue);
}
.love-title p {
  font-size: 12px;
  color: #666;
}
.love-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.love-cards article {
  min-height: 260px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 28px 28px 50px 28px;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform .2s;
}
.love-cards article:hover { transform: translateY(-8px) rotate(-1deg); }
.love-cards article:nth-child(1) { background: var(--mint); transform: rotate(-1.5deg); }
.love-cards article:nth-child(2) { background: var(--lilac); transform: rotate(1deg); }
.love-cards article:nth-child(3) { background: var(--lemon); transform: rotate(-.5deg); }
.love-cards article > span { font-size: 42px; }
.love-cards h3 { margin: 32px 0 10px; font-size: 28px; }
.love-cards p { font-size: 13px; line-height: 1.7; }
.quotes {
  background: var(--lilac);
  color: var(--ink);
  margin: 0 14px;
  border-radius: 42px;
}
.quote-grid {
  gap: 22px;
}
.quote-grid blockquote {
  border: 2px solid var(--ink);
  border-radius: 26px 26px 50px 26px;
  box-shadow: 7px 7px 0 var(--ink);
}
.quote-grid blockquote:first-child { background: var(--peach); }
.quote-grid .blue { background: var(--blue); color: #fff; }
.quote-grid .yellow { background: var(--lemon); }
.news-cards {
  gap: 18px;
  border: 0;
}
.news-cards article {
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(17,19,24,.08);
}
.feature-news {
  border-radius: 28px !important;
}
.news-art {
  border-radius: 18px 18px 36px 18px;
}
.timeline li {
  border: 0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 12px;
  background: #fff;
}
.timeline li:nth-child(even) { background: var(--mint); }
.leader {
  margin: 0 14px;
  border: 0;
  border-radius: 42px;
  background: var(--lemon);
}
.leader-poster {
  border-radius: 32px 32px 60px 32px;
  transform: rotate(-1deg);
}
.source-list a {
  background: #fff;
  margin-bottom: 10px;
  border: 0;
  border-radius: 16px;
}
.social-wall {
  margin: 0 14px;
  border: 0;
  border-radius: 42px 42px 0 0;
  background: linear-gradient(135deg, var(--blue), #6c7fff);
}
.social-grid {
  gap: 12px;
  border: 0;
}
.social-grid a {
  border: 0;
  border-radius: 20px 20px 36px 20px;
}
.follow {
  background: var(--peach);
}
@media (max-width: 900px) {
  .spark-one, .spark-two { display: none; }
  .love-cards { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
}
@media (max-width: 650px) {
  .hero { border-radius: 0 0 28px 28px; }
  .hero-copy > p { padding: 14px; }
  .portrait { border-radius: 24px 24px 45px 24px; }
  .happy-badge { width: 78px; height: 62px; font-size: 12px; }
  .quotes, .leader, .social-wall { margin-inline: 7px; border-radius: 26px; }
  .love-section { padding-bottom: 70px; }
  .love-cards article { min-height: 220px; }
  .social-grid a { border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .happy-badge,
  .spark,
  .portrait-sticker {
    animation: none !important;
  }
}
