:root {
  --green: #113b2f;
  --green-2: #1e5948;
  --ivory: #f8f4ea;
  --paper: #fffdf7;
  --charcoal: #202522;
  --muted: #5d6861;
  --gold: #c7a45a;
  --line: #d8d1c1;
  --focus: #9a6b00;
  --shadow: 0 22px 55px rgba(20, 35, 28, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); line-height: 1.6; }
body, button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration-color: rgba(17, 59, 47, .35); text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -10rem; z-index: 20; background: var(--paper); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: .85rem clamp(1rem, 4vw, 4rem); background: rgba(248, 244, 234, .94);
  border-bottom: 1px solid rgba(216, 209, 193, .75); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--green); font-weight: 750; font-size: 1.15rem; text-decoration: none; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 1px solid var(--gold); border-radius: 50%; background: var(--green); color: var(--ivory); font-family: Georgia, serif; font-size: 1.35rem; }
.site-nav { display: flex; align-items: center; gap: .85rem; }
.site-nav a { padding: .55rem .35rem; font-size: .94rem; color: var(--charcoal); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--green); font-weight: 700; }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: .72rem 1rem;
  border: 1px solid var(--green); background: var(--green); color: #fff !important; text-decoration: none; border-radius: 4px;
  font-weight: 700; cursor: pointer;
}
.button.secondary { background: transparent; color: var(--green) !important; }
.button:hover, .nav-cta:hover { background: var(--green-2); }
.button.secondary:hover { background: rgba(17, 59, 47, .08); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); padding: .5rem .75rem; border-radius: 4px; color: var(--green); }
main > section, .site-footer { padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 4rem); }
.hero {
  min-height: min(760px, calc(100vh - 4.2rem)); display: grid; grid-template-columns: minmax(0, .95fr) minmax(20rem, 1fr);
  align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-top: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(2rem, 5vw, 4rem);
}
.hero-copy { max-width: 54rem; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 800; margin: 0 0 .85rem; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 1rem; color: var(--green); letter-spacing: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.6vw, 4.8rem); font-weight: 500; max-width: 15ch; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 500; }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.hero-copy > p:not(.eyebrow) { font-size: clamp(1.05rem, 1.6vw, 1.35rem); max-width: 42rem; color: #35423a; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.5rem; }
.hero-media { position: relative; min-height: 23rem; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: #dcd3bf; }
.hero-media img { width: 100%; height: 100%; min-height: 23rem; object-fit: cover; }
.section-title { max-width: 54rem; margin-bottom: 2rem; }
.section-title p:last-child { font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card, .article-card, .contact-form, .contact-panel, .notice, .detail-grid article {
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: clamp(1.1rem, 2vw, 1.6rem);
}
.card, .article-card, .detail-grid article { min-height: 12rem; }
.split { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 2rem; align-items: start; }
.process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; }
.process li { background: var(--green); color: #fff; padding: 1rem; border-radius: 8px; min-height: 13rem; }
.process span, .timeline span { color: var(--gold); font-weight: 800; }
.process h3, .process p { color: #fff; }
.process p { opacity: .84; font-size: .92rem; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--green); }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band p { opacity: .84; max-width: 45rem; }
.cta-band .button { border-color: var(--gold); background: var(--gold); color: var(--green) !important; }
.service-detail { border-top: 1px solid var(--line); }
.service-heading { max-width: 58rem; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
ul { padding-left: 1.2rem; color: var(--muted); }
li { margin: .35rem 0; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.timeline li { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: 1.5rem; align-items: start; }
.contact-form { display: grid; gap: 1rem; }
label { display: grid; gap: .35rem; color: var(--green); font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #b9b29f; border-radius: 4px; padding: .8rem .85rem; background: #fff; color: var(--charcoal); }
textarea { resize: vertical; }
.check { display: flex; align-items: flex-start; gap: .55rem; font-weight: 500; color: var(--muted); }
.check input { width: auto; margin-top: .25rem; }
.hidden-field { position: absolute; left: -10000px; }
.form-status { margin: 0; padding: .8rem; border-radius: 4px; }
.form-status:empty { display: none; }
.form-status.error { background: #fff0ed; color: #7a2316; }
.form-status.success { background: #e9f5ee; color: #174b38; }
.map-placeholder { min-height: 12rem; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); background: #f5efe1; margin-top: 1rem; padding: 1rem; text-align: center; }
.legal-list, .sitemap-list { max-width: 58rem; }
.not-found { min-height: 70vh; display: grid; align-content: center; }
.center-link { text-align: center; margin-top: 1.5rem; }
.site-footer { background: #0d2e25; color: #fff; }
.site-footer h2, .site-footer p, .site-footer li, .site-footer a { color: #fff; }
.site-footer p, .site-footer li { opacity: .82; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 2rem; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-right: .75rem; }
.footer-bottom button { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; padding: .6rem .85rem; cursor: pointer; }
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 30; display: grid; grid-template-columns: 1fr auto auto; gap: 1rem;
  align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 1rem;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { font-size: 1.1rem; margin-bottom: .25rem; }
.cookie-banner p { margin: 0; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cookie-actions button:not(.button) { border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: .65rem .8rem; cursor: pointer; }
@media (max-width: 1050px) {
  .hero, .split, .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  h1 { max-width: 18ch; font-size: clamp(2.15rem, 6vw, 3.7rem); }
  .card-grid, .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-banner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; }
  .site-header { align-items: flex-start; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch;
    background: var(--ivory); border-bottom: 1px solid var(--line); padding: 1rem;
  }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero-media, .hero-media img { min-height: 16rem; }
  h1 { max-width: none; font-size: clamp(2rem, 11vw, 3.2rem); }
  .card-grid, .detail-grid, .process, .article-grid, .footer-grid { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  main > section, .site-footer { padding-left: 1rem; padding-right: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
