:root {
  --ink: #070707;
  --muted: #5e5e5e;
  --paper: #ffffff;
  --soft: #f5f5f1;
  --line: #e6e3d8;
  --yellow: #ffdc5a;
  --yellow-soft: #fff4bd;
  --turquoise: #2da0a5;
  --turquoise-dark: #197a7f;
  --pink: #ff3f9c;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Cooper Hewitt", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

body.scrolled .site-header {
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--turquoise), var(--yellow));
  transform-origin: left;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.topbar div {
  display: flex;
  gap: 18px;
}

.topbar a {
  opacity: .86;
  transition: opacity .2s ease, color .2s ease;
}

.topbar a:hover {
  color: var(--yellow);
  opacity: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, .91);
  border-bottom: 1px solid rgba(230, 227, 216, .9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  width: 220px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  font-family: Oswald, Arial, sans-serif;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.site-nav a {
  transition: color .2s ease;
}

.site-nav a:hover {
  color: var(--turquoise);
}

.nav-pill,
.button {
  border-radius: 999px;
}

.nav-pill {
  padding: 10px 16px;
  background: var(--yellow);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 700;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 116px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, .055) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(255, 220, 90, .62), transparent 24%),
    linear-gradient(105deg, var(--paper) 0%, var(--paper) 62%, var(--yellow-soft) 62%, var(--yellow-soft) 100%),
    var(--paper);
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
  overflow: hidden;
}

.hero::after {
  content: "AMACI";
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  color: rgba(0, 0, 0, .045);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(120px, 22vw, 330px);
  font-weight: 700;
  line-height: .8;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--turquoise);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 900px;
  font-size: clamp(64px, 10vw, 150px);
  line-height: .78;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: .95;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: 610px;
}

.stage-photo {
  position: absolute;
  inset: 38px 0 auto auto;
  width: min(94%, 620px);
  height: 470px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  transform: rotate(2deg);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.stage-symbol {
  position: absolute;
  left: -10px;
  top: 0;
  width: min(36%, 210px);
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .12));
  animation: floatMark 5s ease-in-out infinite;
}

.stage-card {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(82%, 410px);
  padding: 30px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  box-shadow: 14px 14px 0 var(--ink);
}

.hero-stage:hover .stage-photo {
  transform: rotate(-1deg) scale(1.02);
}

.stage-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--turquoise-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stage-card strong {
  display: block;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .95;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--yellow);
  box-shadow: var(--shadow);
}

.button.secondary {
  border-color: var(--ink);
  background: var(--white);
  color: var(--ink);
}

.route-grid,
.cards,
.news-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.routes {
  background: var(--ink);
  color: var(--white);
}

.routes .section-heading {
  max-width: 900px;
}

.routes .eyebrow {
  color: var(--yellow);
}

.route-grid {
  margin-top: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  overflow: hidden;
}

.route-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background: #111111;
  color: var(--white);
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.route-card:last-child {
  border-right: 0;
}

.route-card img {
  display: block;
  width: calc(100% + 52px);
  height: 190px;
  object-fit: cover;
  margin: -26px -26px 28px;
  border-radius: 0;
  background: var(--white);
  filter: grayscale(.25);
  opacity: .86;
  transition: transform .5s ease, filter .35s ease, opacity .35s ease;
}

.route-card span {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
}

.route-card p {
  max-width: 260px;
  color: rgba(255, 255, 255, .74);
}

.route-card h3 {
  max-width: 260px;
  font-size: clamp(30px, 2.8vw, 46px);
}

.route-card:hover {
  transform: translateY(-10px);
  background: var(--yellow);
  color: var(--ink);
  z-index: 2;
}

.route-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}

.route-card:hover span {
  background: var(--ink);
  color: var(--yellow);
}

.route-card:hover p {
  color: rgba(0, 0, 0, .72);
}

.help-flow {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 220, 90, .36), transparent 28%),
    var(--paper);
}

.about-modern {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  background: var(--paper);
}

.about-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.35;
}

.about-media {
  position: relative;
  margin: 0;
}

.about-media::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border-radius: 8px;
  background: var(--yellow);
}

.about-media img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.decision-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.decision-copy {
  padding: clamp(30px, 5vw, 60px);
  background: var(--yellow);
}

.decision-copy p {
  color: rgba(0, 0, 0, .75);
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 800;
  line-height: 1.18;
}

.decision-list {
  display: grid;
}

.decision-list a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 28px clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  line-height: .95;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.decision-list a:last-child {
  border-bottom: 0;
}

.decision-list span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.decision-list a:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateX(-8px);
}

.spotlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  background: var(--yellow);
  overflow: hidden;
}

