/* GetCheckmark — stylesheet */
:root {
  --primary: #0f766e;
  --primary-dark: #134e4a;
  --accent: #fbbf24;
  --ink: #042f2e;
  --paper: #ffffff;
  --soft: #f5f6f8;
  --muted: #56607a;
  --line: #e7e9ee;
  --radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--ink); line-height: 1.6; background: var(--paper); }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 8px 16px; z-index: 100; }
.skip-link:focus { left: 0; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 760px; }
a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration: none; }
h1, h2, h3, h4 { font-family: inherit; font-weight: 700; line-height: 1.2; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0 0 0.5em; }
h2 { font-size: 1.5rem; margin: 2.2em 0 0.75em; }
h3 { font-size: 1.2rem; margin: 1.5em 0 0.5em; }
p { margin: 0.5em 0 1em; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 720px; }
.kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--primary); font-weight: 700; margin: 0 0 12px; }
.muted { color: var(--muted); font-size: 0.92rem; }
ul, ol { padding-left: 1.5em; }
li { margin: 0.3em 0; }

/* Header */
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 0; z-index: 20; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--ink); text-decoration: none; font-size: 1.1rem; }
.brand-mark { width: 22px; height: 22px; border-radius: 4px; background: linear-gradient(135deg, var(--primary), var(--accent)); display: inline-block; }
.site-header nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 22px; }
.site-header nav a { color: var(--ink); text-decoration: none; font-weight: 500; padding: 6px 2px; border-bottom: 2px solid transparent; }
.site-header nav li.active a { border-bottom-color: var(--accent); }
.site-header nav a:hover { border-bottom-color: var(--primary); }

