:root {
  --bg: #eef3f5;
  --surface: #ffffff;
  --surface-strong: #0f2c35;
  --surface-alt: #dfe8ea;
  --surface-soft: #f7fafb;
  --text: #15262c;
  --muted: #5d6d74;
  --line: #d4e0e3;
  --accent: #19bfa6;
  --accent-dark: #118975;
  --accent-pale: rgba(25, 191, 166, 0.12);
  --shadow: 0 18px 45px rgba(16, 38, 45, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(25, 191, 166, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbfb 0%, var(--bg) 100%);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

p,
ul,
li {
  font-size: 0.98rem;
}

h1,
h2,
h3 {
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.15;
  margin: 0 0 0.85rem;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.3;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.narrow {
  width: min(760px, 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(248, 251, 251, 0.9);
  border-bottom: 1px solid rgba(212, 224, 227, 0.8);
}

.header-inner,
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  box-shadow: 0 12px 24px rgba(15, 44, 53, 0.16);
}

.brand-text {
  display: grid;
  gap: 0.05rem;
}

.brand-name {
  font-size: 1rem;
}

.brand-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.nav a {
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  border-bottom-color: rgba(17, 137, 117, 0.34);
}

.nav a.is-active {
  color: var(--surface-strong);
}

.nav a,
.site-footer a,
.text-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.98rem;
}

.nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--surface-strong);
}

.hero,
.page-hero {
  padding: 4rem 0 2.8rem;
}

.hero-grid,
.page-hero-grid,
.two-column,
.grid.two {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hero-grid,
.two-column {
  align-items: center;
}

.page-hero-grid {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.hero-shell {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.hero-shell-single {
  grid-template-columns: minmax(0, 1fr);
}

.hero-enhanced {
  padding: 4.4rem 0 3.1rem;
}

.hero-enhanced .hero-copy {
  max-width: 44rem;
}

.hero-copy-wide {
  max-width: 56rem;
}

.hero-enhanced h1 {
  max-width: 14ch;
}

.hero-copy-wide h1 {
  max-width: 24ch;
}

.hero-proof-card {
  padding: 1.4rem;
  border-radius: 1.45rem;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 22px 55px rgba(10, 28, 33, 0.18);
}

.dark-panel {
  background: linear-gradient(145deg, #123642 0%, #0b242c 100%);
  color: white;
}

.dark-panel p,
.dark-panel li,
.dark-panel .eyebrow {
  color: rgba(255,255,255,0.8);
}

.hero-proof-card h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

.hero-proof-metrics {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.metric-label {
  display: block;
  margin-bottom: 0.22rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 800;
  color: rgba(255,255,255,0.58);
}

.section-tight-top {
  padding-top: 1.25rem;
}

.left-align {
  text-align: left;
}

.story-grid-compact {
  margin-top: 0.55rem;
}

.spotlight-grid {
  align-items: stretch;
}

.issue-card,
.emphasis-card,
.service-highlight-card,
.deliverables-card {
  padding: 1.4rem;
}

.lead-offer-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 1.35rem;
}

.service-highlight-card,
.deliverables-card {
  border-radius: 1.35rem;
  box-shadow: var(--shadow);
}

.service-highlight-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
  border: 1px solid rgba(21, 38, 44, 0.06);
}

.service-detail-grid {
  margin-top: 1rem;
  align-items: start;
}

.service-grid-refined .card,
.contact-card-strong {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}

.contact-card-strong {
  border: 1px solid rgba(21, 38, 44, 0.06);
}

.enquiry-form {
  display: grid;
  gap: 0.95rem;
}

.enquiry-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--surface-strong);
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border-radius: 0.9rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font: inherit;
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 8rem;
}

.strong-link {
  font-weight: 700;
  color: var(--surface-strong);
}

.process-grid-expanded {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-card.numbered {
  position: relative;
  padding-top: 3rem;
}

.process-number {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: var(--accent-dark);
}

.proof-band {
  display: grid;
  gap: 1.25rem;
}

.resource-intro-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.resource-list-featured {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.article-bridge {
  margin-top: 1.5rem;
  padding: 1.35rem;
  border-radius: 1.3rem;
  box-shadow: var(--shadow);
}

.narrow-heading {
  max-width: 44rem;
}

.inline-metrics-wide {
  gap: 1rem;
}

.metric-card-strong {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fa 100%);
}

.cta-box-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}

.cta-actions-stack {
  display: grid;
  gap: 0.75rem;
  min-width: 240px;
}

.check-list.tight li {
  margin-bottom: 0.58rem;
}

.check-list.tight li:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .hero-shell,
  .lead-offer-grid,
  .resource-intro-grid,
  .cta-box-split {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 700px) {
  .hero-enhanced {
    padding-top: 3.8rem;
  }

  .hero-proof-card,
  .issue-card,
  .emphasis-card,
  .service-highlight-card,
  .deliverables-card {
    padding: 1.15rem;
  }
}


.hero-copy {
  max-width: 37rem;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.07;
  margin: 0 0 0.85rem;
  max-width: 12ch;
  letter-spacing: -0.03em;
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero-simple {
  padding-bottom: 2.25rem;
}

.page-hero-simple .narrow {
  max-width: 52rem;
}

.page-hero-simple h1 {
  max-width: 16ch;
}

.page-hero-simple p {
  max-width: 42rem;
}

.article-hero h1 {
  max-width: 14ch;
}

.hero-text,
.page-hero p,
.section-intro,
.muted-copy {
  max-width: 40rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--accent-dark);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.94rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--surface-strong);
  color: white;
  box-shadow: 0 14px 30px rgba(15, 44, 53, 0.18);
}

