/* self-hosted fonts (Fraunces + Inter), latin subset */
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/Fraunces-400-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; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/Fraunces-500-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; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/Fraunces-600-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; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/Fraunces-700-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; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/Inter-300-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; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/Inter-400-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; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/Inter-500-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; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/Inter-600-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; }

/* combined overrides */

body { margin: 0; }

/* hide per-section credits */
.koru-data > .koru-credit,
.koru-naval > .koru-credit {
  display: none !important;
}

/* body backdrop (combined page owns the photo) */
html, body {
  min-height: 100vh;
}
body {
  background:
    radial-gradient(
      ellipse 80% 70% at 50% 45%,
      rgba(255, 255, 255, 0.93) 0%,
      rgba(255, 255, 255, 0.80) 60%,
      rgba(250, 248, 242, 0.68) 100%
    ),
    url('data-analysis/background.jpg') center center / cover no-repeat fixed;
}

/* svh fits the visible area on phones with the address bar showing */
.koru-data,
.koru-naval,
.koru-contact {
  min-height: 100vh;
  min-height: 100svh;
  /* include padding in min-height */
  box-sizing: border-box;
}
/* no WP container here; 100vw would add a scrollbar */
.koru-data,
.koru-naval,
.koru-contact {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.koru-naval {
  justify-content: space-evenly;
}

.koru-tagline {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgba(15, 24, 33, 0.72);
  margin: 28px 0 0;
}
/* visually hidden */
.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.koru-naval .koru-tagline { margin: 12px 0 14px; }

.koru-eyebrow {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(17px, 1.7vw, 22px); font-weight: 500; letter-spacing: 0;
  text-transform: none; color: #1c4e80;
  margin: 0 0 10px; opacity: 1;
}
#koruData .koru-data-header h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 4.8vw, 54px); font-weight: 500;
  line-height: 1.07; letter-spacing: -0.5px; color: #0f1821; margin: 0;
}

.koru-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 720px;
  margin: 6px auto 0;
}
.koru-chips span {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #1c4e80;
  background: rgba(28, 78, 128, 0.08);
  border: 1px solid rgba(28, 78, 128, 0.20);
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .koru-chips span { font-size: 11px; padding: 5px 11px; }
}

/* pitch p spacing (data css zeroes p margins) */
.koru-data-pitch p + p { margin-top: 14px; }
.koru-data-pitch em { font-style: italic; color: rgba(15, 24, 33, 0.82); }

.koru-deliverables { margin-top: 18px; }
.koru-data-pitch .koru-data-results { margin-top: 22px; }
.koru-data-pitch .koru-data-results-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #1c4e80;
  margin: 0 0 8px;
}
.koru-data-pitch .koru-data-proof {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(15.5px, 1.3vw, 19px);
  line-height: 1.5;
  color: #0f1821;
  margin: 0;
}

