:root {
  --ink: #171a17;
  --ink-soft: #4b514b;
  --paper: #f6f6f1;
  --white: #ffffff;
  --line: #d8ddd3;
  --lime: #a6d80a;
  --lime-dark: #789d00;
  --lime-text: #546e00;
  --lime-soft: #eaf6c5;
  --max: 1180px;
  --radius: 26px;
  --shadow: 0 22px 70px rgba(23,26,23,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }

.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 1000; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 10px; transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: clamp(74px, 9vw, 128px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--lime-text); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { text-wrap: pretty; }
h1,h2,h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3.25rem, 7vw, 7.2rem); font-weight: 720; }
h1 span { color: var(--lime-dark); }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.5vw, 4.7rem); font-weight: 710; }
h3 { font-size: 1.34rem; }
p { margin-top: 0; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid transparent; background: rgba(246,246,241,.88); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-bottom-color: rgba(23,26,23,.08); box-shadow: 0 6px 30px rgba(23,26,23,.05); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; }
.brand-logo { height: 52px; width: auto; max-width: none; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--lime-text); }
.nav-cta { padding: 10px 16px; color: white; background: var(--ink); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { min-height: calc(100svh - 82px); display: flex; align-items: center; padding: clamp(70px, 8vw, 120px) 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-lead { max-width: 720px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 760; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-primary:hover { background: #b5e524; }
.button-secondary { background: transparent; }
.button-secondary:hover { color: white; background: var(--ink); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.hero-tags li { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .82rem; font-weight: 680; }
.hero-visual { position: relative; isolation: isolate; }
.hero-visual::before { content: none; }
.hero-infusion-frame { margin: 0; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.hero-infusion { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; display: block; }

.focus-section { background: var(--white); }
.section-heading { margin-bottom: 48px; }
.section-heading.narrow { max-width: 780px; }
.section-heading > p, .profile-intro > p { color: var(--ink-soft); font-size: 1.08rem; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.question-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcf8; }
.question-grid article > span { display: inline-block; margin-bottom: 42px; color: var(--lime-text); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.question-grid p { margin-bottom: 0; color: var(--ink-soft); }

.services-section { background: #2c312c; color: white; }
.services-section .eyebrow { color: var(--lime); }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; }
.split-heading > p { max-width: 520px; justify-self: end; margin-bottom: 8px; color: #c6cdc5; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #4a514a; border-left: 1px solid #4a514a; }
.service-card { min-height: 300px; padding: 28px 26px; border-right: 1px solid #4a514a; border-bottom: 1px solid #4a514a; transition: background .2s, transform .2s; }
.service-card:hover { background: #353b35; }
.service-icon { display: block; width: 72px; height: 72px; margin: 0 auto 40px; object-fit: contain; transition: transform .2s ease; }
.service-card:hover .service-icon { transform: translateY(-3px) scale(1.025); }
.service-card h3 { color: white; }
.service-card p { margin-bottom: 0; color: #bdc4bc; font-size: .95rem; }

.clients-section { background: var(--white); }
.clients-section .split-heading > p { color: var(--ink-soft); }
.client-cloud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; }
.client-cloud li { min-height: 116px; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px solid #dfe4da; background: var(--white); border-radius: 10px; font-size: clamp(1rem, 1.7vw, 1.35rem); font-weight: 740; text-align: center; }
.client-logo-cloud li { min-height: 158px; padding: 28px 32px; }
.client-logo-cloud img { display: block; width: auto; max-width: min(230px, 92%); max-height: 96px; object-fit: contain; }
.client-note { margin: 16px 0 0; color: #666e64; font-size: .78rem; }

.profile-section { background: #ecf1e2; }
.profile-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.profile-figure { width: min(279px, 56vw); margin: 0 0 24px; }
.profile-figure img { width: 100%; height: auto; filter: drop-shadow(0 18px 36px rgba(23,26,23,.12)); }
.profile-lead { color: var(--ink)!important; font-size: 1.22rem!important; font-weight: 560; }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--ink); text-decoration-thickness: 2px; text-underline-offset: 6px; font-weight: 760; }
.competence-panel { padding: clamp(28px, 4vw, 44px); background: var(--paper); border-radius: var(--radius); }
.competence-panel h3 { margin-bottom: 12px; }
.competence-panel ol { padding: 0; margin: 0; list-style: none; counter-reset: competence; }
.competence-panel li { counter-increment: competence; display: grid; grid-template-columns: 38px 1fr; gap: 6px 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.competence-panel li:last-child { border-bottom: 0; }
.competence-panel li::before { content: "0" counter(competence); grid-row: 1 / 3; align-self: start; padding-top: .16em; color: var(--lime-text); font-size: .72rem; line-height: 1.25; font-weight: 850; letter-spacing: .08em; }
.competence-panel strong { font-size: 1rem; }
.competence-panel span { color: var(--ink-soft); font-size: .9rem; }

.workshop-section { background: #d9ef8f; }
.workshop-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.workshop-grid > div:first-child > p:not(.eyebrow) { max-width: 540px; color: #3f4937; font-size: 1.08rem; }
.workshop-box { padding: clamp(28px, 4vw, 48px); background: var(--white); border-radius: var(--radius); box-shadow: 0 20px 60px rgba(23,26,23,.08); }
.check-list { padding: 0; margin: 0 0 28px; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "+"; position: absolute; left: 2px; color: var(--lime-text); font-weight: 900; }
.outcomes { display: flex; flex-wrap: wrap; gap: 8px; }
.outcomes span { padding: 6px 10px; background: var(--lime-soft); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.contact-section { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(40px, 6vw, 70px); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.contact-card > div:first-child p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); font-size: 1.05rem; }
.contact-actions { display: flex; flex-direction: column; }
.contact-item { display: grid; grid-template-columns: 1fr auto; gap: 2px 20px; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-item span { grid-column: 1; color: var(--ink-soft); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-item strong { grid-column: 1; font-size: clamp(1rem, 2vw, 1.45rem); overflow-wrap: anywhere; }
.contact-item b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--lime-dark); font-size: 1.6rem; }
.contact-item:hover strong { color: var(--lime-text); }

.site-footer { padding: 42px 0; color: #d0d6cf; background: #2c312c; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.brand-footer .brand-logo { height: 40px; }
.footer-grid p { margin: 10px 0 0; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: white; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--lime); }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #4a514a; color: #a1a9a0; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-main { padding: 70px 0 110px; }
.legal-content { max-width: 820px; }
.legal-content h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); }
.legal-content h2 { margin-top: 48px; font-size: 1.55rem; }
.legal-content h3 { margin-top: 28px; font-size: 1.08rem; }
.legal-content p, .legal-content li { color: #414741; }
.legal-content a { text-underline-offset: 4px; }
.legal-back { display: inline-flex; margin-top: 45px; font-weight: 750; }

@media (max-width: 980px) {
  .hero-grid, .profile-grid, .workshop-grid, .contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 660px; margin-inline: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .split-heading > p { justify-self: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .client-cloud { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(3.05rem, 15vw, 5.1rem); }
  .question-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { width: 64px; height: 64px; margin: 0 auto 26px; }
  .client-cloud { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .section { padding: 68px 0; }
  .hero-actions .button { width: 100%; }
  .client-cloud { grid-template-columns: 1fr 1fr; }
  .client-cloud li { min-height: 92px; font-size: .92rem; }
  .contact-card { gap: 30px; }
}

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

/* Responsive hero visual sizing: larger on desktop, more compact on mobile */
@media (min-width: 981px) {
  .hero-infusion-frame {
    width: 116%;
    margin-left: -8%;
  }
}

@media (max-width: 760px) {
  .hero-visual {
    width: min(78vw, 360px);
    margin-inline: auto;
  }
}
