:root {
  --green: #173b30;
  --green-dark: #0b211a;
  --green-soft: #e8f0ea;
  --sand: #f4efe4;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --ink: #17211c;
  --muted: #66736c;
  --line: #e3dccf;
  --gold: #d2aa62;
  --shadow: 0 22px 64px rgba(23, 59, 48, .14);
  --radius: 14px;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.62; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: .22em; }
img { display: block; width: 100%; height: auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; transform: translateY(-150%); background: var(--green); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,33,26,.96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; flex: 0 0 auto; text-decoration: none; }
.brand-logo { width: 172px; background: #fff; border-radius: 10px; padding: 5px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 8px 10px; border-radius: 12px; text-decoration: none; font-weight: 750; color: rgba(255,255,255,.78); white-space: nowrap; font-size: 14px; }
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.09); color: #fff; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.86); text-decoration: none; font-size: 14px; font-weight: 800; white-space: nowrap; padding: 7px 8px; border-radius: 10px; }
.header-phone:hover { background: rgba(255,255,255,.1); color: #fff; }
.header-phone span { font-size: 14px; line-height: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: transparent; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13,39,31,.18); }
.btn-primary { background: var(--green); color: #fff; }
.btn-header { min-height: 40px; padding: 9px 14px; border-radius: 12px; background: var(--gold); color: #1d1608; font-size: 14px; }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.48); }
.text-link { color: var(--green); font-weight: 900; }
.home-hero, .page-hero { position: relative; min-height: 560px; display: grid; align-items: end; color: #fff; overflow: hidden; isolation: isolate; }
.home-hero { min-height: 720px; }
.hero-media, .hero-media picture { position: absolute; inset: 0; z-index: -2; }
.hero-media img { height: 100%; object-fit: cover; object-position: center 58%; }
.home-hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,28,22,.92), rgba(15,45,36,.58) 52%, rgba(15,45,36,.18)), linear-gradient(0deg, rgba(7,28,22,.46), transparent 48%); }
.hero-panel { padding: 104px 0 78px; max-width: 790px; margin-left: max(20px, calc((100vw - var(--container)) / 2)); }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 900; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
.hero-panel h1, .section h2, .contact-cta h2 { margin: 0; }
.hero-panel h1 { font-size: clamp(42px, 7vw, 84px); }
.hero-panel p:not(.eyebrow), .page-hero .hero-panel p:not(.eyebrow) { max-width: 680px; font-size: 19px; color: rgba(255,255,255,.9); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; color: rgba(255,255,255,.78); }
.breadcrumb a { color: #fff; }
.breadcrumb span::before { content: "/"; margin-right: 10px; opacity: .7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; color: rgba(255,255,255,.86); font-size: 15px; font-weight: 750; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; padding: 2px 18px 2px 0; margin-right: 18px; border-right: 1px solid rgba(255,255,255,.28); }
.hero-trust span:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero-trust span::before { content: "\2713"; color: var(--gold); font-weight: 900; }
.section { padding: 92px 0; }
.section-muted { background: var(--sand); }
.section h2, .contact-cta h2 { font-size: clamp(32px, 5vw, 56px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head.centered { display: block; text-align: center; }
.trust-band { background: var(--green-dark); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.trust-grid article { padding: 28px 22px; background: rgba(255,255,255,.055); }
.trust-icon { width: 34px; height: 34px; display: grid !important; place-items: center; border-radius: 50%; background: var(--gold); color: #1d1608 !important; font-weight: 900; margin: 0 0 12px !important; }
.trust-grid strong { display: block; font-size: 24px; line-height: 1.1; }
.trust-grid span { display: block; margin-top: 8px; color: rgba(255,255,255,.76); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 30px 80px rgba(23,59,48,.2); }
.card-media img, .service-card img { height: 245px; object-fit: cover; transition: transform .35s ease; }
.service-card:hover img { transform: scale(1.045); }
.card-body { padding: 24px; }
.card-body h3 { margin: 0 0 8px; font-size: 24px; }
.card-body p { margin: 0 0 18px; color: var(--muted); }
.card-body span { color: var(--green); font-weight: 900; }
.split-grid, .contact-cta-grid, .form-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 58px; align-items: center; }
.split-grid p, .detail-content p { color: var(--muted); font-size: 18px; }
.rounded-img, .split-grid picture img { min-height: 520px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-dark); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--green-soft); box-shadow: var(--shadow); text-decoration: none; }
.gallery-item.wide, .gallery-filter-grid .gallery-item:nth-child(1), .gallery-filter-grid .gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.055); filter: brightness(.84); }
.gallery-item span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 13px; border-radius: 999px; background: rgba(13,39,31,.88); color: #fff; font-weight: 850; }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.filter-btn { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--green); padding: 11px 15px; font: inherit; font-weight: 850; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
.filter-status { margin-top: 0; margin-bottom: 28px; color: var(--muted); font-weight: 750; }
.gallery-item.is-hidden { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 28px; background: rgba(7,20,16,.88); }
.lightbox.open { display: grid; }
.lightbox figure { margin: 0; display: grid; gap: 12px; justify-items: center; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 82vh; width: auto; border-radius: 16px; }
.lightbox figcaption { max-width: min(900px, 90vw); color: #fff; text-align: center; font-weight: 850; }
.lightbox button { position: fixed; border: 0; cursor: pointer; box-shadow: var(--shadow); }
.lightbox-close { top: 20px; right: 20px; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--green); font-size: 28px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--green); font-size: 30px; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid-four { grid-template-columns: repeat(4, 1fr); }
.process-grid article, details, .form-panel, .benefit-list li, .service-nav a, .related-services a { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.process-grid article { padding: 26px; }
.process-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }
.process-grid h3 { margin: 18px 0 8px; font-size: 22px; }
.process-grid p { margin: 0; color: var(--muted); }
.contact-cta { padding: 92px 0; color: #fff; background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.contact-cta p { color: rgba(255,255,255,.78); font-size: 18px; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.09); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.contact-card a { display: block; color: #fff; font-weight: 850; margin-bottom: 10px; }
.contact-card .contact-phone, .detail-contact .contact-phone { font-size: 28px; text-decoration: none; }
.contact-card .btn { display: inline-flex; margin-top: 8px; background: var(--gold); color: #1d1608; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.contact-actions .btn-light { color: #fff; background: rgba(255,255,255,.12); }
.contact-card-light { border-color: var(--line); background: #fff; color: var(--ink); }
.contact-card-light a { color: var(--green); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
.detail-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 28px; }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; list-style: none; }
.benefit-list li { padding: 18px; font-weight: 850; }
.detail-contact { position: sticky; top: 110px; border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: var(--cream); box-shadow: var(--shadow); }
.detail-contact a { display: block; margin: 8px 0; color: var(--green); font-weight: 850; }
.service-gallery { grid-template-columns: repeat(4, 1fr); }
.service-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.service-nav a, .related-services a { text-decoration: none; color: var(--green); padding: 16px; font-weight: 900; }
.service-nav a:nth-child(2) { text-align: center; }
.service-nav a:nth-child(3) { text-align: right; }
.related-services div { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-list { display: grid; gap: 16px; }
details, .form-panel { padding: 26px; color: var(--ink); }
summary { cursor: pointer; font-size: 20px; font-weight: 900; }
details p, .legal p { color: var(--muted); }
input, textarea, select {
  width: 100%;
  border: 1px solid #cfc7b8;
  border-radius: 14px;
  padding: 14px 15px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
input:not([type="file"]), select { min-height: 52px; }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(23,59,48,.12);
}
input[type="file"] {
  min-height: 52px;
  padding: 11px 12px;
  background: #fff;
}
input[type="file"]::file-selector-button {
  min-height: 36px;
  margin-right: 12px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  padding: 8px 14px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
label { display: grid; gap: 8px; margin-bottom: 18px; font-weight: 850; }
label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 750; }
.checkbox input { width: auto; margin-top: 6px; }
.form-note { color: var(--muted); margin-top: 0; }
.required-note,
.field-help,
.form-hints { color: var(--muted); font-size: 15px; }
.required-note { margin: 0 0 18px; }
.field-help { margin: -8px 0 18px; }
.form-hints { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.form-hints li { position: relative; padding-left: 24px; }
.form-hints li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.notice { padding: 14px 16px; border-radius: 14px; margin: 0 0 18px; font-weight: 800; }
.notice.success { background: #e5f4ea; color: #173b30; border: 1px solid #b7dcc3; }
.notice.error { background: #fff0ed; color: #7a2318; border: 1px solid #f1b6aa; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.map-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: stretch; }
.map-consent { min-height: 390px; border-radius: 18px; overflow: hidden; background: var(--green-soft); box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-placeholder { height: 100%; min-height: 390px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 28px; text-align: center; }
.map-placeholder p { max-width: 520px; margin: 0; color: var(--muted); }
.map-placeholder a { color: var(--green); font-weight: 850; }
.map-consent iframe { width: 100%; height: 430px; border: 0; display: block; }
.legal h2 { margin-top: 34px; }
.site-footer { background: #0b1f19; color: rgba(255,255,255,.86); padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .8fr 1fr; gap: 34px; }
.site-footer strong { display: block; color: #fff; font-size: 24px; margin-bottom: 10px; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 18px; }
.site-footer a { display: block; color: rgba(255,255,255,.9); margin: 7px 0; }
.back-top { font-weight: 900; color: var(--gold) !important; }
.footer-bottom { margin-top: 44px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: center; }
.footer-bottom a { display: inline; margin: 0; }
.mobile-actionbar { display: none; }
.service-card:focus-visible, .gallery-item:focus-visible, .filter-btn:focus-visible, .btn:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 1040px) {
  .btn-header { display: none; }
  .header-phone { margin-left: auto; }
  .service-grid, .process-grid, .process-grid-four { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .header-inner { min-height: 74px; }
  .brand-logo { width: 160px; }
  .header-phone { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 12px 20px 20px; background: var(--green-dark); border-bottom: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: grid; }
  .main-nav a { border-radius: 12px; padding: 13px 12px; }
  .split-grid, .contact-cta-grid, .form-layout, .detail-layout, .map-grid { grid-template-columns: 1fr; }
  .detail-contact { position: static; }
  .detail-columns, .benefit-list, .service-nav { grid-template-columns: 1fr; }
  .service-nav a, .service-nav a:nth-child(3) { text-align: left; }
  .rounded-img, .split-grid picture img { min-height: 340px; }
  .mobile-actionbar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 999px; box-shadow: var(--shadow); }
  .mobile-actionbar a { padding: 13px; text-align: center; background: var(--green); color: #fff; font-weight: 900; text-decoration: none; }
  .mobile-actionbar a + a { background: var(--gold); color: #1d1608; }
  body { padding-bottom: 64px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .home-hero { min-height: 680px; }
  .page-hero { min-height: 460px; }
  .hero-panel { padding: 88px 0 64px; margin-left: 14px; }
  .hero-panel h1 { font-size: 42px; }
  .hero-panel p:not(.eyebrow) { font-size: 18px; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .service-grid, .process-grid, .process-grid-four, .trust-grid, .gallery-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 275px; }
  .gallery-item.wide, .gallery-filter-grid .gallery-item:nth-child(1), .gallery-filter-grid .gallery-item:nth-child(6) { grid-column: span 1; grid-row: span 1; }
  .gallery-toolbar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-btn { flex: 0 0 auto; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 22px; transform: none; }
  .lightbox-prev { left: 24px; }
  .lightbox-next { right: 24px; }
  .contact-card .contact-phone, .detail-contact .contact-phone { font-size: 23px; }
}

/* Output-only refinements for contact and career pages */
.contact-method-grid,
.feature-grid,
.dual-list-grid {
  display: grid;
  gap: 18px;
}
.contact-method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dual-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.info-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
}
.info-card h2,
.info-card h3 { margin-top: 0; }
.info-card p { color: var(--muted); }
.info-card .btn { margin-top: 10px; }
.contact-value {
  display: block;
  color: var(--green);
  font-weight: 900;
  margin: 12px 0;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: clamp(15px, 1.25vw, 17px);
}
.contact-form-layout { align-items: start; }
.form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  margin: 18px 0 22px;
  padding: 16px;
  border: 1px solid rgba(23,59,48,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
}
.form-consent input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 3px 0 0;
  accent-color: var(--green);
}
.form-consent label {
  display: block;
  margin: 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.58;
}
.form-consent a {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.form-consent input:focus-visible,
.form-consent a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.form-panel {
  padding: clamp(24px, 4vw, 34px);
}
.form-panel .btn[type="submit"] {
  min-height: 54px;
  width: auto;
  padding-inline: 26px;
}
.route-only { align-items: center; }
.route-card { min-height: 220px; display: grid; align-content: center; }
.career-cta { margin-top: 0; }
@media (max-width: 1040px) {
  .contact-method-grid,
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .contact-method-grid,
  .feature-grid,
  .dual-list-grid { grid-template-columns: 1fr; }
  .info-card { padding: 20px; }
}


/* Professional hero and about-page refinements */
.btn-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.36); }
.btn-light:hover { background: rgba(255,255,255,.14); }
.about-hero .hero-panel { max-width: 980px; }
.about-hero .hero-panel h1 { font-size: clamp(38px, 5.6vw, 72px); }
.narrow-copy { max-width: 880px; }
.narrow-copy p { color: var(--muted); font-size: 19px; }
.specialty-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.specialty-strip span { padding: 10px 13px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--green); font-weight: 850; box-shadow: 0 12px 34px rgba(23,59,48,.08); }
.reverse-grid { grid-template-columns: .92fr 1fr; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.value-card { min-height: 220px; }
.value-card span { display: inline-flex; margin-bottom: 18px; color: var(--gold); font-weight: 950; letter-spacing: .08em; }
.value-card h3 { font-size: 24px; }
.about-final-cta { margin-top: 0; }
@media (max-width: 1040px) {
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .header-inner { min-height: 70px; }
  .brand-logo { width: 154px; }
  .main-nav { top: 70px; }
  .reverse-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .home-hero { min-height: 650px; }
  .hero-panel { padding: 86px 0 58px; }
  .hero-trust { display: grid; gap: 8px; }
  .hero-trust span { border-right: 0; margin-right: 0; padding-right: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .specialty-strip span { width: 100%; }
}


/* Targeted fixes for service contact cards and legal pages */
.detail-contact {
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  overflow-wrap: anywhere;
}
.detail-contact h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.16;
}
.detail-contact p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
}
.detail-contact a:not(.btn) {
  display: block;
  color: var(--green);
  font-weight: 850;
  line-height: 1.35;
  margin: 8px 0;
  word-break: break-word;
}
.detail-contact .contact-phone {
  font-size: clamp(20px, 2.2vw, 24px);
}
.detail-contact .btn {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: 12px;
  line-height: 1.25;
  white-space: normal;
  text-align: center;
  color: #fff !important;
  background: var(--green);
  border-color: var(--green);
  overflow: visible;
  position: relative;
  z-index: 1;
}
.detail-contact .btn:hover,
.detail-contact .btn:focus-visible {
  color: #fff !important;
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus-visible {
  color: #fff;
}
.btn-light,
.btn-light:visited {
  color: var(--green);
  background: rgba(255,255,255,.86);
  border-color: rgba(23,59,48,.28);
}
.btn-light:hover,
.btn-light:focus-visible {
  color: var(--green-dark);
  background: #fff;
  border-color: var(--green);
}
.legal-page-main .site-footer { margin-top: 0; }
.legal-hero {
  padding: 62px 0 34px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.legal-wrap {
  max-width: 780px;
}
.legal-breadcrumb {
  color: var(--muted);
  margin-bottom: 18px;
}
.legal-breadcrumb a { color: var(--green); }
.legal-hero h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 52px);
}
.legal-hero p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.legal-section {
  padding: 48px 0 68px;
}
.legal-content {
  display: grid;
  gap: 0;
}
.legal-block {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.legal-block:first-child { padding-top: 0; }
.legal-block h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.18;
}
.legal-block p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.62;
}
.legal-block a {
  color: var(--green);
  font-weight: 850;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .detail-layout { gap: 30px; }
  .detail-contact { padding: 18px; }
  .detail-contact .btn { min-height: 46px; }
  .legal-hero { padding: 42px 0 26px; }
  .legal-section { padding: 34px 0 52px; }
}
@media (max-width: 430px) {
  .detail-contact h2 { font-size: 21px; }
  .detail-contact p,
  .detail-contact a:not(.btn) { font-size: 15px; }
  .legal-wrap { width: min(100% - 28px, 780px); }
  .legal-hero h1 { font-size: 34px; }
  .legal-block { padding: 18px 0; }
  .legal-block p { font-size: 16px; line-height: 1.58; }
}
@media (max-width: 340px) {
  .detail-contact .btn { padding-left: 10px; padding-right: 10px; font-size: 15px; }
  .legal-wrap { width: min(100% - 24px, 780px); }
}

/* Premium final polish for IONOS version */
:root {
  --shadow: 0 18px 54px rgba(18, 42, 33, .12);
  --radius: 12px;
}
.container {
  width: min(100% - 44px, var(--container));
}
.btn {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
}
.btn-primary {
  background: #12392d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #0b2b22;
  color: #fff;
}
.btn-light {
  background: rgba(7,28,22,.42);
  color: #fff;
  border-color: rgba(255,255,255,.78);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
  font-weight: 820;
}
.btn-light:hover,
.btn-light:focus-visible {
  background: rgba(255,255,255,.94);
  color: var(--green-dark);
  border-color: #fff;
}
.section {
  padding: 86px 0;
}
.home-hero,
.page-hero {
  background: #0b211a;
}
.home-hero::after,
.page-hero::after {
  background: linear-gradient(90deg, rgba(7,28,22,.94), rgba(15,45,36,.65) 48%, rgba(15,45,36,.2)), linear-gradient(0deg, rgba(7,28,22,.5), transparent 48%);
}
.page-hero {
  min-height: 520px;
}
.hero-panel {
  max-width: 760px;
  padding-bottom: 72px;
}
.hero-panel h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.8vw, 70px);
  line-height: 1.05;
}
.home-hero .hero-panel h1 {
  font-size: clamp(48px, 7vw, 82px);
}
.hero-panel p:not(.eyebrow),
.page-hero .hero-panel p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 20px;
  line-height: 1.5;
}
.section-head {
  margin-bottom: 30px;
}
.section h2,
.contact-cta h2 {
  font-size: clamp(31px, 4.5vw, 52px);
}
.service-card,
.info-card,
details,
.form-panel,
.detail-contact {
  border-radius: 12px;
  box-shadow: 0 16px 46px rgba(18,42,33,.10);
}
.service-card {
  grid-template-rows: auto 1fr;
}
.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(18,42,33,.16);
}
.card-body {
  display: flex;
  min-height: 230px;
  flex-direction: column;
}
.card-body span {
  margin-top: auto;
}
.card-media img,
.service-card img {
  height: 236px;
}
.gallery-item img,
.rounded-img,
.split-grid picture img {
  filter: saturate(.96) contrast(1.03);
}
.contact-method-grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
}
.info-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}
.info-card .btn {
  margin-top: auto;
}
.contact-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 2px 0 16px;
  padding: 5px 0;
  color: #526159;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}
