/* ============================================================
   FONT IMPORTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap');


/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --navy: #0f2440;
  --teal: #078b9b;
  --mint: #69d3d0;
  --ember: #ed8550;
  --ink: #18304a;
  --muted: #617184;
  --surface: #f3f7f8;
  --border: #dce5e9;
  --radius: 22px;
}


/* ============================================================
   BASE / RESET
   ============================================================ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, .brand {
  font-family: Sora, Arial, sans-serif;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1, h2 {
  letter-spacing: -.055em;
  line-height: 1.14;
  text-wrap: balance;
}

h1 {
  font-size: clamp(42px, 4.6vw, 66px);
  font-weight: 600;
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 600;
  margin-bottom: 24px;
}

h3 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -.025em;
}

p {
  color: var(--muted);
}

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

button, input, select, textarea {
  font: inherit;
}

button, a, input, select, textarea, summary {
  -webkit-tap-highlight-color: transparent;
}

button, a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}


/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  width: min(1160px, calc(100% - 64px));
  margin: auto;
}

.skip {
  position: fixed;
  left: 15px;
  top: -80px;
  z-index: 100;
  background: var(--navy);
  color: white;
  padding: 12px;
}

.skip:focus {
  top: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.noscript {
  padding: 20px;
  background: #fff4da;
  margin: 0;
}


/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffffff0;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s;
}
.site-header img{
    height : 120px;
    weight : 100px;
}

.site-header.scrolled {
  border-color: var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.1px;
}

.low-logo{
  height: 200px;
  width: 200px;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 45px;
  background: var(--navy);
  border-radius: 13px;
  color: var(--mint);
  font-size: 41px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -5px;
  padding-right: 5px;
  padding-bottom: 6px;
}

.brand-mark span {
  color: var(--ember);
}

.brand-digital {
  display: block;
  letter-spacing: 4.5px;
  font-size: 10px;
  margin-top: 6px;
}

.desktop-nav {
  display: flex;
  gap: 2px;
}

.desktop-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  padding: 9px 12px;
  border-radius: 30px;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  background: var(--surface);
  color: var(--navy);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  color: var(--navy);
  font-size: 22px;
}

#mobile-navigation {
  padding: 12px 28px 22px;
  border-top: 1px solid var(--border);
}

#mobile-navigation a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid var(--border);
}


/* ============================================================
   BUTTONS
   ============================================================ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 50px;
  padding: 15px 23px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s, box-shadow .2s;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #10244018;
}

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

.ember {
  background: linear-gradient(110deg, #f49b62, #e87341);
  color: #13283f;
}

.outline {
  border-color: #cbd7dd;
  background: transparent;
}

.header-cta {
  padding: 11px 18px;
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 70px 0 80px;
  background:
    radial-gradient(ellipse at 8% 20%, #dff4f370, transparent 50%),
    radial-gradient(ellipse at 80% 70%, #ffe8d760, transparent 45%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  gap: 55px;
}

.eyebrow {
  font-family: Sora, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #0c99a313;
}

.gradient-text {
  background: linear-gradient(115deg, var(--teal), #27b7bc);
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: 17px;
  line-height: 1.85;
  max-width: 550px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-bottom {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--muted);
}

.hero-bottom b {
  color: var(--ember);
  padding: 0 7px;
}

.tiny-orbit {
  color: var(--teal);
  font-size: 25px;
}

/* Hero image panel */
.hero-art {
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: .91;
  background: var(--navy);
  box-shadow: 0 30px 65px -30px #082e4660;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #061e32ed, transparent 48%, #071d3044);
}

.art-label {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 23px;
  right: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #fff;
}

.art-label .status-dot {
  background: var(--mint);
}

.art-caption {
  position: absolute;
  bottom: 29px;
  left: 29px;
  right: 29px;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -.8px;
}

.art-caption strong {
  font-weight: 600;
}

.art-caption > span:last-child {
  font-size: 34px;
  color: var(--mint);
}


/* ============================================================
   PILLARS
   ============================================================ */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 35px 0 48px;
  gap: 40px;
}

.pillars article {
  position: relative;
  padding: 7px 10px 0 40px;
  border-left: 1px solid var(--border);
}

.pillars article:first-child {
  border: 0;
  padding-left: 0;
}

.pillars h2 {
  font-size: 20px;
  letter-spacing: -.5px;
  margin: 9px 0;
}

.pillars p {
  font-size: 13px;
  margin: 0;
}

.number {
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}


/* ============================================================
   SECTIONS & GRIDS
   ============================================================ */
.section {
  padding: 96px 0;
}

.surface {
  background: var(--surface);
}

.section-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 40px;
}

.section-top h2 {
  margin-bottom: 0;
}

.section-top > p {
  font-size: 15px;
  margin-bottom: 3px;
}

.grid {
  display: grid;
  gap: 22px;
}

.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.section-intro {
  max-width: 620px;
  margin-bottom: 40px;
}


