:root {
  --primary: #6FAEF5;
  --primary-dark: #091057;
  --text-dark: #141414;
  --text-muted: #5d5d5d;
  --base: #ffffff;
  --border: #d8d8d8;
  --section-pad: 90px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  background: #f8f7f5;
  line-height: 1.75;
}

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

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

.site {
  overflow-x: hidden;
  padding-top: 80px;
}

.container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

.section {
  padding: calc(var(--section-pad) + 10px) 0;
}

.site main > section {
  background: #ffffff;
}

.site main > section:nth-of-type(even) {
  background: #f7f5f2;
}

.site main > section.hero {
  background: transparent;
}


.site-header {
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(9, 16, 87, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-title {
  font-weight: 700;
  font-size: clamp(18px, 1.2vw + 0.6rem, 30px);
}

.site-title.logo {
  display: inline-flex;
  align-items: center;
}

.site-title.logo img {
  max-height: 42px;
  height: auto;
  width: auto;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tagline {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-tagline {
  color: #fff;
  opacity: 0.9;
  font-weight: 600;
}

.site-nav {
  position: relative;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle-label span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 0.9vw + 0.4rem, 18px);
  font-weight: 500;
}

.nav-links a.active {
  color: var(--primary);
}

.cover {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: var(--base);
}

.cover-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 16, 87, 0.72), rgba(9, 16, 87, 0.35));
  opacity: 1;
  z-index: 1;
}

.cover-overlay.light {
  background: #ffffff;
  opacity: 0.9;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  max-width: 720px;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: clamp(11px, 0.8vw + 0.3rem, 14px);
  margin: 0 0 18px;
}

.section-kicker.primary {
  color: var(--primary);
}

.hero-title {
  margin: 0 0 18px;
  font-size: clamp(40px, 4.2vw + 1rem, 76px);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.hero-text {
  max-width: 640px;
  margin: 0 0 28px;
  font-size: clamp(20px, 1.4vw + 0.6rem, 28px);
  font-weight: 600;
}


.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 12px 26px;
  font-weight: 600;
  text-transform: none;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.contact-form .btn {
  font-size: 18px;
  padding: 14px 32px;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn-light {
  background: #fff;
  color: var(--primary);
}

.about-copy {
  max-width: 900px;
  font-size: clamp(15px, 0.7vw + 0.6rem, 18px);
  color: var(--text-muted);
  display: grid;
  gap: 18px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: clamp(30px, 2.6vw + 1rem, 56px);
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.section-title.section-title-small {
  font-size: clamp(18px, 1.2vw + 0.6rem, 28px);
}

.contact .section-title {
  font-size: clamp(36px, 3vw + 1rem, 64px);
}

.contact .section-title.section-title-small {
  font-size: clamp(18px, 1.2vw + 0.6rem, 28px);
}

.about-copy p {
  margin: 0;
}

.about-emphasis {
  color: var(--text-dark);
  font-weight: 600;
}

.about-lead {
  color: var(--text-dark);
  font-size: clamp(17px, 0.9vw + 0.6rem, 20px);
  font-weight: 600;
}

.section-header.center {
  text-align: center;
  margin-bottom: 46px;
}

.section-header.left {
  text-align: left;
  margin-bottom: 22px;
}

.section-subtitle {
  margin: 10px auto 0;
  max-width: 600px;
}

.section-subtitle.left {
  margin-left: 0;
}

.card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.operate-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.operate-card {
  background: #fff;
  border: 1px solid rgba(9, 16, 87, 0.08);
  padding: 28px;
  box-shadow: none;
}

.operate-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: var(--primary-dark);
}

.operate-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
}

.what-we-do {
  position: relative;
}

.what-we-do-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 16, 87, 0.04), rgba(196, 27, 121, 0.02));
}

.what-we-do-inner {
  position: relative;
  z-index: 1;
}

.what-grid {
  display: grid;
  gap: 28px;
}

