:root {
  --ink: #17231b;
  --muted: #657168;
  --green: #2d6044;
  --green-dark: #173d2b;
  --green-soft: #e9f0ea;
  --gold: #c7a259;
  --cream: #f7f4ed;
  --white: #ffffff;
  --line: #dfe5df;
  --shadow: 0 18px 45px rgba(25, 48, 34, .12);
  --radius: 18px;
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.site-header.is-sticky { position: fixed; color: var(--ink); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 6px 24px rgba(20,40,28,.09); border-color: rgba(23,35,27,.08); }
.site-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 195px; }
.brand img { width: 190px; max-height: 58px; object-fit: contain; filter: brightness(0) invert(1); }
.site-header.is-sticky .brand img, .inner-page .site-header .brand img { filter: none; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > a, .nav-group > button { color: inherit; text-decoration: none; background: none; border: 0; padding: 8px 0; font-size: .93rem; font-weight: 700; cursor: pointer; position: relative; }
.primary-nav > a::after, .nav-group > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after, .nav-group > button:hover::after { right: 0; }
.nav-group { position: relative; }
.nav-group > button { display: inline-flex; align-items: center; gap: 6px; }
.nav-group > button span { font-size: .75rem; }
.nav-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(-8px); min-width: 235px; padding: 10px; background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .18s ease; }
.nav-group:hover .nav-menu, .nav-group:focus-within .nav-menu { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.nav-menu a { display: block; padding: 10px 12px; text-decoration: none; border-radius: 9px; font-weight: 650; }
.nav-menu a:hover { background: var(--green-soft); color: var(--green-dark); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; }
.header-cta a { text-decoration: none; }
.jesus-link { color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .03em; border-bottom: 1px solid rgba(255,255,255,.55); }
.site-header.is-sticky .jesus-link, .inner-page .site-header .jesus-link { color: var(--green-dark); border-color: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid currentColor; background: transparent; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 20px; height: 2px; background: currentColor; display: block; transition: .2s ease; }
.menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; }
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

.hero { position: relative; color: var(--white); overflow: hidden; }
.hero-home { min-height: 760px; height: 92vh; display: grid; align-items: center; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background-image: url('/images/img-8175.jpg'); background-size: cover; background-position: center 42%; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(9,28,18,.75) 0%, rgba(9,28,18,.38) 52%, rgba(9,28,18,.12) 100%), linear-gradient(0deg, rgba(12,35,22,.35), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.hero-content > * { max-width: 780px; }
.hero-kicker, .eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.hero h1, .page-hero h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.12; }
.hero h1 { margin: 0 0 22px; font-size: clamp(3.8rem, 8vw, 7.4rem); letter-spacing: -.045em; max-width: 850px; }
.hero p { margin: 0 0 30px; font-size: clamp(1.08rem, 2vw, 1.33rem); color: rgba(255,255,255,.9); max-width: 700px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 21px; border-radius: 999px; background: var(--green); color: var(--white); border: 1px solid var(--green); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 12px 24px rgba(27,65,44,.2); }
.button-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.2); }
.button-light { background: var(--white); border-color: var(--white); color: var(--green-dark); }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }

