:root {
  --white: #ffffff;
  --ink: #333333;
  --petrol: #005b7f;
  --petrol-deep: #0a4d67;
  --accent-lime: #bec865;
  --black: #040404;
  --soft: #efefef;
  --line: rgba(255, 255, 255, 0.45);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  --container: min(1080px, calc(100% - 112px));
  --frame: min(1120px, calc(100% - 112px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.65), transparent 28%),
    linear-gradient(180deg, #e9e9e9 0%, #e6e6e8 100%);
  line-height: 1.5;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
  hyphens: auto;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.consent-ui {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 18px;
  width: auto;
  z-index: 1400;
  pointer-events: none;
}

.consent-banner,
.consent-fab {
  pointer-events: auto;
}

.consent-panel {
  pointer-events: auto;
  width: min(440px, calc(100vw - 36px));
  margin-left: 0;
  padding: 18px 18px 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(10, 24, 32, 0.16);
  backdrop-filter: blur(18px) saturate(130%);
}

.consent-banner {
  display: block;
  width: min(400px, calc(100vw - 36px));
  margin-left: 0;
  padding: 12px 14px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(10, 24, 32, 0.1);
  backdrop-filter: blur(14px) saturate(118%);
}

.consent-copy {
  display: grid;
  gap: 3px;
}

.consent-panel[hidden],
.consent-banner[hidden],
.consent-fab[hidden] {
  display: none;
}

.consent-kicker {
  margin: 0 0 4px;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 76, 102, 0.65);
}

.consent-copy h2,
.consent-panel-head h2 {
  margin: 0 0 10px;
  max-width: 18ch;
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0d4c66;
}

.consent-copy h2 {
  margin-bottom: 0;
  max-width: none;
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.consent-copy p:last-child,
.consent-panel-head p:last-child,
.consent-option-text {
  margin: 0;
  max-width: 62ch;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(51, 51, 51, 0.76);
}

.consent-copy p:last-child {
  max-width: 56ch;
  font-size: 0.72rem;
  line-height: 1.34;
  color: rgba(51, 51, 51, 0.68);
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.consent-banner .consent-actions {
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
  justify-content: flex-start;
  align-self: auto;
}

.consent-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(13, 76, 102, 0.1);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.consent-banner .consent-btn {
  min-height: 31px;
  padding: 0 11px;
  font-size: 0.67rem;
  letter-spacing: 0.025em;
}

.consent-btn:hover,
.consent-btn:focus-visible {
  transform: translateY(-1px);
}

.consent-btn-primary {
  background: #0d4c66;
  color: #ffffff;
  border-color: rgba(13, 76, 102, 0.28);
}

.consent-btn-secondary {
  background: rgba(13, 76, 102, 0.04);
  color: #0d4c66;
}

.consent-panel {
  margin-top: 10px;
}

.consent-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(13, 76, 102, 0.035);
  border: 1px solid rgba(13, 76, 102, 0.08);
}

.consent-option.is-required {
  background: rgba(13, 76, 102, 0.05);
}

.consent-option-title,
.consent-toggle-label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0d4c66;
}

.consent-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(13, 76, 102, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  color: #0d4c66;
}

.consent-switch {
  position: relative;
  flex: 0 0 auto;
}

.consent-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.consent-switch-ui {
  display: block;
  width: 52px;
  height: 32px;
  border-radius: 999px;
  background: rgba(13, 76, 102, 0.14);
  border: 1px solid rgba(13, 76, 102, 0.1);
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.consent-switch-ui::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(10, 24, 32, 0.12);
  transition: transform 0.2s ease;
}

.consent-switch input:checked + .consent-switch-ui {
  background: rgba(13, 76, 102, 0.86);
  border-color: rgba(13, 76, 102, 0.2);
}

.consent-switch input:checked + .consent-switch-ui::before {
  transform: translateX(20px);
}

.consent-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(13, 76, 102, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(7, 38, 53, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.consent-fab:hover,
.consent-fab:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(7, 38, 53, 0.26);
}

.consent-fab svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1390;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0d4c66;
  box-shadow: 0 18px 38px rgba(10, 24, 32, 0.14);
  backdrop-filter: blur(14px) saturate(120%);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 44px rgba(10, 24, 32, 0.18);
}

.back-to-top[hidden] {
  display: none;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.hero-stage {
  padding: 32px 0 84px;
  background: #e9e9e9;
}

.hero-frame {
  width: min(1344px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.hero-media {
  position: sticky;
  top: 24px;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 28px;
  border: 0;
  box-shadow: var(--shadow);
  background: #1f1f1f;
  animation: none;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: 0;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hero-header {
  position: fixed;
  top: 30px;
  left: var(--hero-header-left, 0px);
  width: var(--hero-header-width, 100%);
  right: auto;
  padding: 18px 22px 0;
  z-index: 3200;
  pointer-events: none;
  transition: top 0.3s ease;
}

body.is-scrolling .hero-header {
  top: 5px;
}

.hero-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1076px, 100%);
  margin: 0 auto;
  gap: 24px;
  min-height: 90px;
  padding: 0 24px 0 20px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(14, 16, 20, 0.58) 0%, rgba(7, 9, 12, 0.72) 44%, rgba(1, 2, 4, 0.9) 100%),
    linear-gradient(180deg, rgba(1, 2, 4, 0.92), rgba(6, 8, 11, 0.84));
  border: 0;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(255, 255, 255, 0.028),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(24px) saturate(155%);
  pointer-events: auto;
  transition:
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.hero-header-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.11), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 30%, rgba(255, 255, 255, 0));
  opacity: 0.88;
  pointer-events: none;
  z-index: 0;
}

