/*
Theme Name: Altenburg Security
Theme URI: https://www.altenburg-security.de/
Author: Altenburg Security
Description: Professionelle Website für Altenburg Security i.G.
Version: 2.3.5
Text Domain: altenburg-security
*/

:root {
  --as-bg: #0b1116;
  --as-bg-2: #121a21;
  --as-bg-3: #1a2229;
  --as-paper: #f6f5f2;
  --as-card: #fffefa;
  --as-ink: #141414;
  --as-muted: #5a5a5a;
  --as-line: #d8d8d4;
  --as-line-dark: rgba(255, 255, 255, 0.18);
  --as-gold: #c99a3d;
  --as-gold-2: #d6aa4a;
  --as-gold-3: #e0b85a;
  --as-white: #f7f5ef;
  --as-radius: 4px;
  --as-max: 1440px;
  --as-shadow: 0 16px 38px rgba(10, 13, 16, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--as-bg);
  color: var(--as-ink);
  font-family: Inter, Manrope, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.wp-site-blocks > header:not(.as-site-header),
.wp-site-blocks > .wp-block-template-part:first-child,
body.home header.wp-block-template-part,
body.home .wp-block-template-part:has(header),
body.home .site-header:not(.as-site-header),
body.home .wp-block-site-title,
body.home .wp-block-navigation,
body.home footer.wp-block-template-part,
body.home .wp-site-blocks > footer:not(.as-footer),
body.home .wp-block-template-part:has(footer) {
  display: none !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.as-skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: var(--as-radius);
  background: var(--as-gold-2);
  color: #15120c;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease;
}

.as-skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--as-gold-3);
  outline-offset: 3px;
}

.as-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  width: min(var(--as-max), calc(100% - 128px));
  min-height: 92px;
  margin: 0 auto;
  color: var(--as-white);
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  padding-top: 28px;
}

body.admin-bar .as-site-header {
  top: 32px;
}

.as-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}

.as-logo-mark {
  position: relative;
  width: 66px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(214, 170, 74, 0.32);
  border-radius: 3px;
  background: #05080a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  flex: 0 0 auto;
}

.as-logo-mark-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.as-logo-text strong,
.as-logo-text small {
  display: block;
}

.as-logo-text strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.02;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.as-logo-text small {
  margin-top: 5px;
  color: var(--as-gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.as-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(8px, 0.75vw, 16px);
}

.as-nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease;
}

.as-nav a:hover,
.as-nav a:focus {
  color: var(--as-gold-3);
}

.as-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.as-header-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: var(--as-radius);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.as-header-phone {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(5, 8, 10, 0.36);
}

.as-header-cta {
  border: 1px solid rgba(224, 184, 90, 0.72);
  color: #15120c;
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  box-shadow: 0 12px 26px rgba(201, 154, 61, 0.22);
}

.as-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214, 170, 74, 0.7);
  border-radius: var(--as-radius);
  background: rgba(9, 11, 13, 0.45);
  color: var(--as-white);
  padding: 10px;
}

.as-mobile-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
}

.as-hero {
  position: relative;
  min-height: 620px;
  color: var(--as-white);
  overflow: hidden;
  background: var(--as-bg);
}

.as-hero-media,
.as-hero-shade {
  position: absolute;
  inset: 0;
}

.as-hero-media {
  background-image: url("assets/altenburg-security-hero.png");
  background-position: center right;
  background-size: cover;
}

.as-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.88) 0%, rgba(5, 8, 10, 0.68) 33%, rgba(5, 8, 10, 0.23) 66%, rgba(5, 8, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 8, 10, 0.12) 0%, rgba(5, 8, 10, 0.08) 60%, rgba(5, 8, 10, 0.68) 100%);
}

.as-hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--as-max), calc(100% - 128px));
  min-height: 620px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 58px;
}

.as-hero-content {
  max-width: 720px;
}