.koru-fleet {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 860px;
  padding: 15px 20px 15px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(28, 78, 128, 0.32);
  box-shadow: 0 14px 34px -14px rgba(28, 78, 128, 0.32);
  text-decoration: none;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(15, 24, 33, 0.82);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.koru-fleet:hover {
  transform: translateY(-2px);
  border-color: rgba(28, 78, 128, 0.45);
  box-shadow: 0 14px 30px -14px rgba(28, 78, 128, 0.35);
}
.koru-fleet strong { color: #1c4e80; font-weight: 700; font-size: 1.12em; }
.koru-fleet-badge {
  flex: 0 0 auto;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: #ffffff;
  background: #1c4e80; padding: 4px 10px; border-radius: 999px;
}
.koru-fleet-cta {
  flex: 0 0 auto; white-space: nowrap;
  color: #fff; background: #1c4e80; font-weight: 600; font-size: 13px;
  padding: 9px 17px; border-radius: 999px; transition: background .2s;
}
.koru-fleet:hover .koru-fleet-cta { background: #15406b; }
@media (max-width: 720px) {
  .koru-fleet { flex-wrap: wrap; justify-content: center; text-align: center;
    border-radius: 18px; padding: 14px 18px; }
}

/* landing media row */
.koru-data-media {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: clamp(250px, 30vh, 420px);
}

/* grid tracks match each image's native aspect so cover crops nothing */
.koru-data-mosaic {
  flex: 0 0 auto;
  height: 100%;
  aspect-ratio: 1.162;
  display: grid;
  grid-template-columns: 1.433fr 1fr;
  grid-template-rows: 1.513fr 1fr;
  gap: 10px;
}
.koru-data-mosaic .koru-data-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  max-width: none;
}
.koru-mosaic-wide { grid-column: 1 / -1; }

/* animation card, aspect matches photo */
.koru-journey {
  flex: 0 0 auto;
  position: relative;
  height: 100%;
  aspect-ratio: 992 / 1056;
  width: auto;
  border-radius: 18px;
  overflow: hidden;
  background: #06121d;
  box-shadow: 0 30px 70px -30px rgba(6, 18, 29, 0.65),
              0 10px 26px -14px rgba(6, 18, 29, 0.5);
  perspective: 1200px;
  isolation: isolate;
}
.koru-journey .kj-stage {
  position: absolute; inset: 0; z-index: 2;
}
.koru-journey .kj-photo {
  position: absolute; inset: 0; line-height: 0;
  transform-origin: 50% 44%; transform-style: preserve-3d;
  will-change: transform;
}
.koru-journey .kj-photo img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.koru-journey .kj-scrim {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 42%, rgba(0,0,0,0) 52%, rgba(2,8,14,0.55) 100%),
    linear-gradient(0deg, rgba(4,12,20,0.42) 0%, rgba(4,12,20,0) 30%);
}
.koru-journey .kj-wind { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.koru-journey .kj-ws {
  position: absolute; height: 2px; width: 22px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, #dff6fb, transparent);
  opacity: 0;
}
.koru-journey .kj-particle,
.koru-journey .kj-trail {
  position: absolute; border-radius: 50%; pointer-events: none;
  transform: translate(-50%, -50%); opacity: 0; z-index: 5;
}
.koru-journey .kj-particle {
  width: 12px; height: 12px; background: #3fd2f0;
  box-shadow: 0 0 12px 3px rgba(63,210,240,0.7), 0 0 0 6px rgba(63,210,240,0.18);
}
.koru-journey .kj-trail { background: #3fd2f0; }
.koru-journey .kj-card {
  position: absolute; z-index: 6;
  transform: translate(-50%, -50%) scale(1);
  box-sizing: border-box;
  width: clamp(104px, 44%, 160px); padding: 9px 11px 8px;
  background: rgba(7, 19, 30, 0.62);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1.4px solid rgba(63, 210, 240, 0.55); border-radius: 10px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
}
.koru-journey .kj-card .kj-row { display: flex; align-items: baseline; justify-content: space-between; }
.koru-journey .kj-card .kj-lbl { font-family: 'Inter', sans-serif; font-size: 9px; letter-spacing: 2px; color: #8fd6ee; }
.koru-journey .kj-card .kj-val { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; color: #3fd2f0; }
.koru-journey .kj-card svg { display: block; width: 100%; height: 40px; margin-top: 5px; }

@media (max-width: 860px) {
  /* keep journey + mosaic side by side, scaled down */
  .koru-data-media {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: min(22svh, calc((94vw - 8px) / 2.12));
    max-width: 94vw;
    margin: 0 auto;
  }
  .koru-journey { flex: 0 0 auto; height: 100%; margin: 0; }
  .koru-data-mosaic { flex: 0 0 auto; height: 100%; width: auto; margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .koru-journey .kj-ws { display: none; }
}

/* naval gallery carousel */
.koru-naval {
  justify-content: flex-start;
  padding: 72px 0 10px;
}
.koru-naval .koru-header,
.koru-naval .koru-chips,
.koru-naval .koru-filters {
  margin-left: auto;
  margin-right: auto;
}
.koru-naval .koru-header { max-width: 900px; }
.koru-naval .koru-header h2 { font-size: clamp(24px, 3vw, 34px); margin: 0 0 4px; }
.koru-naval .koru-tagline { margin: 4px 0 10px; font-size: 14px; }
.koru-naval .koru-header p { font-size: clamp(14.5px, 1.6vw, 20px); line-height: 1.75; margin: 6px 0 2px; }
.koru-naval .koru-chips { margin-top: 10px; }
.koru-naval .koru-filters { margin-top: 12px; margin-bottom: 0; }

/* strip wrapper (holds arrows) */
.koru-strip {
  position: relative;
  width: 100%;
  margin: clamp(10px, 2.5vh, 34px) 0 0;
}

/* horizontal scroll row */
.koru-naval .koru-grid {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 6px;
  width: 100% !important;
  max-width: none !important;
  height: 48svh;
  margin: 0 !important;
  padding: 0 6px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;            /* drag to scroll */
}
.koru-naval .koru-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;  /* no smooth while dragging */
}
.koru-naval .koru-grid::-webkit-scrollbar { display: none; }
/* no native image-drag ghost */
.koru-naval .koru-card { user-select: none; }
.koru-naval .koru-card img,
.koru-naval .koru-card video {
  -webkit-user-drag: none; user-select: none; pointer-events: none;
}

.koru-naval .koru-card {
  flex: 0 0 auto;
  height: 100% !important;
  width: auto !important;
  aspect-ratio: auto !important;
  border-radius: 4px;
}
.koru-naval .koru-card img,
.koru-naval .koru-card video {
  height: 100% !important;
  width: auto !important;
  object-fit: cover !important;
  transition: filter .3s ease;
}
.koru-naval .koru-card { cursor: pointer; }
.koru-naval .koru-card:hover { transform: none; }
.koru-naval .koru-card:hover img,
.koru-naval .koru-card:hover video { transform: none !important; filter: brightness(1.08); }
/* caption overlay on hover */
.koru-naval .koru-card-tags { display: none !important; }
.koru-naval .koru-card-overlay {
  display: flex !important;
  position: absolute; left: 0; right: 0; bottom: 0; top: auto;
  flex-direction: column; gap: 3px; align-items: flex-start;
  padding: 60px 18px 16px;
  background: linear-gradient(to top, rgba(7, 14, 22, 0.85), rgba(7, 14, 22, 0));
  opacity: 0; transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}
.koru-naval .koru-card:hover .koru-card-overlay,
.koru-naval .koru-card:focus-visible .koru-card-overlay {
  opacity: 1; transform: translateY(0);
}
.koru-naval .koru-card:focus-visible {
  outline: 3px solid #7fe3f4; outline-offset: -3px;
}
/* touch: no hover, keep caption visible */
@media (hover: none) {
  .koru-naval .koru-card-overlay { opacity: 1; transform: none; }
}
.koru-naval .koru-card-overlay .koru-card-client {
  margin: 0; font-family: 'Inter', sans-serif; font-size: 10.5px;
  letter-spacing: 1.6px; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75); font-weight: 600;
}
.koru-naval .koru-card-overlay .koru-card-title {
  margin: 0; font-family: 'Fraunces', Georgia, serif; font-size: 19px;
  font-weight: 500; color: #ffffff; line-height: 1.2;
}
.koru-naval .koru-card-overlay::after {
  content: 'View project \203A';
  margin-top: 8px;
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.8px; text-transform: uppercase;
  color: #7fe3f4;
}
/* filter hides slides */
.koru-naval .koru-card.is-dimmed { display: none !important; }

.koru-strip-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 6; width: 48px; height: 48px; border-radius: 50%;
  border: none; cursor: pointer;
  background: rgba(28, 78, 128, 0.78); color: #fff;
  font-size: 24px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: background .2s, transform .2s;
}
.koru-strip-nav:hover { background: rgba(21, 64, 107, 0.95); }
.koru-strip-nav:active { transform: translateY(-50%) scale(0.94); }
.koru-strip-nav.prev { left: 14px; }
.koru-strip-nav.next { right: 14px; }

@media (max-width: 720px) {
  .koru-naval .koru-grid { height: 48svh; }
  .koru-strip-nav { width: 40px; height: 40px; font-size: 20px; }
}

/* phones: grid of square thumbs */
@media (max-width: 820px) {
  .koru-naval .koru-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    height: auto !important;
    padding: 0 12px !important;
    overflow: visible !important;
    scroll-snap-type: none;
    cursor: default;
  }
  .koru-naval .koru-card {
    flex: none !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 8px;
  }
  .koru-naval .koru-card img,
  .koru-naval .koru-card video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .koru-strip-nav { display: none !important; }
  .koru-naval .koru-card-overlay { display: none !important; }
}

/* must be auto: js scroller drives scrollTo per-frame; smooth would fight it */
html {
  scroll-behavior: auto;
}
.koru-data,
.koru-naval,
.koru-contact {
  scroll-margin-top: 64px;
}

/* fixed nav */
.koru-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  z-index: 100;
  font-family: 'Inter', system-ui, sans-serif;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 280ms ease,
              border-color 280ms ease,
              backdrop-filter 280ms ease;
}
.koru-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(15, 24, 33, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.koru-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f1821;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.koru-nav-brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  /* tint white logo dark */
  filter: brightness(0.2) sepia(0.2) hue-rotate(190deg) saturate(2);
}

.koru-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.koru-nav-links a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(15, 24, 33, 0.75);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
}
.koru-nav-links a:hover {
  color: #0f1821;
  border-bottom-color: rgba(30, 69, 104, 0.5);
}
.koru-nav-links a.is-cta {
  color: #fff;
  background: #1c4e80;
  padding: 8px 16px;
  border-radius: 999px;
  border-bottom: none;
}
.koru-nav-links a.is-cta:hover {
  background: #15406b;
}
/* scroll-spy active */
.koru-nav-links a.is-active {
  color: #0f1821;
  border-bottom-color: rgba(30, 69, 104, 0.85);
}
.koru-nav-links a.is-cta.is-active {
  background: #15406b;
  box-shadow: 0 0 0 3px rgba(28, 78, 128, 0.25);
}

