/*
Theme Name: Superstijl
Theme URI: https://superstijl.nl/
Author: Superstijl
Description: Custom WordPress theme voor Superstijl, gebaseerd op de PSD/HTML versie.
Version: 1.1.7
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: superstijl
*/

@font-face {
  font-family: "Climate Crisis";
  src: url("assets/fonts/ClimateCrisis-VF.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Local";
  src: url("assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --white: #ffffff;
  --yellow: #ffe600;
  --blue: #149bd4;
  --cyan: #23b7e1;
  --pink: #e842b7;
  --text: #0b0b0b;
  --hero-h: clamp(620px, 56.25vw, 1080px);
  --content-max: 1920px;
  --boxed-gutter: max(0px, calc((100vw - var(--content-max)) / 2));
  --display: "Climate Crisis", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --body: "Open Sans Local", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--blue);
  font-family: var(--body);
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  height: auto;
}

button,
input {
  font: inherit;
}

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  height: var(--hero-h);
  min-height: 620px;
  background-color: var(--white);
  background-image: url("assets/paper-texture.webp");
  background-size: cover;
  background-position: center top;
  isolation: isolate;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.86);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -5vw -112px -5vw;
  height: clamp(190px, 15vw, 300px);
  background: var(--yellow);
  transform: rotate(-1.8deg);
  transform-origin: left bottom;
  z-index: 1;
}

