:root {
  --bg: #10031c;
  --bg-deep: #0c0215;
  --wine: #5b1824;
  --accent: #ff4436;
  --accent-orange: #ff7138;
  --accent-pink: #ff486f;
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, .82);
  --text-faint: rgba(255, 255, 255, .58);
  --max: 1360px;
  --pad-x: clamp(22px, 5vw, 92px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--accent-orange);
  outline-offset: 5px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 14px clamp(18px, 3vw, 42px);
  background: transparent;
  transition: background .28s var(--ease), backdrop-filter .28s var(--ease);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(12, 2, 21, .72);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.55vw, 24px);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav a {
  opacity: .74;
  transition: color .2s ease, opacity .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent);
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform .24s ease, opacity .24s ease;
}

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

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

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

.section {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(76px, 7vw, 112px) var(--pad-x);
  overflow: hidden;
  isolation: isolate;
}

.slide-inner {
  position: relative;
  z-index: 3;
  width: min(100%, var(--max));
  margin: auto;
}

.symbol {
  fill: currentColor;
}

.svg-defs {
  position: absolute;
}

.bg-symbol {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, .055);
  pointer-events: none;
}

.brand-signature {
  position: absolute;
  left: clamp(26px, 5.6vw, 108px);
  bottom: clamp(24px, 4vw, 54px);
  z-index: 4;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.66rem, .78vw, .88rem);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.brand-signature span {
  color: var(--accent);
  font-weight: 500;
}

.hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 68, 54, .06), transparent 42%),
    var(--bg-deep);
}

.hero-glow {
  position: absolute;
  right: -14vw;
  bottom: -24vw;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle at 45% 45%, rgba(255, 113, 56, .98), rgba(255, 68, 54, .72) 28%, rgba(91, 24, 36, .42) 48%, transparent 70%);
  filter: blur(18px);
  opacity: .9;
}

.hero-inner {
  width: min(100%, var(--max));
  padding-left: min(5.4vw, 72px);
}

.instagram {
  margin: 0 0 clamp(34px, 4vw, 56px);
  font-size: clamp(.78rem, 1.15vw, 1.45rem);
  font-weight: 300;
  letter-spacing: .18em;
}

h1,
h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.7rem, 6vw, 7.2rem);
  line-height: .9;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  font-weight: 800;
}

.hero h1 strong {
  display: block;
  color: var(--accent);
  font-weight: 300;
}