.contact-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}
.btn-route {
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 10px;
  border-color: rgba(23,59,48,.28);
  background: transparent;
  color: var(--green);
  font-size: 14px;
  font-weight: 760;
  box-shadow: none;
}
.btn-route:hover,
.btn-route:focus-visible {
  background: var(--green-soft);
  color: var(--green);
  transform: translateY(-1px);
  box-shadow: none;
}
body[data-page="kontakt"] .form-layout {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: start;
}
body[data-page="kontakt"] .form-panel {
  border: 1px solid rgba(13,72,52,.16);
  box-shadow: 0 24px 70px rgba(29,47,39,.12);
}
.about-hero .hero-panel {
  max-width: 780px;
}
.about-hero .hero-panel h1 {
  max-width: 760px;
  font-size: clamp(38px, 5.2vw, 64px);
}
.premium-footer {
  padding-top: 38px;
}
.premium-footer .footer-grid {
  grid-template-columns: 1.25fr .75fr .95fr 1fr;
  gap: 28px;
}
.premium-footer .footer-brand-logo {
  width: 152px;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
}
.premium-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
}
.premium-footer p,
.premium-footer a {
  font-size: 15px;
}
.premium-footer .footer-contact-button {
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(210,170,98,.5);
  border-radius: 10px;
  color: #fff;
  font-weight: 850;
}
.premium-footer .footer-bottom {
  margin-top: 30px;
  padding: 14px 0;
}
.premium-footer .footer-bottom .container {
  gap: 12px 18px;
}
@media (max-width: 1120px) {
  .contact-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  body[data-page="kontakt"] .form-layout {
    grid-template-columns: 1fr;
  }
  .premium-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .contact-method-grid {
    grid-template-columns: 1fr;
  }
  .container {
    width: min(100% - 28px, var(--container));
  }
  .section {
    padding: 64px 0;
  }
  .page-hero {
    min-height: 470px;
  }
  .hero-panel {
    margin-left: 14px;
    padding-top: 82px;
    padding-bottom: 56px;
  }
  .hero-panel h1,
  body[data-page="kontakt"] .hero-panel h1 {
    font-size: 38px;
  }
  .card-body {
    min-height: auto;
  }
  .premium-footer {
    padding-top: 30px;
  }
  .premium-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .premium-footer .footer-brand-logo {
    width: 136px;
  }
}