.stat-strip { position: relative; z-index: 10; margin-top: -58px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.stat-strip div { padding: 27px 24px; text-align: center; border-right: 1px solid var(--line); }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { display: block; font-family: "Playfair Display", Georgia, serif; color: var(--green-dark); font-size: 2rem; line-height: 1; }
.stat-strip span { display: block; margin-top: 8px; color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 96px 0; }
.section-tint { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.section h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.025em; }
.section h3 { font-size: 1.55rem; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.lead-copy { font-size: 1.14rem; }
.prose { color: #38453d; }
.prose p { margin: 0 0 1.3em; }
.prose h2 { color: var(--ink); margin-top: 1.7em; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2rem; }
.prose a { color: var(--green); font-weight: 750; }
.prose-wide { max-width: 980px; }
.prose-centered { max-width: 760px; margin: 0 auto 50px; text-align: center; font-size: 1.1rem; }
.intro-paragraph { font-size: 1.18rem; color: #314037; }
.text-link { color: var(--green-dark); text-decoration: none; font-weight: 850; }
.text-link:hover { text-decoration: underline; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--white); border-radius: var(--radius); overflow: hidden; text-decoration: none; border: 1px solid rgba(23,61,43,.08); box-shadow: 0 8px 20px rgba(20,45,30,.06); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 215px; object-fit: cover; }
.service-card > div { padding: 26px; }
.service-card span { color: var(--green); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { margin: 8px 0 9px; }
.service-card p { color: var(--muted); margin: 0; }
.service-card-text { background: var(--green-dark); color: var(--white); display: grid; align-items: center; }
.service-card-text p { color: rgba(255,255,255,.75); }
.service-card-text span { color: var(--gold); }
.service-card-text b { display: inline-block; margin-top: 20px; }

.masonry-gallery { columns: 4 250px; column-gap: 14px; }
.gallery-item { width: 100%; display: block; padding: 0; margin: 0 0 14px; border: 0; border-radius: 13px; overflow: hidden; background: #ddd; cursor: zoom-in; break-inside: avoid; }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,16,10,.92); display: grid; place-items: center; padding: 30px; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1200px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 10px; }
.lightbox-close { position: absolute; top: 22px; right: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.2); color: #fff; border-radius: 50%; font-size: 1.8rem; cursor: pointer; }

.history-teaser { background: var(--green-soft); }
.split-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.feature-image { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: sepia(.12); }
.split-feature p:not(.eyebrow) { font-size: 1.12rem; color: var(--muted); margin-bottom: 26px; }

.cta-band { margin: 0 auto 80px; width: var(--container); padding: 48px 55px; border-radius: 24px; background: var(--green-dark); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--shadow); }
.cta-band h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3rem); }
.cta-band p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.75); max-width: 690px; }
.cta-band .eyebrow { color: var(--gold); }

.inner-page .site-header { position: absolute; color: var(--ink); background: rgba(255,255,255,.92); border-color: var(--line); }
.page-hero { padding: 185px 0 95px; background: var(--cream); position: relative; overflow: hidden; }
.page-hero.has-image { min-height: 610px; display: grid; align-items: end; color: var(--white); }
.page-hero-media, .page-hero-shade { position: absolute; inset: 0; }
.page-hero-media { background-size: cover; background-position: center; }
.page-hero-shade { background: linear-gradient(90deg, rgba(10,30,19,.8), rgba(10,30,19,.3)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin: 0 0 17px; font-size: clamp(3.2rem, 7vw, 6rem); letter-spacing: -.04em; }
.page-hero p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.22rem; }
.page-hero.has-image p:last-child { color: rgba(255,255,255,.88); }

.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin: 45px 0; }
.principle-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.principle-grid article > span { color: var(--gold); font-weight: 900; letter-spacing: .1em; }
.principle-grid h2 { margin: 13px 0 14px; font-size: 1.75rem; }
blockquote { margin: 36px 0; padding: 28px 32px; border-left: 4px solid var(--gold); background: var(--cream); color: var(--green-dark); font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }
blockquote cite { display: block; margin-top: 8px; color: var(--muted); font-family: Inter, sans-serif; font-size: .85rem; font-style: normal; }

.history-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 80px; justify-content: center; }
.history-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.history-nav a { padding: 9px 0 9px 18px; text-decoration: none; color: var(--muted); font-size: .9rem; font-weight: 750; }
.history-nav a:hover { color: var(--green); border-left: 3px solid var(--green); margin-left: -2px; }
.history-prose section { padding: 0 0 60px; scroll-margin-top: 120px; }
.history-prose section + section { border-top: 1px solid var(--line); padding-top: 60px; }