.capsule-link {
  position: relative;
  display: block;
  width: clamp(230px, 25.5vw, 390px);
  height: clamp(56px, 4.5vw, 76px);
  margin-top: clamp(48px, 5vw, 70px);
  border-radius: 999px;
  background: linear-gradient(90deg, #6d1d27, #b52d2f);
  transition: transform .24s ease, filter .24s ease;
}

.capsule-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.capsule-link span {
  display: grid;
  width: 58%;
  height: 100%;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #27112f;
  font-size: clamp(.92rem, 1.2vw, 1.28rem);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.orbits {
  position: absolute;
  top: 8.6%;
  right: 8%;
  z-index: 2;
  width: min(34vw, 545px);
  height: min(78vh, 780px);
  pointer-events: none;
}

.orbit {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border: 1.2px solid rgba(255, 68, 54, .82);
  border-radius: 50%;
  animation: breathe 14s ease-in-out infinite;
}

.orbit-a {
  top: 0;
}

.orbit-b {
  top: 15%;
  animation-duration: 16s;
}

.orbit-c {
  top: 31%;
  animation-duration: 15s;
}

.orbit-d {
  top: 47%;
  border-color: rgba(255, 113, 56, .82);
  animation-duration: 13s;
}

.orbit-e {
  top: 39%;
  left: 23%;
  width: 54%;
  border-color: rgba(255, 113, 56, .82);
  animation-duration: 17s;
}

.symbol-hero {
  position: absolute;
  top: calc(39% + 27%);
  left: 50%;
  width: 22%;
  color: #fff;
  transform: translate(-50%, -50%);
}

@keyframes breathe {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

.outstanding {
  background: var(--bg-deep);
}

.bg-symbol-outstanding {
  top: 5%;
  left: 16%;
  width: min(70vw, 1280px);
}

.gradient-circle {
  position: absolute;
  top: 16%;
  left: 5.6%;
  z-index: 2;
  width: min(35vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .22), transparent 20%),
    radial-gradient(circle at 63% 84%, var(--accent-pink), transparent 28%),
    linear-gradient(138deg, #ff8a39 4%, #ff3f33 48%, #ff216d 100%);
}

.outstanding-inner {
  display: grid;
  grid-template-columns: 54% 1fr;
  align-items: center;
}

.quote-copy {
  grid-column: 2;
  max-width: 620px;
}

.quote-copy h2 {
  color: var(--accent);
  font-size: clamp(3.25rem, 5.35vw, 6.6rem);
  line-height: .95;
}

blockquote {
  margin: clamp(30px, 3.4vw, 54px) 0 0;
}

blockquote p {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.12rem, 1.75vw, 2rem);
  font-weight: 300;
  line-height: 1.66;
}

blockquote em {
  font-style: italic;
}

cite {
  display: block;
  margin-top: clamp(28px, 3.4vw, 58px);
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.65vw, 1.9rem);
  font-style: normal;
  font-weight: 300;
}

.commitment {
  background:
    radial-gradient(circle at 72% 8%, rgba(255, 90, 115, .75), transparent 42%),
    linear-gradient(124deg, #ff9d42 0%, #ff4436 49%, #ff5b82 100%);
}

.bg-symbol-commitment {
  top: 5%;
  left: 16%;
  width: min(70vw, 1280px);
  color: rgba(255, 255, 255, .10);
}

.commitment-inner {
  padding-left: min(3.2vw, 56px);
}

.commitment h2 {
  font-size: clamp(3.35rem, 5.6vw, 6.8rem);
  line-height: .95;
}

.commitment p {
  max-width: 1380px;
  margin: clamp(34px, 4.5vw, 68px) 0 0;
  font-size: clamp(1.18rem, 1.82vw, 2.08rem);
  font-weight: 700;
  line-height: 1.54;
}

.commitment cite {
  margin-top: clamp(56px, 6.8vw, 108px);
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.project {
  background: var(--bg-deep);
}

.project-inner {
  max-width: 1220px;
}

.project-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 760px;
  margin: auto;
}

.project-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: #fff;
}

.project-lines path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.center-copy {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 210px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mini-rays {
  display: flex;
  gap: 10px;
  height: 46px;
  align-items: end;
  margin-bottom: 8px;
}

.mini-rays span {
  width: 8px;
  height: 40px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .56);
  transform-origin: bottom;
}

.mini-rays span:nth-child(1) {
  transform: rotate(-24deg);
}

.mini-rays span:nth-child(2) {
  height: 33px;
  transform: rotate(10deg);
}

.mini-rays span:nth-child(3) {
  transform: rotate(50deg);
}

.center-copy h2 {
  font-size: clamp(1.7rem, 2.5vw, 3rem);
  line-height: .88;
}

.center-copy h2 span {
  color: var(--accent);
}

.center-logo {
  margin-top: 44px;
  color: #f5ebd9;
  font-size: clamp(.72rem, 1vw, .98rem);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: .92;
  text-transform: uppercase;
}

.center-logo .symbol {
  width: clamp(50px, 5.8vw, 72px);
  margin: 0 auto 8px;
}

.concept {
  position: absolute;
  z-index: 2;
  max-width: 270px;
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
}

.c1 {
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
}

.c2 {
  top: 21%;
  left: 8.5%;
}

.c3 {
  top: 18%;
  right: 4.5%;
}

.c4 {
  bottom: 13%;
  left: 13%;
}

.c5 {
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
}

.c6 {
  right: 7%;
  bottom: 12%;
}

.spark {
  position: absolute;
  z-index: 2;
  width: clamp(28px, 3.4vw, 44px);
  aspect-ratio: 1;
}

.spark::before,
.spark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--accent);
}