/* Premium trust section */
.trust-band {
  background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
  color: var(--ink);
  padding: 58px 0 64px;
  border-bottom: 1px solid rgba(227,220,207,.72);
}
.trust-section-head {
  max-width: 720px;
  margin-bottom: 24px;
  text-align: center;
}
.trust-section-head h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(28px, 3.8vw, 34px);
  line-height: 1.12;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.trust-grid article {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 190px;
  padding: 24px 22px;
  border: 1px solid rgba(227,220,207,.86);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 38px rgba(18,42,33,.08);
  opacity: 0;
  transform: translateY(10px);
  animation: trustFadeUp .55s ease forwards;
}
.trust-grid article:nth-child(2) { animation-delay: .06s; }
.trust-grid article:nth-child(3) { animation-delay: .12s; }
.trust-grid article:nth-child(4) { animation-delay: .18s; }
.trust-icon {
  width: 34px;
  height: 34px;
  display: grid !important;
  place-items: center;
  margin: 0 0 16px !important;
  border: 1px solid rgba(210,170,98,.38);
  border-radius: 50%;
  background: rgba(210,170,98,.12);
  color: var(--gold) !important;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}
.trust-grid strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(20px, 2vw, 23px);
  line-height: 1.15;
}
.trust-grid span:not(.trust-icon) {
  display: block;
  max-width: 240px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}