.menu-button {
  position: absolute;
  top: clamp(28px, 2.6vw, 54px);
  right: calc(var(--boxed-gutter) + clamp(34px, 4vw, 76px));
  display: grid;
  gap: 10px;
  width: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.menu-button span {
  height: 8px;
  background: var(--black);
  border-radius: 1px;
  transition:
    rotate 160ms ease,
    translate 160ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  rotate: 45deg;
  translate: 0 18px;
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  rotate: -45deg;
  translate: 0 -18px;
}

.site-menu {
  position: fixed;
  top: clamp(86px, 7vw, 138px);
  right: calc(var(--boxed-gutter) + clamp(22px, 4vw, 76px));
  width: min(360px, calc(100vw - 44px));
  display: grid;
  gap: 14px;
  padding: clamp(22px, 2vw, 34px);
  background: var(--black);
  color: var(--yellow);
  transform: rotate(-1.5deg);
  z-index: 30;
}

.site-menu[hidden] {
  display: none;
}

.site-menu a {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 2.8rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-menu a:hover {
  color: var(--white);
}

.site-menu a:focus-visible {
  color: var(--yellow);
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.site-menu-ticket {
  display: grid;
  place-items: center;
  min-height: clamp(52px, 4.2vw, 76px);
  margin-top: 8px;
  padding: 0 20px;
  background: var(--blue);
  color: var(--black) !important;
  font-size: clamp(1rem, 1.35vw, 1.8rem) !important;
}

.site-menu-ticket:hover,
.site-menu-ticket:focus-visible {
  background: var(--white);
  color: var(--black) !important;
}

@media (hover: none) {
  .site-menu a:hover {
    color: var(--yellow);
  }

  .site-menu-ticket:hover {
    background: var(--blue);
    color: var(--black) !important;
  }
}

.hero-pattern {
  position: absolute;
  --pattern-x: 24%;
  top: clamp(30px, 4.2vw, 85px);
  left: 50%;
  width: clamp(180px, 24vw, 460px);
  transform: translate(var(--pattern-x), 0);
  filter: brightness(0);
  opacity: 1;
  animation: hero-pattern-float 6.5s ease-in-out infinite;
  z-index: 2;
}

.hero-logo {
  position: absolute;
  --logo-x: -50%;
  top: clamp(70px, 7vw, 145px);
  left: 50%;
  width: min(60vw, 1150px);
  max-height: calc(var(--hero-h) * 0.58);
  object-fit: contain;
  transform: translate(var(--logo-x), 0);
  animation: hero-logo-float 7.2s ease-in-out infinite;
  z-index: 3;
}

@keyframes hero-logo-float {
  0%,
  100% {
    transform: translate(var(--logo-x), 0);
  }
  50% {
    transform: translate(var(--logo-x), -14px);
  }
}

@keyframes hero-pattern-float {
  0%,
  100% {
    transform: translate(var(--pattern-x), 0);
  }
  50% {
    transform: translate(var(--pattern-x), 10px);
  }
}

.hero-claim {
  position: absolute;
  left: calc(var(--boxed-gutter) + clamp(44px, 8vw, 155px));
  top: clamp(330px, 36vw, 700px);
  max-width: clamp(230px, 23vw, 440px);
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.15vw, 2.8rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
  z-index: 4;
}

.agenda-title {
  position: absolute;
  left: 50%;
  bottom: clamp(-20px, -0.8vw, -10px);
  margin: 0;
  transform: translateX(-50%) rotate(-2deg);
  font-family: var(--display);
  font-size: clamp(3rem, 5.7vw, 7.1rem);
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0;
  z-index: 4;
}

.vote-meter {
  position: absolute;
  left: calc(var(--boxed-gutter) + clamp(44px, 8.1vw, 158px));
  top: clamp(205px, 21vw, 402px);
  display: block;
  width: clamp(132px, 11vw, 190px);
  aspect-ratio: 843 / 898;
  rotate: -1deg;
  scale: 1;
  translate: 0 0;
  transform-origin: 50% 52%;
  animation: vote-meter-float 4.7s ease-in-out infinite;
  z-index: 4;
}

.vote-meter-art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.vote-meter:hover {
  animation: vote-meter-wiggle 560ms ease-in-out both;
}

@keyframes vote-meter-float {
  0%,
  100% {
    rotate: -1deg;
    translate: 0 0;
  }
  50% {
    rotate: 1.3deg;
    translate: 0 -6px;
  }
}

@keyframes vote-meter-wiggle {
  0%,
  100% {
    rotate: -1deg;
    scale: 1;
  }
  22% {
    rotate: -7deg;
    scale: 1.05;
  }
  44% {
    rotate: 6deg;
    scale: 1.05;
  }
  66% {
    rotate: -4deg;
    scale: 1.03;
  }
  82% {
    rotate: 3deg;
    scale: 1.02;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vote-meter {
    animation: none;
  }
}

.star {
  position: absolute;
  --star-rotate: 0deg;
  --star-float-y: -9px;
  --star-float-duration: 5.8s;
  width: clamp(68px, 8vw, 154px);
  height: auto;
  rotate: var(--star-rotate);
  scale: 1;
  translate: 0 0;
  transform-origin: 50% 50%;
  animation: star-float var(--star-float-duration) ease-in-out infinite;
  z-index: 3;
}

.star:hover {
  animation:
    star-float var(--star-float-duration) ease-in-out infinite,
    star-wiggle 520ms ease-in-out both;
}

@keyframes star-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 var(--star-float-y);
  }
}

@keyframes star-wiggle {
  0%,
  100% {
    rotate: var(--star-rotate);
    scale: 1;
  }
  18% {
    rotate: calc(var(--star-rotate) - 8deg);
    scale: 1.08;
  }
  36% {
    rotate: calc(var(--star-rotate) + 7deg);
    scale: 1.08;
  }
  54% {
    rotate: calc(var(--star-rotate) - 5deg);
    scale: 1.05;
  }
  72% {
    rotate: calc(var(--star-rotate) + 4deg);
    scale: 1.04;
  }
}

.star-a {
  top: clamp(70px, 7vw, 140px);
  left: calc(var(--boxed-gutter) + clamp(50px, 9.7vw, 190px));
  --star-rotate: -9deg;
}

.star-b {
  top: clamp(82px, 8vw, 150px);
  left: calc(var(--boxed-gutter) + clamp(310px, 36vw, 700px));
  width: clamp(34px, 3.2vw, 62px);
  --star-rotate: 8deg;
  --star-float-y: -5px;
  --star-float-duration: 4.9s;
}

.star-c {
  top: clamp(315px, 29vw, 568px);
  right: calc(var(--boxed-gutter) + clamp(52px, 8.5vw, 165px));
  --star-rotate: 8deg;
  --star-float-y: -11px;
  --star-float-duration: 6.2s;
}

.agenda {
  position: relative;
  background: var(--yellow);
  padding: clamp(104px, 8vw, 150px) clamp(28px, 4.4vw, 84px) clamp(150px, 11vw, 230px);
  z-index: 1;
}

.agenda-list {
  width: min(1660px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(18px, 1.15vw, 28px);
}

.event-row {
  min-height: clamp(76px, 6.8vw, 130px);
  display: grid;
  grid-template-columns: minmax(145px, 0.55fr) minmax(0, 1fr) minmax(190px, 0.55fr);
  align-items: center;
  gap: clamp(14px, 2.2vw, 42px);
  padding: 0 clamp(18px, 2vw, 42px);
  background: var(--black);
  color: var(--yellow);
}

.event-row time,
.event-row h3,
.event-row a,
.event-status {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0;
}

.event-row time {
  color: var(--white);
  font-size: clamp(1.65rem, 2.55vw, 3.2rem);
  transform: rotate(-13deg);
  white-space: nowrap;
}

.event-row h3 {
  min-width: 0;
  font-size: clamp(1.15rem, 1.7vw, 2.35rem);
  justify-self: center;
  text-align: center;
}

.event-name {
  display: flex;
  justify-content: center;
  gap: 0.42em;
}

.event-row a,
.event-status {
  justify-self: end;
  display: grid;
  place-items: center;
  min-width: clamp(150px, 12vw, 235px);
  min-height: clamp(48px, 4.4vw, 78px);
  padding: 0 22px;
  color: var(--black);
  background: var(--blue);
  text-decoration: none;
  font-size: clamp(0.82rem, 1.08vw, 1.5rem);
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.event-status {
  background: var(--white);
}

.event-row a:hover,
.event-row a:focus-visible {
  background: var(--white);
}

.story {
  position: relative;
  min-height: 1320px;
  background: var(--black);
  margin-top: -16px;
  isolation: isolate;
}

.story::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -5vw;
  right: -5vw;
  height: 130px;
  background: var(--yellow);
  transform: rotate(2.2deg);
  transform-origin: right bottom;
  z-index: 2;
}

.stage-photo {
  position: relative;
  height: clamp(520px, 49vw, 940px);
  overflow: hidden;
  z-index: 1;
}

.stage-photo img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 122%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}

.story-star-a {
  top: clamp(12px, 4vw, 86px);
  left: calc(var(--boxed-gutter) + clamp(170px, 18vw, 360px));
  z-index: 4;
  --star-rotate: 5deg;
  --star-float-y: -10px;
  --star-float-duration: 5.4s;
}

.story-card {
  position: absolute;
  top: clamp(165px, 21vw, 360px);
  right: calc(var(--boxed-gutter) + clamp(34px, 8vw, 160px));
  width: min(720px, 47vw);
  min-height: 675px;
  padding: clamp(58px, 6vw, 110px) clamp(52px, 5vw, 86px);
  background: var(--black);
  color: var(--white);
  transform: rotate(-2.6deg);
  z-index: 5;
}

.story-card h2,
.newsletter-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.25vw, 4.1rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}

.story-card p {
  max-width: 620px;
  margin: 34px 0 0;
  font-size: clamp(1.1rem, 1.24vw, 1.55rem);
  line-height: 1.18;
}

.photo-pair {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -28px;
  z-index: 3;
}

.photo-pair img {
  width: 100%;
  height: clamp(520px, 42vw, 810px);
  object-fit: cover;
}

.photo-game {
  object-position: 30% 50%;
}

.photo-vote {
  object-position: 50% 50%;
}

.newsletter {
  position: relative;
  min-height: clamp(780px, 62vw, 1180px);
  margin-top: -120px;
  background:
    linear-gradient(to bottom, var(--pink) 0 48%, var(--blue) 48% 100%);
  isolation: isolate;
}

.newsletter::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -5vw;
  right: -5vw;
  height: 180px;
  background: var(--pink);
  transform: rotate(-3deg);
  transform-origin: left top;
  z-index: 1;
}

