@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Noto+Kufi+Arabic:wght@500;600;700;800&family=Vazirmatn:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --night: oklch(14% 0.047 158);
  --night-soft: oklch(20% 0.057 156);
  --ink: oklch(18% 0.031 152);
  --ink-soft: oklch(34% 0.032 151);
  --muted: oklch(49% 0.028 142);
  --paper: oklch(97.8% 0.011 102);
  --sand: oklch(93.5% 0.03 88);
  --stone: oklch(88% 0.019 97);
  --line: oklch(80% 0.031 101);
  --green: oklch(42% 0.118 153);
  --green-bright: oklch(68% 0.141 151);
  --gold: oklch(73% 0.136 86);
  --gold-deep: oklch(56% 0.115 76);
  --clay: oklch(57% 0.091 47);
  --rose: oklch(53% 0.095 28);
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 26px 80px oklch(18% 0.047 158 / 0.16);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, oklch(32% 0.035 140 / 0.045) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(0deg, oklch(32% 0.035 140 / 0.036) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--paper);
  color: var(--ink);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, oklch(98% 0.01 102 / 0.9), oklch(90% 0.028 91 / 0.78)),
    repeating-linear-gradient(45deg, oklch(22% 0.05 150 / 0.025) 0 1px, transparent 1px 12px);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 30;
  content: "";
  pointer-events: none;
  opacity: 0.23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

img,
canvas {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 40;
  transform: translateY(-150%);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: var(--gold);
  color: var(--night);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 14px 0;
}

.site-header::before {
  position: absolute;
  inset: 8px -14px;
  z-index: -1;
  content: "";
  border: 1px solid oklch(92% 0.02 97 / 0.14);
  border-radius: var(--radius);
  background: oklch(14% 0.047 158 / 0.9);
  box-shadow: 0 16px 40px oklch(8% 0.03 150 / 0.22);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--paper);
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  border: 1px solid oklch(76% 0.12 86 / 0.74);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 26px oklch(6% 0.04 150 / 0.35);
}

.brand span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Noto Kufi Arabic", "Vazirmatn", sans-serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.brand strong {
  font-size: 15px;
  font-weight: 800;
}

.brand small {
  color: oklch(87% 0.037 98);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.site-nav a,
.language-toggle,
.header-cta {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 9px 12px;
  color: oklch(91% 0.018 103);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
}

.site-nav a:hover,
.site-nav a.is-active,
.language-toggle:hover {
  border-color: oklch(76% 0.12 86 / 0.5);
  background: oklch(98% 0.012 102 / 0.09);
  color: var(--gold);
}

.site-nav a:active,
.language-toggle:active,
.header-cta:active,
.primary-action:active,
.secondary-action:active {
  transform: translateY(1px) scale(0.99);
}

.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.language-toggle {
  cursor: pointer;
  background: oklch(97% 0.01 102 / 0.07);
}

.header-cta,
.primary-action {
  background: var(--gold);
  color: var(--night);
  box-shadow: 0 14px 34px oklch(60% 0.12 80 / 0.28);
}

.header-cta:hover,
.primary-action:hover {
  background: oklch(78% 0.13 86);
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 88svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(12% 0.044 160 / 0.2), oklch(12% 0.044 160 / 0.84)),
    var(--night);
  color: var(--paper);
}

.three-scene,
.scene-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.three-scene {
  z-index: -3;
}

.scene-fallback {
  z-index: -4;
  background:
    linear-gradient(118deg, oklch(16% 0.055 158), oklch(22% 0.075 145) 48%, oklch(27% 0.076 78));
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, oklch(10% 0.04 158 / 0.86) 0%, oklch(10% 0.04 158 / 0.58) 38%, transparent 74%),
    linear-gradient(0deg, oklch(10% 0.035 155 / 0.84) 0%, transparent 45%);
}