@keyframes trustFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .trust-grid article {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
@media (max-width: 1040px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .trust-band {
    padding: 44px 0 50px;
  }
  .trust-section-head {
    margin-bottom: 18px;
    text-align: left;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .trust-grid article {
    min-height: 0;
    padding: 20px;
  }
  .trust-grid span:not(.trust-icon) {
    max-width: none;
  }
}

/* Start page about-section spacing */
.home-about .split-grid {
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
}
.home-about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-about-copy .eyebrow {
  margin-bottom: 14px;
}
.home-about-copy h2 + p {
  margin-top: 24px;
}
.home-about-copy .check-list {
  margin-top: 24px;
}
.home-about-copy .btn {
  margin-top: 36px;
}
@media (max-width: 860px) {
  .home-about .split-grid {
    gap: 40px;
  }
}
@media (max-width: 620px) {
  .home-about-copy h2 + p,
  .home-about-copy .check-list {
    margin-top: 20px;
  }
  .home-about-copy .btn {
    margin-top: 32px;
  }
}

/* Hero trust-line refinement */
.home-hero .hero-panel {
  max-width: 980px;
}
.home-hero .hero-panel > p:not(.eyebrow) {
  max-width: 660px;
}
.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 940px);
  gap: 0;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.3;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 7px;
  margin: 0;
  padding: 3px 12px;
  border-right: 1px solid rgba(255,255,255,.24);
  text-align: center;
  white-space: nowrap;
}
.hero-trust span:last-child {
  border-right: 0;
  padding-right: 12px;
}
.hero-trust span::before {
  flex: 0 0 auto;
}
@media (max-width: 1120px) {
  .home-hero .hero-panel {
    max-width: 760px;
  }
  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 620px);
    gap: 9px 12px;
  }
  .hero-trust span,
  .hero-trust span:last-child {
    justify-content: flex-start;
    padding: 0;
    border-right: 0;
    text-align: left;
  }
}
@media (max-width: 620px) {
  .home-hero {
    min-height: 640px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .btn {
    min-height: 44px;
    padding: 11px 15px;
  }
  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-top: 24px;
    font-size: 13.5px;
  }
}
@media (max-width: 390px) {
  .home-hero .hero-panel h1 {
    font-size: 36px;
  }
  .hero-panel p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 310px);
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-trust {
    grid-template-columns: 1fr;
    gap: 7px;
    width: min(100%, 310px);
  }
}

