@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --brand-charcoal: #434343;
  --brand-blue: #00adff;
  --brand-sky: #7bd4ff;
  --brand-gray: #d1d1d4;
  --brand-yellow: #f5e23a;
  --brand-white: #ffffff;
  --ink: var(--brand-charcoal);
  --muted: rgba(67, 67, 67, 0.74);
  --line: var(--brand-gray);
  --surface: var(--brand-white);
  --shadow: 0 22px 60px rgba(67, 67, 67, 0.13);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 4%, rgba(0, 173, 255, 0.17), transparent 24rem),
    radial-gradient(circle at 94% 32%, rgba(123, 212, 255, 0.22), transparent 28rem),
    linear-gradient(180deg, var(--brand-white) 0%, rgba(123, 212, 255, 0.1) 48%, var(--brand-white) 100%);
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a {
  color: inherit;
}

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

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

h1,
h2 {
  line-height: 1.12;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  letter-spacing: -0.035em;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  color: var(--brand-white);
  background: var(--brand-charcoal);
  border-radius: 10px;
  transform: translateY(-160%);
}

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

.page-shell,
.site-footer__inner,
.site-footer__bottom {
  width: min(100% - 2rem, 1080px);
  margin-inline: auto;
}

.page-shell {
  padding: 1.25rem 0 4rem;
}

.hero {
  position: relative;
  color: var(--brand-charcoal);
  text-align: center;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero::after {
  content: none;
}

.hero picture {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3336 / 1284;
  overflow: hidden;
  background: var(--brand-blue);
  border: 0;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 190px;
  margin: -2.5rem 0 0;
  padding: 2.6rem clamp(2rem, 5vw, 3.5rem) 2rem;
  background:
    radial-gradient(circle at 94% 0%, rgba(245, 226, 58, 0.15), transparent 13rem),
    var(--brand-white);
  border: 0;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.hero__logo {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 72px;
  height: auto;
  margin: 0;
  padding: 0.65rem;
  background: var(--brand-white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(67, 67, 67, 0.13);
  transform: translateX(-50%);
}

.section-kicker {
  margin-bottom: 0.65rem;
  color: var(--brand-charcoal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-kicker {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.section-kicker::before {
  width: 1.1rem;
  height: 3px;
  background: var(--brand-yellow);
  border-radius: 99px;
  content: "";
}

.hero h1 {
  display: grid;
  gap: 0.35rem;
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.2;
}

.hero h1 span:first-child {
  font-size: 0.78em;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.contact-actions span {
  display: grid;
  font-weight: 800;
}

.contact-actions small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.link-section {
  margin-top: 3rem;
}

.section-heading {
  margin: 0 0 1.25rem;
}

.section-heading h2 {
  margin-bottom: 0.35rem;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.link-grid--featured .link-card:first-child {
  grid-column: 1 / -1;
}

.link-grid--featured .link-card:last-child {
  grid-column: 1 / -1;
}

.link-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-card,
.social-card {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(67, 67, 67, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.link-card {
  min-height: 112px;
  padding: 1.15rem;
  border-radius: var(--radius-lg);
}

.link-card:hover,
.social-card:hover {
  border-color: rgba(0, 173, 255, 0.55);
  box-shadow: 0 18px 40px rgba(67, 67, 67, 0.14);
  transform: translateY(-3px);
}

.link-card:focus-visible,
.social-card:focus-visible,
.contact-actions a:focus-visible {
  outline: 3px solid var(--brand-charcoal);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-yellow);
}

.link-card--primary {
  color: var(--brand-white);
  background: linear-gradient(120deg, var(--brand-charcoal) 0%, var(--brand-charcoal) 58%, var(--brand-blue) 180%);
  border-color: rgba(0, 173, 255, 0.35);
}

.link-card__icon {
  display: grid;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  place-items: center;
  background: var(--brand-sky);
  border-radius: 18px;
}

.link-card__icon img {
  width: 44px;
  height: 44px;
}

.link-card--primary .link-card__icon {
  background: var(--brand-white);
}

.link-card__copy {
  display: grid;
  flex: 1;
  min-width: 0;
}

.link-card__copy strong,
.social-card strong {
  font-size: 1.03rem;
}

.link-card__copy small,
.social-card small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.link-card--primary small {
  color: rgba(255, 255, 255, 0.78);
}

.link-card__arrow,
.social-card > span:last-child {
  margin-left: auto;
  color: var(--brand-blue);
  font-size: 1.25rem;
}

.link-card--primary .link-card__arrow {
  color: var(--brand-white);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.social-card {
  min-height: 82px;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
}

.social-card img {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.social-card > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  margin-top: 4rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  color: var(--brand-white);
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 173, 255, 0.36), transparent 18rem),
    var(--brand-charcoal);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.contact-card__heading h2 {
  margin-bottom: 0.75rem;
}

.contact-card__heading p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.73);
}

.section-kicker--light {
  color: var(--brand-yellow);
}

.contact-actions {
  display: grid;
  gap: 0.65rem;
}

.contact-actions a {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 1rem;
  color: var(--ink);
  text-decoration: none;
  background: var(--brand-white);
  border-radius: 14px;
  transition: transform 180ms ease;
}

.contact-actions a:hover {
  transform: translateX(4px);
}

.contact-actions img {
  width: 40px;
  height: 40px;
}

.site-footer {
  padding: 3.5rem 0 1.5rem;
  color: var(--brand-gray);
  background: var(--brand-charcoal);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.site-footer__inner > div > p:last-child {
  max-width: 52ch;
  margin-bottom: 0;
  color: rgba(209, 209, 212, 0.82);
}

.footer-brand {
  margin-bottom: 0.65rem;
  color: var(--brand-white);
  font-size: 1.15rem;
  font-weight: 800;
}

.site-footer address {
  display: grid;
  gap: 0.25rem;
  font-style: normal;
}

.site-footer address strong {
  margin-bottom: 0.35rem;
  color: var(--brand-white);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  color: rgba(209, 209, 212, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 840px) {
  .link-grid--three,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .link-grid--three .link-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .page-shell,
  .site-footer__inner,
  .site-footer__bottom {
    width: min(100% - 1.1rem, 1080px);
  }

  .page-shell {
    padding-top: 0.55rem;
  }

  .hero {
    border-radius: 18px;
  }

  .hero picture {
    width: 100%;
    aspect-ratio: 3336 / 1284;
    border-radius: 18px 18px 0 0;
  }

  .hero__image {
    object-position: center;
  }

  .hero__content {
    width: 100%;
    min-height: 145px;
    margin-top: -1.5rem;
    padding: 2.35rem 1rem 1.35rem;
    border-radius: 0 0 18px 18px;
  }

  .hero__logo {
    top: -31px;
    width: 60px;
    padding: 0.5rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.2rem, 5vw, 1.55rem);
  }

  .link-grid,
  .link-grid--three,
  .social-grid,
  .contact-card,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .link-grid--featured .link-card:first-child,
  .link-grid--featured .link-card:last-child,
  .link-grid--three .link-card:last-child {
    grid-column: auto;
  }

  .link-section {
    margin-top: 2.5rem;
  }

  .link-card {
    min-height: 98px;
    padding: 0.95rem;
    border-radius: 18px;
  }

  .link-card__icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .link-card__icon img {
    width: 40px;
    height: 40px;
  }

  .contact-card {
    margin-top: 3rem;
    border-radius: 24px;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 410px) {
  .social-card small {
    display: none;
  }

  .link-card__copy strong {
    font-size: 0.95rem;
  }

  .link-card__copy small {
    font-size: 0.78rem;
  }
}

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

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