
:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --ink: #091322;
  --muted: #667387;
  --line: rgba(9, 19, 34, 0.10);
  --blue: #0a6cf3;
  --cyan: #19c4e9;
  --container: 1240px;
  --header-h: 78px;
  --radius: 28px;
  --shadow: 0 28px 70px rgba(23, 55, 99, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
svg { display: block; }
::selection { background: rgba(25,196,233,.24); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-space { padding: 110px 0; }

.skip-link {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus-visible {
  top: 14px;
  left: 14px;
  z-index: 1000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  overflow: visible;
  clip-path: none;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
}

.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  display: flex; align-items: center; border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(246,248,251,.88);
  border-color: var(--line);
  backdrop-filter: blur(18px) saturate(150%);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 112px; }
.brand img { width: 100%; height: auto; }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.78);
  text-decoration: none; font-size: .8rem; font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-1px); border-color: rgba(10,108,243,.3); background: #fff; }
.header-cta svg, .button svg, .text-link svg {
  width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}

.hero { padding-top: 64px; padding-bottom: 92px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(52px, 6vw, 88px); align-items: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 22px;
  color: #5e6b7f; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 1px; background: linear-gradient(90deg,var(--cyan),var(--blue)); }
.hero h1, .about h2, .presence-copy h2, .values h2, .statement p {
  font-family: 'Space Grotesk', sans-serif;
}
.hero h1 {
  margin: 0; max-width: 690px; font-size: clamp(4rem, 6.1vw, 6.6rem);
  line-height: .92; letter-spacing: -.06em; font-weight: 600;
}
.hero h1 em {
  font-style: normal; background: linear-gradient(100deg,#0757d4 0%,var(--blue) 55%,var(--cyan) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 700; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: #fff; box-shadow: 0 14px 32px rgba(9,19,34,.14); }
.button--secondary { border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.button--secondary:hover { background: #fff; }

.hero-meta {
  display: grid; grid-template-columns: 1.25fr .8fr .9fr; gap: 18px;
  margin: 46px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line);
}
.hero-meta div { min-width: 0; }
.hero-meta dt { margin: 0 0 5px; color: #8a96a6; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta dd { margin: 0; font-size: .78rem; font-weight: 600; overflow-wrap: anywhere; }

.hero-media { position: relative; min-width: 0; }
.media-frame {
  position: relative; overflow: hidden; aspect-ratio: 16 / 10.5; border-radius: var(--radius);
  background: #dde6f0; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); will-change: transform;
}
.media-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(6,16,30,.58) 100%); }
.media-caption {
  position: absolute; left: 24px; right: 24px; bottom: 21px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff;
}
.media-caption strong { font-family:'Space Grotesk',sans-serif; font-size: 1.04rem; }
.media-caption span { max-width: 210px; text-align: right; font-size: .62rem; line-height: 1.45; opacity: .75; }
.media-mark {
  position: absolute; z-index: -1; width: 190px; right: -64px; top: -62px;
  opacity: .07; filter: saturate(.9); pointer-events: none; will-change: transform;
}

.values { padding: 0 0 44px; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values article { min-height: 150px; padding: 24px 24px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.values article:last-child { border-right: 0; }
.values article > span { color: #9aa5b4; font-size: .62rem; font-weight: 700; }
.values h2 { margin: 0 0 5px; font-size: 1.45rem; letter-spacing: -.04em; }
.values p { margin: 0; color: var(--muted); font-size: .8rem; }

.about-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.7fr); gap: clamp(60px,8vw,140px); align-items: start; }
.about h2 { margin: 0; max-width: 760px; font-size: clamp(3rem,5.2vw,5.2rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.about-copy { padding-top: 42px; color: var(--muted); font-size: .98rem; line-height: 1.82; }
.about-copy p { margin: 0 0 22px; }

.presence { padding-top: 10px; }
.presence-card {
  overflow: hidden; border: 1px solid rgba(10,108,243,.11); border-radius: 30px;
  background: linear-gradient(145deg,#fff 0%,#f2f7fc 100%); box-shadow: 0 22px 60px rgba(31,65,112,.08);
  padding: clamp(28px,4vw,48px);
}
.presence-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.presence-head p, .presence-head span { margin: 0; color: #8390a2; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.presence-body { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,8vw,108px); align-items: end; padding-top: clamp(42px,6vw,72px); }
.presence-brand img { width: 150px; }
.presence-brand p { display: grid; gap: 4px; margin: 20px 0 0; }
.presence-brand strong { font-family:'Space Grotesk',sans-serif; font-size: 1rem; }
.presence-brand span { color: var(--muted); font-size: .82rem; }
.presence-copy h2 { margin: 0; max-width: 690px; font-size: clamp(2.6rem,4.4vw,4.6rem); line-height: .98; letter-spacing: -.052em; font-weight: 600; }
.presence-copy p { max-width: 610px; margin: 20px 0 0; color: var(--muted); line-height: 1.72; }
.text-link { display: inline-flex; align-items:center; gap:9px; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid rgba(9,19,34,.28); text-decoration:none; font-size:.86rem; font-weight:700; }
.text-link:hover { color: var(--blue); border-color: var(--blue); }

.statement { padding-top: 64px; padding-bottom: 90px; }
.statement-inner { display:flex; justify-content:space-between; align-items:end; gap:30px; padding-top: 42px; border-top:1px solid var(--line); }
.statement p { margin:0; max-width:840px; font-size:clamp(3rem,5.4vw,5.5rem); line-height:.94; letter-spacing:-.06em; font-weight:600; }
.statement span { color:#8d99a9; font-size:.68rem; font-weight:700; letter-spacing:.12em; }

.site-footer { border-top:1px solid var(--line); padding: 32px 0 40px; background:rgba(255,255,255,.32); }
.footer-grid { display:grid; grid-template-columns:1fr auto auto; gap:44px; align-items:end; }
.footer-brand img { width: 96px; }
.footer-brand p { margin:10px 0 0; color:var(--muted); font-size:.74rem; }
.footer-links, .footer-meta { display:grid; gap:7px; }
.footer-links a { text-decoration:none; font-size:.75rem; font-weight:600; }
.footer-links a:hover { color:var(--blue); }
.footer-meta { color:#8a96a6; text-align:right; font-size:.68rem; }

[data-reveal] { opacity:0; transform:translateY(14px); transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity:1; transform:translateY(0); }
[data-parallax] { transform:translate3d(0,var(--parallax-y,0px),0); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .hero h1 { font-size: clamp(3.6rem,6.2vw,5.5rem); }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta div:last-child { display:none; }
  .media-frame { aspect-ratio: 4 / 3.25; }
}

@media (max-width: 860px) {
  :root { --header-h: 72px; }
  .container { width:min(calc(100% - 36px),var(--container)); }
  .section-space { padding: 82px 0; }
  .hero { padding-top: 34px; padding-bottom: 76px; }
  .hero-grid { grid-template-columns:1fr; gap:50px; }
  .hero-copy { max-width:760px; }
  .hero h1 { font-size:clamp(4rem,11vw,6.2rem); }
  .hero-media { max-width:760px; }
  .media-frame { aspect-ratio: 16 / 10; }
  .media-mark { width:160px; right:-44px; top:-46px; }
  .values-grid { grid-template-columns:repeat(2,1fr); }
  .values article:nth-child(2) { border-right:0; }
  .values article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .about-grid, .presence-body { grid-template-columns:1fr; gap:44px; }
  .about-copy { padding-top:0; max-width:700px; }
  .presence-body { align-items:start; }
  .footer-grid { grid-template-columns:1fr 1fr; align-items:start; }
  .footer-meta { grid-column:1 / -1; text-align:left; padding-top:18px; border-top:1px solid var(--line); }
}

@media (max-width: 580px) {
  :root {
    --header-h: 64px;
    --radius: 20px;
    --shadow: 0 18px 42px rgba(23, 55, 99, 0.10);
  }

  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section-space {
    padding: 68px 0;
  }

  /* Mobile header: static keeps full-page captures clean and avoids
     the sticky bar visually cutting through sections. */
  .site-header {
    position: relative;
    height: var(--header-h);
    background: transparent;
  }

  .site-header.is-scrolled {
    background: transparent;
    border-color: transparent;
    backdrop-filter: none;
  }

  .brand {
    width: 92px;
  }

  .header-cta {
    min-width: 38px;
    min-height: 38px;
    padding: 0 10px;
    background: rgba(255,255,255,.88);
  }

  .header-cta span {
    display: none;
  }

  /* HERO */
  .hero {
    padding-top: 18px;
    padding-bottom: 52px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy {
    max-width: none;
  }

  .eyebrow {
    gap: 9px;
    margin-bottom: 14px;
    font-size: .59rem;
    line-height: 1.4;
    letter-spacing: .105em;
  }

  .eyebrow span {
    width: 20px;
  }

  .hero h1 {
    max-width: 430px;
    font-size: clamp(2.95rem, 13.5vw, 4rem);
    line-height: .94;
    letter-spacing: -.055em;
  }

  .hero-lead {
    max-width: 440px;
    margin-top: 18px;
    font-size: .9rem;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 44px;
    padding-inline: 16px;
    font-size: .79rem;
  }

  /* Corporate info is already stated in the hero copy.
     Removing this repeated row makes the mobile hero tighter. */
  .hero-meta {
    display: none;
  }

  .hero-media {
    width: 100%;
    max-width: none;
  }

  .media-frame {
    aspect-ratio: 16 / 10.4;
    border-radius: 20px;
  }

  .media-frame > img {
    object-position: center 48%;
  }

  .media-caption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .media-caption strong {
    font-size: .9rem;
  }

  .media-caption span {
    display: none;
  }

  .media-mark {
    display: none;
  }

  /* VALUES: compact editorial list instead of wide rows */
  .values {
    padding-bottom: 18px;
  }

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

  .values article {
    min-height: 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 18px 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .values article:last-child {
    border-bottom: 0;
  }

  .values article > span {
    padding-top: 4px;
    font-size: .56rem;
  }

  .values h2 {
    margin: 0 0 3px;
    font-size: 1.18rem;
    line-height: 1.1;
  }

  .values p {
    font-size: .73rem;
    line-height: 1.45;
  }

  /* ABOUT */
  .about-grid {
    gap: 26px;
  }

  .about h2 {
    max-width: 450px;
    font-size: clamp(2.35rem, 10.8vw, 3.25rem);
    line-height: .98;
    letter-spacing: -.05em;
  }

  .about-copy {
    max-width: 470px;
    font-size: .88rem;
    line-height: 1.76;
  }

  .about-copy p {
    margin-bottom: 18px;
  }

  /* CURRENT PRESENCE */
  .presence {
    padding-top: 0;
  }

  .presence-card {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 18px 42px rgba(31,65,112,.07);
  }

  .presence-head {
    align-items: center;
    padding-bottom: 16px;
  }

  .presence-head p,
  .presence-head span {
    font-size: .57rem;
    letter-spacing: .085em;
  }

  .presence-body {
    gap: 34px;
    padding-top: 34px;
  }

  .presence-brand img {
    width: 124px;
  }

  .presence-brand p {
    margin-top: 14px;
  }

  .presence-brand strong {
    font-size: .94rem;
  }

  .presence-brand span {
    font-size: .75rem;
  }

  .presence-copy h2 {
    max-width: 430px;
    font-size: clamp(2.15rem, 9.8vw, 3rem);
    line-height: .98;
    letter-spacing: -.05em;
  }

  .presence-copy p {
    margin-top: 14px;
    font-size: .86rem;
    line-height: 1.7;
  }

  .text-link {
    margin-top: 20px;
    font-size: .78rem;
  }

  /* STATEMENT */
  .statement {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .statement-inner {
    gap: 18px;
    padding-top: 30px;
  }

  .statement p {
    max-width: 460px;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
    line-height: .94;
    letter-spacing: -.055em;
  }

  .statement span {
    font-size: .6rem;
  }

  /* FOOTER */
  .site-footer {
    padding: 28px 0 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand img {
    width: 88px;
  }

  .footer-brand p {
    margin-top: 8px;
    font-size: .69rem;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-links a {
    font-size: .71rem;
  }

  .footer-meta {
    grid-column: auto;
    gap: 5px;
    padding-top: 16px;
    text-align: left;
    font-size: .64rem;
  }

  /* Reduce reveal travel on small screens */
  [data-reveal] {
    transform: translateY(9px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
  [data-reveal] { opacity:1; transform:none; }
  [data-parallax] { transform:none!important; }
}