/* Compact premium footer refinement */
.premium-footer {
  padding-top: 30px;
}
.premium-footer .footer-grid {
  grid-template-columns: minmax(230px, 1.18fr) minmax(120px, .68fr) minmax(170px, .88fr) minmax(220px, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}
.premium-footer .footer-brand-logo {
  width: 136px;
  margin-bottom: 12px;
}
.premium-footer h2 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}
.premium-footer p,
.premium-footer a,
.premium-footer span {
  font-size: 15px;
  line-height: 1.45;
}
.premium-footer p {
  margin: 0;
  max-width: 280px;
  color: rgba(255,255,255,.72);
}
.premium-footer a {
  width: fit-content;
  margin: 5px 0;
  color: rgba(255,255,255,.84);
  text-decoration: none;
}
.premium-footer a:hover,
.premium-footer a:focus-visible {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.premium-footer a:focus-visible {
  outline: 3px solid rgba(210,170,98,.55);
  outline-offset: 4px;
  border-radius: 6px;
}
.premium-footer [href^="tel:"],
.premium-footer [href^="mailto:"] {
  white-space: nowrap;
}
.premium-footer .footer-hours {
  margin-top: 8px;
  line-height: 1.38;
}
.premium-footer .footer-contact-button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(210,170,98,.5);
  border-radius: 9px;
  background: transparent;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
}
.premium-footer .footer-contact-button:hover,
.premium-footer .footer-contact-button:focus-visible {
  background: rgba(210,170,98,.1);
  color: #fff;
  text-decoration: none;
}
.premium-footer .footer-bottom {
  margin-top: 24px;
  padding: 12px 0;
}
.premium-footer .footer-bottom .container {
  justify-content: space-between;
  gap: 12px 24px;
}
.premium-footer .footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: flex-end;
}
.premium-footer .footer-legal a {
  display: inline;
  margin: 0;
}
@media (max-width: 980px) {
  .premium-footer .footer-grid {
    grid-template-columns: 1.2fr .8fr;
    gap: 26px 32px;
  }
}
@media (max-width: 620px) {
  .premium-footer {
    padding-top: 26px;
  }
  .premium-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .premium-footer .footer-brand-logo {
    width: 126px;
  }
  .premium-footer h2 {
    margin-bottom: 8px;
  }
  .premium-footer a {
    margin: 4px 0;
  }
  .premium-footer p {
    max-width: none;
  }
  .premium-footer .footer-contact-button {
    width: 100%;
    max-width: 220px;
  }
  .premium-footer .footer-bottom {
    margin-top: 20px;
    padding: 12px 0;
  }
  .premium-footer .footer-bottom .container,
  .premium-footer .footer-legal {
    justify-content: flex-start;
  }
  .premium-footer .footer-legal {
    width: 100%;
    gap: 8px 16px;
  }
  .premium-footer .footer-legal > span {
    display: none;
  }
}
@media (max-width: 360px) {
  .premium-footer [href^="mailto:"] {
    font-size: 14px;
  }
}