.hero-header-inner::after {
  content: "";
  position: absolute;
  inset: 9px 24px auto;
  height: 14px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.hero-header-inner > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--petrol);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero-overlay {
  z-index: 1;
  display: grid;
  place-items: center start;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.63) 0%, rgba(2, 3, 6, 0.55) 34%, rgba(3, 5, 8, 0.36) 54%, rgba(3, 5, 8, 0.08) 74%, rgba(3, 5, 8, 0) 86%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      rgba(255, 255, 255, 0) 52px,
      rgba(255, 255, 255, 0) 96px
    ),
    linear-gradient(rgba(2, 4, 8, 0.22), rgba(2, 4, 8, 0.25));
  pointer-events: none;
}

.hero-content {
  width: min(560px, calc(100% - 72px));
  margin-left: 36px;
  display: grid;
  gap: 12px;
  color: var(--white);
}

.hero-title {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(2.35rem, 5.35vw, 4.6rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.44);
}

.hero-subtitle {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(0.92rem, 1.5vw, 1.42rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.36);
}

.intro {
  padding-top: 68px;
  padding-bottom: 68px;
  background: transparent;
}

.intro > .container {
  width: var(--frame);
}

.intro-grid,
.project-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-grid {
  width: var(--frame);
  grid-template-columns: 320px minmax(0, 1fr);
  justify-content: center;
  align-items: start;
  max-width: none;
  margin: 0 auto;
  gap: 54px;
  padding: 8px 0 0;
}

.portrait-wrap {
  display: flex;
  justify-content: center;
  align-self: start;
  position: relative;
  top: 0;
  padding-top: 14px;
}

.portrait-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
}

.intro-grid.intro-animate .portrait-shell,
.intro-grid.intro-animate .intro-copy {
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

.intro-grid.intro-animate:not(.is-visible) .portrait-shell {
  opacity: 0;
  transform: none;
}

.intro-grid.intro-animate:not(.is-visible) .intro-copy {
  opacity: 0;
  transform: translateY(26px);
}

.intro-grid.intro-animate.is-visible .portrait-shell {
  animation: portrait-float 6.5s ease-in-out 1.1s infinite;
}

.intro-grid.intro-animate.is-visible .intro-copy {
  transition-delay: 0.14s;
}

.portrait-shell::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 91, 127, 0.06), rgba(0, 91, 127, 0));
  filter: blur(14px);
}

.portrait {
  position: relative;
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 18px 42px rgba(10, 30, 42, 0.08);
  transform: scale(1);
  transition: transform 0.55s ease, box-shadow 0.55s ease, filter 0.55s ease;
}

