:root {
  --ink: #082826;
  --ink-2: #17433f;
  --paper: #f7f5ef;
  --paper-2: #efece2;
  --mint: #c9f36a;
  --teal: #2eb7a5;
  --teal-soft: #dff6f1;
  --white: #ffffff;
  --muted: #62736f;
  --line: rgba(8, 40, 38, 0.14);
  --shadow: 0 24px 70px rgba(8, 40, 38, 0.14);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
#our-brands { scroll-margin-top: 78px; }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 1000;
  padding: 12px 16px; border-radius: 12px; background: var(--mint); color: var(--ink); font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 245, 239, 0.9);
  border-bottom: 1px solid rgba(8, 40, 38, 0.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -0.03em; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 12px;
  background: var(--ink); position: relative; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 999px; background: var(--mint); }
.brand-mark::before { width: 16px; height: 6px; left: 7px; top: 8px; transform: rotate(-35deg); }
.brand-mark::after { width: 16px; height: 6px; right: 7px; bottom: 8px; transform: rotate(-35deg); background: var(--teal); }
.nav-links { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: 0.94rem; }
.nav-links a { position: relative; }
.nav-links a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--teal); transition: .2s ease; }
.nav-links a:not(.button):hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }
.nav-toggle span { display:block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 20px; border-radius: 999px;
  border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(8,40,38,.16); }
.button.alt { background: transparent; color: var(--ink); }
.button.alt:hover { background: var(--white); }
.button.light { background: var(--mint); color: var(--ink); border-color: var(--mint); }
.button.small { min-height: 42px; padding: 0 16px; font-size: .9rem; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; font-size: .75rem; color: var(--ink-2); }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--teal); }
.display { font-size: clamp(3rem, 7vw, 6.9rem); letter-spacing: -.072em; line-height: .91; margin: 20px 0 26px; max-width: 980px; }
.h1 { font-size: clamp(2.6rem, 5.5vw, 5.4rem); letter-spacing: -.06em; line-height: .95; margin: 18px 0 24px; }
.h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); letter-spacing: -.055em; line-height: 1; margin: 16px 0 22px; }
.h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.035em; line-height: 1.15; margin: 0 0 12px; }
.lede { max-width: 760px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: var(--ink-2); }
.copy { color: var(--muted); max-width: 780px; }

.hero { padding: 90px 0 74px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-line { margin-top: 28px; font-weight: 760; color: var(--ink-2); font-size: .94rem; }
.hero-visual {
  position: relative; border-radius: 32px; padding: 18px;
  background: linear-gradient(145deg, var(--teal-soft), var(--paper-2)); box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.hero-visual::before { content: ""; position: absolute; width: 170px; height: 170px; background: var(--mint); border-radius: 50%; right: -52px; top: -55px; z-index: -1; }
.hero-visual::after { content: ""; position: absolute; width: 90px; height: 90px; background: var(--teal); border-radius: 30px; left: -32px; bottom: -24px; z-index: -1; transform: rotate(24deg); }
.hero-visual img { border-radius: 20px; background: var(--white); }

.ticker { border-block: 1px solid var(--line); overflow: hidden; background: var(--paper-2); }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-item { padding: 18px 28px; font-weight: 850; white-space: nowrap; display: flex; align-items: center; gap: 18px; }
.ticker-item::after { content: "✦"; color: var(--teal); }
@keyframes ticker { to { transform: translateX(-50%); } }

.split-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(8,40,38,.1); border-color: rgba(46,183,165,.45); }
.card p { color: var(--muted); margin-bottom: 0; }
.icon-box { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-soft); margin-bottom: 28px; font-weight: 900; }
.icon-box svg { width: 22px; height: 22px; }

.dark-section { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(201,243,106,.16); right: -230px; top: -260px; box-shadow: 0 0 0 90px rgba(201,243,106,.03), 0 0 0 180px rgba(201,243,106,.025); }
.dark-section .eyebrow, .dark-section .copy { color: #b5cbc6; }
.dark-section .eyebrow::before { background: var(--mint); }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; overflow: hidden; }
.service-item { background: var(--ink); padding: 34px; min-height: 220px; }
.service-item .num { color: var(--mint); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }
.service-item h3 { color: var(--white); margin-top: 24px; }
.service-item p { color: #b5cbc6; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.process-steps { counter-reset: step; }
.process-step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-step:first-child { border-top: 1px solid var(--line); }
.process-step::before { counter-increment: step; content: "0" counter(step); width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--ink); color: var(--mint); font-weight: 900; }
.process-step p { margin: 4px 0 0; color: var(--muted); }
.sticky-visual { position: sticky; top: 110px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--white); }

.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.big-quote { font-size: clamp(2rem, 4vw, 4.2rem); letter-spacing: -.055em; line-height: 1; margin: 0; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 720; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); font-size: .76rem; flex: 0 0 auto; margin-top: 1px; }