.spark::before {
  width: 100%;
  height: 8px;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.spark::after {
  width: 8px;
  height: 100%;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.s1 { top: 28%; left: 40%; }
.s2 { top: 29%; right: 31%; }
.s3 { bottom: 32%; left: 30%; }
.s4 { right: 22%; bottom: 27%; }
.s5 { bottom: 8%; left: 38%; }
.s6 { bottom: 13%; left: 55%; }

.project-mobile-list {
  display: none;
}

.team {
  background: var(--bg-deep);
}

.wine-disc {
  position: absolute;
  top: -24%;
  left: -15%;
  z-index: 0;
  width: min(62vw, 1040px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(91, 24, 36, .88);
}

.bg-symbol-team {
  top: 5%;
  left: 16%;
  width: min(70vw, 1280px);
  color: rgba(255, 255, 255, .06);
}

.team-inner {
  max-width: 1330px;
  align-self: center;
}

.team h2 {
  margin-bottom: clamp(44px, 5vw, 72px);
  font-size: clamp(3.35rem, 5.2vw, 6.5rem);
  line-height: .95;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: clamp(28px, 3.4vw, 50px) clamp(20px, 2.6vw, 44px);
  align-items: start;
}

.team-grid figure {
  grid-column: span 5;
  margin: 0;
  text-align: center;
}

.team-grid figure:nth-child(n + 5) {
  grid-column: span 4;
}

.team-grid img {
  width: clamp(138px, 11vw, 205px);
  aspect-ratio: 1;
  margin: 0 auto clamp(18px, 2vw, 30px);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.team-grid figcaption {
  color: #fff;
  font-size: clamp(.95rem, 1.15vw, 1.42rem);
  font-weight: 700;
  line-height: 1.08;
}

.pos-bianca { object-position: 38% 50%; }
.pos-thiago { object-position: 52% 30%; }
.pos-marilisa { object-position: 50% 20%; }
.pos-aline { object-position: 50% 20%; }
.pos-ana { object-position: 50% 25%; }

.actions {
  background: var(--bg-deep);
}

.bg-symbol-actions {
  top: 12%;
  left: 14%;
  width: min(70vw, 1280px);
  color: rgba(255, 255, 255, .06);
}

.actions-inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  gap: clamp(36px, 5vw, 92px);
}

.actions h2 {
  font-size: clamp(3.35rem, 5.25vw, 6.4rem);
  line-height: .92;
}

.actions h2 span {
  color: var(--accent);
}

.actions ul {
  display: grid;
  gap: clamp(28px, 3.8vw, 50px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.actions li {
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1.28rem, 2vw, 2.35rem);
  font-weight: 300;
  line-height: 1.1;
}

.participate {
  grid-template-columns: 1fr 1fr;
  padding: 0;
  background: var(--bg-deep);
}

.participate-quote {
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding: 0 var(--pad-x) clamp(92px, 14vh, 150px);
  background:
    radial-gradient(circle at 0 0, rgba(16, 3, 28, .82), transparent 28%),
    linear-gradient(135deg, #51172b 0%, #bb302f 45%, #ff4436 100%);
}

.participate-quote div {
  width: min(100%, 560px);
  margin-left: min(5vw, 104px);
}

.participate-quote p {
  margin: 0 0 clamp(40px, 5vw, 64px);
  font-size: clamp(.94rem, 1.32vw, 1.45rem);
  font-weight: 800;
  letter-spacing: .04em;
}

.participate-quote cite {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.6rem);
  font-weight: 700;
}

.participate-contact {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 100svh;
  padding: clamp(76px, 7.8vw, 118px) clamp(28px, 5vw, 84px);
  text-align: left;
}

.final-symbol {
  width: clamp(72px, 6.5vw, 118px);
  margin-bottom: clamp(58px, 7vw, 100px);
  color: #fff;
}

.participate h2 {
  width: min-content;
  font-size: clamp(3.9rem, 5.9vw, 7.2rem);
  line-height: .87;
}

.participate h2 span {
  color: var(--accent);
}

address {
  display: grid;
  gap: 22px;
  width: min(100%, 650px);
  margin-top: clamp(42px, 5vw, 66px);
  font-style: normal;
}

address a {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  font-size: clamp(.92rem, 1.22vw, 1.42rem);
  font-weight: 800;
  letter-spacing: .03em;
  transition: color .2s ease, transform .2s ease;
}

address a:hover {
  color: var(--accent);
  transform: translateX(4px);
}

address svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

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

.js section:target .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 14px;
    font-size: .58rem;
  }

  .orbits {
    right: 3%;
    width: min(36vw, 430px);
    height: min(72vh, 660px);
  }

  .hero h1 {
    max-width: 600px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-grid figure,
  .team-grid figure:nth-child(n + 5) {
    grid-column: span 1;
  }

  .actions-inner {
    grid-template-columns: 1fr;
  }

  .project-inner {
    max-width: 1060px;
  }

  .concept {
    max-width: 235px;
    font-size: clamp(.95rem, 1.85vw, 1.55rem);
  }

  .project-lines path {
    stroke-width: 3.1;
  }

  .center-copy {
    width: 176px;
  }

  .center-copy h2 {
    font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  }

  .center-logo {
    margin-top: 34px;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 62px;
  }

  .brand span {
    max-width: 170px;
    line-height: 1.2;
  }

  .menu-toggle {
    position: relative;
    z-index: 52;
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 51;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 24px;
    background: rgba(12, 2, 21, .96);
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
  }

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

  .section {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero {
    min-height: 100svh;
    align-items: start;
  }

  .hero-inner {
    align-self: start;
    padding-left: 0;
    padding-top: clamp(76px, 11vh, 116px);
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(3.35rem, 10.5vw, 5.8rem);
    line-height: .9;
  }

  .instagram {
    max-width: 94vw;
    margin-bottom: clamp(28px, 5vw, 44px);
    font-size: clamp(.72rem, 2.1vw, .94rem);
    word-break: break-word;
  }

  .orbits {
    top: auto;
    right: -20vw;
    bottom: -14vh;
    width: min(72vw, 520px);
    height: min(44vh, 480px);
    opacity: .34;
  }

  .capsule-link {
    margin-top: clamp(36px, 5vw, 52px);
  }

  .gradient-circle {
    top: 11%;
    left: -24%;
    width: 76vw;
    opacity: .92;
  }

  .outstanding {
    min-height: 100svh;
  }

  .bg-symbol-outstanding,
  .bg-symbol-commitment,
  .bg-symbol-team,
  .bg-symbol-actions {
    left: -18%;
    width: 136vw;
  }

  .outstanding-inner {
    display: block;
    padding-top: 34vh;
  }

  .quote-copy {
    max-width: none;
  }

  blockquote p {
    line-height: 1.45;
  }

  .commitment p {
    line-height: 1.35;
  }

  .commitment cite {
    margin-top: 54px;
  }

  .project-inner {
    max-width: 760px;
  }

  .project-map {
    aspect-ratio: 16 / 10;
  }

  .concept {
    max-width: 190px;
    font-size: clamp(.8rem, 2vw, 1.08rem);
    line-height: 1.08;
  }

  .center-copy {
    width: 150px;
  }

  .center-copy h2 {
    font-size: clamp(1.25rem, 3vw, 1.7rem);
  }

  .mini-rays {
    height: 34px;
  }

  .mini-rays span {
    width: 6px;
    height: 30px;
  }

  .mini-rays span:nth-child(2) {
    height: 24px;
  }

  .center-logo {
    margin-top: 28px;
    font-size: .62rem;
  }

  .center-logo .symbol {
    width: 42px;
  }

  .project-lines path {
    stroke-width: 2.5;
  }

  .spark {
    width: 24px;
  }

  .wine-disc {
    top: -8%;
    left: -42%;
    width: 110vw;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .participate {
    display: flex;
    flex-direction: column-reverse;
  }

  .participate-quote,
  .participate-contact {
    min-height: 72svh;
  }

  .participate-quote {
    padding-top: 90px;
  }
}

@media (max-width: 700px) {
  .project-map {
    min-height: 0;
    text-align: center;
  }

  .project-lines,
  .project-map .spark,
  .project-map .concept {
    display: none;
  }

  .center-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 210px;
    margin: 0 auto;
    transform: none;
  }

  .center-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .center-logo {
    margin-top: 36px;
    font-size: .8rem;
  }

  .center-logo .symbol {
    width: 58px;
  }

  .project-mobile-list {
    display: grid;
    gap: 20px;
    max-width: 520px;
    margin: 48px auto 0;
  }

  .project-mobile-list p {
    position: relative;
    margin: 0;
    padding-top: 20px;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(1.08rem, 5vw, 1.55rem);
    font-weight: 300;
    line-height: 1.18;
  }

  .project-mobile-list p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background: var(--accent);
    transform: translateX(-50%);
  }
}

@media (max-width: 620px) {
  :root {
    --pad-x: clamp(20px, 6vw, 28px);
  }

  .brand {
    font-size: .58rem;
  }

  .brand img {
    width: 24px;
    height: 24px;
  }

  .hero-glow {
    right: -48vw;
    bottom: -34vw;
    width: 112vw;
    height: 112vw;
  }

  .hero {
    min-height: 100svh;
    padding-bottom: 66px;
  }

  .hero-inner {
    padding-top: 72px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11.6vw, 3.35rem);
    line-height: .92;
  }

  .orbits {
    right: -44vw;
    bottom: -22vh;
    width: 105vw;
    height: 40vh;
    opacity: .28;
  }

  .capsule-link {
    width: min(100%, 330px);
  }

  .capsule-link span {
    width: 62%;
  }

  .quote-copy h2,
  .commitment h2,
  .team h2,
  .actions h2,
  .participate h2 {
    font-size: clamp(2.65rem, 12vw, 4.1rem);
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 18px;
  }

  .team-grid img {
    width: clamp(112px, 38vw, 160px);
  }

  .team-grid figcaption {
    font-size: clamp(.86rem, 4vw, 1.08rem);
  }

  .actions li {
    font-size: clamp(1.2rem, 6vw, 1.75rem);
  }

  .participate-contact {
    align-content: center;
    justify-items: start;
    min-height: 68svh;
  }

  .final-symbol {
    width: 82px;
    margin: 0 auto 56px;
    justify-self: center;
  }

  address a {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    overflow-wrap: anywhere;
    font-size: clamp(.88rem, 4vw, 1rem);
  }

  address svg {
    width: 38px;
    height: 38px;
  }

  .participate-quote div {
    margin-left: 0;
  }

  .brand-signature {
    display: none;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 2.45rem;
  }

  .team-grid {
    column-gap: 12px;
  }

  .team-grid img {
    width: 116px;
  }
}

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