/* Hero */
.hero { background: linear-gradient(135deg, var(--primary), #134e4a); color: #fff; padding: 96px 0 80px; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 900px; }
.hero .lead { color: rgba(255,255,255,0.88); max-width: 760px; font-size: 1.25rem; }
.hero .kicker { color: var(--accent); }
.cta-row { margin-top: 24px; }
.btn { display: inline-block; padding: 12px 24px; border-radius: var(--radius); text-decoration: none; font-weight: 600; margin: 0 8px 8px 0; transition: opacity 0.15s; }
.btn.primary { background: var(--accent); color: var(--ink); }
.btn.primary:hover { opacity: 0.9; text-decoration: none; }
.btn.ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.btn.ghost:hover { background: rgba(255,255,255,0.1); text-decoration: none; }

/* Stats */
.stats { background: var(--soft); padding: 32px 0; border-bottom: 1px solid var(--line); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; }
.stat { text-align: center; }
.stat strong { display: block; font-size: 2rem; font-weight: 700; color: var(--primary); }
.stat span { display: block; font-size: 0.92rem; color: var(--muted); margin-top: 4px; }

/* Generic page chrome */
.page-head { background: var(--soft); padding: 56px 0 32px; border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 880px; }
.page { padding: 56px 0; }
.page .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 24px; }
.section-lead { font-size: 1.1rem; color: var(--muted); max-width: 720px; }
.services-preview { padding: 64px 0; background: var(--paper); }
.services-preview h2 { margin-top: 0; }
.card { background: var(--paper); padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.card h3 { margin: 0 0 12px; color: var(--primary); }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a:hover { text-decoration: underline; }
.more { font-weight: 600; }

/* Services list */
.services-list { display: grid; grid-template-columns: 1fr; gap: 20px; }
.service { padding: 28px 32px; background: var(--soft); border-left: 4px solid var(--accent); border-radius: var(--radius); }
.service h2 { margin: 0 0 8px; color: var(--primary); font-size: 1.4rem; }
.service h2 a { color: inherit; text-decoration: none; }
.service h2 a:hover { text-decoration: underline; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 32px 0; }
.member { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.member-photo { width: 100%; height: 160px; background: linear-gradient(135deg, var(--primary), var(--accent)); opacity: 0.25; border-radius: var(--radius); margin-bottom: 16px; }
.member h3 { margin: 0 0 4px; }
.member .role { color: var(--muted); margin: 0 0 12px; font-style: italic; }
.member .expertise { font-size: 0.92rem; color: var(--muted); margin-top: 12px; }

/* Blog */
.post-list, .case-list { display: grid; gap: 32px; margin-top: 24px; }
.post-card { padding: 24px 0; border-bottom: 1px solid var(--line); }
.post-card h2, .post-card h3 { margin: 6px 0; }
.post-card h2 a, .post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h2 a:hover, .post-card h3 a:hover { text-decoration: underline; color: var(--primary); }
.post-meta, .post-date, .case-sector { color: var(--muted); font-size: 0.92rem; margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.post-body p { font-size: 1.05rem; line-height: 1.7; }
.post-author { color: var(--muted); font-size: 0.92rem; }
.post-footer { background: var(--soft); padding: 24px 28px; border-radius: var(--radius); margin: 32px 0; border-left: 4px solid var(--accent); }
.related { background: var(--soft); padding: 24px 28px; border-radius: var(--radius); margin: 32px 0 0; }
.related h3 { margin-top: 0; }
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { padding: 6px 0; }

/* Cases */
.case-preview, .case { padding: 24px 0; border-bottom: 1px solid var(--line); }
.case-meta { background: var(--soft); padding: 16px 20px; border-radius: var(--radius); margin: 24px 0; }
.case-meta p { margin: 4px 0; font-size: 0.96rem; }

/* Industries */
.industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.industry { padding: 24px 28px; background: var(--soft); border-radius: var(--radius); }
.industry h2 { margin: 0 0 12px; font-size: 1.25rem; color: var(--primary); }
.industry h2 a { color: inherit; text-decoration: none; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq-item summary { font-weight: 600; cursor: pointer; padding: 8px 0; list-style: none; font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "+ "; color: var(--primary); font-weight: 700; }
.faq-item[open] summary::before { content: "− "; }
.faq-answer { padding: 8px 0 12px; color: var(--muted); }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 16px 0 32px; }
.value { padding: 20px 24px; background: var(--soft); border-radius: var(--radius); }
.value h3 { margin: 0 0 6px; color: var(--primary); font-size: 1.05rem; }

/* Timeline */
.timeline { list-style: none; padding: 0; border-left: 2px solid var(--accent); margin-left: 6px; }
.timeline li { padding: 8px 0 8px 18px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: 14px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }

/* Press / careers / roles */
.press-item, .role { padding: 20px 0; border-bottom: 1px solid var(--line); }
.press-date, .role-meta { color: var(--muted); font-size: 0.92rem; margin: 0 0 6px; }

/* Testimonial */
.testimonial { background: var(--ink); color: #fff; padding: 56px 0; }
.testimonial blockquote { margin: 0; max-width: 800px; }
.testimonial p { font-size: 1.4rem; line-height: 1.5; font-style: italic; }
.testimonial cite { display: block; margin-top: 16px; font-style: normal; color: rgba(255,255,255,0.7); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 24px; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-block h2 { margin-top: 0; }

/* Breadcrumb */
.breadcrumb { font-size: 0.92rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--muted); }

/* CTA strip */
.cta-strip { background: var(--soft); padding: 56px 0; border-top: 1px solid var(--line); }
.cta-strip h2 { margin-top: 0; }
.cases-preview, .blog-preview { padding: 64px 0; }
.cases-preview { background: var(--soft); }

/* Footer */
.site-footer { background: var(--ink); color: #d0d4dc; padding: 56px 0 24px; }
.site-footer .cols { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
@media (max-width: 880px) { .site-footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .cols { grid-template-columns: 1fr; } }
.site-footer a { color: #d0d4dc; }
.brand-footer { color: #fff; font-weight: 700; font-size: 1.1rem; margin: 0 0 8px; }
.col-head { color: #fff; font-weight: 700; margin: 0 0 12px; text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.1em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 6px 0; }
.legal { border-top: 1px solid #2a3142; padding-top: 24px; font-size: 0.88rem; color: rgba(208,212,220,0.7); }
.tagline { color: rgba(208,212,220,0.85); font-size: 0.96rem; }
.socials { margin-top: 12px; }
.socials a { margin-right: 12px; font-size: 0.92rem; }
address { font-style: normal; font-size: 0.96rem; line-height: 1.7; }