[dir="ltr"] .hero::before {
  background:
    linear-gradient(270deg, oklch(10% 0.04 158 / 0.86) 0%, oklch(10% 0.04 158 / 0.58) 38%, transparent 74%),
    linear-gradient(0deg, oklch(10% 0.035 155 / 0.84) 0%, transparent 45%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(24px, 5vw, 78px);
  align-items: end;
  width: min(var(--max), calc(100% - 40px));
  min-height: calc(88svh - 86px);
  margin: 0 auto;
  padding: clamp(78px, 13vh, 142px) 0 clamp(42px, 8vh, 76px);
}

.hero-copy {
  max-width: 820px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  border: 1px solid oklch(74% 0.122 86 / 0.56);
  border-radius: var(--radius);
  padding: 7px 10px;
  background: oklch(72% 0.13 84 / 0.14);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 13.4ch;
  margin-bottom: 24px;
  color: var(--paper);
  font-size: clamp(44px, 7.6vw, 100px);
  font-weight: 800;
  line-height: 1.08;
}

.hero-lede {
  max-width: 64ch;
  margin-bottom: 30px;
  color: oklch(89% 0.023 108);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 2;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
}

.secondary-action {
  border: 1px solid oklch(87% 0.03 108 / 0.28);
  background: oklch(98% 0.014 100 / 0.08);
  color: var(--paper);
}

.secondary-action:hover {
  border-color: oklch(76% 0.12 86 / 0.62);
  color: var(--gold);
}

.hero-command {
  display: grid;
  gap: 22px;
  align-self: center;
  border: 1px solid oklch(90% 0.02 105 / 0.18);
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(180deg, oklch(95% 0.011 104 / 0.12), oklch(95% 0.011 104 / 0.06)),
    oklch(12% 0.042 157 / 0.68);
  box-shadow: 0 30px 90px oklch(6% 0.045 150 / 0.32);
}

.hero-command img {
  width: min(210px, 54vw);
  margin-inline: auto;
  border: 1px solid oklch(74% 0.12 86 / 0.55);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 22px 50px oklch(6% 0.04 150 / 0.36);
}

.hero-command dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid oklch(90% 0.02 104 / 0.16);
}

.hero-command div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid oklch(90% 0.02 104 / 0.16);
  padding: 15px 0;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.hero-command dt {
  color: oklch(82% 0.033 107);
}

dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.hero-command dd {
  color: var(--paper);
}

.trust-ribbon {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid oklch(88% 0.028 108 / 0.18);
  padding: 18px 0 22px;
  color: oklch(91% 0.025 106);
  font-weight: 850;
}

.trust-ribbon p {
  margin: 0;
}

.trust-ribbon span {
  color: var(--gold);
  white-space: nowrap;
}

.panel-section,
.programs-section,
.transparency-section,
.registration-section,
.founders-section,
.contact-section,
.donate-section,
.impact-band {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.panel-section,
.programs-section,
.registration-section,
.founders-section,
.contact-section,
.donate-section {
  padding: clamp(76px, 10vw, 126px) 0;
}

.mission-section,
.founders-section,
.contact-section,
.donate-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.section-kicker,
.section-heading {
  max-width: 760px;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(31px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.18;
}

.mission-copy p,
.transparency-copy p,
.contact-copy p,
.donate-section p {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 2;
  text-wrap: pretty;
}

.impact-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid oklch(82% 0.035 102 / 0.52);
  border-radius: var(--radius);
  background: var(--night);
  color: var(--paper);
  box-shadow: var(--shadow);
  transform: translateY(-18px);
}

.impact-band div {
  min-height: 132px;
  padding: 26px;
  border-inline-end: 1px solid oklch(90% 0.02 102 / 0.13);
}

.impact-band div:last-child {
  border-inline-end: 0;
}

.impact-band strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Noto Kufi Arabic", "Vazirmatn", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
}

.impact-band span {
  color: oklch(88% 0.024 108);
  font-weight: 750;
  line-height: 1.8;
}

.programs-section {
  padding-top: clamp(74px, 11vw, 142px);
}

