.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(116, 132, 106, 0.12);
  background: rgba(248,244,236,.82);
  backdrop-filter: blur(12px);
}

.nav-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo-image {
  height: 72px;
  width: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.main-nav a {
  color: var(--muted);
  font-weight: 700;
  padding: 10px 0;
}

.main-nav a:hover {
  color: var(--primary-dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  overflow: clip;
}

.hero-media {
  position: relative;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform, opacity;
}

.hero-overlay-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,30,20,.36) 0%, rgba(20,30,20,.18) 32%, rgba(20,30,20,.46) 100%),
    radial-gradient(circle at center, rgba(255,255,255,.06), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0 110px;
}

.hero-copy {
  max-width: 960px;
  color: #fff;
  will-change: transform, opacity;
}

.hero-intro {
  margin: 0 0 18px;
  font-size: .95rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
}

.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  margin: 0;
  color: #fff;
  text-shadow: 0 8px 30px rgba(0,0,0,.22);
}

.hero-subtitle {
  margin: 20px auto 0;
  max-width: 720px;
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 1.7;
  color: rgba(255,255,255,.94);
  text-shadow: 0 4px 16px rgba(0,0,0,.15);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-secondary {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}

.about-section {
  position: relative;
  z-index: 2;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 680px;
}

.about-image-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 420px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.about-image {
  width: min(100%, 520px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 14px 30px rgba(73, 91, 71, 0.12));
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-grid-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.service-entry {
  display: block;
  min-width: 0;
}

.service-card {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.88));
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card.active,
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(73, 91, 71, 0.14);
  border-color: rgba(116,132,106,.26);
}

.service-card-btn {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 24px;
  cursor: pointer;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

.service-card-body {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 118px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.service-card-text {
  margin: 0;
}

.service-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(116, 132, 106, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--primary-dark);
  font-weight: 700;
  min-height: 48px;
}

.service-card-plus {
  font-size: 1.4rem;
  line-height: 1;
}

.service-detail-panel {
  display: none;
}

.service-detail-row {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.service-detail-shell {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90));
}

.service-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.service-detail-header h3 {
  margin: 14px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
}

.service-detail-close {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(116,132,106,.18);
  background: rgba(255,255,255,.92);
  color: var(--primary-dark);
  font-size: 28px;
  cursor: pointer;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.service-detail-image-wrap {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(116,132,106,.12);
  border-radius: 20px;
  padding: 14px;
}

.service-detail-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 14px;
}

.service-detail-copy {
  display: grid;
  gap: 16px;
}

.service-detail-block {
  border: 1px solid rgba(116,132,106,.12);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.72);
}

.service-detail-block h4,
.service-offers-head h4 {
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.service-detail-block p,
.service-offers-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-offers-box {
  margin-top: 22px;
  border-top: 1px solid rgba(116,132,106,.12);
  padding-top: 22px;
}

.offer-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.offer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(116,132,106,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  padding: 16px 18px;
}

.offer-row strong {
  display: block;
  margin-bottom: 6px;
}

.offer-price {
  color: var(--success);
  font-weight: 800;
}

.service-offer-btn {
  flex: 0 0 auto;
}

.feature-list {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.contact-card {
  display: grid;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.86));
}

.contact-card a {
  color: var(--primary-dark);
}

.addons-head { margin-top: 44px; }
.addon-grid { margin-top: 8px; }
.selected-item-line { line-height: 1.6; }
.selected-item-line + .selected-item-line { margin-top: 6px; }
.small { font-size: 13px; }

.home-view.hidden,
.static-page.hidden { display: none !important; }

.contact-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.contact-info-card,
.contact-map-card {
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.88));
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.contact-row {
  display: grid;
  gap: 4px;
  color: var(--muted);
}

.contact-row strong,
.contact-row a {
  color: var(--text);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.social-link {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(132,154,114,.12);
  border: 1px solid rgba(132,154,114,.18);
  color: var(--primary-dark);
}

.social-link svg {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-map-frame {
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(116,132,106,.14);
  background: rgba(255,255,255,.62);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.contact-map-actions { margin-top: 14px; }

.site-footer {
  padding: 26px 0 46px;
  border-top: 1px solid rgba(116,132,106,.12);
  background: rgba(255,255,255,.4);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer-logo {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: flex-end;
  align-items: center;
}

.footer-nav a {
  color: var(--muted);
  font-weight: 700;
}

.footer-nav a:hover { color: var(--primary-dark); }

.static-page-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px;
}

.page-content {
  color: var(--muted);
  line-height: 1.8;
  white-space: normal;
  overflow-wrap: anywhere;
}

.page-content > *:first-child { margin-top: 0; }
.page-content > *:last-child { margin-bottom: 0; }

.page-content h2,
.page-content h3,
.page-content p,
.page-content div,
.page-content ul,
.page-content ol,
.page-content blockquote {
  margin: 0 0 12px;
}

.page-content h2 {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.3;
  color: var(--text);
}

.page-content h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--text);
}

.page-content ul,
.page-content ol {
  padding-left: 1.4rem;
}

.page-content li + li {
  margin-top: 6px;
}

.page-content blockquote {
  padding-left: 14px;
  border-left: 4px solid rgba(116,132,106,.28);
  color: var(--text);
}

.page-content a {
  color: var(--primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.documents-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.document-card {
  border: 1px solid rgba(116,132,106,.12);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.72);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.document-card p {
  margin: 8px 0 0;
  color: var(--muted);
}


.audio-toggle {
  position: fixed;
  left: 16px;
  bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 16px));
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(116,132,106,.18);
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 30px rgba(73,91,71,.18);
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  z-index: 115;
  padding: 0;
}

.audio-toggle svg {
  width: 24px;
  height: 24px;
  display: block;
}

.audio-toggle.is-on {
  background: rgba(132,154,114,.18);
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 120;
  max-width: 520px;
  width: calc(100% - 32px);
  display: grid;
  gap: 16px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(116,132,106,.16);
  box-shadow: 0 20px 40px rgba(73,91,71,.18);
  border-radius: 22px;
  padding: 18px;
}

.cookie-banner p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.service-rich-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.45rem;
}

.service-rich-list li {
  line-height: 1.7;
}

.promotions-head { margin-top: 44px; }

.promotion-grid.hidden,
.promotions-head.hidden {
  display: none;
}