.button.primary:hover {
  background: #0b222a;
}

.button.secondary {
  border: 1px solid rgba(21, 38, 44, 0.08);
  color: var(--surface-strong);
  background: rgba(255, 255, 255, 0.86);
}

.logo-strip,
.metric-row,
.inline-metrics {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.logo-strip {
  margin-top: 1.2rem;
}

.logo-pill {
  color: var(--surface-strong);
  background: var(--surface);
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.hero-visual,
.visual-card,
.image-card,
.cta-box,
.card,
.service-card,
.resource-card,
.panel,
.metric-card,
.contact-card,
.story-card,
.timeline-card,
.process-card,
.quote-card,
.article-content {
  background: var(--surface);
  border: 1px solid rgba(21, 38, 44, 0.06);
  border-radius: 1.35rem;
  box-shadow: var(--shadow);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #123642 0%, #0b242c 100%);
  color: white;
  padding: 1rem;
}

.hero-visual img,
.image-card img {
  border-radius: 1rem;
}

.visual-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 18rem;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
}

.visual-card h3,
.visual-card p {
  margin: 0;
}

.visual-card p {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 3.15rem 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(223,232,234,0.9) 100%);
  border-top: 1px solid rgba(21, 38, 44, 0.04);
  border-bottom: 1px solid rgba(21, 38, 44, 0.04);
}

.section-heading {
  margin-bottom: 1.25rem;
}

.grid.two,
.grid.three,
.resource-list,
.story-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: 1.35rem;
}

.grid.three,
.resource-list,
.story-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.resource-list.compact {
  margin-bottom: 1rem;
}

.card,
.cta-box,
.service-card,
.resource-card,
.panel,
.contact-card,
.story-card,
.timeline-card,
.process-card,
.quote-card,
.metric-card,
.article-content,
.article-cta,
.related-reading {
  padding: 1.2rem;
}

.panel.dark,
.quote-card.dark,
.cta-box.dark,
.service-card.lead {
  background: linear-gradient(135deg, #123642 0%, #0f2c35 100%);
  color: white;
}

.panel.dark p,
.quote-card.dark p,
.cta-box.dark p,
.service-card.lead p,
.service-card.lead li,
.service-card.lead .eyebrow,
.quote-card.dark li,
.cta-box.dark li {
  color: rgba(255,255,255,0.8);
}

.stack-gap {
  display: grid;
  gap: 1.15rem;
}

.content-block h2,
.section h2,
.card h2,
.card h3,
.service-card h2,
.service-card h3,
.article-content h2,
.process-card h3,
.contact-card h3,
.story-card h3,
.metric-card h3,
.quote-card h2,
.timeline-card h3 {
  margin-top: 0;
}

.card p,
.service-card p,
.resource-card p,
.panel p,
.story-card p,
.contact-card p,
.metric-card p,
.process-card p,
.timeline-card p,
.article-content p,
.article-cta p,
.related-reading p {
  color: var(--muted);
}

.resource-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}

.resource-card h3,
.resource-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.resource-card h3 a:hover {
  color: var(--accent-dark);
}

.resource-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  background: var(--accent-pale);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-card {
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: auto;
}

.image-card.compact {
  width: min(100%, 320px);
  justify-self: end;
}

.image-card.compact img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.metric-card {
  background: var(--surface-soft);
  min-width: 0;
}

.metric-value {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 800;
  color: var(--surface-strong);
  margin-bottom: 0.45rem;
}

.check-list,
.list-clean {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
}

.check-list li,
.list-clean li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.68rem;
}

.check-list li::before,
.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--accent);
}

.timeline {
  display: grid;
  gap: 0.9rem;
}

.timeline-card {
  border-left: 4px solid var(--accent);
}

.article-content {
  padding: 1.7rem;
}

.article-content h2 {
  margin-top: 1.75rem;
}

.article-content h2:first-of-type {
  margin-top: 0;
}

.article-cta,
.related-reading {
  margin-top: 1.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #eef6f6 0%, #dfe8ea 100%);
  border: 1px solid rgba(21, 38, 44, 0.06);
}

.related-reading .resource-list {
  margin-top: 1rem;
}

.contact-card strong {
  color: var(--surface-strong);
}

.site-footer {
  background: rgba(255,255,255,0.8);
  border-top: 1px solid rgba(21, 38, 44, 0.06);
}

.site-footer p {
  margin: 0;
}

.footer-note {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .visual-card {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .page-hero-grid,
  .hero-grid,
  .two-column,
  .grid.two,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .image-card.compact {
    width: 100%;
    justify-self: stretch;
  }

  .image-card.compact img {
    height: auto;
    max-height: 260px;
  }
}

@media (max-width: 700px) {
  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    gap: 0.8rem 1rem;
  }

  .hero,
  .page-hero {
    padding-top: 3.7rem;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .article-content {
    padding: 1.25rem;
  }
}