.newsletter-pattern {
  position: absolute;
  top: clamp(120px, 11vw, 210px);
  left: 51%;
  width: min(360px, 24vw);
  mix-blend-mode: multiply;
  z-index: 2;
}

.newsletter-star {
  top: clamp(35px, 5.2vw, 96px);
  right: calc(var(--boxed-gutter) + clamp(225px, 19vw, 365px));
  z-index: 4;
  --star-rotate: -7deg;
  --star-float-y: -12px;
  --star-float-duration: 6s;
}

.newsletter-card {
  position: relative;
  top: -150px;
  left: calc(var(--boxed-gutter) + clamp(38px, 7.5vw, 195px));
  width: min(930px, 52vw);
  min-height: clamp(680px, 33vw, 1000px);
  padding: clamp(66px, 6vw, 112px) clamp(58px, 5vw, 104px);
  background: var(--white);
  transform: rotate(1.2deg);
  z-index: 4;
}

.newsletter-card h2 {
  color: var(--black);
  font-size: clamp(1.85rem, 2.6vw, 3.35rem);
}

.newsletter-card label {
  display: block;
  position: relative;
  margin-top: clamp(38px, 4vw, 74px);
}

.newsletter-card label + label {
  margin-top: clamp(26px, 2.2vw, 44px);
}