/* hamburger (mobile) */
.koru-nav-toggle { display: none; }

/* language toggle (EN / ES) */
.koru-nav-brand { margin-right: auto; }
.koru-lang {
  display: inline-flex; align-items: center; gap: 5px;
  margin-left: 28px;
}
.koru-lang button {
  -webkit-appearance: none; appearance: none; border: 0; background: none;
  cursor: pointer; font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.6px;
  color: rgba(15, 24, 33, 0.42); padding: 4px 2px;
  transition: color 200ms ease;
}
.koru-lang button:hover { color: #1c4e80; }
.koru-lang button.is-active { color: #0f1821; }
.koru-lang-sep { color: rgba(15, 24, 33, 0.25); font-size: 11px; }

@media (max-width: 720px) {
  .koru-nav { padding: 0 16px; }
  .koru-lang { margin-left: 0; margin-right: 6px; }

  .koru-nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 42px; height: 42px; padding: 9px;
    border: none; background: transparent; cursor: pointer;
  }
  .koru-nav-toggle span {
    display: block; height: 2px; width: 100%; border-radius: 2px;
    background: #0f1821;
    transition: transform .3s ease, opacity .3s ease;
  }
  .koru-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .koru-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .koru-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* mobile dropdown */
  .koru-nav-links {
    position: absolute; top: 64px; left: 0; right: 0;
    flex-direction: column; gap: 0; align-items: stretch;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 24, 33, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.10);
    max-height: 0; overflow: hidden;
    visibility: hidden;
    transition: max-height .32s ease, visibility 0s linear .32s;
  }
  .koru-nav-links.is-open { max-height: 340px; visibility: visible; transition-delay: 0s; }
  .koru-nav-links li { width: 100%; }
  .koru-nav-links a {
    display: block; padding: 16px 22px; font-size: 13px;
    letter-spacing: 0.6px;
    border-bottom: 1px solid rgba(15, 24, 33, 0.06);
  }
  .koru-nav-links a.is-cta {
    background: transparent; color: #1c4e80; border-radius: 0;
    padding: 16px 22px;
  }
  .koru-nav-links a.is-cta:hover { background: rgba(28, 78, 128, 0.06); }
}