.portrait-wrap:hover .portrait,
.portrait-wrap:focus-within .portrait {
  transform: scale(1.035);
  box-shadow: 0 22px 48px rgba(10, 30, 42, 0.12);
  filter: brightness(1.02);
}

.intro-copy .intro-kicker {
  margin: 0 0 18px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-lime);
}

.nowrap {
  white-space: nowrap;
}

.intro-copy h1,
.intro-copy h2,
.section-title,
.project-copy h3,
.contact-info h2,
.instagram-heading h2 {
  margin: 0;
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
}

.intro-copy h1,
.intro-copy h2 {
  max-width: 620px;
  font-size: clamp(2.1rem, 3.8vw, 2.8rem);
  line-height: 1.08;
  color: #0d4c66;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.intro-copy p {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.72;
  letter-spacing: -0.005em;
  color: rgba(51, 51, 51, 0.76);
}

.intro-note-wrap {
  width: var(--frame);
  margin: 6px auto 0;
  padding-left: calc(320px + 54px);
}

.intro-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.intro-note-line {
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 0.9em;
  background: linear-gradient(90deg, rgba(0, 91, 127, 0.6), rgba(0, 91, 127, 0.05));
}

.intro-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.68;
  letter-spacing: -0.004em;
  color: rgba(51, 51, 51, 0.7);
}

.parallax-banner {
  --parallax-shift: 0px;
  width: 100%;
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.parallax-banner::before {
  content: "";
  position: absolute;
  inset: -8% 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--parallax-shift), 0) scale(1.08);
  will-change: transform;
}

.banner-programmes::before {
  background-image: url("assets/web/optimized-jpg/parallax-programmes.jpg");
}

.banner-partners {
  min-height: 440px;
}

.banner-partners::before {
  background-image: url("assets/web/optimized-jpg/parallax-partners.jpg");
  inset: -2% 0;
  background-position: center 82%;
  transform: translate3d(0, calc(var(--parallax-shift) * 0.78), 0) scale(1.01);
}

.banner-overlay {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(6, 16, 22, 0.24), rgba(6, 16, 22, 0.28)),
    linear-gradient(rgba(10, 77, 103, 0.34), rgba(10, 77, 103, 0.42)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 30%);
}

.banner-overlay.subtle {
  background:
    linear-gradient(rgba(6, 16, 22, 0.2), rgba(6, 16, 22, 0.18)),
    linear-gradient(rgba(10, 77, 103, 0.28), rgba(10, 77, 103, 0.34));
}

.banner-overlay h2 {
  margin: 0;
  text-align: center;
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 5.6vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--white);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.banner-overlay .container {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.banner-programmes .banner-overlay h2 {
  animation: banner-title-float 8s ease-in-out infinite;
}

.banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 240px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.2)),
    rgba(0, 0, 0, 0.08);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.banner-cta:hover,
.banner-cta:focus-visible {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.24)),
    rgba(0, 91, 127, 0.36);
  border-color: rgba(255, 255, 255, 0.68);
}

.banner-anchor {
  min-height: 1px;
}

.project-block {
  background: transparent;
}

.project-block-accent {
  background: linear-gradient(135deg, rgba(8, 53, 72, 0.98), rgba(10, 77, 103, 0.9));
}

.project-grid.reverse .project-media {
  order: 2;
}

.project-grid.reverse .project-copy {
  order: 1;
}

