@font-face {
  font-family: "Centra No2";
  src: url("../media/CentraNo2-Book.2b143fa4b734a3584043.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../media/CentraNo2-Medium.f94be5b326d78bb32b95.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../media/CentraNo2-Bold.2faff7f7d3fc92a2fcd9.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sida-ink: #101820;
  --sida-ink-2: #24313d;
  --sida-muted: #667483;
  --sida-line: #dce4eb;
  --sida-paper: #f5f8fa;
  --sida-white: #ffffff;
  --sida-blue: #124ea2;
  --sida-blue-dark: #0d2e66;
  --sida-green: #557c31;
  --sida-gold: #b98b2e;
  --sida-shadow: 0 20px 60px rgba(9, 24, 39, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sida-white);
  color: var(--sida-ink);
  font-family: "Centra No2", Arial, Helvetica, sans-serif;
}

.professional-site,
.professional-site * {
  box-sizing: border-box;
}

.professional-site {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sida-white);
  color: var(--sida-ink);
}

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

.professional-site a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--sida-white);
  color: var(--sida-ink);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(220, 228, 235, 0.8);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(7, 23, 39, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 224px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--sida-ink-2);
  font-size: 0.94rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
  background: #edf4fb;
  color: var(--sida-blue-dark);
}

.header-cta,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--sida-blue);
  border-radius: 6px;
  background: var(--sida-blue);
  color: var(--sida-white);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-cta:hover,
.mobile-cta:hover {
  background: var(--sida-blue-dark);
  transform: translateY(-1px);
}

.menu-button {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--sida-blue);
  border-radius: 6px;
  background: var(--sida-blue);
  color: var(--sida-white);
  cursor: pointer;
  appearance: none;
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid var(--sida-line);
  border-radius: 8px;
  background: var(--sida-white);
  box-shadow: var(--sida-shadow);
}

.mobile-link {
  display: block;
  padding: 12px 10px;
  border-radius: 6px;
  color: var(--sida-ink);
  font-weight: 700;
}

.mobile-link:hover {
  background: var(--sida-paper);
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

.hero {
  min-height: 86vh;
  padding: 154px 0 54px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: var(--sida-white);
}

.hero-content {
  display: grid;
  align-content: end;
  min-height: calc(86vh - 208px);
}

.hero-kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--sida-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--sida-white);
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  background: var(--sida-blue);
  color: var(--sida-white);
}

.button-primary:hover {
  background: #0d3f86;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.12);
  color: var(--sida-white);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.86);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.stat {
  min-height: 106px;
  padding: 20px;
  background: rgba(8, 24, 36, 0.38);
}

.stat strong {
  display: block;
  color: var(--sida-white);
  font-size: 2rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.45;
}

.credibility-strip {
  background: var(--sida-blue-dark);
  color: var(--sida-white);
}

.credibility-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.credibility-inner span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 700;
}

.credibility-inner span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.section {
  padding: 96px 0;
  scroll-margin-top: 96px;
}