/* ============================================================
   CARDS
   ============================================================ */
.card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.card p {
  font-size: 13px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf6f6;
  color: var(--teal);
  width: 44px;
  height: 44px;
  border-radius: 13px;
  margin-bottom: 30px;
}

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

/* Solution cards */
.solution-card {
  scroll-margin-top: 110px;
}

.solution-card:target {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.solution-card h3 {
  min-height: 52px;
  margin-bottom: 12px;
}

.solution-card > p {
  min-height: 88px;
}

.card details {
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.card summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  color: var(--teal);
}

.detail-body {
  padding-top: 22px;
}

.detail-body h4 {
  font-size: 12px;
  margin: 16px 0 5px;
}

.detail-body p,
.detail-body li {
  font-size: 12px;
}

.detail-body ul {
  padding-left: 17px;
  color: var(--muted);
}

.solution-cta {
  background: linear-gradient(135deg, var(--navy), #0b6978);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-cta p {
  color: #d9e6ec;
}

.solution-cta h3 {
  font-size: 26px;
}

.solution-cta .button {
  align-self: start;
}


/* ============================================================
   ABOUT
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.about-grid > div > p:not(.eyebrow) {
  font-size: 15px;
}

.value-card {
  padding: 26px 24px;
  border-top: 1px solid var(--border);
}

.value-card h3 {
  margin: 15px 0 10px;
}

.value-card p {
  font-size: 13px;
  margin: 0;
}

.text-link {
  display: inline-block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  margin-top: 26px;
}


/* ============================================================
   DARK SECTIONS
   ============================================================ */
.dark {
  background: var(--navy);
  color: #fff;
}

.dark p {
  color: #b4c4d3;
}

.dark .eyebrow {
  color: var(--mint);
}

.light-teal {
  color: var(--mint);
}

.ai-section {
  background: radial-gradient(ellipse at 95% 5%, #135063, var(--navy) 65%);
}


/* ============================================================
   WORKFLOW
   ============================================================ */
.workflow {
  padding: 25px;
  border: 1px solid #ffffff26;
  background: #ffffff05;
  border-radius: 25px;
}

.workflow-head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #a6c1cf;
  margin-bottom: 30px;
}

.workflow-head > span:last-child {
  margin-left: auto;
}

.workflow-head .status-dot {
  background: var(--mint);
}

.workflow-step {
  border: 1px solid #ffffff22;
  border-radius: 13px;
  display: flex;
  gap: 16px;
  padding: 23px 18px;
  align-items: center;
  background: #ffffff04;
}

.workflow-step > span {
  font-size: 10px;
  color: var(--mint);
}

.workflow-step strong {
  font-size: 12px;
}

.workflow-step p {
  font-size: 10px;
  margin: 5px 0 0;
}

.workflow-step > b {
  margin-left: auto;
  color: var(--mint);
  font-size: 24px;
  font-weight: 400;
}

.workflow-step.featured {
  border-color: #53b7bc77;
  background: #1b65713a;
}

.workflow-line {
  height: 24px;
  width: 1px;
  background: #5c919e;
  margin-left: 32px;
}

.feature-card {
  padding: 26px;
  border-left: 2px solid #a8dada;
  background: #fff;
  border-radius: 0 16px 16px 0;
}

.feature-card h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 13px;
  margin: 0;
}


/* ============================================================
   FILTERS & PROJECTS
   ============================================================ */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.filters button {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 9px 16px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
}

.filters button[aria-pressed=true] {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.project-card {
  padding: 0;
  overflow: hidden;
}

.project-art {
  height: 180px;
  background:
    radial-gradient(ellipse at 80% 10%, #176c7b, transparent 70%),
    var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.project-art:before {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  border: 1px solid #80d6d32a;
  border-radius: 50%;
  right: -80px;
  top: -100px;
}

.project-art .node {
  z-index: 1;
  border: 1px solid #9cddd555;
  border-radius: 16px;
  padding: 18px;
  color: #b5f0e9;
  background: #ffffff08;
  font-family: Sora, sans-serif;
  font-size: 14px;
}

.project-art .node:nth-child(3) {
  border-color: #ef9b5670;
  color: #ffc59e;
}

.project-art > .connector {
  height: 1px;
  width: 24px;
  background: #6dbcbc;
}

.project-art.variant-1 {
  background:
    radial-gradient(ellipse at 30% 10%, #36748e, transparent 65%),
    #182d50;
}

.project-art.variant-2 {
  background:
    radial-gradient(ellipse at 70% 20%, #7b604c, transparent 80%),
    #17384b;
}

.project-content {
  padding: 27px;
}

.tag {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--teal);
}

.project-content h3 {
  font-size: 21px;
  margin: 10px 0 8px;
}

.project-content > p {
  font-size: 12px;
}

.project-content details p {
  font-size: 13px;
}

.tech-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.tech-tags span {
  font-size: 10px;
  background: var(--surface);
  padding: 5px 10px;
  border-radius: 20px;
}


/* ============================================================
   INDUSTRIES
   ============================================================ */
.industry-list {
  border-top: 1px solid var(--border);
}

.industry-list article {
  display: grid;
  grid-template-columns: 55px 1fr 1.4fr;
  gap: 25px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.industry-list h3 {
  font-size: 17px;
  margin: 0;
}

.industry-list p {
  font-size: 13px;
  margin: 0;
}


/* ============================================================
   INSIGHTS
   ============================================================ */
.insight-card h3 {
  font-size: 17px;
  margin: 20px 0 13px;
}

.insight-card p {
  margin: 0;
}


/* ============================================================
   CONTACT
   ============================================================ */
.contact-email {
  display: block;
  font-size: clamp(16px, 2vw, 23px);
  margin-top: 35px;
  color: var(--mint);
  overflow-wrap: anywhere;
}

.location {
  font-size: 12px !important;
  margin-top: 15px;
}

.contact-form {
  display: grid;
  gap: 8px;
  background: #ffffff06;
  border: 1px solid #ffffff26;
  border-radius: 24px;
  padding: 30px;
}

.contact-form label {
  font-size: 12px;
  margin-top: 6px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  color: #fff;
  background: #ffffff08;
  border: 1px solid #ffffff2b;
  border-radius: 9px;
  padding: 11px 13px;
  min-height: 44px;
  font-size: 14px;
}

.contact-form select option {
  color: var(--navy);
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  margin-top: 12px;
}

.form-note,
#form-status {
  font-size: 11px;
  margin: 4px 0 0;
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 65px 0 25px;
  border-top: 1px solid #ffffff20;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr 1fr;
  gap: 80px;
}

.footer .brand-mark {
  background: #ffffff0c;
}

.footer .brand {
  margin-bottom: 20px;
}

.footer p,
.footer a:not(.brand) {
  font-size: 12px;
}

.footer-grid > div > a:not(.brand) {
  display: block;
  margin-bottom: 12px;
  color: #b4c4d3;
  overflow-wrap: anywhere;
}

.footer h3 {
  font-size: 13px;
  margin: 0 0 22px;
}

.socials {
  display: flex;
  gap: 22px;
  color: var(--mint);
}

.footer-bottom {
  margin-top: 45px;
  border-top: 1px solid #ffffff20;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #a8bac9;
}


/* ============================================================
   RESPONSIVE — Large screens (≥1500px)
   ============================================================ */
@media (min-width: 1500px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}


/* ============================================================
   RESPONSIVE — Tablet (≤1050px)
   ============================================================ */
@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }

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

  .about-grid {
    gap: 35px;
  }

  .section-top {
    gap: 40px;
  }

  .footer-grid {
    gap: 35px;
  }

  .hero-bottom {
    letter-spacing: 1px;
    font-size: 8px;
  }

  .solution-card > p {
    min-height: 65px;
  }
}


/* ============================================================
   RESPONSIVE — Mobile (≤700px)
   ============================================================ */
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }

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

  .brand {
    font-size: 23px;
  }

  .brand-mark {
    width: 37px;
    height: 40px;
    font-size: 36px;
  }

  .brand-digital {
    font-size: 8px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 42px 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  h1 {
    font-size: 44px;
    max-width: 540px;
  }

  .hero-art {
    aspect-ratio: 1.13;
    max-height: 460px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-bottom {
    margin-top: 28px;
  }

  .art-caption {
    font-size: 22px;
  }

  .pillars {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px 0 45px;
  }

  .pillars article,
  .pillars article:first-child {
    padding: 0 0 22px 0;
    border: 0;
    border-bottom: 1px solid var(--border);
  }

  .section {
    padding: 65px 0;
  }

  .section-top,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .three,
  .two {
    grid-template-columns: 1fr;
  }

  .about-grid .two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .value-card {
    padding: 20px 8px;
  }

  .value-card h3 {
    font-size: 17px;
  }

  .value-card p {
    font-size: 12px;
  }

  .card {
    padding: 25px;
  }

  .solution-card h3,
  .solution-card > p {
    min-height: 0;
  }

  .solution-card h3 {
    margin-top: 0;
  }

  .icon {
    margin-bottom: 20px;
  }

  .project-card {
    padding: 0;
  }

  .industry-list article {
    grid-template-columns: 30px 1fr;
    gap: 14px;
  }

  .industry-list p {
    grid-column: 2;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }

  .contact-form {
    padding: 22px;
  }

  .workflow {
    padding: 18px;
  }

  .workflow-step {
    padding: 17px 12px;
    gap: 10px;
  }

  .workflow-step strong {
    font-size: 11px;
  }

  .workflow-step p {
    font-size: 10px;
  }

  .actions .button {
    padding: 14px 18px;
    font-size: 12px;
    gap: 12px;
  }
}


/* ============================================================
   ACCESSIBILITY — Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}