.project-media {
  position: relative;
  aspect-ratio: 1 / 1;
  align-self: start;
  overflow: hidden;
  border-radius: 20px;
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.project-grid,
.contact-grid,
.footer-grid {
  width: var(--frame);
  margin: 0 auto;
}

.project-grid {
  max-width: none;
  padding: 20px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.project-block-accent .project-grid {
  padding: 40px 42px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.project-copy h3 {
  max-width: 14ch;
  font-size: clamp(1.8rem, 4vw, 2.15rem);
  color: var(--accent-lime);
  text-transform: none;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 18px;
}

.project-copy h3.title-single-line {
  max-width: none;
  white-space: nowrap;
}

.project-copy.light h3 {
  color: var(--accent-lime);
}

.project-copy.light p {
  color: var(--white);
}

.project-copy p {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.74;
  letter-spacing: -0.004em;
  color: rgba(51, 51, 51, 0.74);
}

.project-copy p:last-child {
  margin-bottom: 0;
}

.project-block.reveal {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 0.95s ease, transform 0.95s ease;
}

.project-block.reveal .project-media,
.project-block.reveal .project-copy {
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.project-block.reveal:not(.is-visible) .project-media {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
}

.project-block.reveal:not(.is-visible) .project-copy {
  opacity: 0;
  transform: translateY(26px);
}

.project-block.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.project-block.reveal.is-visible .project-media,
.project-block.reveal.is-visible .project-copy {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.project-block.reveal.is-visible .project-copy {
  transition-delay: 0.14s;
}

.project-media:hover img,
.project-media:focus-within img {
  transform: scale(1.035);
  filter: brightness(1.04) saturate(1.03);
}

.project-media:hover::after,
.project-media:focus-within::after {
  opacity: 1;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(18, 31, 41, 0.1);
  transform: scale(1);
  filter: brightness(1) saturate(1);
  transition: transform 0.6s ease, filter 0.6s ease, box-shadow 0.6s ease;
}

.project-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.project-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 91, 127, 0.05);
  border: 1px solid rgba(0, 91, 127, 0.08);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--petrol);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-badges.light span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 600;
}

.partners-section {
  padding-top: 52px;
  padding-bottom: 56px;
  background: transparent;
  overflow: hidden;
}

.signatures-section {
  padding-top: 38px;
}

.partners-section .container {
  width: var(--frame);
}

.partners-marquee {
  width: var(--frame);
  margin: 30px auto 0;
  overflow: hidden;
  padding: 12px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.partners-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 0 8px;
  animation: marquee 24s linear infinite;
}

.partner-logo {
  display: grid;
  place-items: center;
  min-width: 260px;
  height: 96px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 0;
  box-shadow: 0 8px 18px rgba(8, 18, 24, 0.035);
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #1f1f1f;
  white-space: nowrap;
}

.partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 24%, rgba(139, 220, 248, 0.14), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(135deg, rgba(8, 40, 55, 0.98), rgba(10, 77, 103, 0.9));
  color: var(--white);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%);
  pointer-events: none;
}

.contact-info h2 {
  max-width: 10ch;
  font-size: clamp(2.3rem, 4.8vw, 3.4rem);
  text-transform: none;
  margin-bottom: 18px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.contact-kicker,
.contact-form-kicker {
  margin: 0 0 16px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.contact-grid {
  position: relative;
  z-index: 1;
  max-width: none;
  padding: 72px 56px;
  align-items: stretch;
}

.contact-info {
  max-width: 520px;
}

.contact-lead {
  margin: 0 0 30px;
  max-width: 500px;
  font-size: 1.05rem;
  line-height: 1.82;
  letter-spacing: -0.006em;
  color: rgba(255, 255, 255, 0.78);
}

.contact-card-list {
  display: grid;
  gap: 14px;
}

.contact-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(120%);
}

.contact-label {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.contact-value {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  letter-spacing: -0.004em;
  color: rgba(255, 255, 255, 0.92);
}

.contact-form-top {
  display: grid;
  gap: 6px;
  padding-bottom: 10px;
}

.contact-form-title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.02rem, 1.6vw, 1.32rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0d4c66;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  height: auto;
  min-height: 100%;
  align-self: stretch;
  justify-self: end;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 34px rgba(3, 18, 25, 0.14);
  backdrop-filter: blur(10px) saturate(120%);
}

.contact-grid.contact-animate .contact-info,
.contact-grid.contact-animate .contact-form {
  transition: opacity 0.95s ease, transform 0.95s ease;
}

.contact-grid.contact-animate:not(.is-visible) .contact-info {
  opacity: 0;
  transform: translateY(26px);
}

.contact-grid.contact-animate:not(.is-visible) .contact-form {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
}

.contact-grid.contact-animate.is-visible .contact-info,
.contact-grid.contact-animate.is-visible .contact-form {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-grid.contact-animate.is-visible .contact-form {
  transition-delay: 0.12s;
}

.contact-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(3, 18, 25, 0.16);
}

.tally-shell {
  align-items: start;
}

.tally-embed {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
}

.tally-embed iframe {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  background: transparent;
}

.instagram-section {
  background: transparent;
}

.instagram-section .container {
  width: var(--frame);
  padding: 24px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.instagram-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.instagram-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--petrol);
}