/* contact */
.koru-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  position: relative;
  isolation: isolate;
}
/* centre form; credit pushed to bottom */
.koru-contact-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  padding: 88px 24px 24px;
  box-sizing: border-box;
  text-align: center;
}
/* credit (light on navy) */
.koru-contact .koru-credit {
  color: rgba(255, 255, 255, 0.5);
  padding: 16px 0 22px;
}
.koru-credit a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color .2s;
}
.koru-credit a:hover { color: #fff; text-decoration: underline; }
.koru-credit-sep { opacity: 0.4; margin: 0 4px; }

.koru-contact-inner h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 500;
  margin: 0 0 16px 0;
  color: #0f1821;
  letter-spacing: -0.2px;
}
.koru-contact-inner > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(15px, 1.2vw, 17.5px);
  line-height: 1.65;
  color: rgba(15, 24, 33, 0.7);
  margin: 0 0 36px 0;
}

.koru-contact-email {
  display: inline-block;
  margin: 4px 0 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid rgba(127, 200, 240, 0.55);
  padding-bottom: 5px;
  transition: color 200ms ease, border-color 200ms ease;
}
.koru-contact-email:hover {
  color: #7fe3f4;
  border-color: #7fe3f4;
}
/* contact: dark treatment */
.koru-contact {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #0a1420 0%, #142336 100%);
  color: #fff;
  overflow: hidden;
}
/* faded photo bg */
.koru-contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('data-analysis/background.jpg') center center / cover no-repeat;
  opacity: 0.18;
  z-index: -1;
  pointer-events: none;
}