.newsletter-card span {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--display);
  font-size: clamp(0.9rem, 1.02vw, 1.35rem);
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.newsletter-card input {
  width: 100%;
  height: clamp(72px, 5.4vw, 104px);
  border: clamp(5px, 0.45vw, 8px) solid var(--black);
  border-radius: 0;
  background: transparent;
  padding: 14px 28px;
  font-size: 1.6rem;
  outline-offset: 6px;
}

.newsletter-card input:focus + span,
.newsletter-card input:not(:placeholder-shown) + span {
  opacity: 0;
}

.mailchimp-honeypot {
  position: absolute;
  left: -5000px;
}

.newsletter-card button {
  display: block;
  min-width: clamp(210px, 18vw, 362px);
  min-height: clamp(54px, 4.2vw, 80px);
  margin: clamp(50px, 5vw, 88px) 0 0 auto;
  border: 0;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--display);
  font-size: clamp(1rem, 1.55vw, 2.05rem);
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.social-links {
  position: absolute;
  top: clamp(240px, 22vw, 410px);
  right: calc(var(--boxed-gutter) + clamp(95px, 13vw, 250px));
  display: grid;
  gap: clamp(54px, 5.1vw, 96px);
  width: clamp(68px, 7vw, 124px);
  z-index: 4;
}

.social-links a {
  display: grid;
  place-items: center;
  color: var(--white);
  text-decoration: none;
  transform-origin: 50% 50%;
}

.social-links a:hover,
.social-links a:focus-visible {
  animation: icon-wiggle 520ms ease-in-out both;
}

@keyframes icon-wiggle {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  18% {
    transform: rotate(-8deg) scale(1.08);
  }
  36% {
    transform: rotate(7deg) scale(1.08);
  }
  54% {
    transform: rotate(-5deg) scale(1.05);
  }
  72% {
    transform: rotate(4deg) scale(1.04);
  }
}

.social-links i {
  display: block;
  font-size: clamp(58px, 6.2vw, 112px);
  line-height: 1;
}

.social-links .fa-instagram {
  font-size: clamp(62px, 6.5vw, 116px);
}

.social-links .fa-facebook-f {
  font-size: clamp(74px, 7.3vw, 134px);
}

