:root {
  --bg: #f5f4ef;
  --paper: #fffefb;
  --ink: #151131;
  --text: #1f1b37;
  --muted: #5e5a72;
  --brand: #e78624;
  --brand-deep: #c46817;
  --line: #ddd4c5;
  --forest: #1d3b30;
  --forest-deep: #12271f;
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.62;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% -12%, rgba(231, 134, 36, 0.18), transparent 28%),
    radial-gradient(circle at 8% 38%, rgba(21, 17, 49, 0.06), transparent 28%),
    var(--bg);
}

img,
iframe {
  max-width: 100%;
}

h1, h2, h3, .btn, nav a {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.08; margin: 0 0 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.16; margin: 0 0 .8rem; }
h3 { margin: 0 0 .55rem; font-size: 1.08rem; }

a { color: var(--ink); }
a:hover { color: var(--brand-deep); }

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  background: var(--ink);
  color: #fff;
  padding: .5rem .7rem;
  border-radius: 8px;
}
.skip-link:focus { top: 8px; }

.container { width: min(1140px, 92vw); margin: 0 auto; }

.top-bar {
  background: linear-gradient(90deg, var(--forest-deep), var(--forest));
  color: #dcefe6;
  font-size: .86rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.top-wrap p { margin: 0; }
.top-wrap a { color: #ecfbf4; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(245, 244, 239, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-logo {
  width: clamp(140px, 15vw, 205px);
  height: auto;
  display: block;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1.1rem;
  align-items: center;
}

nav a {
  text-decoration: none;
  font-weight: 700;
}

.nav-toggle { display: none; }

.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(125deg, var(--ink), #2d1d60);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: .84rem 1.15rem;
  font-weight: 700;
  transition: transform .2s ease;
}
.btn:hover { color: #fff; transform: translateY(-1px); }
.btn-small { font-size: .88rem; padding: .52rem .88rem; }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }

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

.hero {
  padding: 5.4rem 0 4.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.8rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 .65rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand-deep);
  font-weight: 700;
  font-size: .75rem;
}

.lead {
  color: #2e2948;
  font-size: 1.06rem;
  max-width: 62ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.15rem;
}

.trust-row {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.trust-row li {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: .38rem .72rem;
  font-size: .9rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--line);
}

.about-hero-image {
  object-fit: contain !important;
  object-position: top center;
  background: #f7f4ec;
}

.hero-floating {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  background: rgba(18, 12, 39, 0.9);
  color: #f7f2ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: .85rem .9rem;
}