.cta-band { margin: 0 auto 96px; width: min(calc(100% - 40px), var(--max)); border-radius: 32px; padding: 64px; background: var(--teal); color: var(--ink); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; width: 220px; height: 220px; border: 36px solid rgba(255,255,255,.22); border-radius: 50%; right: -80px; bottom: -120px; }
.cta-band h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1; }
.cta-band p { max-width: 650px; margin: 0; }

.page-hero { padding: 90px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: end; }
.page-hero .h1 { max-width: 900px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature { padding: 34px; border-radius: 24px; background: var(--white); border: 1px solid var(--line); }
.feature p { color: var(--muted); }

.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.stat { background: var(--white); padding: 28px; font-weight: 820; }
.stat span { display:block; color: var(--teal); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }

.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value { background: var(--ink); color: var(--white); padding: 34px; border-radius: 24px; }
.value p { color: #b5cbc6; }
.value strong { display: inline-grid; place-items:center; width: 42px; height:42px; border-radius:14px; background:var(--mint); color:var(--ink); margin-bottom:24px; }

.brand-cards { display:grid; grid-template-columns: repeat(2,1fr); gap:24px; }
.brand-card { min-height: 320px; border-radius: 28px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow:hidden; }
.brand-card:first-child { background: var(--ink); color: var(--white); }
.brand-card:last-child:not(:first-child) { background: var(--teal-soft); color: var(--ink); }
.brand-card a { color: inherit; }
.brand-card::after { content:""; width:210px; height:210px; border-radius:50%; position:absolute; right:-70px; top:-70px; border: 38px solid rgba(201,243,106,.25); }
.brand-card .tag { font-size:.76rem; text-transform:uppercase; letter-spacing:.12em; font-weight:900; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
.form-card { background: var(--white); border-radius: 28px; border: 1px solid var(--line); padding: 36px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 14px 15px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(46,183,165,.14); }
.field textarea { min-height: 155px; resize: vertical; }
.form-note, .form-status { color: var(--muted); font-size: .85rem; }
.form-status { min-height: 24px; margin-top: 10px; font-weight: 750; }
.contact-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.contact-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-item span { display:block; color:var(--muted); font-size:.82rem; margin-bottom:4px; }
.contact-item strong { word-break: break-word; }

.legal { max-width: 860px; }
.legal-meta { color:var(--muted); margin-bottom:42px; }
.legal h2 { font-size:1.25rem; letter-spacing:-.02em; margin:38px 0 10px; }
.legal p, .legal li { color:#536863; }
.legal ul { padding-left:22px; }
.legal a { text-decoration: underline; text-decoration-color: var(--teal); text-underline-offset:3px; }
.notice { padding: 22px 24px; border-radius: 18px; background: var(--teal-soft); border: 1px solid rgba(46,183,165,.28); color: var(--ink-2); }

.site-footer { background: #051d1c; color: var(--white); padding: 68px 0 24px; }
.footer-grid { display:grid; grid-template-columns: 1.5fr .75fr .75fr; gap:50px; }
.footer-brand p { color:#9eb6b1; max-width:520px; }
.footer-title { color:#9eb6b1; text-transform:uppercase; letter-spacing:.12em; font-weight:900; font-size:.72rem; margin-bottom:16px; }
.footer-links { display:grid; gap:10px; }
.footer-links a:hover { color:var(--mint); }
.footer-disclosure { margin-top:48px; padding-top:28px; border-top:1px solid rgba(255,255,255,.12); color:#9eb6b1; font-size:.82rem; line-height:1.72; max-width:1000px; }
.footer-disclosure strong { color:var(--white); }
.footer-disclosure a { color:var(--mint); text-decoration:underline; text-underline-offset:2px; }
.footer-bottom { margin-top:32px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px; color:#9eb6b1; font-size:.86rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { display:none; position:absolute; top:78px; left:20px; right:20px; flex-direction:column; align-items:stretch; gap:0; padding:14px; border-radius:18px; background:var(--white); box-shadow:var(--shadow); border:1px solid var(--line); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:12px 10px; }
  .nav-links .button { margin-top:8px; }
  .hero-grid, .page-hero-grid, .process-grid, .principles, .contact-grid { grid-template-columns:1fr; }
  .hero-visual { max-width:720px; }
  .cards-4 { grid-template-columns:repeat(2,1fr); }
  .split-head { grid-template-columns:1fr; gap:20px; }
  .sticky-visual { position:relative; top:0; }
  .stat-strip { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 700px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:72px 0; }
  .hero { padding:64px 0 54px; }
  .display { font-size:clamp(2.8rem, 16vw, 4.7rem); }
  .h1 { font-size:clamp(2.55rem, 14vw, 4.5rem); }
  .cards-4, .cards-3, .service-list, .feature-grid, .values, .brand-cards, .form-row { grid-template-columns:1fr; }
  .service-item { min-height:auto; }
  .cta-band { width:min(calc(100% - 28px), var(--max)); padding:38px 26px; grid-template-columns:1fr; }
  .cta-band .button { width:max-content; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1 / -1; }
  .footer-bottom { flex-direction:column; }
  .stat-strip { grid-template-columns:1fr; }
  .card, .feature, .value, .form-card { padding:26px; }
}

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

/* Home-page comfort pass */
body {
  font-size: 17px;
  line-height: 1.72;
  background: #fbfaf7;
}

.hero {
  padding: 76px 0 64px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  gap: 72px;
}

.display {
  max-width: 760px;
  font-size: clamp(3rem, 6.2vw, 5.9rem);
  line-height: .96;
  letter-spacing: -.064em;
  margin-bottom: 28px;
}

.hero .lede {
  max-width: 700px;
  line-height: 1.66;
}

.hero-actions {
  margin-top: 30px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
  font-size: .88rem;
  font-weight: 760;
  color: var(--ink-2);
}

.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(8, 40, 38, .1);
}

.trust-line span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}

.hero-visual {
  transform: none;
  padding: 12px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(8, 40, 38, .1);
  box-shadow: 0 24px 60px rgba(8, 40, 38, .10);
}

.hero-visual::before,
.hero-visual::after {
  display: none;
}

.hero-visual img {
  border-radius: 22px;
  background: #f3f7f4;
}

.hero-visual-note {
  display: grid;
  gap: 2px;
  padding: 16px 8px 7px;
}

.hero-visual-note strong {
  font-size: .95rem;
  letter-spacing: -.01em;
}

.hero-visual-note span {
  color: var(--muted);
  font-size: .86rem;
}

.work-pillars {
  border-block: 1px solid rgba(8, 40, 38, .10);
  background: #f3f1ea;
  padding: 22px 0;
}

.work-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.work-pillars-grid > div {
  min-height: 72px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(8, 40, 38, .11);
  font-size: .93rem;
  font-weight: 760;
  line-height: 1.35;
}

.work-pillars-grid > div:first-child {
  padding-left: 0;
}

.work-pillars-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.work-pillars-grid span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #ffffff;
  border: 1px solid rgba(8, 40, 38, .10);
  color: var(--teal);
  font-size: .72rem;
  font-weight: 900;
}

.section {
  padding: 88px 0;
}

.split-head {
  gap: 72px;
  margin-bottom: 42px;
}

.split-head .copy {
  max-width: 620px;
  line-height: 1.72;
}

.cards-4 {
  gap: 18px;
}

.card {
  padding: 30px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 28px rgba(8, 40, 38, .035);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(8,40,38,.07);
}

.icon-box {
  margin-bottom: 24px;
}

.dark-section {
  background: #123a36;
}

.dark-section::before {
  opacity: .5;
}

.service-list {
  border-radius: 22px;
}

.service-item {
  background: #123a36;
  padding: 36px;
  min-height: 210px;
}

.service-item p {
  max-width: 510px;
  line-height: 1.7;
}

.process-grid {
  gap: 76px;
}

.process-step {
  padding: 28px 0;
}

.process-step p {
  max-width: 620px;
  line-height: 1.72;
}

.principles {
  gap: 84px;
}

.principles .copy,
.principles .lede {
  max-width: 650px;
}

.cta-band {
  margin-bottom: 88px;
  padding: 56px 60px;
  background: #d8efe9;
}

.cta-band::after {
  opacity: .35;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr .82fr;
    gap: 48px;
  }

  .work-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-pillars-grid > div:nth-child(2) {
    border-right: 0;
  }

  .work-pillars-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(8, 40, 38, .11);
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-visual {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .hero {
    padding: 56px 0 48px;
  }

  .display {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
    line-height: .98;
  }

  .trust-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .work-pillars {
    padding: 8px 0;
  }

  .work-pillars-grid {
    grid-template-columns: 1fr;
  }

  .work-pillars-grid > div,
  .work-pillars-grid > div:first-child,
  .work-pillars-grid > div:last-child {
    padding: 14px 0;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 40, 38, .11);
  }

  .work-pillars-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .service-item {
    padding: 28px;
  }

  .cta-band {
    padding: 38px 26px;
  }
}

/* Markets grid */
.markets-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:24px; overflow:hidden; margin-top:8px; }
.markets-grid > div { background:#fff; padding:30px 28px; min-height:98px; display:flex; align-items:center; font-weight:850; font-size:1.06rem; letter-spacing:-.02em; transition:background .2s ease; }
.markets-grid > div:hover { background:var(--teal-soft); }
@media (max-width:980px){ .markets-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:700px){ .markets-grid{ grid-template-columns:1fr; } }