.as-hero-kicker {
  margin: 0 0 16px;
  color: var(--as-gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.as-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 5.2vw, 80px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.as-hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.32;
  font-weight: 500;
}

.as-hero-proof {
  max-width: 680px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.as-hero-proof li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(214, 170, 74, 0.42);
  border-radius: var(--as-radius);
  background: rgba(5, 8, 10, 0.42);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.as-hero-proof a {
  color: inherit;
  text-decoration: none;
}

.as-hero-proof a:hover,
.as-hero-proof a:focus {
  color: var(--as-gold-3);
}

.as-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.as-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--as-radius);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.as-btn svg,
.as-service-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-btn-primary {
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  color: #15120c;
  box-shadow: 0 12px 28px rgba(201, 154, 61, 0.26);
}

.as-btn-secondary {
  border-color: rgba(214, 170, 74, 0.82);
  color: #fff;
  background: rgba(5, 8, 10, 0.38);
}

.as-section,
.as-page-hero {
  padding: 36px 64px;
  background: var(--as-paper);
}

.as-page-hero {
  padding-top: 170px;
  padding-bottom: 70px;
  color: var(--as-white);
  background: linear-gradient(135deg, #0b1116, #172028);
}

.as-page-hero h1,
.as-section h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
  color: inherit;
}

.as-page-hero p:last-child,
.as-section-head p:not(.as-section-label) {
  max-width: 760px;
  color: var(--as-muted);
}

.as-section-label {
  margin: 0 0 8px;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.as-section-head {
  margin: 0 0 16px;
}

.as-section-head-left {
  text-align: left;
}

.as-section-head-light,
.as-section-head-light h2 {
  color: var(--as-white);
}

.as-home-services-band {
  padding-top: 44px;
  padding-bottom: 46px;
  background:
    linear-gradient(180deg, #f4f2ed 0%, #ebe7de 100%);
}

.as-home-branches-band {
  padding-top: 58px;
  padding-bottom: 64px;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  background: #fbfaf7;
}

.as-quick-contact-band {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #101820;
  color: var(--as-white);
}

.as-quick-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(214, 170, 74, 0.22);
  border-radius: var(--as-radius);
  background:
    linear-gradient(120deg, rgba(214, 170, 74, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 54px rgba(2, 5, 8, 0.2);
}

.as-quick-contact h2 {
  color: #fff;
}

.as-quick-contact p:not(.as-section-label) {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.as-quick-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.as-quick-steps li {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--as-radius);
  background: rgba(5, 8, 10, 0.26);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
}

.as-wide-section,
.as-region-examples-grid,
.as-contact-grid,
.as-split,
.as-card-grid,
.as-service-list,
.as-legal,
.as-footer-grid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.as-home-services,
.as-branches-section {
  min-width: 0;
}

.as-home-services {
  display: grid;
  gap: 20px;
}

.as-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 34px;
  align-items: end;
}

.as-service-intro h2 {
  max-width: 780px;
}

.as-service-intro p:not(.as-section-label) {
  margin: 0 0 3px;
  color: #55524a;
  font-size: 16px;
  line-height: 1.55;
}

.as-service-workbench {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.as-service-brief {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(214, 170, 74, 0.24);
  border-radius: var(--as-radius);
  background:
    linear-gradient(145deg, rgba(214, 170, 74, 0.12), transparent 44%),
    linear-gradient(180deg, #111a21, #0b1116);
  color: var(--as-white);
  box-shadow: 0 22px 46px rgba(9, 12, 15, 0.14);
}

.as-service-brief::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -64px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(214, 170, 74, 0.22);
  border-radius: 50%;
}

.as-service-brief-kicker {
  margin: 0 0 12px;
  color: var(--as-gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.as-service-brief h3 {
  position: relative;
  margin: 0;
  max-width: 390px;
  font-size: clamp(23px, 1.9vw, 29px);
  line-height: 1.08;
  letter-spacing: 0;
}

.as-service-brief > p:not(.as-service-brief-kicker) {
  position: relative;
  max-width: 430px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.as-service-brief-list {
  position: relative;
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.as-service-brief-list li {
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--as-radius);
  background: rgba(255, 255, 255, 0.04);
}

.as-service-brief-list strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.as-service-brief-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.4;
}

.as-service-brief .as-btn {
  position: relative;
  margin-top: 20px;
}

.as-service-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.as-service-tile {
  min-height: 0;
  padding: 14px 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.92);
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10, 13, 16, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.as-service-tile:hover,
.as-service-tile:focus {
  transform: translateX(4px);
  border-color: rgba(201, 154, 61, 0.45);
  box-shadow: 0 18px 38px rgba(10, 13, 16, 0.1);
}

.as-service-highlight {
  background:
    linear-gradient(120deg, rgba(214, 170, 74, 0.14), transparent 42%),
    #111a21;
  border-color: rgba(214, 170, 74, 0.36);
  color: var(--as-white);
}

.as-service-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 154, 61, 0.34);
  border-radius: 50%;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  background: rgba(201, 154, 61, 0.06);
}

.as-service-row-body {
  min-width: 0;
}

.as-service-row-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-service-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--as-gold);
  font-size: 18px;
  flex: 0 0 auto;
}

.as-service-icon svg {
  width: 22px;
  height: 22px;
}

.as-service-tile h3 {
  margin: 0;
  color: #24211b;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.as-service-tile p {
  margin: 0;
  color: var(--as-muted);
  font-size: 13px;
  line-height: 1.38;
}

.as-service-problem {
  margin-top: 7px !important;
  color: #2f2d27 !important;
  font-weight: 800;
}

.as-service-row-text {
  margin-top: 4px !important;
}

.as-service-highlight h3,
.as-service-highlight .as-service-problem {
  color: #fff !important;
}

.as-service-highlight p,
.as-service-highlight .as-service-row-text {
  color: rgba(255, 255, 255, 0.72) !important;
}

.as-service-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.as-service-cta::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.as-service-footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #5f5a50;
  font-size: 13px;
  font-weight: 800;
}

.as-text-link {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.as-text-link::after,
.as-dark-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.as-branch-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.as-branch-card {
  min-height: 210px;
  border-radius: var(--as-radius);
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
  color: var(--as-white);
  text-decoration: none;
  background-color: #1a1f24;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 24px rgba(9, 11, 13, 0.12);
  position: relative;
}

.as-branch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 13, 0.04), rgba(9, 11, 13, 0.84));
}