.program-orbit {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.program-orbit article {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 50%), oklch(74% 0.14 86 / 0.19), transparent 32%),
    linear-gradient(145deg, oklch(98% 0.012 102), oklch(92% 0.025 91));
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease);
}

.program-orbit article:nth-child(1) {
  grid-column: span 3;
  min-height: 340px;
  background:
    linear-gradient(135deg, oklch(19% 0.057 154), oklch(30% 0.09 152)),
    var(--night);
  color: var(--paper);
}

.program-orbit article:nth-child(2),
.program-orbit article:nth-child(3) {
  grid-column: span 3;
}

.program-orbit article:nth-child(n + 4) {
  grid-column: span 2;
}

.program-orbit article:hover {
  transform: translateY(-5px);
  border-color: oklch(72% 0.12 86 / 0.85);
  box-shadow: 0 28px 70px oklch(29% 0.05 118 / 0.18);
}

.program-orbit span {
  display: block;
  margin-bottom: clamp(36px, 7vw, 76px);
  color: var(--gold-deep);
  direction: ltr;
  font-family: "Manrope", "Vazirmatn", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.program-orbit article:nth-child(1) span {
  color: var(--gold);
}

.program-orbit h3 {
  margin-bottom: 12px;
  color: inherit;
  font-size: clamp(20px, 2.1vw, 28px);
}

.program-orbit p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.85;
}

.program-orbit article:nth-child(1) p {
  color: oklch(88% 0.026 110);
}

.transparency-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  width: 100%;
  max-width: none;
  padding: clamp(84px, 12vw, 142px) max(20px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, oklch(16% 0.052 154), oklch(23% 0.071 154) 54%, oklch(32% 0.078 82));
  color: var(--paper);
}

.transparency-copy h2 {
  color: var(--paper);
}

.transparency-copy p {
  color: oklch(88% 0.025 106);
}

.transparency-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.transparency-copy li {
  border: 1px solid oklch(86% 0.03 106 / 0.18);
  border-radius: var(--radius);
  padding: 15px 16px;
  background: oklch(96% 0.011 102 / 0.08);
  color: var(--paper);
  font-weight: 850;
}

.transparency-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid oklch(86% 0.03 106 / 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, oklch(94% 0.012 102 / 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, oklch(94% 0.012 102 / 0.07) 1px, transparent 1px) 0 0 / 42px 42px,
    oklch(11% 0.043 158 / 0.4);
}

.transparency-visual::before {
  position: absolute;
  inset: 14%;
  content: "";
  border: 1px solid oklch(74% 0.12 86 / 0.55);
  border-radius: 50%;
  transform: rotate(28deg);
}

.transparency-visual::after {
  position: absolute;
  inset: 25% 10%;
  content: "";
  border-block: 1px solid oklch(70% 0.13 86 / 0.45);
  transform: skewY(-10deg);
}

.transparency-visual span {
  position: absolute;
  width: 34%;
  min-height: 66px;
  border: 1px solid oklch(83% 0.045 102 / 0.22);
  border-radius: var(--radius);
  background: oklch(95% 0.012 102 / 0.09);
  box-shadow: inset 0 1px 0 oklch(99% 0.004 102 / 0.18);
}

.transparency-visual span:nth-child(1) {
  top: 13%;
  right: 14%;
}

.transparency-visual span:nth-child(2) {
  top: 35%;
  left: 12%;
}

.transparency-visual span:nth-child(3) {
  right: 20%;
  bottom: 23%;
}

.transparency-visual span:nth-child(4) {
  left: 20%;
  bottom: 10%;
}

.registration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.registration-grid div {
  min-height: 156px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px;
  background: oklch(98% 0.012 102 / 0.82);
}

.registration-grid dt {
  color: var(--green);
}

.registration-grid dd {
  margin-top: 10px;
  line-height: 1.72;
}

.founders-section {
  border-top: 1px solid var(--line);
}