.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 80px; align-items: start; }
.form-panel { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.form-panel h2 { font-size: 2rem; }
.form-panel > p:not(.eyebrow) { color: var(--muted); }
.sticky-form { position: sticky; top: 115px; }
.contact-form { display: grid; gap: 16px; margin-top: 24px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .85rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cdd6cf; border-radius: 10px; background: var(--white); padding: 12px 13px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,96,68,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.4em; margin: 0; color: var(--muted); font-size: .9rem; }
.form-status.is-error { color: #922b21; }
.form-status.is-success { color: var(--green-dark); font-weight: 750; }
.check-list { list-style: none; padding: 0 !important; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.use-grid div { padding: 15px 17px; border-radius: 12px; background: var(--green-soft); color: var(--green-dark); font-weight: 750; }
.photo-strip { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; background: var(--ink); }
.photo-strip img { width: 100%; height: 240px; object-fit: cover; opacity: .9; }
.operation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.operation-grid article { padding: 38px; background: var(--cream); border-radius: var(--radius); }
.wide-image-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 40px; }
.wide-image-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; }
.species-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 35px 0; }
.species-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; }
.species-grid h2 { margin: 0 0 9px; font-size: 1.45rem; }
.species-grid p { margin: 0; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-grid article { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); text-align: center; }
.team-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; }
.team-grid h2 { margin: 0; padding: 22px; font-size: 1.65rem; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details h2 { font-size: 2.7rem; }
.contact-list { display: grid; gap: 25px; margin-top: 35px; }
.contact-list > div { padding-top: 20px; border-top: 1px solid var(--line); }
.contact-list span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 900; }
.contact-list a, .contact-list p { display: inline-block; margin: 5px 0 0; font-size: 1.1rem; }
.gospel-layout { max-width: 980px; }
.gospel-steps { list-style: none; padding: 0; display: grid; gap: 20px; counter-reset: none; }
.gospel-steps > li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.gospel-steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; font-weight: 800; }
.gospel-steps h2 { margin: 0 0 10px; font-size: 1.8rem; }
.gospel-steps blockquote { margin-bottom: 0; }
.gospel-conclusion { margin-top: 40px; padding: 40px; background: var(--green-soft); border-radius: var(--radius); }

.site-footer { background: #111c15; color: rgba(255,255,255,.72); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1fr; gap: 50px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-brand p { max-width: 360px; }
.site-footer h2 { color: var(--white); font-size: 1.15rem; margin-bottom: 20px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .84rem; }
.footer-bottom a { color: var(--gold); font-weight: 800; }

@media (max-width: 1040px) {
  .primary-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; position: relative; }
  .mobile-panel { position: fixed; inset: 0 0 0 auto; z-index: 99; width: min(420px, 90vw); padding: 110px 30px 35px; background: var(--white); color: var(--ink); transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; box-shadow: -20px 0 40px rgba(0,0,0,.18); }
  .mobile-panel.is-open { transform: translateX(0); }
  .mobile-panel nav { display: grid; gap: 5px; }
  .mobile-panel a, .mobile-panel summary { padding: 13px 0; text-decoration: none; font-size: 1.15rem; font-weight: 800; cursor: pointer; }
  .mobile-panel details a { display: block; padding-left: 18px; color: var(--muted); font-size: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: 1fr; }
  .sticky-form { position: static; }
  .photo-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header-inner { min-height: 74px; }
  .brand img { width: 160px; }
  .hero-home { min-height: 660px; height: 88vh; }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .stat-strip { grid-template-columns: 1fr 1fr; margin-top: -35px; }
  .stat-strip div:nth-child(2) { border-right: 0; }
  .stat-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .section-heading, .cta-band { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 15px; }
  .intro-grid, .split-feature, .contact-layout, .operation-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid, .principle-grid, .team-grid, .species-grid { grid-template-columns: 1fr; }
  .history-layout { grid-template-columns: 1fr; gap: 30px; }
  .history-nav { position: static; display: flex; flex-direction: row; overflow-x: auto; border-left: 0; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
  .history-nav a { white-space: nowrap; padding: 8px 13px; }
  .use-grid { grid-template-columns: 1fr; }
  .wide-image-grid { grid-template-columns: 1fr 1fr; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-strip img { height: 190px; }
  .field-row { grid-template-columns: 1fr; }
  .page-hero { padding: 145px 0 70px; }
  .page-hero.has-image { min-height: 530px; }
  .cta-band { padding: 38px 26px; margin-bottom: 55px; }
  .cta-actions { margin-top: 25px; }
  .cta-actions .button { width: 100%; }
  .gospel-steps > li { grid-template-columns: 1fr; padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 12px; }
}

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