.as-branch-card h3 {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.as-branch-card p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.as-branch-public { background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=85"); }
.as-branch-build { background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=85"); }
.as-branch-event { background-image: url("https://images.unsplash.com/photo-1501281668745-f7f57925c3b4?auto=format&fit=crop&w=900&q=85"); }
.as-branch-industry { background-image: url("https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=900&q=85"); }
.as-branch-retail { background-image: url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=900&q=85"); }

.as-section-dark {
  color: var(--as-white);
  background:
    linear-gradient(135deg, rgba(11, 17, 22, 0.98), rgba(18, 26, 33, 0.98)),
    var(--as-bg-2);
}

.as-region-examples {
  padding-top: 58px;
  padding-bottom: 58px;
  background:
    linear-gradient(180deg, #f6f5f2 0%, #f1f0eb 100%);
}

.as-region-examples-grid {
  display: grid;
  gap: 22px;
}

.as-region-copy,
.as-region-body,
.as-region-side,
.as-region-places,
.as-region-map-card,
.as-examples-block {
  min-width: 0;
}

.as-region-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background:
    linear-gradient(110deg, rgba(214, 170, 74, 0.08), transparent 34%),
    rgba(255, 254, 250, 0.92);
  box-shadow: 0 14px 32px rgba(10, 13, 16, 0.06);
}

.as-region-copy-main {
  order: 1;
}

.as-region-copy-main p:not(.as-section-label) {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--as-muted);
  font-size: 15px;
  line-height: 1.5;
}

.as-region-body {
  display: grid;
  grid-template-columns: minmax(560px, 1.15fr) minmax(380px, 0.85fr);
  gap: 22px;
  align-items: start;
}

.as-region-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.as-region-places {
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 0 12px 28px rgba(10, 13, 16, 0.045);
}

.as-side-kicker {
  display: block;
  margin: 0 0 12px;
  color: var(--as-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.as-location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.as-location-list li {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 25px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(246, 245, 242, 0.72);
  font-size: 12px;
  font-weight: 800;
  color: #282828;
}

.as-location-list li:last-child {
  grid-column: 1 / -1;
}

.as-location-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: var(--as-gold);
}

.as-region-facts {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.as-region-facts span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(201, 154, 61, 0.24);
  border-radius: var(--as-radius);
  background: rgba(255, 255, 255, 0.62);
  color: #34302a;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.as-region-facts svg {
  width: 17px;
  height: 17px;
  color: var(--as-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-dark-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: var(--as-radius);
  background: #13191f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.as-region-copy > .as-dark-link {
  order: 3;
  margin-left: auto;
  white-space: nowrap;
}

.as-region-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(9, 13, 16, 0.12);
  border-radius: var(--as-radius);
  background: #111920;
  color: var(--as-white);
  box-shadow: 0 20px 42px rgba(10, 13, 16, 0.16);
  align-self: start;
}

.as-map-card-head,
.as-map-card-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.as-map-card-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.as-map-card-head span,
.as-map-card-foot span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.as-map-card-head strong {
  color: var(--as-gold-2);
  font-size: 13px;
}

.as-region-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%),
    radial-gradient(circle at 52% 50%, rgba(201, 154, 61, 0.14), transparent 29%),
    #13283a;
}

.as-region-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.as-map-drawing {
  position: absolute;
  inset: 14px 18px 34px;
  width: calc(100% - 36px);
  height: calc(100% - 48px);
}

.as-map-area {
  fill: url(#as-map-land);
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1.2;
}

.as-map-water {
  fill: none;
  stroke: rgba(105, 159, 181, 0.36);
  stroke-width: 7;
  stroke-linecap: round;
}

.as-map-road,
.as-map-route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-map-road-main {
  stroke: rgba(239, 205, 130, 0.62);
  stroke-width: 5;
}

.as-map-road-secondary {
  stroke: rgba(255, 255, 255, 0.32);
  stroke-width: 3;
  stroke-dasharray: 10 8;
}

.as-map-road-autobahn {
  stroke: rgba(214, 170, 74, 0.82);
  stroke-width: 7;
}

.as-map-route-line {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.6;
  stroke-dasharray: 5 8;
}

.as-road-label {
  position: absolute;
  z-index: 3;
  min-width: 34px;
  padding: 4px 7px;
  border: 1px solid rgba(214, 170, 74, 0.34);
  border-radius: 999px;
  background: rgba(8, 13, 17, 0.82);
  color: var(--as-gold-2);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3px;
}

.as-road-label-b93 {
  left: 51%;
  top: 62%;
}

.as-road-label-b7 {
  left: 18%;
  top: 58%;
}

.as-road-label-b180 {
  left: 71%;
  top: 30%;
}

.as-road-label-a4 {
  left: 69%;
  top: 82%;
}

.as-town {
  position: absolute;
  z-index: 4;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background: rgba(8, 13, 17, 0.82);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(4, 6, 8, 0.22);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.as-town::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--as-gold-2);
  box-shadow: 0 0 0 4px rgba(214, 170, 74, 0.14);
  flex: 0 0 auto;
}

.as-town small {
  display: block;
  margin-top: 4px;
  color: rgba(20, 17, 12, 0.66);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.as-town-main {
  left: 49%;
  top: 49%;
  transform: translate(-50%, -50%);
  padding: 8px 12px;
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  color: #17120b;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

.as-town-main::before {
  background: #12171b;
  box-shadow: 0 0 0 4px rgba(20, 17, 12, 0.14);
}

.as-town-meuselwitz {
  left: 27%;
  top: 26%;
}

.as-town-lucka {
  left: 18%;
  top: 15%;
}

.as-town-schmoelln {
  left: 28%;
  top: 72%;
}

.as-town-goessnitz {
  left: 61%;
  top: 69%;
}

.as-town-nobitz {
  left: 61%;
  top: 55%;
}

.as-town-rositz {
  left: 41%;
  top: 32%;
}

.as-map-note {
  position: absolute;
  left: 18px;
  bottom: 13px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.as-map-card-foot {
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 8, 10, 0.24);
}

.as-map-card-foot strong {
  display: block;
  color: var(--as-white);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.as-examples-block {
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 12px 28px rgba(10, 13, 16, 0.045);
}

.as-examples-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 12px;
}

.as-examples-head .as-section-label {
  margin-bottom: 5px;
}

.as-examples-block h2 {
  font-size: clamp(20px, 1.45vw, 24px);
}

.as-examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.as-example-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: #f8f7f2;
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  align-items: stretch;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.as-example-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(10, 13, 16, 0.12);
}

.as-example-image {
  display: block;
  min-height: 72px;
  height: 100%;
  background-color: #20262b;
  background-size: cover;
  background-position: center;
}

.as-example-card h3 {
  min-height: 0;
  margin: 0;
  padding: 10px 12px;
  color: #222;
  font-size: 11px;
  line-height: 1.26;
  font-weight: 850;
  align-self: center;
}

.as-note {
  margin: 9px 0 0;
  color: var(--as-gold);
  font-size: 11px;
  font-weight: 800;
}

.as-example-office { background-image: url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=700&q=85"); }
.as-example-event { background-image: url("https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?auto=format&fit=crop&w=700&q=85"); }
.as-example-build { background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=700&q=85"); }
.as-example-reception { background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=700&q=85"); }

.as-contact-section {
  padding-top: 58px;
  padding-bottom: 60px;
  color: var(--as-ink);
  background:
    linear-gradient(180deg, #f1f0eb 0%, #f7f6f1 100%);
}

.as-contact-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.as-contact-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 0 0 8px;
}

.as-contact-head h2 {
  margin: 0;
  max-width: 720px;
}

.as-contact-head p:not(.as-section-label) {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--as-muted);
  font-size: 15px;
  line-height: 1.5;
}

.as-contact-head-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.as-contact-head-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: var(--as-radius);
  color: #15120c;
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(201, 154, 61, 0.18);
}

.as-contact-head-actions a:first-child {
  color: #fff;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #101820;
  box-shadow: none;
}

.as-contact-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.58fr) minmax(720px, 1.42fr);
  gap: 18px;
  align-items: start;
}

.as-faq-column {
  padding: 24px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 12px 28px rgba(10, 13, 16, 0.045);
}

.as-faq-column h2 {
  font-size: clamp(22px, 1.6vw, 28px);
}

.as-faq-grid {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.as-faq-grid details {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(246, 245, 242, 0.72);
  overflow: hidden;
}

.as-faq-grid summary::marker,
.as-faq-grid summary::-webkit-details-marker {
  display: none;
  content: "";
}

.as-faq-grid summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 13px;
  color: #23211d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.as-faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--as-gold);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

.as-faq-grid details[open] summary::after {
  content: "-";
}

.as-faq-grid p {
  margin: 0;
  padding: 0 13px 13px;
  color: var(--as-muted);
  font-size: 13px;
  line-height: 1.45;
}

.as-contact-card {
  display: grid;
  grid-template-columns: minmax(270px, 0.52fr) minmax(460px, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: var(--as-radius);
  background: #101820;
  box-shadow: 0 20px 42px rgba(10, 13, 16, 0.14);
}

.as-contact-copy,
.as-form-card {
  min-width: 0;
}

.as-contact-copy {
  padding: 28px;
  color: var(--as-white);
  background:
    linear-gradient(145deg, rgba(214, 170, 74, 0.14), transparent 42%),
    linear-gradient(180deg, #121c24, #0b1116);
}

.as-contact-copy p:not(.as-section-label) {
  max-width: 420px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.as-contact-direct {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.as-contact-direct a,
.as-contact-direct span {
  padding: 10px 12px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.78);
  color: #23211d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.as-contact-copy .as-contact-direct a,
.as-contact-copy .as-contact-direct span {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
}

.as-form-card {
  padding: 24px;
  background: #fffefa;
}

.as-contact-form {
  display: grid;
  gap: 10px;
}

.as-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.as-contact-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.as-contact-form label span {
  color: #4f4b43;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.as-contact-form input,
.as-contact-form select,
.as-contact-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--as-radius);
  padding: 10px 12px;
  color: #111;
  background: #f6f5f2;
  font: inherit;
  font-size: 13px;
}

.as-contact-form textarea {
  min-height: 104px;
  resize: vertical;
}

.as-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.as-form-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.as-checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.as-checkbox input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.as-checkbox span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 600;
  color: #4f4b43;
}

.as-contact-form button {
  justify-self: end;
  min-width: 172px;
  margin-top: 2px;
}

.as-form-notice {
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: var(--as-radius);
  font-weight: 800;
}

.as-form-notice-success {
  background: #e8f5ec;
  color: #18562d;
}

.as-form-notice-error {
  background: #fff0ec;
  color: #8b2d18;
}

.as-info-panel,
.as-service-list article,
.as-card,
.as-dark-card {
  padding: 26px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: var(--as-card);
}

.as-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
}

.as-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.as-service-list {
  display: grid;
  gap: 16px;
}

.as-service-list article {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) 1fr auto;
  gap: 22px;
  align-items: center;
}

.as-service-list a {
  color: var(--as-gold);
  font-weight: 900;
  text-decoration: none;
}

.as-legal h2 {
  margin-top: 34px;
}

.as-footer {
  padding: 44px 64px;
  background: #07090d;
  color: var(--as-white);
  border-top: 1px solid rgba(214, 170, 74, 0.2);
}

.as-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.55fr;
  gap: 38px;
}

.as-footer p,
.as-footer li {
  color: rgba(255, 255, 255, 0.72);
}

.as-footer h2 {
  margin: 0 0 12px;
  color: var(--as-gold-2);
  font-size: 14px;
  text-transform: uppercase;
}

.as-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-footer a {
  text-decoration: none;
}

.as-mobile-action-bar {
  display: none;
}

@media (max-width: 1220px) {
  .as-region-examples-grid,
  .as-contact-grid,
  .as-service-intro,
  .as-service-workbench,
  .as-quick-contact {
    grid-template-columns: 1fr;
  }

  .as-region-copy,
  .as-region-body,
  .as-contact-head {
    grid-template-columns: 1fr;
  }

  .as-contact-card {
    order: -1;
  }

  .as-contact-head-actions {
    justify-content: flex-start;
  }

  .as-region-copy > .as-dark-link {
    margin-left: 0;
  }

  .as-region-side {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
    align-items: start;
  }

  .as-service-tiles {
    grid-template-columns: 1fr;
  }

  .as-service-highlight {
    grid-column: auto;
  }

  .as-branch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .as-examples-grid {
    grid-template-columns: 1fr;
  }

  .as-region-map {
    min-height: 320px;
  }
}

@media (max-width: 1219px) {
  .as-site-header {
    width: calc(100% - 48px);
    grid-template-columns: auto auto;
  }

  .as-header-actions {
    display: none;
  }

  .as-mobile-toggle {
    display: block;
    justify-self: end;
  }

  .as-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 24px;
    padding: 14px;
    background: rgba(8, 11, 14, 0.9);
    border: 1px solid rgba(214, 170, 74, 0.32);
  }

  .as-nav.is-open {
    display: flex;
  }

}

@media (max-width: 900px) {
  .as-section,
  .as-page-hero,
  .as-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .as-site-header {
    min-height: 76px;
    padding-top: 18px;
  }

  .as-logo-mark {
    width: 60px;
    height: 48px;
  }

  .as-logo-text strong {
    font-size: 16px;
    letter-spacing: 1.8px;
  }

  .as-logo-text small {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .as-hero {
    min-height: 720px;
  }

  .as-hero-media {
    background-position: 60% center;
  }

  .as-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 8, 10, 0.94), rgba(5, 8, 10, 0.64)),
      linear-gradient(180deg, rgba(5, 8, 10, 0.2), rgba(5, 8, 10, 0.92));
  }

  .as-hero-inner {
    width: calc(100% - 48px);
    min-height: 720px;
    align-items: end;
    padding: 128px 0 58px;
  }

  .as-hero-content {
    max-width: 540px;
  }

  .as-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .as-service-tiles {
    grid-template-columns: 1fr;
  }

  .as-branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-contact-card,
  .as-footer-grid,
  .as-card-grid,
  .as-split,
  .as-service-list article {
    grid-template-columns: 1fr;
  }

  .as-region-examples {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .as-region-copy,
  .as-region-places,
  .as-examples-block {
    padding: 24px;
  }

  .as-region-side {
    grid-template-columns: 1fr;
  }

  .as-examples-grid {
    grid-template-columns: 1fr;
  }

  .as-map-card-head,
  .as-map-card-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  :root {
    --as-mobile-gutter: 16px;
  }

  body {
    font-size: 14px;
    padding-bottom: 78px;
  }

  .as-section,
  .as-page-hero,
  .as-footer {
    padding-left: var(--as-mobile-gutter);
    padding-right: var(--as-mobile-gutter);
  }

  .as-site-header {
    position: fixed;
    top: 10px;
    left: 12px;
    right: auto;
    width: min(366px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin: 0;
    min-height: 58px;
    padding: 7px 8px 7px 9px;
    border: 1px solid rgba(214, 170, 74, 0.24);
    border-radius: 6px;
    background: rgba(7, 10, 13, 0.82);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding-right: 56px;
  }

  .as-logo {
    gap: 10px;
    min-width: 0;
  }

  .as-logo-text strong {
    max-width: 168px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .as-logo-text small {
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: 2.2px;
  }

  .as-logo-mark {
    width: 42px;
    height: 34px;
  }

  .as-mobile-toggle {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-color: rgba(224, 178, 75, 0.92);
    background: var(--as-gold-2);
    color: #0a0d10;
  }

  .as-mobile-toggle span:not(.screen-reader-text) {
    width: 18px;
    margin: 2px 0;
    background: currentColor;
  }

  .as-nav {
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 8px;
    border-radius: 6px;
    background: rgba(7, 10, 13, 0.96);
  }

  .as-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .as-nav a {
    min-height: 42px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 12px;
  }

  .as-hero {
    min-height: 610px;
  }

  .as-hero-media {
    background-position: 64% center;
    filter: saturate(0.95) contrast(1.04);
  }

  .as-hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 8, 10, 0.44) 0%, rgba(5, 8, 10, 0.24) 32%, rgba(5, 8, 10, 0.9) 78%, rgba(5, 8, 10, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 8, 10, 0.72), rgba(5, 8, 10, 0.08));
  }

  .as-hero-inner {
    width: calc(100% - 32px);
    min-height: 610px;
    align-items: end;
    padding: 112px 0 30px;
  }

  .as-hero-content {
    max-width: 100%;
  }

  .as-hero h1 {
    max-width: 310px;
    font-size: 35px;
    line-height: 1.02;
    text-wrap: balance;
  }

  .as-hero-copy {
    max-width: 310px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.42;
  }

  .as-hero-actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .as-hero-actions .as-btn:nth-child(3) {
    display: none;
  }

  .as-btn {
    width: 100%;
  }

  .as-btn {
    min-height: 48px;
    justify-content: center;
    padding: 13px 16px;
    font-size: 12px;
  }

  .as-btn-secondary {
    background: rgba(6, 8, 10, 0.72);
  }

  .as-home-services-band,
  .as-home-branches-band {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .as-service-intro {
    gap: 12px;
  }

  .as-service-intro p:not(.as-section-label) {
    font-size: 14px;
  }

  .as-service-workbench {
    gap: 14px;
  }

  .as-service-brief {
    padding: 20px;
  }

  .as-service-brief h3 {
    font-size: 24px;
  }

  .as-section-label {
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .as-section h2 {
    font-size: 25px;
    line-height: 1.12;
    text-wrap: balance;
  }

  .as-section-head {
    margin-bottom: 18px;
  }

  .as-service-tiles {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 84vw);
    grid-template-columns: none;
    gap: 10px;
    margin-left: calc(var(--as-mobile-gutter) * -1);
    margin-right: calc(var(--as-mobile-gutter) * -1);
    padding: 1px var(--as-mobile-gutter) 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .as-service-tiles::-webkit-scrollbar {
    display: none;
  }

  .as-service-tile {
    min-height: 154px;
    align-content: start;
    justify-items: start;
    place-items: initial;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
    padding: 16px;
    text-align: left;
    scroll-snap-align: start;
    background: #fffefa;
  }

  .as-service-highlight {
    background:
      linear-gradient(120deg, rgba(214, 170, 74, 0.14), transparent 42%),
      #111a21;
  }

  .as-service-number {
    width: 34px;
    height: 34px;
  }

  .as-service-icon {
    width: 22px;
    height: 22px;
  }

  .as-service-icon svg {
    width: 20px;
    height: 20px;
  }

  .as-service-tile h3 {
    font-size: 14px;
  }

  .as-service-tile p {
    font-size: 12px;
  }

  .as-service-cta {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .as-service-footnote {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .as-text-link {
    margin-top: 8px;
  }

  .as-branch-grid,
  .as-examples-grid,
  .as-location-list,
  .as-form-row {
    grid-template-columns: 1fr;
  }

  .as-branch-grid,
  .as-examples-grid {
    gap: 10px;
  }

  .as-branch-card {
    min-height: 118px;
    padding: 16px;
  }

  .as-branch-card h3 {
    max-width: 260px;
    font-size: 17px;
  }

  .as-quick-contact-band {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .as-quick-contact {
    gap: 18px;
  }

  .as-quick-contact h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .as-quick-contact p:not(.as-section-label) {
    font-size: 14px;
    line-height: 1.5;
  }

  .as-quick-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
  }

  .as-quick-steps li {
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(214, 170, 74, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 800;
  }

  .as-region-examples {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .as-region-copy,
  .as-examples-block,
  .as-region-places {
    padding: 18px;
    border-radius: 6px;
  }

  .as-region-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .as-region-facts span {
    white-space: normal;
  }

  .as-contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .as-contact-shell {
    gap: 14px;
  }

  .as-contact-head,
  .as-faq-column {
    padding: 18px;
    border-radius: 6px;
  }

  .as-contact-head-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .as-contact-head-actions a {
    width: 100%;
  }

  .as-contact-grid {
    gap: 18px;
  }

  .as-contact-card {
    gap: 0;
    border-radius: 6px;
  }

  .as-contact-copy,
  .as-form-card {
    padding: 20px 16px;
  }

  .as-contact-copy h2,
  .as-faq-column h2 {
    font-size: 25px;
    line-height: 1.12;
  }

  .as-contact-direct {
    gap: 8px;
  }

  .as-contact-form {
    gap: 10px;
  }

  .as-contact-form label {
    gap: 5px;
  }

  .as-contact-form input,
  .as-contact-form select,
  .as-contact-form textarea {
    min-height: 42px;
    padding: 10px 11px;
    font-size: 14px;
  }

  .as-contact-form button {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  .as-contact-direct a,
  .as-contact-direct span {
    word-break: break-word;
  }

  .as-region-map {
    min-height: 300px;
  }

  .as-map-drawing {
    inset: 12px 10px 32px;
    width: calc(100% - 20px);
    height: calc(100% - 44px);
  }

  .as-town {
    min-height: 24px;
    gap: 5px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .as-town::before {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(214, 170, 74, 0.14);
  }

  .as-town-main {
    font-size: 11px;
  }

  .as-town small {
    display: none;
  }

  .as-town-lucka {
    left: 10%;
    top: 15%;
  }

  .as-town-meuselwitz {
    left: 18%;
    top: 27%;
  }

  .as-town-rositz {
    left: 40%;
    top: 32%;
  }

  .as-town-schmoelln {
    left: 18%;
    top: 71%;
  }

  .as-town-goessnitz {
    left: 56%;
    top: 70%;
  }

  .as-town-nobitz {
    left: 58%;
    top: 56%;
  }

  .as-road-label {
    min-width: 28px;
    padding: 4px 6px;
    font-size: 9px;
  }

  .as-road-label-b93 {
    left: 48%;
    top: 62%;
  }

  .as-road-label-b7 {
    left: 12%;
    top: 58%;
  }

  .as-road-label-b180 {
    left: 72%;
    top: 30%;
  }

  .as-road-label-a4 {
    left: 67%;
    top: 82%;
  }

  .as-map-note {
    left: 12px;
    bottom: 10px;
    max-width: 210px;
    font-size: 9px;
  }

  .as-footer {
    padding-bottom: 96px;
  }

  .as-mobile-action-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(214, 170, 74, 0.28);
    border-radius: 8px;
    background: rgba(7, 10, 13, 0.92);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(14px);
  }

  .as-mobile-action-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5px;
    color: var(--as-white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
  }

  .as-mobile-action-bar a:first-child {
    border: 1px solid rgba(214, 170, 74, 0.5);
    background: rgba(255, 255, 255, 0.04);
  }

  .as-mobile-action-bar a:last-child {
    background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
    color: #15120c;
  }

  .as-mobile-action-bar span {
    width: 20px;
    height: 20px;
    display: inline-flex;
  }

  .as-mobile-action-bar svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 782px) {
  body.admin-bar .as-site-header {
    top: 52px;
  }
}