.what-grid.top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.what-grid.bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  color: var(--text-dark);
  padding: 26px;
  min-height: 150px;
  border: 1px solid rgba(9, 16, 87, 0.08);
  box-shadow: none;
  position: relative;
}

.service-card h3 {
  margin: 0 0 6px;
  font-size: 24px;
  color: var(--primary-dark);
}

.service-card p {
  margin: 0 0 24px;
  font-size: 18px;
  color: var(--text-muted);
}


.card {
  border: 1px solid rgba(9, 16, 87, 0.06);
  padding: 26px;
  text-align: center;
  background: #fff;
}

.card h3 {
  margin: 20px 0 10px;
  font-size: clamp(19px, 1.2vw + 0.5rem, 30px);
}

.card p {
  margin: 0;
  color: var(--text-muted);
}

.projects .card-grid,
.team .card-grid,
.blog .card-grid {
  margin-top: 30px;
}

.accomplishments {
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.accomplishment {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 18px 28px;
  border-left: 3px solid rgba(9, 16, 87, 0.18);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(9, 16, 87, 0.06);
}

.accomplishment::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #6ea7d8;
  transform: translateY(-50%);
}

.accomplishment:first-child::before {
  top: 50%;
}

.accomplishment:last-child::before {
  bottom: 50%;
}

.accomplishment-bullet {
  display: none;
}

.accomplishment-bar {
  background: transparent;
  color: var(--text-dark);
  padding: 0;
  border-radius: 0;
  font-size: clamp(16px, 1vw + 0.4rem, 19px);
  box-shadow: none;
  width: 100%;
}

@media (max-width: 720px) {
  .accomplishment {
    padding: 16px 18px 16px 24px;
  }

  .accomplishment::before {
    left: -7px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}

.media-card {
  border: 1px solid rgba(9, 16, 87, 0.08);
  background: rgba(255, 255, 255, 0.95);
}

.media {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.media.tall {
  height: 400px;
}

.media-body {
  padding: 24px 30px 30px;
}

.media-body.center {
  text-align: center;
}

.media-body h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1vw + 0.4rem, 25px);
}

.media-body p {
  margin: 0;
  color: var(--text-muted);
}

.social-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 16px;
}

.social-row.left {
  justify-content: flex-start;
}

.social-row svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.blog .post-card {
  border: 1px solid var(--border);
  max-width: 360px;
}

.post-body {
  padding: 24px 20px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.post-body h3 {
  margin: 0 0 10px;
  font-size: clamp(14px, 0.9vw + 0.4rem, 20px);
}

.post-body p {
  margin: 0 0 20px;
  color: var(--text-muted);
}

.post-meta {
  border-top: 1px solid #dedede;
  padding-top: 10px;
  font-size: clamp(14px, 0.6vw + 0.4rem, 16px);
}

.footer {
  background: #f1efe9;
  color: var(--text-dark);
  padding: 50px 0 30px;
}

.footer-simple {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.footer-logo img {
  max-height: 52px;
  width: auto;
  height: auto;
}

.footer-linkedin {
  display: inline-flex;
  align-items: center;
  color: var(--text-dark);
}

.footer-linkedin svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(9, 16, 87, 0.1);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 16px;
  border-radius: 8px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-status {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--text-muted);
}

.footer p {
  color: var(--text-muted);
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(9, 16, 87, 0.1);
  margin-top: 32px;
  padding-top: 24px;
  text-align: center;
  color: var(--text-muted);
}

@media (max-width: 980px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operate-grid {
    grid-template-columns: 1fr;
  }

  .what-grid.top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle-label {
    display: flex;
  }

  .nav-links {
    position: absolute;
    right: 0;
    top: 56px;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1100;
  }

  .nav-toggle:checked + .nav-toggle-label + .nav-links {
    display: flex;
  }

  .cover {
    min-height: 620px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .what-grid.top,
  .what-grid.bottom {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }
}
