:root {
  --ink: #10241e;
  --ink-soft: #40534c;
  --forest: #0b2620;
  --green: #2f7659;
  --lime: #b6d56a;
  --paper: #f2f1e9;
  --paper-warm: #e8e5d8;
  --white: #fbfcf8;
  --line: rgba(16, 36, 30, .16);
  --shadow: 0 26px 70px rgba(5, 29, 22, .15);
  --radius: 2px;
  --shell: min(1420px, calc(100% - 96px));
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--forest); background: var(--lime); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--lime);
  color: var(--forest);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.section-shell { width: var(--shell); margin-inline: auto; }
.section-index {
  margin: 0 0 34px;
  color: var(--green);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 530; line-height: 1.06; letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-size: clamp(2.45rem, 5vw, 5.6rem); }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: var(--white);
  transition: background .25s ease, color .25s ease, height .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(242, 241, 233, .92);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(16,36,30,.06);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 1rem; letter-spacing: .15em; }
.brand small { margin-top: 6px; font-size: .55rem; letter-spacing: .08em; opacity: .7; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; font-size: .78rem; font-weight: 650; letter-spacing: .04em; text-decoration: none; }
.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.primary-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 17px; border: 1px solid currentColor; }
.language-switch { display: inline-flex; align-items: center; gap: 6px; font-size: .68rem; font-weight: 750; letter-spacing: .08em; }
.language-switch a { opacity: .55; }
.language-switch a[aria-current="page"] { opacity: 1; }
.language-switch a::after { display: none; }
.menu-toggle { display: none; border: 0; background: none; color: currentColor; }