.instagram-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.instagram-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 32, 0.08);
}

.instagram-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 91, 127, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.94));
  color: var(--petrol);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow:
    0 14px 30px rgba(8, 33, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: instagram-cta-pulse 5.6s ease-in-out infinite;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.instagram-cta:hover,
.instagram-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 91, 127, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 248, 251, 0.98));
  box-shadow:
    0 18px 34px rgba(8, 33, 43, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.instagram-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--petrol);
}

.instagram-cta-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-cta-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 30px;
  background:
    radial-gradient(circle at 18% 24%, rgba(120, 212, 247, 0.08), transparent 20%),
    linear-gradient(180deg, #050607 0%, #060b0d 100%);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 24%);
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  align-items: start;
  gap: 48px;
  width: var(--frame);
  max-width: none;
}

.footer-brand-block {
  max-width: 560px;
}

.footer-kicker,
.footer-label {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.footer-title {
  margin: 0 0 18px;
  max-width: 640px;
  font-family: "Comfortaa", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.96);
}

.footer-statement {
  margin: 0;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: -0.004em;
  color: rgba(255, 255, 255, 0.72);
}

.footer-panel {
  display: grid;
  gap: 22px;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(125%);
}

.footer-contact p {
  margin: 0 0 12px;
  line-height: 1.7;
  letter-spacing: -0.003em;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact a {
  color: inherit;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  animation: footer-icon-pulse 5.8s ease-in-out infinite;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.footer-socials a:nth-child(2) {
  animation-delay: 0.8s;
}

.footer-socials a:nth-child(3) {
  animation-delay: 1.6s;
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials .icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: var(--frame);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes hero-float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(0, -6px, 0);
  }

  50% {
    transform: translate3d(0, -2px, 0);
  }

  75% {
    transform: translate3d(0, -8px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes banner-title-float {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.94;
  }

  50% {
    transform: translate3d(0, -4px, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.94;
  }
}

@keyframes portrait-float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes footer-icon-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.02);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes instagram-cta-pulse {
  0% {
    transform: scale(1);
    box-shadow:
      0 14px 30px rgba(8, 33, 43, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 0 0 0 rgba(0, 91, 127, 0);
  }

  50% {
    transform: scale(1.018);
    box-shadow:
      0 16px 32px rgba(8, 33, 43, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 0 0 7px rgba(0, 91, 127, 0.04);
  }

  100% {
    transform: scale(1);
    box-shadow:
      0 14px 30px rgba(8, 33, 43, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 0 0 0 rgba(0, 91, 127, 0);
  }
}


@media (max-width: 980px) {
  .intro-grid,
  .project-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .project-grid.reverse .project-media,
  .project-grid.reverse .project-copy {
    order: initial;
  }

  .hero-media {
    height: min(58vh, 520px);
    min-height: 380px;
  }

  .parallax-banner,
  .project-grid,
  .partners-marquee,
  .contact-grid,
  .instagram-section .container,
  .footer-grid,
  .footer-bottom {
    width: 100%;
  }

  .instagram-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    padding: 40px 34px;
    gap: 28px;
  }

  .portrait-wrap {
    position: static;
    top: auto;
  }

  .intro-note-wrap {
    width: 100%;
    padding-left: 0;
  }

  .project-grid,
  .contact-grid,
  .instagram-section .container {
    padding: 34px;
  }

  .contact-form {
    width: 100%;
    height: auto;
    justify-self: stretch;
    padding: 24px;
  }

  .footer-panel {
    padding: 22px;
  }

  .consent-banner,
  .consent-panel {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100%, calc(100% - 32px));
    --frame: min(100%, calc(100% - 32px));
  }

  .section {
    padding: 72px 0;
  }

  .hero-stage {
    padding: 14px 0 72px;
    display: flex;
    justify-content: center;
  }

  .hero-frame {
    width: min(100%, calc(100% - 32px));
    margin: 0 auto;
  }

  .hero-media {
    top: 12px;
    width: 100%;
    height: clamp(260px, 46vh, 340px);
    min-height: 260px;
    aspect-ratio: auto;
    border-radius: 22px;
  }

  .hero-overlay {
    place-items: end start;
    background:
      linear-gradient(90deg, rgba(4, 6, 10, 0.6) 0%, rgba(4, 6, 10, 0.42) 54%, rgba(4, 6, 10, 0.07) 100%),
      linear-gradient(rgba(6, 8, 12, 0.14), rgba(6, 8, 12, 0.16));
  }

  .hero-content {
    width: calc(100% - 28px);
    margin: 0 0 14px 14px;
    gap: 6px;
  }

  .hero-title {
    max-width: 9ch;
    font-size: clamp(1.7rem, 7.6vw, 2.38rem);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-width: 20ch;
    font-size: clamp(0.78rem, 3.5vw, 0.92rem);
    line-height: 1.12;
  }

  .hero-header {
    top: 16px;
    padding: 10px 10px 0;
  }

  .hero-header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px 0 10px;
    min-height: 76px;
    gap: 12px;
  }

  .brand,
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 8px 0;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .site-nav a {
    padding: 12px 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

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

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .parallax-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 300px;
    border-radius: 0;
  }

  .parallax-banner::before {
    inset: -5% 0;
    transform: translate3d(0, calc(var(--parallax-shift) * 0.6), 0) scale(1.03);
  }

  .banner-programmes {
    border-radius: 0;
  }

  .banner-overlay .container {
    gap: 14px;
  }

  .banner-cta {
    min-height: 38px;
    padding: 0 16px;
    min-width: 180px;
    font-size: 0.7rem;
  }

  .banner-partners {
    border-radius: 0;
  }

  .banner-partners::before {
    inset: -1% 0;
    background-position: center 88%;
    transform: translate3d(0, calc(var(--parallax-shift) * 0.5), 0) scale(1);
  }

  .instagram-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .partner-logo {
    min-width: 130px;
  }

  .partners-marquee {
    overflow: hidden;
    padding: 8px 0 14px;
    scroll-snap-type: none;
  }

  .partners-marquee::-webkit-scrollbar {
    display: none;
  }

  .partners-track {
    width: max-content;
    gap: 10px;
    padding: 0;
    animation: marquee 28s linear infinite;
  }

  .partner-logo {
    min-width: 236px;
    height: 92px;
    padding: 0 18px;
  }

  .partner-logo img {
    height: 56px;
  }

  .consent-ui {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .consent-banner,
  .consent-panel {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .consent-banner {
    display: block;
  }

  .consent-copy {
    gap: 0;
  }

  .consent-copy h2 {
    white-space: normal;
  }

  .consent-banner .consent-actions {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .consent-option {
    align-items: flex-start;
  }

  .consent-fab {
    left: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }

  .partners-marquee,
  .instagram-section .container,
  .project-grid,
  .contact-grid {
    padding: 22px;
    border-radius: 24px;
  }

  .intro-grid {
    justify-items: center;
    padding: 28px 20px;
  }

  .portrait-wrap {
    padding-top: 0;
  }

  .intro-note-wrap {
    margin-top: 0;
  }

  .intro-copy {
    width: 100%;
  }

  .intro-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .intro-note-line {
    margin-top: 0;
  }

  .contact-form {
    width: 100%;
    height: auto;
    justify-self: stretch;
    padding: 18px;
    border-radius: 22px;
  }

  .project-copy h3.title-single-line {
    white-space: normal;
  }

  .footer-panel {
    padding: 18px;
    border-radius: 22px;
  }
}

@media (max-width: 420px) {
  .hero-frame {
    width: min(100%, calc(100% - 24px));
  }

  .hero-media {
    height: clamp(240px, 44vh, 300px);
    min-height: 240px;
    border-radius: 18px;
  }

  .hero-header {
    top: 16px;
    padding: 8px 8px 0;
  }

  .hero-header-inner {
    min-height: 70px;
    padding: 0 10px 0 8px;
  }

  .brand,
  .brand-logo {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .partners-track {
    animation: none !important;
  }
}