.spotlight::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 12px;
  background: repeating-linear-gradient(
    to bottom,
    var(--turquoise) 0 28px,
    transparent 28px 44px
  );
}

.spotlight-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(0, 0, 0, .72);
  font-size: 21px;
}

.spotlight-media {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 18px;
  align-items: end;
}

.spotlight-media img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .35s ease;
}

.spotlight-media img:nth-child(1),
.spotlight-media img:nth-child(2) {
  height: 160px;
  padding: 36px;
  object-fit: contain;
}

.spotlight-media img:nth-child(2) {
  transform: translateY(-54px);
}

.spotlight-media img:nth-child(3) {
  grid-column: 1 / -1;
  height: 300px;
}

.spotlight-media:hover img:nth-child(1) {
  transform: translateY(-8px) rotate(-2deg);
}

.spotlight-media:hover img:nth-child(2) {
  transform: translateY(-62px) rotate(2deg);
}

.spotlight-media:hover img:nth-child(3) {
  transform: translateY(-6px);
}

.resources-modern {
  background:
    linear-gradient(180deg, transparent 0 50%, rgba(45, 160, 165, .08) 50% 100%),
    var(--paper);
}

.news-section {
  background: var(--soft);
}

.quick-card,
.card,
.news-card,
.contact-form,
.contact-data,
.socios {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(24, 50, 47, .06);
}

.quick-card,
.card,
.news-card {
  padding: 28px;
}

.quick-card span,
.news-card span,
.resource span {
  color: var(--turquoise);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-card {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.quick-card img,
.card img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.quick-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: .72;
}

.quick-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.quick-card a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 8px;
  font-weight: 900;
  color: var(--turquoise-dark);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(260px, .7fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.section-heading {
  max-width: 680px;
}

.text-block {
  color: var(--muted);
  font-size: 21px;
}

.section-image {
  margin: 0;
}

.section-image img {
  display: block;
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--ink);
  font-weight: 700;
  list-style: none;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.tinted {
  background: var(--soft);
}

.brand-band {
  background: var(--ink);
  color: var(--white);
}

.brand-band .eyebrow {
  color: var(--yellow);
}

.brand-band .card {
  background: #111111;
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.brand-band .card p {
  color: rgba(255, 255, 255, .72);
}

.brand-band .card img {
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
}

.card p,
.news-card p,
.contact-data p,
.socios p,
.site-footer p {
  color: var(--muted);
}

.news-card {
  overflow: hidden;
  padding: 0;
}

.news-card > img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-card span,
.news-card h3,
.news-card p {
  display: block;
  margin-right: 24px;
  margin-left: 24px;
}

.news-card span {
  margin-top: 24px;
}

.news-card p {
  margin-bottom: 24px;
}

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

.resource {
  display: grid;
  grid-template-columns: 148px 150px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.resource img {
  display: block;
  width: 148px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}

.resource strong {
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--yellow);
  color: var(--ink);
}

.cta > img {
  display: block;
  width: min(260px, 32vw);
  height: auto;
  flex: 0 0 auto;
}

.cta p {
  max-width: 680px;
  color: rgba(0, 0, 0, .72);
}

.cta .primary {
  background: var(--ink);
  color: var(--yellow);
}

.contact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
}

.contact-form,
.contact-data {
  padding: 30px;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 14px 16px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(45, 160, 165, .18);
  border-color: var(--turquoise);
}

.socios {
  margin: 0 clamp(20px, 5vw, 72px) clamp(64px, 8vw, 112px);
  padding: clamp(34px, 5vw, 58px);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 32px;
  padding: 44px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.site-footer img {
  display: block;
  width: min(240px, 70%);
  height: auto;
  margin-bottom: 16px;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .76);
}

.reveal {
  opacity: 0;
  transform: translateY(32px) scale(.985);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .8, .2, 1);
}

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

.route-card.reveal,
.news-card.reveal {
  transition-property: opacity, transform, border-color, background, box-shadow;
}

@keyframes floatMark {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .spotlight,
  .decision-panel,
  .about-modern,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .route-grid,
  .cards,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 500px;
  }

  .stage-photo {
    width: 100%;
  }

  .stage-card {
    width: 82%;
  }

  .route-grid {
    gap: 14px;
    border: 0;
    overflow: visible;
  }

  .route-card {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    min-height: auto;
  }

  .decision-list a {
    grid-template-columns: 54px minmax(0, 1fr);
    font-size: 28px;
  }

  .spotlight-media img:nth-child(2) {
    transform: none;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta > img {
    width: min(260px, 80vw);
  }

  .resource {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .resource strong {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 17px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .brand {
    width: 170px;
  }

  .section {
    padding-block: 56px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  .hero p {
    font-size: 19px;
  }
}