.koru-contact-inner h2 {
  color: #ffffff;
}
.koru-contact-inner > p {
  color: rgba(255, 255, 255, 0.72);
}

/* about + contact (two columns) */
.koru-about-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 6vw, 140px);
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 96px 40px 32px;
  box-sizing: border-box;
}
.koru-about {
  flex: 1 1 640px;
  max-width: 900px;
  text-align: left;
}
.koru-about-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: 2.4px;
  text-transform: uppercase; color: #7fb1e6;
  margin: 0 0 16px;
}
.koru-about h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(34px, 3.8vw, 50px); font-weight: 500;
  letter-spacing: -0.2px; color: #ffffff;
  margin: 0 0 20px;
}
.koru-about-lead {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(15.5px, 1.25vw, 18px); line-height: 1.75;
  font-weight: 300; color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.koru-founder {
  display: flex; align-items: center; gap: 28px;
  margin-top: 34px; padding: 26px 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
}
.koru-founder img {
  flex: 0 0 auto; width: 132px; height: 132px;
  border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(127, 177, 230, 0.35);
}
.koru-founder-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px; font-weight: 500; color: #ffffff; margin: 0 0 4px;
}
.koru-founder-role {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11.5px; font-weight: 600; letter-spacing: 1.9px;
  text-transform: uppercase; color: #7fb1e6; margin: 0 0 12px;
}
.koru-founder-bio {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; line-height: 1.7; font-weight: 300;
  color: rgba(255, 255, 255, 0.72); margin: 0;
}
/* contact = right column */
.koru-about-wrap .koru-contact-inner {
  flex: 0 1 480px;
  max-width: 500px;
  padding: 0;
  align-items: flex-start;
  text-align: left;
}
.koru-about-wrap .koru-contact-inner h2 {
  font-size: clamp(28px, 2.7vw, 40px);
}
.koru-about-wrap .koru-contact-email {
  font-size: clamp(23px, 1.8vw, 33px);
}
@media (max-width: 960px) {
  .koru-about-wrap { flex-direction: column; padding: 74px 24px 20px; gap: 28px; }
  .koru-about { flex-basis: auto; }
  .koru-about-wrap .koru-contact-inner {
    flex-basis: auto; align-items: center; text-align: center;
  }
  .koru-about h2 { margin-bottom: 14px; }
  .koru-about-lead { line-height: 1.6; }
  .koru-founder { margin-top: 22px; padding: 20px 24px; }
}
@media (max-width: 520px) {
  .koru-founder { flex-direction: column; align-items: flex-start; }
}

/* Deter casual image saving: block drag-to-save and text-style selection on
   media. This is a deterrent, not true protection -- a browser must download
   an image to display it -- but it stops the obvious right-click-drag and
   highlight-drag routes. */