/* Hero */
.hero { min-height: 720px; height: 100svh; max-height: 920px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); background: var(--forest); color: var(--white); overflow: hidden; }
.hero-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-height) + 22px) clamp(44px, 5vw, 88px) 46px 6.5vw; background: var(--forest); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--lime); font-size: .68rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.hero h1 { max-width: 720px; margin: 0 0 22px; font-size: clamp(3.25rem, 5.25vw, 5.85rem); line-height: 1.02; }
.hero h1 em, .contact h2 em { display: block; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 590px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: clamp(.96rem, 1.15vw, 1.12rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 13px 22px; text-decoration: none; font-size: .76rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--forest); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { color: var(--forest); background: var(--white); }
.hero-proof { display: flex; gap: clamp(24px, 4vw, 70px); margin: 40px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof dt { font-family: Georgia, serif; font-size: 1.65rem; }
.hero-proof dd { margin: 2px 0 0; color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .06em; }
.hero-visual { position: relative; min-width: 0; background: #183c31; }
.hero-slide { position: absolute; inset: 0; margin: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .5s ease, visibility .5s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,27,20,.05) 45%, rgba(4,27,20,.76)); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide figcaption { position: absolute; z-index: 3; right: 9%; bottom: 12%; left: 9%; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7px 20px; }
.hero-slide figcaption span { color: var(--lime); font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-slide figcaption strong { grid-row: 2; font-size: clamp(1.8rem, 3vw, 3.5rem); line-height: 1; letter-spacing: -.04em; }
.hero-slide figcaption a { grid-column: 2; grid-row: 1 / 3; align-self: end; color: white; font-size: .76rem; text-decoration: none; }
.hero-switcher { position: absolute; z-index: 5; top: 50%; left: 0; display: flex; flex-direction: column; transform: translate(-50%, -50%); background: var(--paper); box-shadow: var(--shadow); }
.hero-switcher button { width: 94px; height: 76px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); cursor: pointer; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-switcher button:last-child { border-bottom: 0; }
.hero-switcher button span { display: block; width: 6px; height: 6px; margin: 0 auto 7px; border: 1px solid var(--green); border-radius: 50%; }
.hero-switcher button.is-active { background: var(--lime); color: var(--forest); }
.hero-switcher button.is-active span { background: var(--forest); border-color: var(--forest); }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 430px; height: 430px; top: -260px; right: -140px; }
.orbit-two { width: 200px; height: 200px; right: -100px; bottom: 13%; }
/* Intro and shared headings */
.intro { padding-block: clamp(68px, 7vw, 100px); border-bottom: 1px solid var(--line); }
.intro .section-heading { margin-bottom: 46px; }
.intro .section-heading .section-index { margin-bottom: 16px; }
.intro .section-heading h2 { max-width: 820px; font-size: clamp(2.35rem, 3.7vw, 4.1rem); }
.intro .section-heading > p { max-width: 390px; font-size: .9rem; }
.intro-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 5vw, 75px); margin: 0; padding: 30px 0 0; border-top: 1px solid var(--line); list-style: none; }
.intro-steps li { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding-right: 20px; }
.intro-steps li::before { content: ""; position: absolute; top: -36px; left: 0; width: 11px; height: 11px; border: 2px solid var(--paper); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.intro-steps span { color: var(--green); font: italic .75rem Georgia, serif; }
.intro-steps strong { display: block; margin-bottom: 8px; font-size: 1rem; }
.intro-steps p { max-width: 310px; margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.6; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 410px); align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading .section-index { margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(2.8rem, 4.8vw, 5.4rem); }

/* Services */
.services { padding-block: clamp(68px, 7vw, 100px); }
.services .section-heading { margin-bottom: 44px; }
.services .section-heading .section-index { margin-bottom: 16px; }
.services .section-heading h2 { max-width: 760px; font-size: clamp(2.35rem, 3.7vw, 4.1rem); }
.services .section-heading > p { max-width: 380px; font-size: .9rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: clamp(25px, 2.3vw, 36px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .3s ease, background .3s ease, transform .3s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--green); transform: translateY(-8px); box-shadow: var(--shadow); }
.service-number { display: block; margin-bottom: 30px; color: var(--green); font-family: Georgia, serif; font-size: .85rem; font-style: italic; }
.service-card:hover .service-number { color: var(--lime); }
.service-icon { width: 48px; height: 48px; margin-bottom: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.service-card h3 { margin-bottom: 14px; font-size: clamp(1.3rem, 1.65vw, 1.7rem); }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.65; }
.service-card:hover p { color: rgba(255,255,255,.75); }
.service-card ul { margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid currentColor; list-style: none; font-size: .66rem; line-height: 1.8; opacity: .75; }

/* Projects */
.projects { padding-block: clamp(68px, 7vw, 100px); color: var(--white); background: var(--forest); }
.projects .section-index { color: var(--lime); }
.projects-heading > p { color: rgba(255,255,255,.64); }
.projects .section-heading { margin-bottom: 44px; }
.projects .section-heading .section-index { margin-bottom: 16px; }
.projects .section-heading h2 { max-width: 760px; font-size: clamp(2.35rem, 3.7vw, 4.1rem); }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.project-filters button { padding: 8px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 50px; color: rgba(255,255,255,.68); background: transparent; cursor: pointer; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.project-filters button.is-active, .project-filters button:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-card { min-width: 0; transition: opacity .25s ease, transform .25s ease; }
.project-card.is-hidden { display: none; }
.project-card-wide { grid-column: auto; }
.project-card a { height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); text-decoration: none; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.project-card a:hover, .project-card a:focus-visible { border-color: rgba(182,213,106,.65); background: rgba(255,255,255,.07); transform: translateY(-5px); }
.project-media, .project-card:not(.project-card-wide) .project-media { position: relative; height: clamp(210px, 17vw, 250px); flex: 0 0 auto; overflow: hidden; background: #24483e; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-media img { transform: scale(1.045); }
.project-arrow { position: absolute; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--forest); background: var(--lime); font-size: 1.2rem; transition: transform .25s ease; }
.project-card:hover .project-arrow { transform: rotate(45deg); }
.project-copy { flex: 1; display: flex; flex-direction: column; padding: 20px 21px 24px; }
.project-copy p { margin: 0 0 10px; color: var(--lime); font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-copy h3 { margin: 0 0 11px; font-size: clamp(1.45rem, 1.8vw, 2rem); }
.project-copy > span { display: block; max-width: 620px; color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.6; }
.project-media-graphic img { object-fit: cover; filter: saturate(.85); }
.project-media-code { display: grid; place-items: center; background: radial-gradient(circle at 20% 20%, #436e5c, transparent 35%), #132f28; }
.project-media-code::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 32px 32px; }
.project-media-code > div { z-index: 1; display: flex; flex-direction: column; text-align: center; }
.project-media-code span { color: var(--lime); font: .75rem monospace; }
.project-media-code strong { margin: 10px 0; font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 400; }
.project-media-code i { color: rgba(255,255,255,.55); font: .8rem monospace; }

/* System */
.system-section { min-height: calc(100svh - 72px); display: flex; flex-direction: column; justify-content: center; padding-top: clamp(38px, 3.5vw, 48px); padding-bottom: clamp(70px, 6vw, 88px); }
.system-heading { margin-bottom: 22px; }
.system-heading .section-index { margin-bottom: 16px; }
.system-heading h2 { max-width: 760px; font-size: clamp(2.25rem, 3.25vw, 3.6rem); }
.system-summary > p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.72; }
.text-link { display: inline-flex; gap: 24px; margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--green); text-decoration: none; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.system-panel { position: relative; overflow: hidden; padding: 14px; color: var(--white); background: var(--forest); }
.system-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -190px; bottom: -210px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.system-track { --track-accent: var(--lime); position: relative; z-index: 1; padding: 7px 10px 9px; border-left: 3px solid var(--track-accent); background: rgba(255,255,255,.035); }
.system-track:nth-child(2) { --track-accent: #77c7aa; background: rgba(119,199,170,.055); }
.system-track:nth-child(3) { --track-accent: #e3b66e; background: rgba(227,182,110,.05); }
.system-track:nth-child(4) { --track-accent: #aebce8; background: rgba(174,188,232,.055); }
.system-track + .system-track { margin-top: 6px; }
.system-panel-label { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; color: var(--track-accent); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.system-panel-label span { width: 27px; height: 1px; background: currentColor; }
.system-flow { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); list-style: none; }
.system-flow li { position: relative; min-width: 0; min-height: 72px; padding: 9px 12px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.system-flow li > span { display: block; margin-bottom: 3px; color: var(--track-accent); font: italic .65rem Georgia, serif; }
.system-flow div { display: flex; flex-direction: column; gap: 3px; }
.system-flow strong { font-size: clamp(.88rem, 1.05vw, 1.05rem); font-weight: 540; }
.system-flow small { color: rgba(255,255,255,.58); font-size: .59rem; line-height: 1.3; }
.system-flow i { position: absolute; z-index: 2; top: 50%; right: -10px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--track-accent); font-size: .7rem; font-style: normal; transform: translateY(-50%); }

/* About */
.about { min-height: calc(100svh - 72px); display: flex; align-items: center; padding-block: clamp(68px, 7vw, 100px); background: var(--paper-warm); }
.about > .section-shell { width: var(--shell); }
.about-header { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); align-items: end; gap: clamp(55px, 9vw, 140px); margin-bottom: 52px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.about-header .section-index { margin-bottom: 16px; }
.about-header h2 { max-width: 760px; font-size: clamp(2.35rem, 3.7vw, 4.1rem); }
.about-header h2 em { display: block; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.about-intro > p { max-width: 620px; margin-bottom: 22px; color: var(--ink-soft); font-size: .9rem; line-height: 1.72; }
.about-links { display: flex; flex-wrap: wrap; gap: 15px 30px; }
.about-links a { color: var(--green); font-size: .75rem; font-weight: 750; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.team-card { min-width: 0; display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 22px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.3); }
.team-photo { position: relative; width: 112px; height: 112px; overflow: visible; border-radius: 50%; background: #d8d8ce; }
.team-photo img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; object-position: center 35%; filter: saturate(.78); transition: transform .45s ease, filter .45s ease; }
.team-card:hover .team-photo img { transform: scale(1.025); filter: saturate(1); }
.team-mark { position: absolute; right: -3px; bottom: -3px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); }
.team-mark svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.team-mark-network circle { transform-box: fill-box; transform-origin: center; animation: team-node-pulse 3.2s ease-in-out infinite; }
.team-mark-network circle:nth-child(2) { animation-delay: -.7s; }
.team-mark-network circle:nth-child(3) { animation-delay: -1.4s; }
.team-mark-network path { animation: team-link-pulse 3.2s ease-in-out infinite; }
.team-mark-leaf svg { transform-origin: 24% 88%; animation: team-leaf-sway 3.8s ease-in-out infinite; }
.team-mark-book path { transform-box: fill-box; animation: team-book-left 4s ease-in-out infinite; }
.team-mark-book path:first-child { transform-origin: right center; }
.team-mark-book path:last-child { transform-origin: left center; animation-name: team-book-right; }
@keyframes team-node-pulse { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(0, -1px) scale(.78); } }
@keyframes team-link-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes team-leaf-sway { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(6deg); } }
@keyframes team-book-left { 0%, 20%, 100% { transform: scaleX(1); } 50%, 65% { transform: scaleX(.72); } }
@keyframes team-book-right { 0%, 20%, 100% { transform: scaleX(1); } 50%, 65% { transform: scaleX(.72); } }
.team-info { min-width: 0; }
.team-info h3 { margin: 0 0 7px; font-size: clamp(1.35rem, 1.8vw, 1.8rem); }
.team-info p { margin: 0; color: var(--ink-soft); font-size: .73rem; line-height: 1.58; }

/* Ventures */
.ventures { padding-block: clamp(68px, 7vw, 100px); }
.ventures .section-heading { margin-bottom: 44px; }
.ventures .section-heading .section-index { margin-bottom: 16px; }
.ventures .section-heading h2 { max-width: 760px; font-size: clamp(2.35rem, 3.7vw, 4.1rem); }
.ventures .section-heading > p { max-width: 430px; font-size: .9rem; line-height: 1.7; }
.venture-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 20px; align-items: start; }
.venture-group {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  box-shadow: 0 18px 44px rgba(16,36,30,.05);
}
.venture-group-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr); gap: 26px; align-items: end; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.venture-group-head span { display: block; margin-bottom: 12px; color: var(--green); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.venture-group-head strong { display: block; font-size: clamp(1.45rem, 2vw, 2.1rem); font-weight: 540; line-height: 1.1; letter-spacing: -.04em; }
.venture-group-head p { margin: 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.venture-collection { display: grid; gap: 12px; }
.venture-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 11px 12px 11px 11px;
  border: 1px solid rgba(16,36,30,.1);
  background: rgba(255,255,255,.55);
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.venture-item-split { cursor: default; }
.venture-item:hover { transform: translateY(-3px); border-color: rgba(47,118,89,.26); background: rgba(255,255,255,.8); box-shadow: 0 12px 28px rgba(16,36,30,.08); }
.venture-item img { width: 86px; height: 86px; object-fit: cover; background: #d8d8ce; }
.venture-item div { min-width: 0; }
.venture-item span { display: block; margin-bottom: 7px; font-size: 1rem; font-weight: 600; line-height: 1.2; }
.venture-item p { margin: 0; color: var(--ink-soft); font-size: .71rem; line-height: 1.5; }
.venture-item i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--forest); background: var(--lime); font-size: .9rem; font-style: normal; }
.venture-item-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.venture-item-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(47,118,89,.18);
  color: var(--green);
  background: rgba(255,255,255,.7);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.venture-item-links a:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.venture-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.venture-project {
  min-width: 0;
  padding: 16px 16px 18px;
  border: 1px solid rgba(16,36,30,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.5));
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.venture-project:hover { transform: translateY(-3px); border-color: rgba(47,118,89,.26); background: white; box-shadow: 0 12px 28px rgba(16,36,30,.08); }
.venture-project span { display: block; margin-bottom: 12px; color: var(--green); font-size: .58rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.venture-project strong { display: block; margin-bottom: 8px; font-size: 1.02rem; line-height: 1.2; }
.venture-project p { margin: 0; color: var(--ink-soft); font-size: .72rem; line-height: 1.55; }
.venture-group-footer { display: flex; justify-content: flex-end; margin-top: 16px; }
.venture-group-footer .text-link { margin-top: 0; }

/* Contact and footer */
.contact { position: relative; min-height: calc(100svh - 100px - var(--header-height)); display: flex; align-items: center; overflow: hidden; padding-block: clamp(58px, 6vw, 88px); color: var(--white); background: var(--green); }
.contact-pattern { position: absolute; width: 480px; height: 480px; right: -120px; bottom: -300px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.contact-pattern::before, .contact-pattern::after { content: ""; position: absolute; inset: 70px; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; }
.contact-pattern::after { inset: 150px; }
.contact-layout { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(34px, 5vw, 60px); }
.contact-intro { padding-top: 4px; }
.contact .section-index { margin-bottom: 16px; color: var(--lime); }
.contact h2 { max-width: 600px; font-size: clamp(2.35rem, 4vw, 4.25rem); }
.contact h2 em { color: var(--white); }
.contact-intro > p { max-width: 480px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
}
.contact-copy { min-width: 0; }
.contact-card-general { background: rgba(255,255,255,.08); }
.contact-label { display: block; margin-bottom: 11px; color: var(--lime); font-size: .6rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { display: block; margin-bottom: 10px; font-size: 1.05rem; font-weight: 600; line-height: 1.2; }
.contact-card p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.contact-card a,
.contact-reveal {
  display: block;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.contact-reveal {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}
.contact-revealed .contact-reveal:first-child { font-size: 1rem; }
.contact-revealed .contact-reveal:last-child { color: rgba(255,255,255,.78); font-size: .8rem; }
.contact-reveal:hover,
.contact-reveal:focus-visible { color: var(--lime); }
.contact-revealed { display: flex; flex-direction: column; gap: 6px; }
.contact-qr { display: grid; justify-items: center; align-content: start; gap: 8px; overflow: visible; }
.contact-qr img {
  width: 92px;
  height: 92px;
  padding: 6px;
  background: var(--white);
  transform: scale(1);
  transform-origin: center;
  transition: transform .22s ease, box-shadow .22s ease;
}
.contact-card:hover .contact-qr img,
.contact-card:focus-within .contact-qr img { transform: scale(1.22); box-shadow: 0 16px 30px rgba(16,36,30,.18); }
.contact-qr a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.78);
  font-size: .54rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}
.contact-qr a:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.company-details {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
}
.company-details-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.company-details-header .contact-label { margin-bottom: 5px; }
.company-details h3 { margin: 0; color: white; font-size: 1.3rem; letter-spacing: -.02em; }
.company-details-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 22px; }
.company-details-group { min-width: 0; }
.company-details-group + .company-details-group { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.company-details h4 { margin: 0 0 10px; color: rgba(255,255,255,.56); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.company-details dl { margin: 0; }
.company-detail-row { padding: 7px 0; border-top: 1px solid rgba(255,255,255,.1); }
.company-detail-row:first-child { border-top: 0; padding-top: 0; }
.company-detail-row > div { min-width: 0; }
.company-detail-row dt { margin-bottom: 1px; color: rgba(255,255,255,.55); font-size: .61rem; }
.company-detail-row dd { margin: 0; overflow-wrap: anywhere; color: white; font-size: .74rem; line-height: 1.4; font-variant-numeric: tabular-nums; }
.copy-all-details,
.copy-iban {
  border: 1px solid rgba(255,255,255,.24);
  color: rgba(255,255,255,.82);
  background: transparent;
  cursor: pointer;
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.copy-all-details { flex: 0 0 auto; min-height: 34px; padding: 6px 11px; }
.copy-iban { width: 100%; min-height: 30px; margin-top: 7px; padding: 5px 10px; }
.copy-all-details:hover,
.copy-all-details:focus-visible,
.copy-all-details.is-copied,
.copy-iban:hover,
.copy-iban:focus-visible,
.copy-iban.is-copied { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.site-footer { height: 100px; min-height: 100px; display: grid; grid-template-columns: .8fr 1fr auto; align-items: center; gap: 38px; padding: 20px 48px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); background: var(--green); }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: white; letter-spacing: .16em; }
.footer-brand span { margin-top: 8px; font-size: .66rem; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; }
.footer-nav a { font-size: .72rem; text-decoration: none; }
.site-footer > p { margin: 0; font-size: .66rem; }
.company-registration { display: inline-block; margin-top: 5px; opacity: .78; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }

@media (min-width: 861px) and (max-height: 820px) {
  .system-section { padding-top: 30px; padding-bottom: 48px; }
  .system-heading { margin-bottom: 14px; }
  .system-heading .section-index { margin-bottom: 9px; }
  .system-heading h2 { font-size: clamp(2rem, 2.8vw, 3rem); }
  .system-summary > p { font-size: .8rem; line-height: 1.55; }
  .system-summary .text-link { margin-top: 11px; }
  .system-panel { padding: 10px; }
  .system-track { padding: 5px 8px 7px; }
  .system-track + .system-track { margin-top: 4px; }
  .system-panel-label { margin-bottom: 4px; font-size: .54rem; }
  .system-flow li { min-height: 62px; padding: 7px 10px; }
  .system-flow li > span { margin-bottom: 2px; font-size: .6rem; }
  .system-flow strong { font-size: .86rem; }
  .system-flow small { font-size: .54rem; line-height: 1.24; }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1120px); }
  .site-header { padding-inline: 32px; }
  .primary-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 5vw; }
  .hero h1 { font-size: clamp(3rem, 5.4vw, 4.9rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 360px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :root { --header-height: 72px; --shell: calc(100% - 38px); }
  .site-header { height: 72px; padding: 0 20px; }
  .menu-toggle { z-index: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { display: none; }
  .primary-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 28px; color: white; background: var(--forest); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { font-size: 1.6rem; }
  .primary-nav .nav-cta { margin-top: 12px; font-size: .9rem; }
  .primary-nav .language-switch { gap: 10px; margin-top: 4px; font-size: 1rem; }
  .primary-nav .language-switch a { font-size: 1rem; }
  .site-header:has(.primary-nav.is-open) { color: white; }
  .hero { height: auto; min-height: 0; display: block; }
  .hero-copy { min-height: 640px; padding: 108px 24px 38px; }
  .hero h1 { font-size: clamp(2.85rem, 11.5vw, 4.9rem); }
  .hero-proof { margin-top: 36px; }
  .hero-visual { height: 590px; }
  .hero-switcher { top: 0; left: 50%; flex-direction: row; transform: translate(-50%, -50%); }
  .hero-switcher button { width: 110px; height: 64px; border-right: 1px solid var(--line); border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .project-filters { justify-content: flex-start; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .company-details-grid { grid-template-columns: 1fr 1fr; }
  .company-details-group:last-child { grid-column: 1 / -1; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .system-flow { grid-template-columns: repeat(5, minmax(190px, 1fr)); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-width: thin; scrollbar-color: var(--lime) rgba(255,255,255,.12); }
  .system-flow li { scroll-snap-align: start; }
  .system-panel-label::after { content: "Velc →"; margin-left: auto; color: rgba(255,255,255,.48); font-size: .56rem; }
  html[lang="en"] .system-panel-label::after { content: "Swipe →"; }
  .about-header { grid-template-columns: 1fr; gap: 28px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 96px 1fr; }
  .team-photo, .team-photo img { width: 96px; height: 96px; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-group-head { grid-template-columns: 1fr; gap: 14px; }
  .venture-projects { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr auto; gap: 24px; min-height: 100px; text-align: left; }
  .footer-nav { display: none; }
}

@media (max-width: 600px) {
  .brand small { display: none; }
  .hero-copy { min-height: 620px; }
  .hero-lede { font-size: .97rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; justify-content: space-between; }
  .hero-proof dt { font-size: 1.25rem; }
  .hero-proof dd { max-width: 85px; line-height: 1.35; }
  .hero-visual { height: 480px; }
  .hero-slide figcaption { grid-template-columns: 1fr; }
  .hero-slide figcaption a { grid-column: 1; grid-row: 3; margin-top: 10px; }
  .intro, .services, .projects, .system-section, .about, .ventures { padding-block: 72px; }
  .intro .section-heading h2, .section-heading h2, h2 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .intro-steps { display: block; padding: 0 0 0 25px; border-top: 0; border-left: 1px solid var(--line); }
  .intro-steps li { min-height: 0; padding: 0 0 28px 8px; }
  .intro-steps li:last-child { padding-bottom: 0; }
  .intro-steps li::before { top: 4px; left: -31px; }
  .service-grid, .project-grid { grid-template-columns: 1fr; }
  .services .section-heading { margin-bottom: 34px; }
  .services .section-heading h2 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .service-card { min-height: 0; padding: 26px; }
  .service-number { margin-bottom: 24px; }
  .project-card-wide { grid-column: span 1; }
  .projects .section-heading { margin-bottom: 34px; }
  .projects .section-heading h2 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .project-grid { grid-template-columns: 1fr; gap: 20px; }
  .project-media, .project-card:not(.project-card-wide) .project-media { height: 250px; }
  .project-copy h3 { font-size: 1.85rem; }
  .system-panel { padding: 14px; }
  .about-header { gap: 20px; margin-bottom: 32px; padding-bottom: 32px; }
  .about-header h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .about-links { flex-direction: column; }
  .venture-group { padding: 18px; }
  .venture-item { grid-template-columns: 72px minmax(0, 1fr) 24px; gap: 12px; padding: 9px; }
  .venture-item img { width: 72px; height: 72px; }
  .venture-item p { display: none; }
  .venture-project { padding: 14px; }
  .venture-project p { font-size: .68rem; }
  .team-card { grid-template-columns: 82px 1fr; gap: 17px; padding: 19px; }
  .team-photo, .team-photo img { width: 82px; height: 82px; }
  .contact-grid { grid-template-columns: 1fr; }
  .company-details { grid-column: 1; }
  .contact-card-general { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr 72px; }
  .contact-qr img { width: 72px; height: 72px; padding: 4px; }
  .contact-card:hover .contact-qr img,
  .contact-card:focus-within .contact-qr img { transform: scale(1.1); }
  .contact h2 { font-size: clamp(2.5rem, 11vw, 3.2rem); }
  .company-details { padding: 18px; }
  .company-details-header { align-items: stretch; flex-direction: column; gap: 16px; }
  .copy-all-details { width: 100%; }
  .company-details-grid { grid-template-columns: 1fr; gap: 24px; }
  .company-details-group + .company-details-group,
  .company-details-group:last-child { grid-column: auto; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .site-footer { padding: 18px 20px; }
}

@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; }
}