.site-credit {
  position: absolute;
  left: calc(var(--boxed-gutter) + clamp(38px, 7.5vw, 195px));
  top: clamp(540px, 37vw, 760px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-family: var(--body);
  font-size: clamp(0.64rem, 0.7vw, 0.82rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 5;
}

.site-credit img {
  display: block;
  width: clamp(74px, 6.2vw, 118px);
  height: auto;
}

.site-credit:hover,
.site-credit:focus-visible {
  color: var(--yellow);
}

@media (max-width: 980px) {
  :root {
    --hero-h: 700px;
  }

  .menu-button {
    width: 40px;
    gap: 7px;
  }

  .menu-button span {
    height: 6px;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    translate: 0 13px;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    translate: 0 -13px;
  }

  .site-menu {
    top: 78px;
    right: 22px;
    width: min(340px, calc(100vw - 40px));
    gap: 9px;
    padding: 18px 32px 18px 22px;
  }

  .site-menu a {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
    line-height: 0.88;
  }

  .site-menu-ticket {
    min-height: 52px;
    margin-top: 6px;
    padding: 0 14px;
    font-size: clamp(0.95rem, 5.4vw, 1.35rem) !important;
  }

  .hero-logo {
    top: 110px;
    width: min(720px, 84vw);
  }

  .hero-pattern {
    top: 82px;
    width: 230px;
    --pattern-x: 8%;
  }

  .vote-meter {
    top: 276px;
    left: 26px;
    width: 124px;
  }

  .hero-claim {
    top: 445px;
    left: 30px;
    font-size: 1.85rem;
  }

  .star-a {
    left: 44px;
    top: 78px;
  }

  .star-b {
    left: 73%;
    top: 86px;
  }

  .star-c {
    right: 34px;
    top: 390px;
  }

  .agenda {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .event-row {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 22px 24px 24px;
  }

  .event-row time {
    transform: none;
  }

  .event-row h3 {
    justify-self: center;
    text-align: center;
  }

  .event-name {
    display: grid;
    gap: 0.1em;
    line-height: 0.95;
  }

  .event-row a,
  .event-status {
    justify-self: center;
    min-width: 180px;
  }

  .story {
    min-height: auto;
  }

  .stage-photo {
    height: 560px;
  }

  .stage-photo img {
    width: 160%;
  }

  .story-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(92vw, 680px);
    min-height: 0;
    margin: -220px auto 0;
    padding: 58px 38px;
  }

  .story-card p {
    font-size: 1.05rem;
  }

  .photo-pair {
    grid-template-columns: 1fr;
    margin-top: -32px;
  }

  .photo-pair img {
    height: 430px;
  }

  .newsletter {
    min-height: 1060px;
    margin-top: -42px;
  }

  .newsletter-card {
    top: -72px;
    left: 50%;
    width: min(88vw, 620px);
    min-height: 680px;
    padding: 58px 34px;
    transform: translateX(-50%) rotate(1deg);
  }

  .newsletter-card label {
    margin-top: 44px;
  }

  .newsletter-card input {
    height: 70px;
  }

  .newsletter-card button {
    min-width: 200px;
    margin-top: 42px;
  }

  .newsletter-pattern {
    top: 435px;
    left: auto;
    right: 5vw;
    width: 220px;
  }

  .newsletter-star {
    right: 20px;
    top: 18px;
  }

  .social-links {
    top: 650px;
    right: clamp(36px, 14vw, 120px);
    width: 76px;
    gap: 54px;
  }

  .site-credit {
    left: 50%;
    top: 635px;
    transform: translateX(-50%);
    font-size: 0.62rem;
  }

  .site-credit img {
    width: 88px;
  }
}

@media (max-width: 600px) {
  :root {
    --hero-h: 610px;
  }

  .hero-logo {
    top: 96px;
    width: 84vw;
  }

  .vote-meter {
    top: 247px;
    width: 104px;
  }

  .hero-claim {
    top: 390px;
    font-size: 1.45rem;
  }

  .agenda-title {
    font-size: 2.7rem;
    bottom: -12px;
  }

  .star-a {
    width: 76px;
    left: 24px;
    top: 66px;
  }

  .star-c {
    width: 78px;
    top: 354px;
  }

  .agenda {
    padding-left: 18px;
    padding-right: 18px;
  }

  .event-row h3 {
    font-size: 1.18rem;
  }

  .event-row time {
    font-size: 1.45rem;
  }

  .event-row a,
  .event-status {
    min-width: 180px;
    min-height: 48px;
    font-size: 0.92rem;
  }

  .stage-photo {
    height: 440px;
  }

  .story-card h2,
  .newsletter-card h2 {
    font-size: 2.05rem;
  }

  .newsletter-card h2 {
    font-size: 1.72rem;
  }

  .story-card {
    width: 94vw;
    margin-top: -190px;
    padding: 44px 27px;
  }

  .site-credit {
    top: 645px;
  }

  .photo-pair img {
    height: 340px;
  }

  .newsletter {
    min-height: 1000px;
  }

  .newsletter-card {
    width: 92vw;
    padding: 44px 24px;
  }

  .newsletter-card span {
    left: 20px;
    font-size: 0.88rem;
  }

  .newsletter-card button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo,
  .hero-pattern,
  .star {
    animation: none;
  }

  .star:hover {
    animation: none;
    scale: 1.06;
  }

  .social-links a:hover,
  .social-links a:focus-visible {
    animation: none;
    transform: scale(1.06);
  }
}

/* Scroll-reveal (Framer-stijl). Gebruikt de losse translate-property zodat bestaande transforms intact blijven. */
@media (prefers-reduced-motion: no-preference) {
  html.js-reveal .ss-reveal {
    opacity: 0;
    translate: 0 34px;
    transition: opacity 0.7s ease, translate 0.75s cubic-bezier(0.16, 0.84, 0.34, 1);
  }

  html.js-reveal .ss-reveal.is-visible {
    opacity: 1;
    translate: 0 0;
  }
}