.split-grid,
.partnership-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 58px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.partnership-grid h2,
.contact-panel h2 {
  margin: 0;
  color: var(--sida-ink);
  font-size: 2.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p,
.partnership-copy p,
.contact-panel p,
.project-card p,
.service-card p,
.process-step p {
  color: var(--sida-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.section-copy > p {
  margin: 22px 0 0;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.principles div {
  min-height: 144px;
  padding: 22px;
  border: 1px solid var(--sida-line);
  border-radius: 8px;
  background: var(--sida-white);
}

.principles strong,
.principles span {
  display: block;
}

.principles strong {
  color: var(--sida-blue-dark);
  font-size: 1.05rem;
}

.principles span {
  margin-top: 10px;
  color: var(--sida-muted);
  line-height: 1.6;
}

.image-stack {
  position: relative;
  min-height: 520px;
}

.image-main {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--sida-shadow);
}

.image-caption {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: min(320px, calc(100% - 48px));
  padding: 22px;
  border-radius: 8px;
  background: var(--sida-white);
  box-shadow: var(--sida-shadow);
}

.image-caption strong,
.image-caption span {
  display: block;
}

.image-caption strong {
  color: var(--sida-ink);
}

.image-caption span {
  margin-top: 8px;
  color: var(--sida-muted);
  line-height: 1.55;
}

.services-section {
  background: var(--sida-paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading > p {
  margin: 0;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.section-heading.compact h2 {
  margin-top: 0;
}

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

.service-card,
.project-card,
.process-step,
.contact-form {
  border: 1px solid var(--sida-line);
  border-radius: 8px;
  background: var(--sida-white);
}

.service-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  border-color: rgba(18, 78, 162, 0.34);
  box-shadow: var(--sida-shadow);
  transform: translateY(-2px);
}

.service-card h3 {
  min-height: 58px;
  margin: 0;
  color: var(--sida-ink);
  font-size: 1.22rem;
  line-height: 1.2;
}

.service-card p:not(.eyebrow) {
  margin: 14px 0 0;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.service-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--sida-ink-2);
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-card .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--sida-green);
}

.process-section {
  background: var(--sida-white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.process-step {
  min-height: 250px;
  padding: 26px;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #edf4fb;
  color: var(--sida-blue-dark);
  font-weight: 700;
}

.process-step h3 {
  margin: 28px 0 0;
  color: var(--sida-ink);
  font-size: 1.25rem;
}

.process-step p {
  margin: 12px 0 0;
}

.projects-section {
  background: #111a23;
  color: var(--sida-white);
}

.projects-section .section-heading h2 {
  color: var(--sida-white);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.project-card {
  overflow: hidden;
  background: #172431;
  border-color: rgba(255, 255, 255, 0.12);
}

.project-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.project-card div {
  padding: 24px;
}

.project-card h3 {
  margin: 0;
  color: var(--sida-white);
  font-size: 1.26rem;
}

.project-card p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.partnership-section {
  background: var(--sida-paper);
}

.partnership-grid {
  align-items: start;
}

.partnership-copy {
  padding-left: 40px;
  border-left: 4px solid var(--sida-gold);
}

.partnership-copy p {
  margin: 0;
}

.partnership-copy p + p {
  margin-top: 18px;
}

.contact-section {
  background-color: #f2f6f8;
  background-image: linear-gradient(90deg, rgba(242, 246, 248, 0.98), rgba(242, 246, 248, 0.88)), url("../media/background.2b749204a3f04cb42d32.png");
  background-size: cover;
  background-position: center;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  align-items: start;
}

.contact-panel {
  padding-top: 10px;
}

.contact-panel > p:not(.eyebrow) {
  max-width: 540px;
  margin: 20px 0 0;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.contact-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--sida-white);
  color: var(--sida-blue);
  box-shadow: 0 10px 24px rgba(9, 24, 39, 0.08);
}

.contact-row p {
  margin: 2px 0 4px;
  color: var(--sida-ink);
  font-weight: 700;
  line-height: 1.2;
}

.contact-row span,
.contact-row a {
  color: var(--sida-muted);
  line-height: 1.55;
}

.contact-row a:hover {
  color: var(--sida-blue-dark);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  box-shadow: var(--sida-shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row-wide,
.form-submit,
.form-status {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--sida-ink-2);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #cad6e0;
  border-radius: 6px;
  background: #fbfdfe;
  color: var(--sida-ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row input {
  height: 48px;
  padding: 0 13px;
}

.form-row textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--sida-blue);
  box-shadow: 0 0 0 4px rgba(18, 78, 162, 0.12);
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: var(--sida-green);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1420;
  color: var(--sida-white);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 128px;
}

.footer-inner img {
  width: 190px;
  border-radius: 4px;
  background: var(--sida-white);
}

.footer-inner p,
.footer-inner span {
  display: block;
  margin: 0;
}

.footer-inner p {
  font-weight: 700;
}

.footer-inner span,
.footer-inner a {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner a:hover {
  color: var(--sida-white);
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
  }

  .mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-link,
  .mobile-cta {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

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

  .process-grid,
  .credibility-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .container,
  .mobile-nav {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: 182px;
  }

  .hero {
    min-height: 84vh;
    padding: 126px 0 42px;
    background-position: center right;
  }

  .hero-content {
    min-height: calc(84vh - 168px);
  }

  .hero h1 {
    font-size: 2.55rem;
    line-height: 1.05;
  }

  .hero-copy {
    font-size: 1.03rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }

  .stat {
    min-height: 96px;
    padding: 16px;
  }

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

  .credibility-inner span {
    min-height: 56px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .section {
    padding: 68px 0;
  }

  .split-grid,
  .partnership-grid,
  .contact-grid,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-copy h2,
  .section-heading h2,
  .partnership-grid h2,
  .contact-panel h2 {
    font-size: 2.1rem;
  }

  .principles,
  .service-grid,
  .project-grid,
  .process-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .image-stack {
    min-height: auto;
  }

  .image-main {
    height: 360px;
  }

  .image-caption {
    position: static;
    width: auto;
    margin: -44px 18px 0;
  }

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

  .partnership-copy {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 4px solid var(--sida-gold);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 26px 0;
  }
}

@media (max-width: 520px) {
  .container,
  .mobile-nav {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 156px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    right: 14px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-copy {
    max-width: 33ch;
    font-size: 0.98rem;
  }

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

  .button,
  .header-cta {
    width: 100%;
    min-width: 0;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-copy h2,
  .section-heading h2,
  .partnership-grid h2,
  .contact-panel h2 {
    font-size: 1.78rem;
  }

  .contact-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .contact-form {
    padding: 20px;
  }
}