.hero-floating h3 { margin-bottom: .35rem; color: #fff; }
.hero-floating p { margin: 0; color: #ddd4ed; }

.semantic-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.3rem 0;
}

.impact-grid article {
  border-right: 1px solid var(--line);
  padding-right: .8rem;
}
.impact-grid article:last-child { border-right: 0; }

.logo-cloud {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.logos {
  margin-top: .45rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .6rem;
}

.logos span {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  padding: .62rem .48rem;
  text-align: center;
  font-weight: 600;
  font-size: .86rem;
  color: #342d58;
}

.clients-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.client-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.client-groups h3 {
  margin-bottom: .7rem;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .6rem;
}

.logo-tile {
  margin: 0;
  height: 88px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: .5rem;
  display: grid;
  place-items: center;
}

.logo-tile img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-link-tile {
  text-decoration: none;
  align-content: center;
  justify-items: center;
  gap: .32rem;
  height: auto;
  min-height: 88px;
}

.logo-link-tile span {
  text-align: center;
  font-size: .72rem;
  font-weight: 700;
  color: var(--ink);
}

.muted-note {
  color: var(--muted);
  margin: .2rem 0 0;
}

.section {
  padding: 5rem 0;
}

.section-head {
  max-width: 74ch;
  margin-bottom: 1.8rem;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head.light .eyebrow,
.section-head.light h2,
.section-head.light p {
  color: #eff7f3;
}

.dark-section {
  background:
    radial-gradient(circle at 85% 0%, rgba(76, 171, 121, 0.24), transparent 36%),
    linear-gradient(140deg, #19372d, #10211b 72%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 1rem;
  color: #eaf5ef;
}

.service-top {
  display: flex;
  gap: .6rem;
  align-items: center;
  margin-bottom: .5rem;
}

.service-top span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(231, 134, 36, 0.2);
  border: 1px solid rgba(231, 134, 36, 0.5);
  color: #ffd6a5;
  font-weight: 700;
  font-size: .83rem;
}

.service-card h3 { color: #fff; margin: 0; font-size: 1.04rem; }
.service-card p { color: #d2e5dc; margin: 0 0 .45rem; }
.service-card ul { margin: .55rem 0 0; padding-left: 1.08rem; }
.service-card li { margin-bottom: .35rem; }

.process-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.steps li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .8rem .9rem;
  display: grid;
  gap: .15rem;
}

.steps strong { color: var(--ink); }
.steps span { color: var(--muted); }

.founder-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.founder-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 2rem;
  align-items: start;
}

.founder-media {
  display: block;
}

.founder-photo {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(170deg, #ffffff, #f2ede3);
  padding: .8rem;
}

.founder-main-image {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  display: block;
}

.founder-social {
  margin-top: 1rem;
  padding-top: .85rem;
  border-top: 1px solid #dcd3c3;
  display: flex;
  justify-content: center;
}

.founder-linkedin {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  text-decoration: none;
  color: #0a66c2;
  border: 1px solid #b8d3ef;
  border-radius: 999px;
  background: #f3f8fe;
  padding: .34rem .72rem;
  font-size: .82rem;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.founder-linkedin:hover {
  background: #e8f2fc;
  border-color: #8fbde8;
  transform: translateY(-1px);
}

.founder-linkedin svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  min-height: 14px;
  display: block;
  fill: currentColor;
  flex: 0 0 14px;
}

.founder-role {
  margin: -.1rem 0 .75rem;
  color: #2d2650;
  font-weight: 600;
}

.founder-copy ul {
  margin: .6rem 0 0;
  padding-left: 1.1rem;
}

.affiliations-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.affiliations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.affiliations-grid h3 {
  font-size: 2rem;
  margin-bottom: .85rem;
}

.aff-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aff-list li {
  padding: .95rem 0;
  border-bottom: 1px dashed #d8cfbf;
}

.aff-list strong {
  display: block;
  font-size: 1.15rem;
  color: #1d1836;
}

.aff-list span {
  display: block;
  margin-top: .15rem;
  color: var(--muted);
}

.sectors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.chip-list {
  list-style: none;
  padding: 0;
  margin: .7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.chip-list li {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: .38rem .7rem;
  font-size: .92rem;
}

.plain-list {
  margin: .7rem 0 0;
  padding-left: 1.1rem;
}

.plain-list li { margin-bottom: .34rem; }

.why-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.why-grid article {
  background: #fffaf2;
  border: 1px solid #efd8b5;
  border-radius: 12px;
  padding: .8rem;
}

.pricing-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  padding: .95rem;
  display: grid;
  gap: .6rem;
}

.price-card h3 { margin: 0; }
.price-tag { color: var(--muted); margin: 0; }
.price-card ul { margin: 0; padding-left: 1.05rem; }
.price-card li { margin-bottom: .35rem; }

.price-card.featured {
  border-color: #e7be8d;
  background: #fff7eb;
  box-shadow: 0 10px 22px rgba(196, 104, 23, 0.12);
}

.testimonial-section {
  background:
    radial-gradient(circle at 18% 15%, rgba(78, 173, 123, 0.22), transparent 30%),
    linear-gradient(145deg, #19372d, #11211b);
}

.testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 1.2rem;
  color: #ebf6f1;
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-card .eyebrow { color: #ffd09a; }
.testimonial-card h2 { color: #fff; font-size: clamp(1.2rem, 2.3vw, 1.9rem); }

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.insight-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

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

.insight-card h3 {
  font-size: 1rem;
  padding: .75rem .78rem .4rem;
}

.insight-meta {
  margin: .7rem .78rem .2rem;
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.insight-card a {
  display: inline-block;
  padding: 0 .78rem .8rem;
  font-weight: 700;
}

.cta-band {
  background:
    linear-gradient(rgba(16, 29, 24, 0.78), rgba(16, 29, 24, 0.78)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80")
      center/cover no-repeat;
}

.cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 1rem;
  color: #f3fcf7;
}

.cta-shell .eyebrow { color: #ffd09a; }
.cta-shell h2 { color: #fff; margin-bottom: 0; }

.gallery-preview-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.gallery-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-preview-cta {
  margin-top: 1rem;
  text-align: center;
}

.gallery-main {
  min-height: 100vh;
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.gallery-photo {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.gallery-photo img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.faq-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: .85rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffef9;
  padding: 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: #1f1a37;
  line-height: 1.4;
}

.faq-list summary::marker {
  color: var(--brand-deep);
}

.faq-list p {
  margin: .6rem 0 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
}

.lead-form {
  margin-top: 1rem;
  display: grid;
  gap: .64rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #d6cdbd;
  border-radius: 10px;
  padding: .72rem .78rem;
  font: inherit;
  background: #fff;
}

.lead-form textarea { resize: vertical; }

.lead-form input,
.lead-form select,
.lead-form textarea,
.lead-form button {
  min-height: 46px;
}

.contact-card {
  border-left: 3px solid var(--brand);
  padding-left: 1rem;
}

.map-embed {
  margin-bottom: .9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  min-height: 260px;
  display: block;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fdfcf8;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.25fr .7fr .9fr .9fr;
  gap: 1.4rem;
  padding: 2.3rem 0 1.5rem;
  border-bottom: 1px solid var(--line);
}

.footer-logo {
  width: min(220px, 66vw);
  height: auto;
  margin-bottom: .55rem;
}

.footer-top h3 {
  margin: 0 0 .55rem;
  font-size: .98rem;
}

.footer-top p {
  margin: .25rem 0;
  color: var(--muted);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: .34rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  padding: 1rem 0 1.8rem;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.legal-main {
  min-height: 100vh;
  background: #fff;
  padding: 2.2rem 0;
}

.legal-wrap {
  max-width: 880px;
}

.legal-home {
  display: inline-block;
  margin-bottom: .9rem;
  text-decoration: none;
  font-weight: 700;
}

.legal-wrap h1 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.legal-wrap h2 {
  margin-top: 1.2rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.legal-wrap p {
  color: #433d58;
}

.article-wrap {
  max-width: 900px;
}

.article-hero {
  margin-bottom: 1.2rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .9rem;
  margin: .25rem 0 .8rem;
  color: var(--muted);
  font-size: .92rem;
}

.article-feature {
  margin: 0 0 .85rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.article-feature img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

.article-summary {
  color: #302a4a;
  font-size: 1.03rem;
  margin: 0 0 .4rem;
}

.article-wrap h2 {
  margin-top: 1.35rem;
}

.article-wrap h3 {
  margin-top: 1rem;
  margin-bottom: .35rem;
}

.article-wrap ul {
  padding-left: 1.1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1000px) {
  .hero-grid,
  .services-grid,
  .process-grid,
  .founder-grid,
  .affiliations-grid,
  .client-groups,
  .sectors-grid,
  .why-grid,
  .contact-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .logos,
  .pricing-grid,
  .insights-grid,
  .gallery-preview-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

  .impact-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: .7rem;
  }

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

  .hero-media img { height: 360px; }

  .hero-floating {
    position: static;
    margin-top: .75rem;
  }

  .cta-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .top-bar { display: none; }
  .site-header { position: static; }

  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    padding: .42rem .68rem;
    font-weight: 700;
  }

  nav ul {
    position: absolute;
    right: 4vw;
    top: 74px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 230px;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: none;
  }

  nav ul.open { display: flex; }
  nav ul li a { display: block; padding: .8rem .9rem; border-bottom: 1px solid var(--line); }
  nav ul li:last-child a { border-bottom: 0; }

  .section, .hero { padding: 3.6rem 0; }

  .article-feature img {
    height: 220px;
  }

  nav ul li a,
  .btn,
  .btn-small {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
