
:root {
  --ink: #18221d;
  --ink-soft: #3f4c45;
  --forest: #1d2a24;
  --lime: #b7d338;
  --lime-deep: #92ad1d;
  --paper: #fbfaf7;
  --soft: #f0f2ec;
  --line: #d9ded6;
  --white: #fff;
  --shadow: 0 24px 70px rgba(24, 34, 29, .12);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.7; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
h1, h2, h3 { margin: 0 0 .6em; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin: 0 0 1.25rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(40px, 5vw, 68px) 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--forest); color: var(--white); }
.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; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 12px 18px; border: 3px solid var(--lime); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 250, 247, .96); border-bottom: 1px solid rgba(24, 34, 29, .12); backdrop-filter: blur(12px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-block; width: min(320px, 40vw); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); font-size: .87rem; font-weight: 700; }
.desktop-nav a { position: relative; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 48px; height: 48px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--line); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; top: calc(100% + 20px); right: 0; min-width: min(330px, calc(100vw - 40px)); display: grid; background: var(--white); box-shadow: var(--shadow); border-top: 4px solid var(--lime); }
.mobile-menu nav a { padding: 15px 20px; text-decoration: none; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { position: relative; min-height: clamp(620px, 75vh, 800px); display: grid; align-items: end; overflow: hidden; background: var(--forest); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(14,25,19,.9) 0%, rgba(14,25,19,.66) 48%, rgba(14,25,19,.18) 78%), linear-gradient(0deg, rgba(14,25,19,.58) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 1; padding-block: clamp(90px, 12vw, 150px); }
.eyebrow, .kicker, .card-label { margin-bottom: 18px; color: var(--lime); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-lead { max-width: 710px; margin: 0 0 30px; color: rgba(255,255,255,.9); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--lime); border-radius: 2px; background: var(--lime); color: #172014; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: #c8e347; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #7aa2ff; outline-offset: 4px; }
.button-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.72); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--forest); border-color: var(--forest); color: var(--white); }
.button-dark:hover { background: #304137; }
.button-light { background: var(--white); border-color: var(--white); }

.section-intro { padding-block: clamp(38px, 4.5vw, 60px); background: var(--forest); color: var(--white); }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.split-intro h2 { max-width: 560px; }
.split-intro blockquote { margin: 0; padding-left: 32px; border-left: 4px solid var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.6vw, 2.1rem); line-height: 1.45; }
.kicker { color: var(--lime-deep); }
.kicker-light { color: var(--lime); }
.content-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.image-panel { overflow: hidden; height: 520px; min-height: 520px; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; }
.content-copy > p:not(.kicker) { color: var(--ink-soft); font-size: 1.08rem; }
.check-list { display: grid; gap: 12px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 36px; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .8rem; font-weight: 900; }
.text-link { color: var(--ink); font-weight: 800; text-decoration-color: var(--lime-deep); text-decoration-thickness: 2px; }
.section-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.section-heading-left { margin-left: max(20px, calc((100% - 1180px)/2)); text-align: left; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.feature-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(24,34,29,.06); }
.feature-card img { width: 100%; height: 330px; object-fit: cover; }
.feature-card-body { padding: clamp(28px, 4vw, 45px); }
.feature-card-body p:last-child { color: var(--ink-soft); }
.card-label { margin-bottom: 10px; color: var(--lime-deep); }
.cta-band { padding: 38px 0; background: var(--lime); color: var(--ink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.cta-band .kicker { color: #435000; }

.breadcrumb-wrap { background: var(--soft); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 14px; margin-block: 0; list-style: none; color: var(--ink-soft); font-size: .82rem; }
.breadcrumb li + li::before { content: "/"; margin-right: 10px; color: var(--lime-deep); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: clamp(50px, 8vw, 100px); align-items: start; }
.prose { max-width: 760px; }
.prose p { color: var(--ink-soft); }
.prose .lead-copy { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.55; }
.prose h2 { margin-top: 1.3em; font-size: clamp(2rem, 3vw, 3rem); }
.definition-card { position: sticky; top: 125px; padding: 42px; background: var(--forest); color: var(--white); border-top: 7px solid var(--lime); box-shadow: var(--shadow); }
.definition-card h2 { font-size: 2rem; font-style: italic; }
.definition-card ul { display: grid; gap: 22px; padding-left: 22px; }
.definition-card .text-link { color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: #eef3d1; color: #69800e; }
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.6rem; }
.service-card p { color: var(--ink-soft); font-size: .94rem; }
.systems-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 110px); align-items: center; }
.systems-layout p:not(.kicker) { color: rgba(255,255,255,.75); }
.tag-list { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.tag-list li { padding: 10px 16px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: var(--white); font-size: .9rem; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 115px); align-items: start; }
.contact-intro > p:not(.kicker) { color: var(--ink-soft); }
.contact-card { margin-top: 35px; padding: 28px; border-left: 5px solid var(--lime); background: var(--soft); }
.contact-card span { display: block; color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a { font-weight: 800; overflow-wrap: anywhere; }
.contact-form { padding: clamp(30px, 5vw, 55px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-note, .form-help { color: var(--ink-soft); font-size: .85rem; }
.form-row { display: grid; gap: 8px; margin-bottom: 20px; }
.form-row label { font-size: .9rem; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #a9b0ac; border-radius: 2px; background: #fff; color: var(--ink); padding: 13px 14px; }
.form-row textarea { resize: vertical; min-height: 170px; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin-bottom: 26px; font-size: .9rem; }
.consent-row input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--lime-deep); }
.form-help { margin: 16px 0 0; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { margin-bottom: 24px; padding: 14px 16px; border-left: 5px solid var(--lime-deep); background: var(--soft); font-weight: 700; }
.form-alert.error { border-left-color: #a6362b; background: #fff0ee; color: #72251f; }
.form-alert.success { border-left-color: #4c7b20; background: #f0f7e8; color: #2f5513; }
.narrow-content { max-width: 790px; }
.narrow-content > p { color: var(--ink-soft); font-size: 1.12rem; }
.narrow-content .button { margin-top: 20px; }
.large-quote { margin: 0 0 42px; padding-left: 34px; border-left: 5px solid var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3.5vw, 3rem); line-height: 1.35; }
.check-list-large { font-size: 1.15rem; }

.site-footer { padding-top: 42px; background: #111a16; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: clamp(32px, 5vw, 60px); padding-bottom: 36px; }
.footer-brand { width: 260px; margin-bottom: 22px; filter: invert(1) grayscale(1) brightness(4); opacity: .88; }
.footer-grid h2 { color: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.footer-grid a { display: block; color: var(--white); text-decoration-color: rgba(255,255,255,.35); }
.linkedin-link { margin-top: 10px; }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.gingerweb-credit { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.gingerweb-credit img { width: 120px; }

.cookie-settings-toggle { position: fixed; z-index: 80; bottom: 14px; left: 14px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; background: #111a16; color: #fff; font-size: .76rem; font-weight: 700; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.cookie-settings-toggle:hover { background: #26362e; }
.cookie-banner { position: fixed; z-index: 100; right: 18px; bottom: 18px; left: 18px; width: min(1120px, calc(100% - 36px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 24px 28px; border-top: 5px solid var(--lime); background: #111a16; color: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.cookie-banner[hidden], .cookie-confirmation[hidden] { display: none !important; }
.cookie-banner h2 { margin-bottom: 7px; font-family: Arial, Helvetica, sans-serif; font-size: 1.12rem; font-weight: 800; letter-spacing: 0; }
.cookie-banner p { max-width: 760px; margin: 0; color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.55; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-actions .button { min-height: 46px; padding: 10px 18px; }
.cookie-actions .cookie-decline { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.cookie-actions .cookie-decline:hover { background: #fff; color: var(--ink); }
.cookie-confirmation { position: fixed; z-index: 110; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; min-width: 220px; padding: 15px 18px; border-left: 5px solid var(--lime); background: #111a16; color: #fff; font-size: .9rem; font-weight: 800; box-shadow: 0 14px 42px rgba(0,0,0,.3); animation: cookie-confirmation-in .2s ease-out; }
.cookie-confirmation span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
@keyframes cookie-confirmation-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 930px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .split-intro, .content-grid, .article-layout, .systems-layout, .contact-layout { grid-template-columns: 1fr; }
  .content-grid { gap: 50px; }
  .image-panel { height: 430px; min-height: 430px; }
  .definition-card { position: static; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand { width: 220px; }
  .hero { min-height: 620px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(14,25,19,.88), rgba(14,25,19,.45)), linear-gradient(0deg, rgba(14,25,19,.7), transparent 60%); }
  .feature-grid, .service-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-card img { height: 250px; }
  .image-panel { height: 340px; min-height: 340px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom { justify-content: center; padding-block: 24px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .contact-form, .definition-card, .service-card { padding: 28px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1 1 140px; }
}

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