.founders-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founders-list li {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background:
    linear-gradient(120deg, oklch(98% 0.012 102), oklch(91% 0.025 88));
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  transition: transform 240ms var(--ease), border-color 240ms var(--ease);
}

.founders-list li:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.contact-section {
  align-items: center;
}

.contact-list {
  display: grid;
  gap: 0;
  border: 1px solid oklch(82% 0.042 102 / 0.5);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--night);
  color: var(--paper);
  font-style: normal;
  box-shadow: var(--shadow);
}

.contact-list a,
.contact-list span {
  border-bottom: 1px solid oklch(88% 0.02 105 / 0.15);
  padding: 18px 20px;
  color: inherit;
  font-weight: 850;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--gold);
}

.contact-list span:last-child {
  border-bottom: 0;
}

.donate-section {
  align-items: center;
  border-top: 1px solid var(--line);
}

.donate-section button {
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 22px;
  background: var(--stone);
  color: var(--muted);
  cursor: not-allowed;
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

[data-reveal] {
  transform: translateY(24px);
  opacity: 0;
  transition: transform 760ms var(--ease), opacity 760ms var(--ease);
}

[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

[dir="ltr"] body {
  font-family: "Manrope", "Vazirmatn", Arial, sans-serif;
}

[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] .brand strong,
[dir="ltr"] .impact-band strong {
  font-family: "Manrope", "Vazirmatn", Arial, sans-serif;
}

@media (max-width: 1040px) {
  .site-header,
  .hero-shell,
  .mission-section,
  .transparency-section,
  .founders-section,
  .contact-section,
  .donate-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: relative;
  }

  .site-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-shell {
    min-height: auto;
    padding-top: 96px;
  }

  .hero-command {
    max-width: 520px;
  }

  .hero::before,
  [dir="ltr"] .hero::before {
    background:
      linear-gradient(180deg, oklch(10% 0.04 158 / 0.8) 0%, oklch(10% 0.04 158 / 0.44) 52%, oklch(10% 0.035 155 / 0.9) 100%);
  }

  .program-orbit article:nth-child(1),
  .program-orbit article:nth-child(2),
  .program-orbit article:nth-child(3),
  .program-orbit article:nth-child(n + 4),
  .registration-grid {
    grid-column: auto;
  }

  .program-orbit,
  .registration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 20px;
  }

  .site-header,
  .trust-ribbon,
  .header-actions,
  .hero-actions,
  .impact-band,
  .program-orbit,
  .registration-grid,
  .founders-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header {
    width: min(100% - 28px, var(--max));
    gap: 12px;
  }

  .site-header::before {
    inset: 8px -8px;
  }

  .site-nav {
    display: none;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    width: min(100% - 28px, var(--max));
    padding: 82px 0 34px;
  }

  h1 {
    max-width: 10.8ch;
    font-size: clamp(36px, 10.8vw, 46px);
    line-height: 1.16;
  }

  h2 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .hero-lede,
  .mission-copy p,
  .transparency-copy p,
  .contact-copy p,
  .donate-section p {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-command {
    padding: 18px;
  }

  .hero-command div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trust-ribbon {
    width: min(100% - 28px, var(--max));
  }

  .panel-section,
  .programs-section,
  .registration-section,
  .founders-section,
  .contact-section,
  .donate-section,
  .impact-band {
    width: min(100% - 28px, var(--max));
  }

  .panel-section,
  .programs-section,
  .registration-section,
  .founders-section,
  .contact-section,
  .donate-section {
    padding: 64px 0;
  }

  .impact-band {
    transform: translateY(0);
  }

  .impact-band div {
    min-height: 112px;
    border-inline-end: 0;
    border-bottom: 1px solid oklch(90% 0.02 102 / 0.13);
  }

  .impact-band div:last-child {
    border-bottom: 0;
  }

  .program-orbit article,
  .program-orbit article:nth-child(1) {
    min-height: 238px;
  }

  .transparency-section {
    padding-inline: 14px;
  }

  .transparency-visual {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    transform: none;
    opacity: 1;
  }
}
