:root {
  --green: #087b42;
  --green-dark: #075230;
  --green-soft: #e8f3e9;
  --blue: #0789d1;
  --yellow: #ffe427;
  --ink: #173326;
  --muted: #617167;
  --cream: #f6f4ea;
  --paper: #fffef9;
  --line: #dbe4dc;
  --shadow: 0 22px 54px rgba(22, 61, 39, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--green); text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 100; left: 16px; top: -100px; padding: 10px 16px; color: #fff; background: var(--green-dark); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.preview-ribbon { padding: 7px 16px; color: #3d3500; background: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 254, 249, .94); border-bottom: 1px solid rgba(7, 82, 48, .12); backdrop-filter: blur(16px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.brand img { width: 94px; height: 70px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 17px; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 11px 10px; border-radius: 999px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green); background: var(--green-soft); }
.main-nav .nav-shop { margin-left: 6px; padding-inline: 17px; color: #fff; background: var(--green); }
.main-nav .nav-shop:hover, .main-nav .nav-shop:focus-visible { color: #fff; background: var(--green-dark); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.home-intro { padding: 34px 0; background: linear-gradient(135deg, #f5f3e7, #edf7ef); border-bottom: 1px solid var(--line); }
.home-intro-grid { display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 52px; }
.home-intro-copy h1 { max-width: 760px; margin: 10px 0 8px; font: 600 clamp(30px, 3.7vw, 46px)/1.06 Georgia, serif; letter-spacing: -.035em; }
.home-intro-copy p { margin: 0; color: var(--muted); font-size: 17px; }
.home-intro-image { width: 340px; height: 190px; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 28px rgba(22, 61, 39, .13); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 4px; background: var(--yellow); border-radius: 4px; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border: 1px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--green-dark); border-color: var(--green-dark); }
.button--ghost { color: var(--green-dark); background: transparent; }
.button--ghost:hover, .button--ghost:focus-visible { color: #fff; }
.quick-links { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; margin-bottom: 90px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 16px 38px rgba(22, 61, 39, .1); }
.quick-links a { position: relative; display: grid; min-height: 136px; padding: 26px 24px; color: var(--ink); text-decoration: none; }
.quick-links a + a { border-left: 1px solid var(--line); }
.quick-links a:hover { background: #f7fbf7; }
.quick-links a:first-child { border-radius: 20px 0 0 20px; }
.quick-links a:last-child { border-radius: 0 20px 20px 0; }
.quick-links strong { margin-top: auto; font-size: 17px; }
.quick-links small { color: var(--muted); }
.quick-icon { position: absolute; right: 20px; top: 20px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-weight: 900; }

.current-section { padding: 48px 0 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading h2 { margin: 7px 0 0; font: 600 clamp(34px, 4.2vw, 48px)/1.05 Georgia, serif; letter-spacing: -.04em; }
.section-heading > a { font-weight: 800; text-decoration: none; }
.compact-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.news-card { display: grid; overflow: hidden; align-content: start; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(22, 61, 39, .1); }
.news-image { overflow: hidden; aspect-ratio: 2 / 1; background: var(--green-soft); }
.news-image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; background: #f4f7f3; transition: transform .35s; }
.news-card:hover .news-image img { transform: scale(1.025); }
.news-card > div { padding: 22px; }
.news-card time, .archive-card time { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.news-card h3 { margin: 7px 0 8px; font: 600 22px/1.15 Georgia, serif; }
.news-card h3 a, .archive-card h2 a { color: var(--ink); text-decoration: none; }
.news-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.text-link { font-size: 14px; font-weight: 850; text-decoration: none; }
.news-card--compact { border-radius: 16px; }
.news-card--compact .news-image { aspect-ratio: 2.15; }
.news-card--compact > div { padding: 15px 16px 17px; }
.news-card--compact h3 { margin: 5px 0 7px; font-size: 18px; line-height: 1.15; }
.news-card--compact p { display: -webkit-box; overflow: hidden; margin-bottom: 7px; font-size: 12.5px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card--compact .text-link { font-size: 12.5px; }

.page-hero { padding: 72px 0 64px; background: linear-gradient(130deg, var(--cream), var(--green-soft)); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; margin: 13px 0 12px; font: 600 clamp(42px, 6vw, 70px)/1.02 Georgia, serif; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 19px; }
.page-layout, .article-layout { padding-top: 64px; padding-bottom: 100px; }
.prose { max-width: 1040px; }
.prose > p, .prose > ul { max-width: 800px; }
.prose h2 { margin: 50px 0 14px; font: 600 34px/1.15 Georgia, serif; letter-spacing: -.025em; }
.prose h3 { margin: 25px 0 4px; font-size: 15px; letter-spacing: .03em; text-transform: uppercase; }
.prose li { margin: 8px 0; }
.content-grid { display: grid; gap: 18px; margin: 32px 0; }
.content-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.info-card h2 { margin-top: 0; font-size: 27px; }
.info-card h3 { color: var(--green); }
.info-card p:last-child { margin-bottom: 0; }
.highlight { max-width: 900px; margin: 42px 0; padding: 34px; background: var(--green-soft); border-left: 6px solid var(--yellow); border-radius: 0 20px 20px 0; }
.highlight h2 { margin-top: 0; }
.link-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 15px 0 54px; }
.link-card { display: flex; min-height: 170px; padding: 27px; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 20px; text-decoration: none; transition: transform .2s, border-color .2s; }
.link-card:hover { transform: translateY(-3px); border-color: var(--green); }
.link-card span, .label { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.link-card strong { margin: auto 0 4px; font: 600 25px/1.12 Georgia, serif; }
.link-card small { color: var(--muted); }
.price-callout { display: grid; max-width: 760px; padding: 30px; margin-bottom: 30px; color: #fff; background: var(--green-dark); border-radius: 20px; }
.price-callout span { color: var(--yellow); font-weight: 800; }
.price-callout strong { margin: 4px 0; font: 600 42px/1.1 Georgia, serif; }
.price-callout small { color: rgba(255,255,255,.75); }
.price-list { padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.price-list strong { color: var(--green); text-align: right; }
.contact-lead { max-width: 760px; padding: 28px; margin-bottom: 26px; background: var(--cream); border-radius: 18px; font-size: 18px; }
.people { display: grid; grid-template-columns: 1fr 1fr; max-width: 760px; gap: 35px; margin: 45px 0; }
.preview-form { max-width: 760px; display: grid; gap: 17px; margin-top: 50px; padding: 34px; background: #f8faf7; border: 1px solid var(--line); border-radius: 22px; }
.preview-form h2 { margin-top: 0; }
.preview-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 750; }
.preview-form input, .preview-form textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #bdcbbf; border-radius: 10px; }
.preview-form input:focus, .preview-form textarea:focus { outline: 3px solid rgba(7,137,209,.18); border-color: var(--blue); }
.preview-form .button { justify-self: start; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.form-note.is-active { color: var(--green-dark); font-weight: 800; }
.is-live .form-note { display: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-top: 18px; padding: 14px 18px; border-radius: 12px; font-weight: 750; }
.form-alert--success { color: #075230; background: #e2f5e7; border: 1px solid #9bcbaa; }
.form-alert--error { color: #7a201b; background: #fff0ed; border: 1px solid #e9aaa3; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.form-wide { grid-column: 1 / -1; }

.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 60px; padding-bottom: 100px; }
.archive-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.archive-card img { width: 100%; aspect-ratio: 1.6; padding: 10px; object-fit: contain; background: #f4f7f3; }
.archive-card > div { padding: 24px; }
.archive-card h2 { margin: 8px 0 12px; font: 600 25px/1.15 Georgia, serif; }
.archive-card p { color: var(--muted); }
.article-layout { max-width: 920px; }
.article-image { width: 100%; max-height: 560px; object-fit: contain; margin-bottom: 40px; background: #f4f7f3; border-radius: 24px; }
.article-text { font-size: 18px; white-space: normal; }

.site-footer { padding: 65px 0 22px; color: rgba(255,255,255,.78); background: #092e1e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .7fr; gap: 50px; }
.footer-grid h2 { margin: 0 0 13px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.footer-brand img { width: 120px; padding: 6px; background: #fff; border-radius: 10px; }
.footer-brand p { max-width: 250px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }

@media (max-width: 1020px) {
  .brand span { display: none; }
  .main-nav a { padding-inline: 7px; font-size: 13px; }
  .home-intro-grid { grid-template-columns: 1fr 300px; gap: 34px; }
  .home-intro-image { width: 300px; height: 168px; }
  .compact-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid--3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .preview-ribbon { font-size: 10px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 78px; height: 58px; }
  .brand span { display: flex; }
  .menu-button { display: block; }
  .main-nav { position: absolute; display: none; left: 14px; right: 14px; top: calc(100% + 8px); padding: 14px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 15px; font-size: 15px; }
  .main-nav .nav-shop { margin: 4px 0 0; text-align: center; }
  .home-intro { padding: 28px 0; }
  .home-intro-grid { grid-template-columns: 1fr; }
  .home-intro-copy h1 { font-size: clamp(29px, 8.5vw, 40px); }
  .home-intro-image { display: none; }
  .quick-links { grid-template-columns: 1fr 1fr; margin-top: 36px; margin-bottom: 70px; }
  .quick-links a { min-height: 120px; }
  .quick-links a + a { border-left: 0; }
  .quick-links a:nth-child(even) { border-left: 1px solid var(--line); }
  .quick-links a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .quick-links a:first-child { border-radius: 20px 0 0; }.quick-links a:last-child { border-radius: 0 0 20px; }
  .current-section { padding: 38px 0 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .compact-news-grid { grid-template-columns: 1fr; }
  .news-card--compact { grid-template-columns: 110px 1fr; }
  .news-card--compact .news-image { height: 100%; aspect-ratio: auto; }
  .news-card--compact p { display: none; }
  .page-hero { padding: 52px 0 46px; }
  .page-layout { padding-top: 40px; }
  .content-grid--2, .content-grid--3, .link-cards, .archive-grid, .form-grid, .people { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .archive-grid { padding-top: 40px; }
  .price-list li { flex-direction: column; gap: 2px; }
  .price-list strong { text-align: left; }
  .preview-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 480px) {
  .brand span { display: none; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a:nth-child(even) { border-left: 0; }
  .quick-links a + a { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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