img, video {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

/* large-screen scaling */
@media (min-width: 1720px) {
  .koru-nav { height: 72px; padding: 0 44px; }
  .koru-nav-brand { font-size: 20px; }
  .koru-nav-brand img { width: 36px; height: 36px; }
  .koru-nav-links { gap: 34px; }
  .koru-nav-links a { font-size: 14px; }
  .koru-data, .koru-naval, .koru-contact { scroll-margin-top: 72px; }

  .koru-eyebrow { font-size: 21px; }
  #koruData .koru-data-header h1 { font-size: 54px; }
  .koru-tagline { font-size: 18px; }

  .koru-chips { max-width: 900px; }
  .koru-chips span { font-size: 13.5px; padding: 8px 18px; }

  .koru-data-media { height: clamp(240px, 29vh, 430px); }
  .koru-data-pitch .koru-data-proof { font-size: 17px; }
  .koru-fleet { font-size: 15.5px; max-width: 900px; }

  .koru-naval .koru-header { max-width: 1090px; }
  .koru-naval .koru-header h2 { font-size: 35px; }
  .koru-naval .koru-tagline { font-size: 15px; }
  .koru-naval .koru-header p { font-size: 19px; line-height: 1.75; }
  .koru-strip-nav { width: 56px; height: 56px; font-size: 28px; }

  .koru-contact-inner { max-width: 700px; }
  .koru-contact-inner h2 { font-size: 48px; }
  .koru-contact-inner > p { font-size: 18px; }
  .koru-contact-email { font-size: 36px; }

  .koru-about-wrap { max-width: 1720px; }
  .koru-about { max-width: 980px; }
  .koru-about h2 { font-size: 48px; }
  .koru-about-lead { font-size: 18px; }
  .koru-founder img { width: 132px; height: 132px; }
  .koru-founder-name { font-size: 25px; }
  .koru-founder-bio { font-size: 16px; }
  .koru-about-wrap .koru-contact-inner h2 { font-size: 40px; }
  .koru-about-wrap .koru-contact-email { font-size: 33px; }
}
@media (min-width: 2400px) {
  .koru-nav { height: 80px; }
  .koru-data, .koru-naval, .koru-contact { scroll-margin-top: 80px; }
  #koruData .koru-data-header h1 { font-size: 72px; }
  .koru-tagline { font-size: 21px; }
  .koru-chips span { font-size: 15px; padding: 9px 20px; }
  .koru-data-media { height: clamp(280px, 34vh, 560px); }
  .koru-naval .koru-header { max-width: 1290px; }
  .koru-naval .koru-header h2 { font-size: 46px; }
  .koru-naval .koru-header p { font-size: 24px; line-height: 1.75; }
  .koru-contact-inner { max-width: 780px; }
  .koru-contact-inner h2 { font-size: 60px; }
  .koru-contact-email { font-size: 46px; }
}

/* one-screen density (>=861px only; phones scroll natively) */
/* nav clearance */
#koruData .koru-data-inner { padding-top: 64px; }

/* media grows to fill leftover height */
@media (min-width: 861px) {
  #koruData .koru-data-media { height: clamp(240px, 29vh, 430px); }
}

@media (min-width: 861px) {
#koruData .koru-data-inner {
  gap: clamp(5px, 0.7vh, 12px);
  padding-bottom: clamp(8px, 1.2vh, 18px);
}
#koruData .koru-data-header { max-width: 860px; }
#koruData .koru-data-header h1 { line-height: 1.03; }
#koruData .koru-tagline { margin: clamp(8px, 1.4vh, 22px) 0 0; }
#koruData .koru-data-pitch p { line-height: 1.75; }
#koruData .koru-chips.koru-deliverables { margin-top: clamp(6px, 1.1vh, 12px); }
#koruData .koru-data-results { margin-top: clamp(6px, 1.1vh, 14px); }
#koruData .koru-data-results-label { margin-bottom: 4px; }
.koru-data-classes-strip { padding: clamp(6px, 1vh, 14px) 0; }
.koru-data-classes-intro { margin: 0 0 clamp(6px, 1vh, 14px); }
.koru-data-class { height: clamp(30px, 4.4vh, 48px); }
.koru-data-class img { height: clamp(28px, 3.8vh, 42px); }

.koru-naval { box-sizing: border-box; padding-top: clamp(84px, 9vh, 96px); }
.koru-naval .koru-grid { height: 39svh; }
.koru-naval .koru-header p { margin-top: clamp(6px, 1vh, 12px); margin-bottom: clamp(4px, 0.8vh, 8px); }

.koru-contact { box-sizing: border-box; }
.koru-about-wrap { padding-top: clamp(88px, 9vh, 100px); padding-bottom: clamp(18px, 2.6vh, 32px); }
}
