@font-face {
  font-family: "Chiller LET";
  src: url("/fonts/chiller-let.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #eef7ff;
  --ink-soft: #b9cddd;
  --cream: #fff4cd;
  --blue: #66b5e8;
  --blue-deep: #061927;
  --line: rgba(164, 213, 244, 0.3);
  --panel: rgba(3, 16, 25, 0.78);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #02070b;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background-color: #02070b;
  background-image:
    linear-gradient(
      90deg,
      rgba(1, 7, 12, 0.98) 0%,
      rgba(2, 13, 21, 0.9) 26%,
      rgba(2, 12, 20, 0.22) 48%,
      rgba(1, 7, 12, 0.08) 70%,
      rgba(1, 7, 12, 0.7) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 5, 10, 0.3)),
    url("/organisation-cover-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100svh;
  background-attachment: fixed;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.site-shell {
  display: flex;
  width: 100%;
  min-height: 100svh;
  flex-direction: column;
  padding: 24px clamp(22px, 4vw, 58px) 20px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 58px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: white;
  font-size: 1rem;
  font-weight: 720;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-shadow: 0 2px 12px #000;
}

.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 205, 0.7);
  border-radius: 50%;
  background: #f5f1e9;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.header-note {
  color: var(--cream);
  font-family: "Chiller LET", "Segoe Print", cursive;
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow: 0 2px 10px #000;
}

.hero,
.services {
  width: min(560px, 44vw);
}

.hero {
  padding: clamp(48px, 8vh, 86px) 0 24px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1 {
  margin: 0;
  color: white;
  font-family: "Chiller LET", "Segoe Print", cursive;
  font-size: clamp(3.6rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.88;
  white-space: nowrap;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.95);
}

.intro {
  max-width: 330px;
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  text-shadow: 0 2px 8px #000;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.service-card {
  --card-color: var(--blue);
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--card-color);
  border-radius: 3px;
  background: var(--panel);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.service-card--meet {
  --card-color: #72c7ef;
}

.service-card--annotation {
  --card-color: #fff0b3;
}

.service-card--pad {
  --card-color: #82c6cf;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: var(--card-color);
  background: rgba(5, 31, 47, 0.94);
  outline: none;
  transform: translateX(6px);
}

.card-index,
.service-domain {
  display: none;
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-color) 60%, transparent);
  border-radius: 50%;
  color: var(--card-color);
  background: rgba(2, 14, 22, 0.66);
}

.service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.service-name {
  color: white;
  font-family: "Chiller LET", "Segoe Print", cursive;
  font-size: clamp(1.8rem, 2vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 0.95;
  white-space: nowrap;
  text-shadow: 0 2px 8px #000;
}

.service-card--annotation .service-name {
  font-size: clamp(1.55rem, 1.75vw, 2rem);
}

.service-description {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.42;
}

.card-footer {
  display: block;
  padding: 0;
  border: 0;
}

.open-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--card-color);
  font-family: "Chiller LET", "Segoe Print", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.open-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.service-card:hover .open-link svg,
.service-card:focus-visible .open-link svg {
  transform: translateX(4px);
}

.site-footer {
  width: min(560px, 44vw);
  margin-top: auto;
  padding-top: 19px;
  color: rgba(219, 235, 246, 0.68);
  font-size: 0.68rem;
}

.social-rail {
  position: fixed;
  z-index: 2;
  top: 50%;
  right: clamp(28px, 4vw, 64px);
  left: calc(50vw + 31.53svh + 28px);
  transform: translateY(-50%);
}

.instagram-link {
  display: grid;
  width: min(100%, 330px);
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 18px 19px;
  border: 1px solid rgba(255, 240, 179, 0.38);
  border-left: 3px solid var(--cream);
  border-radius: 3px;
  background: rgba(3, 16, 25, 0.78);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  border-color: var(--cream);
  background: rgba(5, 31, 47, 0.94);
  outline: none;
  transform: translateX(6px);
}

.instagram-link > svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--cream);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.instagram-link > svg:first-child {
  width: 38px;
  height: 38px;
}

.instagram-dot {
  fill: var(--cream);
  stroke: none;
}

.social-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.social-label {
  color: white;
  font-family: "Chiller LET", "Segoe Print", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
}

.social-handle {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.73rem;
  white-space: nowrap;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #82c6cf;
  box-shadow: 0 0 0 4px rgba(130, 198, 207, 0.12);
}

@media (max-width: 920px) {
  body {
    background-image:
      linear-gradient(
        90deg,
        rgba(1, 7, 12, 0.96) 0%,
        rgba(2, 13, 21, 0.82) 48%,
        rgba(1, 7, 12, 0.35) 100%
      ),
      url("/organisation-cover-bg.webp");
  }

  .hero,
  .services,
  .site-footer {
    width: min(520px, 58vw);
  }

  .social-rail {
    position: static;
    width: min(520px, 58vw);
    margin-top: 14px;
    transform: none;
  }

  .instagram-link {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body {
    background-image:
      linear-gradient(rgba(1, 8, 13, 0.68), rgba(1, 8, 13, 0.88)),
      url("/organisation-cover-bg.webp");
    background-position: center top;
    background-size: auto 100svh;
  }

  .site-shell {
    padding: 17px 16px 18px;
  }

  .site-header {
    min-height: 52px;
    padding-bottom: 13px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .header-note {
    display: none;
  }

  .hero,
  .services,
  .site-footer,
  .social-rail {
    width: min(100%, 390px);
  }

  .hero {
    padding: 34px 0 19px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .services {
    gap: 9px;
  }

  .service-card {
    min-height: 94px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 11px 12px;
  }

  .service-icon {
    width: 38px;
    height: 38px;
  }

  .service-icon svg {
    width: 20px;
    height: 20px;
  }

  .service-description {
    display: none;
  }

  .service-name {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
  }

  .service-card--annotation .service-name {
    font-size: clamp(1.18rem, 5.5vw, 1.55rem);
  }

  .open-link {
    font-size: 1.2rem;
  }

  .site-footer {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
